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

Inheritance: INotifyIdle, INotifyBecomingIdle
Afficher le fichier Open project: cjshmyr/OpenRA

Méthodes publiques

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

Private Methods

Méthode Description
PickTargetLocation ( ) : CPos

Method Details

DoAction() public méthode

public DoAction ( Actor self, CPos targetCell ) : void
self Actor
targetCell CPos
Résultat void

OnBecomingIdle() public méthode

public OnBecomingIdle ( Actor self ) : void
self Actor
Résultat void

TickIdle() public méthode

public TickIdle ( Actor self ) : void
self Actor
Résultat void

Wanders() public méthode

public Wanders ( Actor self, WandersInfo info ) : System
self Actor
info WandersInfo
Résultat System