Functions in sc_context.h
Related links
- SC_Context
Class used to represent arbitrary user/score/challenge data (context).
- SC_Context_New()
Creates a new SC_Context object.
- SC_Context_Retain()
Increments the object's reference count.
- SC_Context_Release()
Decrements the object's reference count, and deletes the object if the counter reaches 0.
- SC_Context_Put()
Assigns a value for a given key.
- SC_Context_Get()
Returns a value for a given key.