isAutotest: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(a31.24 http://dev.arma3.com/post/spotrep-00029)
m (Text replacement - "‎" to "")
 
(30 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


| arma3 |= Game name
|game1= arma3
|version1= 1.24


|1.24|= Game version <!-- unkown -->
|gr1= System
____________________________________________________________________________________________


| Returns true if game was started with autotest parameter |= Description
|descr= Returns true if game was started with autotest parameter
____________________________________________________________________________________________


| [[isAutotest]] |= Syntax
|s1= [[isAutotest]]


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


|x1= <sqf>_bool = isAutotest;</sqf>


|x1= <code> _bool = [[isAutotest]] </code>|= EXAMPLE1
|seealso= [[Arma_3_Startup_Parameters#autotest|autotest]]
 
____________________________________________________________________________________________
 
| [[Arma_3_Startup_Parameters#autotest|autotest]] |= SEEALSO
 
|  |= MPBEHAVIOUR
____________________________________________________________________________________________
}}
}}
<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:Arma_3:_New_Scripting_Commands_List|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Latest revision as of 12:54, 26 April 2023

Hover & click on the images for description

Description

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

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