diff options
Diffstat (limited to 'docs/game_event_prerequisite.md')
| -rw-r--r-- | docs/game_event_prerequisite.md | 51 |
1 files changed, 7 insertions, 44 deletions
diff --git a/docs/game_event_prerequisite.md b/docs/game_event_prerequisite.md index 492e9e4..18dfb7a 100644 --- a/docs/game_event_prerequisite.md +++ b/docs/game_event_prerequisite.md @@ -8,50 +8,13 @@ This table contains events that must have been completed to start the given even **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>unsigned</p></td> -<td><p>PRI</p></td> -<td><p>NO</p></td> -<td><p> </p></td> -<td><p> </p></td> -<td><p> </p></td> -</tr> -<tr class="odd"> -<td><p><a href="#prerequisite_event">prerequisite_event</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> </p></td> -<td><p> </p></td> -<td><p> </p></td> -</tr> -</tbody> -</table> +| Field | Type | Attributes | Key | Null | Default | Extra | Comment | +|-------------------------|--------------|------------|-----|------|---------|-------|---------| +| [eventEntry][1] | tinyint(3) | unsigned | PRI | NO | | | | +| [prerequisite_event][2] | mediumint(8) | unsigned | PRI | NO | | | | + +[1]: #evententry +[2]: #prerequisite_event **Description of the fields** |
