setAPURTD: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "<h3 style="display:none">Bottom Section</h3> " to "")
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|Comments=
{{Command


| TKOH |Game name=
| TKOH


|gr1= RTD |GROUP1=
|gr1= RTD






|1.00|Game version=
|1.00


| Let the Auxiliary Power Unit (APU) reach a desired state over the given period of time.  
| Let the Auxiliary Power Unit (APU) reach a desired state over the given period of time.  
* 0: fully off  
* 0: fully off  
* 1: fully powered up |DESCRIPTION=
* 1: fully powered up


| helicopterRTD '''setAPURTD''' [value, time]|SYNTAX=
| helicopterRTD '''setAPURTD''' [value, time]


|p1= helicopterRTD: [[ObjectRTD]] - helicopter |PARAMETER1=
|p1= helicopterRTD: [[ObjectRTD]] - helicopter
|p2= value: [[Number]] - desired APU state |PARAMETER2=
|p2= value: [[Number]] - desired APU state
|p3= time: [[Number]] - time to reach (seconds) |PARAMETER3=
|p3= time: [[Number]] - time to reach (seconds)


| [[Nothing]] |RETURNVALUE=
| [[Nothing]]


|x1= <code>[[vehicle]] [[player]] [[setAPURTD]] [1, 15];</code>
|x1= <code>[[vehicle]] [[player]] [[setAPURTD]] [1, 15];</code>


| |SEEALSO=
|


}}
}}

Revision as of 12:01, 18 January 2021

Hover & click on the images for description

Description

Description:
Let the Auxiliary Power Unit (APU) reach a desired state over the given period of time.
  • 0: fully off
  • 1: fully powered up
Groups:
RTD

Syntax

Syntax:
helicopterRTD setAPURTD [value, time]
Parameters:
helicopterRTD: ObjectRTD - helicopter
value: Number - desired APU state
time: Number - time to reach (seconds)
Return Value:
Nothing

Examples

Example 1:
vehicle player setAPURTD [1, 15];

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