Property | Type | Description | |
---|---|---|---|
_inv | PlayerInventory | ||
owner |
Method | Description | |
---|---|---|
Add ( |
||
Add ( |
||
Add ( int itemID ) : bool | ||
Add ( int itemID, int amount ) : bool | ||
Add ( string longNameOrShortNameOrPrefab, int amount ) : bool | ||
AllItems ( ) : List |
||
BeltItems ( ) : List |
||
Inv ( PlayerInventory inv ) : System | ||
MainItems ( ) : List |
||
Notice ( |
||
Notice ( |
||
Notice ( string msg ) : void | ||
WearItems ( ) : List |
public Add ( |
||
item | ||
con | ItemContainer | |
return | bool |
public Add ( string longNameOrShortNameOrPrefab, int amount ) : bool | ||
longNameOrShortNameOrPrefab | string | |
amount | int | |
return | bool |