Method | Description | |
---|---|---|
GameExpectedTime ( GameTypes type, GameDifficulty difficulty ) : int | ||
GameScore ( bool correct_answer, double seconds, int expected_time, bool tip_used ) : int | ||
SessionUpdateHistoryScore ( |
Method | Description | |
---|---|---|
SessionScoreFormula ( |
public static GameExpectedTime ( GameTypes type, GameDifficulty difficulty ) : int | ||
type | GameTypes | |
difficulty | GameDifficulty | |
return | int |
public static GameScore ( bool correct_answer, double seconds, int expected_time, bool tip_used ) : int | ||
correct_answer | bool | |
seconds | double | |
expected_time | int | |
tip_used | bool | |
return | int |
public static SessionUpdateHistoryScore ( |
||
history | ||
type | GameTypes | |
difficulty | GameDifficulty | |
game_score | int | |
return | void |