mapAnimClear: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (example)
Line 20: Line 20:


| '''mapAnimClear''' |= Syntax
| '''mapAnimClear''' |= Syntax
|x1= <code>[[mapAnimClear]];</code> |Example 1=


| [[Nothing]] |= Return value
| [[Nothing]] |= Return value

Revision as of 12:25, 8 June 2018


Hover & click on the images for description

Description

Description:
Clear map animation.
Groups:
Uncategorised

Syntax

Syntax:
mapAnimClear
Return Value:
Nothing

Examples

Example 1:
mapAnimClear;

Additional Information

See also:
mapAnimAddmapAnimCommitmapAnimDonectrlMapAnimAddctrlMapAnimClearctrlMapAnimCommitctrlMapAnimDone

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