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

Method OnGenericNext

editor/WorldObjectsGenericDialog.cpp:977–982  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

975}
976
977void CWorldObjectsGenericDialog::OnGenericNext() {
978 m_current = GetNextObjectID(m_current);
979 m_lod = 0;
980
981 UpdateDialog();
982}
983
984void CWorldObjectsGenericDialog::OnGenericPrev() {
985 m_current = GetPrevObjectID(m_current);

Callers

nothing calls this directly

Calls 1

GetNextObjectIDFunction · 0.85

Tested by

no test coverage detected