Difference between revisions of "GetObjType"
From UODemo Wiki
(Created page with 'integer '''getObjType'''(object ''AnyObject'');<br> The ''getObjType'' function will return the type of an object. If the specified object is not valid then 0 is returned.<br> …') |
m (Protected "GetObjType" ([edit=autoconfirmed] (indefinite) [move=autoconfirmed] (indefinite))) |
(No difference)
|
Latest revision as of 21:50, 22 November 2012
integer getObjType(object AnyObject);
The getObjType function will return the type of an object.
If the specified object is not valid then 0 is returned.
For mobiles the object type is interpreted as the body type.
Return to the Command List.