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

Inheritance: OpenRA.Activities.Activity
Afficher le fichier Open project: OpenRA/OpenRA Class Usage Examples

Méthodes publiques

Méthode Description
Cancel ( Actor self ) : void
Tick ( Actor self ) : Activity
WaitFor ( Func f ) : System
WaitFor ( Func f, bool interruptable ) : System

Method Details

Cancel() public méthode

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

Tick() public méthode

public Tick ( Actor self ) : Activity
self Actor
Résultat OpenRA.Activities.Activity

WaitFor() public méthode

public WaitFor ( Func f ) : System
f Func
Résultat System

WaitFor() public méthode

public WaitFor ( Func f, bool interruptable ) : System
f Func
interruptable bool
Résultat System