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

Method CurrentVel

ogsr_engine/xrGame/CarInput.cpp:315–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313bool CCar::HasWeapon() { return (m_car_weapon != NULL); }
314
315Fvector CCar::CurrentVel()
316{
317 Fvector lin_vel;
318 m_pPhysicsShell->get_LinearVel(lin_vel);
319
320 return lin_vel;
321}

Callers

nothing calls this directly

Calls 1

get_LinearVelMethod · 0.45

Tested by

no test coverage detected