ctrlMapAnimCommit: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Arma[ _]2(\|.*)\]\]" to "{{GameCategory|arma2|Scripting Commands}}")
m (Text replacement - "_{10,} " to "")
Line 1: Line 1:
{{Command|Comments=
{{Command|Comments=
____________________________________________________________________________________________


| arma1 |Game name=
| arma1 |Game name=
Line 11: Line 10:


|gr1= GUI Control - Map |GROUP1=
|gr1= GUI Control - Map |GROUP1=
____________________________________________________________________________________________


| Plays the map animation. |DESCRIPTION=
| Plays the map animation. |DESCRIPTION=
____________________________________________________________________________________________


| '''ctrlMapAnimCommit''' controlName|SYNTAX=
| '''ctrlMapAnimCommit''' controlName|SYNTAX=
Line 21: Line 18:


| [[Nothing]] |RETURNVALUE=
| [[Nothing]] |RETURNVALUE=
____________________________________________________________________________________________


|x1= Center map on player: <code>_ctrl [[ctrlMapAnimAdd]] [0, 0.05, [[player]]];
|x1= Center map on player: <code>_ctrl [[ctrlMapAnimAdd]] [0, 0.05, [[player]]];

Revision as of 01:55, 17 January 2021

Hover & click on the images for description

Description

Description:
Plays the map animation.
Groups:
GUI Control - Map

Syntax

Syntax:
ctrlMapAnimCommit controlName
Parameters:
controlName: Control
Return Value:
Nothing

Examples

Example 1:
Center map on player: _ctrl ctrlMapAnimAdd [0, 0.05, player]; ctrlMapAnimCommit _ctrl;

Additional Information

See also:
mapAnimAddmapAnimClearmapAnimCommitmapAnimDonectrlMapAnimAddctrlMapAnimClear, ctrlMapAnimDone

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