C# Class OpenRA.Activities.CallFunc

Inheritance: Activity
Exibir arquivo Open project: OpenRA/OpenRA

Public Methods

Method Description
CallFunc ( System.Action a ) : System
CallFunc ( System.Action a, bool interruptable ) : System
Cancel ( Actor self ) : void
Tick ( Actor self ) : Activity

Method Details

CallFunc() public method

public CallFunc ( System.Action a ) : System
a System.Action
return System

CallFunc() public method

public CallFunc ( System.Action a, bool interruptable ) : System
a System.Action
interruptable bool
return System

Cancel() public method

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

Tick() public method

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