pixelGridBase: Difference between revisions

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


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


| Returns grid size based on screen resolution. |DESCRIPTION=
|gr1= GUI Control - Positioning
____________________________________________________________________________________________


| '''pixelGridBase''' |SYNTAX=
|descr= Returns grid size based on screen resolution.


| [[Scalar]] - |RETURNVALUE=  
|s1= '''pixelGridBase'''
____________________________________________________________________________________________


|x1= <code>_gridBaseHeight = [[pixelH]] * [[pixelGridBase]];</code>|EXAMPLE1=
|r1= [[Number]] - grid size, see [[Arma 3: Pixel Grid System]]
| [[pixelH]], [[pixelW]], [[Pixel Grid System]]|SEEALSO=
|  |MPBEHAVIOUR=
}}


<h3 style='display:none'>Bottom Section</h3>
|x1= <sqf>_gridBaseHeight = pixelH * pixelGridBase;</sqf>
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Arma_3:_New_Scripting_Commands_List|{{uc:{{PAGENAME}}}}]]
[[Category: Dialogs]]
[[Category:Command_Group:_GUI_Control|{{uc:{{PAGENAME}}}}]]


<h3 style='display:none'>Notes</h3>
|seealso= [[pixelGrid]] [[pixelGridNoUIScale]] [[pixelH]] [[pixelW]] [[Pixel Grid System]]
<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.
Groups:
GUI Control - Positioning

Syntax

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

Examples

Example 1:
_gridBaseHeight = pixelH * pixelGridBase;

Additional Information

See also:
pixelGrid 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