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

Method PHGetLinearVell

ogsr_engine/xrGame/PhysicsShellHolder.cpp:249–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247}
248
249void CPhysicsShellHolder::PHGetLinearVell(Fvector& velocity)
250{
251 if (!m_pPhysicsShell)
252 {
253 velocity.set(0, 0, 0);
254 return;
255 }
256 m_pPhysicsShell->get_LinearVel(velocity);
257}
258
259void CPhysicsShellHolder::PHSetLinearVell(Fvector& velocity)
260{

Callers

nothing calls this directly

Calls 2

setMethod · 0.45
get_LinearVelMethod · 0.45

Tested by

no test coverage detected