feat(iw4): load leaderboard definitions from raw

This commit is contained in:
Future
2024-05-25 17:00:18 +02:00
parent d8adda81ec
commit 2d28f423ef
9 changed files with 167 additions and 22 deletions

View File

@ -35,11 +35,11 @@ namespace IW4
public:
std::string name;
int colId;
int propertyId;
bool hidden;
std::string statName;
std::optional<int> propertyId;
std::optional<bool> hidden;
std::optional<std::string> statName;
LbColType type;
int precision;
std::optional<int> precision;
LbAggType aggregationFunction;
};