Or
- Parameters
-
operandA boolexpr
operandB boolexpr
- comment
This function is used as or operator, but for boolexpr types. So, it's same as
operandA or operandB
in code terms.- return type
boolexpr
- Source code
native Or takes boolexpr operandA, boolexpr operandB returns boolexpr
- Source
- boolexpr.j
- wc3modding.com
- Or