Character limitationsTable: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
|  Created page with '{| border="1" |- ! field ! type ! foreign key ! description |- | id | integer |  |  |- | limit_type | char |  |  |- | player_score | integer |  |  |- | value | varchar |  |  |}' | No edit summary | ||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
| {|  | Allows subsetting of strings based on type and rp score | ||
| {| class="wikitable" | |||
| |+ | |||
| !UE | |||
| !Field | |||
| !Type | |||
| !Key Type | |||
| !Default | |||
| !Extra | |||
| !Description | |||
| |- | |- | ||
| | | |||
| |id | |||
| |int(11) | |||
| |PRI | |||
| | | | | ||
| |  | |auto_increment | ||
| |  | |||
| |   | |||
| |   | |   | ||
| |- | |- | ||
| | limit_type | | | ||
| | char | |limit_type | ||
| |   | |char(6) | ||
| |   | | | ||
| | | |||
| | | |||
| |3 letter abbrev of type of limit, such as "sketch"  | |||
| |- | |- | ||
| | player_score | | | ||
| |  | |player_score | ||
| |   | |int(11) | ||
| |   | | | ||
| |0 | |||
| | | |||
| |Compared to mathscript score for player to decide in or out  | |||
| |- | |- | ||
| | value | | | ||
| | varchar | |value | ||
| |   | |varchar(30) | ||
| |   | | | ||
| | | |||
| | | |||
| |String needed by engine to enable the feature  | |||
| |} | |} | ||
| [[Category:Engine documents]] | |||
Latest revision as of 11:51, 11 January 2022
Allows subsetting of strings based on type and rp score
| UE | Field | Type | Key Type | Default | Extra | Description | 
|---|---|---|---|---|---|---|
| id | int(11) | PRI | auto_increment | |||
| limit_type | char(6) | 3 letter abbrev of type of limit, such as "sketch" | ||||
| player_score | int(11) | 0 | Compared to mathscript score for player to decide in or out | |||
| value | varchar(30) | String needed by engine to enable the feature |