diff options
| author | Walter Pagani <paganiwalter@gmail.com> | 2021-01-07 10:30:03 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-07 14:30:03 +0100 |
| commit | c681fd4d66521fe6bee35bb2fbd9b5855fca3beb (patch) | |
| tree | 30a06ea170f7c83b123e593b9edc8dae78ad662f /docs/game_event_creature.md | |
| parent | 2f075a2929fad2222170fd53e21773807ee55751 (diff) | |
| download | wiki-c681fd4d66521fe6bee35bb2fbd9b5855fca3beb.tar.gz wiki-c681fd4d66521fe6bee35bb2fbd9b5855fca3beb.tar.bz2 wiki-c681fd4d66521fe6bee35bb2fbd9b5855fca3beb.zip | |
docs: Converting from HTML to Markdown part #4 (#333)
Diffstat (limited to 'docs/game_event_creature.md')
| -rw-r--r-- | docs/game_event_creature.md | 51 |
1 files changed, 7 insertions, 44 deletions
diff --git a/docs/game_event_creature.md b/docs/game_event_creature.md index 170fab8..070d029 100644 --- a/docs/game_event_creature.md +++ b/docs/game_event_creature.md @@ -8,50 +8,13 @@ Contains all creature instances that have to be spawned/unspawned during defined **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="#guid">guid</a></p></td> -<td><p>int(10)</p></td> -<td><p>unsigned</p></td> -<td><p>PRI</p></td> -<td><p>NO</p></td> -<td><p> </p></td> -<td><p>Unique</p></td> -<td><p> </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. | +| [guid][2] | int(10) | unsigned | PRI | NO | | Unique | | + +[1]: #evententry +[2]: #guid **Description of the fields** |
