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

Inheritance: Activity
Exibir arquivo Open project: OpenRA/OpenRA

Public Methods

Method Description
Cancel ( Actor self ) : void
FallToEarth ( Actor self, OpenRA.Mods.Common.Traits.FallsToEarthInfo info ) : System.Linq
Tick ( Actor self ) : Activity

Method Details

Cancel() public method

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

FallToEarth() public method

public FallToEarth ( Actor self, OpenRA.Mods.Common.Traits.FallsToEarthInfo info ) : System.Linq
self Actor
info OpenRA.Mods.Common.Traits.FallsToEarthInfo
return System.Linq

Tick() public method

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