Class: Scene
Lua
C++
Edit

Scene:GetEntity

This method retrieves an entity from the scene, given the entity's UUID.

Syntax

Entity GetEntity(string uuid)

Paramater Description
uuid the entity UUID to search for, retrieved with Entity:GetUuid

Returns

If an entity with a matching UUID is present in the scene it is returned, otherwise nil is retuened.

Copyright © 2006-2025 Leadwerks Software.
All rights reserved.
Leadwerks 4 Documentation