isAutoStartUpEnabledRTD: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "<code>_([a-zA-Z0-9_]+) = \[\[([a-zA-Z0-9]+)\]\] _([a-zA-Z0-9_]+);?<\/code>" to "<sqf>_$1 = $2 _$3;</sqf>") |
BrettMayson (talk | contribs) mNo edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 2: | Line 2: | ||
|game1= arma3 | |game1= arma3 | ||
|version1= 1.34 | |||
|game2= tkoh | |game2= tkoh | ||
|version2= 1.00 | |version2= 1.00 | ||
Line 16: | Line 15: | ||
|p1= helicopter: [[Object]] | |p1= helicopter: [[Object]] | ||
|r1= [[Boolean]] - | |r1= [[Boolean]] - returns [[true]] if automatic start up action is enabled. | ||
|x1= <sqf>_state = isAutoStartUpEnabledRTD _myHelicopter;</sqf> | |x1= <sqf>_state = isAutoStartUpEnabledRTD _myHelicopter;</sqf> |
Latest revision as of 03:53, 27 November 2023
Description
- Description:
- Returns state of automatic start up action.
- Groups:
- RTD
Syntax
- Syntax:
- isAutoStartUpEnabledRTD helicopter
- Parameters:
- helicopter: Object
- Return Value:
- Boolean - returns true if automatic start up action is enabled.
Examples
- Example 1:
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