mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-06-02 18:11:12 +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
|
@ -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");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue