summaryrefslogtreecommitdiff
path: root/docs/game_event_gameobject.md
blob: f219d8b82a1b04f3940aee0c1ecad5cb07c951fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# game\_event\_gameobject

[<-Back-to:World](database-world.md)

**The \`game\_event\_gameobject\` table**

Contains all gameobjects instances that participate to any game event.

**Structure**

| Field           | Type       | Attributes | Key | Null | Default | Extra  | Comment                                                             |
|-----------------|------------|------------|-----|------|---------|--------|---------------------------------------------------------------------|
| [eventEntry][1] | TINYINT | SIGNED     |     | NO   |         |        | Entry of the game event. Put negative entry to remove during event. |
| [guid][2]       | INT    | UNSIGNED   | PRI | NO   |         | Unique |                                                                     |

[1]: #evententry
[2]: #guid

**Description of the fields**

### eventEntry

Entry of the event (game\_event.eventEntry)

**Use**+\*eventEntry to have the gameobject added during the event
**Use**-\*eventEntry to have it removed during the event

### guid

Guid of the gameobject participating in the event (gameobject.guid)