mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-02 15:20:26 +00:00
Updated Lua Item (markdown)
+12
-1
@@ -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
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user