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

Method get_LinearVel

ogsr_engine/xrGame/PHShell.cpp:449–449  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

447}
448
449void CPHShell::get_LinearVel(Fvector& velocity) { (*elements.begin())->get_LinearVel(velocity); }
450
451void CPHShell::get_AngularVel(Fvector& velocity) { (*elements.begin())->get_AngularVel(velocity); }
452

Callers 13

GetVelocityFunction · 0.45
CurrentVelMethod · 0.45
PHGetLinearVellMethod · 0.45
UpdateEnginePhMethod · 0.45
VisualUpdateMethod · 0.45
OnHUDDrawMethod · 0.45
UpdateBackMethod · 0.45
DbgUbdateClMethod · 0.45
raiseMethod · 0.45
keepMethod · 0.45
PHGetLinearVellMethod · 0.45
state_DeathFallMethod · 0.45

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected