Skip to content
This repository was archived by the owner on Oct 10, 2024. It is now read-only.

Commit b80ff90

Browse files
authored
Updated structs (#501)
closes #497
1 parent 26f6dd0 commit b80ff90

File tree

1 file changed

+52
-3
lines changed

1 file changed

+52
-3
lines changed

appdata/il2cpp-types.h

Lines changed: 52 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6116,6 +6116,14 @@ namespace app
61166116
ConfirmDeleteAccountsEmpty = 0x00000c89,
61176117
AccountRequestDelete = 0x00000c8a,
61186118
HasBeenKilled = 0x00000c8b,
6119+
ScrollList = 0x00000ce4,
6120+
ScrollNews = 0x00000ce5,
6121+
AmongUsAnnouncements = 0x00000ce6,
6122+
AnnouncementErrorSubtitle = 0x00000ce7,
6123+
AnnouncementErrorText = 0x00000ce8,
6124+
ReadMoreLabel = 0x00000ce9,
6125+
ReturnToList = 0x00000cea,
6126+
NavigateLinks = 0x00000ceb,
61196127
GameType = 0x00000dac,
61206128
GameTypeError = 0x00000dad,
61216129
GameTypeClassic = 0x00000dae,
@@ -6133,6 +6141,23 @@ namespace app
61336141
DefaultFilterTag_Casual = 0x00000dba,
61346142
DefaultFilterTag_Serious = 0x00000dbb,
61356143
DefaultFilterTag_Expert = 0x00000dbc,
6144+
HttpErrorContextNone = 0x00000dbd,
6145+
HttpErrorContextAuthenticate = 0x00000dbe,
6146+
HttpErrorContextRequestGameCode = 0x00000dbf,
6147+
HttpErrorContextFindHostServer = 0x00000dc0,
6148+
HttpErrorContextRequestGamesList = 0x00000dc1,
6149+
HttpErrorUnknown = 0x00000dc2,
6150+
HttpErrorBadRequest = 0x00000dc3,
6151+
HttpErrorUnauthorized = 0x00000dc4,
6152+
HttpErrorForbidden = 0x00000dc5,
6153+
HttpErrorNotFound = 0x00000dc6,
6154+
HttpErrorMethodNotAllowed = 0x00000dc7,
6155+
HttpErrorRequestTimeout = 0x00000dc8,
6156+
HttpErrorTooManyRequests = 0x00000dc9,
6157+
HttpErrorInternalServerError = 0x00000dca,
6158+
HttpErrorBadGateway = 0x00000dcb,
6159+
HttpErrorServiceUnavailable = 0x00000dcc,
6160+
HttpErrorGatewayTimeout = 0x00000dcd,
61366161
};
61376162

61386163
#else
@@ -7227,6 +7252,14 @@ namespace app
72277252
StringNames__Enum_ConfirmDeleteAccountsEmpty = 0x00000c89,
72287253
StringNames__Enum_AccountRequestDelete = 0x00000c8a,
72297254
StringNames__Enum_HasBeenKilled = 0x00000c8b,
7255+
StringNames__Enum_ScrollList = 0x00000ce4,
7256+
StringNames__Enum_ScrollNews = 0x00000ce5,
7257+
StringNames__Enum_AmongUsAnnouncements = 0x00000ce6,
7258+
StringNames__Enum_AnnouncementErrorSubtitle = 0x00000ce7,
7259+
StringNames__Enum_AnnouncementErrorText = 0x00000ce8,
7260+
StringNames__Enum_ReadMoreLabel = 0x00000ce9,
7261+
StringNames__Enum_ReturnToList = 0x00000cea,
7262+
StringNames__Enum_NavigateLinks = 0x00000ceb,
72307263
StringNames__Enum_GameType = 0x00000dac,
72317264
StringNames__Enum_GameTypeError = 0x00000dad,
72327265
StringNames__Enum_GameTypeClassic = 0x00000dae,
@@ -7244,6 +7277,23 @@ namespace app
72447277
StringNames__Enum_DefaultFilterTag_Casual = 0x00000dba,
72457278
StringNames__Enum_DefaultFilterTag_Serious = 0x00000dbb,
72467279
StringNames__Enum_DefaultFilterTag_Expert = 0x00000dbc,
7280+
StringNames__Enum_HttpErrorContextNone = 0x00000dbd,
7281+
StringNames__Enum_HttpErrorContextAuthenticate = 0x00000dbe,
7282+
StringNames__Enum_HttpErrorContextRequestGameCode = 0x00000dbf,
7283+
StringNames__Enum_HttpErrorContextFindHostServer = 0x00000dc0,
7284+
StringNames__Enum_HttpErrorContextRequestGamesList = 0x00000dc1,
7285+
StringNames__Enum_HttpErrorUnknown = 0x00000dc2,
7286+
StringNames__Enum_HttpErrorBadRequest = 0x00000dc3,
7287+
StringNames__Enum_HttpErrorUnauthorized = 0x00000dc4,
7288+
StringNames__Enum_HttpErrorForbidden = 0x00000dc5,
7289+
StringNames__Enum_HttpErrorNotFound = 0x00000dc6,
7290+
StringNames__Enum_HttpErrorMethodNotAllowed = 0x00000dc7,
7291+
StringNames__Enum_HttpErrorRequestTimeout = 0x00000dc8,
7292+
StringNames__Enum_HttpErrorTooManyRequests = 0x00000dc9,
7293+
StringNames__Enum_HttpErrorInternalServerError = 0x00000dca,
7294+
StringNames__Enum_HttpErrorBadGateway = 0x00000dcb,
7295+
StringNames__Enum_HttpErrorServiceUnavailable = 0x00000dcc,
7296+
StringNames__Enum_HttpErrorGatewayTimeout = 0x00000dcd,
72477297
};
72487298

72497299
#endif
@@ -7668,6 +7718,7 @@ namespace app
76687718
struct String* SkinId;
76697719
struct String* VisorId;
76707720
struct String* NamePlateId;
7721+
void* /* struct Action_1_String_* */nameCallback;
76717722
struct String* preCensorName;
76727723
struct String* postCensorName;
76737724
};
@@ -7991,7 +8042,6 @@ namespace app
79918042
VirtualInvokeData Deinitialize;
79928043
VirtualInvokeData SpawnTaskHeader;
79938044
VirtualInvokeData UseAbility;
7994-
VirtualInvokeData OnMeetingStart;
79958045
VirtualInvokeData OnVotingComplete;
79968046
VirtualInvokeData Initialize;
79978047
VirtualInvokeData SetUsableTarget;
@@ -8869,7 +8919,6 @@ namespace app
88698919
struct SpriteRenderer* TextBubble;
88708920
struct TextBoxTMP* TextArea;
88718921
struct TextMeshPro* CharCount;
8872-
int32_t MaxChat;
88738922
void* scroller;
88748923
struct GameObject* Content;
88758924
struct SpriteRenderer* BackgroundImage;
@@ -9675,6 +9724,7 @@ namespace app
96759724
void* VoteSound;
96769725
void* VoteLockinSound;
96779726
void* VoteEndingSound;
9727+
struct Transform* meetingContents;
96789728
#if defined(_CPLUSPLUS_)
96799729
MeetingHud_VoteStates__Enum state;
96809730
#else
@@ -12366,7 +12416,6 @@ namespace app
1236612416
VirtualInvokeData Deinitialize;
1236712417
VirtualInvokeData SpawnTaskHeader;
1236812418
VirtualInvokeData UseAbility;
12369-
VirtualInvokeData OnMeetingStart;
1237012419
VirtualInvokeData OnVotingComplete;
1237112420
VirtualInvokeData Initialize;
1237212421
VirtualInvokeData SetUsableTarget;

0 commit comments

Comments
 (0)