Difference between revisions of "TYPE"
From SphereWiki
(Created page with "Gets or sets the item type. == Examples == Ingame commands: <spherescript>.XTYPE T_NEW_TYPE // Set T_NEW_TYPE as type of targetted item. .XSHOW TYPE // Show the TYPE of tar...") |
(No difference)
|
Latest revision as of 23:15, 20 September 2014
Gets or sets the item type.
Examples
Ingame commands:
.XTYPE T_NEW_TYPE // Set T_NEW_TYPE as type of targetted item. .XSHOW TYPE // Show the TYPE of targetted item.
Sphere scripting:
TYPE T_NEW_TYPE // Set T_NEW_TYPE as type of the item. <TYPE> // Return the type of the item.