GetInvalidEntityId

From Nomad DB
Revision as of 20:37, 27 October 2020 by SpeckBomber (talk | contribs)

This function returns an invalid Entity ID. The returned value is a string with 18446744073709551615, the decimal representation of hex value FFFFFFFFFFFFFFFF. Since Lua 5.1 cannot handle 64-Bit Integers, the returned type is a string.

Syntax

GetInvalidEntityId()
  • Returns: string

Related Pages