SetTag

From Dragon Age Toolset Wiki
Revision as of 23:19, 26 February 2010 by BryanDerksen (Talk | contribs) (looks okay, removing tag)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.