Or
Battlefield 6 Scripting Docs / mod / mod / Or
function Or(boolean0, boolean1): boolean;
Defined in: mod/index.d.ts:15374
Returns a boolean based on whether either of the two inputs are true.
| Parameter | Type |
|---|---|
boolean0 |
boolean |
boolean1 |
boolean |
boolean