IsMobile
From UODemo Wiki
Revision as of 11:30, 25 January 2010 by Batlin (talk | contribs) (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...')
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.