enableAutoTrimRTD: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (template:command argument fix)
m (added template)
Line 12: Line 12:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Toggle auto-trim for RTD helicopters. |DESCRIPTION=
| Toggle auto-trim for RTD helicopters.  
{{Feature AFM}} |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 23: Line 24:
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code>myHelicopterRTD enableAutoTrimRTD true;</code> |=
|x1= <code>myHelicopterRTD [[enableAutoTrimRTD]] [[true]];</code> |=


| -  |SEEALSO=
| -  |SEEALSO=

Revision as of 23:17, 11 August 2019


Hover & click on the images for description

Description

Description:
Toggle auto-trim for RTD helicopters. Template:Feature AFM
Groups:
Uncategorised

Syntax

Syntax:
helicopterRTD enableAutoTrimRTD enable
Parameters:
helicopterRTD: ObjectRTD - helicopter
enable: Boolean - enable or disable
Return Value:
Boolean

Examples

Example 1:
myHelicopterRTD enableAutoTrimRTD true;

Additional Information

See also:
-

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

Notes

Bottom Section