Свойство | Тип | Описание | |
---|---|---|---|
_inv | PlayerInventory | ||
owner |
Метод | Описание | |
---|---|---|
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 | |
Результат | bool |
public Add ( int itemID, int amount ) : bool | ||
itemID | int | |
amount | int | |
Результат | bool |
public Add ( string longNameOrShortNameOrPrefab, int amount ) : bool | ||
longNameOrShortNameOrPrefab | string | |
amount | int | |
Результат | bool |
public Inv ( PlayerInventory inv ) : System | ||
inv | PlayerInventory | |
Результат | System |
public Notice ( |
||
loItem | ||
Результат | void |