DestroyBoolExpr

Parameters
e boolexpr
comment

Destroys the provided boolean expression.

note

See: And, Or, Not, Condition, Filter.

note

Only call this on boolexpr created via And,Or,Not.

note

boolexpr extends from agent and must be explicitly destroyed to prevent leaks. However, most functions from blizzard.j destroy passed boolexpr automatically.

return type
nothing
Source code
native DestroyBoolExpr  takes boolexpr e returns nothing
Source
boolexpr.j
wc3modding.com
DestroyBoolExpr