pixelGridNoUIScale: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "{{Command|= Comments ____________________________________________________________________________________________ | arma3 |= Game name |1.60|= Game version __________________...")
 
m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *G([a-z ])" to "$1 - g$2")
 
(35 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


| arma3 |= Game name
|game1= arma3
|1.60|= Game version
|version1= 1.62
____________________________________________________________________________________________


| Returns grid size based on screen resolution and configs: uiScaleFactor, uiScaleMaxGrids
|gr1= GUI Control - Positioning


As mentioned in the name of this command, the user interface scale is ignored.|= Description
|descr= Returns grid size based on screen resolution and configs: uiScaleFactor, uiScaleMaxGrids. As mentioned in the name of this command, the '''user interface scale is ignored'''.
____________________________________________________________________________________________


| '''pixelGridNoUIScale''' |= Syntax
|s1= '''pixelGridNoUIScale'''


| [[Scalar]] - |= RETURNVALUE
|r1= [[Number]] - grid size, see [[Arma 3: Pixel Grid System]]
____________________________________________________________________________________________


|x1= <code>_gridHeightNoUIScale = [[pixelH]] * [[pixelGridNoUIScale]];</code>|= EXAMPLE1
|x1= <sqf>_gridHeightNoUIScale = pixelH * pixelGridNoUIScale;</sqf>
| [[pixelH]], [[pixelW]]|= SEEALSO
 
|  |= MPBEHAVIOUR
|seealso= [[pixelGrid]] [[pixelGridBase]] [[pixelH]] [[pixelW]] [[Pixel Grid System]]
}}
}}
<h3 style='display:none'>Bottom Section</h3>
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Arma_3:_New_Scripting_Commands_List|{{uc:{{PAGENAME}}}}]]
<h3 style='display:none'>Notes</h3>
<dl class="command_description">
<!-- BEGIN Note Section -->
<!-- END Note Section -->
</dl>
<h3 style="display:none">Bottom Section</h3>

Latest revision as of 16:31, 8 November 2023

Hover & click on the images for description

Description

Description:
Returns grid size based on screen resolution and configs: uiScaleFactor, uiScaleMaxGrids. As mentioned in the name of this command, the user interface scale is ignored.
Groups:
GUI Control - Positioning

Syntax

Syntax:
pixelGridNoUIScale
Return Value:
Number - grid size, see Arma 3: Pixel Grid System

Examples

Example 1:
_gridHeightNoUIScale = pixelH * pixelGridNoUIScale;

Additional Information

See also:
pixelGrid pixelGridBase pixelH pixelW Pixel Grid System

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