C# Class OpenRA.Activities.CallFunc

Inheritance: Activity
Afficher le fichier Open project: OpenRA/OpenRA

Méthodes publiques

Méthode Description
CallFunc ( System.Action a ) : System
CallFunc ( System.Action a, bool interruptable ) : System
Cancel ( Actor self ) : void
Tick ( Actor self ) : Activity

Method Details

CallFunc() public méthode

public CallFunc ( System.Action a ) : System
a System.Action
Résultat System

CallFunc() public méthode

public CallFunc ( System.Action a, bool interruptable ) : System
a System.Action
interruptable bool
Résultat System

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 Activity