pixelGrid: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *G([a-z ])" to "$1 - g$2")
 
(22 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command
____________________________________________________________________________________________


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


|gr1= GUI Control |GROUP1=
|gr1= GUI Control - Positioning
____________________________________________________________________________________________


| Returns grid size based on screen resolution, UI size and configs: uiScaleFactor, uiScaleMaxGrids. |DESCRIPTION=
|descr= Returns grid size based on screen resolution, UI size and configs: uiScaleFactor, uiScaleMaxGrids.
____________________________________________________________________________________________


| '''pixelGrid''' |SYNTAX=
|s1= '''pixelGrid'''


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


|x1= <code>_gridHeight = [[pixelH]] * [[pixelGrid]];</code>|EXAMPLE1=  
|x1= <sqf>_gridHeight = pixelH * pixelGrid;</sqf>
| [[pixelGridBase]], [[pixelGridNoUIScale]], [[pixelH]], [[pixelW]], [[Pixel Grid System]]|SEEALSO=
 
|  |MPBEHAVIOUR=
|seealso= [[pixelGridBase]] [[pixelGridNoUIScale]] [[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, UI size and configs: uiScaleFactor, uiScaleMaxGrids.
Groups:
GUI Control - Positioning

Syntax

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

Examples

Example 1:
_gridHeight = pixelH * pixelGrid;

Additional Information

See also:
pixelGridBase pixelGridNoUIScale 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