ctrlMapPosition: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) (Created page with "{{RV|type=command |game1= arma3 |version1= 2.08 |branch= dev |gr1= GUI Control - Map |descr= Returns map position in format [x, y, w, h]. If map is inside a Controls group,...") |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
|game1= arma3 | |game1= arma3 | ||
|version1= 2.08 | |version1= 2.08 | ||
|gr1= GUI Control - Map | |gr1= GUI Control - Map | ||
|descr= Returns map position in format [x, y, w, h]. If map is inside a Controls | |descr= 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. | ||
|s1= [[ctrlMapPosition]] map | |s1= [[ctrlMapPosition]] map | ||
Line 15: | Line 14: | ||
|r1= [[Array]] - [x, y, w, h] | |r1= [[Array]] - [x, y, w, h] | ||
|x1= < | |x1= <sqf>ctrlMapPosition _map;</sqf> | ||
|seealso= [[ctrlMapSetPosition]] | |seealso= [[ctrlMapSetPosition]] [[ctrlCreate]] | ||
}} | }} |
Latest revision as of 12:46, 3 May 2022
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