animateBay: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Bot: Reverted to revision 107745 by R3vo on 2018-05-29T13:27:42Z)
m (template:command argument fix)
Line 8: Line 8:
____________________________________________________________________________________________
____________________________________________________________________________________________


|Force 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.|= Description
|Force 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.|DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| vehicle '''animateBay''' [pylon name/index, anim phase] |= Syntax
| vehicle '''animateBay''' [pylon name/index, anim phase] |SYNTAX=


|p1= vehicle: [[Object]] |= Parameter 1
|p1= vehicle: [[Object]] |= Parameter 1
Line 17: Line 17:
|p2= [pylon name/index, anim phase (0-1)] : [[Array]] |= Parameter 2
|p2= [pylon name/index, anim phase (0-1)] : [[Array]] |= Parameter 2


| [[Nothing]] |= Return Value
| [[Nothing]] |RETURNVALUE=


____________________________________________________________________________________________
____________________________________________________________________________________________
Line 24: Line 24:
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[Arma 3 Vehicle Loadouts]],[[getCompatiblePylonMagazines]],[[getPylonMagazines]],[[setAmmoOnPylon]],[[ammoOnPylon]],[[animatePylon]],[[setPylonsPriority]],[[setPylonLoadOut]] |= See Also
| [[Arma 3 Vehicle Loadouts]],[[getCompatiblePylonMagazines]],[[getPylonMagazines]],[[setAmmoOnPylon]],[[ammoOnPylon]],[[animatePylon]],[[setPylonsPriority]],[[setPylonLoadOut]] |SEEALSO=


}}
}}

Revision as of 12:25, 7 April 2019

Hover & click on the images for description

Description

Description:
Force 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:
Uncategorised

Syntax

Syntax:
vehicle animateBay [pylon name/index, anim phase]
Parameters:
vehicle: Object
[pylon name/index, anim phase (0-1)] : Array
Return Value:
Nothing

Examples

Example 1:
(vehicle player) animateBay ["pylonLeft1", 0.5];

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


Notes

Bottom Section