Additional Getters for Plugin Properties

The metapro plugin includes several getter expressions that provide access to various configuration properties associated with the current session, project, and services. These getters allow you to retrieve essential information such as IDs, API keys, and service URLs for further use within your Construct 3 project.

  • Get Project ID: Retrieves the unique project ID associated with the current session.

  • Get Leaderboard ID: Fetches the leaderboard ID for the current project.

  • Get Leaderboard API Key: Provides the API key required to access the leaderboard services.

  • Get Users Service API URL: Returns the URL used to access the user service API.

  • Get Leaderboard API URL: Retrieves the URL for accessing leaderboard-related services.

  • Get Referral API URL: Fetches the URL for the referral services API.

  • Get Platform ID: Provides the platform ID for the project.

These expressions enable seamless integration with the metapro backend, allowing the project to dynamically access configuration data without hardcoding these values.

Last updated