Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
760
void xEntAddToPos(xEnt* ent, const xVec3* v)
761
{
762
xVec3AddTo(&ent->frame->mat.pos, v);
763
}
764
765
void xEntSetupPipeline(xModelInstance* model)
766
{
Callers
3
xEntMotionToMatrix
Function · 0.85
xEntApplyPhysics
Function · 0.85
xEntCollideWalls
Function · 0.85
Calls
1
xVec3AddTo
Function · 0.85
Tested by
no test coverage detected