mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-24 21:58:22 +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