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 - " +" to " ") |
||
Line 26: | Line 26: | ||
|x1= <code>setAnims = <nowiki>[group player, ["AmovPercMstpSrasWrflDnon"]]</nowiki> call BIS_fnc_sceneSetAnimationsForGroup;</code> | |x1= <code>setAnims = <nowiki>[group player, ["AmovPercMstpSrasWrflDnon"]]</nowiki> call BIS_fnc_sceneSetAnimationsForGroup;</code> | ||
}} | }} | ||
[[Category:{{Name|arma2}}: Functions|{{uc:sceneSetAnimationsForGroup}}]] | [[Category:{{Name|arma2}}: Functions|{{uc:sceneSetAnimationsForGroup}}]] |
Revision as of 23:32, 10 June 2021
Description
- Description:
- Description needed
- Execution:
- call
- Groups:
- Scenes
Syntax
- Syntax:
- Syntax needed
- 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