diff options
Diffstat (limited to 'docs/warden_checks.md')
| -rw-r--r-- | docs/warden_checks.md | 79 |
1 files changed, 67 insertions, 12 deletions
diff --git a/docs/warden_checks.md b/docs/warden_checks.md index bc77b0c..579f328 100644 --- a/docs/warden_checks.md +++ b/docs/warden_checks.md @@ -1,12 +1,67 @@ -[Database Structure](Database-Structure) > [World-Database](World-Database) > [warden_checks](warden_checks) - -Column | Type | Description ---- | --- | --- -Id | smallint(5) unsigned | -Type | tinyint(3) unsigned | -Data | varchar(48) | -Str | varchar(20) | -Address | int(10) unsigned | -Length | tinyint(3) unsigned | -Result | varchar(24) | -Comment | varchar(50) | +# warden\_checks + + + +**Table: warden\_checks** + +This table contains data related to the use of the anti-cheat tool Warden, which can be enabled in Worldserver.conf + + + +| Field | Type | Attributes | Key | NULL | Default | Comment | +|-----------------------------------|-------------|-------------------|-----|------|-----------------|-------------------------------------------| +| [id](#warden_checks-id) | smallint(5) | unsigned | PRI | NO | auto\_increment | Unique ID, automatically incremented by 1 | +| [type](#warden_checks-type) | tinyint(3) | unsigned | | YES | NULL | | +| [data](#warden_checks-data) | varchar(48) | utf8\_general\_ci | | YES | NULL | | +| [str](#warden_checks-str) | varchar(20) | utf8\_general\_ci | | YES | NULL | | +| [address](#warden_checks-address) | int(10) | unsigned | | YES | NULL | | +| [length](#warden_checks-length) | tinyint(3) | unsigned | | YES | NULL | | +| [result](#warden_checks-result) | varchar(24) | utf8\_general\_ci | | YES | NULL | | +| [comment](#warden_checks-comment) | varchar(50) | utf8\_general\_ci | | YES | NULL | | + + + +**Description of the fields:** + + + +### id + +Unique ID, automatically incremented by 1 + +### +type + +(ToDo: insert useful description here) + +### +data + +(ToDo: insert useful description here) + +### +str + +(ToDo: insert useful description here) + +### +address + +(ToDo: insert useful description here) + +### +length + +(ToDo: insert useful description here) + +### +result + +(ToDo: insert useful description here) + +### +comment + +(ToDo: insert useful description here) + + |
