Add more function signatures

This commit is contained in:
Albert24GG
2024-03-11 22:15:39 +02:00
parent 4dfadff893
commit ea2eee0035
7 changed files with 327 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
/*
* Generated using https://github.com/a2x/cs2-dumper
* Thu, 7 Mar 2024 22:17:31 +0000
* Mon, 11 Mar 2024 20:06:27 +0000
*/
public static class game_info { // Some additional information about the game at dump time
@@ -14,12 +14,30 @@ public static class libclient_so { // libclient.so
public const nint dwGameEntitySystem = 0x385B700;
public const nint dwGameEntitySystem_getHighestEntityIndex = 0x1540;
public const nint dwGameRules = 0x3731248;
public const nint dwGlobalVars = 0x35669D0;
public const nint dwGlowManager = 0x3735B50;
public const nint dwInterfaceLinkList = 0x37CDF30;
public const nint dwLocalPlayerController = 0x3716778;
public const nint dwLocalPlayerPawn = 0x3736B38;
public const nint dwPlantedC4 = 0x374B398;
public const nint dwPrediction = 0x3736A00;
public const nint dwSensitivity_sensitivity = 0x40;
public const nint dwViewAngles = 0x3743870;
public const nint dwViewMatrix = 0x3737660;
public const nint dwViewRender = 0x3737810;
}
public static class libengine2_so { // libengine2.so
public const nint dwBuildNumber = 0x6D35F4;
public const nint dwNetworkGameClient_deltaTick = 0x278;
public const nint dwNetworkGameClient = 0x6D3F88;
public const nint dwNetworkGameClient_maxClients = 0x250;
public const nint dwNetworkGameClient_signOnState = 0x260;
public const nint dwWindowHeight = 0x6DCDBC;
public const nint dwWindowWidth = 0x6DCDB8;
}
public static class libmatchmaking_so { // libmatchmaking.so
public const nint dwGameTypes = 0x37C9A0;
public const nint dwGameTypes_mapName = 0x37CAC0;
}