mapAnimDone: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Add more games)
m (Text replacement - "\|seealso= *\[\[([^ ]+)\]\], \[\[([^ ]+)\]\]" to "|seealso= $1 $2")
Line 36: Line 36:
|x1= <code>[[private]] _isDone = [[mapAnimDone]];</code>
|x1= <code>[[private]] _isDone = [[mapAnimDone]];</code>


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



Revision as of 17:45, 20 January 2022

Hover & click on the images for description

Description

Description:
Check if map animation is finished.
Groups:
Map

Syntax

Syntax:
mapAnimDone
Return Value:
Boolean

Examples

Example 1:
private _isDone = mapAnimDone;

Additional Information

See also:
mapAnimAdd mapAnimClearmapAnimCommitctrlMapAnimAddctrlMapAnimClearctrlMapAnimCommitctrlMapAnimDone

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)