SC_UserController_GetUser()
Returns the user currently set for the controller.
Synopsis:
#include <scoreloop/sc_user_controller.h>
SC_User_h SC_UserController_GetUser(SC_UserController_h self)
Arguments:
- self
-
SC_UserController instance handle
Library:
libscoreloopcoreDescription:
If the user is not explicitly set, the controller will deal with the current session user instead.
Returns:
SC_User_h The user currently set for the controller.