mapAnimCommit: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (template:command argument fix)
(13 intermediate revisions by 9 users not shown)
Line 1: Line 1:
[[Category:Scripting Commands|MAPANIMCOMMIT]]
[[Category:Scripting Commands|MAPANIMCOMMIT]]
[[Category:Scripting Commands OFP 1.97|MAPANIMCOMMIT]]
[[Category:Scripting Commands OFP 1.96|MAPANIMCOMMIT]]
[[Category:Scripting Commands OFP 1.46|MAPANIMCOMMIT]]
[[Category:Scripting Commands OFP 1.46|MAPANIMCOMMIT]]
[[Category:Scripting Commands ArmA|MAPANIMCOMMIT]]
[[Category:Scripting Commands ArmA|MAPANIMCOMMIT]]
[[Category:Command_Group:_GUI_Control|{{uc:{{PAGENAME}}}}]]
{{Command|= Comments
____________________________________________________________________________________________


| ofp |= Game name


<h2 style="color:#000066">'''mapAnimCommit'''</h2>
|1.27|= Game version


|arg= local |= Arguments in MP
'''Operand types:'''


None
|eff= local |= Effects in MP
____________________________________________________________________________________________


'''Type of returned value:'''
| Play map animation. |DESCRIPTION=
____________________________________________________________________________________________


[[Nothing]]
| '''mapAnimCommit''' |SYNTAX=


'''Compatibility:'''
| [[Nothing]] |RETURNVALUE=
____________________________________________________________________________________________


Added in version '''1.27'''
| [[mapAnimAdd]], [[mapAnimClear]], [[mapAnimDone]], [[ctrlMapAnimAdd]], [[ctrlMapAnimClear]], [[ctrlMapAnimCommit]], [[ctrlMapAnimDone]] |SEEALSO=


'''Description:'''
}}


Play map animation.
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
<dt class="note">'''[[User:Ceeeb|Ceeeb]]'''
<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)''
 
<!-- Note Section END -->
</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}}}}]]

Revision as of 15:43, 7 April 2019


Hover & click on the images for description

Description

Description:
Play map animation.
Groups:
Uncategorised

Syntax

Syntax:
mapAnimCommit
Return Value:
Nothing

Examples

Examples:
Example needed

Additional Information

See also:
mapAnimAddmapAnimClearmapAnimDonectrlMapAnimAddctrlMapAnimClearctrlMapAnimCommitctrlMapAnimDone

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

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)

Bottom Section