Not

Parameters
operand boolexpr
comment

Returns a new boolean expression that has the result of evaluating logical (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.

return type
boolexpr
Source code
native Not              takes boolexpr operand returns boolexpr
Source
common.j
wc3modding.com
Not