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

Function xEntAddToPos

src/SB/Core/x/xEnt.cpp:760–763  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

758}
759
760void xEntAddToPos(xEnt* ent, const xVec3* v)
761{
762 xVec3AddTo(&ent->frame->mat.pos, v);
763}
764
765void xEntSetupPipeline(xModelInstance* model)
766{

Callers 3

xEntMotionToMatrixFunction · 0.85
xEntApplyPhysicsFunction · 0.85
xEntCollideWallsFunction · 0.85

Calls 1

xVec3AddToFunction · 0.85

Tested by

no test coverage detected