Skip to content

Metatable:Vocation

Stefan A. Brannfjell edited this page Dec 19, 2017 · 2 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()
getRequiredSkillTries()
getSoulGainTicks()


getAttackSpeed()
local vocation = Vocation(...)
vocation:getAttackSpeed()

Description: N/A
Parameters: N/A
Returns: N/A
Example:

N/A  

[To the top] Added in version: 1.0


getBaseSpeed()
local vocation = Vocation(...)
vocation:getBaseSpeed()

Description: N/A
Parameters: N/A
Returns: N/A
Example:

N/A  

[To the top] Added in version: 1.0


getCapacityGain()
local vocation = Vocation(...)
vocation:getCapacityGain()

Description: N/A
Parameters: N/A
Returns: N/A
Example:

N/A  

[To the top] Added in version: 1.0


getClientId()
local vocation = Vocation(...)
vocation:getClientId()

Description: N/A
Parameters: N/A
Returns: N/A
Example:

N/A  

[To the top] Added in version: 1.0


getDemotion()
local vocation = Vocation(...)
vocation:getDemotion()

Description: N/A
Parameters: N/A
Returns: N/A
Example:

N/A  

[To the top] Added in version: 1.0


getDescription()
local vocation = Vocation(...)
vocation:getDescription()

Description: N/A
Parameters: N/A
Returns: N/A
Example:

N/A  

[To the top] Added in version: 1.0


getHealthGain()
local vocation = Vocation(...)
vocation:getHealthGain()

Description: N/A
Parameters: N/A
Returns: N/A
Example:

N/A  

[To the top] Added in version: 1.0


getHealthGainAmount()
local vocation = Vocation(...)
vocation:getHealthGainAmount()

Description: N/A
Parameters: N/A
Returns: N/A
Example:

N/A  

[To the top] Added in version: 1.0


getHealthGainTicks()
local vocation = Vocation(...)
vocation:getHealthGainTicks()

Description: N/A
Parameters: N/A
Returns: N/A
Example:

N/A  

[To the top] Added in version: 1.0


getId()
local vocation = Vocation(...)
vocation:getId()

Description: N/A
Parameters: N/A
Returns: N/A
Example:

N/A  

[To the top] Added in version: 1.0


getManaGain()
local vocation = Vocation(...)
vocation:getManaGain()

Description: N/A
Parameters: N/A
Returns: N/A
Example:

N/A  

[To the top] Added in version: 1.0


getManaGainAmount()
local vocation = Vocation(...)
vocation:getManaGainAmount()

Description: N/A
Parameters: N/A
Returns: N/A
Example:

N/A  

[To the top] Added in version: 1.0


getManaGainTicks()
local vocation = Vocation(...)
vocation:getManaGainTicks()

Description: N/A
Parameters: N/A
Returns: N/A
Example:

N/A  

[To the top] Added in version: 1.0


getMaxSoul()
local vocation = Vocation(...)
vocation:getMaxSoul()

Description: N/A
Parameters: N/A
Returns: N/A
Example:

N/A  

[To the top] Added in version: 1.0


getName()
local vocation = Vocation(...)
vocation:getName()

Description: N/A
Parameters: N/A
Returns: N/A
Example:

N/A  

[To the top] Added in version: 1.0


getPromotion()
local vocation = Vocation(...)
vocation:getPromotion()

Description: N/A
Parameters: N/A
Returns: N/A
Example:

N/A  

[To the top] Added in version: 1.0


getRequiredManaSpent()
local vocation = Vocation(...)
vocation:getRequiredManaSpent()

Description: N/A
Parameters: N/A
Returns: N/A
Example:

N/A  

[To the top] Added in version: 1.0


getRequiredSkillTries()
local vocation = Vocation(...)
vocation:getRequiredSkillTries()

Description: N/A
Parameters: N/A
Returns: N/A
Example:

N/A  

[To the top] Added in version: 1.0


getSoulGainTicks()
local vocation = Vocation(...)
vocation:getSoulGainTicks()

Description: N/A
Parameters: N/A
Returns: N/A
Example:

N/A  

[To the top] Added in version: 1.0

Clone this wiki locally