true: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Example added)
m (template:command argument fix)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Always true |= Description
| Always true |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''true''' |= Syntax
| '''true''' |SYNTAX=


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


|x1 = <code>_var <nowiki>=</nowiki> <b>true</b>;
|x1 = <code>_var <nowiki>=</nowiki> <b>true</b>;
systemChat str _var;  //true
systemChat str _var;  //true
</code>|= Example 1
</code>|EXAMPLE1=
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[false]] |= See also
| [[false]] |SEEALSO=


}}
}}

Revision as of 15:50, 7 April 2019

Hover & click on the images for description

Description

Description:
Always true
Groups:
Uncategorised

Syntax

Syntax:
true
Return Value:
Boolean

Examples

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

Additional Information

See also:
false

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