diff --git a/Lua-Item.md b/Lua-Item.md index c0ce02e..57a3e2c 100644 --- a/Lua-Item.md +++ b/Lua-Item.md @@ -1 +1,12 @@ -PH \ No newline at end of file +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 +``` \ No newline at end of file