C# 클래스 PlayFab.ServerModels.CatalogItemContainerInfo

파일 보기 프로젝트 열기: PlayFab/PlayFabGameServer

공개 프로퍼티들

프로퍼티 타입 설명
ItemContents List
KeyItemId string
ResultTableContents List
VirtualCurrencyContents uint>.Dictionary

프로퍼티 상세

ItemContents 공개적으로 프로퍼티

unique ItemId values for all items which will be added to the player inventory, once the container has been unlocked
public List ItemContents
리턴 List

KeyItemId 공개적으로 프로퍼티

ItemId for the catalog item used to unlock the container, if any (if not specified, a call to UnlockContainerItem will open the container, adding the contents to the player inventory and currency balances)
public string KeyItemId
리턴 string

ResultTableContents 공개적으로 프로퍼티

unique TableId values for all RandomResultTable objects which are part of the container (once unlocked, random tables will be resolved and add the relevant items to the player inventory)
public List ResultTableContents
리턴 List

VirtualCurrencyContents 공개적으로 프로퍼티

virtual currency types and balances which will be added to the player inventory when the container is unlocked
public Dictionary VirtualCurrencyContents
리턴 uint>.Dictionary