Property | Type | Description | |
---|---|---|---|
ItemDescription | Text, | ||
ItemName | Text, | ||
ItemText | GameObject | ||
background | GameObject | ||
inventory | GameObject | ||
itemListDictionary | List | ||
itemMoveHolder | ItemTemplate | ||
itemSlotCount | int | ||
itemTemplate | GameObject | ||
playerScript | Mob | ||
skillImages | List |
Method | Description | |
---|---|---|
AddArmorGem ( ArmorGem gem ) : void | ||
AddItem ( Item, item ) : bool | ||
AddItem ( Item, item, Item, type ) : bool | ||
AttachItem ( Item, item, Item, type ) : bool | ||
HideText ( ) : void | ||
OnBackgroundClick ( ) : void | ||
RemoveArmorGem ( ArmorGem gem ) : void | ||
ShowText ( string name, string description ) : void | ||
Start ( ) : void | ||
Update ( ) : void | ||
addSkillGem ( int index, Gem gem ) : void | ||
removeSkillGem ( int index, Gem gem ) : void | ||
removeSkillGems ( int index ) : void | ||
setItemListDictionary ( Dictionary |
||
updateInventorySkillImages ( ) : void |
Method | Description | |
---|---|---|
SetItemDescription ( string s ) : void | ||
SetItemName ( string s ) : void |
public AddItem ( Item, item, Item, type ) : bool | ||
item | Item, | |
type | Item, | |
return | bool |
public AttachItem ( Item, item, Item, type ) : bool | ||
item | Item, | |
type | Item, | |
return | bool |
public RemoveArmorGem ( ArmorGem gem ) : void | ||
gem | ArmorGem | |
return | void |
public ShowText ( string name, string description ) : void | ||
name | string | |
description | string | |
return | void |
public addSkillGem ( int index, Gem gem ) : void | ||
index | int | |
gem | Gem | |
return | void |
public removeSkillGem ( int index, Gem gem ) : void | ||
index | int | |
gem | Gem | |
return | void |
public setItemListDictionary ( Dictionary |
||
listDictionary | Dictionary |
|
return | void |