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

Inheritance: OpenRA.Traits.SupportPower
显示文件 Open project: pchote/OpenRA

Public Methods

Method Description
Activate ( Actor self, Order order, SupportPowerManager manager ) : void
AirstrikePower ( Actor self, AirstrikePowerInfo info ) : System
SendAirstrike ( Actor self, WPos target, bool randomize = true, int attackFacing ) : void

Method Details

Activate() public method

public Activate ( Actor self, Order order, SupportPowerManager manager ) : void
self Actor
order Order
manager SupportPowerManager
return void

AirstrikePower() public method

public AirstrikePower ( Actor self, AirstrikePowerInfo info ) : System
self Actor
info AirstrikePowerInfo
return System

SendAirstrike() public method

public SendAirstrike ( Actor self, WPos target, bool randomize = true, int attackFacing ) : void
self Actor
target WPos
randomize bool
attackFacing int
return void