Updated Lua Parser (markdown)

KimLS 2014-10-31 22:14:47 -07:00
parent ce4cbb2824
commit 9ddad4ff99

@ -1039,6 +1039,7 @@ Note:
> ```
> {
> String name;
> String data;
> }
> ```
@ -1048,9 +1049,12 @@ Note:
> ```
> {
> String name;
> String data;
> }
> ```
Note: data may be nil in both the previous encounter event objects based on which functions were used to load or unload the encounter.
<a name="wiki-api"></a>
### API
* [Lua API](Lua-API)