//CREAT3D.ECS.DataModel.EventSystems.Topics// ===== EntityIsNullTopic ===== ^Type | [[Topic]] | ^Payload | [[EmptyMessage]] | ^Broadcaster | [[Entity|IEntity]] | This topic is broadcast from an [[Entity]] when Destroy is called on it. It is broadcast before [[EntityDestroyedTopic]] and marks the immediate call for the Entity's destruction. Since the Entity has not yet been properly disposed and unregistered at that time, it is recommended to use [[EntityDestroyedTopic]] instead in order to track destruction. Use this topic only if you know precisely what you're doing.