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

Inheritance: Activity
Exibir arquivo Open project: OpenRA/OpenRA

Public Methods

Method Description
Cancel ( Actor self ) : void
Parachute ( Actor self, WPos dropPosition, Actor ignoreActor = null ) : OpenRA.Activities
Queue ( Activity activity ) : void
Tick ( Actor self ) : Activity

Private Methods

Method Description
FirstTick ( Actor self ) : Activity
LastTick ( Actor self ) : Activity

Method Details

Cancel() public method

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

Parachute() public method

public Parachute ( Actor self, WPos dropPosition, Actor ignoreActor = null ) : OpenRA.Activities
self Actor
dropPosition WPos
ignoreActor Actor
return OpenRA.Activities

Queue() public method

public Queue ( Activity activity ) : void
activity Activity
return void

Tick() public method

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