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

Function xEntBoulder_AddInstantForce

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

Source from the content-addressed store, hash-verified

200}
201
202void xEntBoulder_AddInstantForce(xEntBoulder* ent, xVec3* force)
203{
204 if (ent->update != NULL)
205 {
206 xVec3* frcptr = &ent->instForce;
207 xVec3AddTo(frcptr, force);
208 }
209}
210
211void xEntBoulder_AddForce(xEntBoulder* ent, xVec3* force)
212{

Callers 1

xEntBoulder_UpdateFunction · 0.85

Calls 1

xVec3AddToFunction · 0.85

Tested by

no test coverage detected