Character limitationsTable: Difference between revisions

From PSwiki
Jump to navigation Jump to search
Ethryn (talk | contribs)
m add to category (Engine documents)
Grimston (talk | contribs)
No edit summary
 
Line 1: Line 1:
{| border="1"
Allows subsetting of strings based on type and rp score
 
{| class="wikitable"
|+
!UE
!Field
!Type
!Key Type
!Default
!Extra
!Description
|-
|-
! field
|
! type
|id
! foreign key
|int(11)
! description
|PRI
|-
|
| id
|auto_increment
| integer
|  
|  
|  
|-
|-
| limit_type
|
| char
|limit_type
|  
|char(6)
|  
|
|
|
|3 letter abbrev of type of limit, such as "sketch"
|-
|-
| player_score
|
| integer
|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]]
[[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