Action locationsTable: Difference between revisions

From PSwiki
Jump to navigation Jump to search
m Reverted edits by Luca (Talk) to last revision by Ethryn
No edit summary
Line 1: Line 1:
{| border="1"
{| class="wikitable"
! field
|+
! type
!Field
! foreign key
!Type
! description
!Description
!
|-
|-
| id
|id
| integer
|int(10) unsigned
|
!
|-
|master_id
|int(10) unsigned
|
|
|
|
|-
|-
| master_id
|name
| integer
|varchar(45)
|
|
|
|
|-
|-
| name
|sectorname
| varchar
|varchar(30)
|
|
|
|
|-
|-
| sectorname
|meshname
| varchar
|varchar(250)
|
|
|
|
|-
|-
| meshname
|polygon
| varchar
|int(10) unsigned
|
|
|
|
|-
|-
| polygon
|pos_x
| integer
|float
|
|
|
|
|-
|-
| pos_x
|pos_y
| real
|float
|
|
|
|
|-
|-
| pos_y
|pos_z
| real
|float
|
|
|
|
|-
|-
| pos_z
|pos_instance
| real
|int(10) unsigned
|
|Indicates the instance where this action location will be accessible from. 0xFFFFFFFF (default) is instance all
|
|
|-
|-
| radius
|radius
| real
|float
|
|
|
|
|-
|-
| triggertype
|triggertype
| varchar
|varchar(10)
|
|
|
|
|-
|-
| responsetype
|responsetype
| varchar
|varchar(10)
|
|
|
|
|-
|-
| response
|response
| longvarchar
|text
|
|
|
|
|-
|-
| active_ind
|active_ind
| char
|char(1)
|
|
|
|
|}
|}
[[Category:Engine documents]]

Revision as of 22:50, 30 November 2021

Field Type Description
id int(10) unsigned
master_id int(10) unsigned
name varchar(45)
sectorname varchar(30)
meshname varchar(250)
polygon int(10) unsigned
pos_x float
pos_y float
pos_z float
pos_instance int(10) unsigned Indicates the instance where this action location will be accessible from. 0xFFFFFFFF (default) is instance all
radius float
triggertype varchar(10)
responsetype varchar(10)
response text
active_ind char(1)