C# Class FFACETools.FFACE.TimerTools

Class wrapper to consume timer methods
Afficher le fichier Open project: golfandsurf/Campah

Méthodes publiques

Свойство Type Description
MAX_ABILITY_INDEX byte

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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

Method Details

GetAbilityID() public méthode

Gets the ID of an ability by the index
public GetAbilityID ( byte index ) : AbilityList
index byte Index of the ability
Résultat AbilityList

GetAbilityRecast() public méthode

Gets the time left in seconds before being able to reuse an ability (use sparingly)
public GetAbilityRecast ( AbilityList abil ) : int
abil AbilityList Ability List
Résultat int

GetAbilityRecast() public méthode

Gets the time left in seconds before being able to reuse an ability
public GetAbilityRecast ( byte index ) : int
index byte Index of the ability
Résultat int

GetSpellRecast() public méthode

Will get the time left in seconds before being able to recast a spell
public GetSpellRecast ( SpellList spell ) : short
spell SpellList Spell to check recast timer on
Résultat short

GetSpellRecast() public méthode

Will get the time left in seconds before being able to recast a spell
public GetSpellRecast ( short id ) : short
id short
Résultat short

GetVanaTime() public méthode

Gets the current Vana'Diel time information
public GetVanaTime ( ) : VanaTime
Résultat VanaTime

TimerTools() public méthode

Constructor
public TimerTools ( int instanceID ) : System
instanceID int Instance ID generated by FFACE
Résultat System

Property Details

MAX_ABILITY_INDEX public_oe static_oe property

Maximum Ability Index for use with GetAbilityRecast/GetAbilityID
public static byte MAX_ABILITY_INDEX
Résultat byte