pixelGridNoUIScale: Difference between revisions
Jump to navigation
Jump to search
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...) |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame( +[0-9])?|Game [Vv]ersion( +[0-9])?|Game Version \(number surrounded by NO SPACES\)|Arguments in MP|MP[Aa]rg|Multiplayer Arguments( \("local" or "global"\))?|Effects|Execution|Effects...) |
||
Line 16: | Line 16: | ||
|x1= <code>_gridHeightNoUIScale = [[pixelH]] * [[pixelGridNoUIScale]];</code> | |x1= <code>_gridHeightNoUIScale = [[pixelH]] * [[pixelGridNoUIScale]];</code> | ||
| [[pixelGrid]], [[pixelGridBase]], [[pixelH]], [[pixelW]], [[Pixel Grid System]] | | [[pixelGrid]], [[pixelGridBase]], [[pixelH]], [[pixelW]], [[Pixel Grid System]] | ||
| | | | ||
}} | }} | ||
Revision as of 11:02, 18 January 2021
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
Syntax
- Syntax:
- pixelGridNoUIScale
- Return Value:
- Scalar -
Examples
- Example 1:
_gridHeightNoUIScale = pixelH * pixelGridNoUIScale;
Additional Information
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