From 9ddad4ff99b0001b3edc83aff87d133a02e2681d Mon Sep 17 00:00:00 2001 From: KimLS Date: Fri, 31 Oct 2014 22:14:47 -0700 Subject: [PATCH] Updated Lua Parser (markdown) --- Lua-Parser.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Lua-Parser.md b/Lua-Parser.md index ab0de7c..664497f 100644 --- a/Lua-Parser.md +++ b/Lua-Parser.md @@ -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. + ### API * [Lua API](Lua-API)