SC_Score_SetMinorResult()
Sets the minor result of the score.
Synopsis:
#include <scoreloop/sc_score.h>
SC_Error_t SC_Score_SetMinorResult(SC_Score_h self, double minorResult)
Arguments:
- self
-
An opaque handle for the current score instance.
- minorResult
-
The minor result that is being set.
Library:
libscoreloopcoreDescription:
This method sets the minor result property for the score. The minor result is a secondary result that can be optionally used for score comparison purposes.
Returns:
SC_Error_t A return code (a value of SC_OK indicates success, any other value indicates an error).