false: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
 
m (template:command argument fix)
(18 intermediate revisions by 8 users not shown)
Line 1: Line 1:
<h2 style="color:#000066">'''false'''</h2>
{{Command|= Comments
____________________________________________________________________________________________


'''Operand types:'''
| ofp |= Game name


None
|1.00|= Game version
____________________________________________________________________________________________


'''Type of returned value:'''
| Always false. |DESCRIPTION=
____________________________________________________________________________________________


[[Boolean]]
| '''false''' |SYNTAX=


'''Description:'''
| [[Boolean]] |RETURNVALUE=
____________________________________________________________________________________________


Always false.
|x1 = <code>_var <nowiki>=</nowiki> <b>false</b>;
systemChat str _var;  //false
</code>|EXAMPLE1=
____________________________________________________________________________________________
 
| [[true]] |SEEALSO=
 
}}
 
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
 
<!-- Note Section END -->
</dl>
 
<h3 style="display:none">Bottom Section</h3>
[[Category:Scripting Commands|FALSE]]
[[Category:Scripting Commands OFP 1.99|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands OFP 1.96|FALSE]]
[[Category:Scripting Commands OFP 1.46|FALSE]]
[[Category:Scripting Commands ArmA|FALSE]]
[[Category:Command_Group:_Variables|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]

Revision as of 15:39, 7 April 2019

Hover & click on the images for description

Description

Description:
Always false.
Groups:
Uncategorised

Syntax

Syntax:
false
Return Value:
Boolean

Examples

Example 1:
_var = false; systemChat str _var; //false

Additional Information

See also:
true

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