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

Method OnAinVerifyRoom

editor/PathPadDialog.cpp:781–784  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

779void CPathPadDialog::OnAinVerifyLevel() { EBNode_VerifyGraph(); }
780
781void CPathPadDialog::OnAinVerifyRoom() {
782 EBNode_ClearLevel();
783 World_changed = 1;
784}
785
786void CPathPadDialog::OnAinViewAllNodes() {
787 EBN_draw_type = EBDRAW_LEVEL;

Callers

nothing calls this directly

Calls 1

EBNode_ClearLevelFunction · 0.85

Tested by

no test coverage detected