From b5bab7951269947a697751fd52c40b9a52a95dd8 Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 7 Jun 2013 17:34:11 -0700 Subject: [PATCH] Updated Lua Item (markdown) --- Lua-Item.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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