enableAutoStartUpRTD: Difference between revisions

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


| Toggle availability of the automated helicopter start-up and shutdown sequences. |DESCRIPTION=
| Toggle availability of the automated helicopter start-up and shutdown sequences.
{{Feature AFM}} |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 23: Line 24:
____________________________________________________________________________________________
____________________________________________________________________________________________


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


| -  |SEEALSO=
| -  |SEEALSO=

Revision as of 23:16, 11 August 2019


Hover & click on the images for description

Description

Description:
Toggle availability of the automated helicopter start-up and shutdown sequences. Template:Feature AFM
Groups:
Uncategorised

Syntax

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

Examples

Example 1:
myHelicopterRTD enableAutoStartUpRTD 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