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

Inheritance: HeliFly
Exibir arquivo Open project: OpenRA/OpenRA

Public Methods

Method Description
HeliFlyAndLandWhenIdle ( Actor self, Target t, AircraftInfo info ) : System.Collections.Generic
Tick ( Actor self ) : Activity

Method Details

HeliFlyAndLandWhenIdle() public method

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

Tick() public method

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