Character variablesTable

From PSwiki
Revision as of 13:44, 11 January 2022 by 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 |}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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