MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / dStartFrame

Function dStartFrame

Descent3/DllWrappers.cpp:171–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169void dvm_MakeZeroAngle(angvec *v) { vm_MakeZero(v); }
170
171void dStartFrame(int x, int y, int x2, int y2, bool clear) { StartFrame(x, y, x2, y2, clear); }
172
173// ObjSetPos, that automatically sets the OF_MOVED_THIS_FRAME
174void ObjSetPosAndMarkMoved(object *obj, vector *pos, int roomnum, matrix *orient, bool f_update_attached_children) {

Callers

nothing calls this directly

Calls 1

StartFrameFunction · 0.85

Tested by

no test coverage detected