ctrlMapAnimClear: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Arma[ _]2(\|.*)\]\]" to "{{GameCategory|arma2|Scripting Commands}}")
m (Text replacement - "_{10,} " to "")
Line 1: Line 1:
{{Command|Comments=
{{Command|Comments=
____________________________________________________________________________________________


| arma1 |Game name=
| arma1 |Game name=
Line 11: Line 10:


|gr1= GUI Control - Map |GROUP1=
|gr1= GUI Control - Map |GROUP1=
____________________________________________________________________________________________


| Clears the map animation. |DESCRIPTION=
| Clears the map animation. |DESCRIPTION=
____________________________________________________________________________________________


| '''ctrlMapAnimClear''' controlName|SYNTAX=
| '''ctrlMapAnimClear''' controlName|SYNTAX=
Line 23: Line 20:


|x1= <code>[[ctrlMapAnimClear]] _ctrlMap;</code>|EXAMPLE1=
|x1= <code>[[ctrlMapAnimClear]] _ctrlMap;</code>|EXAMPLE1=
____________________________________________________________________________________________


| [[mapAnimAdd]], [[mapAnimClear]], [[mapAnimCommit]], [[mapAnimDone]], [[ctrlMapAnimAdd]], [[ctrlMapAnimCommit]],  [[ctrlMapAnimDone]] |SEEALSO=
| [[mapAnimAdd]], [[mapAnimClear]], [[mapAnimCommit]], [[mapAnimDone]], [[ctrlMapAnimAdd]], [[ctrlMapAnimCommit]],  [[ctrlMapAnimDone]] |SEEALSO=

Revision as of 01:47, 17 January 2021

Hover & click on the images for description

Description

Description:
Clears the map animation.
Groups:
GUI Control - Map

Syntax

Syntax:
ctrlMapAnimClear controlName
Parameters:
controlName: Control
Return Value:
Nothing

Examples

Example 1:
ctrlMapAnimClear _ctrlMap;

Additional Information

See also:
mapAnimAddmapAnimClearmapAnimCommitmapAnimDonectrlMapAnimAddctrlMapAnimCommit, ctrlMapAnimDone

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