ctrlMapAnimDone: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 20: Line 20:
|p1= controlName: [[Control]] |PARAMETER1=
|p1= controlName: [[Control]] |PARAMETER1=


|x1= </code>_isDone = [[ctrlMapAnimDone]] _ctrlMap;</code>|EXAMPLE1=
|x1= <code>_isDone = [[ctrlMapAnimDone]] _ctrlMap;</code>|EXAMPLE1=


| [[Boolean]] |RETURNVALUE=
| [[Boolean]] |RETURNVALUE=

Revision as of 18:29, 29 September 2020

-wrong parameter ("Arma") defined!-1.00
Hover & click on the images for description

Description

Description:
Checks whether the map animation has finished.
Groups:
GUI Control - Map

Syntax

Syntax:
Boolean = ctrlMapAnimDone controlName
Parameters:
controlName: Control
Return Value:
Boolean

Examples

Example 1:
_isDone = ctrlMapAnimDone _ctrlMap;

Additional Information

See also:
mapAnimAddmapAnimClearmapAnimCommitmapAnimDonectrlMapAnimAddctrlMapAnimClear, ctrlMapAnimCommit

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

Bottom Section