isAutotest: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Exact dev version unkown)
m (Text replacement - "‎" to "")
 
(32 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


| arma 3 dev|= Game name
|game1= arma3
|version1= 1.24


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


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


| [[rotorsRpmRTD]] RTD_helicopter |= Syntax
|s1= [[isAutotest]]


|p1= RTD_helicopter: [[Object]] |= Parameter
|r1= [[Boolean]]


| [[Array]] |= RETURNVALUE
|x1= <sqf>_bool = isAutotest;</sqf>


 
|seealso= [[Arma_3_Startup_Parameters#autotest|autotest]]
|x1= <code>_mh9_main = ([[rotorsRpmRTD]] _MH9) [[select]] 0;//main rotor
_mh9_tail = ([[rotorsRpmRTD]] _MH9) [[select]] 1;//tail rotor</code>|= EXAMPLE1
 
____________________________________________________________________________________________
 
|  |= 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: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