C# Class OpenRA.Mods.D2k.Activities.DeliverUnit

Inheritance: Activity
Exibir arquivo Open project: cjshmyr/OpenRA

Public Methods

Method Description
Cancel ( Actor self ) : void
DeliverUnit ( Actor self ) : OpenRA.Activities
Tick ( Actor self ) : Activity

Private Methods

Method Description
CanDropHere ( ) : bool
GetLocationToDrop ( CPos requestedPosition ) : CPos
Release ( ) : void

Method Details

Cancel() public method

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

DeliverUnit() public method

public DeliverUnit ( Actor self ) : OpenRA.Activities
self Actor
return OpenRA.Activities

Tick() public method

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