mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-25 02:08:23 +00:00
Created Lua Spawn (markdown)
+12
@@ -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
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user