Character variablesTable: Difference between revisions
Jump to navigation
Jump to search
Created page with "Used to store variables for a character {| class="wikitable" |+ !UE !Field !Type !Key Type !Default !Extra !Description |- |ADD |character_id |int(10) unsigned |PRI |0 | |The character this variable is assigned to |- |ADD |name |varchar(255) |PRI | | |The name of the variable |- |ADD |value |varchar(255) | | | |The value of the variable |}" |
mNo edit summary |
||
Line 11: | Line 11: | ||
!Description | !Description | ||
|- | |- | ||
| | | | ||
|character_id | |character_id | ||
|int(10) unsigned | |int(10) unsigned | ||
Line 19: | Line 19: | ||
|The character this variable is assigned to | |The character this variable is assigned to | ||
|- | |- | ||
| | | | ||
|name | |name | ||
|varchar(255) | |varchar(255) | ||
Line 27: | Line 27: | ||
|The name of the variable | |The name of the variable | ||
|- | |- | ||
| | | | ||
|value | |value | ||
|varchar(255) | |varchar(255) |
Latest revision as of 14:26, 11 January 2022
Used to store variables for a character
UE | Field | Type | Key Type | Default | Extra | Description |
---|---|---|---|---|---|---|
character_id | int(10) unsigned | PRI | 0 | The character this variable is assigned to | ||
name | varchar(255) | PRI | The name of the variable | |||
value | varchar(255) | The value of the variable |