| 60 | } |
| 61 | |
| 62 | static constexpr uint32_t GetSpatialIndex(EntityBase& entity) |
| 63 | { |
| 64 | return entity.spatialIndex & ~kSpatialIndexDirtyMask; |
| 65 | } |
| 66 | |
| 67 | static constexpr bool EntityTypeIsMiscEntity(const EntityType type) |
| 68 | { |
no outgoing calls
no test coverage detected