Character variablesTable: Difference between revisions

From PSwiki
Jump to navigation Jump to search
Grimston (talk | contribs)
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 |}"
(No difference)

Revision as of 13:44, 11 January 2022

Used to store variables for a character

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