false: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (template:command argument fix)
(10 intermediate revisions by 7 users not shown)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Always false. |= Description
| Always false. |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''false''' |= Syntax
| '''false''' |SYNTAX=


| [[Boolean]] |= Return value
| [[Boolean]] |RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________


|  |= See also
|x1 = <code>_var <nowiki>=</nowiki> <b>false</b>;
systemChat str _var; //false
</code>|EXAMPLE1=
____________________________________________________________________________________________
 
| [[true]] |SEEALSO=


}}
}}
Line 28: Line 33:
<h3 style="display:none">Bottom Section</h3>
<h3 style="display:none">Bottom Section</h3>
[[Category:Scripting Commands|FALSE]]
[[Category:Scripting Commands|FALSE]]
[[Category:Scripting Commands OFP 1.99|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands OFP 1.96|FALSE]]
[[Category:Scripting Commands OFP 1.96|FALSE]]
[[Category:Scripting Commands OFP 1.46|FALSE]]
[[Category:Scripting Commands OFP 1.46|FALSE]]
[[Category:Scripting Commands ArmA|FALSE]]
[[Category:Scripting Commands ArmA|FALSE]]
[[Category:Command_Group:_Variables|{{uc:{{PAGENAME}}}}]]
[[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