IsInWorld

From UODemo Wiki
Revision as of 21:00, 25 January 2010 by Batlin (talk | contribs)

Jump to: navigation, search

integer isInWorld(location LocationToCheck);

This function will return 1 if the X and Y of LocationToCheck are between respectively 0 and 6143 and 0 and 4095. Otherwise 0 is returned. The Z coordinate of LocationToCheck is ignored.


Return to the Command List.