isAutotest: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Exact dev version unkown)
m (oops, Undo revision 85646 by Benargee (talk))
Line 2: Line 2:
____________________________________________________________________________________________
____________________________________________________________________________________________


| arma 3 dev|= Game name
| arma |= Game name


|1.33|= Game version <!-- unkown -->
|?|= Game version <!-- unkown -->
____________________________________________________________________________________________
____________________________________________________________________________________________


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


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


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


| [[Array]] |= RETURNVALUE


 
|x1= <code> _bool = [[isAutotest]] </code>|= EXAMPLE1  
|x1= <code>_mh9_main = ([[rotorsRpmRTD]] _MH9) [[select]] 0;//main rotor
_mh9_tail = ([[rotorsRpmRTD]] _MH9) [[select]] 1;//tail rotor</code>|= EXAMPLE1  


____________________________________________________________________________________________
____________________________________________________________________________________________


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


|  |= MPBEHAVIOUR  
|  |= MPBEHAVIOUR  

Revision as of 05:07, 19 October 2014

-wrong parameter ("Arma") defined!-?
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