Complex chat commands: add table of contents
This commit is contained in:
parent
3d6b29994f
commit
b14fc7973d
@ -9,6 +9,12 @@ root: ../
|
|||||||
This chapter will show you how to make complex chat commands, such as
|
This chapter will show you how to make complex chat commands, such as
|
||||||
`/msg <name> <message>`, `/team join <teamname>` or `/team leave <teamname>`.
|
`/msg <name> <message>`, `/team join <teamname>` or `/team leave <teamname>`.
|
||||||
|
|
||||||
|
* Why ChatCmdBuilder?
|
||||||
|
* Routes.
|
||||||
|
* Subcommand functions.
|
||||||
|
* Installing ChatCmdBuilder.
|
||||||
|
* Admin complex command.
|
||||||
|
|
||||||
## Why ChatCmdBuilder?
|
## Why ChatCmdBuilder?
|
||||||
|
|
||||||
Traditionally mods implemented these complex commands using Lua patterns.
|
Traditionally mods implemented these complex commands using Lua patterns.
|
||||||
|
Loading…
Reference in New Issue
Block a user