Difference between revisions of "IsMobile"
From UODemo Wiki
(Created page with 'integer '''isMobile'''(object AnyObject); This function will return 1 if the given object is valid and is a mobile, this includes players, NPC's, guards and shopkeepers. Oth...') |
m |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | integer '''isMobile'''(object | + | integer '''isMobile'''(object ''AnyObject''); |
This function will return 1 if the given object is valid and is a mobile, this includes players, NPC's, guards and shopkeepers. Otherwise 0 is returned. | This function will return 1 if the given object is valid and is a mobile, this includes players, NPC's, guards and shopkeepers. Otherwise 0 is returned. |
Latest revision as of 11:41, 25 January 2010
integer isMobile(object AnyObject);
This function will return 1 if the given object is valid and is a mobile, this includes players, NPC's, guards and shopkeepers. Otherwise 0 is returned.
Return to the Command List.