mapAnimCommit: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
(16 intermediate revisions by 8 users not shown)
Line 1: Line 1:
back to [[Scripting_Reference#M|COMREF]]
[[Category:Scripting Commands|MAPANIMCOMMIT]]
[[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
____________________________________________________________________________________________


<h2 style="color:#000066">'''mapAnimCommit'''</h2>
| ofp |= Game name


|1.27|= Game version
'''Operand types:'''


None
|arg= local |= Arguments in MP


'''Type of returned value:'''
|eff= local |= Effects in MP
____________________________________________________________________________________________


[[Nothing]]
| Play map animation. |= Description
____________________________________________________________________________________________


'''Compatibility:'''
| '''mapAnimCommit''' |= Syntax


Added in version '''1.27'''
| [[Nothing]] |= Return value
____________________________________________________________________________________________


'''Description:'''
| [[mapAnimAdd]], [[mapAnimClear]], [[mapAnimDone]], [[ctrlMapAnimAdd]], [[ctrlMapAnimClear]], [[ctrlMapAnimCommit]], [[ctrlMapAnimDone]] |= See also


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 11:36, 25 September 2014


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