Plugin Integrations
Fetch a list of all enabled integrations for a specific game and integration type. These functions help dynamically display supported plugins and their configurations within your templates.
integrationsGetEnabledPlugins
Parameter | Type | Description |
---|---|---|
game | string | The name of the game. |
integration | string | The name of integration. |
Usage:
print_r(integrationsGetEnabledPlugins('cs2','punishments'));
Dynamic Data Loading
Enhance performance by dynamically fetching and rendering data in real time. Check out our TurboJS integration for seamless and efficient updates: TurboJS Integration.