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

Method OnAinRight

editor/PathPadDialog.cpp:741–746  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

739}
740
741void CPathPadDialog::OnAinRight() {
742 vector diff = Viewer_object->orient.rvec * BNode_move_amount;
743
744 EBNode_Move(true, BNode_current_room, BNode_current_id, &diff);
745 World_changed = 1;
746}
747
748#define EBVIEW_ROOM 1
749#define EBVIEW_ROOM_AND_NEXT_ROOMS 2

Callers

nothing calls this directly

Calls 1

EBNode_MoveFunction · 0.85

Tested by

no test coverage detected