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

Method OnResetObjects

editor/ObjectDialog.cpp:885–888  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

883}
884
885void CObjectDialog::OnResetObjects() {
886 ObjReInitAll();
887 OutrageMessageBox("All objects reset!");
888}
889
890BOOL CObjectDialog::OnHelpInfo(HELPINFO *pHelpInfo) {
891 // TODO: Add your message handler code here and/or call default

Callers

nothing calls this directly

Calls 2

ObjReInitAllFunction · 0.85
OutrageMessageBoxFunction · 0.85

Tested by

no test coverage detected