iFun Engine API  1.0.0-b6053
Great Technology for Great Games
Public Types | Public Member Functions | Public Attributes | List of all members
fun::LeaderboardRange Struct Reference

Public Types

enum  Type { kAll = 1, kFromTop = 2, kNearby = 3 }
 

Public Member Functions

 LeaderboardRange (const Type &in_type, const int64_t &in_begin, const int64_t &in_end)
 

Public Attributes

int64_t begin
 
int64_t end
 
Type type