Skip to content

IsOnScreen

Check if some coords is in the screen

Argument Data Type Needed Default Description
coords vector3 - The coords that whe need to check
Returns
Data Type Description
boolean If is on the screen

Example
print("The coords vector3(0.0, 0.0, 0.0) is on screen? "..IsOnScreen(vector3(0.0, 0.0, 0.0)))

Last update: April 12, 2022
Created: June 27, 2021