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

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

Méthodes publiques

Méthode Description
AttackHeli ( Actor self, AttackHeliInfo info ) : OpenRA.Activities
GetAttackActivity ( Actor self, Target newTarget, bool allowMove, bool forceAttack ) : Activity

Method Details

AttackHeli() public méthode

public AttackHeli ( Actor self, AttackHeliInfo info ) : OpenRA.Activities
self Actor
info AttackHeliInfo
Résultat OpenRA.Activities

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