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

Function HObjectDecreaseBank

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

Source from the content-addressed store, hash-verified

502void HObjectIncreaseBank() { RotateObject(Cur_object_index, 0, 0, Object_move_rotation); }
503
504void HObjectDecreaseBank() { RotateObject(Cur_object_index, 0, 0, -Object_move_rotation); }
505
506void HObjectIncreasePitch() { RotateObject(Cur_object_index, Object_move_rotation, 0, 0); }
507

Callers 1

DeferMethod · 0.85

Calls 1

RotateObjectFunction · 0.85

Tested by

no test coverage detected