SC_User_GetOutdatedContext()
Returns the context sent to the server.
Synopsis:
#include <scoreloop/sc_user.h>
SC_Context_h SC_User_GetOutdatedContext(SC_User_h self)
Arguments:
- self
-
An opaque handle for the current SC_User instance.
Library:
libscoreloopcoreDescription:
This property is valid when SC_UserController_UpdateUserContext's callback is called with SC_CONTEXT_VERSION_MISMATCH. In this case, SC_User_GetOutdatedContext contains the old context that was sent to the server and which caused an error, SC_User_GetContext returns a new context that was returned by the server.
Returns:
SC_Context_h Old context