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

Inheritance: Activity
Exibir arquivo Open project: OpenRA/OpenRA Class Usage Examples

Public Methods

Method Description
AdjustAltitude ( Actor self, Aircraft helicopter, WDist targetAltitude ) : bool
GetTargets ( Actor self ) : IEnumerable
HeliFly ( Actor self, Target t ) : System.Collections.Generic
HeliFly ( Actor self, Target t, WDist minRange, WDist maxRange ) : System.Collections.Generic
Tick ( Actor self ) : Activity

Method Details

AdjustAltitude() public static method

public static AdjustAltitude ( Actor self, Aircraft helicopter, WDist targetAltitude ) : bool
self Actor
helicopter Aircraft
targetAltitude WDist
return bool

GetTargets() public method

public GetTargets ( Actor self ) : IEnumerable
self Actor
return IEnumerable

HeliFly() public method

public HeliFly ( Actor self, Target t ) : System.Collections.Generic
self Actor
t OpenRA.Traits.Target
return System.Collections.Generic

HeliFly() public method

public HeliFly ( Actor self, Target t, WDist minRange, WDist maxRange ) : System.Collections.Generic
self Actor
t OpenRA.Traits.Target
minRange WDist
maxRange WDist
return System.Collections.Generic

Tick() public method

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