Difference between revisions of "SetTag"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
m (looks okay, removing tag)
 
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.