BIS fnc carrier01AnimateDeflectors: Difference between revisions
Jump to navigation
Jump to search
m (link to config page) |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
Line 21: | Line 21: | ||
|r1= [[Nothing]] | |r1= [[Nothing]] | ||
|x1= < | |x1= <sqf>[_carrierPart, ["Deflector_1", "Deflector_1_hydraulic_1", "Deflector_1_hydraulic_2", "Deflector_1_hydraulic_3"], 10] spawn BIS_fnc_carrier01AnimateDeflectors;</sqf> | ||
|exec = spawn | |exec = spawn |
Latest revision as of 20:57, 13 May 2022
Description
- Description:
- Plays a set of animations to animate the carriers' catapult jet blast deflectors. See Arma 3: Aircraft Systems for information about needed config changes.
- Execution:
- spawn
- Groups:
- Aircraft Carrier
Syntax
- Syntax:
- [carrierPart, animations, animationState] spawn BIS_fnc_carrier01AnimateDeflectors
- Parameters:
- carrierPart: Object - part to animate
- animations: Array - animations to be played
- animationState: Number - animation state
- Return Value:
- Nothing
Examples
- Example 1:
- [_carrierPart, ["Deflector_1", "Deflector_1_hydraulic_1", "Deflector_1_hydraulic_2", "Deflector_1_hydraulic_3"], 10] spawn BIS_fnc_carrier01AnimateDeflectors;
Additional Information
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