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

Method OnAccelSlidedown

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

Source from the content-addressed store, hash-verified

3679 CopyFaceLightMultiple(Curroomp, Curface);
3680}
3681
3682void CMainFrame::OnAccelSlidedown() { HTextureSlide(Curroomp, Curface, 0.0f, (float)-1.0 * D3EditState.texscale); }
3683
3684void CMainFrame::OnAccelSlideleft() { HTextureSlide(Curroomp, Curface, (float)-1.0 * D3EditState.texscale, 0.0f); }

Callers

nothing calls this directly

Calls 1

HTextureSlideFunction · 0.85

Tested by

no test coverage detected