ctrlMapPosition: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|seealso= ?\[\[([^ ]+)\]\], \[\[([^ ]+)\]\]" to "|seealso= $1 $2")
m (Text replacement - "|branch= dev " to "")
Line 3: Line 3:
|game1= arma3
|game1= arma3
|version1= 2.08
|version1= 2.08
|branch= dev
|gr1= GUI Control - Map
|gr1= GUI Control - Map



Revision as of 17:59, 8 March 2022

Hover & click on the images for description

Description

Description:
A getter for ctrlMapSetPosition. Returns map position in format [x, y, w, h]. If map is inside a Controls Group, the x and y position is relative to the Controls Group top left corner.
Groups:
GUI Control - Map

Syntax

Syntax:
ctrlMapPosition map
Parameters:
map: Control - Map control
Return Value:
Array - [x, y, w, h]

Examples

Example 1:
ctrlMapPosition _map;

Additional Information

See also:
ctrlMapSetPosition ctrlCreate

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