Or
- Parameters
-
operandA boolexpr
operandB boolexpr
- comment
Returns a new boolean expression that has the result of evaluating logical (expr1 OR expr2).
- note
boolexpr
extends fromagent
and must be explicitly destroyed withDestroyBoolExpr
to prevent leaks. However, most functions from blizzard.j destroy passed boolexpr automatically.- return type
boolexpr
- Source code
native Or takes boolexpr operandA, boolexpr operandB returns boolexpr
- Source
- boolexpr.j
- wc3modding.com
- Or