C# Class UnlockContainerItemCommand, PlayFabGameServer

Searches Player or Character inventory for any ItemInstance matching the given CatalogItemId, if necessary unlocks it using any appropriate key, and returns the contents of the opened container. If the container (and key when relevant) are consumable (RemainingUses > 0), their RemainingUses will be decremented, consistent with the operation of ConsumeItem.
Inheritance: Command
Afficher le fichier Open project: PlayFab/PlayFabGameServer

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Execute ( ) : void

Method Details

Execute() public méthode

public Execute ( ) : void
Résultat void