Game event gameobject SF: Difference between revisions

From Project Skyfire
Jump to navigation Jump to search
(Created page with "{| align="right" | __TOC__ |} Category: SkyFire World database tables {{Back-to:World}} <big>'''The `game_event_gameobject` table'''</big> Contains all gameobjects inst...")
 
(No difference)

Latest revision as of 16:14, 7 July 2012

Back to world database list of tables.


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 tinyint(3) signed NO Entry of the game event. Put negative entry to remove during event.
guid int(10) unsigned PRI NO Unique


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)