Functions in sc_score.h
Related links
- 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.
- Definitions in sc_score.h
- Typedefs in sc_score.h
- Typedefs in sc_score.h
- Enumerations in sc_score_formatter.h
- SC_Score_Retain()
Increments the object's reference count.
- SC_Score_Release()
Decrements the object's reference count, and deletes the object if the counter reaches 0.
- SC_Score_SetResult()
Set the result of the score.
- SC_Score_GetResult()
Gets the result of the score.
- SC_Score_SetMinorResult()
Sets the minor result of the score.
- SC_Score_GetMinorResult()
Gets the minor result of the score.
- SC_Score_SetLevel()
Sets the level of the score.
- SC_Score_GetLevel()
Gets the level of the score.
- SC_Score_SetMode()
Sets the mode of the score.
- SC_Score_GetMode()
Gets the mode of the score.
- SC_Score_GetRank()
Gets the rank of the score.
- SC_Score_GetUser()
Gest the user who submitted the score.
- SC_Score_GetContext()
Accessor that returns the context associated with score.
- SC_Score_SetContext()
Sets the score context.
- SC_ScoreFormatter_FormatScore()
Formats the given SC_Score object into a string using a given format.