yquake2remaster/doc/050_commands.md

17 lines
641 B
Markdown
Raw Normal View History

2019-10-12 14:39:42 +00:00
# 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 <weapons>**: Cycles through the given weapons. Can be used
to bind several weapons on one key.
* **listentities <class>**: 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 <x y z>**: Teleports the player to the given coordinates.