π Analytics
The GameAnalytics module facilitates the integration of game analytics into your game. It provides a simple mechanism to enable game analytics and stores the associated module for further use.
Functionsβ
GameAnalytics.Enable(Module: ModuleScript)β
- Enables game analytics by setting the
hasGameAnalyticsflag totrue. - Parameters:
Module: The ModuleScript containing the game analytics functionality.
Attributesβ
hasGameAnalytics: booleanβ
- A flag indicating whether game analytics is enabled.
Module: ModuleScript | nilβ
- The ModuleScript associated with game analytics. It is
nilif game analytics is not enabled.