spawngroup¶
Info
This page was last generated 2023.07.15
Relationship Diagram(s)¶
Relationships¶
Relationship Type | Local Key | Relates to Table | Foreign Key |
---|---|---|---|
One-to-One | id | spawn2 | spawngroupID |
Schema¶
Column | Data Type | Description |
---|---|---|
id | int | Unique Spawn Group Identifier |
name | varchar | Name |
spawn_limit | tinyint | Spawn Limit |
dist | float | Distance |
max_x | float | Max X Coordinate |
min_x | float | Min X Coordinate |
max_y | float | Max Y Coordinate |
min_y | float | Min Y Coordinate |
delay | int | Roaming Delay |
mindelay | int | Minimum Delay |
despawn | tinyint | Despawn Type |
despawn_timer | int | Despawn Timer in Seconds |
wp_spawns | tinyint | Waypoint Spawns: 0 = False, 1 = True |