Difference between revisions of "Objtoint"

From UODemo Wiki
Jump to: navigation, search
 
Line 1: Line 1:
 
integer '''objtoint'''(object ''AnyObject'');
 
integer '''objtoint'''(object ''AnyObject'');
  
This function will return the serial (numerical identifier) of any object. No check is made to see if the object actually exists or not.
+
This function will return the serial (numerical identifier) of any object. No check is made to see if the object actually exists or not. Use the [[isValid]] function to check the validness of an object.
  
  
 
Return to the [[Command List]].
 
Return to the [[Command List]].

Latest revision as of 21:03, 14 June 2010

integer objtoint(object AnyObject);

This function will return the serial (numerical identifier) of any object. No check is made to see if the object actually exists or not. Use the isValid function to check the validness of an object.


Return to the Command List.