We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7101334 commit 3203ed2Copy full SHA for 3203ed2
src/plugins/core/scripting/generated/classes.h
@@ -20642,8 +20642,8 @@ class GCCSPlayerController_InventoryServices
20642
20643
uint16_t GetMusicID() const;
20644
void SetMusicID(uint16_t value);
20645
- std::vector<MedalRank_t> GetRank() const;
20646
- void SetRank(std::vector<MedalRank_t> value);
+ std::vector<uint64_t> GetRank() const;
+ void SetRank(std::vector<uint64_t> value);
20647
int32_t GetPersonaDataPublicLevel() const;
20648
void SetPersonaDataPublicLevel(int32_t value);
20649
int32_t GetPersonaDataPublicCommendsLeader() const;
0 commit comments