Complex chat commands: add table of contents

master
rubenwardy 2016-06-17 01:13:08 +01:00
parent 3d6b29994f
commit b14fc7973d
1 changed files with 6 additions and 0 deletions

View File

@ -9,6 +9,12 @@ root: ../
This chapter will show you how to make complex chat commands, such as
`/msg <name> <message>`, `/team join <teamname>` or `/team leave <teamname>`.
* Why ChatCmdBuilder?
* Routes.
* Subcommand functions.
* Installing ChatCmdBuilder.
* Admin complex command.
## Why ChatCmdBuilder?
Traditionally mods implemented these complex commands using Lua patterns.