| 838 | } |
| 839 | |
| 840 | void ItemObject::GetDesc(EntityDescription& desc) const { |
| 841 | Object::GetDesc(desc); |
| 842 | desc.AddString(EDF_FILE_PATH, obj_file); |
| 843 | color_tint_component_.AddToDescription(desc); |
| 844 | } |
| 845 | |
| 846 | void ItemObject::StickingCollisionOccured(const vec3& pos, int vert, const CollideInfo& collide_info) { |
| 847 | sticking_collision_occured_ = true; |
nothing calls this directly
no test coverage detected