Class Leaderboard::UpdateMethod

Nested Relationships

This class is a nested type of Class Leaderboard.

Inheritance Relationships

Base Type

Class Documentation

class UpdateMethod : public axr::sdk::StringEnum<UpdateMethod>

Describes the method by which individual leaderboard records are updated.

Public Static Attributes

static const UpdateMethod *BEST

Accepts the best score submitted.

static const UpdateMethod *FIRST

Accepts only the first score submitted.

static const UpdateMethod *LAST

Accepts the most recent score submitted.

static const UpdateMethod *SUM

Accepts and calculates the total sum of all scores submitted.