-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Metatable:Variant
dalkon edited this page Oct 4, 2014
·
6 revisions
No description available at the moment.
###Available methods:
getAttackSpeed()
getBaseSpeed()
getCapacityGain()
getClientId()
getDemotion()
getDescription()
getHealthGain()
getHealthGainAmount()
getHealthGainTicks()
getId()
getManaGain()
getManaGainAmount()
getManaGainTicks()
getMaxSoul()
getName()
getPromotion()
getRequiredManaSpent(magicLevel)
[getRequiredSkillTries(skillType, skillLevel)](#getRequiredSkillTries{skillType, skillLevel})
getSoulGainTicks()
###### getAttackSpeed() > **Description:** N/A > **Parameters:** None > **Returns:** N/A > **Example:** ```Lua local vocation = Vocation(...) vocation:getAttackSpeed() ``` > **Added in version:** 1.0
###### getBaseSpeed() > **Description:** N/A > **Parameters:** None > **Returns:** N/A > **Example:** ```Lua local vocation = Vocation(...) vocation:getBaseSpeed() ``` > **Added in version:** 1.0
###### getCapacityGain() > **Description:** N/A > **Parameters:** None > **Returns:** N/A > **Example:** ```Lua local vocation = Vocation(...) vocation:getCapacityGain() ``` > **Added in version:** 1.0
###### getClientId() > **Description:** N/A > **Parameters:** None > **Returns:** N/A > **Example:** ```Lua local vocation = Vocation(...) vocation:getClientId() ``` > **Added in version:** 1.0
###### getDemotion() > **Description:** N/A > **Parameters:** None > **Returns:** N/A > **Example:** ```Lua local vocation = Vocation(...) vocation:getDemotion() ``` > **Added in version:** 1.0
###### getDescription() > **Description:** N/A > **Parameters:** None > **Returns:** N/A > **Example:** ```Lua local vocation = Vocation(...) vocation:getDescription() ``` > **Added in version:** 1.0
###### getHealthGain() > **Description:** N/A > **Parameters:** None > **Returns:** N/A > **Example:** ```Lua local vocation = Vocation(...) vocation:getHealthGain() ``` > **Added in version:** 1.0
###### getHealthGainAmount() > **Description:** N/A > **Parameters:** None > **Returns:** N/A > **Example:** ```Lua local vocation = Vocation(...) vocation:getHealthGainAmount() ``` > **Added in version:** 1.0
###### getHealthGainTicks() > **Description:** N/A > **Parameters:** None > **Returns:** N/A > **Example:** ```Lua local vocation = Vocation(...) vocation:getHealthGainTicks() ``` > **Added in version:** 1.0
###### getId() > **Description:** N/A > **Parameters:** None > **Returns:** N/A > **Example:** ```Lua local vocation = Vocation(...) vocation:getId() ``` > **Added in version:** 1.0
###### getManaGain() > **Description:** N/A > **Parameters:** None > **Returns:** N/A > **Example:** ```Lua local vocation = Vocation(...) vocation:getManaGain() ``` > **Added in version:** 1.0
###### getManaGainAmount() > **Description:** N/A > **Parameters:** None > **Returns:** N/A > **Example:** ```Lua local vocation = Vocation(...) vocation:getManaGainAmount() ``` > **Added in version:** 1.0
###### getManaGainTicks() > **Description:** N/A > **Parameters:** None > **Returns:** N/A > **Example:** ```Lua local vocation = Vocation(...) vocation:getManaGainTicks() ``` > **Added in version:** 1.0
###### getMaxSoul() > **Description:** N/A > **Parameters:** None > **Returns:** N/A > **Example:** ```Lua local vocation = Vocation(...) vocation:getMaxSoul() ``` > **Added in version:** 1.0
###### getName() > **Description:** N/A > **Parameters:** None > **Returns:** N/A > **Example:** ```Lua local vocation = Vocation(...) vocation:getName() ``` > **Added in version:** 1.0
###### getPromotion() > **Description:** N/A > **Parameters:** None > **Returns:** N/A > **Example:** ```Lua local vocation = Vocation(...) vocation:getPromotion() ``` > **Added in version:** 1.0
###### getRequiredManaSpent(magicLevel) > **Description:** N/A > **Parameters:**
- _magicLevel_ - _No description_
###### getRequiredSkillTries(skillType, skillLevel) > **Description:** N/A > **Parameters:**
- _skillType_ - _No description_
- _skillLevel_ - _No description_
###### getSoulGainTicks() > **Description:** N/A > **Parameters:** None > **Returns:** N/A > **Example:** ```Lua local vocation = Vocation(...) vocation:getSoulGainTicks() ``` > **Added in version:** 1.0