ObjToStr

From UODemo Wiki
Revision as of 21:13, 24 January 2010 by Batlin (talk | contribs) (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...')

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.