Game update (14002)

This commit is contained in:
a2x 2024-04-17 18:48:13 +10:00
parent 48de6c8005
commit bda7f86ef3
64 changed files with 131 additions and 131 deletions

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-04-08 07:10:44.298916800 UTC
// 2024-04-17 08:47:21.349682 UTC
namespace CS2Dumper.Schemas {
// Module: animationsystem.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-04-08 07:10:44.298916800 UTC
// 2024-04-17 08:47:21.349682 UTC
#pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-04-08 07:10:44.298916800 UTC
// 2024-04-17 08:47:21.349682 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-04-08 07:10:44.298916800 UTC
// 2024-04-17 08:47:21.349682 UTC
namespace CS2Dumper {
// Module: client.dll
@ -11,14 +11,14 @@ namespace CS2Dumper {
public const nint forward = 0x172F2A0;
public const nint jump = 0x172F570;
public const nint left = 0x172F3C0;
public const nint lookatweapon = 0x192A4D0;
public const nint lookatweapon = 0x192A500;
public const nint reload = 0x172EFD0;
public const nint right = 0x172F450;
public const nint showscores = 0x192A3B0;
public const nint showscores = 0x192A3E0;
public const nint sprint = 0x172EF40;
public const nint turnleft = 0x172F180;
public const nint turnright = 0x172F210;
public const nint use = 0x172F4E0;
public const nint zoom = 0x192A440;
public const nint zoom = 0x192A470;
}
}

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-04-08 07:10:44.298916800 UTC
// 2024-04-17 08:47:21.349682 UTC
#pragma once
@ -15,14 +15,14 @@ namespace cs2_dumper {
constexpr std::ptrdiff_t forward = 0x172F2A0;
constexpr std::ptrdiff_t jump = 0x172F570;
constexpr std::ptrdiff_t left = 0x172F3C0;
constexpr std::ptrdiff_t lookatweapon = 0x192A4D0;
constexpr std::ptrdiff_t lookatweapon = 0x192A500;
constexpr std::ptrdiff_t reload = 0x172EFD0;
constexpr std::ptrdiff_t right = 0x172F450;
constexpr std::ptrdiff_t showscores = 0x192A3B0;
constexpr std::ptrdiff_t showscores = 0x192A3E0;
constexpr std::ptrdiff_t sprint = 0x172EF40;
constexpr std::ptrdiff_t turnleft = 0x172F180;
constexpr std::ptrdiff_t turnright = 0x172F210;
constexpr std::ptrdiff_t use = 0x172F4E0;
constexpr std::ptrdiff_t zoom = 0x192A440;
constexpr std::ptrdiff_t zoom = 0x192A470;
}
}

View File

@ -7,14 +7,14 @@
"forward": 24310432,
"jump": 24311152,
"left": 24310720,
"lookatweapon": 26387664,
"lookatweapon": 26387712,
"reload": 24309712,
"right": 24310864,
"showscores": 26387376,
"showscores": 26387424,
"sprint": 24309568,
"turnleft": 24310144,
"turnright": 24310288,
"use": 24311008,
"zoom": 26387520
"zoom": 26387568
}
}

View File

@ -1,7 +1,7 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-04-08 07:10:44.298916800 UTC
// 2024-04-17 08:47:21.349682 UTC
#![allow(non_upper_case_globals, non_camel_case_types, unused)]
#![allow(non_upper_case_globals, unused)]
pub mod cs2_dumper {
// Module: client.dll
@ -13,14 +13,14 @@ pub mod cs2_dumper {
pub const forward: usize = 0x172F2A0;
pub const jump: usize = 0x172F570;
pub const left: usize = 0x172F3C0;
pub const lookatweapon: usize = 0x192A4D0;
pub const lookatweapon: usize = 0x192A500;
pub const reload: usize = 0x172EFD0;
pub const right: usize = 0x172F450;
pub const showscores: usize = 0x192A3B0;
pub const showscores: usize = 0x192A3E0;
pub const sprint: usize = 0x172EF40;
pub const turnleft: usize = 0x172F180;
pub const turnright: usize = 0x172F210;
pub const r#use: usize = 0x172F4E0;
pub const zoom: usize = 0x192A440;
pub const zoom: usize = 0x192A470;
}
}

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-04-08 07:10:44.298916800 UTC
// 2024-04-17 08:47:21.349682 UTC
namespace CS2Dumper.Schemas {
// Module: client.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-04-08 07:10:44.298916800 UTC
// 2024-04-17 08:47:21.349682 UTC
#pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-04-08 07:10:44.298916800 UTC
// 2024-04-17 08:47:21.349682 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-04-08 07:10:44.298916800 UTC
// 2024-04-17 08:47:21.349682 UTC
namespace CS2Dumper.Schemas {
// Module: engine2.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-04-08 07:10:44.298916800 UTC
// 2024-04-17 08:47:21.349682 UTC
#pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-04-08 07:10:44.298916800 UTC
// 2024-04-17 08:47:21.349682 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-04-08 07:10:44.298916800 UTC
// 2024-04-17 08:47:21.349682 UTC
namespace CS2Dumper.Schemas {
// Module: host.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-04-08 07:10:44.298916800 UTC
// 2024-04-17 08:47:21.349682 UTC
#pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-04-08 07:10:44.298916800 UTC
// 2024-04-17 08:47:21.349682 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,4 +1,4 @@
{
"build_number": 14002,
"timestamp": "2024-04-08T07:10:44.298916800+00:00"
"timestamp": "2024-04-17T08:47:21.349682+00:00"
}

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-04-08 07:10:44.298916800 UTC
// 2024-04-17 08:47:21.349682 UTC
namespace CS2Dumper.Interfaces {
// Module: animationsystem.dll
@ -12,11 +12,11 @@ namespace CS2Dumper.Interfaces {
public const nint ClientToolsInfo_001 = 0x7332F0;
public const nint EmptyWorldService001_Client = 0x480A90;
public const nint GameClientExports001 = 0x733300;
public const nint LegacyGameUI001 = 0x8AF730;
public const nint LegacyGameUI001 = 0x8AF740;
public const nint Source2Client002 = 0x733310;
public const nint Source2ClientConfig001 = 0x46BCD0;
public const nint Source2ClientPrediction001 = 0x7AFE50;
public const nint Source2ClientUI001 = 0x89EC00;
public const nint Source2ClientUI001 = 0x89EC10;
}
// Module: engine2.dll
public static class Engine2Dll {

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-04-08 07:10:44.298916800 UTC
// 2024-04-17 08:47:21.349682 UTC
#pragma once
@ -17,11 +17,11 @@ namespace cs2_dumper {
constexpr std::ptrdiff_t ClientToolsInfo_001 = 0x7332F0;
constexpr std::ptrdiff_t EmptyWorldService001_Client = 0x480A90;
constexpr std::ptrdiff_t GameClientExports001 = 0x733300;
constexpr std::ptrdiff_t LegacyGameUI001 = 0x8AF730;
constexpr std::ptrdiff_t LegacyGameUI001 = 0x8AF740;
constexpr std::ptrdiff_t Source2Client002 = 0x733310;
constexpr std::ptrdiff_t Source2ClientConfig001 = 0x46BCD0;
constexpr std::ptrdiff_t Source2ClientPrediction001 = 0x7AFE50;
constexpr std::ptrdiff_t Source2ClientUI001 = 0x89EC00;
constexpr std::ptrdiff_t Source2ClientUI001 = 0x89EC10;
}
// Module: engine2.dll
namespace engine2_dll {

View File

@ -7,11 +7,11 @@
"ClientToolsInfo_001": 7549680,
"EmptyWorldService001_Client": 4721296,
"GameClientExports001": 7549696,
"LegacyGameUI001": 9107248,
"LegacyGameUI001": 9107264,
"Source2Client002": 7549712,
"Source2ClientConfig001": 4635856,
"Source2ClientPrediction001": 8060496,
"Source2ClientUI001": 9038848
"Source2ClientUI001": 9038864
},
"engine2.dll": {
"BenchmarkService001": 1536624,

View File

@ -1,7 +1,7 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-04-08 07:10:44.298916800 UTC
// 2024-04-17 08:47:21.349682 UTC
#![allow(non_upper_case_globals, non_camel_case_types, unused)]
#![allow(non_upper_case_globals, unused)]
pub mod cs2_dumper {
pub mod interfaces {
@ -15,11 +15,11 @@ pub mod cs2_dumper {
pub const ClientToolsInfo_001: usize = 0x7332F0;
pub const EmptyWorldService001_Client: usize = 0x480A90;
pub const GameClientExports001: usize = 0x733300;
pub const LegacyGameUI001: usize = 0x8AF730;
pub const LegacyGameUI001: usize = 0x8AF740;
pub const Source2Client002: usize = 0x733310;
pub const Source2ClientConfig001: usize = 0x46BCD0;
pub const Source2ClientPrediction001: usize = 0x7AFE50;
pub const Source2ClientUI001: usize = 0x89EC00;
pub const Source2ClientUI001: usize = 0x89EC10;
}
// Module: engine2.dll
pub mod engine2_dll {

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-04-08 07:10:44.298916800 UTC
// 2024-04-17 08:47:21.349682 UTC
namespace CS2Dumper.Schemas {
// Module: materialsystem2.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-04-08 07:10:44.298916800 UTC
// 2024-04-17 08:47:21.349682 UTC
#pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-04-08 07:10:44.298916800 UTC
// 2024-04-17 08:47:21.349682 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-04-08 07:10:44.298916800 UTC
// 2024-04-17 08:47:21.349682 UTC
namespace CS2Dumper.Schemas {
// Module: networksystem.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-04-08 07:10:44.298916800 UTC
// 2024-04-17 08:47:21.349682 UTC
#pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-04-08 07:10:44.298916800 UTC
// 2024-04-17 08:47:21.349682 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,26 +1,26 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-04-10 01:18:49.435410600 UTC
// 2024-04-17 08:47:21.349682 UTC
namespace CS2Dumper.Offsets {
// Module: client.dll
public static class ClientDll {
public const nint dwCSGOInput = 0x192A5B0;
public const nint dwEntityList = 0x18C1DB8;
public const nint dwGameEntitySystem = 0x19DF750;
public const nint dwCSGOInput = 0x192A5E0;
public const nint dwEntityList = 0x18C1DE8;
public const nint dwGameEntitySystem = 0x19DF790;
public const nint dwGameEntitySystem_getHighestEntityIndex = 0x1510;
public const nint dwGameRules = 0x191EC70;
public const nint dwGameRules = 0x191ECA0;
public const nint dwGlobalVars = 0x1729BA0;
public const nint dwGlowManager = 0x191F090;
public const nint dwLocalPlayerController = 0x1911578;
public const nint dwGlowManager = 0x191F0C0;
public const nint dwLocalPlayerController = 0x19115A8;
public const nint dwLocalPlayerPawn = 0x17361E8;
public const nint dwPlantedC4 = 0x1927A68;
public const nint dwPlantedC4 = 0x1927A98;
public const nint dwPrediction = 0x17360B0;
public const nint dwSensitivity = 0x191F9B8;
public const nint dwSensitivity = 0x191F9E8;
public const nint dwSensitivity_sensitivity = 0x40;
public const nint dwViewAngles = 0x192F940;
public const nint dwViewMatrix = 0x19231B0;
public const nint dwViewRender = 0x19239B0;
public const nint dwWeaponC4 = 0x18C5210;
public const nint dwViewAngles = 0x192F970;
public const nint dwViewMatrix = 0x19231E0;
public const nint dwViewRender = 0x19239E0;
public const nint dwWeaponC4 = 0x18C5240;
}
// Module: engine2.dll
public static class Engine2Dll {

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-04-10 01:18:49.435410600 UTC
// 2024-04-17 08:47:21.349682 UTC
#pragma once
@ -9,23 +9,23 @@ namespace cs2_dumper {
namespace offsets {
// Module: client.dll
namespace client_dll {
constexpr std::ptrdiff_t dwCSGOInput = 0x192A5B0;
constexpr std::ptrdiff_t dwEntityList = 0x18C1DB8;
constexpr std::ptrdiff_t dwGameEntitySystem = 0x19DF750;
constexpr std::ptrdiff_t dwCSGOInput = 0x192A5E0;
constexpr std::ptrdiff_t dwEntityList = 0x18C1DE8;
constexpr std::ptrdiff_t dwGameEntitySystem = 0x19DF790;
constexpr std::ptrdiff_t dwGameEntitySystem_getHighestEntityIndex = 0x1510;
constexpr std::ptrdiff_t dwGameRules = 0x191EC70;
constexpr std::ptrdiff_t dwGameRules = 0x191ECA0;
constexpr std::ptrdiff_t dwGlobalVars = 0x1729BA0;
constexpr std::ptrdiff_t dwGlowManager = 0x191F090;
constexpr std::ptrdiff_t dwLocalPlayerController = 0x1911578;
constexpr std::ptrdiff_t dwGlowManager = 0x191F0C0;
constexpr std::ptrdiff_t dwLocalPlayerController = 0x19115A8;
constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x17361E8;
constexpr std::ptrdiff_t dwPlantedC4 = 0x1927A68;
constexpr std::ptrdiff_t dwPlantedC4 = 0x1927A98;
constexpr std::ptrdiff_t dwPrediction = 0x17360B0;
constexpr std::ptrdiff_t dwSensitivity = 0x191F9B8;
constexpr std::ptrdiff_t dwSensitivity = 0x191F9E8;
constexpr std::ptrdiff_t dwSensitivity_sensitivity = 0x40;
constexpr std::ptrdiff_t dwViewAngles = 0x192F940;
constexpr std::ptrdiff_t dwViewMatrix = 0x19231B0;
constexpr std::ptrdiff_t dwViewRender = 0x19239B0;
constexpr std::ptrdiff_t dwWeaponC4 = 0x18C5210;
constexpr std::ptrdiff_t dwViewAngles = 0x192F970;
constexpr std::ptrdiff_t dwViewMatrix = 0x19231E0;
constexpr std::ptrdiff_t dwViewRender = 0x19239E0;
constexpr std::ptrdiff_t dwWeaponC4 = 0x18C5240;
}
// Module: engine2.dll
namespace engine2_dll {

View File

@ -1,22 +1,22 @@
{
"client.dll": {
"dwCSGOInput": 26387888,
"dwEntityList": 25959864,
"dwGameEntitySystem": 27129680,
"dwCSGOInput": 26387936,
"dwEntityList": 25959912,
"dwGameEntitySystem": 27129744,
"dwGameEntitySystem_getHighestEntityIndex": 5392,
"dwGameRules": 26340464,
"dwGameRules": 26340512,
"dwGlobalVars": 24288160,
"dwGlowManager": 26341520,
"dwLocalPlayerController": 26285432,
"dwGlowManager": 26341568,
"dwLocalPlayerController": 26285480,
"dwLocalPlayerPawn": 24338920,
"dwPlantedC4": 26376808,
"dwPlantedC4": 26376856,
"dwPrediction": 24338608,
"dwSensitivity": 26343864,
"dwSensitivity": 26343912,
"dwSensitivity_sensitivity": 64,
"dwViewAngles": 26409280,
"dwViewMatrix": 26358192,
"dwViewRender": 26360240,
"dwWeaponC4": 25973264
"dwViewAngles": 26409328,
"dwViewMatrix": 26358240,
"dwViewRender": 26360288,
"dwWeaponC4": 25973312
},
"engine2.dll": {
"dwBuildNumber": 5330276,

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-04-10 01:18:49.435410600 UTC
// 2024-04-17 08:47:21.349682 UTC
#![allow(non_upper_case_globals, unused)]
@ -7,23 +7,23 @@ pub mod cs2_dumper {
pub mod offsets {
// Module: client.dll
pub mod client_dll {
pub const dwCSGOInput: usize = 0x192A5B0;
pub const dwEntityList: usize = 0x18C1DB8;
pub const dwGameEntitySystem: usize = 0x19DF750;
pub const dwCSGOInput: usize = 0x192A5E0;
pub const dwEntityList: usize = 0x18C1DE8;
pub const dwGameEntitySystem: usize = 0x19DF790;
pub const dwGameEntitySystem_getHighestEntityIndex: usize = 0x1510;
pub const dwGameRules: usize = 0x191EC70;
pub const dwGameRules: usize = 0x191ECA0;
pub const dwGlobalVars: usize = 0x1729BA0;
pub const dwGlowManager: usize = 0x191F090;
pub const dwLocalPlayerController: usize = 0x1911578;
pub const dwGlowManager: usize = 0x191F0C0;
pub const dwLocalPlayerController: usize = 0x19115A8;
pub const dwLocalPlayerPawn: usize = 0x17361E8;
pub const dwPlantedC4: usize = 0x1927A68;
pub const dwPlantedC4: usize = 0x1927A98;
pub const dwPrediction: usize = 0x17360B0;
pub const dwSensitivity: usize = 0x191F9B8;
pub const dwSensitivity: usize = 0x191F9E8;
pub const dwSensitivity_sensitivity: usize = 0x40;
pub const dwViewAngles: usize = 0x192F940;
pub const dwViewMatrix: usize = 0x19231B0;
pub const dwViewRender: usize = 0x19239B0;
pub const dwWeaponC4: usize = 0x18C5210;
pub const dwViewAngles: usize = 0x192F970;
pub const dwViewMatrix: usize = 0x19231E0;
pub const dwViewRender: usize = 0x19239E0;
pub const dwWeaponC4: usize = 0x18C5240;
}
// Module: engine2.dll
pub mod engine2_dll {

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-04-08 07:10:44.298916800 UTC
// 2024-04-17 08:47:21.349682 UTC
namespace CS2Dumper.Schemas {
// Module: panorama.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-04-08 07:10:44.298916800 UTC
// 2024-04-17 08:47:21.349682 UTC
#pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-04-08 07:10:44.298916800 UTC
// 2024-04-17 08:47:21.349682 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-04-08 07:10:44.298916800 UTC
// 2024-04-17 08:47:21.349682 UTC
namespace CS2Dumper.Schemas {
// Module: particles.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-04-08 07:10:44.298916800 UTC
// 2024-04-17 08:47:21.349682 UTC
#pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-04-08 07:10:44.298916800 UTC
// 2024-04-17 08:47:21.349682 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-04-08 07:10:44.298916800 UTC
// 2024-04-17 08:47:21.349682 UTC
namespace CS2Dumper.Schemas {
// Module: pulse_system.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-04-08 07:10:44.298916800 UTC
// 2024-04-17 08:47:21.349682 UTC
#pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-04-08 07:10:44.298916800 UTC
// 2024-04-17 08:47:21.349682 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-04-08 07:10:44.298916800 UTC
// 2024-04-17 08:47:21.349682 UTC
namespace CS2Dumper.Schemas {
// Module: rendersystemdx11.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-04-08 07:10:44.298916800 UTC
// 2024-04-17 08:47:21.349682 UTC
#pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-04-08 07:10:44.298916800 UTC
// 2024-04-17 08:47:21.349682 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-04-08 07:10:44.298916800 UTC
// 2024-04-17 08:47:21.349682 UTC
namespace CS2Dumper.Schemas {
// Module: resourcesystem.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-04-08 07:10:44.298916800 UTC
// 2024-04-17 08:47:21.349682 UTC
#pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-04-08 07:10:44.298916800 UTC
// 2024-04-17 08:47:21.349682 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-04-08 07:10:44.298916800 UTC
// 2024-04-17 08:47:21.349682 UTC
namespace CS2Dumper.Schemas {
// Module: scenesystem.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-04-08 07:10:44.298916800 UTC
// 2024-04-17 08:47:21.349682 UTC
#pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-04-08 07:10:44.298916800 UTC
// 2024-04-17 08:47:21.349682 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-04-08 07:10:44.298916800 UTC
// 2024-04-17 08:47:21.349682 UTC
namespace CS2Dumper.Schemas {
// Module: schemasystem.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-04-08 07:10:44.298916800 UTC
// 2024-04-17 08:47:21.349682 UTC
#pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-04-08 07:10:44.298916800 UTC
// 2024-04-17 08:47:21.349682 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-04-08 07:10:44.298916800 UTC
// 2024-04-17 08:47:21.349682 UTC
namespace CS2Dumper.Schemas {
// Module: server.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-04-08 07:10:44.298916800 UTC
// 2024-04-17 08:47:21.349682 UTC
#pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-04-08 07:10:44.298916800 UTC
// 2024-04-17 08:47:21.349682 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-04-08 07:10:44.298916800 UTC
// 2024-04-17 08:47:21.349682 UTC
namespace CS2Dumper.Schemas {
// Module: soundsystem.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-04-08 07:10:44.298916800 UTC
// 2024-04-17 08:47:21.349682 UTC
#pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-04-08 07:10:44.298916800 UTC
// 2024-04-17 08:47:21.349682 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-04-08 07:10:44.298916800 UTC
// 2024-04-17 08:47:21.349682 UTC
namespace CS2Dumper.Schemas {
// Module: vphysics2.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-04-08 07:10:44.298916800 UTC
// 2024-04-17 08:47:21.349682 UTC
#pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-04-08 07:10:44.298916800 UTC
// 2024-04-17 08:47:21.349682 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-04-08 07:10:44.298916800 UTC
// 2024-04-17 08:47:21.349682 UTC
namespace CS2Dumper.Schemas {
// Module: worldrenderer.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-04-08 07:10:44.298916800 UTC
// 2024-04-17 08:47:21.349682 UTC
#pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-04-08 07:10:44.298916800 UTC
// 2024-04-17 08:47:21.349682 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]