Skip to content

GetCharactersInRect

Description

GetCharactersInRect is a Function
Returns all characters on screen that are inside of the given rectangle.

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

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