Fetch `dwSensitivity` (#35)

This commit is contained in:
a2x 2023-11-17 00:21:28 +10:00
parent 75248cfba6
commit d9bdf9d6ea
74 changed files with 110 additions and 72 deletions

View File

@ -300,6 +300,28 @@
} }
] ]
}, },
{
"name": "dwSensitivity",
"module": "client.dll",
"pattern": "48 8B 05 ? ? ? ? 48 8B 40 ? F3 0F 10 00 F3 0F 59 86",
"operations": [
{
"type": "rip"
}
]
},
{
"name": "dwSensitivity_sensitivity",
"module": "client.dll",
"pattern": "FF 50 ? 4C 8B C6 48 8D 55 ? 48 8B CF E8 ? ? ? ? 84 C0 0F 85 ? ? ? ? 4C 8D 45 ? 8B D3 48 8B CF E8 ? ? ? ? E9 ? ? ? ? F3 0F 10 06",
"operations": [
{
"type": "slice",
"start": 2,
"end": 3
}
]
},
{ {
"name": "dwViewAngles", "name": "dwViewAngles",
"module": "client.dll", "module": "client.dll",

View File

@ -1,6 +1,6 @@
/* /*
* Created using https://github.com/a2x/cs2-dumper * Created using https://github.com/a2x/cs2-dumper
* Tue, 14 Nov 2023 08:36:05 +0000 * Thu, 16 Nov 2023 14:20:13 +0000
*/ */
public static class AimMatrixOpFixedSettings_t { public static class AimMatrixOpFixedSettings_t {

View File

@ -1,6 +1,6 @@
/* /*
* Created using https://github.com/a2x/cs2-dumper * Created using https://github.com/a2x/cs2-dumper
* Tue, 14 Nov 2023 08:36:05 +0000 * Thu, 16 Nov 2023 14:20:13 +0000
*/ */
#pragma once #pragma once

View File

@ -1,6 +1,6 @@
''' '''
Created using https://github.com/a2x/cs2-dumper Created using https://github.com/a2x/cs2-dumper
Tue, 14 Nov 2023 08:36:05 +0000 Thu, 16 Nov 2023 14:20:13 +0000
''' '''
class AimMatrixOpFixedSettings_t: class AimMatrixOpFixedSettings_t:

View File

@ -1,6 +1,6 @@
/* /*
* Created using https://github.com/a2x/cs2-dumper * Created using https://github.com/a2x/cs2-dumper
* Tue, 14 Nov 2023 08:36:05 +0000 * Thu, 16 Nov 2023 14:20:13 +0000
*/ */
#![allow(non_snake_case, non_upper_case_globals)] #![allow(non_snake_case, non_upper_case_globals)]

View File

@ -1,6 +1,6 @@
/* /*
* Created using https://github.com/a2x/cs2-dumper * Created using https://github.com/a2x/cs2-dumper
* Tue, 14 Nov 2023 08:36:08 +0000 * Thu, 16 Nov 2023 14:20:13 +0000
*/ */
public static class ActiveModelConfig_t { public static class ActiveModelConfig_t {

View File

@ -1,6 +1,6 @@
/* /*
* Created using https://github.com/a2x/cs2-dumper * Created using https://github.com/a2x/cs2-dumper
* Tue, 14 Nov 2023 08:36:08 +0000 * Thu, 16 Nov 2023 14:20:13 +0000
*/ */
#pragma once #pragma once

View File

@ -1,6 +1,6 @@
''' '''
Created using https://github.com/a2x/cs2-dumper Created using https://github.com/a2x/cs2-dumper
Tue, 14 Nov 2023 08:36:08 +0000 Thu, 16 Nov 2023 14:20:13 +0000
''' '''
class ActiveModelConfig_t: class ActiveModelConfig_t:

View File

@ -1,6 +1,6 @@
/* /*
* Created using https://github.com/a2x/cs2-dumper * Created using https://github.com/a2x/cs2-dumper
* Tue, 14 Nov 2023 08:36:08 +0000 * Thu, 16 Nov 2023 14:20:14 +0000
*/ */
#![allow(non_snake_case, non_upper_case_globals)] #![allow(non_snake_case, non_upper_case_globals)]

View File

@ -1,6 +1,6 @@
/* /*
* Created using https://github.com/a2x/cs2-dumper * Created using https://github.com/a2x/cs2-dumper
* Tue, 14 Nov 2023 08:36:05 +0000 * Thu, 16 Nov 2023 14:20:13 +0000
*/ */
public static class CEmptyEntityInstance { public static class CEmptyEntityInstance {

View File

@ -1,6 +1,6 @@
/* /*
* Created using https://github.com/a2x/cs2-dumper * Created using https://github.com/a2x/cs2-dumper
* Tue, 14 Nov 2023 08:36:05 +0000 * Thu, 16 Nov 2023 14:20:13 +0000
*/ */
#pragma once #pragma once

View File

@ -1,6 +1,6 @@
''' '''
Created using https://github.com/a2x/cs2-dumper Created using https://github.com/a2x/cs2-dumper
Tue, 14 Nov 2023 08:36:05 +0000 Thu, 16 Nov 2023 14:20:13 +0000
''' '''
class CEmptyEntityInstance: class CEmptyEntityInstance:

View File

@ -1,6 +1,6 @@
/* /*
* Created using https://github.com/a2x/cs2-dumper * Created using https://github.com/a2x/cs2-dumper
* Tue, 14 Nov 2023 08:36:05 +0000 * Thu, 16 Nov 2023 14:20:13 +0000
*/ */
#![allow(non_snake_case, non_upper_case_globals)] #![allow(non_snake_case, non_upper_case_globals)]

View File

@ -1,6 +1,6 @@
/* /*
* Created using https://github.com/a2x/cs2-dumper * Created using https://github.com/a2x/cs2-dumper
* Tue, 14 Nov 2023 08:36:09 +0000 * Thu, 16 Nov 2023 14:20:14 +0000
*/ */
public static class CAnimScriptBase { public static class CAnimScriptBase {

View File

@ -1,6 +1,6 @@
/* /*
* Created using https://github.com/a2x/cs2-dumper * Created using https://github.com/a2x/cs2-dumper
* Tue, 14 Nov 2023 08:36:09 +0000 * Thu, 16 Nov 2023 14:20:14 +0000
*/ */
#pragma once #pragma once

View File

@ -1,6 +1,6 @@
''' '''
Created using https://github.com/a2x/cs2-dumper Created using https://github.com/a2x/cs2-dumper
Tue, 14 Nov 2023 08:36:09 +0000 Thu, 16 Nov 2023 14:20:14 +0000
''' '''
class CAnimScriptBase: class CAnimScriptBase:

View File

@ -1,6 +1,6 @@
/* /*
* Created using https://github.com/a2x/cs2-dumper * Created using https://github.com/a2x/cs2-dumper
* Tue, 14 Nov 2023 08:36:09 +0000 * Thu, 16 Nov 2023 14:20:14 +0000
*/ */
#![allow(non_snake_case, non_upper_case_globals)] #![allow(non_snake_case, non_upper_case_globals)]

View File

@ -1,6 +1,6 @@
/* /*
* Created using https://github.com/a2x/cs2-dumper * Created using https://github.com/a2x/cs2-dumper
* Tue, 14 Nov 2023 08:36:09 +0000 * Thu, 16 Nov 2023 14:20:14 +0000
*/ */
public static class animationsystem_dll { // animationsystem.dll public static class animationsystem_dll { // animationsystem.dll

View File

@ -1,6 +1,6 @@
/* /*
* Created using https://github.com/a2x/cs2-dumper * Created using https://github.com/a2x/cs2-dumper
* Tue, 14 Nov 2023 08:36:09 +0000 * Thu, 16 Nov 2023 14:20:14 +0000
*/ */
#pragma once #pragma once

View File

@ -1,6 +1,6 @@
''' '''
Created using https://github.com/a2x/cs2-dumper Created using https://github.com/a2x/cs2-dumper
Tue, 14 Nov 2023 08:36:09 +0000 Thu, 16 Nov 2023 14:20:14 +0000
''' '''
class animationsystem_dll: # animationsystem.dll class animationsystem_dll: # animationsystem.dll

View File

@ -1,6 +1,6 @@
/* /*
* Created using https://github.com/a2x/cs2-dumper * Created using https://github.com/a2x/cs2-dumper
* Tue, 14 Nov 2023 08:36:09 +0000 * Thu, 16 Nov 2023 14:20:14 +0000
*/ */
#![allow(non_snake_case, non_upper_case_globals)] #![allow(non_snake_case, non_upper_case_globals)]

View File

@ -1,6 +1,6 @@
/* /*
* Created using https://github.com/a2x/cs2-dumper * Created using https://github.com/a2x/cs2-dumper
* Tue, 14 Nov 2023 08:36:05 +0000 * Thu, 16 Nov 2023 14:20:13 +0000
*/ */
public static class MaterialParamBuffer_t { // MaterialParam_t public static class MaterialParamBuffer_t { // MaterialParam_t

View File

@ -1,6 +1,6 @@
/* /*
* Created using https://github.com/a2x/cs2-dumper * Created using https://github.com/a2x/cs2-dumper
* Tue, 14 Nov 2023 08:36:05 +0000 * Thu, 16 Nov 2023 14:20:13 +0000
*/ */
#pragma once #pragma once

View File

@ -1,6 +1,6 @@
''' '''
Created using https://github.com/a2x/cs2-dumper Created using https://github.com/a2x/cs2-dumper
Tue, 14 Nov 2023 08:36:05 +0000 Thu, 16 Nov 2023 14:20:13 +0000
''' '''
class MaterialParamBuffer_t: # MaterialParam_t class MaterialParamBuffer_t: # MaterialParam_t

View File

@ -1,6 +1,6 @@
/* /*
* Created using https://github.com/a2x/cs2-dumper * Created using https://github.com/a2x/cs2-dumper
* Tue, 14 Nov 2023 08:36:05 +0000 * Thu, 16 Nov 2023 14:20:13 +0000
*/ */
#![allow(non_snake_case, non_upper_case_globals)] #![allow(non_snake_case, non_upper_case_globals)]

View File

@ -1,6 +1,6 @@
/* /*
* Created using https://github.com/a2x/cs2-dumper * Created using https://github.com/a2x/cs2-dumper
* Tue, 14 Nov 2023 08:36:05 +0000 * Thu, 16 Nov 2023 14:20:13 +0000
*/ */
public static class ChangeAccessorFieldPathIndex_t { public static class ChangeAccessorFieldPathIndex_t {

View File

@ -1,6 +1,6 @@
/* /*
* Created using https://github.com/a2x/cs2-dumper * Created using https://github.com/a2x/cs2-dumper
* Tue, 14 Nov 2023 08:36:05 +0000 * Thu, 16 Nov 2023 14:20:13 +0000
*/ */
#pragma once #pragma once

View File

@ -1,6 +1,6 @@
''' '''
Created using https://github.com/a2x/cs2-dumper Created using https://github.com/a2x/cs2-dumper
Tue, 14 Nov 2023 08:36:05 +0000 Thu, 16 Nov 2023 14:20:13 +0000
''' '''
class ChangeAccessorFieldPathIndex_t: class ChangeAccessorFieldPathIndex_t:

View File

@ -1,6 +1,6 @@
/* /*
* Created using https://github.com/a2x/cs2-dumper * Created using https://github.com/a2x/cs2-dumper
* Tue, 14 Nov 2023 08:36:05 +0000 * Thu, 16 Nov 2023 14:20:13 +0000
*/ */
#![allow(non_snake_case, non_upper_case_globals)] #![allow(non_snake_case, non_upper_case_globals)]

View File

@ -1,6 +1,6 @@
/* /*
* Created using https://github.com/a2x/cs2-dumper * Created using https://github.com/a2x/cs2-dumper
* Tue, 14 Nov 2023 08:44:01 +0000 * Thu, 16 Nov 2023 14:20:14 +0000
*/ */
public static class client_dll { // client.dll public static class client_dll { // client.dll
@ -23,6 +23,8 @@ public static class client_dll { // client.dll
public const nint dwLocalPlayerPawn = 0x16B9388; public const nint dwLocalPlayerPawn = 0x16B9388;
public const nint dwPlantedC4 = 0x1810CD8; public const nint dwPlantedC4 = 0x1810CD8;
public const nint dwPrediction = 0x16B9250; public const nint dwPrediction = 0x16B9250;
public const nint dwSensitivity = 0x180ACF8;
public const nint dwSensitivity_sensitivity = 0x40;
public const nint dwViewAngles = 0x186BF18; public const nint dwViewAngles = 0x186BF18;
public const nint dwViewMatrix = 0x180C100; public const nint dwViewMatrix = 0x180C100;
public const nint dwViewRender = 0x180C958; public const nint dwViewRender = 0x180C958;

View File

@ -1,6 +1,6 @@
/* /*
* Created using https://github.com/a2x/cs2-dumper * Created using https://github.com/a2x/cs2-dumper
* Tue, 14 Nov 2023 08:44:01 +0000 * Thu, 16 Nov 2023 14:20:14 +0000
*/ */
#pragma once #pragma once
@ -27,6 +27,8 @@ namespace client_dll { // client.dll
constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x16B9388; constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x16B9388;
constexpr std::ptrdiff_t dwPlantedC4 = 0x1810CD8; constexpr std::ptrdiff_t dwPlantedC4 = 0x1810CD8;
constexpr std::ptrdiff_t dwPrediction = 0x16B9250; constexpr std::ptrdiff_t dwPrediction = 0x16B9250;
constexpr std::ptrdiff_t dwSensitivity = 0x180ACF8;
constexpr std::ptrdiff_t dwSensitivity_sensitivity = 0x40;
constexpr std::ptrdiff_t dwViewAngles = 0x186BF18; constexpr std::ptrdiff_t dwViewAngles = 0x186BF18;
constexpr std::ptrdiff_t dwViewMatrix = 0x180C100; constexpr std::ptrdiff_t dwViewMatrix = 0x180C100;
constexpr std::ptrdiff_t dwViewRender = 0x180C958; constexpr std::ptrdiff_t dwViewRender = 0x180C958;

View File

@ -77,6 +77,14 @@
"value": 23827024, "value": 23827024,
"comment": null "comment": null
}, },
"dwSensitivity": {
"value": 25210104,
"comment": null
},
"dwSensitivity_sensitivity": {
"value": 64,
"comment": null
},
"dwViewAngles": { "dwViewAngles": {
"value": 25607960, "value": 25607960,
"comment": null "comment": null

View File

@ -1,6 +1,6 @@
''' '''
Created using https://github.com/a2x/cs2-dumper Created using https://github.com/a2x/cs2-dumper
Tue, 14 Nov 2023 08:44:01 +0000 Thu, 16 Nov 2023 14:20:14 +0000
''' '''
class client_dll: # client.dll class client_dll: # client.dll
@ -23,6 +23,8 @@ class client_dll: # client.dll
dwLocalPlayerPawn = 0x16B9388 dwLocalPlayerPawn = 0x16B9388
dwPlantedC4 = 0x1810CD8 dwPlantedC4 = 0x1810CD8
dwPrediction = 0x16B9250 dwPrediction = 0x16B9250
dwSensitivity = 0x180ACF8
dwSensitivity_sensitivity = 0x40
dwViewAngles = 0x186BF18 dwViewAngles = 0x186BF18
dwViewMatrix = 0x180C100 dwViewMatrix = 0x180C100
dwViewRender = 0x180C958 dwViewRender = 0x180C958

View File

@ -1,6 +1,6 @@
/* /*
* Created using https://github.com/a2x/cs2-dumper * Created using https://github.com/a2x/cs2-dumper
* Tue, 14 Nov 2023 08:44:01 +0000 * Thu, 16 Nov 2023 14:20:14 +0000
*/ */
#![allow(non_snake_case, non_upper_case_globals)] #![allow(non_snake_case, non_upper_case_globals)]
@ -25,6 +25,8 @@ pub mod client_dll { // client.dll
pub const dwLocalPlayerPawn: usize = 0x16B9388; pub const dwLocalPlayerPawn: usize = 0x16B9388;
pub const dwPlantedC4: usize = 0x1810CD8; pub const dwPlantedC4: usize = 0x1810CD8;
pub const dwPrediction: usize = 0x16B9250; pub const dwPrediction: usize = 0x16B9250;
pub const dwSensitivity: usize = 0x180ACF8;
pub const dwSensitivity_sensitivity: usize = 0x40;
pub const dwViewAngles: usize = 0x186BF18; pub const dwViewAngles: usize = 0x186BF18;
pub const dwViewMatrix: usize = 0x180C100; pub const dwViewMatrix: usize = 0x180C100;
pub const dwViewRender: usize = 0x180C958; pub const dwViewRender: usize = 0x180C958;

View File

@ -1,6 +1,6 @@
/* /*
* Created using https://github.com/a2x/cs2-dumper * Created using https://github.com/a2x/cs2-dumper
* Tue, 14 Nov 2023 08:36:06 +0000 * Thu, 16 Nov 2023 14:20:13 +0000
*/ */
public static class CBaseRendererSource2 { // CParticleFunctionRenderer public static class CBaseRendererSource2 { // CParticleFunctionRenderer

View File

@ -1,6 +1,6 @@
/* /*
* Created using https://github.com/a2x/cs2-dumper * Created using https://github.com/a2x/cs2-dumper
* Tue, 14 Nov 2023 08:36:06 +0000 * Thu, 16 Nov 2023 14:20:13 +0000
*/ */
#pragma once #pragma once

View File

@ -1,6 +1,6 @@
''' '''
Created using https://github.com/a2x/cs2-dumper Created using https://github.com/a2x/cs2-dumper
Tue, 14 Nov 2023 08:36:06 +0000 Thu, 16 Nov 2023 14:20:13 +0000
''' '''
class CBaseRendererSource2: # CParticleFunctionRenderer class CBaseRendererSource2: # CParticleFunctionRenderer

View File

@ -1,6 +1,6 @@
/* /*
* Created using https://github.com/a2x/cs2-dumper * Created using https://github.com/a2x/cs2-dumper
* Tue, 14 Nov 2023 08:36:06 +0000 * Thu, 16 Nov 2023 14:20:13 +0000
*/ */
#![allow(non_snake_case, non_upper_case_globals)] #![allow(non_snake_case, non_upper_case_globals)]

View File

@ -1,6 +1,6 @@
/* /*
* Created using https://github.com/a2x/cs2-dumper * Created using https://github.com/a2x/cs2-dumper
* Tue, 14 Nov 2023 08:36:06 +0000 * Thu, 16 Nov 2023 14:20:13 +0000
*/ */
public static class CBasePulseGraphInstance { public static class CBasePulseGraphInstance {

View File

@ -1,6 +1,6 @@
/* /*
* Created using https://github.com/a2x/cs2-dumper * Created using https://github.com/a2x/cs2-dumper
* Tue, 14 Nov 2023 08:36:06 +0000 * Thu, 16 Nov 2023 14:20:13 +0000
*/ */
#pragma once #pragma once

View File

@ -1,6 +1,6 @@
''' '''
Created using https://github.com/a2x/cs2-dumper Created using https://github.com/a2x/cs2-dumper
Tue, 14 Nov 2023 08:36:06 +0000 Thu, 16 Nov 2023 14:20:13 +0000
''' '''
class CBasePulseGraphInstance: class CBasePulseGraphInstance:

View File

@ -1,6 +1,6 @@
/* /*
* Created using https://github.com/a2x/cs2-dumper * Created using https://github.com/a2x/cs2-dumper
* Tue, 14 Nov 2023 08:36:06 +0000 * Thu, 16 Nov 2023 14:20:13 +0000
*/ */
#![allow(non_snake_case, non_upper_case_globals)] #![allow(non_snake_case, non_upper_case_globals)]

View File

@ -1,6 +1,6 @@
/* /*
* Created using https://github.com/a2x/cs2-dumper * Created using https://github.com/a2x/cs2-dumper
* Tue, 14 Nov 2023 08:36:05 +0000 * Thu, 16 Nov 2023 14:20:13 +0000
*/ */
public static class RenderInputLayoutField_t { public static class RenderInputLayoutField_t {

View File

@ -1,6 +1,6 @@
/* /*
* Created using https://github.com/a2x/cs2-dumper * Created using https://github.com/a2x/cs2-dumper
* Tue, 14 Nov 2023 08:36:05 +0000 * Thu, 16 Nov 2023 14:20:13 +0000
*/ */
#pragma once #pragma once

View File

@ -1,6 +1,6 @@
''' '''
Created using https://github.com/a2x/cs2-dumper Created using https://github.com/a2x/cs2-dumper
Tue, 14 Nov 2023 08:36:05 +0000 Thu, 16 Nov 2023 14:20:13 +0000
''' '''
class RenderInputLayoutField_t: class RenderInputLayoutField_t:

View File

@ -1,6 +1,6 @@
/* /*
* Created using https://github.com/a2x/cs2-dumper * Created using https://github.com/a2x/cs2-dumper
* Tue, 14 Nov 2023 08:36:05 +0000 * Thu, 16 Nov 2023 14:20:13 +0000
*/ */
#![allow(non_snake_case, non_upper_case_globals)] #![allow(non_snake_case, non_upper_case_globals)]

View File

@ -1,6 +1,6 @@
/* /*
* Created using https://github.com/a2x/cs2-dumper * Created using https://github.com/a2x/cs2-dumper
* Tue, 14 Nov 2023 08:36:05 +0000 * Thu, 16 Nov 2023 14:20:13 +0000
*/ */
public static class AABB_t { public static class AABB_t {

View File

@ -1,6 +1,6 @@
/* /*
* Created using https://github.com/a2x/cs2-dumper * Created using https://github.com/a2x/cs2-dumper
* Tue, 14 Nov 2023 08:36:05 +0000 * Thu, 16 Nov 2023 14:20:13 +0000
*/ */
#pragma once #pragma once

View File

@ -1,6 +1,6 @@
''' '''
Created using https://github.com/a2x/cs2-dumper Created using https://github.com/a2x/cs2-dumper
Tue, 14 Nov 2023 08:36:05 +0000 Thu, 16 Nov 2023 14:20:13 +0000
''' '''
class AABB_t: class AABB_t:

View File

@ -1,6 +1,6 @@
/* /*
* Created using https://github.com/a2x/cs2-dumper * Created using https://github.com/a2x/cs2-dumper
* Tue, 14 Nov 2023 08:36:05 +0000 * Thu, 16 Nov 2023 14:20:13 +0000
*/ */
#![allow(non_snake_case, non_upper_case_globals)] #![allow(non_snake_case, non_upper_case_globals)]

View File

@ -1,6 +1,6 @@
/* /*
* Created using https://github.com/a2x/cs2-dumper * Created using https://github.com/a2x/cs2-dumper
* Tue, 14 Nov 2023 08:36:06 +0000 * Thu, 16 Nov 2023 14:20:13 +0000
*/ */
public static class CSSDSEndFrameViewInfo { public static class CSSDSEndFrameViewInfo {

View File

@ -1,6 +1,6 @@
/* /*
* Created using https://github.com/a2x/cs2-dumper * Created using https://github.com/a2x/cs2-dumper
* Tue, 14 Nov 2023 08:36:06 +0000 * Thu, 16 Nov 2023 14:20:13 +0000
*/ */
#pragma once #pragma once

View File

@ -1,6 +1,6 @@
''' '''
Created using https://github.com/a2x/cs2-dumper Created using https://github.com/a2x/cs2-dumper
Tue, 14 Nov 2023 08:36:06 +0000 Thu, 16 Nov 2023 14:20:13 +0000
''' '''
class CSSDSEndFrameViewInfo: class CSSDSEndFrameViewInfo:

View File

@ -1,6 +1,6 @@
/* /*
* Created using https://github.com/a2x/cs2-dumper * Created using https://github.com/a2x/cs2-dumper
* Tue, 14 Nov 2023 08:36:06 +0000 * Thu, 16 Nov 2023 14:20:13 +0000
*/ */
#![allow(non_snake_case, non_upper_case_globals)] #![allow(non_snake_case, non_upper_case_globals)]

View File

@ -1,6 +1,6 @@
/* /*
* Created using https://github.com/a2x/cs2-dumper * Created using https://github.com/a2x/cs2-dumper
* Tue, 14 Nov 2023 08:36:05 +0000 * Thu, 16 Nov 2023 14:20:13 +0000
*/ */
public static class CExampleSchemaVData_Monomorphic { public static class CExampleSchemaVData_Monomorphic {

View File

@ -1,6 +1,6 @@
/* /*
* Created using https://github.com/a2x/cs2-dumper * Created using https://github.com/a2x/cs2-dumper
* Tue, 14 Nov 2023 08:36:05 +0000 * Thu, 16 Nov 2023 14:20:13 +0000
*/ */
#pragma once #pragma once

View File

@ -1,6 +1,6 @@
''' '''
Created using https://github.com/a2x/cs2-dumper Created using https://github.com/a2x/cs2-dumper
Tue, 14 Nov 2023 08:36:05 +0000 Thu, 16 Nov 2023 14:20:13 +0000
''' '''
class CExampleSchemaVData_Monomorphic: class CExampleSchemaVData_Monomorphic:

View File

@ -1,6 +1,6 @@
/* /*
* Created using https://github.com/a2x/cs2-dumper * Created using https://github.com/a2x/cs2-dumper
* Tue, 14 Nov 2023 08:36:05 +0000 * Thu, 16 Nov 2023 14:20:13 +0000
*/ */
#![allow(non_snake_case, non_upper_case_globals)] #![allow(non_snake_case, non_upper_case_globals)]

View File

@ -1,6 +1,6 @@
/* /*
* Created using https://github.com/a2x/cs2-dumper * Created using https://github.com/a2x/cs2-dumper
* Tue, 14 Nov 2023 08:36:07 +0000 * Thu, 16 Nov 2023 14:20:13 +0000
*/ */
public static class ActiveModelConfig_t { public static class ActiveModelConfig_t {

View File

@ -1,6 +1,6 @@
/* /*
* Created using https://github.com/a2x/cs2-dumper * Created using https://github.com/a2x/cs2-dumper
* Tue, 14 Nov 2023 08:36:08 +0000 * Thu, 16 Nov 2023 14:20:13 +0000
*/ */
#pragma once #pragma once

View File

@ -1,6 +1,6 @@
''' '''
Created using https://github.com/a2x/cs2-dumper Created using https://github.com/a2x/cs2-dumper
Tue, 14 Nov 2023 08:36:08 +0000 Thu, 16 Nov 2023 14:20:13 +0000
''' '''
class ActiveModelConfig_t: class ActiveModelConfig_t:

View File

@ -1,6 +1,6 @@
/* /*
* Created using https://github.com/a2x/cs2-dumper * Created using https://github.com/a2x/cs2-dumper
* Tue, 14 Nov 2023 08:36:08 +0000 * Thu, 16 Nov 2023 14:20:13 +0000
*/ */
#![allow(non_snake_case, non_upper_case_globals)] #![allow(non_snake_case, non_upper_case_globals)]

View File

@ -1,6 +1,6 @@
/* /*
* Created using https://github.com/a2x/cs2-dumper * Created using https://github.com/a2x/cs2-dumper
* Tue, 14 Nov 2023 08:36:06 +0000 * Thu, 16 Nov 2023 14:20:13 +0000
*/ */
public static class CDSPMixgroupModifier { public static class CDSPMixgroupModifier {

View File

@ -1,6 +1,6 @@
/* /*
* Created using https://github.com/a2x/cs2-dumper * Created using https://github.com/a2x/cs2-dumper
* Tue, 14 Nov 2023 08:36:06 +0000 * Thu, 16 Nov 2023 14:20:13 +0000
*/ */
#pragma once #pragma once

View File

@ -1,6 +1,6 @@
''' '''
Created using https://github.com/a2x/cs2-dumper Created using https://github.com/a2x/cs2-dumper
Tue, 14 Nov 2023 08:36:06 +0000 Thu, 16 Nov 2023 14:20:13 +0000
''' '''
class CDSPMixgroupModifier: class CDSPMixgroupModifier:

View File

@ -1,6 +1,6 @@
/* /*
* Created using https://github.com/a2x/cs2-dumper * Created using https://github.com/a2x/cs2-dumper
* Tue, 14 Nov 2023 08:36:06 +0000 * Thu, 16 Nov 2023 14:20:13 +0000
*/ */
#![allow(non_snake_case, non_upper_case_globals)] #![allow(non_snake_case, non_upper_case_globals)]

View File

@ -1,6 +1,6 @@
/* /*
* Created using https://github.com/a2x/cs2-dumper * Created using https://github.com/a2x/cs2-dumper
* Tue, 14 Nov 2023 08:36:06 +0000 * Thu, 16 Nov 2023 14:20:13 +0000
*/ */
public static class CFeIndexedJiggleBone { public static class CFeIndexedJiggleBone {

View File

@ -1,6 +1,6 @@
/* /*
* Created using https://github.com/a2x/cs2-dumper * Created using https://github.com/a2x/cs2-dumper
* Tue, 14 Nov 2023 08:36:06 +0000 * Thu, 16 Nov 2023 14:20:13 +0000
*/ */
#pragma once #pragma once

View File

@ -1,6 +1,6 @@
''' '''
Created using https://github.com/a2x/cs2-dumper Created using https://github.com/a2x/cs2-dumper
Tue, 14 Nov 2023 08:36:06 +0000 Thu, 16 Nov 2023 14:20:13 +0000
''' '''
class CFeIndexedJiggleBone: class CFeIndexedJiggleBone:

View File

@ -1,6 +1,6 @@
/* /*
* Created using https://github.com/a2x/cs2-dumper * Created using https://github.com/a2x/cs2-dumper
* Tue, 14 Nov 2023 08:36:06 +0000 * Thu, 16 Nov 2023 14:20:13 +0000
*/ */
#![allow(non_snake_case, non_upper_case_globals)] #![allow(non_snake_case, non_upper_case_globals)]

View File

@ -1,6 +1,6 @@
/* /*
* Created using https://github.com/a2x/cs2-dumper * Created using https://github.com/a2x/cs2-dumper
* Tue, 14 Nov 2023 08:36:06 +0000 * Thu, 16 Nov 2023 14:20:13 +0000
*/ */
public static class AggregateLODSetup_t { public static class AggregateLODSetup_t {

View File

@ -1,6 +1,6 @@
/* /*
* Created using https://github.com/a2x/cs2-dumper * Created using https://github.com/a2x/cs2-dumper
* Tue, 14 Nov 2023 08:36:06 +0000 * Thu, 16 Nov 2023 14:20:13 +0000
*/ */
#pragma once #pragma once

View File

@ -1,6 +1,6 @@
''' '''
Created using https://github.com/a2x/cs2-dumper Created using https://github.com/a2x/cs2-dumper
Tue, 14 Nov 2023 08:36:06 +0000 Thu, 16 Nov 2023 14:20:13 +0000
''' '''
class AggregateLODSetup_t: class AggregateLODSetup_t:

View File

@ -1,6 +1,6 @@
/* /*
* Created using https://github.com/a2x/cs2-dumper * Created using https://github.com/a2x/cs2-dumper
* Tue, 14 Nov 2023 08:36:06 +0000 * Thu, 16 Nov 2023 14:20:13 +0000
*/ */
#![allow(non_snake_case, non_upper_case_globals)] #![allow(non_snake_case, non_upper_case_globals)]