WildStar:API TYPE Ability
Jump to navigation
Jump to search
Write the first paragraph of your page here.
General
The ability AbilityBook type, and used to hold information about a particular target-able unit in the world. This userdata type is not accessible as table and is immutable.
local table = AbilityBook.GetAbiltiyInfo(abilityId) local ability = table.tTiers[1].splObject
Members
- GetName() - Ability Name
- GetTier() - Tiers are numbered 1-9. So 1 is base, and 9 is T8
- GetCastInfoString()
- GetCastMethod()
- GetChannelData()
- GetCastTimeOverride()
- GetThresholdTime()
- GetCastTime()
- GetMaximumRange()
- GetMinimumRange()
- GetCasterInnateCosts()
- GetCasterInnateRequirements()
- IsFreeformTarget()
- IsSelfSpell()
- GetCooldownTime()
- IsMovingInterrupted()
- GetAbilityCharges()
- GetFlavor() - This is the description of the ability in the tooltip
- GetId() - ID of the ability
- GetRequiredLevel()
- GetClass() -Spell class is Spell.CodeEnumSpellClass