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

Method OnAccelSlideup

editor/MainFrm.cpp:3687–3687  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3685
3686void CMainFrame::OnAccelSlideright() { HTextureSlide(Curroomp, Curface, (float)1.0 * D3EditState.texscale, 0.0f); }
3687
3688void CMainFrame::OnAccelSlideup() { HTextureSlide(Curroomp, Curface, 0.0f, (float)1.0 * D3EditState.texscale); }
3689
3690void CMainFrame::OnAccelNextVertex() {

Callers

nothing calls this directly

Calls 1

HTextureSlideFunction · 0.85

Tested by

no test coverage detected