| 97 | void CBolt::Destroy() { inherited::Destroy(); } |
| 98 | |
| 99 | void CBolt::activate_physic_shell() |
| 100 | { |
| 101 | inherited::activate_physic_shell(); |
| 102 | m_pPhysicsShell->SetAirResistance(.0001f); |
| 103 | } |
| 104 | |
| 105 | void CBolt::SetInitiator(u16 id) { m_thrower_id = id; } |
| 106 |
nothing calls this directly
no test coverage detected