ScriptHook.GetAllEntities

From Nomad DB
Revision as of 11:40, 2 August 2020 by Jan (talk | contribs) (Created page with "Returns all entities as a Lua table with EntityId. {{Warning|This function may return up to 8192 elements, which may impact performance.}} == Syntax == <syntaxhighlight l...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Returns all entities as a Lua table with EntityId.

This function may return up to 8192 elements, which may impact performance.

Syntax

ScriptHook.GetAllEntities()

Related Pages