mapAnimCommit: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
 
(36 intermediate revisions by 3 users not shown)
Line 1: Line 1:
[[Category:Scripting Commands|MAPANIMCOMMIT]]
{{RV|type=command
[[Category:Scripting Commands OFP 1.96|MAPANIMCOMMIT]]
[[Category:Scripting Commands OFP 1.46|MAPANIMCOMMIT]]
[[Category:Scripting Commands ArmA|MAPANIMCOMMIT]]
[[Category:Command_Group:_GUI_Control|{{uc:{{PAGENAME}}}}]]
{{Command|= Comments
____________________________________________________________________________________________


| ofp |= Game name
|game1= ofp
|version1= 1.27


|1.27|= Game version
|game2= ofpe
|version2= 1.00


|arg= local |= Arguments in MP
|game3= arma1
|version3= 1.00


|eff= local |= Effects in MP
|game4= arma2
____________________________________________________________________________________________
|version4= 1.00


| Play map animation. |= Description
|game5= arma2oa
____________________________________________________________________________________________
|version5= 1.50


| '''mapAnimCommit''' |= Syntax
|game6= tkoh
|version6= 1.00


| [[Nothing]] |= Return value
|game7= arma3
____________________________________________________________________________________________
|version7= 0.50


| [[mapAnimAdd]], [[mapAnimClear]], [[mapAnimDone]], [[ctrlMapAnimAdd]], [[ctrlMapAnimClear]], [[ctrlMapAnimCommit]], [[ctrlMapAnimDone]] |= See also
|arg= local


|eff= local
|gr1= Map
|descr= Play map animation.
|s1= [[mapAnimCommit]]
|r1= [[Nothing]]
|x1= <sqf>mapAnimCommit;</sqf>
|seealso= [[mapAnimAdd]] [[mapAnimClear]] [[mapAnimDone]] [[ctrlMapAnimAdd]] [[ctrlMapAnimClear]] [[ctrlMapAnimCommit]] [[ctrlMapAnimDone]]
}}
}}


<h3 style="display:none">Notes</h3>
<dl class="command_description">
<dl class="command_description">
<!-- Note Section BEGIN -->
<dt class="note">[[User:Ceeeb|Ceeeb]]</dt>
<dt class="note">'''[[User:Ceeeb|Ceeeb]]'''
<dd class="note">
<dd class="note">
In '''OFP v1.96''', the mapAnim series of commands, together with [[forceMap]] can only be used in the intro and mission, as it is not possible to access the map from the outro. ''(not checked, sourced from an old copy of the OFPEC comref)''
In '''OFP v1.96''', the mapAnim series of commands, together with [[forceMap]] can only be used in the intro and mission, as it is not possible to access the map from the outro. ''(not checked, sourced from an old copy of the OFPEC comref)''
</dd>


<!-- Note Section END -->
</dl>
</dl>
<h3 style="display:none">Bottom Section</h3>
[[Category:Scripting Commands OFP 1.99|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]

Latest revision as of 11:24, 13 May 2022

Hover & click on the images for description

Description

Description:
Play map animation.
Groups:
Map

Syntax

Syntax:
mapAnimCommit
Return Value:
Nothing

Examples

Example 1:
mapAnimCommit;

Additional Information

See also:
mapAnimAdd mapAnimClear mapAnimDone ctrlMapAnimAdd ctrlMapAnimClear ctrlMapAnimCommit 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
Ceeeb
In OFP v1.96, the mapAnim series of commands, together with forceMap can only be used in the intro and mission, as it is not possible to access the map from the outro. (not checked, sourced from an old copy of the OFPEC comref)