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

Inheritance: OpenRA.Traits.AttackBase, ITick, ISync, INotifyRemovedFromWorld
显示文件 Open project: pchote/OpenRA

Public Methods

Method 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 method

public AttackBomber ( Actor self, AttackBomberInfo info ) : System
self Actor
info AttackBomberInfo
return System

GetAttackActivity() public method

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

RemovedFromWorld() public method

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

SetTarget() public method

public SetTarget ( World w, WPos pos ) : void
w World
pos WPos
return void

Tick() public method

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