SetItemVisibility

Method

Set the visibility state of an item in the shop GUI. This can be useful to only show items in the shop GUI that the user can currently purchase.

Definition

void SetItemVisibility(string itemID, bool visible)
void SetItemVisibility(string itemID, bool visible)

Parameters

ParameterDescription
string itemID
bool visible