C# Class OpenRA.Mods.Common.Traits.AutoCarryall

Inheritance: Carryall, INotifyBecomingIdle
Mostra file Open project: pchote/OpenRA

Public Methods

Method Description
AutoCarryall ( Actor self, AutoCarryallInfo info ) : System.Linq
RequestTransportNotify ( Actor self, Actor carryable, CPos destination ) : bool

Private Methods

Method Description
FindCarryableForTransport ( Actor self ) : void
INotifyBecomingIdle ( Actor self ) : void
IsBestAutoCarryallForCargo ( Actor self, Actor candidateCargo ) : bool

Method Details

AutoCarryall() public method

public AutoCarryall ( Actor self, AutoCarryallInfo info ) : System.Linq
self Actor
info AutoCarryallInfo
return System.Linq

RequestTransportNotify() public method

public RequestTransportNotify ( Actor self, Actor carryable, CPos destination ) : bool
self Actor
carryable Actor
destination CPos
return bool