Home
last modified time | relevance | path

Searched refs:Command_CheatNoClip_f (Results 1 – 6 of 6) sorted by relevance

/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Dm_cheat.h63 void Command_CheatNoClip_f (void);
H A Dd_netcmd.c349 COM_AddCommand("noclip", Command_CheatNoClip_f, CC_cheat); in D_Register_ClientCommands()
H A Dm_cheat.c470 void Command_CheatNoClip_f(void) in Command_CheatNoClip_f() function
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dm_cheat.h47 void Command_CheatNoClip_f(void);
H A Dm_cheat.c266 void Command_CheatNoClip_f(void) in Command_CheatNoClip_f() function
H A Dd_netcmd.c878 COM_AddCommand("noclip", Command_CheatNoClip_f); in D_RegisterClientCommands()