Difference between revisions of "ObjToStr"
From UODemo Wiki
(Created page with 'string '''objToStr'''(object AnyObject''Italic text''); This function will return the serial (numerical identifier) of any object as a string. The serial is represented as an un...') |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | string '''objToStr'''(object | + | string '''objToStr'''(object ''AnyObject''); |
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]]. |
Latest revision as of 10:04, 8 September 2010
string objToStr(object AnyObject);
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.