Describing the status of owned purchasable items. Refer to ClusterScript.getOwnProducts and ClusterScript.onGetOwnProducts for details.

Hierarchy

  • OwnProduct

Properties

minusAmount: number

The total number of purchasable items that the player has received a refund.

player: PlayerHandle

The player who owns the purchasable item.

plusAmount: number

The total number of purchasable items that the player has purchased.

productId: string

The product ID of the purchasable item.

Generated using TypeDoc