enableAutoStartUpRTD: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category\: ?Command[ _]Group\:.*\|\{\{uc\:\{\{PAGENAME\}\}\}\}\]\] " to "")
m (see also)
Line 28: Line 28:
|x1= <code>myHelicopterRTD [[enableAutoStartUpRTD]] [[true]];</code> |=
|x1= <code>myHelicopterRTD [[enableAutoStartUpRTD]] [[true]];</code> |=


| |SEEALSO=
| [[isAutoStartUpEnabledRTD]] |SEEALSO=


}}
}}

Revision as of 14:48, 9 December 2020

Hover & click on the images for description

Description

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

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:
isAutoStartUpEnabledRTD

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