C# Класс PlayFab.ServerModels.CatalogItem

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Bundle CatalogItemBundleInfo
CanBecomeCharacter bool
CatalogVersion string
Consumable CatalogItemConsumableInfo
Container CatalogItemContainerInfo
CustomData string
Description string
DisplayName string
InitialLimitedEditionCount int
IsLimitedEdition bool
IsStackable bool
IsTradable bool
ItemClass string
ItemId string
ItemImageUrl string
RealCurrencyPrices uint>.Dictionary
Tags List
VirtualCurrencyPrices uint>.Dictionary

Описание свойств

Bundle публичное свойство

defines the bundle properties for the item - bundles are items which contain other items, including random drop tables and virtual currencies
public CatalogItemBundleInfo,PlayFab.ServerModels Bundle
Результат CatalogItemBundleInfo

CanBecomeCharacter публичное свойство

if true, then an item instance of this type can be used to grant a character to a user.
public bool CanBecomeCharacter
Результат bool

CatalogVersion публичное свойство

catalog version for this item
public string CatalogVersion
Результат string

Consumable публичное свойство

defines the consumable properties (number of uses, timeout) for the item
public CatalogItemConsumableInfo,PlayFab.ServerModels Consumable
Результат CatalogItemConsumableInfo

Container публичное свойство

defines the container properties for the item - what items it contains, including random drop tables and virtual currencies, and what item (if any) is required to open it via the UnlockContainerItem API
public CatalogItemContainerInfo,PlayFab.ServerModels Container
Результат CatalogItemContainerInfo

CustomData публичное свойство

game specific custom data
public string CustomData
Результат string

Description публичное свойство

text description of item, to show in-game
public string Description
Результат string

DisplayName публичное свойство

text name for the item, to show in-game
public string DisplayName
Результат string

InitialLimitedEditionCount публичное свойство

If the item has IsLImitedEdition set to true, and this is the first time this ItemId has been defined as a limited edition item, this value determines the total number of instances to allocate for the title. Once this limit has been reached, no more instances of this ItemId can be created, and attempts to purchase or grant it will return a Result of false for that ItemId. If the item has already been defined to have a limited edition count, or if this value is less than zero, it will be ignored.
public int InitialLimitedEditionCount
Результат int

IsLimitedEdition публичное свойство

BETA: If true, then only a fixed number can ever be granted.
public bool IsLimitedEdition
Результат bool

IsStackable публичное свойство

if true, then only one item instance of this type will exist and its remaininguses will be incremented instead. RemainingUses will cap out at Int32.Max (2,147,483,647). All subsequent increases will be discarded
public bool IsStackable
Результат bool

IsTradable публичное свойство

if true, then an item instance of this type can be traded between players using the trading APIs
public bool IsTradable
Результат bool

ItemClass публичное свойство

class to which the item belongs
public string ItemClass
Результат string

ItemId публичное свойство

unique identifier for this item
public string ItemId
Результат string

ItemImageUrl публичное свойство

URL to the item image. For Facebook purchase to display the image on the item purchase page, this must be set to an HTTP URL.
public string ItemImageUrl
Результат string

RealCurrencyPrices публичное свойство

override prices for this item for specific currencies
public Dictionary RealCurrencyPrices
Результат uint>.Dictionary

Tags публичное свойство

list of item tags
public List Tags
Результат List

VirtualCurrencyPrices публичное свойство

price of this item in virtual currencies and "RM" (the base Real Money purchase price, in USD pennies)
public Dictionary VirtualCurrencyPrices
Результат uint>.Dictionary