SC_Score_GetContext()
Accessor that returns the context associated with score.
Synopsis:
#include <scoreloop/sc_score.h>
SC_Context_h SC_Score_GetContext(SC_Score_h self)
Arguments:
- self
-
An opaque handle for the current score instance.
Library:
libscoreloopcoreDescription:
If there's no context associated with the score, this method returns NULL.
Returns:
SC_Context Context of the score.