pixelW: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(fixed typo)
No edit summary
Line 1: Line 1:
{{Command|= Comments
{{Command|= Comments
|arma3dev|= Game name
____________________________________________________________________________________________
|1.59|= Game version
 
|Returns width of one pixel for current resolution.|= Description
| arma3 |= Game name
|1.60|= Game version
____________________________________________________________________________________________
 
| Returns width of one pixel for current resolution. |= Description
____________________________________________________________________________________________
 
| '''pixelW''' |= Syntax
| '''pixelW''' |= Syntax
| [[Scalar]] - |= RETURNVALUE  
 
| [[Scalar]] - |= RETURNVALUE
____________________________________________________________________________________________
 
|x1= <code>_pixelWidth = '''pixelW''';</code>|= EXAMPLE1  
|x1= <code>_pixelWidth = '''pixelW''';</code>|= EXAMPLE1  
| [[pixelGrid]], [[pixelH]]|= SEEALSO  
| [[pixelGrid]], [[pixelH]]|= SEEALSO  

Revision as of 17:03, 30 May 2016

Hover & click on the images for description

Description

Description:
Returns width of one pixel for current resolution.
Groups:
Uncategorised

Syntax

Syntax:
pixelW
Return Value:
Scalar -

Examples

Example 1:
_pixelWidth = pixelW;

Additional Information

See also:
pixelGridpixelH

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

Bottom Section

Notes

Bottom Section