Difference between revisions of "ObjToStr"

From UODemo Wiki
Jump to: navigation, search
m (Protected "ObjToStr" ([edit=sysop] (indefinite) [move=sysop] (indefinite)))
Line 2: Line 2:
  
 
This function will return the serial (numerical identifier) of any object as a string. The serial is represented as an unsigned integer ranging from 0 to 4294967295. No check is made to see if the object actually exists or not.
 
This function will return the serial (numerical identifier) of any object as a string. The serial is represented as an unsigned integer ranging from 0 to 4294967295. No check is made to see if the object actually exists or not.
 +
 +
 +
Return to the [[Command List]].

Revision as of 10:28, 25 January 2010

string objToStr(object AnyObjectItalic text);

This function will return the serial (numerical identifier) of any object as a string. The serial is represented as an unsigned integer ranging from 0 to 4294967295. No check is made to see if the object actually exists or not.


Return to the Command List.