You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
serdarakay edited this page Jun 18, 2025
·
1 revision
🧩 Using GameDistribution Store API in Construct 3
You can integrate the GameDistribution Store API directly in your Construct 3 projects using the JavaScript scripting system. This allows you to access virtual items, currencies, cart actions, and inventory management seamlessly.
✅ 1. Enable JavaScript Scripting
To begin, make sure your project has JavaScript scripting enabled.
Open your Construct 3 project.
Go to the Scripts section in the Project panel.
Create a new script file (e.g., store.js).
📷
✍️ 2. Using Store API in Your Script
After adding the script, you can use the GameDistribution Store API just like in a standard HTML5 project.