isAutotest: Difference between revisions
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 | ||
| | |1.33|= Game version <!-- unkown --> | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| Returns | | Returns rotors RPM |= Description | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[ | | [[rotorsRpmRTD]] RTD_helicopter |= Syntax | ||
| [[ | |p1= RTD_helicopter: [[Object]] |= Parameter | ||
| [[Array]] |= RETURNVALUE | |||
|x1= <code> | |||
|x1= <code>_mh9_main = ([[rotorsRpmRTD]] _MH9) [[select]] 0;//main rotor | |||
_mh9_tail = ([[rotorsRpmRTD]] _MH9) [[select]] 1;//tail rotor</code>|= EXAMPLE1 | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | |= SEEALSO | ||
| |= MPBEHAVIOUR | | |= MPBEHAVIOUR |
Revision as of 04:06, 19 October 2014
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]]