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

Method OnDefaultRadiusButton

editor/WorldObjectsGenericDialog.cpp:1458–1462  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1456}
1457
1458void CWorldObjectsGenericDialog::OnDefaultRadiusButton() {
1459 ComputeDefaultSize(Object_info[m_current].type, Object_info[m_current].render_handle, &Object_info[m_current].size);
1460
1461 UpdateDialog();
1462}
1463
1464void CWorldObjectsGenericDialog::OnSelScript() {
1465 CString filter = "D3 Compiled Scripts (*.dll)|*.dll||";

Callers

nothing calls this directly

Calls 1

ComputeDefaultSizeFunction · 0.85

Tested by

no test coverage detected