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

Inheritance: Enter
Afficher le fichier Open project: pchote/OpenRA

Méthodes publiques

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

Méthodes protégées

Méthode Description
CanReserve ( Actor self ) : bool
OnInside ( Actor self ) : void

Method Details

CanReserve() protected méthode

protected CanReserve ( Actor self ) : bool
self Actor
Résultat bool

Demolish() public méthode

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
Résultat System.Linq

OnInside() protected méthode

protected OnInside ( Actor self ) : void
self Actor
Résultat void