Difference between revisions of "GetTag"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(Generated by Sunjammer's Dragon Age Script Paser)
 
m (looks good to me)
 
(One intermediate revision by the same user not shown)
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