Method | Description | |
---|---|---|
Cancel ( |
Cancels skill, stopping the aim meter and disabling the fire effect.
|
|
Complete ( |
Completes skill, stopping the aim meter and disabling the fire effect.
|
|
CustomHitCancel ( |
Called when creature is hit while a bolt skill is active.
|
|
Init ( ) : void |
Sets up subscriptions for skill training.
|
|
Prepare ( |
Prepares skill.
|
|
Ready ( |
Readies skill, activates fire effect.
|
|
Use ( |
Uses the skill.
|
Method | Description | |
---|---|---|
OnCreatureAttacks ( TargetAction tAction ) : void |
Handles the skill training.
|
public Cancel ( |
||
creature | ||
skill | Skill | |
return | void |
public Complete ( |
||
creature | ||
skill | Skill | |
packet | Packet | |
return | void |
public CustomHitCancel ( |
||
creature | ||
tAction | TargetAction | |
return | void |
public Prepare ( |
||
creature | ||
skill | Skill | |
packet | Packet | |
return | bool |
public Ready ( |
||
creature | ||
skill | Skill | |
packet | Packet | |
return | bool |
public Use ( |
||
attacker | ||
skill | Skill | |
targetEntityId | long | |
return | CombatSkillResult |