diff --git a/doc/010_index.md b/doc/010_index.md index ca8abdaf..e59ac92a 100644 --- a/doc/010_index.md +++ b/doc/010_index.md @@ -20,6 +20,7 @@ The documentation is split into several documents: * [Installation Guide](020_installation.md) * [Configuration Guide](030_configuration.md) * [List Of All New Console Variables](040_cvarlist.md) +* [List Of All New Commands](050_commands.md) * [Multiplayer Server Configuration](060_multiplayer.md) * [Packaging Guide For Maintainers](070_packaging.md) * [Contributing Guide](080_contributing.md) diff --git a/doc/050_commands.md b/doc/050_commands.md new file mode 100644 index 00000000..8afeb53d --- /dev/null +++ b/doc/050_commands.md @@ -0,0 +1,16 @@ +# Yamagi Quake II Commands + +This list explains all commands added by Yamagi Quake II. All of the +original clients (Vanilla Quake II) commands are still in place. + + +* **cycleweap **: Cycles through the given weapons. Can be used + to bind several weapons on one key. + +* **listentities **: Lists the coordinates of all entities of a + given class. Possible classes are `ammo`, `items`, `keys`, `monsters` + and `weapons`. Multiple classes can be given, they're separated by + whitespaces. The special class `all` lists the coordinates of all + entities. + +* **teleport **: Teleports the player to the given coordinates.