-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Metatable:MonsterType
No description available at the moment.
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()
Description: N/A
Parameters: None
Returns: N/A
Example:
local monstertype = MonsterType(...)
monstertype:canPushCreatures()
[To the top] Added in version: 1.0
Description: N/A
Parameters: None
Returns: N/A
Example:
local monstertype = MonsterType(...)
monstertype:canPushItems()
[To the top] Added in version: 1.0
Description: N/A
Parameters: None
Returns: N/A
Example:
local monstertype = MonsterType(...)
monstertype:getArmor()
[To the top] Added in version: 1.0
Description: N/A
Parameters: None
Returns: N/A
Example:
local monstertype = MonsterType(...)
monstertype:getAttackList()
[To the top] Added in version: 1.0
Description: N/A
Parameters: None
Returns: N/A
Example:
local monstertype = MonsterType(...)
monstertype:getBaseSpeed()
[To the top] Added in version: 1.0
Description: N/A
Parameters: None
Returns: N/A
Example:
local monstertype = MonsterType(...)
monstertype:getChangeTargetChance()
[To the top] Added in version: 1.0
Description: N/A
Parameters: None
Returns: N/A
Example:
local monstertype = MonsterType(...)
monstertype:getChangeTargetSpeed()
[To the top] Added in version: 1.0
Description: N/A
Parameters: None
Returns: N/A
Example:
local monstertype = MonsterType(...)
monstertype:getCombatImmunities()
[To the top] Added in version: 1.0
Description: N/A
Parameters: None
Returns: N/A
Example:
local monstertype = MonsterType(...)
monstertype:getConditionImmunities()
[To the top] Added in version: 1.0
Description: N/A
Parameters: None
Returns: N/A
Example:
local monstertype = MonsterType(...)
monstertype:getCorpseId()
[To the top] Added in version: 1.0
Description: N/A
Parameters: None
Returns: N/A
Example:
local monstertype = MonsterType(...)
monstertype:getCreatureEvents()
[To the top] Added in version: 1.0
Description: N/A
Parameters: None
Returns: N/A
Example:
local monstertype = MonsterType(...)
monstertype:getDefense()
[To the top] Added in version: 1.0
Description: N/A
Parameters: None
Returns: N/A
Example:
local monstertype = MonsterType(...)
monstertype:getDefenseList()
[To the top] Added in version: 1.0
Description: N/A
Parameters: None
Returns: N/A
Example:
local monstertype = MonsterType(...)
monstertype:getElementList()
[To the top] Added in version: 1.0
Description: N/A
Parameters: None
Returns: N/A
Example:
local monstertype = MonsterType(...)
monstertype:getExperience()
[To the top] Added in version: 1.0
Description: N/A
Parameters: None
Returns: N/A
Example:
local monstertype = MonsterType(...)
monstertype:getHealth()
[To the top] Added in version: 1.0
Description: N/A
Parameters: None
Returns: N/A
Example:
local monstertype = MonsterType(...)
monstertype:getLight()
[To the top] Added in version: 1.0
Description: N/A
Parameters: None
Returns: N/A
Example:
local monstertype = MonsterType(...)
monstertype:getLoot()
[To the top] Added in version: 1.0
Description: N/A
Parameters: None
Returns: N/A
Example:
local monstertype = MonsterType(...)
monstertype:getManaCost()
[To the top] Added in version: 1.0
Description: N/A
Parameters: None
Returns: N/A
Example:
local monstertype = MonsterType(...)
monstertype:getMaxHealth()
[To the top] Added in version: 1.0
Description: N/A
Parameters: None
Returns: N/A
Example:
local monstertype = MonsterType(...)
monstertype:getMaxSummons()
[To the top] Added in version: 1.0
Description: N/A
Parameters: None
Returns: N/A
Example:
local monstertype = MonsterType(...)
monstertype:getName()
[To the top] Added in version: 1.0
Description: N/A
Parameters: None
Returns: N/A
Example:
local monstertype = MonsterType(...)
monstertype:getNameDescription()
[To the top] Added in version: 1.0
Description: N/A
Parameters: None
Returns: N/A
Example:
local monstertype = MonsterType(...)
monstertype:getOutfit()
[To the top] Added in version: 1.0
Description: N/A
Parameters: None
Returns: N/A
Example:
local monstertype = MonsterType(...)
monstertype:getRace()
[To the top] Added in version: 1.0
Description: N/A
Parameters: None
Returns: N/A
Example:
local monstertype = MonsterType(...)
monstertype:getRunHealth()
[To the top] Added in version: 1.0
Description: N/A
Parameters: None
Returns: N/A
Example:
local monstertype = MonsterType(...)
monstertype:getStaticAttackChance()
[To the top] Added in version: 1.0
Description: N/A
Parameters: None
Returns: N/A
Example:
local monstertype = MonsterType(...)
monstertype:getSummonList()
[To the top] Added in version: 1.0
Description: N/A
Parameters: None
Returns: N/A
Example:
local monstertype = MonsterType(...)
monstertype:getTargetDistance()
[To the top] Added in version: 1.0
Description: N/A
Parameters: None
Returns: N/A
Example:
local monstertype = MonsterType(...)
monstertype:getVoices()
[To the top] Added in version: 1.0
Description: N/A
Parameters: None
Returns: N/A
Example:
local monstertype = MonsterType(...)
monstertype:getYellChance()
[To the top] Added in version: 1.0
Description: N/A
Parameters: None
Returns: N/A
Example:
local monstertype = MonsterType(...)
monstertype:getYellSpeedTicks()
[To the top] Added in version: 1.0
Description: N/A
Parameters: None
Returns: N/A
Example:
local monstertype = MonsterType(...)
monstertype:isAttackable()
[To the top] Added in version: 1.0
Description: N/A
Parameters: None
Returns: N/A
Example:
local monstertype = MonsterType(...)
monstertype:isConvinceable()
[To the top] Added in version: 1.0
Description: N/A
Parameters: None
Returns: N/A
Example:
local monstertype = MonsterType(...)
monstertype:isHealthShown()
[To the top] Added in version: 1.0
Description: N/A
Parameters: None
Returns: N/A
Example:
local monstertype = MonsterType(...)
monstertype:isHostile()
[To the top] Added in version: 1.0
Description: N/A
Parameters: None
Returns: N/A
Example:
local monstertype = MonsterType(...)
monstertype:isIllusionable()
[To the top] Added in version: 1.0
Description: N/A
Parameters: None
Returns: N/A
Example:
local monstertype = MonsterType(...)
monstertype:isPushable()
[To the top] Added in version: 1.0
Description: N/A
Parameters: None
Returns: N/A
Example:
local monstertype = MonsterType(...)
monstertype:isSummonable()
[To the top] Added in version: 1.0