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

Method OnNext

editor/WorldTexturesDialog.cpp:489–493  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

487}
488
489void CWorldTexturesDialog::OnNext() {
490 D3EditState.texdlg_texture = GetNextTexture(D3EditState.texdlg_texture);
491
492 UpdateDialog();
493}
494
495void CWorldTexturesDialog::OnPrevious() {
496

Callers

nothing calls this directly

Calls 1

GetNextTextureFunction · 0.85

Tested by

no test coverage detected