SetTag

From Dragon Age Toolset Wiki
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.