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

Function HObjectIncreaseHeading

editor/HObject.cpp:510–510  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

508void HObjectDecreasePitch() { RotateObject(Cur_object_index, -Object_move_rotation, 0, 0); }
509
510void HObjectIncreaseHeading() { RotateObject(Cur_object_index, 0, Object_move_rotation, 0); }
511
512void HObjectDecreaseheading() { RotateObject(Cur_object_index, 0, -Object_move_rotation, 0); }
513

Callers 1

DeferMethod · 0.85

Calls 1

RotateObjectFunction · 0.85

Tested by

no test coverage detected