C# 클래스 FFACETools.FFACE.TimerTools

Class wrapper to consume timer methods
파일 보기 프로젝트 열기: golfandsurf/Campah

공개 프로퍼티들

프로퍼티 타입 설명
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