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

Method OnDestroy

editor/WorldObjectsGenericDialog.cpp:1357–1368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1355}
1356
1357void CWorldObjectsGenericDialog::OnDestroy() {
1358 CDialog::OnDestroy();
1359
1360 if (Copy_object.description) {
1361 mem_free(Copy_object.description);
1362 Copy_object.description = NULL;
1363 }
1364
1365 SaveGenericsOnClose();
1366
1367 ObjReInitAll();
1368}
1369
1370BOOL CWorldObjectsGenericDialog::DestroyWindow() { return CDialog::DestroyWindow(); }
1371

Callers

nothing calls this directly

Calls 1

ObjReInitAllFunction · 0.85

Tested by

no test coverage detected