rotorsRpmRTD: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "<h3 style='display:none'>Notes</h3> <dl class='command_description'> <!-- Note Section BEGIN --> <!-- Note Section END --> </dl> <h3 style='display:none'>Bottom Section</h3>" to "") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame( +[0-9])?|Game [Vv]ersion( +[0-9])?|Game Version \(number surrounded by NO SPACES\)|Arguments in MP|MP[Aa]rg|Multiplayer Arguments( \("local" or "global"\))?|Effects|Execution|Effects...) |
||
Line 1: | Line 1: | ||
{{Command | {{Command | ||
| arma3 | | arma3 | ||
|gr1= RTD | |gr1= RTD | ||
Line 9: | Line 9: | ||
|1.34|Game version= <!-- unkown --> | |1.34|Game version= <!-- unkown --> | ||
|Returns rotors RPM. {{Feature|afm}} | |Returns rotors RPM. {{Feature|afm}} | ||
| [[rotorsRpmRTD]] RTD_helicopter | | [[rotorsRpmRTD]] RTD_helicopter | ||
|p1= RTD_helicopter: [[Object]] |= Parameter | |p1= RTD_helicopter: [[Object]] |= Parameter | ||
| [[Array]] | | [[Array]] | ||
|x1= <code>_mh9_main = ([[rotorsRpmRTD]] _MH9) [[select]] 0;//main rotor | |x1= <code>_mh9_main = ([[rotorsRpmRTD]] _MH9) [[select]] 0;//main rotor | ||
_mh9_tail = ([[rotorsRpmRTD]] _MH9) [[select]] 1;//tail rotor</code> | _mh9_tail = ([[rotorsRpmRTD]] _MH9) [[select]] 1;//tail rotor</code> | ||
| [[rotorsForcesRTD]], [[weightRTD]], [[wingsForcesRTD]], [[airDensityRTD]] | | [[rotorsForcesRTD]], [[weightRTD]], [[wingsForcesRTD]], [[airDensityRTD]] | ||
| | | | ||
}} | }} | ||
Revision as of 11:04, 18 January 2021
Description
- Description:
- Returns rotors RPM.
- Groups:
- RTD
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
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