int getWidth()
This function returns the width of the screen.
int getMouseX()
This function returns the mouse x screen coordinate.
screen worldPosInFront(x, y, z)
World Position in front.
int getMouseY()
This function returns the mouse y screen coordinate.
screen worldPosToAbsScreenPos(x, y, z)
World Position to absolute screen position.
screen worldPosToScreenPos(x, y, z)
World Position to screen position.
Definition: LUA_API_Screen.h:27
screen worldPosInFrustum(x, y, z)
World Position Frustum.
void getMouseDelta()
This function returns you the X and Y mouse move deltas calculated within the engine.
int getHeight()
This function returns the height of the screen.