Updated Lua Item (markdown)

Alex 2013-06-07 17:34:11 -07:00
parent 2a91bbb2ba
commit b5bab79512

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