ctrlMapScale: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments( \("local" or "global"\))?|Effects|Multiplayer Effects( \("local" or "global"\))?|Multiplayer Exe...) |
||
Line 1: | Line 1: | ||
{{Command | {{Command | ||
| arma1 | | arma1 | ||
|1.00 | |1.00 | ||
|gr1= GUI Control - Map | |gr1= GUI Control - Map | ||
| Returns the current scale of given map control. | | Returns the current scale of given map control. | ||
| '''ctrlMapScale''' ctrl | | '''ctrlMapScale''' ctrl | ||
|p1= ctrl: [[Control]] | |p1= ctrl: [[Control]] | ||
| [[Number]] | | [[Number]] | ||
|x1= <code>_control = ([[findDisplay]] 12) [[displayCtrl]] 51; //Arma 3 | |x1= <code>_control = ([[findDisplay]] 12) [[displayCtrl]] 51; //Arma 3 | ||
_scale = [[ctrlMapScale]] _control; //returns number from 1 to 0.001</code> | _scale = [[ctrlMapScale]] _control; //returns number from 1 to 0.001</code> | ||
| [[ctrlScale]], [[ctrlSetScale]] | | [[ctrlScale]], [[ctrlSetScale]] | ||
}} | }} |
Revision as of 00:27, 18 January 2021
Description
- Description:
- Returns the current scale of given map control.
- Groups:
- GUI Control - Map
Syntax
Examples
- Example 1:
_control = (findDisplay 12) displayCtrl 51; //Arma 3 _scale = ctrlMapScale _control; //returns number from 1 to 0.001
Additional Information
- See also:
- ctrlScalectrlSetScale
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