BIS fnc sceneSetAnimationsForGroup: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "(\| )+\}\}" to "}}") |
Lou Montana (talk | contribs) m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *U([a-z ])" to "$1 - u$2") |
||
(23 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{RV|type=function | ||
| arma2 | |game1= arma2 | ||
|version1= 1.00 | |||
|1. | |game2= arma2oa | ||
|version2= 1.50 | |||
| | |game3= tkoh | ||
|version3= 1.00 | |||
| | |game4= arma3 | ||
|version4= 0.50 | |||
| | |gr1= Scenes | ||
| | |descr= Plays a range of animations for a specific set of units, intended for use during cutscenes. | ||
| [[ | |s1= param call [[BIS_fnc_sceneSetAnimationsForGroup]] | ||
| | |p1= [[Array]] - units that should play animations. | ||
|p2= [[Array]] - array of animation names (in format [[String]]) to play. | |||
|r1= [[Boolean]] - returns true if all animations started. | |||
|x1= <sqf>private _setAnims = [group player, ["AmovPercMstpSrasWrflDnon"]] call BIS_fnc_sceneSetAnimationsForGroup;</sqf> | |||
|seealso= | |||
}} | |||
Latest revision as of 15:52, 8 November 2023
Description
- Description:
- Plays a range of animations for a specific set of units, intended for use during cutscenes.
- Execution:
- call
- Groups:
- Scenes
Syntax
- Syntax:
- param call BIS_fnc_sceneSetAnimationsForGroup
- Parameters:
- Array - units that should play animations.
- Array - array of animation names (in format String) to play.
- Return Value:
- Boolean - returns true if all animations started.
Examples
- Example 1:
Additional Information
- See also:
- See also needed
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