Game Features
- class models.GameFeatures.GameFeatures
Bases:
objectClass representing the Game Features
- STATUS_MAP = {'AFT_bonus_awards': [], 'game_number': [], 'jackpot_multiplier': [], 'legacy_bonus_awards': [], 'ticket_redemption': [], 'tournament': [], 'validation_extensions': [], 'validation_style': []}
- classmethod get_non_empty_status_map()
Return a dictionary containing only keys with non-empty values.
- classmethod get_status(key)
Get the status value for the given key.
- Parameters:
key (str) – The key for the status.
- Returns:
The corresponding status value or an error message if the key is not found.
- Return type:
str