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

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

Méthodes publiques

Méthode Description
Cancel ( Actor self ) : void
PickupUnit ( Actor self, Actor cargo, int delay ) : OpenRA.Activities
Tick ( Actor self ) : Activity

Private Methods

Méthode Description
Attach ( Actor self ) : void

Method Details

Cancel() public méthode

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

PickupUnit() public méthode

public PickupUnit ( Actor self, Actor cargo, int delay ) : OpenRA.Activities
self Actor
cargo Actor
delay int
Résultat OpenRA.Activities

Tick() public méthode

public Tick ( Actor self ) : Activity
self Actor
Résultat Activity