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

Function xMovePointGetNumPoints

src/SB/Game/zMovePoint.h:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45F32 zMovePointGetDelay(const zMovePoint* m);
46
47inline U16 xMovePointGetNumPoints(const xMovePoint* m)
48{
49 return m->asset->numPoints;
50}
51
52inline xMovePoint* xMovePointGetPoint(const xMovePoint* m, U16 n)
53{

Callers 1

xEntMotionDebugDrawFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected