VOGameDifficultyLevel
enum VOGameDifficultyLevel {}
The different difficulty levels a game can be.
-
Easiest game difficulty.
Declaration
Objective-C
VOEasyGameDifficultySwift
case easyGameDifficulty = 0 -
Normal / Medium game difficulty.
Declaration
Objective-C
VONormalGameDifficultySwift
case normalGameDifficulty = 1 -
Hardest game difficulty.
Declaration
Objective-C
VOHardGameDifficultySwift
case hardGameDifficulty = 2 -
Challenge game difficulty. The creator has set the difficulty themselves.
Declaration
Objective-C
VOChallengeGameDifficultySwift
case challengeGameDifficulty = 3
View on GitHub
VOGameDifficultyLevel Enumeration Reference