diff options
| author | MathematicalWTF <79039973+MathematicalWTF@users.noreply.github.com> | 2021-04-22 13:32:06 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-22 20:32:06 +0200 |
| commit | dbe285c429db830b50b7017199f926a4b06cb734 (patch) | |
| tree | 5135f181e29c771cd6f10a94d97c22898b2daff1 | |
| parent | 7bf41d0a7249423cfb4d7c96e8459ac14611b644 (diff) | |
| download | wiki-dbe285c429db830b50b7017199f926a4b06cb734.tar.gz wiki-dbe285c429db830b50b7017199f926a4b06cb734.tar.bz2 wiki-dbe285c429db830b50b7017199f926a4b06cb734.zip | |
Update transports.md (#438)
Details the missing rows.
| -rw-r--r-- | docs/transports.md | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/docs/transports.md b/docs/transports.md index 9f174fb..a76223d 100644 --- a/docs/transports.md +++ b/docs/transports.md @@ -6,3 +6,29 @@ Guid | int(10) unsigned | Entry | mediumint(8) unsigned | Name | text | ScriptName | char(64) | + +[1]: #Guid +[2]: #Entry +[3]: #Name +[4]: #ScriptName + +**Description of the fields** + +### Guid + +Unique identifier for this transport. Each time a new one is added, it has to add +1 value of the previous number. + +### Entry + +[GameObject](gameobject_template) Entry to be used for this transport. It must be a GameObject whose Type is 15. + +### Name + +Name or comment used to detail the Transport entry. + +##### Example: +Undercity, Tirisfal Glades and Grom'gol Base Camp, Stranglethorn Vale ("The Purple Princess") + +### ScriptName + +Undefined. |
