TYPE

From SphereWiki
Revision as of 23:15, 20 September 2014 by EXTREME (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.