Return the lookup index of the entity in a array
| 104 | |
| 105 | // Return the lookup index of the entity in a array |
| 106 | RP3D_FORCE_INLINE uint32 Entity::getIndex() const { |
| 107 | return id & ENTITY_INDEX_MASK; |
| 108 | } |
| 109 | |
| 110 | // Return the generation number of the entity |
| 111 | RP3D_FORCE_INLINE uint32 Entity::getGeneration() const { |
no outgoing calls
no test coverage detected