mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-04-24 19:25:34 +08:00
📦 Game Update 13992
new offsets
This commit is contained in:
parent
3b23b1581e
commit
463d3e40b4
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Created using https://github.com/a2x/cs2-dumper
|
* Created using https://github.com/a2x/cs2-dumper
|
||||||
* Tue, 13 Feb 2024 02:41:13 +0000
|
* Tue, 13 Feb 2024 04:04:47 +0000
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public static class AimMatrixOpFixedSettings_t {
|
public static class AimMatrixOpFixedSettings_t {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Created using https://github.com/a2x/cs2-dumper
|
* Created using https://github.com/a2x/cs2-dumper
|
||||||
* Tue, 13 Feb 2024 02:41:13 +0000
|
* Tue, 13 Feb 2024 04:04:47 +0000
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
'''
|
'''
|
||||||
Created using https://github.com/a2x/cs2-dumper
|
Created using https://github.com/a2x/cs2-dumper
|
||||||
Tue, 13 Feb 2024 02:41:13 +0000
|
Tue, 13 Feb 2024 04:04:47 +0000
|
||||||
'''
|
'''
|
||||||
|
|
||||||
class AimMatrixOpFixedSettings_t:
|
class AimMatrixOpFixedSettings_t:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Created using https://github.com/a2x/cs2-dumper
|
* Created using https://github.com/a2x/cs2-dumper
|
||||||
* Tue, 13 Feb 2024 02:41:13 +0000
|
* Tue, 13 Feb 2024 04:04:47 +0000
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#![allow(non_snake_case, non_upper_case_globals)]
|
#![allow(non_snake_case, non_upper_case_globals)]
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
/*
|
||||||
|
* Created using https://github.com/a2x/cs2-dumper
|
||||||
|
* Tue, 13 Feb 2024 04:04:48 +0000
|
||||||
|
*/
|
||||||
|
|
||||||
public static class ActiveModelConfig_t {
|
public static class ActiveModelConfig_t {
|
||||||
public const nint m_Handle = 0x28; // ModelConfigHandle_t
|
public const nint m_Handle = 0x28; // ModelConfigHandle_t
|
||||||
public const nint m_Name = 0x30; // CUtlSymbolLarge
|
public const nint m_Name = 0x30; // CUtlSymbolLarge
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Created using https://github.com/a2x/cs2-dumper
|
* Created using https://github.com/a2x/cs2-dumper
|
||||||
* Tue, 13 Feb 2024 02:41:13 +0000
|
* Tue, 13 Feb 2024 04:04:48 +0000
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
'''
|
'''
|
||||||
Created using https://github.com/a2x/cs2-dumper
|
Created using https://github.com/a2x/cs2-dumper
|
||||||
Tue, 13 Feb 2024 02:41:15 +0000
|
Tue, 13 Feb 2024 04:04:48 +0000
|
||||||
'''
|
'''
|
||||||
|
|
||||||
class ActiveModelConfig_t:
|
class ActiveModelConfig_t:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Created using https://github.com/a2x/cs2-dumper
|
* Created using https://github.com/a2x/cs2-dumper
|
||||||
* Tue, 13 Feb 2024 02:41:15 +0000
|
* Tue, 13 Feb 2024 04:04:48 +0000
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#![allow(non_snake_case, non_upper_case_globals)]
|
#![allow(non_snake_case, non_upper_case_globals)]
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Created using https://github.com/a2x/cs2-dumper
|
* Created using https://github.com/a2x/cs2-dumper
|
||||||
* Tue, 13 Feb 2024 02:41:13 +0000
|
* Tue, 13 Feb 2024 04:04:47 +0000
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public static class CEmptyEntityInstance {
|
public static class CEmptyEntityInstance {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Created using https://github.com/a2x/cs2-dumper
|
* Created using https://github.com/a2x/cs2-dumper
|
||||||
* Tue, 13 Feb 2024 02:41:13 +0000
|
* Tue, 13 Feb 2024 04:04:47 +0000
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
'''
|
'''
|
||||||
Created using https://github.com/a2x/cs2-dumper
|
Created using https://github.com/a2x/cs2-dumper
|
||||||
Tue, 13 Feb 2024 02:41:13 +0000
|
Tue, 13 Feb 2024 04:04:47 +0000
|
||||||
'''
|
'''
|
||||||
|
|
||||||
class CEmptyEntityInstance:
|
class CEmptyEntityInstance:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Created using https://github.com/a2x/cs2-dumper
|
* Created using https://github.com/a2x/cs2-dumper
|
||||||
* Tue, 13 Feb 2024 02:41:13 +0000
|
* Tue, 13 Feb 2024 04:04:47 +0000
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#![allow(non_snake_case, non_upper_case_globals)]
|
#![allow(non_snake_case, non_upper_case_globals)]
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Created using https://github.com/a2x/cs2-dumper
|
* Created using https://github.com/a2x/cs2-dumper
|
||||||
* Tue, 13 Feb 2024 02:41:15 +0000
|
* Tue, 13 Feb 2024 04:04:49 +0000
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public static class CAnimScriptBase {
|
public static class CAnimScriptBase {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Created using https://github.com/a2x/cs2-dumper
|
* Created using https://github.com/a2x/cs2-dumper
|
||||||
* Tue, 13 Feb 2024 02:41:15 +0000
|
* Tue, 13 Feb 2024 04:04:49 +0000
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
'''
|
'''
|
||||||
Created using https://github.com/a2x/cs2-dumper
|
Created using https://github.com/a2x/cs2-dumper
|
||||||
Tue, 13 Feb 2024 02:41:15 +0000
|
Tue, 13 Feb 2024 04:04:49 +0000
|
||||||
'''
|
'''
|
||||||
|
|
||||||
class CAnimScriptBase:
|
class CAnimScriptBase:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Created using https://github.com/a2x/cs2-dumper
|
* Created using https://github.com/a2x/cs2-dumper
|
||||||
* Tue, 13 Feb 2024 02:41:15 +0000
|
* Tue, 13 Feb 2024 04:04:49 +0000
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#![allow(non_snake_case, non_upper_case_globals)]
|
#![allow(non_snake_case, non_upper_case_globals)]
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Created using https://github.com/a2x/cs2-dumper
|
* Created using https://github.com/a2x/cs2-dumper
|
||||||
* Tue, 13 Feb 2024 02:41:15 +0000
|
* Tue, 13 Feb 2024 04:04:49 +0000
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public static class animationsystem_dll { // animationsystem.dll
|
public static class animationsystem_dll { // animationsystem.dll
|
||||||
@ -9,12 +9,12 @@ public static class animationsystem_dll { // animationsystem.dll
|
|||||||
}
|
}
|
||||||
|
|
||||||
public static class client_dll { // client.dll
|
public static class client_dll { // client.dll
|
||||||
public const nint LegacyGameUI001 = 0x8AA960;
|
public const nint LegacyGameUI001 = 0x8AA920;
|
||||||
public const nint Source2ClientUI001 = 0x899BC0;
|
public const nint Source2ClientUI001 = 0x899B80;
|
||||||
public const nint Source2ClientPrediction001 = 0x7ACAF0;
|
public const nint Source2ClientPrediction001 = 0x7ACAB0;
|
||||||
public const nint ClientToolsInfo_001 = 0x7313D0;
|
public const nint ClientToolsInfo_001 = 0x7313C0;
|
||||||
public const nint Source2Client002 = 0x7313F0;
|
public const nint Source2Client002 = 0x7313E0;
|
||||||
public const nint GameClientExports001 = 0x7313E0;
|
public const nint GameClientExports001 = 0x7313D0;
|
||||||
public const nint EmptyWorldService001_Client = 0x483D80;
|
public const nint EmptyWorldService001_Client = 0x483D80;
|
||||||
public const nint Source2ClientConfig001 = 0x46E9A0;
|
public const nint Source2ClientConfig001 = 0x46E9A0;
|
||||||
}
|
}
|
||||||
@ -157,11 +157,11 @@ public static class schemasystem_dll { // schemasystem.dll
|
|||||||
}
|
}
|
||||||
|
|
||||||
public static class server_dll { // server.dll
|
public static class server_dll { // server.dll
|
||||||
public const nint NavGameTest001 = 0xA41980;
|
public const nint NavGameTest001 = 0xA41970;
|
||||||
public const nint ServerToolsInfo_001 = 0x830040;
|
public const nint ServerToolsInfo_001 = 0x830030;
|
||||||
public const nint Source2GameClients001 = 0x830050;
|
public const nint Source2GameClients001 = 0x830040;
|
||||||
public const nint Source2GameEntities001 = 0x830060;
|
public const nint Source2GameEntities001 = 0x830050;
|
||||||
public const nint Source2Server001 = 0x830070;
|
public const nint Source2Server001 = 0x830060;
|
||||||
public const nint EmptyWorldService001_Server = 0x5745B0;
|
public const nint EmptyWorldService001_Server = 0x5745B0;
|
||||||
public const nint Source2ServerConfig001 = 0x565920;
|
public const nint Source2ServerConfig001 = 0x565920;
|
||||||
public const nint EntitySubclassUtilsV001 = 0x2B8F50;
|
public const nint EntitySubclassUtilsV001 = 0x2B8F50;
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Created using https://github.com/a2x/cs2-dumper
|
* Created using https://github.com/a2x/cs2-dumper
|
||||||
* Tue, 13 Feb 2024 02:41:15 +0000
|
* Tue, 13 Feb 2024 04:04:49 +0000
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
@ -13,12 +13,12 @@ namespace animationsystem_dll { // animationsystem.dll
|
|||||||
}
|
}
|
||||||
|
|
||||||
namespace client_dll { // client.dll
|
namespace client_dll { // client.dll
|
||||||
constexpr std::ptrdiff_t LegacyGameUI001 = 0x8AA960;
|
constexpr std::ptrdiff_t LegacyGameUI001 = 0x8AA920;
|
||||||
constexpr std::ptrdiff_t Source2ClientUI001 = 0x899BC0;
|
constexpr std::ptrdiff_t Source2ClientUI001 = 0x899B80;
|
||||||
constexpr std::ptrdiff_t Source2ClientPrediction001 = 0x7ACAF0;
|
constexpr std::ptrdiff_t Source2ClientPrediction001 = 0x7ACAB0;
|
||||||
constexpr std::ptrdiff_t ClientToolsInfo_001 = 0x7313D0;
|
constexpr std::ptrdiff_t ClientToolsInfo_001 = 0x7313C0;
|
||||||
constexpr std::ptrdiff_t Source2Client002 = 0x7313F0;
|
constexpr std::ptrdiff_t Source2Client002 = 0x7313E0;
|
||||||
constexpr std::ptrdiff_t GameClientExports001 = 0x7313E0;
|
constexpr std::ptrdiff_t GameClientExports001 = 0x7313D0;
|
||||||
constexpr std::ptrdiff_t EmptyWorldService001_Client = 0x483D80;
|
constexpr std::ptrdiff_t EmptyWorldService001_Client = 0x483D80;
|
||||||
constexpr std::ptrdiff_t Source2ClientConfig001 = 0x46E9A0;
|
constexpr std::ptrdiff_t Source2ClientConfig001 = 0x46E9A0;
|
||||||
}
|
}
|
||||||
@ -161,11 +161,11 @@ namespace schemasystem_dll { // schemasystem.dll
|
|||||||
}
|
}
|
||||||
|
|
||||||
namespace server_dll { // server.dll
|
namespace server_dll { // server.dll
|
||||||
constexpr std::ptrdiff_t NavGameTest001 = 0xA41980;
|
constexpr std::ptrdiff_t NavGameTest001 = 0xA41970;
|
||||||
constexpr std::ptrdiff_t ServerToolsInfo_001 = 0x830040;
|
constexpr std::ptrdiff_t ServerToolsInfo_001 = 0x830030;
|
||||||
constexpr std::ptrdiff_t Source2GameClients001 = 0x830050;
|
constexpr std::ptrdiff_t Source2GameClients001 = 0x830040;
|
||||||
constexpr std::ptrdiff_t Source2GameEntities001 = 0x830060;
|
constexpr std::ptrdiff_t Source2GameEntities001 = 0x830050;
|
||||||
constexpr std::ptrdiff_t Source2Server001 = 0x830070;
|
constexpr std::ptrdiff_t Source2Server001 = 0x830060;
|
||||||
constexpr std::ptrdiff_t EmptyWorldService001_Server = 0x5745B0;
|
constexpr std::ptrdiff_t EmptyWorldService001_Server = 0x5745B0;
|
||||||
constexpr std::ptrdiff_t Source2ServerConfig001 = 0x565920;
|
constexpr std::ptrdiff_t Source2ServerConfig001 = 0x565920;
|
||||||
constexpr std::ptrdiff_t EntitySubclassUtilsV001 = 0x2B8F50;
|
constexpr std::ptrdiff_t EntitySubclassUtilsV001 = 0x2B8F50;
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
"client_dll": {
|
"client_dll": {
|
||||||
"data": {
|
"data": {
|
||||||
"ClientToolsInfo_001": {
|
"ClientToolsInfo_001": {
|
||||||
"value": 7541712,
|
"value": 7541696,
|
||||||
"comment": null
|
"comment": null
|
||||||
},
|
},
|
||||||
"EmptyWorldService001_Client": {
|
"EmptyWorldService001_Client": {
|
||||||
@ -23,15 +23,15 @@
|
|||||||
"comment": null
|
"comment": null
|
||||||
},
|
},
|
||||||
"GameClientExports001": {
|
"GameClientExports001": {
|
||||||
"value": 7541728,
|
"value": 7541712,
|
||||||
"comment": null
|
"comment": null
|
||||||
},
|
},
|
||||||
"LegacyGameUI001": {
|
"LegacyGameUI001": {
|
||||||
"value": 9087328,
|
"value": 9087264,
|
||||||
"comment": null
|
"comment": null
|
||||||
},
|
},
|
||||||
"Source2Client002": {
|
"Source2Client002": {
|
||||||
"value": 7541744,
|
"value": 7541728,
|
||||||
"comment": null
|
"comment": null
|
||||||
},
|
},
|
||||||
"Source2ClientConfig001": {
|
"Source2ClientConfig001": {
|
||||||
@ -39,11 +39,11 @@
|
|||||||
"comment": null
|
"comment": null
|
||||||
},
|
},
|
||||||
"Source2ClientPrediction001": {
|
"Source2ClientPrediction001": {
|
||||||
"value": 8047344,
|
"value": 8047280,
|
||||||
"comment": null
|
"comment": null
|
||||||
},
|
},
|
||||||
"Source2ClientUI001": {
|
"Source2ClientUI001": {
|
||||||
"value": 9018304,
|
"value": 9018240,
|
||||||
"comment": null
|
"comment": null
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -461,15 +461,15 @@
|
|||||||
"comment": null
|
"comment": null
|
||||||
},
|
},
|
||||||
"NavGameTest001": {
|
"NavGameTest001": {
|
||||||
"value": 10754432,
|
"value": 10754416,
|
||||||
"comment": null
|
"comment": null
|
||||||
},
|
},
|
||||||
"ServerToolsInfo_001": {
|
"ServerToolsInfo_001": {
|
||||||
"value": 8585280,
|
"value": 8585264,
|
||||||
"comment": null
|
"comment": null
|
||||||
},
|
},
|
||||||
"Source2GameClients001": {
|
"Source2GameClients001": {
|
||||||
"value": 8585296,
|
"value": 8585280,
|
||||||
"comment": null
|
"comment": null
|
||||||
},
|
},
|
||||||
"Source2GameDirector001": {
|
"Source2GameDirector001": {
|
||||||
@ -477,11 +477,11 @@
|
|||||||
"comment": null
|
"comment": null
|
||||||
},
|
},
|
||||||
"Source2GameEntities001": {
|
"Source2GameEntities001": {
|
||||||
"value": 8585312,
|
"value": 8585296,
|
||||||
"comment": null
|
"comment": null
|
||||||
},
|
},
|
||||||
"Source2Server001": {
|
"Source2Server001": {
|
||||||
"value": 8585328,
|
"value": 8585312,
|
||||||
"comment": null
|
"comment": null
|
||||||
},
|
},
|
||||||
"Source2ServerConfig001": {
|
"Source2ServerConfig001": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
'''
|
'''
|
||||||
Created using https://github.com/a2x/cs2-dumper
|
Created using https://github.com/a2x/cs2-dumper
|
||||||
Tue, 13 Feb 2024 02:41:15 +0000
|
Tue, 13 Feb 2024 04:04:49 +0000
|
||||||
'''
|
'''
|
||||||
|
|
||||||
class animationsystem_dll: # animationsystem.dll
|
class animationsystem_dll: # animationsystem.dll
|
||||||
@ -8,12 +8,12 @@ class animationsystem_dll: # animationsystem.dll
|
|||||||
AnimationSystem_001 = 0x6DA00
|
AnimationSystem_001 = 0x6DA00
|
||||||
|
|
||||||
class client_dll: # client.dll
|
class client_dll: # client.dll
|
||||||
LegacyGameUI001 = 0x8AA960
|
LegacyGameUI001 = 0x8AA920
|
||||||
Source2ClientUI001 = 0x899BC0
|
Source2ClientUI001 = 0x899B80
|
||||||
Source2ClientPrediction001 = 0x7ACAF0
|
Source2ClientPrediction001 = 0x7ACAB0
|
||||||
ClientToolsInfo_001 = 0x7313D0
|
ClientToolsInfo_001 = 0x7313C0
|
||||||
Source2Client002 = 0x7313F0
|
Source2Client002 = 0x7313E0
|
||||||
GameClientExports001 = 0x7313E0
|
GameClientExports001 = 0x7313D0
|
||||||
EmptyWorldService001_Client = 0x483D80
|
EmptyWorldService001_Client = 0x483D80
|
||||||
Source2ClientConfig001 = 0x46E9A0
|
Source2ClientConfig001 = 0x46E9A0
|
||||||
|
|
||||||
@ -134,11 +134,11 @@ class schemasystem_dll: # schemasystem.dll
|
|||||||
SchemaSystem_001 = 0xAA50
|
SchemaSystem_001 = 0xAA50
|
||||||
|
|
||||||
class server_dll: # server.dll
|
class server_dll: # server.dll
|
||||||
NavGameTest001 = 0xA41980
|
NavGameTest001 = 0xA41970
|
||||||
ServerToolsInfo_001 = 0x830040
|
ServerToolsInfo_001 = 0x830030
|
||||||
Source2GameClients001 = 0x830050
|
Source2GameClients001 = 0x830040
|
||||||
Source2GameEntities001 = 0x830060
|
Source2GameEntities001 = 0x830050
|
||||||
Source2Server001 = 0x830070
|
Source2Server001 = 0x830060
|
||||||
EmptyWorldService001_Server = 0x5745B0
|
EmptyWorldService001_Server = 0x5745B0
|
||||||
Source2ServerConfig001 = 0x565920
|
Source2ServerConfig001 = 0x565920
|
||||||
EntitySubclassUtilsV001 = 0x2B8F50
|
EntitySubclassUtilsV001 = 0x2B8F50
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Created using https://github.com/a2x/cs2-dumper
|
* Created using https://github.com/a2x/cs2-dumper
|
||||||
* Tue, 13 Feb 2024 02:41:15 +0000
|
* Tue, 13 Feb 2024 04:04:49 +0000
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#![allow(non_snake_case, non_upper_case_globals)]
|
#![allow(non_snake_case, non_upper_case_globals)]
|
||||||
@ -11,12 +11,12 @@ pub mod animationsystem_dll { // animationsystem.dll
|
|||||||
}
|
}
|
||||||
|
|
||||||
pub mod client_dll { // client.dll
|
pub mod client_dll { // client.dll
|
||||||
pub const LegacyGameUI001: usize = 0x8AA960;
|
pub const LegacyGameUI001: usize = 0x8AA920;
|
||||||
pub const Source2ClientUI001: usize = 0x899BC0;
|
pub const Source2ClientUI001: usize = 0x899B80;
|
||||||
pub const Source2ClientPrediction001: usize = 0x7ACAF0;
|
pub const Source2ClientPrediction001: usize = 0x7ACAB0;
|
||||||
pub const ClientToolsInfo_001: usize = 0x7313D0;
|
pub const ClientToolsInfo_001: usize = 0x7313C0;
|
||||||
pub const Source2Client002: usize = 0x7313F0;
|
pub const Source2Client002: usize = 0x7313E0;
|
||||||
pub const GameClientExports001: usize = 0x7313E0;
|
pub const GameClientExports001: usize = 0x7313D0;
|
||||||
pub const EmptyWorldService001_Client: usize = 0x483D80;
|
pub const EmptyWorldService001_Client: usize = 0x483D80;
|
||||||
pub const Source2ClientConfig001: usize = 0x46E9A0;
|
pub const Source2ClientConfig001: usize = 0x46E9A0;
|
||||||
}
|
}
|
||||||
@ -159,11 +159,11 @@ pub mod schemasystem_dll { // schemasystem.dll
|
|||||||
}
|
}
|
||||||
|
|
||||||
pub mod server_dll { // server.dll
|
pub mod server_dll { // server.dll
|
||||||
pub const NavGameTest001: usize = 0xA41980;
|
pub const NavGameTest001: usize = 0xA41970;
|
||||||
pub const ServerToolsInfo_001: usize = 0x830040;
|
pub const ServerToolsInfo_001: usize = 0x830030;
|
||||||
pub const Source2GameClients001: usize = 0x830050;
|
pub const Source2GameClients001: usize = 0x830040;
|
||||||
pub const Source2GameEntities001: usize = 0x830060;
|
pub const Source2GameEntities001: usize = 0x830050;
|
||||||
pub const Source2Server001: usize = 0x830070;
|
pub const Source2Server001: usize = 0x830060;
|
||||||
pub const EmptyWorldService001_Server: usize = 0x5745B0;
|
pub const EmptyWorldService001_Server: usize = 0x5745B0;
|
||||||
pub const Source2ServerConfig001: usize = 0x565920;
|
pub const Source2ServerConfig001: usize = 0x565920;
|
||||||
pub const EntitySubclassUtilsV001: usize = 0x2B8F50;
|
pub const EntitySubclassUtilsV001: usize = 0x2B8F50;
|
||||||
|
@ -3,12 +3,12 @@ animationsystem_dll: # animationsystem.dll
|
|||||||
AnimationSystemUtils_001: 470656
|
AnimationSystemUtils_001: 470656
|
||||||
AnimationSystem_001: 449024
|
AnimationSystem_001: 449024
|
||||||
client_dll: # client.dll
|
client_dll: # client.dll
|
||||||
LegacyGameUI001: 9087328
|
LegacyGameUI001: 9087264
|
||||||
Source2ClientUI001: 9018304
|
Source2ClientUI001: 9018240
|
||||||
Source2ClientPrediction001: 8047344
|
Source2ClientPrediction001: 8047280
|
||||||
ClientToolsInfo_001: 7541712
|
ClientToolsInfo_001: 7541696
|
||||||
Source2Client002: 7541744
|
Source2Client002: 7541728
|
||||||
GameClientExports001: 7541728
|
GameClientExports001: 7541712
|
||||||
EmptyWorldService001_Client: 4734336
|
EmptyWorldService001_Client: 4734336
|
||||||
Source2ClientConfig001: 4647328
|
Source2ClientConfig001: 4647328
|
||||||
engine2_dll: # engine2.dll
|
engine2_dll: # engine2.dll
|
||||||
@ -107,11 +107,11 @@ scenesystem_dll: # scenesystem.dll
|
|||||||
schemasystem_dll: # schemasystem.dll
|
schemasystem_dll: # schemasystem.dll
|
||||||
SchemaSystem_001: 43600
|
SchemaSystem_001: 43600
|
||||||
server_dll: # server.dll
|
server_dll: # server.dll
|
||||||
NavGameTest001: 10754432
|
NavGameTest001: 10754416
|
||||||
ServerToolsInfo_001: 8585280
|
ServerToolsInfo_001: 8585264
|
||||||
Source2GameClients001: 8585296
|
Source2GameClients001: 8585280
|
||||||
Source2GameEntities001: 8585312
|
Source2GameEntities001: 8585296
|
||||||
Source2Server001: 8585328
|
Source2Server001: 8585312
|
||||||
EmptyWorldService001_Server: 5719472
|
EmptyWorldService001_Server: 5719472
|
||||||
Source2ServerConfig001: 5658912
|
Source2ServerConfig001: 5658912
|
||||||
EntitySubclassUtilsV001: 2854736
|
EntitySubclassUtilsV001: 2854736
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Created using https://github.com/a2x/cs2-dumper
|
* Created using https://github.com/a2x/cs2-dumper
|
||||||
* Tue, 13 Feb 2024 02:41:13 +0000
|
* Tue, 13 Feb 2024 04:04:47 +0000
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public static class MaterialParamBuffer_t { // MaterialParam_t
|
public static class MaterialParamBuffer_t { // MaterialParam_t
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Created using https://github.com/a2x/cs2-dumper
|
* Created using https://github.com/a2x/cs2-dumper
|
||||||
* Tue, 13 Feb 2024 02:41:13 +0000
|
* Tue, 13 Feb 2024 04:04:47 +0000
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
'''
|
'''
|
||||||
Created using https://github.com/a2x/cs2-dumper
|
Created using https://github.com/a2x/cs2-dumper
|
||||||
Tue, 13 Feb 2024 02:41:13 +0000
|
Tue, 13 Feb 2024 04:04:47 +0000
|
||||||
'''
|
'''
|
||||||
|
|
||||||
class MaterialParamBuffer_t: # MaterialParam_t
|
class MaterialParamBuffer_t: # MaterialParam_t
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Created using https://github.com/a2x/cs2-dumper
|
* Created using https://github.com/a2x/cs2-dumper
|
||||||
* Tue, 13 Feb 2024 02:41:13 +0000
|
* Tue, 13 Feb 2024 04:04:47 +0000
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#![allow(non_snake_case, non_upper_case_globals)]
|
#![allow(non_snake_case, non_upper_case_globals)]
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Created using https://github.com/a2x/cs2-dumper
|
* Created using https://github.com/a2x/cs2-dumper
|
||||||
* Tue, 13 Feb 2024 02:41:13 +0000
|
* Tue, 13 Feb 2024 04:04:47 +0000
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public static class ChangeAccessorFieldPathIndex_t {
|
public static class ChangeAccessorFieldPathIndex_t {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Created using https://github.com/a2x/cs2-dumper
|
* Created using https://github.com/a2x/cs2-dumper
|
||||||
* Tue, 13 Feb 2024 02:41:13 +0000
|
* Tue, 13 Feb 2024 04:04:47 +0000
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
'''
|
'''
|
||||||
Created using https://github.com/a2x/cs2-dumper
|
Created using https://github.com/a2x/cs2-dumper
|
||||||
Tue, 13 Feb 2024 02:41:13 +0000
|
Tue, 13 Feb 2024 04:04:47 +0000
|
||||||
'''
|
'''
|
||||||
|
|
||||||
class ChangeAccessorFieldPathIndex_t:
|
class ChangeAccessorFieldPathIndex_t:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Created using https://github.com/a2x/cs2-dumper
|
* Created using https://github.com/a2x/cs2-dumper
|
||||||
* Tue, 13 Feb 2024 02:41:13 +0000
|
* Tue, 13 Feb 2024 04:04:47 +0000
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#![allow(non_snake_case, non_upper_case_globals)]
|
#![allow(non_snake_case, non_upper_case_globals)]
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Created using https://github.com/a2x/cs2-dumper
|
* Created using https://github.com/a2x/cs2-dumper
|
||||||
* Tue, 13 Feb 2024 02:41:15 +0000
|
* Tue, 13 Feb 2024 04:04:49 +0000
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public static class client_dll { // client.dll
|
public static class client_dll { // client.dll
|
||||||
@ -41,7 +41,7 @@ public static class engine2_dll { // engine2.dll
|
|||||||
}
|
}
|
||||||
|
|
||||||
public static class game_info { // Some additional information about the game at dump time
|
public static class game_info { // Some additional information about the game at dump time
|
||||||
public const nint buildNumber = 0x36A7; // Game build number
|
public const nint buildNumber = 0x36A8; // Game build number
|
||||||
}
|
}
|
||||||
|
|
||||||
public static class inputsystem_dll { // inputsystem.dll
|
public static class inputsystem_dll { // inputsystem.dll
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Created using https://github.com/a2x/cs2-dumper
|
* Created using https://github.com/a2x/cs2-dumper
|
||||||
* Tue, 13 Feb 2024 02:41:13 +0000
|
* Tue, 13 Feb 2024 04:04:49 +0000
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
@ -45,7 +45,7 @@ namespace engine2_dll { // engine2.dll
|
|||||||
}
|
}
|
||||||
|
|
||||||
namespace game_info { // Some additional information about the game at dump time
|
namespace game_info { // Some additional information about the game at dump time
|
||||||
constexpr std::ptrdiff_t buildNumber = 0x36A7; // Game build number
|
constexpr std::ptrdiff_t buildNumber = 0x36A8; // Game build number
|
||||||
}
|
}
|
||||||
|
|
||||||
namespace inputsystem_dll { // inputsystem.dll
|
namespace inputsystem_dll { // inputsystem.dll
|
||||||
|
@ -136,7 +136,7 @@
|
|||||||
"game_info": {
|
"game_info": {
|
||||||
"data": {
|
"data": {
|
||||||
"buildNumber": {
|
"buildNumber": {
|
||||||
"value": 13991,
|
"value": 13992,
|
||||||
"comment": "Game build number"
|
"comment": "Game build number"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
'''
|
'''
|
||||||
Created using https://github.com/a2x/cs2-dumper
|
Created using https://github.com/a2x/cs2-dumper
|
||||||
Tue, 13 Feb 2024 02:41:15 +0000
|
Tue, 13 Feb 2024 04:04:49 +0000
|
||||||
'''
|
'''
|
||||||
|
|
||||||
class client_dll: # client.dll
|
class client_dll: # client.dll
|
||||||
@ -39,7 +39,7 @@ class engine2_dll: # engine2.dll
|
|||||||
dwWindowWidth = 0x5C9A28
|
dwWindowWidth = 0x5C9A28
|
||||||
|
|
||||||
class game_info: # Some additional information about the game at dump time
|
class game_info: # Some additional information about the game at dump time
|
||||||
buildNumber = 0x36A7 # Game build number
|
buildNumber = 0x36A8 # Game build number
|
||||||
|
|
||||||
class inputsystem_dll: # inputsystem.dll
|
class inputsystem_dll: # inputsystem.dll
|
||||||
dwInputSystem = 0x367A0
|
dwInputSystem = 0x367A0
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Created using https://github.com/a2x/cs2-dumper
|
* Created using https://github.com/a2x/cs2-dumper
|
||||||
* Tue, 13 Feb 2024 02:41:15 +0000
|
* Tue, 13 Feb 2024 04:04:49 +0000
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#![allow(non_snake_case, non_upper_case_globals)]
|
#![allow(non_snake_case, non_upper_case_globals)]
|
||||||
@ -43,7 +43,7 @@ pub mod engine2_dll { // engine2.dll
|
|||||||
}
|
}
|
||||||
|
|
||||||
pub mod game_info { // Some additional information about the game at dump time
|
pub mod game_info { // Some additional information about the game at dump time
|
||||||
pub const buildNumber: usize = 0x36A7; // Game build number
|
pub const buildNumber: usize = 0x36A8; // Game build number
|
||||||
}
|
}
|
||||||
|
|
||||||
pub mod inputsystem_dll { // inputsystem.dll
|
pub mod inputsystem_dll { // inputsystem.dll
|
||||||
|
@ -33,6 +33,6 @@ engine2_dll: # engine2.dll
|
|||||||
dwWindowHeight: 6068780
|
dwWindowHeight: 6068780
|
||||||
dwWindowWidth: 6068776
|
dwWindowWidth: 6068776
|
||||||
game_info: # Some additional information about the game at dump time
|
game_info: # Some additional information about the game at dump time
|
||||||
buildNumber: 13991 # Game build number
|
buildNumber: 13992 # Game build number
|
||||||
inputsystem_dll: # inputsystem.dll
|
inputsystem_dll: # inputsystem.dll
|
||||||
dwInputSystem: 223136
|
dwInputSystem: 223136
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Created using https://github.com/a2x/cs2-dumper
|
* Created using https://github.com/a2x/cs2-dumper
|
||||||
* Tue, 13 Feb 2024 02:41:13 +0000
|
* Tue, 13 Feb 2024 04:04:47 +0000
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public static class CBaseRendererSource2 { // CParticleFunctionRenderer
|
public static class CBaseRendererSource2 { // CParticleFunctionRenderer
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Created using https://github.com/a2x/cs2-dumper
|
* Created using https://github.com/a2x/cs2-dumper
|
||||||
* Tue, 13 Feb 2024 02:41:14 +0000
|
* Tue, 13 Feb 2024 04:04:48 +0000
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
'''
|
'''
|
||||||
Created using https://github.com/a2x/cs2-dumper
|
Created using https://github.com/a2x/cs2-dumper
|
||||||
Tue, 13 Feb 2024 02:41:14 +0000
|
Tue, 13 Feb 2024 04:04:48 +0000
|
||||||
'''
|
'''
|
||||||
|
|
||||||
class CBaseRendererSource2: # CParticleFunctionRenderer
|
class CBaseRendererSource2: # CParticleFunctionRenderer
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Created using https://github.com/a2x/cs2-dumper
|
* Created using https://github.com/a2x/cs2-dumper
|
||||||
* Tue, 13 Feb 2024 02:41:14 +0000
|
* Tue, 13 Feb 2024 04:04:48 +0000
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#![allow(non_snake_case, non_upper_case_globals)]
|
#![allow(non_snake_case, non_upper_case_globals)]
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Created using https://github.com/a2x/cs2-dumper
|
* Created using https://github.com/a2x/cs2-dumper
|
||||||
* Tue, 13 Feb 2024 02:41:13 +0000
|
* Tue, 13 Feb 2024 04:04:47 +0000
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public static class CBasePulseGraphInstance {
|
public static class CBasePulseGraphInstance {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Created using https://github.com/a2x/cs2-dumper
|
* Created using https://github.com/a2x/cs2-dumper
|
||||||
* Tue, 13 Feb 2024 02:41:13 +0000
|
* Tue, 13 Feb 2024 04:04:47 +0000
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
'''
|
'''
|
||||||
Created using https://github.com/a2x/cs2-dumper
|
Created using https://github.com/a2x/cs2-dumper
|
||||||
Tue, 13 Feb 2024 02:41:13 +0000
|
Tue, 13 Feb 2024 04:04:47 +0000
|
||||||
'''
|
'''
|
||||||
|
|
||||||
class CBasePulseGraphInstance:
|
class CBasePulseGraphInstance:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Created using https://github.com/a2x/cs2-dumper
|
* Created using https://github.com/a2x/cs2-dumper
|
||||||
* Tue, 13 Feb 2024 02:41:13 +0000
|
* Tue, 13 Feb 2024 04:04:47 +0000
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#![allow(non_snake_case, non_upper_case_globals)]
|
#![allow(non_snake_case, non_upper_case_globals)]
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Created using https://github.com/a2x/cs2-dumper
|
* Created using https://github.com/a2x/cs2-dumper
|
||||||
* Tue, 13 Feb 2024 02:41:13 +0000
|
* Tue, 13 Feb 2024 04:04:47 +0000
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public static class RenderInputLayoutField_t {
|
public static class RenderInputLayoutField_t {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Created using https://github.com/a2x/cs2-dumper
|
* Created using https://github.com/a2x/cs2-dumper
|
||||||
* Tue, 13 Feb 2024 02:41:13 +0000
|
* Tue, 13 Feb 2024 04:04:47 +0000
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
'''
|
'''
|
||||||
Created using https://github.com/a2x/cs2-dumper
|
Created using https://github.com/a2x/cs2-dumper
|
||||||
Tue, 13 Feb 2024 02:41:13 +0000
|
Tue, 13 Feb 2024 04:04:47 +0000
|
||||||
'''
|
'''
|
||||||
|
|
||||||
class RenderInputLayoutField_t:
|
class RenderInputLayoutField_t:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Created using https://github.com/a2x/cs2-dumper
|
* Created using https://github.com/a2x/cs2-dumper
|
||||||
* Tue, 13 Feb 2024 02:41:13 +0000
|
* Tue, 13 Feb 2024 04:04:47 +0000
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#![allow(non_snake_case, non_upper_case_globals)]
|
#![allow(non_snake_case, non_upper_case_globals)]
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Created using https://github.com/a2x/cs2-dumper
|
* Created using https://github.com/a2x/cs2-dumper
|
||||||
* Tue, 13 Feb 2024 02:41:13 +0000
|
* Tue, 13 Feb 2024 04:04:47 +0000
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public static class AABB_t {
|
public static class AABB_t {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Created using https://github.com/a2x/cs2-dumper
|
* Created using https://github.com/a2x/cs2-dumper
|
||||||
* Tue, 13 Feb 2024 02:41:13 +0000
|
* Tue, 13 Feb 2024 04:04:47 +0000
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
'''
|
'''
|
||||||
Created using https://github.com/a2x/cs2-dumper
|
Created using https://github.com/a2x/cs2-dumper
|
||||||
Tue, 13 Feb 2024 02:41:13 +0000
|
Tue, 13 Feb 2024 04:04:47 +0000
|
||||||
'''
|
'''
|
||||||
|
|
||||||
class AABB_t:
|
class AABB_t:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Created using https://github.com/a2x/cs2-dumper
|
* Created using https://github.com/a2x/cs2-dumper
|
||||||
* Tue, 13 Feb 2024 02:41:13 +0000
|
* Tue, 13 Feb 2024 04:04:47 +0000
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#![allow(non_snake_case, non_upper_case_globals)]
|
#![allow(non_snake_case, non_upper_case_globals)]
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Created using https://github.com/a2x/cs2-dumper
|
* Created using https://github.com/a2x/cs2-dumper
|
||||||
* Tue, 13 Feb 2024 02:41:13 +0000
|
* Tue, 13 Feb 2024 04:04:47 +0000
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public static class CSSDSEndFrameViewInfo {
|
public static class CSSDSEndFrameViewInfo {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Created using https://github.com/a2x/cs2-dumper
|
* Created using https://github.com/a2x/cs2-dumper
|
||||||
* Tue, 13 Feb 2024 02:41:13 +0000
|
* Tue, 13 Feb 2024 04:04:47 +0000
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
'''
|
'''
|
||||||
Created using https://github.com/a2x/cs2-dumper
|
Created using https://github.com/a2x/cs2-dumper
|
||||||
Tue, 13 Feb 2024 02:41:13 +0000
|
Tue, 13 Feb 2024 04:04:47 +0000
|
||||||
'''
|
'''
|
||||||
|
|
||||||
class CSSDSEndFrameViewInfo:
|
class CSSDSEndFrameViewInfo:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Created using https://github.com/a2x/cs2-dumper
|
* Created using https://github.com/a2x/cs2-dumper
|
||||||
* Tue, 13 Feb 2024 02:41:13 +0000
|
* Tue, 13 Feb 2024 04:04:47 +0000
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#![allow(non_snake_case, non_upper_case_globals)]
|
#![allow(non_snake_case, non_upper_case_globals)]
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Created using https://github.com/a2x/cs2-dumper
|
* Created using https://github.com/a2x/cs2-dumper
|
||||||
* Tue, 13 Feb 2024 02:41:13 +0000
|
* Tue, 13 Feb 2024 04:04:47 +0000
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public static class CExampleSchemaVData_Monomorphic {
|
public static class CExampleSchemaVData_Monomorphic {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Created using https://github.com/a2x/cs2-dumper
|
* Created using https://github.com/a2x/cs2-dumper
|
||||||
* Tue, 13 Feb 2024 02:41:13 +0000
|
* Tue, 13 Feb 2024 04:04:47 +0000
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
'''
|
'''
|
||||||
Created using https://github.com/a2x/cs2-dumper
|
Created using https://github.com/a2x/cs2-dumper
|
||||||
Tue, 13 Feb 2024 02:41:13 +0000
|
Tue, 13 Feb 2024 04:04:47 +0000
|
||||||
'''
|
'''
|
||||||
|
|
||||||
class CExampleSchemaVData_Monomorphic:
|
class CExampleSchemaVData_Monomorphic:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Created using https://github.com/a2x/cs2-dumper
|
* Created using https://github.com/a2x/cs2-dumper
|
||||||
* Tue, 13 Feb 2024 02:41:13 +0000
|
* Tue, 13 Feb 2024 04:04:47 +0000
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#![allow(non_snake_case, non_upper_case_globals)]
|
#![allow(non_snake_case, non_upper_case_globals)]
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Created using https://github.com/a2x/cs2-dumper
|
* Created using https://github.com/a2x/cs2-dumper
|
||||||
* Tue, 13 Feb 2024 02:41:14 +0000
|
* Tue, 13 Feb 2024 04:04:48 +0000
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public static class ActiveModelConfig_t {
|
public static class ActiveModelConfig_t {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Created using https://github.com/a2x/cs2-dumper
|
* Created using https://github.com/a2x/cs2-dumper
|
||||||
* Tue, 13 Feb 2024 02:41:14 +0000
|
* Tue, 13 Feb 2024 04:04:48 +0000
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
'''
|
'''
|
||||||
Created using https://github.com/a2x/cs2-dumper
|
Created using https://github.com/a2x/cs2-dumper
|
||||||
Tue, 13 Feb 2024 02:41:14 +0000
|
Tue, 13 Feb 2024 04:04:48 +0000
|
||||||
'''
|
'''
|
||||||
|
|
||||||
class ActiveModelConfig_t:
|
class ActiveModelConfig_t:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Created using https://github.com/a2x/cs2-dumper
|
* Created using https://github.com/a2x/cs2-dumper
|
||||||
* Tue, 13 Feb 2024 02:41:14 +0000
|
* Tue, 13 Feb 2024 04:04:48 +0000
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#![allow(non_snake_case, non_upper_case_globals)]
|
#![allow(non_snake_case, non_upper_case_globals)]
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Created using https://github.com/a2x/cs2-dumper
|
* Created using https://github.com/a2x/cs2-dumper
|
||||||
* Tue, 13 Feb 2024 02:41:13 +0000
|
* Tue, 13 Feb 2024 04:04:47 +0000
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public static class CDSPMixgroupModifier {
|
public static class CDSPMixgroupModifier {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Created using https://github.com/a2x/cs2-dumper
|
* Created using https://github.com/a2x/cs2-dumper
|
||||||
* Tue, 13 Feb 2024 02:41:13 +0000
|
* Tue, 13 Feb 2024 04:04:47 +0000
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
'''
|
'''
|
||||||
Created using https://github.com/a2x/cs2-dumper
|
Created using https://github.com/a2x/cs2-dumper
|
||||||
Tue, 13 Feb 2024 02:41:13 +0000
|
Tue, 13 Feb 2024 04:04:47 +0000
|
||||||
'''
|
'''
|
||||||
|
|
||||||
class CDSPMixgroupModifier:
|
class CDSPMixgroupModifier:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Created using https://github.com/a2x/cs2-dumper
|
* Created using https://github.com/a2x/cs2-dumper
|
||||||
* Tue, 13 Feb 2024 02:41:13 +0000
|
* Tue, 13 Feb 2024 04:04:47 +0000
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#![allow(non_snake_case, non_upper_case_globals)]
|
#![allow(non_snake_case, non_upper_case_globals)]
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Created using https://github.com/a2x/cs2-dumper
|
* Created using https://github.com/a2x/cs2-dumper
|
||||||
* Tue, 13 Feb 2024 02:41:13 +0000
|
* Tue, 13 Feb 2024 04:04:47 +0000
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public static class CFeIndexedJiggleBone {
|
public static class CFeIndexedJiggleBone {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Created using https://github.com/a2x/cs2-dumper
|
* Created using https://github.com/a2x/cs2-dumper
|
||||||
* Tue, 13 Feb 2024 02:41:13 +0000
|
* Tue, 13 Feb 2024 04:04:47 +0000
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
'''
|
'''
|
||||||
Created using https://github.com/a2x/cs2-dumper
|
Created using https://github.com/a2x/cs2-dumper
|
||||||
Tue, 13 Feb 2024 02:41:13 +0000
|
Tue, 13 Feb 2024 04:04:47 +0000
|
||||||
'''
|
'''
|
||||||
|
|
||||||
class CFeIndexedJiggleBone:
|
class CFeIndexedJiggleBone:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Created using https://github.com/a2x/cs2-dumper
|
* Created using https://github.com/a2x/cs2-dumper
|
||||||
* Tue, 13 Feb 2024 02:41:13 +0000
|
* Tue, 13 Feb 2024 04:04:47 +0000
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#![allow(non_snake_case, non_upper_case_globals)]
|
#![allow(non_snake_case, non_upper_case_globals)]
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Created using https://github.com/a2x/cs2-dumper
|
* Created using https://github.com/a2x/cs2-dumper
|
||||||
* Tue, 13 Feb 2024 02:41:13 +0000
|
* Tue, 13 Feb 2024 04:04:47 +0000
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public static class AggregateLODSetup_t {
|
public static class AggregateLODSetup_t {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Created using https://github.com/a2x/cs2-dumper
|
* Created using https://github.com/a2x/cs2-dumper
|
||||||
* Tue, 13 Feb 2024 02:41:13 +0000
|
* Tue, 13 Feb 2024 04:04:47 +0000
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
'''
|
'''
|
||||||
Created using https://github.com/a2x/cs2-dumper
|
Created using https://github.com/a2x/cs2-dumper
|
||||||
Tue, 13 Feb 2024 02:41:13 +0000
|
Tue, 13 Feb 2024 04:04:47 +0000
|
||||||
'''
|
'''
|
||||||
|
|
||||||
class AggregateLODSetup_t:
|
class AggregateLODSetup_t:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Created using https://github.com/a2x/cs2-dumper
|
* Created using https://github.com/a2x/cs2-dumper
|
||||||
* Tue, 13 Feb 2024 02:41:13 +0000
|
* Tue, 13 Feb 2024 04:04:47 +0000
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#![allow(non_snake_case, non_upper_case_globals)]
|
#![allow(non_snake_case, non_upper_case_globals)]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user