Property | Type | Description | |
---|---|---|---|
active | byte | ||
dbID | uint | ||
equipSlot | int | ||
index | byte |
Method | Description | |
---|---|---|
Item ( ) : System | ||
Item ( int itemID ) : System | ||
Item ( int itemID, string creatorName, ushort durability, byte amount ) : System | ||
LoadItems ( string filename ) : void | ||
ToString ( ) : string |
public Item ( int itemID, string creatorName, ushort durability, byte amount ) : System | ||
itemID | int | |
creatorName | string | |
durability | ushort | |
amount | byte | |
return | System |
public static LoadItems ( string filename ) : void | ||
filename | string | |
return | void |