Difference between revisions of "Objtoint"

From UODemo Wiki
Jump to: navigation, search
m (Protected "Objtoint" ([edit=sysop] (indefinite) [move=sysop] (indefinite)))
Line 2: Line 2:
  
 
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.
 +
 +
 +
Return to the [[Command List]].

Revision as of 10:26, 25 January 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.


Return to the Command List.