Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix documentation of
Entities::get
(#17721)
This method returns `None` if `meta.location.archetype_id` is `ArchetypeId::INVALID`. `EntityLocation::INVALID.archetype_id` is `ArchetypeId::INVALID`. Therefore this method cannot return `Some(EntityLocation::INVALID)`. Linking to it in the docs is futile anyway as that constant is not public.
- Loading branch information