DestroyFilter
- Parameters
-
f filterfunc
- comment
Destroys the provided filter function.
- note
See:
Filter
.- note
Only call this on filterfunc created via
And
,Or
,Not
.- note
filterfunc
extends fromboolexpr
->agent
and must be explicitly destroyed withDestroyBoolExpr
/DestroyFilter
to prevent leaks. However, most functions from blizzard.j destroy passed boolexpr automatically.- return type
nothing
- Source code
native DestroyFilter takes filterfunc f returns nothing
- Source
- boolexpr.j
- wc3modding.com
- DestroyFilter