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

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

Méthodes publiques

Méthode Description
Cancel ( Actor self ) : void
Tick ( Actor self ) : Activity
Wait ( int period ) : System
Wait ( int period, 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

Wait() public méthode

public Wait ( int period ) : System
period int
Résultat System

Wait() public méthode

public Wait ( int period, bool interruptable ) : System
period int
interruptable bool
Résultat System