ctrlSetPixelPrecision
Jump to navigation
Jump to search
Click on the images for descriptions
Introduced in
- Game:
- Arma 3
- Version:
- 1.82
Description
- Description:
- Enable or disable pixel precision (rounding) in a given control interface.
Syntax
- Syntax:
- controlName ctrlSetPixelPrecision mode
- Parameters:
- controlName: Control
- mode: Number or String - can be one of the following:
- 0 / "AUTO" - control position (x,y,w,h) is always rounded to whole pixels (game default)
- 1 / "ON" - control position (x,y,w,h) is rounded to whole pixels only when not animating
- 2 / "OFF" - control position (x,y,w,h) is always precise, no pixel rounding applies here
- Return Value:
- Nothing
Examples
- Example 1:
_control ctrlSetPixelPrecision 2; // Enables pixel precision of the given control
Additional Information
- Multiplayer:
- -
- See also:
- ctrlCommitctrlCreatectrlDeletectrlModelctrlSetModelctrlPositionctrlClassNamedisplayCtrlctrlModelScalectrlSetModelScalectrlModelDirAndUpctrlSetModelDirAndUpctrlSetPosition
Notes
Only post proven facts here. Report bugs on the feedback tracker. Use the talk page or the forums for discussions.
Add New Note | How To
Add New Note | How To