mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-30 08:40:39 +00:00
command docs patch from Misty-chan because his access hasn't completely come
through yet.
This commit is contained in:
parent
222eea81b1
commit
c6e087015c
35 changed files with 341 additions and 218 deletions
|
@ -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");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue