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

@ -842,19 +842,19 @@ CDAudio_Init (void)
enabled = false;
}
Cmd_AddCommand ("cd", CD_f, "Control the CD player.
Commands:
eject - Eject the CD.
info - Reports information on the CD.
loop (track number) - Loops the specified track.
remap (track1) (track2) ... - Remap the current track order.
reset - Causes the CD audio to re-initialize.
resume - Will resume playback after pause.
off - Shuts down the CD audio system..
on - Re-enables the CD audio system after a cd off command.
pause - Pause the CD playback.
play (track number) - Plays the specified track one time.
stop - Stops the currently playing track.");
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");