Sc npctypesTable

From PSwiki
Revision as of 15:00, 11 January 2022 by Grimston (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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