UT DestroyTag

From Dragon Age Toolset Wiki
Revision as of 19:22, 10 February 2010 by BryanDerksen (Talk | contribs) (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...')

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

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.