DestroyBoolExpr
- Parameters
e boolexpr- comment
Destroys the provided boolean expression.
- note
boolexprextends fromagentand 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 (suggest an edit or discuss on Github)
- return type
nothing- Source code
native DestroyBoolExpr takes boolexpr e returns nothing