ctrlMapScale: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[[cC]ategory:[sS]cripting [cC]ommands\|[a-z A-Z 0-9_]+\]\]" to "")
m (Text replacement - " + " to " ")
Line 14: Line 14:


| [[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>

Revision as of 23:47, 16 February 2021

Hover & click on the images for description

Description

Description:
Description needed
Groups:
GUI Control - Map

Syntax

Syntax:
Syntax needed
Parameters:
ctrl: Control
Return Value:
Return value needed

Examples

Example 1:
_control = (findDisplay 12) displayCtrl 51; //Arma 3 _scale = ctrlMapScale _control; //returns number from 1 to 0.001

Additional Information

See also:
See also needed

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