Home
last modified time | relevance | path

Searched refs:ArgCompletion_SoundName (Results 1 – 2 of 2) sorted by relevance

/dports/games/dhewm3/dhewm3-1.5.1/neo/framework/
H A DCmdSystem.h122 static void ArgCompletion_SoundName( const idCmdArgs &args, void(*callback)( const char *s ) );
166 ID_INLINE void idCmdSystem::ArgCompletion_SoundName( const idCmdArgs &args, void(*callback)( const … in ArgCompletion_SoundName() function
/dports/games/dhewm3/dhewm3-1.5.1/neo/sound/
H A Dsnd_system.cpp491 … TestSound_f, CMD_FL_SOUND | CMD_FL_CHEAT, "tests a sound", idCmdSystem::ArgCompletion_SoundName ); in Init()