Uses of Enum Class
com.prineside.tdi2.systems.GameStateSystem.ReplayValidationResult.Result
-
Uses of GameStateSystem.ReplayValidationResult.Result in com.prineside.tdi2.systems
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.GameStateSystem.ReplayValidationResult.Result.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionReplayValidationResult
(GameStateSystem.ReplayValidationResult.Result result, float timeSpent, int updatesPerSecond, int updates, int realWaves, long realScore, ReplayManager.ReplayRecord replayRecord) ReplayValidationResult
(GameStateSystem.ReplayValidationResult.Result result, float timeSpent, int updatesPerSecond, int updates, int realWaves, long realScore, ReplayManager.ReplayRecord replayRecord, String cheatingReason)