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

Inheritance: ITick, ISync, IPreventsAutoTarget
Afficher le fichier Open project: pchote/OpenRA Class Usage Examples

Méthodes publiques

Свойство Type Description
Info ExternalCapturableInfo

Méthodes publiques

Méthode Description
BeginCapture ( Actor captor ) : void
EndCapture ( ) : void
ExternalCapturable ( Actor self, ExternalCapturableInfo info ) : OpenRA.Traits
PreventsAutoTarget ( Actor self, Actor attacker ) : bool
Tick ( Actor self ) : void

Method Details

BeginCapture() public méthode

public BeginCapture ( Actor captor ) : void
captor Actor
Résultat void

EndCapture() public méthode

public EndCapture ( ) : void
Résultat void

ExternalCapturable() public méthode

public ExternalCapturable ( Actor self, ExternalCapturableInfo info ) : OpenRA.Traits
self Actor
info ExternalCapturableInfo
Résultat OpenRA.Traits

PreventsAutoTarget() public méthode

public PreventsAutoTarget ( Actor self, Actor attacker ) : bool
self Actor
attacker Actor
Résultat bool

Tick() public méthode

public Tick ( Actor self ) : void
self Actor
Résultat void

Property Details

Info public_oe property

public ExternalCapturableInfo,OpenRA.Mods.Common.Traits Info
Résultat ExternalCapturableInfo