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

Inheritance: Carryall, INotifyBecomingIdle
Afficher le fichier Open project: pchote/OpenRA

Méthodes publiques

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

Private Methods

Méthode Description
FindCarryableForTransport ( Actor self ) : void
INotifyBecomingIdle ( Actor self ) : void
IsBestAutoCarryallForCargo ( Actor self, Actor candidateCargo ) : bool

Method Details

AutoCarryall() public méthode

public AutoCarryall ( Actor self, AutoCarryallInfo info ) : System.Linq
self Actor
info AutoCarryallInfo
Résultat System.Linq

RequestTransportNotify() public méthode

public RequestTransportNotify ( Actor self, Actor carryable, CPos destination ) : bool
self Actor
carryable Actor
destination CPos
Résultat bool