Difference between revisions of "GetTag"

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

Latest revision as of 00:37, 1 August 2009

Returns the tag of the specified object

string GetTag(
object oObject
);
Parameters:
oObject
the object to get the tag off of
Returns:

the tag of the object or an empty string on failure.

Source:

script.ldf

Description

Returns the tag of the specified object