diff options
Diffstat (limited to 'docs/areatrigger.md')
| -rw-r--r-- | docs/areatrigger.md | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/docs/areatrigger.md b/docs/areatrigger.md index faede76..7933124 100644 --- a/docs/areatrigger.md +++ b/docs/areatrigger.md @@ -8,18 +8,18 @@ This table contains trigger points for events in certain coordinates in the maps **Structure** -| Field | Type | Attributes | Key | Null | Default | Extra | Comment | -|-------------|---------|------------|-----|------|---------|----------------|------------------------------------------------------| -| entry | INT | UNSIGNED | PRI | NO | | AUTO_INCREMENT | | -| map | INT | UNSIGNED | | NO | 0 | | | -| x | FLOAT | | | NO | 0 | | | -| y | FLOAT | | | NO | 0 | | | -| z | FLOAT | | | NO | 0 | | | -| radius | FLOAT | | | NO | 0 | | Seems to be a box of size yards with center at x,y,z | -| length | FLOAT | | | NO | 0 | | Most commonly used when size is 0, but not always | -| width | FLOAT | | | NO | 0 | | Most commonly used when size is 0, but not always | -| height | FLOAT | | | NO | 0 | | Most commonly used when size is 0, but not always | -| orientation | FLOAT | | | NO | 0 | | Most commonly used when size is 0, but not always | +| Field | Type | Attributes | Key | Null | Default | Extra | Comment | +| ----------- | ----- | ---------- | --- | ---- | ------- | -------------- | ---------------------------------------------------- | +| entry | INT | UNSIGNED | PRI | NO | | AUTO_INCREMENT | | +| map | INT | UNSIGNED | | NO | 0 | | | +| x | FLOAT | | | NO | 0 | | | +| y | FLOAT | | | NO | 0 | | | +| z | FLOAT | | | NO | 0 | | | +| radius | FLOAT | | | NO | 0 | | Seems to be a box of size yards with center at x,y,z | +| length | FLOAT | | | NO | 0 | | Most commonly used when size is 0, but not always | +| width | FLOAT | | | NO | 0 | | Most commonly used when size is 0, but not always | +| height | FLOAT | | | NO | 0 | | Most commonly used when size is 0, but not always | +| orientation | FLOAT | | | NO | 0 | | Most commonly used when size is 0, but not always | **Description of the fields** @@ -46,7 +46,7 @@ these fields contain the values for the physics and behavior of a given trigger. ### Example | entry | map | x | y | z | radius | length | width | height | orientation | -|-------|-----|----------|----------|---------|--------|--------|-------|--------|-------------| +| ----- | --- | -------- | -------- | ------- | ------ | ------ | ----- | ------ | ----------- | | 45 | 0 | 2924.38 | -798.429 | 161.611 | 8 | 0 | 0 | 0 | 0 | | 71 | 0 | -10645.9 | 1179.06 | 48.1781 | 27 | 0 | 0 | 0 | 0 | | 78 | 0 | -11208.5 | 1685.34 | 25.7612 | 7 | 0 | 0 | 0 | 0 | |
