DestroyBoolExpr

Parameters
e boolexpr
comment

Destroys the provided boolean expression.

note

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

note

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

note

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

patch

1.00

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