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

Inheritance: OpenRA.Traits.AttackBase, ITick, ISync, INotifyRemovedFromWorld
Afficher le fichier Open project: pchote/OpenRA

Méthodes publiques

Méthode Description
AttackBomber ( Actor self, AttackBomberInfo info ) : System
GetAttackActivity ( Actor self, Target newTarget, bool allowMove, bool forceAttack ) : Activity
RemovedFromWorld ( Actor self ) : void
SetTarget ( World w, WPos pos ) : void
Tick ( Actor self ) : void

Method Details

AttackBomber() public méthode

public AttackBomber ( Actor self, AttackBomberInfo info ) : System
self Actor
info AttackBomberInfo
Résultat System

GetAttackActivity() public méthode

public GetAttackActivity ( Actor self, Target newTarget, bool allowMove, bool forceAttack ) : Activity
self Actor
newTarget OpenRA.Traits.Target
allowMove bool
forceAttack bool
Résultat Activity

RemovedFromWorld() public méthode

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

SetTarget() public méthode

public SetTarget ( World w, WPos pos ) : void
w World
pos WPos
Résultat void

Tick() public méthode

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