EntityId

From Nomad DB
Revision as of 17:53, 14 April 2020 by Jan (talk | contribs)

Every Entity that is spawned into the world has an Entity Id. It is a 64-bit unsigned integer, which is represented in Lua as a string.

Example

15738498423673481953

Invalid Entity Id

Some functions that return an Entity Id, might return one that is invalid. To check, if an Entity Id is valid, compare it against GetInvalidEntityId.

Related Pages