isAutotest: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Unkown version. Is in arma 3 at least.)
 
m (Exact dev version unkown)
Line 2: Line 2:
____________________________________________________________________________________________
____________________________________________________________________________________________


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


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


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


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


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


| [[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  


____________________________________________________________________________________________
____________________________________________________________________________________________


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


|  |= MPBEHAVIOUR  
|  |= MPBEHAVIOUR  

Revision as of 05:06, 19 October 2014

-wrong parameter ("arma 3 dev") defined!-[[:Category:Introduced with arma 3 dev version 1.33|1.33]]
Hover & click on the images for description

Description

Description:
Returns rotors RPM
Groups:
Uncategorised

Syntax

Syntax:
rotorsRpmRTD RTD_helicopter
Parameters:
RTD_helicopter: Object
Return Value:
Array

Examples

Example 1:
_mh9_main = (rotorsRpmRTD _MH9) select 0;//main rotor _mh9_tail = (rotorsRpmRTD _MH9) select 1;//tail rotor

Additional Information

See also:
See also needed

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

[[Category:Introduced with arma 3 dev version 1.33]][[ Category: arma 3 dev: New Scripting Commands | ISAUTOTEST]][[ Category: arma 3 dev: Scripting Commands | ISAUTOTEST]]

Notes

Bottom Section