Difference between revisions of "GetInvalidEntityId"

From Nomad DB
(Created page with "The function returns the invalid Entity Id. == Syntax == <pre> GetInvalidEntityId() </pre> == Related Pages == * Lua:EntityId")
 
m
Line 1: Line 1:
The function returns the invalid [[Lua:EntityId|Entity Id]].
+
This function returns an invalid [[Lua:EntityId|Entity ID]]. The returned number is 18446744073709551615, the decimal representation of hex value FFFFFFFFFFFFFFFF.
  
 
== Syntax ==
 
== Syntax ==

Revision as of 17:51, 14 April 2020

This function returns an invalid Entity ID. The returned number is 18446744073709551615, the decimal representation of hex value FFFFFFFFFFFFFFFF.

Syntax

GetInvalidEntityId()

Related Pages