diff options
Diffstat (limited to 'docs/worldstates.md')
| -rw-r--r-- | docs/worldstates.md | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/docs/worldstates.md b/docs/worldstates.md index 9d908cd..ca536ca 100644 --- a/docs/worldstates.md +++ b/docs/worldstates.md @@ -8,16 +8,18 @@ This table holds data the Core needs to handle variables (like timer for arena p **Structure** -| Field | Type | Attributes | Key | Null | Default | Extra | Comment | -|---------|---------------|------------|-----|------|---------|-------|---------| -| [entry][1] | MEDIUMINT | UNSIGNED | PRI | NO | 0 | | | -| [value][2] | INT | UNSIGNED | | NO | 0 | | | -| [comment][3] | text | SIGNED | | YES | | | | +| Field | Type | Attributes | Key | Null | Default | Extra | Comment | +| ----------- | ------------- | ---------- | --- | ---- | ------- | ----- | ------- | +| [entry][1] | INT | UNSIGNED | PRI | NO | 0 | | | +| [value][2] | INT | UNSIGNED | | NO | 0 | | | +| [comment][3] | TINYTEXT | SIGNED | | YES | | | | [1]: #entry [2]: #value [3]: #comment +**Description of the fields** + ### entry Hardcoded entry related to variables needed to be saved by the Core. |
