DestroyFilter
- Parameters
-
f filterfunc
- comment
-
Destroys the provided filter function.
- 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. - note
-
Only call this on filterfunc created via
And
,Or
,Not
. - note
-
See:
Filter
. - patch
-
1.00
- Source
- common.j (suggest an edit or discuss on Github)
- return type
-
nothing
- Source code
-
native DestroyFilter takes filterfunc f returns nothing