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

Inheritance: OpenRA.Traits.AttackBase, ISync
Afficher le fichier Open project: pchote/OpenRA Class Usage Examples

Méthodes publiques

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

Method Details

AttackOmni() public méthode

public AttackOmni ( Actor self, AttackOmniInfo info ) : OpenRA.Activities
self Actor
info AttackOmniInfo
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