NULL_ENTITY

const val NULL_ENTITY: Entity = 0

A special Entity value representing no entity (null).

This constant can be used to check if an Entity ID is uninitialized or invalid. Always use NULL_ENTITY for comparisons rather than a literal 0.