ctrlMapAnimDone: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
 
mNo edit summary
 
(63 intermediate revisions by 11 users not shown)
Line 1: Line 1:
[[Category:Scripting Commands|CTRLMAPANIMDONE]]
{{RV|type=command
[[Category:Scripting Commands ArmA|CTRLMAPANIMDONE]]


|game1= arma1
|version1= 1.00


<h2 style="color:#000066"> ''' ctrlMapAnimDone ''control'''''</h2>
|game2= arma2
|version2= 1.00


|game3= arma2oa
|version3= 1.50


'''Operand types:'''
|game4= tkoh
|version4= 1.00


'''control''': [[Control]]
|game5= arma3
|version5= 0.50


'''Type of returned value:'''
|arg= local


[[Boolean]]
|eff= local


'''Compatibility:'''
|gr1= GUI Control - Map


Version 1.92 required.
|descr= Checks whether the map animation has finished.


'''Description:'''
|s1= [[ctrlMapAnimDone]] controlName


Checks whether the map animation has finished.
|p1= controlName: [[Control]]
 
|r1= [[Boolean]]
 
|x1= <sqf>_isDone = ctrlMapAnimDone _ctrlMap;</sqf>
 
|seealso= [[mapAnimAdd]] [[mapAnimClear]] [[mapAnimCommit]] [[mapAnimDone]] [[ctrlMapAnimAdd]] [[ctrlMapAnimClear]] [[ctrlMapAnimCommit]]
}}

Latest revision as of 07:10, 27 November 2023

Hover & click on the images for description

Description

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

Syntax

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

Examples

Example 1:
_isDone = ctrlMapAnimDone _ctrlMap;

Additional Information

See also:
mapAnimAdd mapAnimClear mapAnimCommit mapAnimDone ctrlMapAnimAdd ctrlMapAnimClear 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