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

Method ClearAll

editor/DallasMainDlg.cpp:1682–1692  ·  view source on GitHub ↗

Frees up all DALLAS memory

Source from the content-addressed store, hash-verified

1680
1681// Frees up all DALLAS memory
1682void CDallasMainDlg::ClearAll(void) {
1683 ClearMessageList();
1684 ClearEnumDatabase();
1685 ClearFlagDatabase();
1686 ClearFunctionDatabases();
1687 ClearTree();
1688 ClearScriptGroupingList();
1689 ClearObjectHandleList();
1690 ClearCustomScriptStorage();
1691 ClearNameLists();
1692}
1693
1694// Loads in everything
1695void CDallasMainDlg::LoadAll(void) {

Callers

nothing calls this directly

Calls 1

ClearMessageListFunction · 0.50

Tested by

no test coverage detected