animateBay: Difference between revisions
Jump to navigation
Jump to search
m (formatting) |
Lou Montana (talk | contribs) m (Text replacement - "<br><br>{{Feature" to "{{Feature") |
||
Line 14: | Line 14: | ||
|descr= Forces animation of bay to given state, -1 for reset to engine handling, can cause weapon inoperative, because weapon is released when bay state <nowiki>=</nowiki>1. | |descr= Forces animation of bay to given state, -1 for reset to engine handling, can cause weapon inoperative, because weapon is released when bay state <nowiki>=</nowiki>1. | ||
{{Feature | Informative | While there is no getter to read the animation phase of the given bay, [[animationPhase]] command can be used with the individual bay door name from [[animationNames]] as a workaround. For example for UCAV Sentinel <tt>ucav [[animateBay]] [1, 1]</tt> could be checked with <tt>ucav [[animationPhase]] "weapons_bay_l_1"</tt> or <tt>ucav [[animationPhase]] "weapons_bay_l_2"</tt>}} | |||
|s1= vehicle '''animateBay''' [bay, animphase, instant] | |s1= vehicle '''animateBay''' [bay, animphase, instant] |
Revision as of 23:05, 10 June 2021
Description
- Description:
- Forces animation of bay to given state, -1 for reset to engine handling, can cause weapon inoperative, because weapon is released when bay state =1.
- Groups:
- AnimationsVehicle Loadouts
Syntax
- Syntax:
- vehicle animateBay [bay, animphase, instant]
- Parameters:
- vehicle: Object
- bay: Number - Bay index (index starts from 1 and different from pylon index)
- animphase: Number - Animation phase (0...1)
- instant: Boolean (Optional, default false) - Animate immediately
- Return Value:
- Nothing
Examples
- Example 1:
vehicle player animateBay [1, 0.5];
- Example 2:
vehicle player animateBay [1, 1, true];
Additional Information
- See also:
- Arma 3: Vehicle LoadoutsgetCompatiblePylonMagazinesgetPylonMagazinessetAmmoOnPylonammoOnPylonanimatePylonsetPylonsPrioritysetPylonLoadout
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