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

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

Méthodes publiques

Méthode Description
Cancel ( Actor self ) : void
Tick ( Actor self ) : Activity
WaitForTransport ( Actor self, Activity innerActivity ) : OpenRA.Activities

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 Activity

WaitForTransport() public méthode

public WaitForTransport ( Actor self, Activity innerActivity ) : OpenRA.Activities
self Actor
innerActivity Activity
Résultat OpenRA.Activities