diff options
Diffstat (limited to 'docs/game_event_pool.md')
| -rw-r--r-- | docs/game_event_pool.md | 51 |
1 files changed, 7 insertions, 44 deletions
diff --git a/docs/game_event_pool.md b/docs/game_event_pool.md index 0c8c8e3..2411bc7 100644 --- a/docs/game_event_pool.md +++ b/docs/game_event_pool.md @@ -8,50 +8,13 @@ This table determines if a given pool is active for a given game event. **Structure** -<table> -<colgroup> -<col width="12%" /> -<col width="12%" /> -<col width="12%" /> -<col width="12%" /> -<col width="12%" /> -<col width="12%" /> -<col width="12%" /> -<col width="12%" /> -</colgroup> -<tbody> -<tr class="odd"> -<td><p><strong>Field</strong></p></td> -<td><p><strong>Type</strong></p></td> -<td><p><strong>Attributes</strong></p></td> -<td><p><strong>Key</strong></p></td> -<td><p><strong>Null</strong></p></td> -<td><p><strong>Default</strong></p></td> -<td><p><strong>Extra</strong></p></td> -<td><p><strong>Comment</strong></p></td> -</tr> -<tr class="even"> -<td><p><a href="#evententry">eventEntry</a></p></td> -<td><p>tinyint(3)</p></td> -<td><p>signed</p></td> -<td><p> </p></td> -<td><p>NO</p></td> -<td><p> </p></td> -<td><p> </p></td> -<td><p>Entry of the game event. Put negative entry to remove during event.</p></td> -</tr> -<tr class="odd"> -<td><p><a href="#pool_entry">pool_entry</a></p></td> -<td><p>mediumint(8)</p></td> -<td><p>unsigned</p></td> -<td><p>PRI</p></td> -<td><p>NO</p></td> -<td><p>0</p></td> -<td><p>Unique</p></td> -<td><p>Id of the pool</p></td> -</tr> -</tbody> -</table> +| Field | Type | Attributes | Key | Null | Default | Extra | Comment | +|-----------------|--------------|------------|-----|------|---------|--------|---------------------------------------------------------------------| +| [eventEntry][1] | tinyint(3) | signed | | NO | | | Entry of the game event. Put negative entry to remove during event. | +| [pool_entry][2] | mediumint(8) | unsigned | PRI | NO | 0 | Unique | Id of the pool | + +[1]: #evententry +[2]: #pool_entry **Description of the fields** |
