프로퍼티 | 타입 | 설명 | |
---|---|---|---|
indexItemInList | int | ||
itemDesc | string | ||
itemID | int | ||
itemIcon | Sprite | ||
itemIndex | int | ||
itemModel | GameObject | ||
itemName | string | ||
itemType | ItemType | ||
itemUUID | UInt64 | ||
itemValue | int | ||
itemWeight | float | ||
maxStack | int | ||
rarity | int |
메소드 | 설명 | |
---|---|---|
Item ( ) : System | ||
Item ( string name, int id, string desc, Sprite icon, GameObject model, int maxStack, ItemType type, string sendmessagetext, List |
||
getCopy ( ) : Item | ||
isConsumeItem ( ) : bool | ||
isEquipItem ( ) : bool |
public Item ( string name, int id, string desc, Sprite icon, GameObject model, int maxStack, ItemType type, string sendmessagetext, List |
||
name | string | |
id | int | |
desc | string | |
icon | Sprite | |
model | GameObject | |
maxStack | int | |
type | ItemType | |
sendmessagetext | string | |
itemAttributes | List |
|
리턴 | System |