mapAnimCommit: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (example)
m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
 
(12 intermediate revisions by the same user not shown)
Line 2: Line 2:


|game1= ofp
|game1= ofp
|version1= 1.27
|game2= ofpe
|version2= 1.00
|game3= arma1
|version3= 1.00
|game4= arma2
|version4= 1.00
|game5= arma2oa
|version5= 1.50
|game6= tkoh
|version6= 1.00


|version1= 1.27
|game7= arma3
|version7= 0.50


|arg= local
|arg= local
Line 13: Line 30:
|descr= Play map animation.
|descr= Play map animation.


|s1= '''mapAnimCommit'''
|s1= [[mapAnimCommit]]


|r1= [[Nothing]]
|r1= [[Nothing]]


|x1= <code>[[mapAnimCommit]];</code>
|x1= <sqf>mapAnimCommit;</sqf>


|seealso= [[mapAnimAdd]], [[mapAnimClear]], [[mapAnimDone]], [[ctrlMapAnimAdd]], [[ctrlMapAnimClear]], [[ctrlMapAnimCommit]], [[ctrlMapAnimDone]]
|seealso= [[mapAnimAdd]] [[mapAnimClear]] [[mapAnimDone]] [[ctrlMapAnimAdd]] [[ctrlMapAnimClear]] [[ctrlMapAnimCommit]] [[ctrlMapAnimDone]]
}}
}}


<dl class="command_description">
<dl class="command_description">
<!-- Note Section BEGIN -->
<dt class="note">[[User:Ceeeb|Ceeeb]]</dt>
<dt class="note">[[User:Ceeeb|Ceeeb]]</dt>
<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>
[[Category:Scripting Commands OFP 1.46]]
[[Category:Scripting Commands OFP 1.96]]
[[Category:Scripting Commands OFP 1.99]]
{{GameCategory|arma1|Scripting Commands}}
{{GameCategory|arma2|Scripting Commands}}
{{GameCategory|arma3|Scripting Commands}}
{{GameCategory|tkoh|Scripting Commands}}

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)