Skip to content
Christian Johansson edited this page Aug 20, 2014 · 1 revision

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()
getRequiredSkillTries()
getSoulGainTicks()


###### getAttackSpeed() ```Lua local vocation = Vocation(...) vocation:getAttackSpeed() ``` > **Description:** N/A > **Parameters:** N/A > **Returns:** N/A > **Example:** ```Lua N/A ``` Added in version: 1.0
###### getBaseSpeed() ```Lua local vocation = Vocation(...) vocation:getBaseSpeed() ``` > **Description:** N/A > **Parameters:** N/A > **Returns:** N/A > **Example:** ```Lua N/A ``` Added in version: 1.0
###### getCapacityGain() ```Lua local vocation = Vocation(...) vocation:getCapacityGain() ``` > **Description:** N/A > **Parameters:** N/A > **Returns:** N/A > **Example:** ```Lua N/A ``` Added in version: 1.0
###### getClientId() ```Lua local vocation = Vocation(...) vocation:getClientId() ``` > **Description:** N/A > **Parameters:** N/A > **Returns:** N/A > **Example:** ```Lua N/A ``` Added in version: 1.0
###### getDemotion() ```Lua local vocation = Vocation(...) vocation:getDemotion() ``` > **Description:** N/A > **Parameters:** N/A > **Returns:** N/A > **Example:** ```Lua N/A ``` Added in version: 1.0
###### getDescription() ```Lua local vocation = Vocation(...) vocation:getDescription() ``` > **Description:** N/A > **Parameters:** N/A > **Returns:** N/A > **Example:** ```Lua N/A ``` Added in version: 1.0
###### getHealthGain() ```Lua local vocation = Vocation(...) vocation:getHealthGain() ``` > **Description:** N/A > **Parameters:** N/A > **Returns:** N/A > **Example:** ```Lua N/A ``` Added in version: 1.0
###### getHealthGainAmount() ```Lua local vocation = Vocation(...) vocation:getHealthGainAmount() ``` > **Description:** N/A > **Parameters:** N/A > **Returns:** N/A > **Example:** ```Lua N/A ``` Added in version: 1.0
###### getHealthGainTicks() ```Lua local vocation = Vocation(...) vocation:getHealthGainTicks() ``` > **Description:** N/A > **Parameters:** N/A > **Returns:** N/A > **Example:** ```Lua N/A ``` Added in version: 1.0
###### getId() ```Lua local vocation = Vocation(...) vocation:getId() ``` > **Description:** N/A > **Parameters:** N/A > **Returns:** N/A > **Example:** ```Lua N/A ``` Added in version: 1.0
###### getManaGain() ```Lua local vocation = Vocation(...) vocation:getManaGain() ``` > **Description:** N/A > **Parameters:** N/A > **Returns:** N/A > **Example:** ```Lua N/A ``` Added in version: 1.0
###### getManaGainAmount() ```Lua local vocation = Vocation(...) vocation:getManaGainAmount() ``` > **Description:** N/A > **Parameters:** N/A > **Returns:** N/A > **Example:** ```Lua N/A ``` Added in version: 1.0
###### getManaGainTicks() ```Lua local vocation = Vocation(...) vocation:getManaGainTicks() ``` > **Description:** N/A > **Parameters:** N/A > **Returns:** N/A > **Example:** ```Lua N/A ``` Added in version: 1.0
###### getMaxSoul() ```Lua local vocation = Vocation(...) vocation:getMaxSoul() ``` > **Description:** N/A > **Parameters:** N/A > **Returns:** N/A > **Example:** ```Lua N/A ``` Added in version: 1.0
###### getName() ```Lua local vocation = Vocation(...) vocation:getName() ``` > **Description:** N/A > **Parameters:** N/A > **Returns:** N/A > **Example:** ```Lua N/A ``` Added in version: 1.0
###### getPromotion() ```Lua local vocation = Vocation(...) vocation:getPromotion() ``` > **Description:** N/A > **Parameters:** N/A > **Returns:** N/A > **Example:** ```Lua N/A ``` Added in version: 1.0
###### getRequiredManaSpent() ```Lua local vocation = Vocation(...) vocation:getRequiredManaSpent() ``` > **Description:** N/A > **Parameters:** N/A > **Returns:** N/A > **Example:** ```Lua N/A ``` Added in version: 1.0
###### getRequiredSkillTries() ```Lua local vocation = Vocation(...) vocation:getRequiredSkillTries() ``` > **Description:** N/A > **Parameters:** N/A > **Returns:** N/A > **Example:** ```Lua N/A ``` Added in version: 1.0
###### getSoulGainTicks() ```Lua local vocation = Vocation(...) vocation:getSoulGainTicks() ``` > **Description:** N/A > **Parameters:** N/A > **Returns:** N/A > **Example:** ```Lua N/A ``` Added in version: 1.0