C# Class OpenRA.Mods.Common.Activities.Demolish

Inheritance: Enter
Exibir arquivo Open project: pchote/OpenRA

Public Methods

Method Description
Demolish ( Actor self, Actor target, EnterBehaviour enterBehaviour, int delay, int flashes, int flashesDelay, int flashInterval, int flashDuration ) : System.Linq

Protected Methods

Method Description
CanReserve ( Actor self ) : bool
OnInside ( Actor self ) : void

Method Details

CanReserve() protected method

protected CanReserve ( Actor self ) : bool
self Actor
return bool

Demolish() public method

public Demolish ( Actor self, Actor target, EnterBehaviour enterBehaviour, int delay, int flashes, int flashesDelay, int flashInterval, int flashDuration ) : System.Linq
self Actor
target Actor
enterBehaviour EnterBehaviour
delay int
flashes int
flashesDelay int
flashInterval int
flashDuration int
return System.Linq

OnInside() protected method

protected OnInside ( Actor self ) : void
self Actor
return void