Difference between revisions of "UT DestroyTag"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(Created page with '{{dafunction |name = UT_DestroyTag |brief = Destroys all objects with tag sTag |param1type = string |param1name = sTag |param1desc = The tag of the objects that will be destroyed...')
 
(No difference)

Latest revision as of 19:22, 10 February 2010

Destroys all objects with tag sTag

void UT_DestroyTag(
string sTag
);
Parameters:
sTag
The tag of the objects that will be destroyed
Returns:

Nothing.

Source:

Core Resources.utility_h

Description

This function destroys all objects with tag sTag that are in the same area as the player.