false: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (template:command argument fix)
(16 intermediate revisions by 8 users not shown)
Line 1: Line 1:
[[Category:Scripting Commands]]
{{Command|= Comments
[[Category:Scripting Commands OFP 1.97]]
____________________________________________________________________________________________
[[Category:Scripting Commands OFP 1.46]]
[[Category:Scripting Commands ArmA]]


back to [[Scripting_Reference#F|COMREF]]
| ofp |= Game name


<h2 style="color:#000066">'''false'''</h2>
|1.00|= Game version
____________________________________________________________________________________________


| Always false. |DESCRIPTION=
____________________________________________________________________________________________


'''Operand types:'''
| '''false''' |SYNTAX=


None
| [[Boolean]] |RETURNVALUE=
____________________________________________________________________________________________


'''Type of returned value:'''
|x1 = <code>_var <nowiki>=</nowiki> <b>false</b>;
systemChat str _var;  //false
</code>|EXAMPLE1=
____________________________________________________________________________________________


[[Boolean]]
| [[true]] |SEEALSO=


'''Description:'''
}}


Always false.
<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