Compare commits

...

2 Commits

Author SHA1 Message Date
a2x 9742458443
Merge pull request #187 from M3351AN/main
Game Update
2024-07-03 09:01:45 +10:00
渟雲 a9dab4d9ea
Game Update 2024-07-03 06:15:07 +08:00
64 changed files with 262 additions and 262 deletions

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-27 14:27:03.514757 UTC // 2024-07-02 22:14:16.333089500 UTC
namespace CS2Dumper.Schemas { namespace CS2Dumper.Schemas {
// Module: animationsystem.dll // Module: animationsystem.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-27 14:27:03.514757 UTC // 2024-07-02 22:14:16.333089500 UTC
#pragma once #pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-27 14:27:03.514757 UTC // 2024-07-02 22:14:16.333089500 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-27 14:27:03.514757 UTC // 2024-07-02 22:14:16.333089500 UTC
namespace CS2Dumper { namespace CS2Dumper {
// Module: client.dll // Module: client.dll
@ -11,14 +11,14 @@ namespace CS2Dumper {
public const nint forward = 0x181C3A0; public const nint forward = 0x181C3A0;
public const nint jump = 0x181C670; public const nint jump = 0x181C670;
public const nint left = 0x181C4C0; public const nint left = 0x181C4C0;
public const nint lookatweapon = 0x1A27E30; public const nint lookatweapon = 0x1A27D50;
public const nint reload = 0x181C0D0; public const nint reload = 0x181C0D0;
public const nint right = 0x181C550; public const nint right = 0x181C550;
public const nint showscores = 0x1A27D10; public const nint showscores = 0x1A27C30;
public const nint sprint = 0x181C040; public const nint sprint = 0x181C040;
public const nint turnleft = 0x181C280; public const nint turnleft = 0x181C280;
public const nint turnright = 0x181C310; public const nint turnright = 0x181C310;
public const nint use = 0x181C5E0; public const nint use = 0x181C5E0;
public const nint zoom = 0x1A27DA0; public const nint zoom = 0x1A27CC0;
} }
} }

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-27 14:27:03.514757 UTC // 2024-07-02 22:14:16.333089500 UTC
#pragma once #pragma once
@ -15,14 +15,14 @@ namespace cs2_dumper {
constexpr std::ptrdiff_t forward = 0x181C3A0; constexpr std::ptrdiff_t forward = 0x181C3A0;
constexpr std::ptrdiff_t jump = 0x181C670; constexpr std::ptrdiff_t jump = 0x181C670;
constexpr std::ptrdiff_t left = 0x181C4C0; constexpr std::ptrdiff_t left = 0x181C4C0;
constexpr std::ptrdiff_t lookatweapon = 0x1A27E30; constexpr std::ptrdiff_t lookatweapon = 0x1A27D50;
constexpr std::ptrdiff_t reload = 0x181C0D0; constexpr std::ptrdiff_t reload = 0x181C0D0;
constexpr std::ptrdiff_t right = 0x181C550; constexpr std::ptrdiff_t right = 0x181C550;
constexpr std::ptrdiff_t showscores = 0x1A27D10; constexpr std::ptrdiff_t showscores = 0x1A27C30;
constexpr std::ptrdiff_t sprint = 0x181C040; constexpr std::ptrdiff_t sprint = 0x181C040;
constexpr std::ptrdiff_t turnleft = 0x181C280; constexpr std::ptrdiff_t turnleft = 0x181C280;
constexpr std::ptrdiff_t turnright = 0x181C310; constexpr std::ptrdiff_t turnright = 0x181C310;
constexpr std::ptrdiff_t use = 0x181C5E0; constexpr std::ptrdiff_t use = 0x181C5E0;
constexpr std::ptrdiff_t zoom = 0x1A27DA0; constexpr std::ptrdiff_t zoom = 0x1A27CC0;
} }
} }

View File

@ -7,14 +7,14 @@
"forward": 25281440, "forward": 25281440,
"jump": 25282160, "jump": 25282160,
"left": 25281728, "left": 25281728,
"lookatweapon": 27426352, "lookatweapon": 27426128,
"reload": 25280720, "reload": 25280720,
"right": 25281872, "right": 25281872,
"showscores": 27426064, "showscores": 27425840,
"sprint": 25280576, "sprint": 25280576,
"turnleft": 25281152, "turnleft": 25281152,
"turnright": 25281296, "turnright": 25281296,
"use": 25282016, "use": 25282016,
"zoom": 27426208 "zoom": 27425984
} }
} }

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-27 14:27:03.514757 UTC // 2024-07-02 22:14:16.333089500 UTC
#![allow(non_upper_case_globals, unused)] #![allow(non_upper_case_globals, unused)]
@ -13,14 +13,14 @@ pub mod cs2_dumper {
pub const forward: usize = 0x181C3A0; pub const forward: usize = 0x181C3A0;
pub const jump: usize = 0x181C670; pub const jump: usize = 0x181C670;
pub const left: usize = 0x181C4C0; pub const left: usize = 0x181C4C0;
pub const lookatweapon: usize = 0x1A27E30; pub const lookatweapon: usize = 0x1A27D50;
pub const reload: usize = 0x181C0D0; pub const reload: usize = 0x181C0D0;
pub const right: usize = 0x181C550; pub const right: usize = 0x181C550;
pub const showscores: usize = 0x1A27D10; pub const showscores: usize = 0x1A27C30;
pub const sprint: usize = 0x181C040; pub const sprint: usize = 0x181C040;
pub const turnleft: usize = 0x181C280; pub const turnleft: usize = 0x181C280;
pub const turnright: usize = 0x181C310; pub const turnright: usize = 0x181C310;
pub const r#use: usize = 0x181C5E0; pub const r#use: usize = 0x181C5E0;
pub const zoom: usize = 0x1A27DA0; pub const zoom: usize = 0x1A27CC0;
} }
} }

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-27 14:27:03.514757 UTC // 2024-07-02 22:14:16.333089500 UTC
namespace CS2Dumper.Schemas { namespace CS2Dumper.Schemas {
// Module: client.dll // Module: client.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-27 14:27:03.514757 UTC // 2024-07-02 22:14:16.333089500 UTC
#pragma once #pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-27 14:27:03.514757 UTC // 2024-07-02 22:14:16.333089500 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-27 14:27:03.514757 UTC // 2024-07-02 22:14:16.333089500 UTC
namespace CS2Dumper.Schemas { namespace CS2Dumper.Schemas {
// Module: engine2.dll // Module: engine2.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-27 14:27:03.514757 UTC // 2024-07-02 22:14:16.333089500 UTC
#pragma once #pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-27 14:27:03.514757 UTC // 2024-07-02 22:14:16.333089500 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-27 14:27:03.514757 UTC // 2024-07-02 22:14:16.333089500 UTC
namespace CS2Dumper.Schemas { namespace CS2Dumper.Schemas {
// Module: host.dll // Module: host.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-27 14:27:03.514757 UTC // 2024-07-02 22:14:16.333089500 UTC
#pragma once #pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-27 14:27:03.514757 UTC // 2024-07-02 22:14:16.333089500 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,4 +1,4 @@
{ {
"build_number": 14019, "build_number": 14020,
"timestamp": "2024-06-27T14:27:03.514757+00:00" "timestamp": "2024-07-02T22:14:16.333089500+00:00"
} }

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-27 14:27:03.514757 UTC // 2024-07-02 22:14:16.333089500 UTC
namespace CS2Dumper.Interfaces { namespace CS2Dumper.Interfaces {
// Module: animationsystem.dll // Module: animationsystem.dll
@ -12,9 +12,9 @@ namespace CS2Dumper.Interfaces {
public const nint ClientToolsInfo_001 = 0x181B770; public const nint ClientToolsInfo_001 = 0x181B770;
public const nint EmptyWorldService001_Client = 0x17D8660; public const nint EmptyWorldService001_Client = 0x17D8660;
public const nint GameClientExports001 = 0x1818428; public const nint GameClientExports001 = 0x1818428;
public const nint LegacyGameUI001 = 0x18382E0; public const nint LegacyGameUI001 = 0x1838200;
public const nint Source2Client002 = 0x1A196D0; public const nint Source2Client002 = 0x1A195F0;
public const nint Source2ClientConfig001 = 0x19BA2B0; public const nint Source2ClientConfig001 = 0x19BA1D0;
public const nint Source2ClientPrediction001 = 0x18238C0; public const nint Source2ClientPrediction001 = 0x18238C0;
public const nint Source2ClientUI001 = 0x1836D30; public const nint Source2ClientUI001 = 0x1836D30;
} }
@ -157,16 +157,16 @@ namespace CS2Dumper.Interfaces {
} }
// Module: server.dll // Module: server.dll
public static class ServerDll { public static class ServerDll {
public const nint EmptyWorldService001_Server = 0x13610A0; public const nint EmptyWorldService001_Server = 0x1360FC0;
public const nint EntitySubclassUtilsV001 = 0x13135B0; public const nint EntitySubclassUtilsV001 = 0x13134D0;
public const nint NavGameTest001 = 0x13FF8A8; public const nint NavGameTest001 = 0x13FF7C8;
public const nint ServerToolsInfo_001 = 0x13B4FB8; public const nint ServerToolsInfo_001 = 0x13B4ED8;
public const nint Source2GameClients001 = 0x13B0420; public const nint Source2GameClients001 = 0x13B0340;
public const nint Source2GameDirector001 = 0x14E47C0; public const nint Source2GameDirector001 = 0x14E46E0;
public const nint Source2GameEntities001 = 0x13B4F80; public const nint Source2GameEntities001 = 0x13B4EA0;
public const nint Source2Server001 = 0x13B4DF0; public const nint Source2Server001 = 0x13B4D10;
public const nint Source2ServerConfig001 = 0x159F6E8; public const nint Source2ServerConfig001 = 0x159F608;
public const nint customnavsystem001 = 0x12F8E38; public const nint customnavsystem001 = 0x12F8D58;
} }
// Module: soundsystem.dll // Module: soundsystem.dll
public static class SoundsystemDll { public static class SoundsystemDll {
@ -181,26 +181,26 @@ namespace CS2Dumper.Interfaces {
} }
// Module: steamclient64.dll // Module: steamclient64.dll
public static class Steamclient64Dll { public static class Steamclient64Dll {
public const nint CLIENTENGINE_INTERFACE_VERSION005 = 0x65ACBD2A; public const nint CLIENTENGINE_INTERFACE_VERSION005 = 0x8BD7552F;
public const nint IVALIDATE001 = 0x14EDA30; public const nint IVALIDATE001 = 0x153A840;
public const nint SteamClient006 = 0x14EB270; public const nint SteamClient006 = 0x1538080;
public const nint SteamClient007 = 0x14EB278; public const nint SteamClient007 = 0x1538088;
public const nint SteamClient008 = 0x14EB280; public const nint SteamClient008 = 0x1538090;
public const nint SteamClient009 = 0x14EB288; public const nint SteamClient009 = 0x1538098;
public const nint SteamClient010 = 0x14EB290; public const nint SteamClient010 = 0x15380A0;
public const nint SteamClient011 = 0x14EB298; public const nint SteamClient011 = 0x15380A8;
public const nint SteamClient012 = 0x14EB2A0; public const nint SteamClient012 = 0x15380B0;
public const nint SteamClient013 = 0x14EB2A8; public const nint SteamClient013 = 0x15380B8;
public const nint SteamClient014 = 0x14EB2B0; public const nint SteamClient014 = 0x15380C0;
public const nint SteamClient015 = 0x14EB2B8; public const nint SteamClient015 = 0x15380C8;
public const nint SteamClient016 = 0x14EB2C0; public const nint SteamClient016 = 0x15380D0;
public const nint SteamClient017 = 0x14EB2C8; public const nint SteamClient017 = 0x15380D8;
public const nint SteamClient018 = 0x14EB2D0; public const nint SteamClient018 = 0x15380E0;
public const nint SteamClient019 = 0x14EB2D8; public const nint SteamClient019 = 0x15380E8;
public const nint SteamClient020 = 0x14EB2E0; public const nint SteamClient020 = 0x15380F0;
public const nint SteamClient021 = 0x14EB2E8; public const nint SteamClient021 = 0x15380F8;
public const nint p2pvoice002 = 0x14E5C5F; public const nint p2pvoice002 = 0x14E6ECF;
public const nint p2pvoicesingleton002 = 0x14C90E0; public const nint p2pvoicesingleton002 = 0x15140E0;
} }
// Module: tier0.dll // Module: tier0.dll
public static class Tier0Dll { public static class Tier0Dll {
@ -232,8 +232,8 @@ namespace CS2Dumper.Interfaces {
} }
// Module: vstdlib_s64.dll // Module: vstdlib_s64.dll
public static class VstdlibS64Dll { public static class VstdlibS64Dll {
public const nint IVALIDATE001 = 0xA5B40; public const nint IVALIDATE001 = 0xA7B40;
public const nint VEngineCvar002 = 0x63070; public const nint VEngineCvar002 = 0x65070;
} }
// Module: worldrenderer.dll // Module: worldrenderer.dll
public static class WorldrendererDll { public static class WorldrendererDll {

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-27 14:27:03.514757 UTC // 2024-07-02 22:14:16.333089500 UTC
#pragma once #pragma once
@ -17,9 +17,9 @@ namespace cs2_dumper {
constexpr std::ptrdiff_t ClientToolsInfo_001 = 0x181B770; constexpr std::ptrdiff_t ClientToolsInfo_001 = 0x181B770;
constexpr std::ptrdiff_t EmptyWorldService001_Client = 0x17D8660; constexpr std::ptrdiff_t EmptyWorldService001_Client = 0x17D8660;
constexpr std::ptrdiff_t GameClientExports001 = 0x1818428; constexpr std::ptrdiff_t GameClientExports001 = 0x1818428;
constexpr std::ptrdiff_t LegacyGameUI001 = 0x18382E0; constexpr std::ptrdiff_t LegacyGameUI001 = 0x1838200;
constexpr std::ptrdiff_t Source2Client002 = 0x1A196D0; constexpr std::ptrdiff_t Source2Client002 = 0x1A195F0;
constexpr std::ptrdiff_t Source2ClientConfig001 = 0x19BA2B0; constexpr std::ptrdiff_t Source2ClientConfig001 = 0x19BA1D0;
constexpr std::ptrdiff_t Source2ClientPrediction001 = 0x18238C0; constexpr std::ptrdiff_t Source2ClientPrediction001 = 0x18238C0;
constexpr std::ptrdiff_t Source2ClientUI001 = 0x1836D30; constexpr std::ptrdiff_t Source2ClientUI001 = 0x1836D30;
} }
@ -162,16 +162,16 @@ namespace cs2_dumper {
} }
// Module: server.dll // Module: server.dll
namespace server_dll { namespace server_dll {
constexpr std::ptrdiff_t EmptyWorldService001_Server = 0x13610A0; constexpr std::ptrdiff_t EmptyWorldService001_Server = 0x1360FC0;
constexpr std::ptrdiff_t EntitySubclassUtilsV001 = 0x13135B0; constexpr std::ptrdiff_t EntitySubclassUtilsV001 = 0x13134D0;
constexpr std::ptrdiff_t NavGameTest001 = 0x13FF8A8; constexpr std::ptrdiff_t NavGameTest001 = 0x13FF7C8;
constexpr std::ptrdiff_t ServerToolsInfo_001 = 0x13B4FB8; constexpr std::ptrdiff_t ServerToolsInfo_001 = 0x13B4ED8;
constexpr std::ptrdiff_t Source2GameClients001 = 0x13B0420; constexpr std::ptrdiff_t Source2GameClients001 = 0x13B0340;
constexpr std::ptrdiff_t Source2GameDirector001 = 0x14E47C0; constexpr std::ptrdiff_t Source2GameDirector001 = 0x14E46E0;
constexpr std::ptrdiff_t Source2GameEntities001 = 0x13B4F80; constexpr std::ptrdiff_t Source2GameEntities001 = 0x13B4EA0;
constexpr std::ptrdiff_t Source2Server001 = 0x13B4DF0; constexpr std::ptrdiff_t Source2Server001 = 0x13B4D10;
constexpr std::ptrdiff_t Source2ServerConfig001 = 0x159F6E8; constexpr std::ptrdiff_t Source2ServerConfig001 = 0x159F608;
constexpr std::ptrdiff_t customnavsystem001 = 0x12F8E38; constexpr std::ptrdiff_t customnavsystem001 = 0x12F8D58;
} }
// Module: soundsystem.dll // Module: soundsystem.dll
namespace soundsystem_dll { namespace soundsystem_dll {
@ -186,26 +186,26 @@ namespace cs2_dumper {
} }
// Module: steamclient64.dll // Module: steamclient64.dll
namespace steamclient64_dll { namespace steamclient64_dll {
constexpr std::ptrdiff_t CLIENTENGINE_INTERFACE_VERSION005 = 0x65ACBD2A; constexpr std::ptrdiff_t CLIENTENGINE_INTERFACE_VERSION005 = 0x8BD7552F;
constexpr std::ptrdiff_t IVALIDATE001 = 0x14EDA30; constexpr std::ptrdiff_t IVALIDATE001 = 0x153A840;
constexpr std::ptrdiff_t SteamClient006 = 0x14EB270; constexpr std::ptrdiff_t SteamClient006 = 0x1538080;
constexpr std::ptrdiff_t SteamClient007 = 0x14EB278; constexpr std::ptrdiff_t SteamClient007 = 0x1538088;
constexpr std::ptrdiff_t SteamClient008 = 0x14EB280; constexpr std::ptrdiff_t SteamClient008 = 0x1538090;
constexpr std::ptrdiff_t SteamClient009 = 0x14EB288; constexpr std::ptrdiff_t SteamClient009 = 0x1538098;
constexpr std::ptrdiff_t SteamClient010 = 0x14EB290; constexpr std::ptrdiff_t SteamClient010 = 0x15380A0;
constexpr std::ptrdiff_t SteamClient011 = 0x14EB298; constexpr std::ptrdiff_t SteamClient011 = 0x15380A8;
constexpr std::ptrdiff_t SteamClient012 = 0x14EB2A0; constexpr std::ptrdiff_t SteamClient012 = 0x15380B0;
constexpr std::ptrdiff_t SteamClient013 = 0x14EB2A8; constexpr std::ptrdiff_t SteamClient013 = 0x15380B8;
constexpr std::ptrdiff_t SteamClient014 = 0x14EB2B0; constexpr std::ptrdiff_t SteamClient014 = 0x15380C0;
constexpr std::ptrdiff_t SteamClient015 = 0x14EB2B8; constexpr std::ptrdiff_t SteamClient015 = 0x15380C8;
constexpr std::ptrdiff_t SteamClient016 = 0x14EB2C0; constexpr std::ptrdiff_t SteamClient016 = 0x15380D0;
constexpr std::ptrdiff_t SteamClient017 = 0x14EB2C8; constexpr std::ptrdiff_t SteamClient017 = 0x15380D8;
constexpr std::ptrdiff_t SteamClient018 = 0x14EB2D0; constexpr std::ptrdiff_t SteamClient018 = 0x15380E0;
constexpr std::ptrdiff_t SteamClient019 = 0x14EB2D8; constexpr std::ptrdiff_t SteamClient019 = 0x15380E8;
constexpr std::ptrdiff_t SteamClient020 = 0x14EB2E0; constexpr std::ptrdiff_t SteamClient020 = 0x15380F0;
constexpr std::ptrdiff_t SteamClient021 = 0x14EB2E8; constexpr std::ptrdiff_t SteamClient021 = 0x15380F8;
constexpr std::ptrdiff_t p2pvoice002 = 0x14E5C5F; constexpr std::ptrdiff_t p2pvoice002 = 0x14E6ECF;
constexpr std::ptrdiff_t p2pvoicesingleton002 = 0x14C90E0; constexpr std::ptrdiff_t p2pvoicesingleton002 = 0x15140E0;
} }
// Module: tier0.dll // Module: tier0.dll
namespace tier0_dll { namespace tier0_dll {
@ -237,8 +237,8 @@ namespace cs2_dumper {
} }
// Module: vstdlib_s64.dll // Module: vstdlib_s64.dll
namespace vstdlib_s64_dll { namespace vstdlib_s64_dll {
constexpr std::ptrdiff_t IVALIDATE001 = 0xA5B40; constexpr std::ptrdiff_t IVALIDATE001 = 0xA7B40;
constexpr std::ptrdiff_t VEngineCvar002 = 0x63070; constexpr std::ptrdiff_t VEngineCvar002 = 0x65070;
} }
// Module: worldrenderer.dll // Module: worldrenderer.dll
namespace worldrenderer_dll { namespace worldrenderer_dll {

View File

@ -7,9 +7,9 @@
"ClientToolsInfo_001": 25278320, "ClientToolsInfo_001": 25278320,
"EmptyWorldService001_Client": 25003616, "EmptyWorldService001_Client": 25003616,
"GameClientExports001": 25265192, "GameClientExports001": 25265192,
"LegacyGameUI001": 25395936, "LegacyGameUI001": 25395712,
"Source2Client002": 27367120, "Source2Client002": 27366896,
"Source2ClientConfig001": 26976944, "Source2ClientConfig001": 26976720,
"Source2ClientPrediction001": 25311424, "Source2ClientPrediction001": 25311424,
"Source2ClientUI001": 25390384 "Source2ClientUI001": 25390384
}, },
@ -130,16 +130,16 @@
"SchemaSystem_001": 378640 "SchemaSystem_001": 378640
}, },
"server.dll": { "server.dll": {
"EmptyWorldService001_Server": 20320416, "EmptyWorldService001_Server": 20320192,
"EntitySubclassUtilsV001": 20002224, "EntitySubclassUtilsV001": 20002000,
"NavGameTest001": 20969640, "NavGameTest001": 20969416,
"ServerToolsInfo_001": 20664248, "ServerToolsInfo_001": 20664024,
"Source2GameClients001": 20644896, "Source2GameClients001": 20644672,
"Source2GameDirector001": 21907392, "Source2GameDirector001": 21907168,
"Source2GameEntities001": 20664192, "Source2GameEntities001": 20663968,
"Source2Server001": 20663792, "Source2Server001": 20663568,
"Source2ServerConfig001": 22673128, "Source2ServerConfig001": 22672904,
"customnavsystem001": 19893816 "customnavsystem001": 19893592
}, },
"soundsystem.dll": { "soundsystem.dll": {
"SoundOpSystem001": 3363744, "SoundOpSystem001": 3363744,
@ -151,26 +151,26 @@
"SteamAudio001": 2447184 "SteamAudio001": 2447184
}, },
"steamclient64.dll": { "steamclient64.dll": {
"CLIENTENGINE_INTERFACE_VERSION005": 1705819434, "CLIENTENGINE_INTERFACE_VERSION005": 2346145071,
"IVALIDATE001": 21944880, "IVALIDATE001": 22259776,
"SteamClient006": 21934704, "SteamClient006": 22249600,
"SteamClient007": 21934712, "SteamClient007": 22249608,
"SteamClient008": 21934720, "SteamClient008": 22249616,
"SteamClient009": 21934728, "SteamClient009": 22249624,
"SteamClient010": 21934736, "SteamClient010": 22249632,
"SteamClient011": 21934744, "SteamClient011": 22249640,
"SteamClient012": 21934752, "SteamClient012": 22249648,
"SteamClient013": 21934760, "SteamClient013": 22249656,
"SteamClient014": 21934768, "SteamClient014": 22249664,
"SteamClient015": 21934776, "SteamClient015": 22249672,
"SteamClient016": 21934784, "SteamClient016": 22249680,
"SteamClient017": 21934792, "SteamClient017": 22249688,
"SteamClient018": 21934800, "SteamClient018": 22249696,
"SteamClient019": 21934808, "SteamClient019": 22249704,
"SteamClient020": 21934816, "SteamClient020": 22249712,
"SteamClient021": 21934824, "SteamClient021": 22249720,
"p2pvoice002": 21912671, "p2pvoice002": 21917391,
"p2pvoicesingleton002": 21795040 "p2pvoicesingleton002": 22102240
}, },
"tier0.dll": { "tier0.dll": {
"TestScriptMgr001": 3594800, "TestScriptMgr001": 3594800,
@ -195,8 +195,8 @@
"VScriptManager010": 1213952 "VScriptManager010": 1213952
}, },
"vstdlib_s64.dll": { "vstdlib_s64.dll": {
"IVALIDATE001": 678720, "IVALIDATE001": 686912,
"VEngineCvar002": 405616 "VEngineCvar002": 413808
}, },
"worldrenderer.dll": { "worldrenderer.dll": {
"WorldRendererMgr001": 1441648 "WorldRendererMgr001": 1441648

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-27 14:27:03.514757 UTC // 2024-07-02 22:14:16.333089500 UTC
#![allow(non_upper_case_globals, unused)] #![allow(non_upper_case_globals, unused)]
@ -15,9 +15,9 @@ pub mod cs2_dumper {
pub const ClientToolsInfo_001: usize = 0x181B770; pub const ClientToolsInfo_001: usize = 0x181B770;
pub const EmptyWorldService001_Client: usize = 0x17D8660; pub const EmptyWorldService001_Client: usize = 0x17D8660;
pub const GameClientExports001: usize = 0x1818428; pub const GameClientExports001: usize = 0x1818428;
pub const LegacyGameUI001: usize = 0x18382E0; pub const LegacyGameUI001: usize = 0x1838200;
pub const Source2Client002: usize = 0x1A196D0; pub const Source2Client002: usize = 0x1A195F0;
pub const Source2ClientConfig001: usize = 0x19BA2B0; pub const Source2ClientConfig001: usize = 0x19BA1D0;
pub const Source2ClientPrediction001: usize = 0x18238C0; pub const Source2ClientPrediction001: usize = 0x18238C0;
pub const Source2ClientUI001: usize = 0x1836D30; pub const Source2ClientUI001: usize = 0x1836D30;
} }
@ -160,16 +160,16 @@ pub mod cs2_dumper {
} }
// Module: server.dll // Module: server.dll
pub mod server_dll { pub mod server_dll {
pub const EmptyWorldService001_Server: usize = 0x13610A0; pub const EmptyWorldService001_Server: usize = 0x1360FC0;
pub const EntitySubclassUtilsV001: usize = 0x13135B0; pub const EntitySubclassUtilsV001: usize = 0x13134D0;
pub const NavGameTest001: usize = 0x13FF8A8; pub const NavGameTest001: usize = 0x13FF7C8;
pub const ServerToolsInfo_001: usize = 0x13B4FB8; pub const ServerToolsInfo_001: usize = 0x13B4ED8;
pub const Source2GameClients001: usize = 0x13B0420; pub const Source2GameClients001: usize = 0x13B0340;
pub const Source2GameDirector001: usize = 0x14E47C0; pub const Source2GameDirector001: usize = 0x14E46E0;
pub const Source2GameEntities001: usize = 0x13B4F80; pub const Source2GameEntities001: usize = 0x13B4EA0;
pub const Source2Server001: usize = 0x13B4DF0; pub const Source2Server001: usize = 0x13B4D10;
pub const Source2ServerConfig001: usize = 0x159F6E8; pub const Source2ServerConfig001: usize = 0x159F608;
pub const customnavsystem001: usize = 0x12F8E38; pub const customnavsystem001: usize = 0x12F8D58;
} }
// Module: soundsystem.dll // Module: soundsystem.dll
pub mod soundsystem_dll { pub mod soundsystem_dll {
@ -184,26 +184,26 @@ pub mod cs2_dumper {
} }
// Module: steamclient64.dll // Module: steamclient64.dll
pub mod steamclient64_dll { pub mod steamclient64_dll {
pub const CLIENTENGINE_INTERFACE_VERSION005: usize = 0x65ACBD2A; pub const CLIENTENGINE_INTERFACE_VERSION005: usize = 0x8BD7552F;
pub const IVALIDATE001: usize = 0x14EDA30; pub const IVALIDATE001: usize = 0x153A840;
pub const SteamClient006: usize = 0x14EB270; pub const SteamClient006: usize = 0x1538080;
pub const SteamClient007: usize = 0x14EB278; pub const SteamClient007: usize = 0x1538088;
pub const SteamClient008: usize = 0x14EB280; pub const SteamClient008: usize = 0x1538090;
pub const SteamClient009: usize = 0x14EB288; pub const SteamClient009: usize = 0x1538098;
pub const SteamClient010: usize = 0x14EB290; pub const SteamClient010: usize = 0x15380A0;
pub const SteamClient011: usize = 0x14EB298; pub const SteamClient011: usize = 0x15380A8;
pub const SteamClient012: usize = 0x14EB2A0; pub const SteamClient012: usize = 0x15380B0;
pub const SteamClient013: usize = 0x14EB2A8; pub const SteamClient013: usize = 0x15380B8;
pub const SteamClient014: usize = 0x14EB2B0; pub const SteamClient014: usize = 0x15380C0;
pub const SteamClient015: usize = 0x14EB2B8; pub const SteamClient015: usize = 0x15380C8;
pub const SteamClient016: usize = 0x14EB2C0; pub const SteamClient016: usize = 0x15380D0;
pub const SteamClient017: usize = 0x14EB2C8; pub const SteamClient017: usize = 0x15380D8;
pub const SteamClient018: usize = 0x14EB2D0; pub const SteamClient018: usize = 0x15380E0;
pub const SteamClient019: usize = 0x14EB2D8; pub const SteamClient019: usize = 0x15380E8;
pub const SteamClient020: usize = 0x14EB2E0; pub const SteamClient020: usize = 0x15380F0;
pub const SteamClient021: usize = 0x14EB2E8; pub const SteamClient021: usize = 0x15380F8;
pub const p2pvoice002: usize = 0x14E5C5F; pub const p2pvoice002: usize = 0x14E6ECF;
pub const p2pvoicesingleton002: usize = 0x14C90E0; pub const p2pvoicesingleton002: usize = 0x15140E0;
} }
// Module: tier0.dll // Module: tier0.dll
pub mod tier0_dll { pub mod tier0_dll {
@ -235,8 +235,8 @@ pub mod cs2_dumper {
} }
// Module: vstdlib_s64.dll // Module: vstdlib_s64.dll
pub mod vstdlib_s64_dll { pub mod vstdlib_s64_dll {
pub const IVALIDATE001: usize = 0xA5B40; pub const IVALIDATE001: usize = 0xA7B40;
pub const VEngineCvar002: usize = 0x63070; pub const VEngineCvar002: usize = 0x65070;
} }
// Module: worldrenderer.dll // Module: worldrenderer.dll
pub mod worldrenderer_dll { pub mod worldrenderer_dll {

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-27 14:27:03.514757 UTC // 2024-07-02 22:14:16.333089500 UTC
namespace CS2Dumper.Schemas { namespace CS2Dumper.Schemas {
// Module: materialsystem2.dll // Module: materialsystem2.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-27 14:27:03.514757 UTC // 2024-07-02 22:14:16.333089500 UTC
#pragma once #pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-27 14:27:03.514757 UTC // 2024-07-02 22:14:16.333089500 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-27 14:27:03.514757 UTC // 2024-07-02 22:14:16.333089500 UTC
namespace CS2Dumper.Schemas { namespace CS2Dumper.Schemas {
// Module: networksystem.dll // Module: networksystem.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-27 14:27:03.514757 UTC // 2024-07-02 22:14:16.333089500 UTC
#pragma once #pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-27 14:27:03.514757 UTC // 2024-07-02 22:14:16.333089500 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,26 +1,26 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-28 23:53:41.889494600 UTC // 2024-07-02 22:14:16.333089500 UTC
namespace CS2Dumper.Offsets { namespace CS2Dumper.Offsets {
// Module: client.dll // Module: client.dll
public static class ClientDll { public static class ClientDll {
public const nint dwCSGOInput = 0x1A27F10; public const nint dwCSGOInput = 0x1A27E30;
public const nint dwEntityList = 0x19BDE58; public const nint dwEntityList = 0x19BDD78;
public const nint dwGameEntitySystem = 0x1ADCCA8; public const nint dwGameEntitySystem = 0x1ADCBC8;
public const nint dwGameEntitySystem_highestEntityIndex = 0x1510; public const nint dwGameEntitySystem_highestEntityIndex = 0x1510;
public const nint dwGameRules = 0x1A1B748; public const nint dwGameRules = 0x1A1B668;
public const nint dwGlobalVars = 0x1817638; public const nint dwGlobalVars = 0x1817638;
public const nint dwGlowManager = 0x1A1AE30; public const nint dwGlowManager = 0x1A1AD50;
public const nint dwLocalPlayerController = 0x1A0DA88; public const nint dwLocalPlayerController = 0x1A0D9A8;
public const nint dwLocalPlayerPawn = 0x1823A08; public const nint dwLocalPlayerPawn = 0x1823A08;
public const nint dwPlantedC4 = 0x1A25288; public const nint dwPlantedC4 = 0x1A251A8;
public const nint dwPrediction = 0x18238C0; public const nint dwPrediction = 0x18238C0;
public const nint dwSensitivity = 0x1A1C418; public const nint dwSensitivity = 0x1A1C338;
public const nint dwSensitivity_sensitivity = 0x40; public const nint dwSensitivity_sensitivity = 0x40;
public const nint dwViewAngles = 0x1A2D328; public const nint dwViewAngles = 0x1A2D248;
public const nint dwViewMatrix = 0x1A1FDB0; public const nint dwViewMatrix = 0x1A1FCD0;
public const nint dwViewRender = 0x1A20548; public const nint dwViewRender = 0x1A20468;
public const nint dwWeaponC4 = 0x19C1A20; public const nint dwWeaponC4 = 0x19C1940;
} }
// Module: engine2.dll // Module: engine2.dll
public static class Engine2Dll { public static class Engine2Dll {

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-28 23:53:41.889494600 UTC // 2024-07-02 22:14:16.333089500 UTC
#pragma once #pragma once
@ -9,23 +9,23 @@ namespace cs2_dumper {
namespace offsets { namespace offsets {
// Module: client.dll // Module: client.dll
namespace client_dll { namespace client_dll {
constexpr std::ptrdiff_t dwCSGOInput = 0x1A27F10; constexpr std::ptrdiff_t dwCSGOInput = 0x1A27E30;
constexpr std::ptrdiff_t dwEntityList = 0x19BDE58; constexpr std::ptrdiff_t dwEntityList = 0x19BDD78;
constexpr std::ptrdiff_t dwGameEntitySystem = 0x1ADCCA8; constexpr std::ptrdiff_t dwGameEntitySystem = 0x1ADCBC8;
constexpr std::ptrdiff_t dwGameEntitySystem_highestEntityIndex = 0x1510; constexpr std::ptrdiff_t dwGameEntitySystem_highestEntityIndex = 0x1510;
constexpr std::ptrdiff_t dwGameRules = 0x1A1B748; constexpr std::ptrdiff_t dwGameRules = 0x1A1B668;
constexpr std::ptrdiff_t dwGlobalVars = 0x1817638; constexpr std::ptrdiff_t dwGlobalVars = 0x1817638;
constexpr std::ptrdiff_t dwGlowManager = 0x1A1AE30; constexpr std::ptrdiff_t dwGlowManager = 0x1A1AD50;
constexpr std::ptrdiff_t dwLocalPlayerController = 0x1A0DA88; constexpr std::ptrdiff_t dwLocalPlayerController = 0x1A0D9A8;
constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x1823A08; constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x1823A08;
constexpr std::ptrdiff_t dwPlantedC4 = 0x1A25288; constexpr std::ptrdiff_t dwPlantedC4 = 0x1A251A8;
constexpr std::ptrdiff_t dwPrediction = 0x18238C0; constexpr std::ptrdiff_t dwPrediction = 0x18238C0;
constexpr std::ptrdiff_t dwSensitivity = 0x1A1C418; constexpr std::ptrdiff_t dwSensitivity = 0x1A1C338;
constexpr std::ptrdiff_t dwSensitivity_sensitivity = 0x40; constexpr std::ptrdiff_t dwSensitivity_sensitivity = 0x40;
constexpr std::ptrdiff_t dwViewAngles = 0x1A2D328; constexpr std::ptrdiff_t dwViewAngles = 0x1A2D248;
constexpr std::ptrdiff_t dwViewMatrix = 0x1A1FDB0; constexpr std::ptrdiff_t dwViewMatrix = 0x1A1FCD0;
constexpr std::ptrdiff_t dwViewRender = 0x1A20548; constexpr std::ptrdiff_t dwViewRender = 0x1A20468;
constexpr std::ptrdiff_t dwWeaponC4 = 0x19C1A20; constexpr std::ptrdiff_t dwWeaponC4 = 0x19C1940;
} }
// Module: engine2.dll // Module: engine2.dll
namespace engine2_dll { namespace engine2_dll {

View File

@ -1,22 +1,22 @@
{ {
"client.dll": { "client.dll": {
"dwCSGOInput": 27426576, "dwCSGOInput": 27426352,
"dwEntityList": 26992216, "dwEntityList": 26991992,
"dwGameEntitySystem": 28167336, "dwGameEntitySystem": 28167112,
"dwGameEntitySystem_highestEntityIndex": 5392, "dwGameEntitySystem_highestEntityIndex": 5392,
"dwGameRules": 27375432, "dwGameRules": 27375208,
"dwGlobalVars": 25261624, "dwGlobalVars": 25261624,
"dwGlowManager": 27373104, "dwGlowManager": 27372880,
"dwLocalPlayerController": 27318920, "dwLocalPlayerController": 27318696,
"dwLocalPlayerPawn": 25311752, "dwLocalPlayerPawn": 25311752,
"dwPlantedC4": 27415176, "dwPlantedC4": 27414952,
"dwPrediction": 25311424, "dwPrediction": 25311424,
"dwSensitivity": 27378712, "dwSensitivity": 27378488,
"dwSensitivity_sensitivity": 64, "dwSensitivity_sensitivity": 64,
"dwViewAngles": 27448104, "dwViewAngles": 27447880,
"dwViewMatrix": 27393456, "dwViewMatrix": 27393232,
"dwViewRender": 27395400, "dwViewRender": 27395176,
"dwWeaponC4": 27007520 "dwWeaponC4": 27007296
}, },
"engine2.dll": { "engine2.dll": {
"dwBuildNumber": 5437492, "dwBuildNumber": 5437492,

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-28 23:53:41.889494600 UTC // 2024-07-02 22:14:16.333089500 UTC
#![allow(non_upper_case_globals, unused)] #![allow(non_upper_case_globals, unused)]
@ -7,23 +7,23 @@ pub mod cs2_dumper {
pub mod offsets { pub mod offsets {
// Module: client.dll // Module: client.dll
pub mod client_dll { pub mod client_dll {
pub const dwCSGOInput: usize = 0x1A27F10; pub const dwCSGOInput: usize = 0x1A27E30;
pub const dwEntityList: usize = 0x19BDE58; pub const dwEntityList: usize = 0x19BDD78;
pub const dwGameEntitySystem: usize = 0x1ADCCA8; pub const dwGameEntitySystem: usize = 0x1ADCBC8;
pub const dwGameEntitySystem_highestEntityIndex: usize = 0x1510; pub const dwGameEntitySystem_highestEntityIndex: usize = 0x1510;
pub const dwGameRules: usize = 0x1A1B748; pub const dwGameRules: usize = 0x1A1B668;
pub const dwGlobalVars: usize = 0x1817638; pub const dwGlobalVars: usize = 0x1817638;
pub const dwGlowManager: usize = 0x1A1AE30; pub const dwGlowManager: usize = 0x1A1AD50;
pub const dwLocalPlayerController: usize = 0x1A0DA88; pub const dwLocalPlayerController: usize = 0x1A0D9A8;
pub const dwLocalPlayerPawn: usize = 0x1823A08; pub const dwLocalPlayerPawn: usize = 0x1823A08;
pub const dwPlantedC4: usize = 0x1A25288; pub const dwPlantedC4: usize = 0x1A251A8;
pub const dwPrediction: usize = 0x18238C0; pub const dwPrediction: usize = 0x18238C0;
pub const dwSensitivity: usize = 0x1A1C418; pub const dwSensitivity: usize = 0x1A1C338;
pub const dwSensitivity_sensitivity: usize = 0x40; pub const dwSensitivity_sensitivity: usize = 0x40;
pub const dwViewAngles: usize = 0x1A2D328; pub const dwViewAngles: usize = 0x1A2D248;
pub const dwViewMatrix: usize = 0x1A1FDB0; pub const dwViewMatrix: usize = 0x1A1FCD0;
pub const dwViewRender: usize = 0x1A20548; pub const dwViewRender: usize = 0x1A20468;
pub const dwWeaponC4: usize = 0x19C1A20; pub const dwWeaponC4: usize = 0x19C1940;
} }
// Module: engine2.dll // Module: engine2.dll
pub mod engine2_dll { pub mod engine2_dll {

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-27 14:27:03.514757 UTC // 2024-07-02 22:14:16.333089500 UTC
namespace CS2Dumper.Schemas { namespace CS2Dumper.Schemas {
// Module: panorama.dll // Module: panorama.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-27 14:27:03.514757 UTC // 2024-07-02 22:14:16.333089500 UTC
#pragma once #pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-27 14:27:03.514757 UTC // 2024-07-02 22:14:16.333089500 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-27 14:27:03.514757 UTC // 2024-07-02 22:14:16.333089500 UTC
namespace CS2Dumper.Schemas { namespace CS2Dumper.Schemas {
// Module: particles.dll // Module: particles.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-27 14:27:03.514757 UTC // 2024-07-02 22:14:16.333089500 UTC
#pragma once #pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-27 14:27:03.514757 UTC // 2024-07-02 22:14:16.333089500 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-27 14:27:03.514757 UTC // 2024-07-02 22:14:16.333089500 UTC
namespace CS2Dumper.Schemas { namespace CS2Dumper.Schemas {
// Module: pulse_system.dll // Module: pulse_system.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-27 14:27:03.514757 UTC // 2024-07-02 22:14:16.333089500 UTC
#pragma once #pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-27 14:27:03.514757 UTC // 2024-07-02 22:14:16.333089500 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-27 14:27:03.514757 UTC // 2024-07-02 22:14:16.333089500 UTC
namespace CS2Dumper.Schemas { namespace CS2Dumper.Schemas {
// Module: rendersystemdx11.dll // Module: rendersystemdx11.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-27 14:27:03.514757 UTC // 2024-07-02 22:14:16.333089500 UTC
#pragma once #pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-27 14:27:03.514757 UTC // 2024-07-02 22:14:16.333089500 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-27 14:27:03.514757 UTC // 2024-07-02 22:14:16.333089500 UTC
namespace CS2Dumper.Schemas { namespace CS2Dumper.Schemas {
// Module: resourcesystem.dll // Module: resourcesystem.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-27 14:27:03.514757 UTC // 2024-07-02 22:14:16.333089500 UTC
#pragma once #pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-27 14:27:03.514757 UTC // 2024-07-02 22:14:16.333089500 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-27 14:27:03.514757 UTC // 2024-07-02 22:14:16.333089500 UTC
namespace CS2Dumper.Schemas { namespace CS2Dumper.Schemas {
// Module: scenesystem.dll // Module: scenesystem.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-27 14:27:03.514757 UTC // 2024-07-02 22:14:16.333089500 UTC
#pragma once #pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-27 14:27:03.514757 UTC // 2024-07-02 22:14:16.333089500 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-27 14:27:03.514757 UTC // 2024-07-02 22:14:16.333089500 UTC
namespace CS2Dumper.Schemas { namespace CS2Dumper.Schemas {
// Module: schemasystem.dll // Module: schemasystem.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-27 14:27:03.514757 UTC // 2024-07-02 22:14:16.333089500 UTC
#pragma once #pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-27 14:27:03.514757 UTC // 2024-07-02 22:14:16.333089500 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-27 14:27:03.514757 UTC // 2024-07-02 22:14:16.333089500 UTC
namespace CS2Dumper.Schemas { namespace CS2Dumper.Schemas {
// Module: server.dll // Module: server.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-27 14:27:03.514757 UTC // 2024-07-02 22:14:16.333089500 UTC
#pragma once #pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-27 14:27:03.514757 UTC // 2024-07-02 22:14:16.333089500 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-27 14:27:03.514757 UTC // 2024-07-02 22:14:16.333089500 UTC
namespace CS2Dumper.Schemas { namespace CS2Dumper.Schemas {
// Module: soundsystem.dll // Module: soundsystem.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-27 14:27:03.514757 UTC // 2024-07-02 22:14:16.333089500 UTC
#pragma once #pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-27 14:27:03.514757 UTC // 2024-07-02 22:14:16.333089500 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-27 14:27:03.514757 UTC // 2024-07-02 22:14:16.333089500 UTC
namespace CS2Dumper.Schemas { namespace CS2Dumper.Schemas {
// Module: vphysics2.dll // Module: vphysics2.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-27 14:27:03.514757 UTC // 2024-07-02 22:14:16.333089500 UTC
#pragma once #pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-27 14:27:03.514757 UTC // 2024-07-02 22:14:16.333089500 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-27 14:27:03.514757 UTC // 2024-07-02 22:14:16.333089500 UTC
namespace CS2Dumper.Schemas { namespace CS2Dumper.Schemas {
// Module: worldrenderer.dll // Module: worldrenderer.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-27 14:27:03.514757 UTC // 2024-07-02 22:14:16.333089500 UTC
#pragma once #pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-27 14:27:03.514757 UTC // 2024-07-02 22:14:16.333089500 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]