-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Metatable:ItemType
No description available at the moment.
getArmor()
getArticle()
getAttack()
getCapacity()
getCharges()
getClientId()
getDecayId()
getDefense()
getDescription()
getDestroyId()
getElementDamage()
getElementType()
getExtraDefense()
getFluidSource()
getHitChance()
getId()
getName()
getPluralName()
getRequiredLevel()
getShootRange()
getSlotPosition()
getTransformDeEquipId()
getTransformEquipId()
getType()
getWeaponType()
getWeight(count = 1)
hasSubType()
isContainer()
isCorpse()
isDoor()
isFluidContainer()
isMovable()
isReadable()
isRune()
isStackable()
isWritable()
Description: N/A
Parameters: None
Returns: N/A
Example:
local itemtype = ItemType(...)
itemtype:getArmor()
[To the top] Added in version: 1.0
Description: N/A
Parameters: None
Returns: N/A
Example:
local itemtype = ItemType(...)
itemtype:getArticle()
[To the top] Added in version: 1.0
Description: N/A
Parameters: None
Returns: N/A
Example:
local itemtype = ItemType(...)
itemtype:getAttack()
[To the top] Added in version: 1.0
Description: N/A
Parameters: None
Returns: N/A
Example:
local itemtype = ItemType(...)
itemtype:getCapacity()
[To the top] Added in version: 1.0
Description: N/A
Parameters: None
Returns: N/A
Example:
local itemtype = ItemType(...)
itemtype:getCharges()
[To the top] Added in version: 1.1
Description: N/A
Parameters: None
Returns: N/A
Example:
local itemtype = ItemType(...)
itemtype:getClientId()
[To the top] Added in version: 1.1
Description: N/A
Parameters: None
Returns: N/A
Example:
local itemtype = ItemType(...)
itemtype:getDecayId()
[To the top] Added in version: 1.0
Description: N/A
Parameters: None
Returns: N/A
Example:
local itemtype = ItemType(...)
itemtype:getDefense()
[To the top] Added in version: 1.0
Description: N/A
Parameters: None
Returns: N/A
Example:
local itemtype = ItemType(...)
itemtype:getDescription()
[To the top] Added in version: 1.0
Description: N/A
Parameters: None
Returns: N/A
Example:
local itemtype = ItemType(...)
itemtype:getDestroyId()
[To the top] Added in version: 1.2
Description: N/A
Parameters: None
Returns: N/A
Example:
local itemtype = ItemType(...)
itemtype:getElementDamage()
[To the top] Added in version: 1.0
Description: N/A
Parameters: None
Returns: N/A
Example:
local itemtype = ItemType(...)
itemtype:getElementType()
[To the top] Added in version: 1.0
Description: N/A
Parameters: None
Returns: N/A
Example:
local itemtype = ItemType(...)
itemtype:getExtraDefense()
[To the top] Added in version: 1.0
Description: N/A
Parameters: None
Returns: N/A
Example:
local itemtype = ItemType(...)
itemtype:getFluidSource()
[To the top] Added in version: 1.0
Description: N/A
Parameters: None
Returns: N/A
Example:
local itemtype = ItemType(...)
itemtype:getHitChance()
[To the top] Added in version: 1.1
Description: N/A
Parameters: None
Returns: N/A
Example:
local itemtype = ItemType(...)
itemtype:getId()
[To the top] Added in version: 1.0
Description: N/A
Parameters: None
Returns: N/A
Example:
local itemtype = ItemType(...)
itemtype:getName()
[To the top] Added in version: 1.0
Description: N/A
Parameters: None
Returns: N/A
Example:
local itemtype = ItemType(...)
itemtype:getPluralName()
[To the top] Added in version: 1.0
Description: N/A
Parameters: None
Returns: N/A
Example:
local itemtype = ItemType(...)
itemtype:getRequiredLevel()
[To the top] Added in version: 1.1
Description: N/A
Parameters: None
Returns: N/A
Example:
local itemtype = ItemType(...)
itemtype:getShootRange()
[To the top] Added in version: 1.1
Description: N/A
Parameters: None
Returns: N/A
Example:
local itemtype = ItemType(...)
itemtype:getSlotPosition()
[To the top] Added in version: 1.0
Description: N/A
Parameters: None
Returns: N/A
Example:
local itemtype = ItemType(...)
itemtype:getTransformDeEquipId()
[To the top] Added in version: 1.0
Description: N/A
Parameters: None
Returns: N/A
Example:
local itemtype = ItemType(...)
itemtype:getTransformEquipId()
[To the top] Added in version: 1.0
Description: N/A
Parameters: None
Returns: N/A
Example:
local itemtype = ItemType(...)
itemtype:getType()
[To the top] Added in version: 1.0
Description: N/A
Parameters: None
Returns: N/A
Example:
local itemtype = ItemType(...)
itemtype:getWeaponType()
[To the top] Added in version: 1.0
Description: N/A
Parameters:Returns: N/A
- count - (optional, default: 1)
Example:
local itemtype = ItemType(...)
itemtype:getWeight(1)
[To the top] Added in version: 1.0
Description: N/A
Parameters: None
Returns: N/A
Example:
local itemtype = ItemType(...)
itemtype:hasSubType()
[To the top] Added in version: 1.0
Description: N/A
Parameters: None
Returns: N/A
Example:
local itemtype = ItemType(...)
itemtype:isContainer()
[To the top] Added in version: 1.0
Description: N/A
Parameters: None
Returns: N/A
Example:
local itemtype = ItemType(...)
itemtype:isCorpse()
[To the top] Added in version: 1.0
Description: N/A
Parameters: None
Returns: N/A
Example:
local itemtype = ItemType(...)
itemtype:isDoor()
[To the top] Added in version: 1.0
Description: N/A
Parameters: None
Returns: N/A
Example:
local itemtype = ItemType(...)
itemtype:isFluidContainer()
[To the top] Added in version: 1.0
Description: N/A
Parameters: None
Returns: N/A
Example:
local itemtype = ItemType(...)
itemtype:isMovable()
[To the top] Added in version: 1.0
Description: N/A
Parameters: None
Returns: N/A
Example:
local itemtype = ItemType(...)
itemtype:isReadable()
[To the top] Added in version: 1.0
Description: N/A
Parameters: None
Returns: N/A
Example:
local itemtype = ItemType(...)
itemtype:isRune()
[To the top] Added in version: 1.0
Description: N/A
Parameters: None
Returns: N/A
Example:
local itemtype = ItemType(...)
itemtype:isStackable()
[To the top] Added in version: 1.0
Description: N/A
Parameters: None
Returns: N/A
Example:
local itemtype = ItemType(...)
itemtype:isWritable()
[To the top] Added in version: 1.0