PersistentItemContainer - SocialPlay/CloudGoodsUnitySDK GitHub Wiki

Public Variables

public Action <List<ItemData>, ItemContainer> LoadedItemsForContainerEvent - This event is fired off when the users items have been successfully loaded from the server for this specific container.

public ItemContainer Container - This is the variable reference to the ItemContainer that will display and manage the loaded and saved items

public ItemOwnerType OwnerType - The enum value of the type of owner of this container.

public int Location - The ID of the location of the items in the server. This will tie the front end container with this locationID on the server


Public Functions

public void LoadItems - This function is called to load the items of the container from a given location