Skip to content

Metatable:MonsterType

Stefan A. Brannfjell edited this page Dec 19, 2017 · 4 revisions

No description available at the moment.

Available methods:

canPushCreatures()
canPushItems()
getArmor()
getAttackList()
getBaseSpeed()
getChangeTargetChance()
getChangeTargetSpeed()
getCombatImmunities()
getConditionImmunities()
getCorpseId()
getCreatureEvents()
getDefense()
getDefenseList()
getElementList()
getExperience()
getHealth()
getLight()
getLoot()
getManaCost()
getMaxHealth()
getMaxSummons()
getName()
getNameDescription()
getOutfit()
getRace()
getRunHealth()
getStaticAttackChance()
getSummonList()
getTargetDistance()
getVoices()
getYellChance()
getYellSpeedTicks()
isAttackable()
isConvinceable()
isHealthShown()
isHostile()
isIllusionable()
isPushable()
isSummonable()


canPushCreatures()

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

local monstertype = MonsterType(...)
monstertype:canPushCreatures()

[To the top] Added in version: 1.0


canPushItems()

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

local monstertype = MonsterType(...)
monstertype:canPushItems()

[To the top] Added in version: 1.0


getArmor()

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

local monstertype = MonsterType(...)
monstertype:getArmor()

[To the top] Added in version: 1.0


getAttackList()

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

local monstertype = MonsterType(...)
monstertype:getAttackList()

[To the top] Added in version: 1.0


getBaseSpeed()

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

local monstertype = MonsterType(...)
monstertype:getBaseSpeed()

[To the top] Added in version: 1.0


getChangeTargetChance()

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

local monstertype = MonsterType(...)
monstertype:getChangeTargetChance()

[To the top] Added in version: 1.0


getChangeTargetSpeed()

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

local monstertype = MonsterType(...)
monstertype:getChangeTargetSpeed()

[To the top] Added in version: 1.0


getCombatImmunities()

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

local monstertype = MonsterType(...)
monstertype:getCombatImmunities()

[To the top] Added in version: 1.0


getConditionImmunities()

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

local monstertype = MonsterType(...)
monstertype:getConditionImmunities()

[To the top] Added in version: 1.0


getCorpseId()

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

local monstertype = MonsterType(...)
monstertype:getCorpseId()

[To the top] Added in version: 1.0


getCreatureEvents()

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

local monstertype = MonsterType(...)
monstertype:getCreatureEvents()

[To the top] Added in version: 1.0


getDefense()

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

local monstertype = MonsterType(...)
monstertype:getDefense()

[To the top] Added in version: 1.0


getDefenseList()

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

local monstertype = MonsterType(...)
monstertype:getDefenseList()

[To the top] Added in version: 1.0


getElementList()

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

local monstertype = MonsterType(...)
monstertype:getElementList()

[To the top] Added in version: 1.0


getExperience()

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

local monstertype = MonsterType(...)
monstertype:getExperience()

[To the top] Added in version: 1.0


getHealth()

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

local monstertype = MonsterType(...)
monstertype:getHealth()

[To the top] Added in version: 1.0


getLight()

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

local monstertype = MonsterType(...)
monstertype:getLight()

[To the top] Added in version: 1.0


getLoot()

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

local monstertype = MonsterType(...)
monstertype:getLoot()

[To the top] Added in version: 1.0


getManaCost()

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

local monstertype = MonsterType(...)
monstertype:getManaCost()

[To the top] Added in version: 1.0


getMaxHealth()

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

local monstertype = MonsterType(...)
monstertype:getMaxHealth()

[To the top] Added in version: 1.0


getMaxSummons()

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

local monstertype = MonsterType(...)
monstertype:getMaxSummons()

[To the top] Added in version: 1.0


getName()

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

local monstertype = MonsterType(...)
monstertype:getName()

[To the top] Added in version: 1.0


getNameDescription()

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

local monstertype = MonsterType(...)
monstertype:getNameDescription()

[To the top] Added in version: 1.0


getOutfit()

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

local monstertype = MonsterType(...)
monstertype:getOutfit()

[To the top] Added in version: 1.0


getRace()

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

local monstertype = MonsterType(...)
monstertype:getRace()

[To the top] Added in version: 1.0


getRunHealth()

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

local monstertype = MonsterType(...)
monstertype:getRunHealth()

[To the top] Added in version: 1.0


getStaticAttackChance()

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

local monstertype = MonsterType(...)
monstertype:getStaticAttackChance()

[To the top] Added in version: 1.0


getSummonList()

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

local monstertype = MonsterType(...)
monstertype:getSummonList()

[To the top] Added in version: 1.0


getTargetDistance()

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

local monstertype = MonsterType(...)
monstertype:getTargetDistance()

[To the top] Added in version: 1.0


getVoices()

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

local monstertype = MonsterType(...)
monstertype:getVoices()

[To the top] Added in version: 1.0


getYellChance()

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

local monstertype = MonsterType(...)
monstertype:getYellChance()

[To the top] Added in version: 1.0


getYellSpeedTicks()

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

local monstertype = MonsterType(...)
monstertype:getYellSpeedTicks()

[To the top] Added in version: 1.0


isAttackable()

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

local monstertype = MonsterType(...)
monstertype:isAttackable()

[To the top] Added in version: 1.0


isConvinceable()

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

local monstertype = MonsterType(...)
monstertype:isConvinceable()

[To the top] Added in version: 1.0


isHealthShown()

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

local monstertype = MonsterType(...)
monstertype:isHealthShown()

[To the top] Added in version: 1.0


isHostile()

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

local monstertype = MonsterType(...)
monstertype:isHostile()

[To the top] Added in version: 1.0


isIllusionable()

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

local monstertype = MonsterType(...)
monstertype:isIllusionable()

[To the top] Added in version: 1.0


isPushable()

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

local monstertype = MonsterType(...)
monstertype:isPushable()

[To the top] Added in version: 1.0


isSummonable()

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

local monstertype = MonsterType(...)
monstertype:isSummonable()

[To the top] Added in version: 1.0

Clone this wiki locally