| 156 | } |
| 157 | |
| 158 | void ItemDrop::enableInterpolation(float extrapolationHint) { |
| 159 | m_netGroup.enableNetInterpolation(extrapolationHint); |
| 160 | m_mode.disableNetInterpolation(); |
| 161 | m_owningEntity.disableNetInterpolation(); |
| 162 | } |
| 163 | |
| 164 | void ItemDrop::disableInterpolation() { |
| 165 | m_netGroup.disableNetInterpolation(); |
nothing calls this directly
no test coverage detected