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

Method OnAinCreateNodeAtViewer

editor/PathPadDialog.cpp:621–629  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

619}
620
621void CPathPadDialog::OnAinCreateNodeAtViewer() {
622 int node = EBNode_AddNode(Viewer_object->roomnum, &Viewer_object->pos, true, true);
623
624 if (node != -1) {
625 World_changed = 1;
626 }
627
628 // EBNode_VerifyGraph();
629}
630
631void CPathPadDialog::OnAinCreateNodes() {
632 MakeBOA();

Callers

nothing calls this directly

Calls 1

EBNode_AddNodeFunction · 0.85

Tested by

no test coverage detected