-
Notifications
You must be signed in to change notification settings - Fork 4
GodotcordStoreManager
Drachenfrucht1 edited this page Aug 18, 2021
·
2 revisions
A wrapper of the Discord Game SDK Store Manager.
A wrapper of the Discord Game SDK Store Manager.
| void | fetch_skus() |
| Array | get_skus() |
| void | fetch_entitlements() |
| Array | fetch_entitlements() |
| bool | fetch_entitlements(sku_id : int) |
| void | start_purchase(sku_id : int) |
Refetches the entitlements of the local user
Returns the entitlements of the local user.
Returns whether the local user has an entitlement for the sku sku_id.
Opens the discord client and starts a purchase dialog for the sku sku_id.