Command
Материал из YTDB DataBase
(Различия между версиями)
KiriX (Обсуждение | вклад) (Новая страница: «{| align="right" | __TOC__ |} Back to world database list of tables. <big>'''The `command` table'''</big> Holds help and security information …») |
Neggod (Обсуждение | вклад) (→name) |
||
Строка 44: | Строка 44: | ||
<big>'''Description of the fields'''</big> | <big>'''Description of the fields'''</big> | ||
====name==== | ====name==== | ||
- | + | Комманда. | |
+ | |||
====security==== | ====security==== | ||
The security level required to use the command. Corresponds with [[account#gmlevel|account.gmlevel]] in the realm database. | The security level required to use the command. Corresponds with [[account#gmlevel|account.gmlevel]] in the realm database. |
Версия 17:22, 12 февраля 2010
|
Back to world database list of tables.
The `command` table
Holds help and security information for commands.
Structure
Field | Type | Null | Key | Default | Extra |
name | varchar(50) | NO | PRI | ||
security | tinyint(3) unsigned | NO | 0 | ||
help | longtext | YES | None |
Description of the fields
name
Комманда.
security
The security level required to use the command. Corresponds with account.gmlevel in the realm database.
help
The help text displayed by the .help command.