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 (Some wiki formatting)
 
(23 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">Notes</h3>
|x1= Center map on player:
<dl class="command_description">
<sqf>
<!-- Note Section BEGIN -->
_ctrl ctrlMapAnimAdd [0, 0.05, player];
ctrlMapAnimCommit _ctrl;
</sqf>


<!-- Note Section END -->
|seealso= [[mapAnimAdd]] [[mapAnimClear]] [[mapAnimCommit]] [[mapAnimDone]] [[ctrlMapAnimAdd]] [[ctrlMapAnimClear]] [[ctrlMapAnimDone]]
</dl>
}}
 
<h3 style="display:none">Bottom Section</h3>
 
[[Category:Scripting Commands|CTRLMAPANIMCOMMIT]]
{{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