Model
Related links
- Scoreloop library
The Scoreloop SDK Contains several modules, eached grouped together by models, entries and controllers.
- SC_Achievement
The Achievement class models whether or not an SC_Award has been achieved by a user.
- SC_AchievementList
The collection of the SC_Achievement that are available in the game.
- SC_Award
The SC_Award class models an award that is available in a game application.
- SC_AwardsBundle
The collection of award objects that are available in the game.
- SC_Activity
The Activity class is used to model a Scoreloop-related activity for a user.
- SC_ActivityList
The collection of the SC_Activity that are available in the game.
- SC_Challenge
The SC_Challenge class models all aspects of a Scoreloop challenge.
- SC_ChallengeList
The collection of the SC_Challenge available in the game.
- SC_Context
Class used to represent arbitrary user/score/challenge data (context).
- SC_Errors
This file contains the definition of ScoreloopCore error codes.
- SC_Game
Instances of SC_Game model the game application.
- SC_GameHandle
An abstract handle for the game.
- SC_GameItem
The SC_GameItem class models all aspects of a Scoreloop game item.
- SC_GameItemList
Class that models the collection of the SC_GameItem available in the game.
- SC_GameList
Class that models the collection of the SC_Game available in the game.
- SC_GamesSearchList
SC_GamesSearchList in an abstraction for filtering a games that are stored on the Scoreloop servers.
- SC_Money
Instances of SC_Money are used to represent an amount of game-specific currency.
- SC_MoneyList
The collection of the SC_Money objects available in the game.
- SC_Message
The SC_Message instance includes the message text, subject, and receivers who will receive the message.
- SC_Object
ScoreloopCore - object debug facilities.
- SC_PriceTier
The SC_PriceTier class models the virtual price for game item.
- SC_Score
Instances of SC_Score model the score achieved by a particular user in a particular game session.
- SC_ScoreFormatter
The SC_ScoreFormatter class allows you to configure how the score object should be displayed.
- SC_ScoreList
Instances of SC_ScoreList store the list of scores that are retrieved from the server after making a successful request by using an instance of SC_ScoresController.
- SC_ScoresSearchList
A search list in an abstraction for filtering and sorting a set of entities that are stored on the Scoreloop servers.
- SC_Session
An instance of SC_Session models the current Scoreloop session between the game application and the Scoreloop servers.
- SC_String
SC_String is a convenience API that returns a string-like instance using the UTF-8 character data supplied.
- SC_StringDictionary
String-key, string-value dictionary.
- SC_StringList
This file is used to store a list of strings.
- SC_Types
Scoreloop Core - basic types.
- SC_User
Instances of SC_User model the game user.
- SC_UserHandle
An abstract handle for the user.
- SC_UserList
Class that models the collection of SC_User in the game.
- SC_Version
This file is used to store version information.