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

Function zPlatform_Move

src/SB/Game/zPlatform.cpp:1018–1023  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1016}
1017
1018void zPlatform_Move(xEnt* entPlat, xScene* s, F32 dt, xEntFrame* frame)
1019{
1020 zPlatform* plat = (zPlatform*)entPlat;
1021 xEntMotionMove(&plat->motion, s, dt, frame);
1022 xEntDriveUpdate(&plat->drv, s, dt, NULL);
1023}
1024
1025void zPlatform_Shake(zPlatform* plat, F32 _unused, F32 ampl, F32 freq)
1026{

Callers

nothing calls this directly

Calls 2

xEntMotionMoveFunction · 0.85
xEntDriveUpdateFunction · 0.50

Tested by

no test coverage detected