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

Inheritance: OpenRA.Activities.Activity
Exibir arquivo Open project: OpenRA/OpenRA

Public Methods

Method Description
Cancel ( Actor self ) : void
Tick ( Actor self ) : Activity
Wait ( int period ) : System
Wait ( int period, 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

Wait() public method

public Wait ( int period ) : System
period int
return System

Wait() public method

public Wait ( int period, bool interruptable ) : System
period int
interruptable bool
return System