ObjectToString

From Dragon Age Toolset Wiki
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.