MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / zPendulum_Move

Function zPendulum_Move

src/SB/Game/zPendulum.cpp:111–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111void zPendulum_Move(_zPendulum* pend, xScene* sc, F32 dt, xEntFrame* frame)
112{
113 xEntMotionMove(&pend->motion, sc, dt, frame);
114}
115
116void zPendulumTranslate(xEnt* xent, xVec3* dpos, xMat4x3* dmat)
117{

Callers

nothing calls this directly

Calls 1

xEntMotionMoveFunction · 0.85

Tested by

no test coverage detected