Functions in sc_challenge_controller.h
Related links
- SC_ChallengeController
The SC_ChallengeController manages single instance of the SC_Challenge class.
- SC_ChallengeController_Retain()
Increments the object's reference count.
- SC_ChallengeController_Release()
Decrements the object's reference count, and deletes the object if the counter reaches 0.
- SC_ChallengeController_GetChallenge()
Returns the challenge object that the controller is dealing with.
- SC_ChallengeController_SetChallenge()
Sets the challenge object that the controller will deal with.
- SC_ChallengeController_SubmitChallengeScore()
Submits the challenge score to the server.
- SC_ChallengeController_SubmitChallenge()
Submits the challenge to the server.
- SC_ChallengeController_AcceptChallenge()
Accepts the challenge on behalf of the session user.
- SC_ChallengeController_RejectChallenge()
Rejects the challenge on behalf of the session user.
- SC_ChallengeController_Cancel()
Cancels the request.