Difference between revisions of "GetInvalidEntityId"

From Nomad DB
m (Jan moved page Lua:GetInvalidEntityId to GetInvalidEntityId without leaving a redirect)
Line 1: Line 1:
This function returns an invalid [[Lua:EntityId|Entity ID]]. The returned number is 18446744073709551615, the decimal representation of hex value FFFFFFFFFFFFFFFF.
+
This function returns an invalid [[EntityId|Entity ID]]. The returned number is 18446744073709551615, the decimal representation of hex value FFFFFFFFFFFFFFFF.
  
 
== Syntax ==
 
== Syntax ==
Line 7: Line 7:
  
 
== Related Pages ==
 
== Related Pages ==
* [[Lua:EntityId]]
+
* [[EntityId]]

Revision as of 17:54, 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