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

Inheritance: OpenRA.Traits.AttackBase, ISync
Mostrar archivo Open project: pchote/OpenRA Class Usage Examples

Public Methods

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

Method Details

AttackOmni() public method

public AttackOmni ( Actor self, AttackOmniInfo info ) : OpenRA.Activities
self Actor
info AttackOmniInfo
return OpenRA.Activities

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