Created Lua Spawn (markdown)

Alex 2013-06-23 01:42:18 -07:00
parent bcecd20774
commit 29a6eeaa69

12
Lua-Spawn.md Normal file

@ -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
```