a or b: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (trimmed example) |
||
Line 21: | Line 21: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1 = <code> | |x1 = <code>if ((canMove tank1) '''<nowiki>||</nowiki>''' (canMove tank2)) then {hint "We can still move"}</code> |= Example 1 | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Revision as of 18:40, 25 September 2008
Description
- Description:
- Returns whether either one of the two values is true. Identical to: a or b
- Groups:
- Uncategorised
Syntax
Examples
- Example 1:
if ((canMove tank1) || (canMove tank2)) then {hint "We can still move"}
Additional Information
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note