Sc npctypesTable: Difference between revisions
Jump to navigation
Jump to search
Created page with "Stores the list of NPC types {| class="wikitable" |+ !UE !Field !Type !Key Type !Default !Extra !Description |- | |id |int(10) unsigned |PRI | |auto_increment |An unique id for this row |- | |name |varchar(200) | | | |The name of this NPC type |- | |parents |varchar(200) | | | |The parents of this NPC type for inheritance |- | |ang_vel |float | |999 | |Angular speed of the NPC type |- | |vel |varchar(200) | |999 | |Speed of the NPC type |- | |collision |varchar(200..." |
(No difference)
|
Latest revision as of 15:00, 11 January 2022
Stores the list of NPC types
UE | Field | Type | Key Type | Default | Extra | Description |
---|---|---|---|---|---|---|
id | int(10) unsigned | PRI | auto_increment | An unique id for this row | ||
name | varchar(200) | The name of this NPC type | ||||
parents | varchar(200) | The parents of this NPC type for inheritance | ||||
ang_vel | float | 999 | Angular speed of the NPC type | |||
vel | varchar(200) | 999 | Speed of the NPC type | |||
collision | varchar(200) | Perception when colliding | ||||
out_of_bounds | varchar(200) | Perception when out of bounds | ||||
in_bounds | varchar(200) | Perception when in bounds | ||||
falling | varchar(200) | Perception when falling | ||||
template | int(1) unsigned | 0 | true if this is a base behaviour for other behaviours. Used by WC. | |||
script | text | The script of this NPC type |