MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / activate_physic_shell

Method activate_physic_shell

ogsr_engine/xrGame/Bolt.cpp:99–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97void CBolt::Destroy() { inherited::Destroy(); }
98
99void CBolt::activate_physic_shell()
100{
101 inherited::activate_physic_shell();
102 m_pPhysicsShell->SetAirResistance(.0001f);
103}
104
105void CBolt::SetInitiator(u16 id) { m_thrower_id = id; }
106

Callers

nothing calls this directly

Calls 1

SetAirResistanceMethod · 0.45

Tested by

no test coverage detected