setAPURTD: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "{{Command " to "{{RV|type=command ")
m (Some wiki formatting)
Line 1: Line 1:
{{RV|type=command
{{RV|type=command


| TKOH
|game1= tkoh
|version1= 1.00


|gr1= RTD
|gr1= RTD


|1.00
|descr= 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.
|s1= helicopterRTD [[setAPURTD]] [value, time]
* 0: fully off
* 1: fully powered up


| helicopterRTD '''setAPURTD''' [value, time]
|p1= helicopterRTD: [[ObjectRTD]] - helicopter
 
|p2= value: [[Number]] - desired APU state. 0 being completely off, 1 being fully powered up


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


| [[Nothing]]
|r1= [[Nothing]]


|x1= <code>[[vehicle]] [[player]] [[setAPURTD]] [1, 15];</code>
|x1= <code>[[vehicle]] [[player]] [[setAPURTD]] [1, 15];</code>
}}
}}
{{GameCategory|tkoh|Scripting Commands}}

Revision as of 18:39, 6 June 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.
Groups:
RTD

Syntax

Syntax:
helicopterRTD setAPURTD [value, time]
Parameters:
helicopterRTD: ObjectRTD - helicopter
value: Number - desired APU state. 0 being completely off, 1 being fully powered up
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