sm.cell.getInteractablesByUuid

Returns a table of Interactables of a given Uuid for a cell coordinate.

Kind: Function

Environments: Game

Game

sm.cell.getInteractablesByUuid( x, y, uuid )

Open the full Game reference

Availability: Server only

Note: Can only be used in a server_onCellLoaded callback.

Parameters:

Name Type Description
x integer The X-coordinate.
y integer The Y-coordinate.
uuid Uuid The uuid of the interactable(s)

Returns:

Type Description
table A table {Interactable, ...} of found interactables with matching uuid.