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

Inheritance: ITick, ISync, IPreventsAutoTarget
Show file Open project: pchote/OpenRA Class Usage Examples

Public Properties

Property Type Description
Info ExternalCapturableInfo

Public Methods

Method 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 method

public BeginCapture ( Actor captor ) : void
captor Actor
return void

EndCapture() public method

public EndCapture ( ) : void
return void

ExternalCapturable() public method

public ExternalCapturable ( Actor self, ExternalCapturableInfo info ) : OpenRA.Traits
self Actor
info ExternalCapturableInfo
return OpenRA.Traits

PreventsAutoTarget() public method

public PreventsAutoTarget ( Actor self, Actor attacker ) : bool
self Actor
attacker Actor
return bool

Tick() public method

public Tick ( Actor self ) : void
self Actor
return void

Property Details

Info public property

public ExternalCapturableInfo,OpenRA.Mods.Common.Traits Info
return ExternalCapturableInfo