diff options
| author | FrancescoBorzi <borzifrancesco@gmail.com> | 2019-02-25 19:24:20 +0100 |
|---|---|---|
| committer | FrancescoBorzi <borzifrancesco@gmail.com> | 2019-02-25 19:24:20 +0100 |
| commit | a35d4f08a3f9f086eae94dccbfda2ff0c8eb5ae3 (patch) | |
| tree | 91e0cde00f6f27b730b0df3f4338fcf99fa8447a /docs/warden_checks.md | |
| parent | d8d1823802ded97300fa57405d80b16736603489 (diff) | |
| download | wiki-a35d4f08a3f9f086eae94dccbfda2ff0c8eb5ae3.tar.gz wiki-a35d4f08a3f9f086eae94dccbfda2ff0c8eb5ae3.tar.bz2 wiki-a35d4f08a3f9f086eae94dccbfda2ff0c8eb5ae3.zip | |
Import DB wiki from TC 335
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) + + |
