Fix `dwViewAngles` pattern

This commit is contained in:
a2x 2023-11-14 18:45:31 +10:00
parent 1cc8196f93
commit 75248cfba6
74 changed files with 79 additions and 79 deletions

View File

@ -303,7 +303,7 @@
{ {
"name": "dwViewAngles", "name": "dwViewAngles",
"module": "client.dll", "module": "client.dll",
"pattern": "48 8B 0D ? ? ? ? 48 8B 01 48 FF 60 30", "pattern": "48 8B 0D ? ? ? ? E9 ? ? ? ? CC CC CC CC 40 55",
"operations": [ "operations": [
{ {
"type": "rip" "type": "rip"
@ -313,7 +313,7 @@
}, },
{ {
"type": "add", "type": "add",
"value": 17688 "value": 21288
} }
] ]
}, },

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 03:29:45 +0000 * Tue, 14 Nov 2023 08:36:05 +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 03:29:45 +0000 * Tue, 14 Nov 2023 08:36:05 +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 03:29:45 +0000 Tue, 14 Nov 2023 08:36:05 +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 03:29:45 +0000 * Tue, 14 Nov 2023 08:36:05 +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 03:29:46 +0000 * Tue, 14 Nov 2023 08:36:08 +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 03:29:46 +0000 * Tue, 14 Nov 2023 08:36:08 +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 03:29:46 +0000 Tue, 14 Nov 2023 08:36:08 +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 03:29:46 +0000 * Tue, 14 Nov 2023 08:36:08 +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 03:29:45 +0000 * Tue, 14 Nov 2023 08:36:05 +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 03:29:45 +0000 * Tue, 14 Nov 2023 08:36:05 +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 03:29:45 +0000 Tue, 14 Nov 2023 08:36:05 +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 03:29:45 +0000 * Tue, 14 Nov 2023 08:36:05 +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 03:29:46 +0000 * Tue, 14 Nov 2023 08:36:09 +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 03:29:46 +0000 * Tue, 14 Nov 2023 08:36:09 +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 03:29:46 +0000 Tue, 14 Nov 2023 08:36:09 +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 03:29:46 +0000 * Tue, 14 Nov 2023 08:36:09 +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 03:29:46 +0000 * Tue, 14 Nov 2023 08:36:09 +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 03:29:46 +0000 * Tue, 14 Nov 2023 08:36:09 +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 03:29:46 +0000 Tue, 14 Nov 2023 08:36:09 +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 03:29:46 +0000 * Tue, 14 Nov 2023 08:36:09 +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 03:29:45 +0000 * Tue, 14 Nov 2023 08:36:05 +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 03:29:45 +0000 * Tue, 14 Nov 2023 08:36:05 +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 03:29:45 +0000 Tue, 14 Nov 2023 08:36:05 +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 03:29:45 +0000 * Tue, 14 Nov 2023 08:36:05 +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 03:29:45 +0000 * Tue, 14 Nov 2023 08:36:05 +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 03:29:45 +0000 * Tue, 14 Nov 2023 08:36:05 +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 03:29:45 +0000 Tue, 14 Nov 2023 08:36:05 +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 03:29:45 +0000 * Tue, 14 Nov 2023 08:36:05 +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 03:29:46 +0000 * Tue, 14 Nov 2023 08:44:01 +0000
*/ */
public static class client_dll { // client.dll public static class client_dll { // client.dll
@ -23,7 +23,7 @@ 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 dwViewAngles = 0x186B108; 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 03:29:46 +0000 * Tue, 14 Nov 2023 08:44:01 +0000
*/ */
#pragma once #pragma once
@ -27,7 +27,7 @@ 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 dwViewAngles = 0x186B108; 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

@ -78,7 +78,7 @@
"comment": null "comment": null
}, },
"dwViewAngles": { "dwViewAngles": {
"value": 25604360, "value": 25607960,
"comment": null "comment": null
}, },
"dwViewMatrix": { "dwViewMatrix": {

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 03:29:46 +0000 Tue, 14 Nov 2023 08:44:01 +0000
''' '''
class client_dll: # client.dll class client_dll: # client.dll
@ -23,7 +23,7 @@ class client_dll: # client.dll
dwLocalPlayerPawn = 0x16B9388 dwLocalPlayerPawn = 0x16B9388
dwPlantedC4 = 0x1810CD8 dwPlantedC4 = 0x1810CD8
dwPrediction = 0x16B9250 dwPrediction = 0x16B9250
dwViewAngles = 0x186B108 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 03:29:46 +0000 * Tue, 14 Nov 2023 08:44:01 +0000
*/ */
#![allow(non_snake_case, non_upper_case_globals)] #![allow(non_snake_case, non_upper_case_globals)]
@ -25,7 +25,7 @@ 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 dwViewAngles: usize = 0x186B108; 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 03:29:45 +0000 * Tue, 14 Nov 2023 08:36:06 +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 03:29:45 +0000 * Tue, 14 Nov 2023 08:36:06 +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 03:29:45 +0000 Tue, 14 Nov 2023 08:36:06 +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 03:29:46 +0000 * Tue, 14 Nov 2023 08:36:06 +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 03:29:45 +0000 * Tue, 14 Nov 2023 08:36:06 +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 03:29:45 +0000 * Tue, 14 Nov 2023 08:36:06 +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 03:29:45 +0000 Tue, 14 Nov 2023 08:36:06 +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 03:29:45 +0000 * Tue, 14 Nov 2023 08:36:06 +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 03:29:45 +0000 * Tue, 14 Nov 2023 08:36:05 +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 03:29:45 +0000 * Tue, 14 Nov 2023 08:36:05 +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 03:29:45 +0000 Tue, 14 Nov 2023 08:36:05 +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 03:29:45 +0000 * Tue, 14 Nov 2023 08:36:05 +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 03:29:45 +0000 * Tue, 14 Nov 2023 08:36:05 +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 03:29:45 +0000 * Tue, 14 Nov 2023 08:36:05 +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 03:29:45 +0000 Tue, 14 Nov 2023 08:36:05 +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 03:29:45 +0000 * Tue, 14 Nov 2023 08:36:05 +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 03:29:45 +0000 * Tue, 14 Nov 2023 08:36:06 +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 03:29:45 +0000 * Tue, 14 Nov 2023 08:36:06 +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 03:29:45 +0000 Tue, 14 Nov 2023 08:36:06 +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 03:29:45 +0000 * Tue, 14 Nov 2023 08:36:06 +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 03:29:45 +0000 * Tue, 14 Nov 2023 08:36:05 +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 03:29:45 +0000 * Tue, 14 Nov 2023 08:36:05 +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 03:29:45 +0000 Tue, 14 Nov 2023 08:36:05 +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 03:29:45 +0000 * Tue, 14 Nov 2023 08:36:05 +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 03:29:46 +0000 * Tue, 14 Nov 2023 08:36:07 +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 03:29:46 +0000 * Tue, 14 Nov 2023 08:36:08 +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 03:29:46 +0000 Tue, 14 Nov 2023 08:36:08 +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 03:29:46 +0000 * Tue, 14 Nov 2023 08:36:08 +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 03:29:45 +0000 * Tue, 14 Nov 2023 08:36:06 +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 03:29:45 +0000 * Tue, 14 Nov 2023 08:36:06 +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 03:29:45 +0000 Tue, 14 Nov 2023 08:36:06 +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 03:29:45 +0000 * Tue, 14 Nov 2023 08:36:06 +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 03:29:45 +0000 * Tue, 14 Nov 2023 08:36:06 +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 03:29:45 +0000 * Tue, 14 Nov 2023 08:36:06 +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 03:29:45 +0000 Tue, 14 Nov 2023 08:36:06 +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 03:29:45 +0000 * Tue, 14 Nov 2023 08:36:06 +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 03:29:45 +0000 * Tue, 14 Nov 2023 08:36:06 +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 03:29:45 +0000 * Tue, 14 Nov 2023 08:36:06 +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 03:29:45 +0000 Tue, 14 Nov 2023 08:36:06 +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 03:29:45 +0000 * Tue, 14 Nov 2023 08:36:06 +0000
*/ */
#![allow(non_snake_case, non_upper_case_globals)] #![allow(non_snake_case, non_upper_case_globals)]