Property | Type | Description | |
---|---|---|---|
Components | object>.Dictionary | ||
LearnedLevel | int | ||
PostLag | int | ||
PreLag | int | ||
Rank | int | ||
RankCostMultiplier | int | ||
SkillType | SkillType | ||
UseMessage | string |
Method | Description | |
---|---|---|
Action ( |
This is executed at a specific time based on the PreLag and PostLag variables
|
|
PostAction ( |
This is executed at the very end of the of the action, after both PreLag and PostLag
|
|
PreAction ( |
This is executed at the very moment the user uses the ability
|
|
SetTargetAllyAsFirstArg ( |
||
SetTargetEnemyAsFirstArg ( |
public Action ( |
||
user | ||
text | string | |
return | bool |
public PostAction ( |
||
user | ||
text | string | |
return | bool |
public PreAction ( |
||
user | ||
text | string | |
return | bool |
public SetTargetAllyAsFirstArg ( |
||
user | ||
text | string | |
return | bool |
public SetTargetEnemyAsFirstArg ( |
||
user | ||
text | string | |
return | bool |