ctrlMapAnimCommit: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " <h3 style="display:none">Notes</h3> <dl class="command_description"> <!-- Note Section BEGIN --> <!-- Note Section END --> </dl> " to "")
m (Some wiki formatting)
 
(21 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command


| arma1 |Game name=
|game1= arma1
|version1= 1.00


|1.00|Game version=
|game2= arma2
|version2= 1.00


|arg= local |Multiplayer Arguments=
|game3= arma2oa
|version3= 1.50


|eff= local |Multiplayer Effects=
|game4= tkoh
|version4= 1.00


|gr1= GUI Control - Map |GROUP1=
|game5= arma3
|version5= 0.50


| Plays the map animation. |DESCRIPTION=
|arg= local


| '''ctrlMapAnimCommit''' controlName|SYNTAX=
|eff= local


|p1= controlName: [[Control]] |PARAMETER1=
|gr1= GUI Control - Map


| [[Nothing]] |RETURNVALUE=
|descr= Plays the map animation.


|x1= Center map on player: <code>_ctrl [[ctrlMapAnimAdd]] [0, 0.05, [[player]]];
|s1= [[ctrlMapAnimCommit]] mapControl
[[ctrlMapAnimCommit]] _ctrl;</code> |EXAMPLE1=


| [[mapAnimAdd]], [[mapAnimClear]], [[mapAnimCommit]], [[mapAnimDone]], [[ctrlMapAnimAdd]], [[ctrlMapAnimClear]],  [[ctrlMapAnimDone]] |SEEALSO=
|p1= mapControl: [[Control]]


}}
|r1= [[Nothing]]


<h3 style="display:none">Bottom Section</h3>
|x1= Center map on player:
<sqf>
_ctrl ctrlMapAnimAdd [0, 0.05, player];
ctrlMapAnimCommit _ctrl;
</sqf>


[[Category:Scripting Commands|CTRLMAPANIMCOMMIT]]
|seealso= [[mapAnimAdd]] [[mapAnimClear]] [[mapAnimCommit]] [[mapAnimDone]] [[ctrlMapAnimAdd]] [[ctrlMapAnimClear]] [[ctrlMapAnimDone]]
{{GameCategory|arma1|Scripting Commands}}
}}
{{GameCategory|arma2|Scripting Commands}}
{{GameCategory|arma3|Scripting Commands}}
{{GameCategory|tkoh|Scripting Commands}}

Latest revision as of 13:14, 14 May 2022

Hover & click on the images for description

Description

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

Syntax

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

Examples

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

Additional Information

See also:
mapAnimAdd mapAnimClear mapAnimCommit mapAnimDone ctrlMapAnimAdd ctrlMapAnimClear 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