And
- Parameters
-
operandA boolexpr
operandB boolexpr
- comment
-
Always returns a new boolean expression that has the result of evaluating logical (expr1 AND expr2).
- note
-
boolexpr
extends fromagent
and must be explicitly destroyed withDestroyBoolExpr
to prevent leaks. However, most functions from blizzard.j destroy passed boolexpr automatically. - note
-
See:
Or
,Not
,Condition
,Filter
,DestroyBoolExpr
- patch
-
1.00
- Source
- common.j (suggest an edit or discuss on Github)
- return type
-
boolexpr
- Source code
-
native And takes boolexpr operandA, boolexpr operandB returns boolexpr