Property | Type | Description | |
---|---|---|---|
Entity_OnInt32PropertyChange | void |
Method | Description | |
---|---|---|
AttackEnd ( ) : void |
The attack end.
|
|
AttackOrder ( ) : void |
Informs attack animation tracker that the attack order was sent
|
|
AttackStart ( ) : void |
The attack start.
|
|
CanAttack ( Unit target = null, float bonusWindupMs ) : bool |
The can attack.
|
|
CanCancelAttack ( float delay = 0f ) : bool |
The can cancel attack.
|
|
IsAttackOnCoolDown ( Unit target = null, float bonusWindupMs ) : bool |
The is attack on cool down.
|
Method | Description | |
---|---|---|
AttackAnimationTracker ( Unit unit ) : System |
Initializes a new instance of the AttackAnimationTracker class.
|
Method | Description | |
---|---|---|
Entity_OnInt32PropertyChange ( System.Entity sender, Int32PropertyChangeEventArgs args ) : void |
The entity_ on int 32 property change.
|
protected AttackAnimationTracker ( Unit unit ) : System | ||
unit | Unit | /// The unit. /// |
return | System |
public CanAttack ( Unit target = null, float bonusWindupMs ) : bool | ||
target | Unit | /// The target. /// |
bonusWindupMs | float | /// The bonus windup milliseconds. /// |
return | bool |
public CanCancelAttack ( float delay = 0f ) : bool | ||
delay | float | /// The delay. /// |
return | bool |
public IsAttackOnCoolDown ( Unit target = null, float bonusWindupMs ) : bool | ||
target | Unit | /// The target. /// |
bonusWindupMs | float | /// The bonus windup milliseconds. /// |
return | bool |