SC_Score_SetContext()
Sets the score context.
Synopsis:
#include <scoreloop/sc_score.h>
SC_Error_t SC_Score_SetContext(SC_Score_h self, SC_Context_h context)
Arguments:
- self
-
An opaque handle for the current score instance.
- context
-
New user's context
Library:
libscoreloopcoreDescription:
Sets the score context. The amount of information that is stored as part of the context should be kept to a minimum.
Returns:
SC_Error_t A return code (a value of SC_OK indicates success, any other value indicates an error).