Click or drag to resize
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.Events
Assembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public AttackAction AttackAction { get; }

Return Value

Type: AttackAction
AttackAction representing the values passed into BeginAttack
See Also