Skip to content

function nay (client-side)

Available since version: 0.0.1

Note

Use this function only when you want to convert y position or height on the screen.

This function will convert virtuals to pixels on screen Y dimension and return it as a result.

Declaration

int nay(int virtuals)

Parameters

  • int virtuals: the virtuals to convert.

Returns int

the pixels after conversion.