isAutoTrimOnRTD: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "{{Command " to "{{RV|type=command ")
mNo edit summary
 
(5 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{RV|type=command
{{RV|type=command


|game1= arma3
|game1= arma3
 
|game2=  TKOH
 
|version1= 1.34
|version1= 1.34


|game2= tkoh
|version2= 1.00
|version2= 1.00


|gr1= RTD
|gr1= RTD


|descr= Returns state of auto trim functionality. {{Feature|afm}}
|descr= Returns state of auto trim functionality. {{Feature|afm}}


|s1= [[isAutoTrimOnRTD]] helicopter
|s1= [[isAutoTrimOnRTD]] helicopter
Line 17: Line 15:
|p1= helicopter: [[Object]]
|p1= helicopter: [[Object]]


|r1= [[Boolean]] - Returns [[true]] if auto trim is enabled
|r1= [[Boolean]] - returns [[true]] if auto trim is enabled


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


|seealso= [[enableAutoTrimRTD]]
|seealso= [[enableAutoTrimRTD]]
}}
}}

Latest revision as of 05:19, 27 November 2023

Hover & click on the images for description

Description

Description:
Returns state of auto trim functionality.
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:
isAutoTrimOnRTD helicopter
Parameters:
helicopter: Object
Return Value:
Boolean - returns true if auto trim is enabled

Examples

Example 1:
_state = isAutoTrimOnRTD _myHelicopter;

Additional Information

See also:
enableAutoTrimRTD

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