Home
last modified time | relevance | path

Searched refs:showheightindicators (Results 1 – 7 of 7) sorted by relevance

/dports/games/NBlood/NBlood-a1689a4/source/build/src/
H A Dconfig.cpp219 showheightindicators = clamp(atoi_safe(val), 0, 2); in loadsetup()
647 showheightindicators,showambiencesounds,pathsearchmode, in writesetup()
H A D2d.cpp1008 if (showheightindicators && !m32_sideview) in editorDraw2dWall()
1022 if (z1 != z2 || showheightindicators == 2) in editorDraw2dWall()
1032 else if (showheightindicators == 2) in editorDraw2dWall()
H A Dengine.cpp178 int32_t showheightindicators=1; variable
/dports/games/NBlood/NBlood-a1689a4/source/build/include/
H A Deditor.h117 extern int32_t showheightindicators;
/dports/games/NBlood/NBlood-a1689a4/source/duke3d/src/
H A Dastub.cpp8684 showheightindicators = clamp(atoi_safe(parm->parms[0]), 0, 2); in osdcmd_vars_pk()
8685 OSD_Printf("height indicators: %s\n", how[showheightindicators]); in osdcmd_vars_pk()
/dports/games/NBlood/NBlood-a1689a4/source/rr/src/
H A Dastub.cpp8716 showheightindicators = clamp(atoi_safe(parm->parms[0]), 0, 2); in osdcmd_vars_pk()
8717 OSD_Printf("height indicators: %s\n", how[showheightindicators]); in osdcmd_vars_pk()
/dports/games/NBlood/NBlood-a1689a4/source/blood/src/
H A Dmapedit.cpp10797 showheightindicators = clamp(atoi_safe(parm->parms[0]), 0, 2); in osdcmd_vars_pk()
10798 OSD_Printf("height indicators: %s\n", how[showheightindicators]); in osdcmd_vars_pk()