SC_UserController_GetProposedUserNames()
Returns the proposed available user logins.
Synopsis:
#include <scoreloop/sc_user_controller.h>
SC_StringList_h SC_UserController_GetProposedUserNames(SC_UserController_h self)
Arguments:
- self
-
SC_UserController instance handle
Library:
libscoreloopcoreDescription:
This method returns the list of available user names the user can chose from. This method should be called if a call to SC_UserController_GetValidationErrors() indicates SC_USERNAME_ALREADY_TAKEN.
Returns:
SC_StringList_h Lists of proposed user names.