ObjectToString

From Dragon Age Toolset Wiki
Revision as of 22:14, 2 March 2010 by BryanDerksen (Talk | contribs) (remove tag)

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

Converts an object to a string.

string ObjectToString(
object oObject
);
Parameters:
oObject
The object to convert
Returns:

Returns the string representation of the object. Returns an empty string on error.

Source:

script.ldf

Description

Returns the unique ID number of the object oObject in string form.