isAutotest: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(a31.24 http://dev.arma3.com/post/spotrep-00029)
m (template:command argument fix)
Line 12: Line 12:
| [[isAutotest]] |= Syntax
| [[isAutotest]] |= Syntax


| [[Boolean]] |= RETURNVALUE
| [[Boolean]] |RETURNVALUE=  




|x1= <code> _bool = [[isAutotest]] </code>|= EXAMPLE1
|x1= <code> _bool = [[isAutotest]] </code>|EXAMPLE1=  


____________________________________________________________________________________________
____________________________________________________________________________________________


| [[Arma_3_Startup_Parameters#autotest|autotest]] |= SEEALSO
| [[Arma_3_Startup_Parameters#autotest|autotest]] |SEEALSO=  


|  |= MPBEHAVIOUR
|  |MPBEHAVIOUR=  
____________________________________________________________________________________________
____________________________________________________________________________________________
}}
}}

Revision as of 11:34, 7 April 2019

Hover & click on the images for description

Description

Description:
Returns true if game was started with autotest parameter
Groups:
Uncategorised

Syntax

Syntax:
isAutotest
Return Value:
Boolean

Examples

Example 1:
_bool = isAutotest

Additional Information

See also:
autotest

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