mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-04-25 01:45:35 +08:00
Game update (14013) (2)
This commit is contained in:
parent
43e5a27f1e
commit
e88130b250
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-06-11 01:24:17.538973200 UTC
|
// 2024-06-11 03:50:46.229934900 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: animationsystem.dll
|
// Module: animationsystem.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-06-11 01:24:17.538973200 UTC
|
// 2024-06-11 03:50:46.229934900 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-06-11 01:24:17.538973200 UTC
|
// 2024-06-11 03:50:46.229934900 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)]
|
||||||
|
|
||||||
|
@ -1,24 +1,24 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-06-11 01:24:17.538973200 UTC
|
// 2024-06-11 03:50:46.229934900 UTC
|
||||||
|
|
||||||
namespace CS2Dumper {
|
namespace CS2Dumper {
|
||||||
// Module: client.dll
|
// Module: client.dll
|
||||||
public static class Buttons {
|
public static class Buttons {
|
||||||
public const nint attack = 0x17C2CB0;
|
public const nint attack = 0x17C3CB0;
|
||||||
public const nint attack2 = 0x17C2D40;
|
public const nint attack2 = 0x17C3D40;
|
||||||
public const nint back = 0x17C2F80;
|
public const nint back = 0x17C3F80;
|
||||||
public const nint duck = 0x17C3250;
|
public const nint duck = 0x17C4250;
|
||||||
public const nint forward = 0x17C2EF0;
|
public const nint forward = 0x17C3EF0;
|
||||||
public const nint jump = 0x17C31C0;
|
public const nint jump = 0x17C41C0;
|
||||||
public const nint left = 0x17C3010;
|
public const nint left = 0x17C4010;
|
||||||
public const nint lookatweapon = 0x19C7230;
|
public const nint lookatweapon = 0x19C8230;
|
||||||
public const nint reload = 0x17C2C20;
|
public const nint reload = 0x17C3C20;
|
||||||
public const nint right = 0x17C30A0;
|
public const nint right = 0x17C40A0;
|
||||||
public const nint showscores = 0x19C7110;
|
public const nint showscores = 0x19C8110;
|
||||||
public const nint sprint = 0x17C2B90;
|
public const nint sprint = 0x17C3B90;
|
||||||
public const nint turnleft = 0x17C2DD0;
|
public const nint turnleft = 0x17C3DD0;
|
||||||
public const nint turnright = 0x17C2E60;
|
public const nint turnright = 0x17C3E60;
|
||||||
public const nint use = 0x17C3130;
|
public const nint use = 0x17C4130;
|
||||||
public const nint zoom = 0x19C71A0;
|
public const nint zoom = 0x19C81A0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-06-11 01:24:17.538973200 UTC
|
// 2024-06-11 03:50:46.229934900 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
@ -8,21 +8,21 @@
|
|||||||
namespace cs2_dumper {
|
namespace cs2_dumper {
|
||||||
// Module: client.dll
|
// Module: client.dll
|
||||||
namespace buttons {
|
namespace buttons {
|
||||||
constexpr std::ptrdiff_t attack = 0x17C2CB0;
|
constexpr std::ptrdiff_t attack = 0x17C3CB0;
|
||||||
constexpr std::ptrdiff_t attack2 = 0x17C2D40;
|
constexpr std::ptrdiff_t attack2 = 0x17C3D40;
|
||||||
constexpr std::ptrdiff_t back = 0x17C2F80;
|
constexpr std::ptrdiff_t back = 0x17C3F80;
|
||||||
constexpr std::ptrdiff_t duck = 0x17C3250;
|
constexpr std::ptrdiff_t duck = 0x17C4250;
|
||||||
constexpr std::ptrdiff_t forward = 0x17C2EF0;
|
constexpr std::ptrdiff_t forward = 0x17C3EF0;
|
||||||
constexpr std::ptrdiff_t jump = 0x17C31C0;
|
constexpr std::ptrdiff_t jump = 0x17C41C0;
|
||||||
constexpr std::ptrdiff_t left = 0x17C3010;
|
constexpr std::ptrdiff_t left = 0x17C4010;
|
||||||
constexpr std::ptrdiff_t lookatweapon = 0x19C7230;
|
constexpr std::ptrdiff_t lookatweapon = 0x19C8230;
|
||||||
constexpr std::ptrdiff_t reload = 0x17C2C20;
|
constexpr std::ptrdiff_t reload = 0x17C3C20;
|
||||||
constexpr std::ptrdiff_t right = 0x17C30A0;
|
constexpr std::ptrdiff_t right = 0x17C40A0;
|
||||||
constexpr std::ptrdiff_t showscores = 0x19C7110;
|
constexpr std::ptrdiff_t showscores = 0x19C8110;
|
||||||
constexpr std::ptrdiff_t sprint = 0x17C2B90;
|
constexpr std::ptrdiff_t sprint = 0x17C3B90;
|
||||||
constexpr std::ptrdiff_t turnleft = 0x17C2DD0;
|
constexpr std::ptrdiff_t turnleft = 0x17C3DD0;
|
||||||
constexpr std::ptrdiff_t turnright = 0x17C2E60;
|
constexpr std::ptrdiff_t turnright = 0x17C3E60;
|
||||||
constexpr std::ptrdiff_t use = 0x17C3130;
|
constexpr std::ptrdiff_t use = 0x17C4130;
|
||||||
constexpr std::ptrdiff_t zoom = 0x19C71A0;
|
constexpr std::ptrdiff_t zoom = 0x19C81A0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,20 +1,20 @@
|
|||||||
{
|
{
|
||||||
"client.dll": {
|
"client.dll": {
|
||||||
"attack": 24915120,
|
"attack": 24919216,
|
||||||
"attack2": 24915264,
|
"attack2": 24919360,
|
||||||
"back": 24915840,
|
"back": 24919936,
|
||||||
"duck": 24916560,
|
"duck": 24920656,
|
||||||
"forward": 24915696,
|
"forward": 24919792,
|
||||||
"jump": 24916416,
|
"jump": 24920512,
|
||||||
"left": 24915984,
|
"left": 24920080,
|
||||||
"lookatweapon": 27030064,
|
"lookatweapon": 27034160,
|
||||||
"reload": 24914976,
|
"reload": 24919072,
|
||||||
"right": 24916128,
|
"right": 24920224,
|
||||||
"showscores": 27029776,
|
"showscores": 27033872,
|
||||||
"sprint": 24914832,
|
"sprint": 24918928,
|
||||||
"turnleft": 24915408,
|
"turnleft": 24919504,
|
||||||
"turnright": 24915552,
|
"turnright": 24919648,
|
||||||
"use": 24916272,
|
"use": 24920368,
|
||||||
"zoom": 27029920
|
"zoom": 27034016
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -1,26 +1,26 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-06-11 01:24:17.538973200 UTC
|
// 2024-06-11 03:50:46.229934900 UTC
|
||||||
|
|
||||||
#![allow(non_upper_case_globals, unused)]
|
#![allow(non_upper_case_globals, unused)]
|
||||||
|
|
||||||
pub mod cs2_dumper {
|
pub mod cs2_dumper {
|
||||||
// Module: client.dll
|
// Module: client.dll
|
||||||
pub mod buttons {
|
pub mod buttons {
|
||||||
pub const attack: usize = 0x17C2CB0;
|
pub const attack: usize = 0x17C3CB0;
|
||||||
pub const attack2: usize = 0x17C2D40;
|
pub const attack2: usize = 0x17C3D40;
|
||||||
pub const back: usize = 0x17C2F80;
|
pub const back: usize = 0x17C3F80;
|
||||||
pub const duck: usize = 0x17C3250;
|
pub const duck: usize = 0x17C4250;
|
||||||
pub const forward: usize = 0x17C2EF0;
|
pub const forward: usize = 0x17C3EF0;
|
||||||
pub const jump: usize = 0x17C31C0;
|
pub const jump: usize = 0x17C41C0;
|
||||||
pub const left: usize = 0x17C3010;
|
pub const left: usize = 0x17C4010;
|
||||||
pub const lookatweapon: usize = 0x19C7230;
|
pub const lookatweapon: usize = 0x19C8230;
|
||||||
pub const reload: usize = 0x17C2C20;
|
pub const reload: usize = 0x17C3C20;
|
||||||
pub const right: usize = 0x17C30A0;
|
pub const right: usize = 0x17C40A0;
|
||||||
pub const showscores: usize = 0x19C7110;
|
pub const showscores: usize = 0x19C8110;
|
||||||
pub const sprint: usize = 0x17C2B90;
|
pub const sprint: usize = 0x17C3B90;
|
||||||
pub const turnleft: usize = 0x17C2DD0;
|
pub const turnleft: usize = 0x17C3DD0;
|
||||||
pub const turnright: usize = 0x17C2E60;
|
pub const turnright: usize = 0x17C3E60;
|
||||||
pub const r#use: usize = 0x17C3130;
|
pub const r#use: usize = 0x17C4130;
|
||||||
pub const zoom: usize = 0x19C71A0;
|
pub const zoom: usize = 0x19C81A0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-06-11 01:24:17.538973200 UTC
|
// 2024-06-11 03:50:46.229934900 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: client.dll
|
// Module: client.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-06-11 01:24:17.538973200 UTC
|
// 2024-06-11 03:50:46.229934900 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-06-11 01:24:17.538973200 UTC
|
// 2024-06-11 03:50:46.229934900 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)]
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-06-11 01:24:17.538973200 UTC
|
// 2024-06-11 03:50:46.229934900 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: engine2.dll
|
// Module: engine2.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-06-11 01:24:17.538973200 UTC
|
// 2024-06-11 03:50:46.229934900 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-06-11 01:24:17.538973200 UTC
|
// 2024-06-11 03:50:46.229934900 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)]
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-06-11 01:24:17.538973200 UTC
|
// 2024-06-11 03:50:46.229934900 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: host.dll
|
// Module: host.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-06-11 01:24:17.538973200 UTC
|
// 2024-06-11 03:50:46.229934900 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-06-11 01:24:17.538973200 UTC
|
// 2024-06-11 03:50:46.229934900 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)]
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"build_number": 14013,
|
"build_number": 14013,
|
||||||
"timestamp": "2024-06-11T01:24:17.538973200+00:00"
|
"timestamp": "2024-06-11T03:50:46.229934900+00:00"
|
||||||
}
|
}
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-06-11 01:24:17.538973200 UTC
|
// 2024-06-11 03:50:46.229934900 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Interfaces {
|
namespace CS2Dumper.Interfaces {
|
||||||
// Module: animationsystem.dll
|
// Module: animationsystem.dll
|
||||||
@ -12,11 +12,11 @@ namespace CS2Dumper.Interfaces {
|
|||||||
public const nint ClientToolsInfo_001 = 0x726DA0;
|
public const nint ClientToolsInfo_001 = 0x726DA0;
|
||||||
public const nint EmptyWorldService001_Client = 0x473550;
|
public const nint EmptyWorldService001_Client = 0x473550;
|
||||||
public const nint GameClientExports001 = 0x726DB0;
|
public const nint GameClientExports001 = 0x726DB0;
|
||||||
public const nint LegacyGameUI001 = 0x8B0420;
|
public const nint LegacyGameUI001 = 0x8B02B0;
|
||||||
public const nint Source2Client002 = 0x726DC0;
|
public const nint Source2Client002 = 0x726DC0;
|
||||||
public const nint Source2ClientConfig001 = 0x456950;
|
public const nint Source2ClientConfig001 = 0x456950;
|
||||||
public const nint Source2ClientPrediction001 = 0x7A7030;
|
public const nint Source2ClientPrediction001 = 0x7A7030;
|
||||||
public const nint Source2ClientUI001 = 0x896CF0;
|
public const nint Source2ClientUI001 = 0x896B80;
|
||||||
}
|
}
|
||||||
// Module: engine2.dll
|
// Module: engine2.dll
|
||||||
public static class Engine2Dll {
|
public static class Engine2Dll {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-06-11 01:24:17.538973200 UTC
|
// 2024-06-11 03:50:46.229934900 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
@ -17,11 +17,11 @@ namespace cs2_dumper {
|
|||||||
constexpr std::ptrdiff_t ClientToolsInfo_001 = 0x726DA0;
|
constexpr std::ptrdiff_t ClientToolsInfo_001 = 0x726DA0;
|
||||||
constexpr std::ptrdiff_t EmptyWorldService001_Client = 0x473550;
|
constexpr std::ptrdiff_t EmptyWorldService001_Client = 0x473550;
|
||||||
constexpr std::ptrdiff_t GameClientExports001 = 0x726DB0;
|
constexpr std::ptrdiff_t GameClientExports001 = 0x726DB0;
|
||||||
constexpr std::ptrdiff_t LegacyGameUI001 = 0x8B0420;
|
constexpr std::ptrdiff_t LegacyGameUI001 = 0x8B02B0;
|
||||||
constexpr std::ptrdiff_t Source2Client002 = 0x726DC0;
|
constexpr std::ptrdiff_t Source2Client002 = 0x726DC0;
|
||||||
constexpr std::ptrdiff_t Source2ClientConfig001 = 0x456950;
|
constexpr std::ptrdiff_t Source2ClientConfig001 = 0x456950;
|
||||||
constexpr std::ptrdiff_t Source2ClientPrediction001 = 0x7A7030;
|
constexpr std::ptrdiff_t Source2ClientPrediction001 = 0x7A7030;
|
||||||
constexpr std::ptrdiff_t Source2ClientUI001 = 0x896CF0;
|
constexpr std::ptrdiff_t Source2ClientUI001 = 0x896B80;
|
||||||
}
|
}
|
||||||
// Module: engine2.dll
|
// Module: engine2.dll
|
||||||
namespace engine2_dll {
|
namespace engine2_dll {
|
||||||
|
@ -7,11 +7,11 @@
|
|||||||
"ClientToolsInfo_001": 7499168,
|
"ClientToolsInfo_001": 7499168,
|
||||||
"EmptyWorldService001_Client": 4666704,
|
"EmptyWorldService001_Client": 4666704,
|
||||||
"GameClientExports001": 7499184,
|
"GameClientExports001": 7499184,
|
||||||
"LegacyGameUI001": 9110560,
|
"LegacyGameUI001": 9110192,
|
||||||
"Source2Client002": 7499200,
|
"Source2Client002": 7499200,
|
||||||
"Source2ClientConfig001": 4548944,
|
"Source2ClientConfig001": 4548944,
|
||||||
"Source2ClientPrediction001": 8024112,
|
"Source2ClientPrediction001": 8024112,
|
||||||
"Source2ClientUI001": 9006320
|
"Source2ClientUI001": 9005952
|
||||||
},
|
},
|
||||||
"engine2.dll": {
|
"engine2.dll": {
|
||||||
"BenchmarkService001": 1563360,
|
"BenchmarkService001": 1563360,
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-06-11 01:24:17.538973200 UTC
|
// 2024-06-11 03:50:46.229934900 UTC
|
||||||
|
|
||||||
#![allow(non_upper_case_globals, unused)]
|
#![allow(non_upper_case_globals, unused)]
|
||||||
|
|
||||||
@ -15,11 +15,11 @@ pub mod cs2_dumper {
|
|||||||
pub const ClientToolsInfo_001: usize = 0x726DA0;
|
pub const ClientToolsInfo_001: usize = 0x726DA0;
|
||||||
pub const EmptyWorldService001_Client: usize = 0x473550;
|
pub const EmptyWorldService001_Client: usize = 0x473550;
|
||||||
pub const GameClientExports001: usize = 0x726DB0;
|
pub const GameClientExports001: usize = 0x726DB0;
|
||||||
pub const LegacyGameUI001: usize = 0x8B0420;
|
pub const LegacyGameUI001: usize = 0x8B02B0;
|
||||||
pub const Source2Client002: usize = 0x726DC0;
|
pub const Source2Client002: usize = 0x726DC0;
|
||||||
pub const Source2ClientConfig001: usize = 0x456950;
|
pub const Source2ClientConfig001: usize = 0x456950;
|
||||||
pub const Source2ClientPrediction001: usize = 0x7A7030;
|
pub const Source2ClientPrediction001: usize = 0x7A7030;
|
||||||
pub const Source2ClientUI001: usize = 0x896CF0;
|
pub const Source2ClientUI001: usize = 0x896B80;
|
||||||
}
|
}
|
||||||
// Module: engine2.dll
|
// Module: engine2.dll
|
||||||
pub mod engine2_dll {
|
pub mod engine2_dll {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-06-11 01:24:17.538973200 UTC
|
// 2024-06-11 03:50:46.229934900 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: materialsystem2.dll
|
// Module: materialsystem2.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-06-11 01:24:17.538973200 UTC
|
// 2024-06-11 03:50:46.229934900 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-06-11 01:24:17.538973200 UTC
|
// 2024-06-11 03:50:46.229934900 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)]
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-06-11 01:24:17.538973200 UTC
|
// 2024-06-11 03:50:46.229934900 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: networksystem.dll
|
// Module: networksystem.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-06-11 01:24:17.538973200 UTC
|
// 2024-06-11 03:50:46.229934900 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-06-11 01:24:17.538973200 UTC
|
// 2024-06-11 03:50:46.229934900 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)]
|
||||||
|
|
||||||
|
@ -1,26 +1,26 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-06-11 01:24:17.538973200 UTC
|
// 2024-06-11 03:50:46.229934900 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 = 0x19C7310;
|
public const nint dwCSGOInput = 0x19C8310;
|
||||||
public const nint dwEntityList = 0x195D480;
|
public const nint dwEntityList = 0x195E480;
|
||||||
public const nint dwGameEntitySystem = 0x1A7C308;
|
public const nint dwGameEntitySystem = 0x1A7D308;
|
||||||
public const nint dwGameEntitySystem_getHighestEntityIndex = 0x1510;
|
public const nint dwGameEntitySystem_getHighestEntityIndex = 0x1510;
|
||||||
public const nint dwGameRules = 0x19BAFD8;
|
public const nint dwGameRules = 0x19BBFD8;
|
||||||
public const nint dwGlobalVars = 0x17BE0F8;
|
public const nint dwGlobalVars = 0x17BF0F8;
|
||||||
public const nint dwGlowManager = 0x19BA6F0;
|
public const nint dwGlowManager = 0x19BB6F0;
|
||||||
public const nint dwLocalPlayerController = 0x19AD748;
|
public const nint dwLocalPlayerController = 0x19AE748;
|
||||||
public const nint dwLocalPlayerPawn = 0x17CA468;
|
public const nint dwLocalPlayerPawn = 0x17CB468;
|
||||||
public const nint dwPlantedC4 = 0x19C4688;
|
public const nint dwPlantedC4 = 0x19C5688;
|
||||||
public const nint dwPrediction = 0x17CA320;
|
public const nint dwPrediction = 0x17CB320;
|
||||||
public const nint dwSensitivity = 0x19BBC98;
|
public const nint dwSensitivity = 0x19BCC98;
|
||||||
public const nint dwSensitivity_sensitivity = 0x40;
|
public const nint dwSensitivity_sensitivity = 0x40;
|
||||||
public const nint dwViewAngles = 0x19CC728;
|
public const nint dwViewAngles = 0x19CD728;
|
||||||
public const nint dwViewMatrix = 0x19BF620;
|
public const nint dwViewMatrix = 0x19C0620;
|
||||||
public const nint dwViewRender = 0x19BFF38;
|
public const nint dwViewRender = 0x19C0F38;
|
||||||
public const nint dwWeaponC4 = 0x1961490;
|
public const nint dwWeaponC4 = 0x1962490;
|
||||||
}
|
}
|
||||||
// Module: engine2.dll
|
// Module: engine2.dll
|
||||||
public static class Engine2Dll {
|
public static class Engine2Dll {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-06-11 01:24:17.538973200 UTC
|
// 2024-06-11 03:50:46.229934900 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 = 0x19C7310;
|
constexpr std::ptrdiff_t dwCSGOInput = 0x19C8310;
|
||||||
constexpr std::ptrdiff_t dwEntityList = 0x195D480;
|
constexpr std::ptrdiff_t dwEntityList = 0x195E480;
|
||||||
constexpr std::ptrdiff_t dwGameEntitySystem = 0x1A7C308;
|
constexpr std::ptrdiff_t dwGameEntitySystem = 0x1A7D308;
|
||||||
constexpr std::ptrdiff_t dwGameEntitySystem_getHighestEntityIndex = 0x1510;
|
constexpr std::ptrdiff_t dwGameEntitySystem_getHighestEntityIndex = 0x1510;
|
||||||
constexpr std::ptrdiff_t dwGameRules = 0x19BAFD8;
|
constexpr std::ptrdiff_t dwGameRules = 0x19BBFD8;
|
||||||
constexpr std::ptrdiff_t dwGlobalVars = 0x17BE0F8;
|
constexpr std::ptrdiff_t dwGlobalVars = 0x17BF0F8;
|
||||||
constexpr std::ptrdiff_t dwGlowManager = 0x19BA6F0;
|
constexpr std::ptrdiff_t dwGlowManager = 0x19BB6F0;
|
||||||
constexpr std::ptrdiff_t dwLocalPlayerController = 0x19AD748;
|
constexpr std::ptrdiff_t dwLocalPlayerController = 0x19AE748;
|
||||||
constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x17CA468;
|
constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x17CB468;
|
||||||
constexpr std::ptrdiff_t dwPlantedC4 = 0x19C4688;
|
constexpr std::ptrdiff_t dwPlantedC4 = 0x19C5688;
|
||||||
constexpr std::ptrdiff_t dwPrediction = 0x17CA320;
|
constexpr std::ptrdiff_t dwPrediction = 0x17CB320;
|
||||||
constexpr std::ptrdiff_t dwSensitivity = 0x19BBC98;
|
constexpr std::ptrdiff_t dwSensitivity = 0x19BCC98;
|
||||||
constexpr std::ptrdiff_t dwSensitivity_sensitivity = 0x40;
|
constexpr std::ptrdiff_t dwSensitivity_sensitivity = 0x40;
|
||||||
constexpr std::ptrdiff_t dwViewAngles = 0x19CC728;
|
constexpr std::ptrdiff_t dwViewAngles = 0x19CD728;
|
||||||
constexpr std::ptrdiff_t dwViewMatrix = 0x19BF620;
|
constexpr std::ptrdiff_t dwViewMatrix = 0x19C0620;
|
||||||
constexpr std::ptrdiff_t dwViewRender = 0x19BFF38;
|
constexpr std::ptrdiff_t dwViewRender = 0x19C0F38;
|
||||||
constexpr std::ptrdiff_t dwWeaponC4 = 0x1961490;
|
constexpr std::ptrdiff_t dwWeaponC4 = 0x1962490;
|
||||||
}
|
}
|
||||||
// Module: engine2.dll
|
// Module: engine2.dll
|
||||||
namespace engine2_dll {
|
namespace engine2_dll {
|
||||||
|
@ -1,22 +1,22 @@
|
|||||||
{
|
{
|
||||||
"client.dll": {
|
"client.dll": {
|
||||||
"dwCSGOInput": 27030288,
|
"dwCSGOInput": 27034384,
|
||||||
"dwEntityList": 26596480,
|
"dwEntityList": 26600576,
|
||||||
"dwGameEntitySystem": 27771656,
|
"dwGameEntitySystem": 27775752,
|
||||||
"dwGameEntitySystem_getHighestEntityIndex": 5392,
|
"dwGameEntitySystem_getHighestEntityIndex": 5392,
|
||||||
"dwGameRules": 26980312,
|
"dwGameRules": 26984408,
|
||||||
"dwGlobalVars": 24895736,
|
"dwGlobalVars": 24899832,
|
||||||
"dwGlowManager": 26978032,
|
"dwGlowManager": 26982128,
|
||||||
"dwLocalPlayerController": 26924872,
|
"dwLocalPlayerController": 26928968,
|
||||||
"dwLocalPlayerPawn": 24945768,
|
"dwLocalPlayerPawn": 24949864,
|
||||||
"dwPlantedC4": 27018888,
|
"dwPlantedC4": 27022984,
|
||||||
"dwPrediction": 24945440,
|
"dwPrediction": 24949536,
|
||||||
"dwSensitivity": 26983576,
|
"dwSensitivity": 26987672,
|
||||||
"dwSensitivity_sensitivity": 64,
|
"dwSensitivity_sensitivity": 64,
|
||||||
"dwViewAngles": 27051816,
|
"dwViewAngles": 27055912,
|
||||||
"dwViewMatrix": 26998304,
|
"dwViewMatrix": 27002400,
|
||||||
"dwViewRender": 27000632,
|
"dwViewRender": 27004728,
|
||||||
"dwWeaponC4": 26612880
|
"dwWeaponC4": 26616976
|
||||||
},
|
},
|
||||||
"engine2.dll": {
|
"engine2.dll": {
|
||||||
"dwBuildNumber": 5375972,
|
"dwBuildNumber": 5375972,
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-06-11 01:24:17.538973200 UTC
|
// 2024-06-11 03:50:46.229934900 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 = 0x19C7310;
|
pub const dwCSGOInput: usize = 0x19C8310;
|
||||||
pub const dwEntityList: usize = 0x195D480;
|
pub const dwEntityList: usize = 0x195E480;
|
||||||
pub const dwGameEntitySystem: usize = 0x1A7C308;
|
pub const dwGameEntitySystem: usize = 0x1A7D308;
|
||||||
pub const dwGameEntitySystem_getHighestEntityIndex: usize = 0x1510;
|
pub const dwGameEntitySystem_getHighestEntityIndex: usize = 0x1510;
|
||||||
pub const dwGameRules: usize = 0x19BAFD8;
|
pub const dwGameRules: usize = 0x19BBFD8;
|
||||||
pub const dwGlobalVars: usize = 0x17BE0F8;
|
pub const dwGlobalVars: usize = 0x17BF0F8;
|
||||||
pub const dwGlowManager: usize = 0x19BA6F0;
|
pub const dwGlowManager: usize = 0x19BB6F0;
|
||||||
pub const dwLocalPlayerController: usize = 0x19AD748;
|
pub const dwLocalPlayerController: usize = 0x19AE748;
|
||||||
pub const dwLocalPlayerPawn: usize = 0x17CA468;
|
pub const dwLocalPlayerPawn: usize = 0x17CB468;
|
||||||
pub const dwPlantedC4: usize = 0x19C4688;
|
pub const dwPlantedC4: usize = 0x19C5688;
|
||||||
pub const dwPrediction: usize = 0x17CA320;
|
pub const dwPrediction: usize = 0x17CB320;
|
||||||
pub const dwSensitivity: usize = 0x19BBC98;
|
pub const dwSensitivity: usize = 0x19BCC98;
|
||||||
pub const dwSensitivity_sensitivity: usize = 0x40;
|
pub const dwSensitivity_sensitivity: usize = 0x40;
|
||||||
pub const dwViewAngles: usize = 0x19CC728;
|
pub const dwViewAngles: usize = 0x19CD728;
|
||||||
pub const dwViewMatrix: usize = 0x19BF620;
|
pub const dwViewMatrix: usize = 0x19C0620;
|
||||||
pub const dwViewRender: usize = 0x19BFF38;
|
pub const dwViewRender: usize = 0x19C0F38;
|
||||||
pub const dwWeaponC4: usize = 0x1961490;
|
pub const dwWeaponC4: usize = 0x1962490;
|
||||||
}
|
}
|
||||||
// Module: engine2.dll
|
// Module: engine2.dll
|
||||||
pub mod engine2_dll {
|
pub mod engine2_dll {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-06-11 01:24:17.538973200 UTC
|
// 2024-06-11 03:50:46.229934900 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: panorama.dll
|
// Module: panorama.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-06-11 01:24:17.538973200 UTC
|
// 2024-06-11 03:50:46.229934900 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-06-11 01:24:17.538973200 UTC
|
// 2024-06-11 03:50:46.229934900 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)]
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-06-11 01:24:17.538973200 UTC
|
// 2024-06-11 03:50:46.229934900 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: particles.dll
|
// Module: particles.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-06-11 01:24:17.538973200 UTC
|
// 2024-06-11 03:50:46.229934900 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-06-11 01:24:17.538973200 UTC
|
// 2024-06-11 03:50:46.229934900 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)]
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-06-11 01:24:17.538973200 UTC
|
// 2024-06-11 03:50:46.229934900 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: pulse_system.dll
|
// Module: pulse_system.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-06-11 01:24:17.538973200 UTC
|
// 2024-06-11 03:50:46.229934900 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-06-11 01:24:17.538973200 UTC
|
// 2024-06-11 03:50:46.229934900 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)]
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-06-11 01:24:17.538973200 UTC
|
// 2024-06-11 03:50:46.229934900 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: rendersystemdx11.dll
|
// Module: rendersystemdx11.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-06-11 01:24:17.538973200 UTC
|
// 2024-06-11 03:50:46.229934900 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-06-11 01:24:17.538973200 UTC
|
// 2024-06-11 03:50:46.229934900 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)]
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-06-11 01:24:17.538973200 UTC
|
// 2024-06-11 03:50:46.229934900 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: resourcesystem.dll
|
// Module: resourcesystem.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-06-11 01:24:17.538973200 UTC
|
// 2024-06-11 03:50:46.229934900 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-06-11 01:24:17.538973200 UTC
|
// 2024-06-11 03:50:46.229934900 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)]
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-06-11 01:24:17.538973200 UTC
|
// 2024-06-11 03:50:46.229934900 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: scenesystem.dll
|
// Module: scenesystem.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-06-11 01:24:17.538973200 UTC
|
// 2024-06-11 03:50:46.229934900 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-06-11 01:24:17.538973200 UTC
|
// 2024-06-11 03:50:46.229934900 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)]
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-06-11 01:24:17.538973200 UTC
|
// 2024-06-11 03:50:46.229934900 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: schemasystem.dll
|
// Module: schemasystem.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-06-11 01:24:17.538973200 UTC
|
// 2024-06-11 03:50:46.229934900 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-06-11 01:24:17.538973200 UTC
|
// 2024-06-11 03:50:46.229934900 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)]
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-06-11 01:24:17.538973200 UTC
|
// 2024-06-11 03:50:46.229934900 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: server.dll
|
// Module: server.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-06-11 01:24:17.538973200 UTC
|
// 2024-06-11 03:50:46.229934900 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-06-11 01:24:17.538973200 UTC
|
// 2024-06-11 03:50:46.229934900 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)]
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-06-11 01:24:17.538973200 UTC
|
// 2024-06-11 03:50:46.229934900 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: soundsystem.dll
|
// Module: soundsystem.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-06-11 01:24:17.538973200 UTC
|
// 2024-06-11 03:50:46.229934900 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-06-11 01:24:17.538973200 UTC
|
// 2024-06-11 03:50:46.229934900 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)]
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-06-11 01:24:17.538973200 UTC
|
// 2024-06-11 03:50:46.229934900 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: vphysics2.dll
|
// Module: vphysics2.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-06-11 01:24:17.538973200 UTC
|
// 2024-06-11 03:50:46.229934900 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-06-11 01:24:17.538973200 UTC
|
// 2024-06-11 03:50:46.229934900 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)]
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-06-11 01:24:17.538973200 UTC
|
// 2024-06-11 03:50:46.229934900 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: worldrenderer.dll
|
// Module: worldrenderer.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-06-11 01:24:17.538973200 UTC
|
// 2024-06-11 03:50:46.229934900 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-06-11 01:24:17.538973200 UTC
|
// 2024-06-11 03:50:46.229934900 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)]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user