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

Function zMovePointGetNext

src/SB/Game/zMovePoint.cpp:108–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108F32 zMovePointGetNext(const zMovePoint* current, const zMovePoint* prev, zMovePoint** next,
109 xVec3* hdng)
110{
111 return xMovePointGetNext((xMovePoint*)current, (xMovePoint*)prev, (xMovePoint**)next, hdng);
112}
113
114xVec3* zMovePointGetPos(const zMovePoint* m)
115{

Callers 3

SpawnBeastieMethod · 0.70
MvptCycleMethod · 0.70
ProcessMethod · 0.70

Calls 1

xMovePointGetNextFunction · 0.50

Tested by

no test coverage detected