AttackCompletedEventArgsAttackAction Property |
Provides the AttackAction that was created from the values
passed into the BeginAttack method. This can be used to
retrieve a state object for your target creature to continue
your attack.
Namespace: Terrarium.Sdk.Classes.Creature.EventsAssembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic AttackAction AttackAction { get; }
Public ReadOnly Property AttackAction As AttackAction
Get
public:
property AttackAction^ AttackAction {
AttackAction^ get ();
}
member AttackAction : AttackAction with get
Return Value
Type:
AttackAction
AttackAction representing the values passed into BeginAttack
See Also