function
nax (client-side)
Available since version: 0.0.1
Note
Use this function only when you want to convert x position or width on the screen.
This function will convert virtuals to pixels on screen X dimension and return it as a result.
Declaration
int nax(int virtuals)
Parameters
int
virtuals: the virtuals to convert.
Returns int
the pixels after conversion.