Difference between revisions of "IsValid"

From UODemo Wiki
Jump to: navigation, search
(Created page with 'integer '''isValid'''(object ''AnyObject''); This function will return 1 if the specified object exists, otherwise the function will return 0. Return to the Command List.')
 
(No difference)

Latest revision as of 21:02, 14 June 2010

integer isValid(object AnyObject);

This function will return 1 if the specified object exists, otherwise the function will return 0.

Return to the Command List.