mapAnimCommit: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (template:command argument fix)
(One intermediate revision by the same user not shown)
Line 11: Line 11:
|1.27|= Game version
|1.27|= Game version


|arg= local |= Arguments in MP
|arg= local |Multiplayer Arguments=


|eff= local |= Effects in MP
|eff= local |Multiplayer Effects=
____________________________________________________________________________________________
____________________________________________________________________________________________


| Play map animation. |= Description
| Play map animation. |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''mapAnimCommit''' |= Syntax
| '''mapAnimCommit''' |SYNTAX=


| [[Nothing]] |= Return value
| [[Nothing]] |RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________


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


}}
}}

Revision as of 12:11, 5 August 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