Skip to content

GetObjectsInRect

Description

GetObjectsInRect is a Function
Returns any objects on the screen within a given rectangle.

Example
local testVariable = GetObjectsInRect(Rect.New(0, 0, 50, 50))
Usage

network usage: Any (Client or Server/Host)
returns: List
parameters:
- screenRect (Rect)