Class Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
C
 cmds.BaseArg
 cmds.BoolArg
 cmds.CallingPlayerArg
 cmds.NumArg
 cmds.PlayerArg
 cmds.PlayersArg
 cmds.StringArg
 cmds.TranslateCommand
Just defines the basics for us, used in autocomplete and command callbacks.
A boolean arg, inherits from cmds.BaseArg.
Simply used to retrieve the player using the command.
A number arg, inherits from cmds.BaseArg.
A player arg, inherits from cmds.BaseArg.
A table of players arg, inherits from cmds.PlayerArg.
A player arg, inherits from cmds.BaseArg.
Offers an abstraction on the “console command” concept.
Close