Метод | Описание | |
---|---|---|
Cancel ( |
Cancels skill, Cancels Motion and returns the character to idle position.
|
|
Complete ( |
Completes skill
|
|
Prepare ( |
Prepares skill, fails if no Dice is found.
|
|
Ready ( |
Readies the skill.
|
|
Use ( |
Uses skill, the actual usage is in Complete.
|
public Cancel ( |
||
creature | ||
skill | Skill | |
Результат | void |
public Complete ( |
||
creature | ||
skill | Skill | |
packet | Packet | |
Результат | void |
public Prepare ( |
||
creature | ||
skill | Skill | |
packet | Packet | |
Результат | bool |
public Ready ( |
||
creature | ||
skill | Skill | |
packet | Packet | |
Результат | bool |
public Use ( |
||
creature | ||
skill | Skill | |
packet | Packet | |
Результат | void |