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