The search keyword must be a single word (no spaces).
Function Not
- Line
- 2478
- Location
- common.j
- Constant?
- no
- Type
- native
- Arguments
- boolexpr operand
- Returns
- boolexpr
| 2478 | native Not takes boolexpr operand returns boolexpr |
| 2479 | native Condition takes code func returns conditionfunc |
| 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 |
Information about Not
City17
4 years
returns a new boolean expression that has the result of evaluating (NOT expr1)
Note: boolexpr extends from agent and must be explicitly destroyed with DestroyBoolExpr to prevent leaks.
However, most functions from blizzard.j destroy passed boolexpr automatically.
Note: boolexpr extends from agent and must be explicitly destroyed with DestroyBoolExpr to prevent leaks.
However, most functions from blizzard.j destroy passed boolexpr automatically.
You must be logged in with a standard account to contribute.