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

Inheritance: OpenRA.Traits.SupportPower
Afficher le fichier Open project: pchote/OpenRA

Méthodes publiques

Méthode 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 méthode

public Activate ( Actor self, Order order, SupportPowerManager manager ) : void
self Actor
order Order
manager SupportPowerManager
Résultat void

AirstrikePower() public méthode

public AirstrikePower ( Actor self, AirstrikePowerInfo info ) : System
self Actor
info AirstrikePowerInfo
Résultat System

SendAirstrike() public méthode

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