SC_Game

Instances of SC_Game model the game application.

Games must be registered at https://developer.scoreloop.com, where they are assigned a unique game-id and game secret, and where you can configure additional game properties.

SC_Game provides access to the game identifier and game secret that were assigned by Scoreloop when you registered the game.

Basic Usage:

  1. Get an instance of SC_Client .

  2. Use the Client object to call SC_Client_GetGame() , which returns the game instance associated with the client.

  3. Alternatively,

  4. Use this game instance to access individual game properties: