isAutoStartUpEnabledRTD: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " {2,}\}\}" to " }}")
m (Text replacement - "<code>_([a-zA-Z0-9_]+) = \[\[([a-zA-Z0-9]+)\]\] _([a-zA-Z0-9_]+);?<\/code>" to "<sqf>_$1 = $2 _$3;</sqf>")
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Command
{{RV|type=command


|game1= arma3
|game1= arma3
 
|game2=  TKOH


|game2= tkoh
|version1= 1.34
|version1= 1.34


Line 11: Line 10:
|gr1= RTD
|gr1= RTD


|descr= Returns state of automatic start up action. {{Feature|afm}}
|descr= Returns state of automatic start up action. {{Feature|afm}}


|s1= [[isAutoStartUpEnabledRTD]] helicopter
|s1= [[isAutoStartUpEnabledRTD]] helicopter
Line 19: Line 18:
|r1= [[Boolean]] - Returns [[true]] if automatic start up action is enabled.
|r1= [[Boolean]] - Returns [[true]] if automatic start up action is enabled.


|x1= <code>_state = [[isAutoStartUpEnabledRTD]] _myHelicopter;</code>
|x1= <sqf>_state = isAutoStartUpEnabledRTD _myHelicopter;</sqf>


|seealso= [[enableAutoStartUpRTD]]
|seealso= [[enableAutoStartUpRTD]]
}}
}}

Revision as of 22:23, 7 May 2022

Hover & click on the images for description

Description

Description:
Returns state of automatic start up action.
Advanced Helicopter Flight Model
For this command to have any effect, the Advanced Flight Model (AFM) has to be enabled. AFM status can be checked with difficultyEnabledRTD.
Groups:
RTD

Syntax

Syntax:
isAutoStartUpEnabledRTD helicopter
Parameters:
helicopter: Object
Return Value:
Boolean - Returns true if automatic start up action is enabled.

Examples

Example 1:
_state = isAutoStartUpEnabledRTD _myHelicopter;

Additional Information

See also:
enableAutoStartUpRTD

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