SC_User_GetState()
Examines the state of the user.
Synopsis:
#include <scoreloop/sc_user.h>
SC_UserState_t SC_User_GetState(SC_User_h self)
Arguments:
- self
-
An opaque handle for the current SC_User instance.
Library:
libscoreloopcoreDescription:
This method returns the current state of the user. The following states are possible:
- SC_USER_STATE_ANONYMOUS
- SC_USER_STATE_ACTIVE
- SC_USER_STATE_DELETED
- SC_USER_STATE_PASSIVE
- SC_USER_STATE_PENDING
- SC_USER_STATE_SUSPENDED
Returns:
SC_UserState_t The state of the user.