SC_Score_GetMinorResult()
Gets the minor result of the score.
Synopsis:
#include <scoreloop/sc_score.h>
double SC_Score_GetMinorResult(SC_Score_h self)
Arguments:
- self
-
An opaque handle for the current score instance.
Library:
libscoreloopcoreDescription:
This method returns the minor result for the current score instance. The minor result is a secondary result that can be optionally used for score comparison purposes.
Returns:
A double representing the minor result of the current score instance.