C# Class OpenRA.Mods.Common.Traits.Wanders

Inheritance: INotifyIdle, INotifyBecomingIdle
Mostra file Open project: cjshmyr/OpenRA

Public Methods

Method Description
DoAction ( Actor self, CPos targetCell ) : void
OnBecomingIdle ( Actor self ) : void
TickIdle ( Actor self ) : void
Wanders ( Actor self, WandersInfo info ) : System

Private Methods

Method Description
PickTargetLocation ( ) : CPos

Method Details

DoAction() public method

public DoAction ( Actor self, CPos targetCell ) : void
self Actor
targetCell CPos
return void

OnBecomingIdle() public method

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

TickIdle() public method

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

Wanders() public method

public Wanders ( Actor self, WandersInfo info ) : System
self Actor
info WandersInfo
return System