VOGameDifficultyLevel
enum VOGameDifficultyLevel {}
The different difficulty levels a game can be.
-
Easiest game difficulty.
Declaration
Objective-C
VOEasyGameDifficulty
Swift
case easyGameDifficulty = 0
-
Normal / Medium game difficulty.
Declaration
Objective-C
VONormalGameDifficulty
Swift
case normalGameDifficulty = 1
-
Hardest game difficulty.
Declaration
Objective-C
VOHardGameDifficulty
Swift
case hardGameDifficulty = 2
-
Challenge game difficulty. The creator has set the difficulty themselves.
Declaration
Objective-C
VOChallengeGameDifficulty
Swift
case challengeGameDifficulty = 3