Property | Type | Description | |
---|---|---|---|
MAX_ABILITY_INDEX | byte |
Property | Type | Description |
---|
Method | Description | |
---|---|---|
GetAbilityID ( byte index ) : AbilityList |
Gets the ID of an ability by the index
|
|
GetAbilityRecast ( AbilityList abil ) : int |
Gets the time left in seconds before being able to reuse an ability (use sparingly)
|
|
GetAbilityRecast ( byte index ) : int |
Gets the time left in seconds before being able to reuse an ability
|
|
GetSpellRecast ( SpellList spell ) : short |
Will get the time left in seconds before being able to recast a spell
|
|
GetSpellRecast ( short id ) : short |
Will get the time left in seconds before being able to recast a spell
|
|
GetVanaTime ( ) : VanaTime |
Gets the current Vana'Diel time information
|
|
TimerTools ( int instanceID ) : System |
Constructor
|
public GetAbilityID ( byte index ) : AbilityList | ||
index | byte | Index of the ability |
return | AbilityList |
public GetAbilityRecast ( AbilityList abil ) : int | ||
abil | AbilityList | Ability List |
return | int |
public GetAbilityRecast ( byte index ) : int | ||
index | byte | Index of the ability |
return | int |
public GetSpellRecast ( SpellList spell ) : short | ||
spell | SpellList | Spell to check recast timer on |
return | short |
public TimerTools ( int instanceID ) : System | ||
instanceID | int | Instance ID generated by FFACE |
return | System |