From f918c4e88c57b9e350511602ae3605e07ee60482 Mon Sep 17 00:00:00 2001 From: Ivan Date: Wed, 14 May 2025 20:01:28 +0200 Subject: [PATCH] Update --- cs2-dumper.log | 10 +++--- output/animationsystem_dll.cs | 2 +- output/animationsystem_dll.hpp | 2 +- output/animationsystem_dll.rs | 2 +- output/buttons.cs | 2 +- output/buttons.hpp | 2 +- output/buttons.rs | 2 +- output/client_dll.cs | 2 +- output/client_dll.hpp | 2 +- output/client_dll.rs | 2 +- output/cs2_offsets.hpp | 59 +++++++++++++++++++++++++++++++++ output/engine2_dll.cs | 2 +- output/engine2_dll.hpp | 2 +- output/engine2_dll.rs | 2 +- output/host_dll.cs | 2 +- output/host_dll.hpp | 2 +- output/host_dll.rs | 2 +- output/info.json | 2 +- output/interfaces.cs | 2 +- output/interfaces.hpp | 2 +- output/interfaces.rs | 2 +- output/materialsystem2_dll.cs | 2 +- output/materialsystem2_dll.hpp | 2 +- output/materialsystem2_dll.rs | 2 +- output/networksystem_dll.cs | 2 +- output/networksystem_dll.hpp | 2 +- output/networksystem_dll.rs | 2 +- output/offsets.cs | 2 +- output/offsets.hpp | 2 +- output/offsets.rs | 2 +- output/panorama_dll.cs | 2 +- output/panorama_dll.hpp | 2 +- output/panorama_dll.rs | 2 +- output/particles_dll.cs | 2 +- output/particles_dll.hpp | 2 +- output/particles_dll.rs | 2 +- output/pulse_system_dll.cs | 2 +- output/pulse_system_dll.hpp | 2 +- output/pulse_system_dll.rs | 2 +- output/rendersystemdx11_dll.cs | 2 +- output/rendersystemdx11_dll.hpp | 2 +- output/rendersystemdx11_dll.rs | 2 +- output/resourcesystem_dll.cs | 2 +- output/resourcesystem_dll.hpp | 2 +- output/resourcesystem_dll.rs | 2 +- output/scenesystem_dll.cs | 2 +- output/scenesystem_dll.hpp | 2 +- output/scenesystem_dll.rs | 2 +- output/schemasystem_dll.cs | 2 +- output/schemasystem_dll.hpp | 2 +- output/schemasystem_dll.rs | 2 +- output/server_dll.cs | 2 +- output/server_dll.hpp | 2 +- output/server_dll.rs | 2 +- output/soundsystem_dll.cs | 2 +- output/soundsystem_dll.hpp | 2 +- output/soundsystem_dll.rs | 2 +- output/vphysics2_dll.cs | 2 +- output/vphysics2_dll.hpp | 2 +- output/vphysics2_dll.rs | 2 +- output/worldrenderer_dll.cs | 2 +- output/worldrenderer_dll.hpp | 2 +- output/worldrenderer_dll.rs | 2 +- 63 files changed, 125 insertions(+), 66 deletions(-) create mode 100644 output/cs2_offsets.hpp diff --git a/cs2-dumper.log b/cs2-dumper.log index 35d238a..9398df4 100644 --- a/cs2-dumper.log +++ b/cs2-dumper.log @@ -1,5 +1,5 @@ -23:54:53 [INFO] found 16 buttons -23:54:53 [INFO] found 131 interfaces across 33 modules -23:54:54 [INFO] found 33 offsets across 5 modules -23:54:54 [INFO] found 2442 classes and 368 enums across 17 modules -23:54:54 [INFO] analysis completed in 1.44s +17:59:42 [INFO] found 16 buttons +17:59:42 [INFO] found 131 interfaces across 33 modules +17:59:43 [INFO] found 33 offsets across 5 modules +17:59:43 [INFO] found 2442 classes and 368 enums across 17 modules +17:59:43 [INFO] analysis completed in 1.18s diff --git a/output/animationsystem_dll.cs b/output/animationsystem_dll.cs index 4267c95..41de693 100644 --- a/output/animationsystem_dll.cs +++ b/output/animationsystem_dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-05-13 23:54:54.425036700 UTC +// 2025-05-14 17:59:43.518112900 UTC namespace CS2Dumper.Schemas { // Module: animationsystem.dll diff --git a/output/animationsystem_dll.hpp b/output/animationsystem_dll.hpp index 62e704c..845c265 100644 --- a/output/animationsystem_dll.hpp +++ b/output/animationsystem_dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-05-13 23:54:54.425036700 UTC +// 2025-05-14 17:59:43.518112900 UTC #pragma once diff --git a/output/animationsystem_dll.rs b/output/animationsystem_dll.rs index 026657a..aa10491 100644 --- a/output/animationsystem_dll.rs +++ b/output/animationsystem_dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-05-13 23:54:54.425036700 UTC +// 2025-05-14 17:59:43.518112900 UTC #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] diff --git a/output/buttons.cs b/output/buttons.cs index 7eaae12..0e47686 100644 --- a/output/buttons.cs +++ b/output/buttons.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-05-13 23:54:54.425036700 UTC +// 2025-05-14 17:59:43.518112900 UTC namespace CS2Dumper { // Module: client.dll diff --git a/output/buttons.hpp b/output/buttons.hpp index 8ab3bc3..9f64778 100644 --- a/output/buttons.hpp +++ b/output/buttons.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-05-13 23:54:54.425036700 UTC +// 2025-05-14 17:59:43.518112900 UTC #pragma once diff --git a/output/buttons.rs b/output/buttons.rs index 906f450..a57746f 100644 --- a/output/buttons.rs +++ b/output/buttons.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-05-13 23:54:54.425036700 UTC +// 2025-05-14 17:59:43.518112900 UTC #![allow(non_upper_case_globals, unused)] diff --git a/output/client_dll.cs b/output/client_dll.cs index d0f812f..67ae829 100644 --- a/output/client_dll.cs +++ b/output/client_dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-05-13 23:54:54.425036700 UTC +// 2025-05-14 17:59:43.518112900 UTC namespace CS2Dumper.Schemas { // Module: client.dll diff --git a/output/client_dll.hpp b/output/client_dll.hpp index 55eb1f1..99fb144 100644 --- a/output/client_dll.hpp +++ b/output/client_dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-05-13 23:54:54.425036700 UTC +// 2025-05-14 17:59:43.518112900 UTC #pragma once diff --git a/output/client_dll.rs b/output/client_dll.rs index 114c8f1..736303f 100644 --- a/output/client_dll.rs +++ b/output/client_dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-05-13 23:54:54.425036700 UTC +// 2025-05-14 17:59:43.518112900 UTC #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] diff --git a/output/cs2_offsets.hpp b/output/cs2_offsets.hpp new file mode 100644 index 0000000..29fab00 --- /dev/null +++ b/output/cs2_offsets.hpp @@ -0,0 +1,59 @@ +// Generated using https://github.com/a2x/cs2-dumper +// 2025-05-13 23:54:54.425036700 UTC + +#pragma once + +#include + +namespace cs2_dumper { + namespace offsets { + // Module: client.dll + namespace client_dll { + constexpr std::ptrdiff_t dwCSGOInput = 0x1A6AF10; + constexpr std::ptrdiff_t dwEntityList = 0x19F7F20; + constexpr std::ptrdiff_t dwGameEntitySystem = 0x1B1B748; + constexpr std::ptrdiff_t dwGameEntitySystem_highestEntityIndex = 0x20F0; + constexpr std::ptrdiff_t dwGameRules = 0x1A5C7F8; + constexpr std::ptrdiff_t dwGlobalVars = 0x1840148; + constexpr std::ptrdiff_t dwGlowManager = 0x1A5BF40; + constexpr std::ptrdiff_t dwLocalPlayerController = 0x1A46A00; + constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x184C0D0; + constexpr std::ptrdiff_t dwPlantedC4 = 0x1A670D8; + constexpr std::ptrdiff_t dwPrediction = 0x184BF50; + constexpr std::ptrdiff_t dwSensitivity = 0x1A5D518; + constexpr std::ptrdiff_t dwSensitivity_sensitivity = 0x40; + constexpr std::ptrdiff_t dwViewAngles = 0x1A6B2E0; + constexpr std::ptrdiff_t dwViewMatrix = 0x1A60EF0; + constexpr std::ptrdiff_t dwViewRender = 0x1A619A8; + constexpr std::ptrdiff_t dwWeaponC4 = 0x19FA280; + } + // Module: engine2.dll + namespace engine2_dll { + constexpr std::ptrdiff_t dwBuildNumber = 0x541BE4; + constexpr std::ptrdiff_t dwNetworkGameClient = 0x540CE0; + constexpr std::ptrdiff_t dwNetworkGameClient_clientTickCount = 0x368; + constexpr std::ptrdiff_t dwNetworkGameClient_deltaTick = 0x27C; + constexpr std::ptrdiff_t dwNetworkGameClient_isBackgroundMap = 0x281447; + constexpr std::ptrdiff_t dwNetworkGameClient_localPlayer = 0xF0; + constexpr std::ptrdiff_t dwNetworkGameClient_maxClients = 0x238; + constexpr std::ptrdiff_t dwNetworkGameClient_serverTickCount = 0x36C; + constexpr std::ptrdiff_t dwNetworkGameClient_signOnState = 0x228; + constexpr std::ptrdiff_t dwWindowHeight = 0x62456C; + constexpr std::ptrdiff_t dwWindowWidth = 0x624568; + } + // Module: inputsystem.dll + namespace inputsystem_dll { + constexpr std::ptrdiff_t dwInputSystem = 0x387E0; + } + // Module: matchmaking.dll + namespace matchmaking_dll { + constexpr std::ptrdiff_t dwGameTypes = 0x1A3190; + constexpr std::ptrdiff_t dwGameTypes_mapName = 0x120; + } + // Module: soundsystem.dll + namespace soundsystem_dll { + constexpr std::ptrdiff_t dwSoundSystem = 0x3A15F0; + constexpr std::ptrdiff_t dwSoundSystem_engineViewData = 0x7C; + } + } +} diff --git a/output/engine2_dll.cs b/output/engine2_dll.cs index e761b6a..3fc1ada 100644 --- a/output/engine2_dll.cs +++ b/output/engine2_dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-05-13 23:54:54.425036700 UTC +// 2025-05-14 17:59:43.518112900 UTC namespace CS2Dumper.Schemas { // Module: engine2.dll diff --git a/output/engine2_dll.hpp b/output/engine2_dll.hpp index 4594cdd..ffeeeec 100644 --- a/output/engine2_dll.hpp +++ b/output/engine2_dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-05-13 23:54:54.425036700 UTC +// 2025-05-14 17:59:43.518112900 UTC #pragma once diff --git a/output/engine2_dll.rs b/output/engine2_dll.rs index 6faaf61..9723e83 100644 --- a/output/engine2_dll.rs +++ b/output/engine2_dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-05-13 23:54:54.425036700 UTC +// 2025-05-14 17:59:43.518112900 UTC #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] diff --git a/output/host_dll.cs b/output/host_dll.cs index de5daa3..c76d1cb 100644 --- a/output/host_dll.cs +++ b/output/host_dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-05-13 23:54:54.425036700 UTC +// 2025-05-14 17:59:43.518112900 UTC namespace CS2Dumper.Schemas { // Module: host.dll diff --git a/output/host_dll.hpp b/output/host_dll.hpp index 32d0fc9..dcf474e 100644 --- a/output/host_dll.hpp +++ b/output/host_dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-05-13 23:54:54.425036700 UTC +// 2025-05-14 17:59:43.518112900 UTC #pragma once diff --git a/output/host_dll.rs b/output/host_dll.rs index 552e040..3ad4237 100644 --- a/output/host_dll.rs +++ b/output/host_dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-05-13 23:54:54.425036700 UTC +// 2025-05-14 17:59:43.518112900 UTC #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] diff --git a/output/info.json b/output/info.json index 14e2ba6..f3b36d6 100644 --- a/output/info.json +++ b/output/info.json @@ -1,4 +1,4 @@ { "build_number": 14078, - "timestamp": "2025-05-13T23:54:54.425036700+00:00" + "timestamp": "2025-05-14T17:59:43.518112900+00:00" } \ No newline at end of file diff --git a/output/interfaces.cs b/output/interfaces.cs index 8d9907d..39f1fc1 100644 --- a/output/interfaces.cs +++ b/output/interfaces.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-05-13 23:54:54.425036700 UTC +// 2025-05-14 17:59:43.518112900 UTC namespace CS2Dumper.Interfaces { // Module: animationsystem.dll diff --git a/output/interfaces.hpp b/output/interfaces.hpp index d3cb6c6..b7648f8 100644 --- a/output/interfaces.hpp +++ b/output/interfaces.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-05-13 23:54:54.425036700 UTC +// 2025-05-14 17:59:43.518112900 UTC #pragma once diff --git a/output/interfaces.rs b/output/interfaces.rs index 530bf49..2a61706 100644 --- a/output/interfaces.rs +++ b/output/interfaces.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-05-13 23:54:54.425036700 UTC +// 2025-05-14 17:59:43.518112900 UTC #![allow(non_upper_case_globals, unused)] diff --git a/output/materialsystem2_dll.cs b/output/materialsystem2_dll.cs index a8a13a7..89bb1c4 100644 --- a/output/materialsystem2_dll.cs +++ b/output/materialsystem2_dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-05-13 23:54:54.425036700 UTC +// 2025-05-14 17:59:43.518112900 UTC namespace CS2Dumper.Schemas { // Module: materialsystem2.dll diff --git a/output/materialsystem2_dll.hpp b/output/materialsystem2_dll.hpp index bcf87f4..75b56b8 100644 --- a/output/materialsystem2_dll.hpp +++ b/output/materialsystem2_dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-05-13 23:54:54.425036700 UTC +// 2025-05-14 17:59:43.518112900 UTC #pragma once diff --git a/output/materialsystem2_dll.rs b/output/materialsystem2_dll.rs index 255ee7b..e35c3bf 100644 --- a/output/materialsystem2_dll.rs +++ b/output/materialsystem2_dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-05-13 23:54:54.425036700 UTC +// 2025-05-14 17:59:43.518112900 UTC #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] diff --git a/output/networksystem_dll.cs b/output/networksystem_dll.cs index 6e6ded0..14c8409 100644 --- a/output/networksystem_dll.cs +++ b/output/networksystem_dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-05-13 23:54:54.425036700 UTC +// 2025-05-14 17:59:43.518112900 UTC namespace CS2Dumper.Schemas { // Module: networksystem.dll diff --git a/output/networksystem_dll.hpp b/output/networksystem_dll.hpp index ae2b65c..1edec4d 100644 --- a/output/networksystem_dll.hpp +++ b/output/networksystem_dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-05-13 23:54:54.425036700 UTC +// 2025-05-14 17:59:43.518112900 UTC #pragma once diff --git a/output/networksystem_dll.rs b/output/networksystem_dll.rs index ac026de..2510a07 100644 --- a/output/networksystem_dll.rs +++ b/output/networksystem_dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-05-13 23:54:54.425036700 UTC +// 2025-05-14 17:59:43.518112900 UTC #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] diff --git a/output/offsets.cs b/output/offsets.cs index 84d4d6b..031df46 100644 --- a/output/offsets.cs +++ b/output/offsets.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-05-13 23:54:54.425036700 UTC +// 2025-05-14 17:59:43.518112900 UTC namespace CS2Dumper.Offsets { // Module: client.dll diff --git a/output/offsets.hpp b/output/offsets.hpp index 29fab00..837f944 100644 --- a/output/offsets.hpp +++ b/output/offsets.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-05-13 23:54:54.425036700 UTC +// 2025-05-14 17:59:43.518112900 UTC #pragma once diff --git a/output/offsets.rs b/output/offsets.rs index 4c9c524..c67425a 100644 --- a/output/offsets.rs +++ b/output/offsets.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-05-13 23:54:54.425036700 UTC +// 2025-05-14 17:59:43.518112900 UTC #![allow(non_upper_case_globals, unused)] diff --git a/output/panorama_dll.cs b/output/panorama_dll.cs index e95269e..2143765 100644 --- a/output/panorama_dll.cs +++ b/output/panorama_dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-05-13 23:54:54.425036700 UTC +// 2025-05-14 17:59:43.518112900 UTC namespace CS2Dumper.Schemas { // Module: panorama.dll diff --git a/output/panorama_dll.hpp b/output/panorama_dll.hpp index 91d5e00..02c9255 100644 --- a/output/panorama_dll.hpp +++ b/output/panorama_dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-05-13 23:54:54.425036700 UTC +// 2025-05-14 17:59:43.518112900 UTC #pragma once diff --git a/output/panorama_dll.rs b/output/panorama_dll.rs index c9a84e8..ad6a9be 100644 --- a/output/panorama_dll.rs +++ b/output/panorama_dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-05-13 23:54:54.425036700 UTC +// 2025-05-14 17:59:43.518112900 UTC #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] diff --git a/output/particles_dll.cs b/output/particles_dll.cs index 2e9a5b1..16bb8f7 100644 --- a/output/particles_dll.cs +++ b/output/particles_dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-05-13 23:54:54.425036700 UTC +// 2025-05-14 17:59:43.518112900 UTC namespace CS2Dumper.Schemas { // Module: particles.dll diff --git a/output/particles_dll.hpp b/output/particles_dll.hpp index 2436c03..b2bc751 100644 --- a/output/particles_dll.hpp +++ b/output/particles_dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-05-13 23:54:54.425036700 UTC +// 2025-05-14 17:59:43.518112900 UTC #pragma once diff --git a/output/particles_dll.rs b/output/particles_dll.rs index cef196b..4d36345 100644 --- a/output/particles_dll.rs +++ b/output/particles_dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-05-13 23:54:54.425036700 UTC +// 2025-05-14 17:59:43.518112900 UTC #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] diff --git a/output/pulse_system_dll.cs b/output/pulse_system_dll.cs index 3c3524e..06f1879 100644 --- a/output/pulse_system_dll.cs +++ b/output/pulse_system_dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-05-13 23:54:54.425036700 UTC +// 2025-05-14 17:59:43.518112900 UTC namespace CS2Dumper.Schemas { // Module: pulse_system.dll diff --git a/output/pulse_system_dll.hpp b/output/pulse_system_dll.hpp index b0a756f..27a74b5 100644 --- a/output/pulse_system_dll.hpp +++ b/output/pulse_system_dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-05-13 23:54:54.425036700 UTC +// 2025-05-14 17:59:43.518112900 UTC #pragma once diff --git a/output/pulse_system_dll.rs b/output/pulse_system_dll.rs index 38c63f9..a6e0f8a 100644 --- a/output/pulse_system_dll.rs +++ b/output/pulse_system_dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-05-13 23:54:54.425036700 UTC +// 2025-05-14 17:59:43.518112900 UTC #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] diff --git a/output/rendersystemdx11_dll.cs b/output/rendersystemdx11_dll.cs index d54bf14..8dfa1e2 100644 --- a/output/rendersystemdx11_dll.cs +++ b/output/rendersystemdx11_dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-05-13 23:54:54.425036700 UTC +// 2025-05-14 17:59:43.518112900 UTC namespace CS2Dumper.Schemas { // Module: rendersystemdx11.dll diff --git a/output/rendersystemdx11_dll.hpp b/output/rendersystemdx11_dll.hpp index 07f5135..548d7cf 100644 --- a/output/rendersystemdx11_dll.hpp +++ b/output/rendersystemdx11_dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-05-13 23:54:54.425036700 UTC +// 2025-05-14 17:59:43.518112900 UTC #pragma once diff --git a/output/rendersystemdx11_dll.rs b/output/rendersystemdx11_dll.rs index 901efa2..a37aaac 100644 --- a/output/rendersystemdx11_dll.rs +++ b/output/rendersystemdx11_dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-05-13 23:54:54.425036700 UTC +// 2025-05-14 17:59:43.518112900 UTC #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] diff --git a/output/resourcesystem_dll.cs b/output/resourcesystem_dll.cs index 26edce9..ce45337 100644 --- a/output/resourcesystem_dll.cs +++ b/output/resourcesystem_dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-05-13 23:54:54.425036700 UTC +// 2025-05-14 17:59:43.518112900 UTC namespace CS2Dumper.Schemas { // Module: resourcesystem.dll diff --git a/output/resourcesystem_dll.hpp b/output/resourcesystem_dll.hpp index 0bc0b42..4b4bea4 100644 --- a/output/resourcesystem_dll.hpp +++ b/output/resourcesystem_dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-05-13 23:54:54.425036700 UTC +// 2025-05-14 17:59:43.518112900 UTC #pragma once diff --git a/output/resourcesystem_dll.rs b/output/resourcesystem_dll.rs index 693d26e..daaad99 100644 --- a/output/resourcesystem_dll.rs +++ b/output/resourcesystem_dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-05-13 23:54:54.425036700 UTC +// 2025-05-14 17:59:43.518112900 UTC #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] diff --git a/output/scenesystem_dll.cs b/output/scenesystem_dll.cs index da08a93..bf54800 100644 --- a/output/scenesystem_dll.cs +++ b/output/scenesystem_dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-05-13 23:54:54.425036700 UTC +// 2025-05-14 17:59:43.518112900 UTC namespace CS2Dumper.Schemas { // Module: scenesystem.dll diff --git a/output/scenesystem_dll.hpp b/output/scenesystem_dll.hpp index f6f7f5a..d2d4fef 100644 --- a/output/scenesystem_dll.hpp +++ b/output/scenesystem_dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-05-13 23:54:54.425036700 UTC +// 2025-05-14 17:59:43.518112900 UTC #pragma once diff --git a/output/scenesystem_dll.rs b/output/scenesystem_dll.rs index 31c453c..e9c5158 100644 --- a/output/scenesystem_dll.rs +++ b/output/scenesystem_dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-05-13 23:54:54.425036700 UTC +// 2025-05-14 17:59:43.518112900 UTC #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] diff --git a/output/schemasystem_dll.cs b/output/schemasystem_dll.cs index a4c4fc7..616184a 100644 --- a/output/schemasystem_dll.cs +++ b/output/schemasystem_dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-05-13 23:54:54.425036700 UTC +// 2025-05-14 17:59:43.518112900 UTC namespace CS2Dumper.Schemas { // Module: schemasystem.dll diff --git a/output/schemasystem_dll.hpp b/output/schemasystem_dll.hpp index 5e31b89..583806e 100644 --- a/output/schemasystem_dll.hpp +++ b/output/schemasystem_dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-05-13 23:54:54.425036700 UTC +// 2025-05-14 17:59:43.518112900 UTC #pragma once diff --git a/output/schemasystem_dll.rs b/output/schemasystem_dll.rs index 8b6745d..7813dea 100644 --- a/output/schemasystem_dll.rs +++ b/output/schemasystem_dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-05-13 23:54:54.425036700 UTC +// 2025-05-14 17:59:43.518112900 UTC #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] diff --git a/output/server_dll.cs b/output/server_dll.cs index 70dee37..a439bc9 100644 --- a/output/server_dll.cs +++ b/output/server_dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-05-13 23:54:54.425036700 UTC +// 2025-05-14 17:59:43.518112900 UTC namespace CS2Dumper.Schemas { // Module: server.dll diff --git a/output/server_dll.hpp b/output/server_dll.hpp index d592136..fd4bcf3 100644 --- a/output/server_dll.hpp +++ b/output/server_dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-05-13 23:54:54.425036700 UTC +// 2025-05-14 17:59:43.518112900 UTC #pragma once diff --git a/output/server_dll.rs b/output/server_dll.rs index 1758b97..0d585fc 100644 --- a/output/server_dll.rs +++ b/output/server_dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-05-13 23:54:54.425036700 UTC +// 2025-05-14 17:59:43.518112900 UTC #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] diff --git a/output/soundsystem_dll.cs b/output/soundsystem_dll.cs index e09bd8c..ffcfa67 100644 --- a/output/soundsystem_dll.cs +++ b/output/soundsystem_dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-05-13 23:54:54.425036700 UTC +// 2025-05-14 17:59:43.518112900 UTC namespace CS2Dumper.Schemas { // Module: soundsystem.dll diff --git a/output/soundsystem_dll.hpp b/output/soundsystem_dll.hpp index d64add2..0b26c12 100644 --- a/output/soundsystem_dll.hpp +++ b/output/soundsystem_dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-05-13 23:54:54.425036700 UTC +// 2025-05-14 17:59:43.518112900 UTC #pragma once diff --git a/output/soundsystem_dll.rs b/output/soundsystem_dll.rs index b020395..86cf276 100644 --- a/output/soundsystem_dll.rs +++ b/output/soundsystem_dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-05-13 23:54:54.425036700 UTC +// 2025-05-14 17:59:43.518112900 UTC #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] diff --git a/output/vphysics2_dll.cs b/output/vphysics2_dll.cs index a0f5ab5..2d3bdac 100644 --- a/output/vphysics2_dll.cs +++ b/output/vphysics2_dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-05-13 23:54:54.425036700 UTC +// 2025-05-14 17:59:43.518112900 UTC namespace CS2Dumper.Schemas { // Module: vphysics2.dll diff --git a/output/vphysics2_dll.hpp b/output/vphysics2_dll.hpp index 2cb79ae..c07e308 100644 --- a/output/vphysics2_dll.hpp +++ b/output/vphysics2_dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-05-13 23:54:54.425036700 UTC +// 2025-05-14 17:59:43.518112900 UTC #pragma once diff --git a/output/vphysics2_dll.rs b/output/vphysics2_dll.rs index 5b38643..d57588a 100644 --- a/output/vphysics2_dll.rs +++ b/output/vphysics2_dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-05-13 23:54:54.425036700 UTC +// 2025-05-14 17:59:43.518112900 UTC #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] diff --git a/output/worldrenderer_dll.cs b/output/worldrenderer_dll.cs index 65800be..0cc8d71 100644 --- a/output/worldrenderer_dll.cs +++ b/output/worldrenderer_dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-05-13 23:54:54.425036700 UTC +// 2025-05-14 17:59:43.518112900 UTC namespace CS2Dumper.Schemas { // Module: worldrenderer.dll diff --git a/output/worldrenderer_dll.hpp b/output/worldrenderer_dll.hpp index 5ff4982..b2b721a 100644 --- a/output/worldrenderer_dll.hpp +++ b/output/worldrenderer_dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-05-13 23:54:54.425036700 UTC +// 2025-05-14 17:59:43.518112900 UTC #pragma once diff --git a/output/worldrenderer_dll.rs b/output/worldrenderer_dll.rs index 8d11209..29c3e3a 100644 --- a/output/worldrenderer_dll.rs +++ b/output/worldrenderer_dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-05-13 23:54:54.425036700 UTC +// 2025-05-14 17:59:43.518112900 UTC #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]