Difference between revisions of "ObjectToString"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
(remove tag)
 
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=ObjectToString
 
|name=ObjectToString

Latest revision as of 21:14, 2 March 2010

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.