BIS fnc sceneSetAnimationsForGroup: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "|= Game version" to "|Game version=") |
Lou Montana (talk | contribs) m (Text replacement - "|= |p2=" to "|Parameter1= |p2=") |
||
Line 13: | Line 13: | ||
| param call [[BIS_fnc_sceneSetAnimationsForGroup]]; |SYNTAX= | | param call [[BIS_fnc_sceneSetAnimationsForGroup]]; |SYNTAX= | ||
|p1= [[Array]] - Units that should play animations. |= | |p1= [[Array]] - Units that should play animations. |Parameter1= | ||
|p2= [[Array]] - Array of animation names (in format [[String]]) to play. |= | |p2= [[Array]] - Array of animation names (in format [[String]]) to play. |= | ||
Revision as of 01:23, 3 September 2019
Description
- Description:
- Plays a range of animations for a specific set of units, intended for use during cutscenes.
- Execution:
- call
- Groups:
- Uncategorised
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:
setAnims = [group player, ["AmovPercMstpSrasWrflDnon"]] call BIS_fnc_sceneSetAnimationsForGroup;
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