mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-07 21:32:26 +00:00
Created Lua Spawn (markdown)
parent
bcecd20774
commit
29a6eeaa69
12
Lua-Spawn.md
Normal file
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
|
||||
```
|
||||
Loading…
x
Reference in New Issue
Block a user