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

Method OnAinUp

editor/PathPadDialog.cpp:772–777  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

770}
771
772void CPathPadDialog::OnAinUp() {
773 vector diff = Viewer_object->orient.uvec * BNode_move_amount;
774
775 EBNode_Move(true, BNode_current_room, BNode_current_id, &diff);
776 World_changed = 1;
777}
778
779void CPathPadDialog::OnAinVerifyLevel() { EBNode_VerifyGraph(); }
780

Callers

nothing calls this directly

Calls 1

EBNode_MoveFunction · 0.85

Tested by

no test coverage detected