hl.get_monitor_at

hl.get_monitor_at(x: number | HL.Vec2, y?: number)

Get monitor at.

Signature

hl.get_monitor_at(x: number|HL.Vec2, y?: number): HL.Monitor | nil

Parameters

xnumber | HL.Vec2
ynumber, optional

Returns

resultHL.Monitor | nil

Return value.

Examples

See also

HL.API

Namespace or API object containing this function.