DestroyCondition
- Parameters
-
c conditionfunc
- comment
-
Destroys the provided condition.
- note
-
conditionfunc
extends fromboolexpr
->agent
and must be explicitly destroyed to prevent leaks. However, most functions from blizzard.j destroy passed boolexpr automatically. - note
-
Only call this on conditionfuncs created via
And
,Or
,Not
. - note
-
See:
Condition
- patch
-
1.00
- Source
- common.j (suggest an edit or discuss on Github)
- return type
-
nothing
- Source code
-
native DestroyCondition takes conditionfunc c returns nothing