C# Класс FFACETools.FFACE.TimerTools

Class wrapper to consume timer methods
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
MAX_ABILITY_INDEX byte

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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

Описание методов

GetAbilityID() публичный Метод

Gets the ID of an ability by the index
public GetAbilityID ( byte index ) : AbilityList
index byte Index of the ability
Результат AbilityList

GetAbilityRecast() публичный Метод

Gets the time left in seconds before being able to reuse an ability (use sparingly)
public GetAbilityRecast ( AbilityList abil ) : int
abil AbilityList Ability List
Результат int

GetAbilityRecast() публичный Метод

Gets the time left in seconds before being able to reuse an ability
public GetAbilityRecast ( byte index ) : int
index byte Index of the ability
Результат int

GetSpellRecast() публичный Метод

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
Результат short

GetSpellRecast() публичный Метод

Will get the time left in seconds before being able to recast a spell
public GetSpellRecast ( short id ) : short
id short
Результат short

GetVanaTime() публичный Метод

Gets the current Vana'Diel time information
public GetVanaTime ( ) : VanaTime
Результат VanaTime

TimerTools() публичный Метод

Constructor
public TimerTools ( int instanceID ) : System
instanceID int Instance ID generated by FFACE
Результат System

Описание свойств

MAX_ABILITY_INDEX публичное статическое свойство

Maximum Ability Index for use with GetAbilityRecast/GetAbilityID
public static byte MAX_ABILITY_INDEX
Результат byte