a or b: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (moved command to template)
mNo edit summary
Line 14: Line 14:
|p1= a: [[Boolean]]
|p1= a: [[Boolean]]


|p2= 'b: [[Boolean]]
|p2= b: [[Boolean]]


|[[Boolean]] |= Return value
|[[Boolean]] |= Return value
Line 32: Line 32:


<h3 style="display:none">Bottom Section</h3>
<h3 style="display:none">Bottom Section</h3>
<h2 style="color:#000066">''' ''a'' || ''b'' '''</h2>


[[Category:Scripting Commands|#]]
[[Category:Scripting Commands|#]]

Revision as of 16:08, 14 August 2006

Hover & click on the images for description

Description

Description:
a or b
Groups:
Uncategorised

Syntax

Syntax:
a
Parameters:
a: Boolean
b: Boolean
Return Value:
Return value needed

Examples

Example 1:
if (not (canMove tank1)

Additional Information

See also:
b

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

Notes

Bottom Section