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

Inheritance: Activity
Exibir arquivo Open project: OpenRA/OpenRA

Public Methods

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

Private Methods

Method Description
Attach ( Actor self ) : void

Method Details

Cancel() public method

public Cancel ( Actor self ) : void
self Actor
return void

PickupUnit() public method

public PickupUnit ( Actor self, Actor cargo, int delay ) : OpenRA.Activities
self Actor
cargo Actor
delay int
return OpenRA.Activities

Tick() public method

public Tick ( Actor self ) : Activity
self Actor
return Activity