| 155 | } |
| 156 | |
| 157 | void Projectile::disableInterpolation() { |
| 158 | m_netGroup.disableNetInterpolation(); |
| 159 | } |
| 160 | |
| 161 | bool Projectile::shouldDestroy() const { |
| 162 | if (auto res = m_scriptComponent.invoke<bool>("shouldDestroy")) |
nothing calls this directly
no test coverage detected