📚
CloudLogin.dev Playmaker Integration Documentation
  • Welcome to the CloudLogin.dev Playmaker Integration Documentation
  • QuickStart
    • Create a CloudLogin.Dev Account (It's Free!)
    • Download and install the CloudLogin.Dev GitHub files
    • Install Playmaker into your Unity Project
    • Download and Install CloudLogin.dev Playmaker Integration
  • The Actions
  • Cloud Login Dev Add Credits
  • Cloud Login Dev Add Score
  • Cloud Login Dev Connection
  • Cloud Login Dev Get Credits
  • Cloud Login Dev Get Player Attribute
  • Cloud Login Dev Get Player Purchased Items
  • Cloud Login Dev Get Score
  • Cloud Login Dev Get Store As Array
  • Cloud Login Dev Get User Info
  • Cloud Login Dev Purchase Store Item
  • Cloud Login Dev Remove Player Attribute
  • Cloud Login Dev Remove Store Item From Player
  • CLoud Login Dev Set Credits
  • Cloud Login Dev Set Player Attribute
  • Cloud Login Dev Set Score
  • Cloud Login Dev Signin
  • Cloud Login Dev Signup
Powered by GitBook
On this page

Was this helpful?

Cloud Login Dev Purchase Store Item

Use this action to have the player purchase a store item.

You need the Store Item ID, not the name.

It's also worth noting, a player can only purchase and hold one version of a store item. They can't hold multiple quantities.

You can get around this limitation, by having a separate 'quantity' integer variable that you either store as an attribute on CloudLogin.dev, or as a variable elsewhere.

PreviousCloud Login Dev Get User InfoNextCloud Login Dev Remove Player Attribute

Last updated 3 years ago

Was this helpful?