command docs patch from Misty-chan because his access hasn't completely come

through yet.
This commit is contained in:
Bill Currie 2001-02-06 02:56:14 +00:00
parent 222eea81b1
commit c6e087015c
35 changed files with 341 additions and 218 deletions

View file

@ -324,7 +324,19 @@ CDAudio_Init (void)
initialized = true;
enabled = true;
Cmd_AddCommand ("cd", CD_f, "No Description");
Cmd_AddCommand ("cd", CD_f, "Control the CD player.\n"
"Commands:\n"
"eject - Eject the CD.\n"
"info - Reports information on the CD.\n"
"loop (track number) - Loops the specified track.\n"
"remap (track1) (track2) ... - Remap the current track order.\n"
"reset - Causes the CD audio to re-initialize.\n"
"resume - Will resume playback after pause.\n"
"off - Shuts down the CD audio system..\n"
"on - Re-enables the CD audio system after a cd off command.\n"
"pause - Pause the CD playback.\n"
"play (track number) - Plays the specified track one time.\n"
"stop - Stops the currently playing track.");
Con_Printf ("CD Audio Initialized\n");