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

Method OnAinMoveNodeToViewer

editor/PathPadDialog.cpp:710–715  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

708}
709
710void CPathPadDialog::OnAinMoveNodeToViewer() {
711 vector diff = Viewer_object->pos;
712
713 EBNode_Move(false, BNode_current_room, BNode_current_id, &diff);
714 World_changed = 1;
715}
716
717void CPathPadDialog::OnAinMpns() {
718 // TODO: Add your control notification handler code here

Callers

nothing calls this directly

Calls 1

EBNode_MoveFunction · 0.85

Tested by

no test coverage detected