Difference between revisions of "GetInvalidEntityId"

From Nomad DB
Line 1: Line 1:
This function returns an invalid [[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 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 ==
 
== Syntax ==
Line 5: Line 5:
 
GetInvalidEntityId()
 
GetInvalidEntityId()
 
</pre>
 
</pre>
 +
* '''Returns: string'''
  
 
== Related Pages ==
 
== Related Pages ==

Revision as of 23:10, 16 April 2020

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