Difference between revisions of "SetTag"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(Generated by Sunjammer's Dragon Age Script Paser)
 
m (looks okay, removing tag)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=SetTag
 
|name=SetTag

Latest revision as of 23:19, 26 February 2010

Sets the tag of the object to the specified value.

void SetTag(
object oObject,
string sTag
);
Parameters:
oObject
the object to set the tag on
sTag
the tag to set the object
Returns:

Nothing.

Source:

script.ldf

Description

Sets the tag of the object to the specified value.