mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-11 00:32:25 +00:00
Updated Lua Item (markdown)
parent
2a91bbb2ba
commit
b5bab79512
13
Lua-Item.md
13
Lua-Item.md
@ -1 +1,12 @@
|
|||||||
PH
|
Lua_Item is a class exported to Lua that represent the Item_Struct object from EQEmu.
|
||||||
|
|
||||||
|
### Properties
|
||||||
|
```
|
||||||
|
item.null -- Returns true if this object is null
|
||||||
|
item.valid -- Returns true if this object is not null
|
||||||
|
```
|
||||||
|
|
||||||
|
### Member Functions
|
||||||
|
```
|
||||||
|
Item() -- Creates a null Item
|
||||||
|
```
|
||||||
Loading…
x
Reference in New Issue
Block a user