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

Function xEntMotionDebugCB

src/SB/Core/x/xEntMotion.cpp:1012–1023  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1010}
1011
1012void xEntMotionDebugCB()
1013{
1014 xEntMotion* xem;
1015
1016 if ((dbg_idx != -1) && (dbg_num != 0))
1017 {
1018 xem = dbg_xems[dbg_idx];
1019 xEntMotionDebugWrite(xem);
1020 xEntMotionDebugDraw(xem);
1021 xEntMotionDebugIPad(xem);
1022 }
1023}
1024
1025static void xEntMotionDebugWrite(const xEntMotion* xem)
1026{

Callers

nothing calls this directly

Calls 3

xEntMotionDebugIPadFunction · 0.85
xEntMotionDebugWriteFunction · 0.70
xEntMotionDebugDrawFunction · 0.70

Tested by

no test coverage detected