From 29a6eeaa69d2e2a3eb5c6bc3ba3c3b5b4cdd58e9 Mon Sep 17 00:00:00 2001 From: Alex Date: Sun, 23 Jun 2013 01:42:18 -0700 Subject: [PATCH] Created Lua Spawn (markdown) --- Lua-Spawn.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Lua-Spawn.md diff --git a/Lua-Spawn.md b/Lua-Spawn.md new file mode 100644 index 0000000..68c79c9 --- /dev/null +++ b/Lua-Spawn.md @@ -0,0 +1,12 @@ +Lua_Spawn is a class exported to Lua that represents the spawn2 object from EQEmu. + +### Properties +``` +spawn.null -- Returns true if this object is null +spawn.valid -- Returns true if this object is not null +``` + +### Member Functions +``` +Spawn() -- Creates a null spawn +``` \ No newline at end of file