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

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

Public Methods

Method Description
Cancel ( Actor self ) : void
Tick ( Actor self ) : Activity
WaitFor ( Func f ) : System
WaitFor ( Func f, bool interruptable ) : System

Method Details

Cancel() public method

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

Tick() public method

public Tick ( Actor self ) : Activity
self Actor
return OpenRA.Activities.Activity

WaitFor() public method

public WaitFor ( Func f ) : System
f Func
return System

WaitFor() public method

public WaitFor ( Func f, bool interruptable ) : System
f Func
interruptable bool
return System