The search keyword must be a single word (no spaces).
Function DestroyCondition
- Line
- 2480
- Location
- common.j
- Constant?
- no
- Type
- native
- Arguments
- conditionfunc c
- Returns
- nothing
| 2480 | native DestroyCondition takes conditionfunc c returns nothing |
| 2481 | native Filter takes code func returns filterfunc |
| 2482 | native DestroyFilter takes filterfunc f returns nothing |
| 2483 | native DestroyBoolExpr takes boolexpr e returns nothing |
| 2484 | |
| 2485 | //============================================================================
|
Information about DestroyCondition
City17
4 years
destroys the provided condition
Note: conditionfunc extends from boolexpr->agent and must be explicitly destroyed to prevent leaks.
However, most functions from blizzard.j destroy passed boolexpr automatically.
Note: conditionfunc extends from boolexpr->agent and must be explicitly destroyed to prevent leaks.
However, most functions from blizzard.j destroy passed boolexpr automatically.
You must be logged in with a standard account to contribute.