SC_Score_GetResult()
Gets the result of the score.
Synopsis:
#include <scoreloop/sc_score.h>
double SC_Score_GetResult(SC_Score_h self)
Arguments:
- self
-
An opaque handle for the current score instance.
Library:
libscoreloopcoreDescription:
This method returns the result property of the score instance.
Returns:
double A double representing the score result.