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

Function xEntBoulder_AddForce

src/SB/Core/x/xEntBoulder.cpp:211–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209}
210
211void xEntBoulder_AddForce(xEntBoulder* ent, xVec3* force)
212{
213 if (ent->update != NULL)
214 {
215 xVec3* frcptr = &ent->force;
216 xVec3AddTo(frcptr, force);
217 }
218}
219
220void xEntBoulder_BUpdate(xEnt*, xVec3*)
221{

Callers 1

xEntBoulder_ApplyForcesFunction · 0.85

Calls 1

xVec3AddToFunction · 0.85

Tested by

no test coverage detected