Refactor and move Linux code to separate branch

This commit is contained in:
a2x 2024-04-03 02:59:30 +11:00
parent 86dc0fa8f6
commit 3a935f5d73
229 changed files with 705 additions and 121739 deletions

View File

@ -15,11 +15,11 @@ heck = "0.5"
log = "0.4"
memflow = "0.2"
memflow-native = { git = "https://github.com/memflow/memflow-native" }
pelite = "0.10"
phf = { version = "0.11", features = ["macros"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
simplelog = "0.12"
skidscan = "2.0"
skidscan-macros = "0.1"
thiserror = "1.0"
[profile.dev]

View File

@ -1,6 +1,6 @@
MIT License
Copyright (c) 2023 a2x
Copyright (c) 2024 a2x
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View File

@ -13,15 +13,11 @@ toolchain must be installed.
## Usage
1. Ensure the game process is running (Being in the main menu should suffice).
2. Run the `cs2-dumper` executable.
- Note that some memflow connectors may require elevated privileges to work.
- Ensure that you have the appropriate config file in the same directory as the `cs2-dumper` executable:
- For Linux: `config_linux.json`
- For Windows: `config_win.json`
2. Run the `cs2-dumper` executable (Note that some memflow connectors may require elevated privileges to work).
When running the executable without providing an optional memflow connector name, it will default to using the [memflow-native](https://github.com/memflow/memflow-native) cross-platform OS layer to read the memory of the game process. If you wish to use an existing memflow connector instead, pass the `connector` and optional `connector-args` arguments to the program.
E.g. `./cs2-dumper -c kvm -vvv`
E.g. `./cs2-dumper -c pcileech -a device=fpga -vvv`
### Available Arguments

View File

@ -1,300 +0,0 @@
{
"executable": "cs2",
"signatures": [
{
"libclient.so": [
{
"name": "dwCSGOInput",
"pattern": "48 8D 05 ? ? ? ? C3 0F 1F 84 00 ? ? ? ? 55 48 89 E5 41 56 41 55 49 89 FD 41 54 49 89 F4",
"operations": [
{
"type": "rip"
}
]
},
{
"name": "dwEntityList",
"pattern": "4C 89 25 ? ? ? ? 48 89 05 ? ? ? ? 49 8B 5D",
"operations": [
{
"type": "rip"
}
]
},
{
"name": "dwGameEntitySystem",
"pattern": "48 89 3D ? ? ? ? E9 ? ? ? ? 55",
"operations": [
{
"type": "rip"
}
]
},
{
"name": "dwGameEntitySystem_getHighestEntityIndex",
"pattern": "8B 87 ? ? ? ? C3 66 0F 1F 84 00 ? ? ? ? 8B 97",
"operations": [
{
"type": "slice",
"start": 2,
"end": 4
}
]
},
{
"name": "dwGameRules",
"pattern": "48 89 3D ? ? ? ? 8B 3B",
"operations": [
{
"type": "rip"
}
]
},
{
"name": "dwGlobalVars",
"pattern": "48 89 35 ? ? ? ? 48 89 46",
"operations": [
{
"type": "rip"
}
]
},
{
"name": "dwGlowManager",
"pattern": "48 8B 05 ? ? ? ? C3 0F 1F 84 00 ? ? ? ? 48 8D 05 ? ? ? ? 48 C7 47",
"operations": [
{
"type": "rip"
}
]
},
{
"name": "dwLocalPlayerController",
"pattern": "48 8B 15 ? ? ? ? 31 C0 48 85 D2 74 ? 8B B2",
"operations": [
{
"type": "rip"
}
]
},
{
"name": "dwLocalPlayerPawn",
"pattern": "48 8D 05 ? ? ? ? C3 0F 1F 84 00 ? ? ? ? C7 47 ? ? ? ? ? C7 47 ? ? ? ? ? C3",
"operations": [
{
"type": "rip"
},
{
"type": "add",
"value": 312
}
]
},
{
"name": "dwPlantedC4",
"pattern": "48 8B 05 ? ? ? ? 4C 89 24 D8 49 8B 44 24",
"operations": [
{
"type": "rip"
}
]
},
{
"name": "dwPrediction",
"pattern": "48 8D 05 ? ? ? ? C3 0F 1F 84 00 ? ? ? ? C7 47 ? ? ? ? ? C7 47 ? ? ? ? ? C3",
"operations": [
{
"type": "rip"
}
]
},
{
"name": "dwSensitivity",
"pattern": "48 8B 05 ? ? ? ? 48 8B 40 ? E9 ? ? ? ? 48 8B 05 ? ? ? ? 48 8B 40 ? EB ? 0F 1F 00 55 48 89 E5 41 57 66 41 0F 7E DF",
"operations": [
{
"type": "rip"
}
]
},
{
"name": "dwSensitivity_sensitivity",
"pattern": "FF 53 ? 48 8D 4D AC",
"operations": [
{
"type": "slice",
"start": 2,
"end": 3
}
]
},
{
"name": "dwViewAngles",
"pattern": "48 8D 05 ? ? ? ? C3 0F 1F 84 00 ? ? ? ? 55 48 89 E5 41 56 41 55 49 89 FD 41 54 49 89 F4",
"operations": [
{
"type": "rip"
},
{
"type": "add",
"value": 21408
}
]
},
{
"name": "dwViewMatrix",
"pattern": "4C 8D 05 ? ? ? ? 48 8B 38 48 8D 0D",
"operations": [
{
"type": "rip"
}
]
},
{
"name": "dwViewRender",
"pattern": "48 8D 05 ? ? ? ? 48 89 38 48 85 FF",
"operations": [
{
"type": "rip"
}
]
}
],
"libengine2.so": [
{
"name": "dwBuildNumber",
"pattern": "89 15 ? ? ? ? 48 83 C3",
"operations": [
{
"type": "rip",
"offset": 2,
"len": 6
}
]
},
{
"name": "dwNetworkGameClient",
"pattern": "48 89 1D ? ? ? ? 49 8B 04 24",
"operations": [
{
"type": "rip"
}
]
},
{
"name": "dwNetworkGameClient_deltaTick",
"pattern": "89 83 ? ? ? ? B8 ? ? ? ? 5B",
"operations": [
{
"type": "slice",
"start": 2,
"end": 4
}
]
},
{
"name": "dwNetworkGameClient_getLocalPlayer",
"pattern": "48 8B 87 ? ? ? ? C3 0F 1F 84 00 ? ? ? ? 55 48 89 E5",
"operations": [
{
"type": "slice",
"start": 3,
"end": 4
},
{
"type": "add",
"value": 4856
}
]
},
{
"name": "dwNetworkGameClient_getMaxClients",
"pattern": "48 8B 87 ? ? ? ? C3 0F 1F 84 00 ? ? ? ? 48 89 B7 ? ? ? ? C3 0F 1F 84 00 ? ? ? ? 8B 87",
"operations": [
{
"type": "slice",
"start": 3,
"end": 6
}
]
},
{
"name": "dwNetworkGameClient_signOnState",
"pattern": "8B 97 ? ? ? ? 31 C0 45 31 ED",
"operations": [
{
"type": "slice",
"start": 2,
"end": 4
}
]
},
{
"name": "dwWindowHeight",
"pattern": "89 05 ? ? ? ? F3 0F 59 C1",
"operations": [
{
"type": "rip",
"offset": 2,
"length": 6
},
{
"type": "add",
"value": 11
}
]
},
{
"name": "dwWindowWidth",
"pattern": "89 05 ? ? ? ? F3 0F 59 C1",
"operations": [
{
"type": "rip",
"offset": 2,
"length": 6
},
{
"type": "add",
"value": 7
}
]
}
],
"libinputsystem.so": [
{
"name": "dwInputSystem",
"pattern": "48 8D 05 ? ? ? ? C3 0F 1F 84 00 ? ? ? ? 48 8D 05 ? ? ? ? C3 0F 1F 84 00 ? ? ? ? 8B 87",
"operations": [
{
"type": "rip"
}
]
}
],
"libmatchmaking.so": [
{
"name": "dwGameTypes",
"pattern": "48 8D 05 ? ? ? ? C3 0F 1F 84 00 ? ? ? ? 48 8B 07",
"operations": [
{
"type": "rip"
}
]
},
{
"name": "dwGameTypes_mapName",
"pattern": "48 8D 05 ? ? ? ? C3 0F 1F 84 00 ? ? ? ? 48 8B 07",
"operations": [
{
"type": "rip"
},
{
"type": "add",
"value": 288
}
]
}
]
}
]
}

View File

@ -1,292 +0,0 @@
{
"executable": "cs2.exe",
"signatures": [
{
"client.dll": [
{
"name": "dwCSGOInput",
"pattern": "48 89 05 ? ? ? ? 48 8D 05 ? ? ? ? 48 89 0D ? ? ? ? 48 89 05 ? ? ? ? 48 8D 05",
"operations": [
{
"type": "rip"
}
]
},
{
"name": "dwEntityList",
"pattern": "48 89 35 ? ? ? ? 48 85 F6",
"operations": [
{
"type": "rip"
}
]
},
{
"name": "dwGameEntitySystem",
"pattern": "48 8B 1D ? ? ? ? 48 89 1D",
"operations": [
{
"type": "rip"
}
]
},
{
"name": "dwGameEntitySystem_getHighestEntityIndex",
"pattern": "8B 81 ? ? ? ? 89 02 48 8B C2 C3 CC CC CC CC 48 89 5C 24 ? 48 89 6C 24",
"operations": [
{
"type": "slice",
"start": 2,
"end": 4
}
]
},
{
"name": "dwGameRules",
"pattern": "48 89 0D ? ? ? ? 8B 0D ? ? ? ? FF 15",
"operations": [
{
"type": "rip"
}
]
},
{
"name": "dwGlobalVars",
"pattern": "48 89 0D ? ? ? ? 48 89 41",
"operations": [
{
"type": "rip"
}
]
},
{
"name": "dwGlowManager",
"pattern": "48 8B 05 ? ? ? ? C3 CC CC CC CC CC CC CC CC 8B 41",
"operations": [
{
"type": "rip"
}
]
},
{
"name": "dwLocalPlayerController",
"pattern": "48 8B 05 ? ? ? ? 48 85 C0 74 ? 8B 88",
"operations": [
{
"type": "rip"
}
]
},
{
"name": "dwLocalPlayerPawn",
"pattern": "48 8D 05 ? ? ? ? C3 CC CC CC CC CC CC CC CC 48 83 EC ? 8B 0D",
"operations": [
{
"type": "rip"
},
{
"type": "add",
"value": 312
}
]
},
{
"name": "dwPlantedC4",
"pattern": "48 8B 15 ? ? ? ? FF C0 48 8D 4C 24",
"operations": [
{
"type": "rip"
}
]
},
{
"name": "dwPrediction",
"pattern": "48 8D 05 ? ? ? ? C3 CC CC CC CC CC CC CC CC 48 83 EC ? 8B 0D",
"operations": [
{
"type": "rip"
}
]
},
{
"name": "dwSensitivity",
"pattern": "48 8B 05 ? ? ? ? 48 8B 40 ? F3 41 0F 59 F4",
"operations": [
{
"type": "rip"
}
]
},
{
"name": "dwSensitivity_sensitivity",
"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",
"pattern": "48 89 05 ? ? ? ? 48 8D 05 ? ? ? ? 48 89 0D ? ? ? ? 48 89 05 ? ? ? ? 48 8D 05",
"operations": [
{
"type": "rip"
},
{
"type": "add",
"value": 21392
}
]
},
{
"name": "dwViewMatrix",
"pattern": "48 8D 05 ? ? ? ? 48 8B D3 4C 8D 05",
"operations": [
{
"type": "rip"
}
]
},
{
"name": "dwViewRender",
"pattern": "48 89 05 ? ? ? ? 48 8B C8 48 85 C0",
"operations": [
{
"type": "rip"
}
]
}
],
"engine2.dll": [
{
"name": "dwBuildNumber",
"pattern": "89 05 ? ? ? ? 48 8D 0D ? ? ? ? FF 15 ? ? ? ? E9",
"operations": [
{
"type": "rip",
"offset": 2,
"len": 6
}
]
},
{
"name": "dwNetworkGameClient",
"pattern": "48 89 3D ? ? ? ? 48 8D 15",
"operations": [
{
"type": "rip"
}
]
},
{
"name": "dwNetworkGameClient_deltaTick",
"pattern": "89 83 ? ? ? ? 40 B7",
"operations": [
{
"type": "slice",
"start": 2,
"end": 4
}
]
},
{
"name": "dwNetworkGameClient_getLocalPlayer",
"pattern": "48 83 C0 ? 48 8D 04 40 8B 0C C1 48 8B C2 89 0A C3 C7 02",
"operations": [
{
"type": "slice",
"start": 3,
"end": 4
},
{
"type": "add",
"value": 230
}
]
},
{
"name": "dwNetworkGameClient_getMaxClients",
"pattern": "8B 81 ? ? ? ? C3 CC CC CC CC CC CC CC CC CC 8B 81 ? ? ? ? FF C0",
"operations": [
{
"type": "slice",
"start": 2,
"end": 4
}
]
},
{
"name": "dwNetworkGameClient_signOnState",
"pattern": "44 8B 81 ? ? ? ? 48 8D 0D",
"operations": [
{
"type": "slice",
"start": 3,
"end": 5
}
]
},
{
"name": "dwWindowHeight",
"pattern": "8B 05 ? ? ? ? 89 03",
"operations": [
{
"type": "rip",
"offset": 2,
"length": 6
}
]
},
{
"name": "dwWindowWidth",
"pattern": "8B 05 ? ? ? ? 89 07",
"operations": [
{
"type": "rip",
"offset": 2,
"length": 6
}
]
}
],
"inputsystem.dll": [
{
"name": "dwInputSystem",
"pattern": "48 89 05 ? ? ? ? 48 8D 05",
"operations": [
{
"type": "rip"
}
]
}
],
"matchmaking.dll": [
{
"name": "dwGameTypes",
"pattern": "48 8D 05 ? ? ? ? C3 CC CC CC CC CC CC CC CC 48 89 5C 24 ? 48 89 6C 24 ? 48 89 74 24",
"operations": [
{
"type": "rip"
}
]
},
{
"name": "dwGameTypes_mapName",
"pattern": "48 8D 05 ? ? ? ? C3 CC CC CC CC CC CC CC CC 48 89 5C 24 ? 48 89 6C 24 ? 48 89 74 24",
"operations": [
{
"type": "rip"
},
{
"type": "add",
"value": 288
}
]
}
]
}
]
}

View File

@ -1,11 +1,11 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-03-29 21:05:10.402645100 UTC
// 2024-04-02 16:10:48.961749300 UTC
namespace CS2Dumper.Schemas {
// Module: animationsystem.dll
// Classes count: 353
// Enums count: 70
public static class Animationsystem {
public static class AnimationsystemDll {
// Alignment: 4
// Members count: 2
public enum MoodType_t : uint {

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-03-29 21:05:10.402645100 UTC
// 2024-04-02 16:10:48.961749300 UTC
#pragma once
@ -10,7 +10,7 @@ namespace cs2_dumper {
// Module: animationsystem.dll
// Classes count: 353
// Enums count: 70
namespace animationsystem {
namespace animationsystem_dll {
// Alignment: 4
// Members count: 2
enum class MoodType_t : uint32_t {

View File

@ -1,14 +1,14 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-03-29 21:05:10.402645100 UTC
// 2024-04-02 16:10:48.961749300 UTC
#![allow(non_upper_case_globals, unused)]
#![allow(non_upper_case_globals, non_camel_case_types, unused)]
pub mod cs2_dumper {
pub mod schemas {
// Module: animationsystem.dll
// Classes count: 353
// Enums count: 70
pub mod animationsystem {
pub mod animationsystem_dll {
// Alignment: 4
// Members count: 2
#[repr(u32)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-03-29 21:05:10.402645100 UTC
// 2024-04-02 16:10:48.961749300 UTC
namespace CS2Dumper {
// Module: client.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-03-29 21:05:10.402645100 UTC
// 2024-04-02 16:10:48.961749300 UTC
#pragma once

View File

@ -1,7 +1,7 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-03-29 21:05:10.402645100 UTC
// 2024-04-02 16:10:48.961749300 UTC
#![allow(non_upper_case_globals, unused)]
#![allow(non_upper_case_globals, non_camel_case_types, unused)]
pub mod cs2_dumper {
// Module: client.dll

View File

@ -1,11 +1,11 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-03-29 21:05:10.402645100 UTC
// 2024-04-02 16:10:48.961749300 UTC
namespace CS2Dumper.Schemas {
// Module: client.dll
// Classes count: 220
// Enums count: 8
public static class Client {
public static class ClientDll {
// Alignment: 4
// Members count: 5
public enum C_BaseCombatCharacter__WaterWakeMode_t : uint {
@ -2059,7 +2059,7 @@ namespace CS2Dumper.Schemas {
public const nint m_duckUntilOnGround = 0x260; // bool
public const nint m_bHasWalkMovedSinceLastJump = 0x261; // bool
public const nint m_bInStuckTest = 0x262; // bool
public const nint m_flStuckCheckTime = 0x270; // float32[64][2]
public const nint m_flStuckCheckTime = 0x270; //
public const nint m_nTraceCount = 0x470; // int32
public const nint m_StuckLast = 0x474; // int32
public const nint m_bSpeedCropped = 0x478; // bool

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-03-29 21:05:10.402645100 UTC
// 2024-04-02 16:10:48.961749300 UTC
#pragma once
@ -10,7 +10,7 @@ namespace cs2_dumper {
// Module: client.dll
// Classes count: 220
// Enums count: 8
namespace client {
namespace client_dll {
// Alignment: 4
// Members count: 5
enum class C_BaseCombatCharacter__WaterWakeMode_t : uint32_t {
@ -2064,7 +2064,7 @@ namespace cs2_dumper {
constexpr std::ptrdiff_t m_duckUntilOnGround = 0x260; // bool
constexpr std::ptrdiff_t m_bHasWalkMovedSinceLastJump = 0x261; // bool
constexpr std::ptrdiff_t m_bInStuckTest = 0x262; // bool
constexpr std::ptrdiff_t m_flStuckCheckTime = 0x270; // float32[64][2]
constexpr std::ptrdiff_t m_flStuckCheckTime = 0x270; //
constexpr std::ptrdiff_t m_nTraceCount = 0x470; // int32
constexpr std::ptrdiff_t m_StuckLast = 0x474; // int32
constexpr std::ptrdiff_t m_bSpeedCropped = 0x478; // bool

View File

@ -1,14 +1,14 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-03-29 21:05:10.402645100 UTC
// 2024-04-02 16:10:48.961749300 UTC
#![allow(non_upper_case_globals, unused)]
#![allow(non_upper_case_globals, non_camel_case_types, unused)]
pub mod cs2_dumper {
pub mod schemas {
// Module: client.dll
// Classes count: 220
// Enums count: 8
pub mod client {
pub mod client_dll {
// Alignment: 4
// Members count: 5
#[repr(u32)]
@ -2070,7 +2070,7 @@ pub mod cs2_dumper {
pub const m_duckUntilOnGround: usize = 0x260; // bool
pub const m_bHasWalkMovedSinceLastJump: usize = 0x261; // bool
pub const m_bInStuckTest: usize = 0x262; // bool
pub const m_flStuckCheckTime: usize = 0x270; // float32[64][2]
pub const m_flStuckCheckTime: usize = 0x270; //
pub const m_nTraceCount: usize = 0x470; // int32
pub const m_StuckLast: usize = 0x474; // int32
pub const m_bSpeedCropped: usize = 0x478; // bool

View File

@ -1,11 +1,11 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-03-29 21:05:10.402645100 UTC
// 2024-04-02 16:10:48.961749300 UTC
namespace CS2Dumper.Schemas {
// Module: engine2.dll
// Classes count: 2
// Enums count: 4
public static class Engine2 {
public static class Engine2Dll {
// Alignment: 4
// Members count: 3
public enum SpawnDebugOverrideState_t : uint {

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-03-29 21:05:10.402645100 UTC
// 2024-04-02 16:10:48.961749300 UTC
#pragma once
@ -10,7 +10,7 @@ namespace cs2_dumper {
// Module: engine2.dll
// Classes count: 2
// Enums count: 4
namespace engine2 {
namespace engine2_dll {
// Alignment: 4
// Members count: 3
enum class SpawnDebugOverrideState_t : uint32_t {

View File

@ -1,14 +1,14 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-03-29 21:05:10.402645100 UTC
// 2024-04-02 16:10:48.961749300 UTC
#![allow(non_upper_case_globals, unused)]
#![allow(non_upper_case_globals, non_camel_case_types, unused)]
pub mod cs2_dumper {
pub mod schemas {
// Module: engine2.dll
// Classes count: 2
// Enums count: 4
pub mod engine2 {
pub mod engine2_dll {
// Alignment: 4
// Members count: 3
#[repr(u32)]

5
output/host.dll.cs Normal file
View File

@ -0,0 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-04-02 16:10:48.961749300 UTC
namespace CS2Dumper.Schemas {
}

11
output/host.dll.hpp Normal file
View File

@ -0,0 +1,11 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-04-02 16:10:48.961749300 UTC
#pragma once
#include <cstddef>
namespace cs2_dumper {
namespace schemas {
}
}

9
output/host.dll.rs Normal file
View File

@ -0,0 +1,9 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-04-02 16:10:48.961749300 UTC
#![allow(non_upper_case_globals, non_camel_case_types, unused)]
pub mod cs2_dumper {
pub mod schemas {
}
}

4
output/info.json Normal file
View File

@ -0,0 +1,4 @@
{
"build_number": 14000,
"timestamp": "2024-04-02T16:10:48.961749300+00:00"
}

View File

@ -1,14 +1,14 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-03-29 21:05:10.402645100 UTC
// 2024-04-02 16:10:48.961749300 UTC
namespace CS2Dumper.Interfaces {
// Module: animationsystem.dll
public static class Animationsystem {
public static class AnimationsystemDll {
public const nint AnimationSystemUtils_001 = 0x72E80;
public const nint AnimationSystem_001 = 0x6DA00;
}
// Module: client.dll
public static class Client {
public static class ClientDll {
public const nint ClientToolsInfo_001 = 0x732F00;
public const nint EmptyWorldService001_Client = 0x480850;
public const nint GameClientExports001 = 0x732F10;
@ -19,7 +19,7 @@ namespace CS2Dumper.Interfaces {
public const nint Source2ClientUI001 = 0x89E460;
}
// Module: engine2.dll
public static class Engine2 {
public static class Engine2Dll {
public const nint BenchmarkService001 = 0x177230;
public const nint BugService001 = 0x178A90;
public const nint ClientServerEngineLoopService_001 = 0x1EAE60;
@ -54,12 +54,12 @@ namespace CS2Dumper.Interfaces {
public const nint VProfService_001 = 0x1C90E0;
}
// Module: filesystem_stdio.dll
public static class FilesystemStdio {
public static class FilesystemStdioDll {
public const nint VAsyncFileSystem2_001 = 0x67960;
public const nint VFileSystem017 = 0x67950;
}
// Module: host.dll
public static class Host {
public static class HostDll {
public const nint DebugDrawQueueManager001 = 0x11AE0;
public const nint GameModelInfo001 = 0x12090;
public const nint GameSystem2HostHook = 0x12170;
@ -70,25 +70,25 @@ namespace CS2Dumper.Interfaces {
public const nint Source2Host001 = 0x193F0;
}
// Module: imemanager.dll
public static class Imemanager {
public static class ImemanagerDll {
public const nint IMEManager001 = 0xC470;
}
// Module: inputsystem.dll
public static class Inputsystem {
public static class InputsystemDll {
public const nint InputStackSystemVersion001 = 0x1850;
public const nint InputSystemVersion001 = 0x2A40;
}
// Module: localize.dll
public static class Localize {
public static class LocalizeDll {
public const nint Localize_001 = 0x3830;
}
// Module: matchmaking.dll
public static class Matchmaking {
public static class MatchmakingDll {
public const nint GameTypes001 = 0x53800;
public const nint MATCHFRAMEWORK_001 = 0x105690;
}
// Module: materialsystem2.dll
public static class Materialsystem2 {
public static class Materialsystem2Dll {
public const nint FontManager_001 = 0x37A80;
public const nint MaterialUtils_001 = 0x4DB40;
public const nint PostProcessingSystem_001 = 0x42A80;
@ -96,67 +96,67 @@ namespace CS2Dumper.Interfaces {
public const nint VMaterialSystem2_001 = 0x25F80;
}
// Module: meshsystem.dll
public static class Meshsystem {
public static class MeshsystemDll {
public const nint MeshSystem001 = 0x7440;
}
// Module: navsystem.dll
public static class Navsystem {
public static class NavsystemDll {
public const nint NavSystem001 = 0x8E30;
}
// Module: networksystem.dll
public static class Networksystem {
public static class NetworksystemDll {
public const nint FlattenedSerializersVersion001 = 0x7EF90;
public const nint NetworkMessagesVersion001 = 0x9FC90;
public const nint NetworkSystemVersion001 = 0xBFA00;
public const nint SerializedEntitiesVersion001 = 0xD6930;
}
// Module: panorama.dll
public static class Panorama {
public static class PanoramaDll {
public const nint PanoramaUIEngine001 = 0x5D960;
}
// Module: panorama_text_pango.dll
public static class PanoramaTextPango {
public static class PanoramaTextPangoDll {
public const nint PanoramaTextServices001 = 0x4CBE0;
}
// Module: panoramauiclient.dll
public static class Panoramauiclient {
public static class PanoramauiclientDll {
public const nint PanoramaUIClient001 = 0x12010;
}
// Module: particles.dll
public static class Particles {
public static class ParticlesDll {
public const nint ParticleSystemMgr003 = 0x591D0;
}
// Module: pulse_system.dll
public static class PulseSystem {
public static class PulseSystemDll {
public const nint IPulseSystem_001 = 0x44C0;
}
// Module: rendersystemdx11.dll
public static class Rendersystemdx11 {
public static class Rendersystemdx11Dll {
public const nint RenderDeviceMgr001 = 0x4C7D0;
public const nint RenderUtils_001 = 0x55150;
public const nint VRenderDeviceMgrBackdoor001 = 0x4C7E0;
}
// Module: resourcesystem.dll
public static class Resourcesystem {
public static class ResourcesystemDll {
public const nint ResourceSystem013 = 0x10920;
}
// Module: scenefilecache.dll
public static class Scenefilecache {
public static class ScenefilecacheDll {
public const nint ResponseRulesCache001 = 0x31A0;
public const nint SceneFileCache002 = 0x6A60;
}
// Module: scenesystem.dll
public static class Scenesystem {
public static class ScenesystemDll {
public const nint RenderingPipelines_001 = 0x86480;
public const nint SceneSystem_002 = 0xBD200;
public const nint SceneUtils_001 = 0x12FCF0;
}
// Module: schemasystem.dll
public static class Schemasystem {
public static class SchemasystemDll {
public const nint SchemaSystem_001 = 0xAA50;
}
// Module: server.dll
public static class Server {
public static class ServerDll {
public const nint EmptyWorldService001_Server = 0x572840;
public const nint EntitySubclassUtilsV001 = 0x2AF7A0;
public const nint NavGameTest001 = 0xA46F10;
@ -169,18 +169,18 @@ namespace CS2Dumper.Interfaces {
public const nint customnavsystem001 = 0x22C660;
}
// Module: soundsystem.dll
public static class Soundsystem {
public static class SoundsystemDll {
public const nint SoundOpSystem001 = 0x16A640;
public const nint SoundOpSystemEdit001 = 0x96A50;
public const nint SoundSystem001 = 0x48320;
public const nint VMixEditTool001 = 0x75C30;
}
// Module: steamaudio.dll
public static class Steamaudio {
public static class SteamaudioDll {
public const nint SteamAudio001 = 0x5AA70;
}
// Module: steamclient64.dll
public static class Steamclient64 {
public static class Steamclient64Dll {
public const nint CLIENTENGINE_INTERFACE_VERSION005 = 0x8621C0;
public const nint IVALIDATE001 = 0x866250;
public const nint SteamClient006 = 0x663700;
@ -203,40 +203,40 @@ namespace CS2Dumper.Interfaces {
public const nint p2pvoicesingleton002 = 0xD6A30;
}
// Module: tier0.dll
public static class Tier0 {
public static class Tier0Dll {
public const nint TestScriptMgr001 = 0x140790;
public const nint VEngineCvar007 = 0x63290;
public const nint VProcessUtils002 = 0x131C70;
public const nint VStringTokenSystem001 = 0x190600;
}
// Module: v8system.dll
public static class V8system {
public static class V8systemDll {
public const nint Source2V8System001 = 0x1950;
}
// Module: valve_avi.dll
public static class ValveAvi {
public static class ValveAviDll {
public const nint VAvi001 = 0x2F90;
}
// Module: valve_wmf.dll
public static class ValveWmf {
public static class ValveWmfDll {
public const nint VMediaFoundation001 = 0x12D0;
}
// Module: vphysics2.dll
public static class Vphysics2 {
public static class Vphysics2Dll {
public const nint VPhysics2_Handle_Interface_001 = 0x5BCB0;
public const nint VPhysics2_Interface_001 = 0x57130;
}
// Module: vscript.dll
public static class Vscript {
public static class VscriptDll {
public const nint VScriptManager010 = 0x32000;
}
// Module: vstdlib_s64.dll
public static class VstdlibS64 {
public static class VstdlibS64Dll {
public const nint IVALIDATE001 = 0x25120;
public const nint VEngineCvar002 = 0x5760;
}
// Module: worldrenderer.dll
public static class Worldrenderer {
public static class WorldrendererDll {
public const nint WorldRendererMgr001 = 0x205E0;
}
}

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-03-29 21:05:10.402645100 UTC
// 2024-04-02 16:10:48.961749300 UTC
#pragma once
@ -8,12 +8,12 @@
namespace cs2_dumper {
namespace interfaces {
// Module: animationsystem.dll
namespace animationsystem {
namespace animationsystem_dll {
constexpr std::ptrdiff_t AnimationSystemUtils_001 = 0x72E80;
constexpr std::ptrdiff_t AnimationSystem_001 = 0x6DA00;
}
// Module: client.dll
namespace client {
namespace client_dll {
constexpr std::ptrdiff_t ClientToolsInfo_001 = 0x732F00;
constexpr std::ptrdiff_t EmptyWorldService001_Client = 0x480850;
constexpr std::ptrdiff_t GameClientExports001 = 0x732F10;
@ -24,7 +24,7 @@ namespace cs2_dumper {
constexpr std::ptrdiff_t Source2ClientUI001 = 0x89E460;
}
// Module: engine2.dll
namespace engine2 {
namespace engine2_dll {
constexpr std::ptrdiff_t BenchmarkService001 = 0x177230;
constexpr std::ptrdiff_t BugService001 = 0x178A90;
constexpr std::ptrdiff_t ClientServerEngineLoopService_001 = 0x1EAE60;
@ -59,12 +59,12 @@ namespace cs2_dumper {
constexpr std::ptrdiff_t VProfService_001 = 0x1C90E0;
}
// Module: filesystem_stdio.dll
namespace filesystem_stdio {
namespace filesystem_stdio_dll {
constexpr std::ptrdiff_t VAsyncFileSystem2_001 = 0x67960;
constexpr std::ptrdiff_t VFileSystem017 = 0x67950;
}
// Module: host.dll
namespace host {
namespace host_dll {
constexpr std::ptrdiff_t DebugDrawQueueManager001 = 0x11AE0;
constexpr std::ptrdiff_t GameModelInfo001 = 0x12090;
constexpr std::ptrdiff_t GameSystem2HostHook = 0x12170;
@ -75,25 +75,25 @@ namespace cs2_dumper {
constexpr std::ptrdiff_t Source2Host001 = 0x193F0;
}
// Module: imemanager.dll
namespace imemanager {
namespace imemanager_dll {
constexpr std::ptrdiff_t IMEManager001 = 0xC470;
}
// Module: inputsystem.dll
namespace inputsystem {
namespace inputsystem_dll {
constexpr std::ptrdiff_t InputStackSystemVersion001 = 0x1850;
constexpr std::ptrdiff_t InputSystemVersion001 = 0x2A40;
}
// Module: localize.dll
namespace localize {
namespace localize_dll {
constexpr std::ptrdiff_t Localize_001 = 0x3830;
}
// Module: matchmaking.dll
namespace matchmaking {
namespace matchmaking_dll {
constexpr std::ptrdiff_t GameTypes001 = 0x53800;
constexpr std::ptrdiff_t MATCHFRAMEWORK_001 = 0x105690;
}
// Module: materialsystem2.dll
namespace materialsystem2 {
namespace materialsystem2_dll {
constexpr std::ptrdiff_t FontManager_001 = 0x37A80;
constexpr std::ptrdiff_t MaterialUtils_001 = 0x4DB40;
constexpr std::ptrdiff_t PostProcessingSystem_001 = 0x42A80;
@ -101,67 +101,67 @@ namespace cs2_dumper {
constexpr std::ptrdiff_t VMaterialSystem2_001 = 0x25F80;
}
// Module: meshsystem.dll
namespace meshsystem {
namespace meshsystem_dll {
constexpr std::ptrdiff_t MeshSystem001 = 0x7440;
}
// Module: navsystem.dll
namespace navsystem {
namespace navsystem_dll {
constexpr std::ptrdiff_t NavSystem001 = 0x8E30;
}
// Module: networksystem.dll
namespace networksystem {
namespace networksystem_dll {
constexpr std::ptrdiff_t FlattenedSerializersVersion001 = 0x7EF90;
constexpr std::ptrdiff_t NetworkMessagesVersion001 = 0x9FC90;
constexpr std::ptrdiff_t NetworkSystemVersion001 = 0xBFA00;
constexpr std::ptrdiff_t SerializedEntitiesVersion001 = 0xD6930;
}
// Module: panorama.dll
namespace panorama {
namespace panorama_dll {
constexpr std::ptrdiff_t PanoramaUIEngine001 = 0x5D960;
}
// Module: panorama_text_pango.dll
namespace panorama_text_pango {
namespace panorama_text_pango_dll {
constexpr std::ptrdiff_t PanoramaTextServices001 = 0x4CBE0;
}
// Module: panoramauiclient.dll
namespace panoramauiclient {
namespace panoramauiclient_dll {
constexpr std::ptrdiff_t PanoramaUIClient001 = 0x12010;
}
// Module: particles.dll
namespace particles {
namespace particles_dll {
constexpr std::ptrdiff_t ParticleSystemMgr003 = 0x591D0;
}
// Module: pulse_system.dll
namespace pulse_system {
namespace pulse_system_dll {
constexpr std::ptrdiff_t IPulseSystem_001 = 0x44C0;
}
// Module: rendersystemdx11.dll
namespace rendersystemdx11 {
namespace rendersystemdx11_dll {
constexpr std::ptrdiff_t RenderDeviceMgr001 = 0x4C7D0;
constexpr std::ptrdiff_t RenderUtils_001 = 0x55150;
constexpr std::ptrdiff_t VRenderDeviceMgrBackdoor001 = 0x4C7E0;
}
// Module: resourcesystem.dll
namespace resourcesystem {
namespace resourcesystem_dll {
constexpr std::ptrdiff_t ResourceSystem013 = 0x10920;
}
// Module: scenefilecache.dll
namespace scenefilecache {
namespace scenefilecache_dll {
constexpr std::ptrdiff_t ResponseRulesCache001 = 0x31A0;
constexpr std::ptrdiff_t SceneFileCache002 = 0x6A60;
}
// Module: scenesystem.dll
namespace scenesystem {
namespace scenesystem_dll {
constexpr std::ptrdiff_t RenderingPipelines_001 = 0x86480;
constexpr std::ptrdiff_t SceneSystem_002 = 0xBD200;
constexpr std::ptrdiff_t SceneUtils_001 = 0x12FCF0;
}
// Module: schemasystem.dll
namespace schemasystem {
namespace schemasystem_dll {
constexpr std::ptrdiff_t SchemaSystem_001 = 0xAA50;
}
// Module: server.dll
namespace server {
namespace server_dll {
constexpr std::ptrdiff_t EmptyWorldService001_Server = 0x572840;
constexpr std::ptrdiff_t EntitySubclassUtilsV001 = 0x2AF7A0;
constexpr std::ptrdiff_t NavGameTest001 = 0xA46F10;
@ -174,18 +174,18 @@ namespace cs2_dumper {
constexpr std::ptrdiff_t customnavsystem001 = 0x22C660;
}
// Module: soundsystem.dll
namespace soundsystem {
namespace soundsystem_dll {
constexpr std::ptrdiff_t SoundOpSystem001 = 0x16A640;
constexpr std::ptrdiff_t SoundOpSystemEdit001 = 0x96A50;
constexpr std::ptrdiff_t SoundSystem001 = 0x48320;
constexpr std::ptrdiff_t VMixEditTool001 = 0x75C30;
}
// Module: steamaudio.dll
namespace steamaudio {
namespace steamaudio_dll {
constexpr std::ptrdiff_t SteamAudio001 = 0x5AA70;
}
// Module: steamclient64.dll
namespace steamclient64 {
namespace steamclient64_dll {
constexpr std::ptrdiff_t CLIENTENGINE_INTERFACE_VERSION005 = 0x8621C0;
constexpr std::ptrdiff_t IVALIDATE001 = 0x866250;
constexpr std::ptrdiff_t SteamClient006 = 0x663700;
@ -208,40 +208,40 @@ namespace cs2_dumper {
constexpr std::ptrdiff_t p2pvoicesingleton002 = 0xD6A30;
}
// Module: tier0.dll
namespace tier0 {
namespace tier0_dll {
constexpr std::ptrdiff_t TestScriptMgr001 = 0x140790;
constexpr std::ptrdiff_t VEngineCvar007 = 0x63290;
constexpr std::ptrdiff_t VProcessUtils002 = 0x131C70;
constexpr std::ptrdiff_t VStringTokenSystem001 = 0x190600;
}
// Module: v8system.dll
namespace v8system {
namespace v8system_dll {
constexpr std::ptrdiff_t Source2V8System001 = 0x1950;
}
// Module: valve_avi.dll
namespace valve_avi {
namespace valve_avi_dll {
constexpr std::ptrdiff_t VAvi001 = 0x2F90;
}
// Module: valve_wmf.dll
namespace valve_wmf {
namespace valve_wmf_dll {
constexpr std::ptrdiff_t VMediaFoundation001 = 0x12D0;
}
// Module: vphysics2.dll
namespace vphysics2 {
namespace vphysics2_dll {
constexpr std::ptrdiff_t VPhysics2_Handle_Interface_001 = 0x5BCB0;
constexpr std::ptrdiff_t VPhysics2_Interface_001 = 0x57130;
}
// Module: vscript.dll
namespace vscript {
namespace vscript_dll {
constexpr std::ptrdiff_t VScriptManager010 = 0x32000;
}
// Module: vstdlib_s64.dll
namespace vstdlib_s64 {
namespace vstdlib_s64_dll {
constexpr std::ptrdiff_t IVALIDATE001 = 0x25120;
constexpr std::ptrdiff_t VEngineCvar002 = 0x5760;
}
// Module: worldrenderer.dll
namespace worldrenderer {
namespace worldrenderer_dll {
constexpr std::ptrdiff_t WorldRendererMgr001 = 0x205E0;
}
}

View File

@ -1,17 +1,17 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-03-29 21:05:10.402645100 UTC
// 2024-04-02 16:10:48.961749300 UTC
#![allow(non_upper_case_globals, unused)]
#![allow(non_upper_case_globals, non_camel_case_types, unused)]
pub mod cs2_dumper {
pub mod interfaces {
// Module: animationsystem.dll
pub mod animationsystem {
pub mod animationsystem_dll {
pub const AnimationSystemUtils_001: usize = 0x72E80;
pub const AnimationSystem_001: usize = 0x6DA00;
}
// Module: client.dll
pub mod client {
pub mod client_dll {
pub const ClientToolsInfo_001: usize = 0x732F00;
pub const EmptyWorldService001_Client: usize = 0x480850;
pub const GameClientExports001: usize = 0x732F10;
@ -22,7 +22,7 @@ pub mod cs2_dumper {
pub const Source2ClientUI001: usize = 0x89E460;
}
// Module: engine2.dll
pub mod engine2 {
pub mod engine2_dll {
pub const BenchmarkService001: usize = 0x177230;
pub const BugService001: usize = 0x178A90;
pub const ClientServerEngineLoopService_001: usize = 0x1EAE60;
@ -57,12 +57,12 @@ pub mod cs2_dumper {
pub const VProfService_001: usize = 0x1C90E0;
}
// Module: filesystem_stdio.dll
pub mod filesystem_stdio {
pub mod filesystem_stdio_dll {
pub const VAsyncFileSystem2_001: usize = 0x67960;
pub const VFileSystem017: usize = 0x67950;
}
// Module: host.dll
pub mod host {
pub mod host_dll {
pub const DebugDrawQueueManager001: usize = 0x11AE0;
pub const GameModelInfo001: usize = 0x12090;
pub const GameSystem2HostHook: usize = 0x12170;
@ -73,25 +73,25 @@ pub mod cs2_dumper {
pub const Source2Host001: usize = 0x193F0;
}
// Module: imemanager.dll
pub mod imemanager {
pub mod imemanager_dll {
pub const IMEManager001: usize = 0xC470;
}
// Module: inputsystem.dll
pub mod inputsystem {
pub mod inputsystem_dll {
pub const InputStackSystemVersion001: usize = 0x1850;
pub const InputSystemVersion001: usize = 0x2A40;
}
// Module: localize.dll
pub mod localize {
pub mod localize_dll {
pub const Localize_001: usize = 0x3830;
}
// Module: matchmaking.dll
pub mod matchmaking {
pub mod matchmaking_dll {
pub const GameTypes001: usize = 0x53800;
pub const MATCHFRAMEWORK_001: usize = 0x105690;
}
// Module: materialsystem2.dll
pub mod materialsystem2 {
pub mod materialsystem2_dll {
pub const FontManager_001: usize = 0x37A80;
pub const MaterialUtils_001: usize = 0x4DB40;
pub const PostProcessingSystem_001: usize = 0x42A80;
@ -99,67 +99,67 @@ pub mod cs2_dumper {
pub const VMaterialSystem2_001: usize = 0x25F80;
}
// Module: meshsystem.dll
pub mod meshsystem {
pub mod meshsystem_dll {
pub const MeshSystem001: usize = 0x7440;
}
// Module: navsystem.dll
pub mod navsystem {
pub mod navsystem_dll {
pub const NavSystem001: usize = 0x8E30;
}
// Module: networksystem.dll
pub mod networksystem {
pub mod networksystem_dll {
pub const FlattenedSerializersVersion001: usize = 0x7EF90;
pub const NetworkMessagesVersion001: usize = 0x9FC90;
pub const NetworkSystemVersion001: usize = 0xBFA00;
pub const SerializedEntitiesVersion001: usize = 0xD6930;
}
// Module: panorama.dll
pub mod panorama {
pub mod panorama_dll {
pub const PanoramaUIEngine001: usize = 0x5D960;
}
// Module: panorama_text_pango.dll
pub mod panorama_text_pango {
pub mod panorama_text_pango_dll {
pub const PanoramaTextServices001: usize = 0x4CBE0;
}
// Module: panoramauiclient.dll
pub mod panoramauiclient {
pub mod panoramauiclient_dll {
pub const PanoramaUIClient001: usize = 0x12010;
}
// Module: particles.dll
pub mod particles {
pub mod particles_dll {
pub const ParticleSystemMgr003: usize = 0x591D0;
}
// Module: pulse_system.dll
pub mod pulse_system {
pub mod pulse_system_dll {
pub const IPulseSystem_001: usize = 0x44C0;
}
// Module: rendersystemdx11.dll
pub mod rendersystemdx11 {
pub mod rendersystemdx11_dll {
pub const RenderDeviceMgr001: usize = 0x4C7D0;
pub const RenderUtils_001: usize = 0x55150;
pub const VRenderDeviceMgrBackdoor001: usize = 0x4C7E0;
}
// Module: resourcesystem.dll
pub mod resourcesystem {
pub mod resourcesystem_dll {
pub const ResourceSystem013: usize = 0x10920;
}
// Module: scenefilecache.dll
pub mod scenefilecache {
pub mod scenefilecache_dll {
pub const ResponseRulesCache001: usize = 0x31A0;
pub const SceneFileCache002: usize = 0x6A60;
}
// Module: scenesystem.dll
pub mod scenesystem {
pub mod scenesystem_dll {
pub const RenderingPipelines_001: usize = 0x86480;
pub const SceneSystem_002: usize = 0xBD200;
pub const SceneUtils_001: usize = 0x12FCF0;
}
// Module: schemasystem.dll
pub mod schemasystem {
pub mod schemasystem_dll {
pub const SchemaSystem_001: usize = 0xAA50;
}
// Module: server.dll
pub mod server {
pub mod server_dll {
pub const EmptyWorldService001_Server: usize = 0x572840;
pub const EntitySubclassUtilsV001: usize = 0x2AF7A0;
pub const NavGameTest001: usize = 0xA46F10;
@ -172,18 +172,18 @@ pub mod cs2_dumper {
pub const customnavsystem001: usize = 0x22C660;
}
// Module: soundsystem.dll
pub mod soundsystem {
pub mod soundsystem_dll {
pub const SoundOpSystem001: usize = 0x16A640;
pub const SoundOpSystemEdit001: usize = 0x96A50;
pub const SoundSystem001: usize = 0x48320;
pub const VMixEditTool001: usize = 0x75C30;
}
// Module: steamaudio.dll
pub mod steamaudio {
pub mod steamaudio_dll {
pub const SteamAudio001: usize = 0x5AA70;
}
// Module: steamclient64.dll
pub mod steamclient64 {
pub mod steamclient64_dll {
pub const CLIENTENGINE_INTERFACE_VERSION005: usize = 0x8621C0;
pub const IVALIDATE001: usize = 0x866250;
pub const SteamClient006: usize = 0x663700;
@ -206,40 +206,40 @@ pub mod cs2_dumper {
pub const p2pvoicesingleton002: usize = 0xD6A30;
}
// Module: tier0.dll
pub mod tier0 {
pub mod tier0_dll {
pub const TestScriptMgr001: usize = 0x140790;
pub const VEngineCvar007: usize = 0x63290;
pub const VProcessUtils002: usize = 0x131C70;
pub const VStringTokenSystem001: usize = 0x190600;
}
// Module: v8system.dll
pub mod v8system {
pub mod v8system_dll {
pub const Source2V8System001: usize = 0x1950;
}
// Module: valve_avi.dll
pub mod valve_avi {
pub mod valve_avi_dll {
pub const VAvi001: usize = 0x2F90;
}
// Module: valve_wmf.dll
pub mod valve_wmf {
pub mod valve_wmf_dll {
pub const VMediaFoundation001: usize = 0x12D0;
}
// Module: vphysics2.dll
pub mod vphysics2 {
pub mod vphysics2_dll {
pub const VPhysics2_Handle_Interface_001: usize = 0x5BCB0;
pub const VPhysics2_Interface_001: usize = 0x57130;
}
// Module: vscript.dll
pub mod vscript {
pub mod vscript_dll {
pub const VScriptManager010: usize = 0x32000;
}
// Module: vstdlib_s64.dll
pub mod vstdlib_s64 {
pub mod vstdlib_s64_dll {
pub const IVALIDATE001: usize = 0x25120;
pub const VEngineCvar002: usize = 0x5760;
}
// Module: worldrenderer.dll
pub mod worldrenderer {
pub mod worldrenderer_dll {
pub const WorldRendererMgr001: usize = 0x205E0;
}
}

View File

@ -1,24 +0,0 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-03-29 21:16:02.890657436 UTC
namespace CS2Dumper {
// Module: libclient.so
public static class Buttons {
public const nint attack = 0x3736050;
public const nint attack2 = 0x3735FB0;
public const nint back = 0x3735C30;
public const nint duck = 0x3735790;
public const nint forward = 0x3735CD0;
public const nint jump = 0x3735830;
public const nint left = 0x3735B90;
public const nint lookatweapon = 0x3749C50;
public const nint reload = 0x37360F0;
public const nint right = 0x3735AF0;
public const nint showscores = 0x3749D90;
public const nint sprint = 0x3736190;
public const nint turnleft = 0x3735F10;
public const nint turnright = 0x3735E70;
public const nint use = 0x37358D0;
public const nint zoom = 0x3749CF0;
}
}

View File

@ -1,28 +0,0 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-03-29 21:16:02.890657436 UTC
#pragma once
#include <cstddef>
namespace cs2_dumper {
// Module: libclient.so
namespace buttons {
constexpr std::ptrdiff_t attack = 0x3736050;
constexpr std::ptrdiff_t attack2 = 0x3735FB0;
constexpr std::ptrdiff_t back = 0x3735C30;
constexpr std::ptrdiff_t duck = 0x3735790;
constexpr std::ptrdiff_t forward = 0x3735CD0;
constexpr std::ptrdiff_t jump = 0x3735830;
constexpr std::ptrdiff_t left = 0x3735B90;
constexpr std::ptrdiff_t lookatweapon = 0x3749C50;
constexpr std::ptrdiff_t reload = 0x37360F0;
constexpr std::ptrdiff_t right = 0x3735AF0;
constexpr std::ptrdiff_t showscores = 0x3749D90;
constexpr std::ptrdiff_t sprint = 0x3736190;
constexpr std::ptrdiff_t turnleft = 0x3735F10;
constexpr std::ptrdiff_t turnright = 0x3735E70;
constexpr std::ptrdiff_t use = 0x37358D0;
constexpr std::ptrdiff_t zoom = 0x3749CF0;
}
}

View File

@ -1,20 +0,0 @@
{
"libclient.so": {
"attack": 57892944,
"attack2": 57892784,
"back": 57891888,
"duck": 57890704,
"forward": 57892048,
"jump": 57890864,
"left": 57891728,
"lookatweapon": 57973840,
"reload": 57893104,
"right": 57891568,
"showscores": 57974160,
"sprint": 57893264,
"turnleft": 57892624,
"turnright": 57892464,
"use": 57891024,
"zoom": 57974000
}
}

View File

@ -1,26 +0,0 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-03-29 21:16:02.890657436 UTC
#![allow(non_upper_case_globals, unused)]
pub mod cs2_dumper {
// Module: libclient.so
pub mod buttons {
pub const attack: usize = 0x3736050;
pub const attack2: usize = 0x3735FB0;
pub const back: usize = 0x3735C30;
pub const duck: usize = 0x3735790;
pub const forward: usize = 0x3735CD0;
pub const jump: usize = 0x3735830;
pub const left: usize = 0x3735B90;
pub const lookatweapon: usize = 0x3749C50;
pub const reload: usize = 0x37360F0;
pub const right: usize = 0x3735AF0;
pub const showscores: usize = 0x3749D90;
pub const sprint: usize = 0x3736190;
pub const turnleft: usize = 0x3735F10;
pub const turnright: usize = 0x3735E70;
pub const use: usize = 0x37358D0;
pub const zoom: usize = 0x3749CF0;
}
}

View File

@ -1,4 +0,0 @@
{
"build_number": 14000,
"timestamp": "2024-03-29T21:16:02.890657436+00:00"
}

View File

@ -1,220 +0,0 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-03-29 21:16:02.890657436 UTC
namespace CS2Dumper.Interfaces {
// Module: libanimationsystem.so
public static class Libanimationsystem {
public const nint AnimationSystemUtils_001 = 0x18CA60;
public const nint AnimationSystem_001 = 0x18C850;
}
// Module: libclient.so
public static class Libclient {
public const nint ClientToolsInfo_001 = 0xD54880;
public const nint EmptyWorldService001_Client = 0xA47F30;
public const nint GameClientExports001 = 0xD544D0;
public const nint LegacyGameUI001 = 0xF200B0;
public const nint Source2Client002 = 0xD54540;
public const nint Source2ClientConfig001 = 0xA2BB50;
public const nint Source2ClientPrediction001 = 0xDE3A80;
public const nint Source2ClientUI001 = 0xEDEAC0;
}
// Module: libengine2.so
public static class Libengine2 {
public const nint BenchmarkService001 = 0x1E5FA0;
public const nint BugService001 = 0x1E21A0;
public const nint ClientServerEngineLoopService_001 = 0x1B3AF0;
public const nint EngineGameUI001 = 0x375580;
public const nint EngineServiceMgr001 = 0x1A3A60;
public const nint GameEventSystemClientV001 = 0x1A8AD0;
public const nint GameEventSystemServerV001 = 0x1A8AE0;
public const nint GameResourceServiceClientV001 = 0x1E78D0;
public const nint GameResourceServiceServerV001 = 0x1E78E0;
public const nint GameUIService_001 = 0x1EF410;
public const nint HostStateMgr001 = 0x1AE650;
public const nint INETSUPPORT_001 = 0x33F2A0;
public const nint InputService_001 = 0x1F39E0;
public const nint KeyValueCache001 = 0x1B0FA0;
public const nint MapListService_001 = 0x2079E0;
public const nint NetworkClientService_001 = 0x22E320;
public const nint NetworkP2PService_001 = 0x244940;
public const nint NetworkServerService_001 = 0x20BA90;
public const nint NetworkService_001 = 0x20B1B0;
public const nint RenderService_001 = 0x249D00;
public const nint ScreenshotService001 = 0x24C8F0;
public const nint SimpleEngineLoopService_001 = 0x1C87B0;
public const nint SoundService_001 = 0x250F10;
public const nint Source2EngineToClient001 = 0x2C6EE0;
public const nint Source2EngineToClientStringTable001 = 0x29E6D0;
public const nint Source2EngineToServer001 = 0x2ED890;
public const nint Source2EngineToServerStringTable001 = 0x2D0000;
public const nint SplitScreenService_001 = 0x258290;
public const nint StatsService_001 = 0x25B9E0;
public const nint ToolService_001 = 0x260C60;
public const nint VENGINE_GAMEUIFUNCS_VERSION005 = 0x375000;
public const nint VProfService_001 = 0x262410;
}
// Module: libfilesystem_stdio.so
public static class LibfilesystemStdio {
public const nint VAsyncFileSystem2_001 = 0x80180;
public const nint VFileSystem017 = 0x80170;
}
// Module: libhost.so
public static class Libhost {
public const nint DebugDrawQueueManager001 = 0xC2C70;
public const nint GameModelInfo001 = 0xBD8F0;
public const nint GameSystem2HostHook = 0xBE030;
public const nint HostUtils001 = 0xBE4B0;
public const nint PredictionDiffManager001 = 0xBF440;
public const nint SaveRestoreDataVersion001 = 0xC17B0;
public const nint SinglePlayerSharedMemory001 = 0xC1A70;
public const nint Source2Host001 = 0xC21D0;
}
// Module: libinputsystem.so
public static class Libinputsystem {
public const nint InputStackSystemVersion001 = 0x11840;
public const nint InputSystemVersion001 = 0x12D30;
}
// Module: liblocalize.so
public static class Liblocalize {
public const nint Localize_001 = 0x1DB00;
}
// Module: libmatchmaking.so
public static class Libmatchmaking {
public const nint GameTypes001 = 0x12FF60;
public const nint MATCHFRAMEWORK_001 = 0x204440;
}
// Module: libmaterialsystem2.so
public static class Libmaterialsystem2 {
public const nint FontManager_001 = 0x7A340;
public const nint MaterialUtils_001 = 0x64B80;
public const nint PostProcessingSystem_001 = 0x89C70;
public const nint TextLayout_001 = 0x87200;
public const nint VMaterialSystem2_001 = 0x2C7A0;
}
// Module: libmeshsystem.so
public static class Libmeshsystem {
public const nint MeshSystem001 = 0x94810;
}
// Module: libnetworksystem.so
public static class Libnetworksystem {
public const nint FlattenedSerializersVersion001 = 0x159460;
public const nint NetworkMessagesVersion001 = 0x180B90;
public const nint NetworkSystemVersion001 = 0x1A9CE0;
public const nint SerializedEntitiesVersion001 = 0x1C2750;
}
// Module: libpanorama.so
public static class Libpanorama {
public const nint PanoramaUIEngine001 = 0x220F80;
}
// Module: libpanorama_text_pango.so
public static class LibpanoramaTextPango {
public const nint PanoramaTextServices001 = 0xBC4C0;
}
// Module: libpanoramauiclient.so
public static class Libpanoramauiclient {
public const nint PanoramaUIClient001 = 0x10AAC0;
}
// Module: libparticles.so
public static class Libparticles {
public const nint ParticleSystemMgr003 = 0x1EBE60;
}
// Module: libpulse_system.so
public static class LibpulseSystem {
public const nint IPulseSystem_001 = 0x357B0;
}
// Module: librendersystemvulkan.so
public static class Librendersystemvulkan {
public const nint RenderDeviceMgr001 = 0x185100;
public const nint RenderUtils_001 = 0x1019A0;
}
// Module: libresourcesystem.so
public static class Libresourcesystem {
public const nint ResourceSystem013 = 0x30A90;
}
// Module: libscenefilecache.so
public static class Libscenefilecache {
public const nint ResponseRulesCache001 = 0x88E40;
public const nint SceneFileCache002 = 0x85B10;
}
// Module: libscenesystem.so
public static class Libscenesystem {
public const nint RenderingPipelines_001 = 0x120E20;
public const nint SceneSystem_002 = 0x164300;
public const nint SceneUtils_001 = 0x1E0A70;
}
// Module: libschemasystem.so
public static class Libschemasystem {
public const nint SchemaSystem_001 = 0x211F0;
}
// Module: libserver.so
public static class Libserver {
public const nint EmptyWorldService001_Server = 0xB83320;
public const nint EntitySubclassUtilsV001 = 0x8611F0;
public const nint NavGameTest001 = 0x1094010;
public const nint ServerToolsInfo_001 = 0xE72080;
public const nint Source2GameClients001 = 0xE72010;
public const nint Source2GameDirector001 = 0x6C41A0;
public const nint Source2GameEntities001 = 0xE72000;
public const nint Source2Server001 = 0xE71CF0;
public const nint Source2ServerConfig001 = 0xB0EED0;
public const nint customnavsystem001 = 0x7F8230;
}
// Module: libsoundsystem.so
public static class Libsoundsystem {
public const nint SoundOpSystem001 = 0x155E80;
public const nint SoundOpSystemEdit001 = 0xAD350;
public const nint SoundSystem001 = 0x1C4920;
public const nint VMixEditTool001 = 0x1F4340;
}
// Module: libsteamaudio.so
public static class Libsteamaudio {
public const nint SteamAudio001 = 0x31590;
}
// Module: libtier0.so
public static class Libtier0 {
public const nint TestScriptMgr001 = 0x1BE8F0;
public const nint VEngineCvar007 = 0xF1370;
public const nint VProcessUtils002 = 0x19C370;
public const nint VStringTokenSystem001 = 0x1EA8D0;
}
// Module: libv8system.so
public static class Libv8system {
public const nint Source2V8System001 = 0x1B630;
}
// Module: libvphysics2.so
public static class Libvphysics2 {
public const nint VPhysics2_Handle_Interface_001 = 0xC1FD0;
public const nint VPhysics2_Interface_001 = 0xC1BC0;
}
// Module: libvscript.so
public static class Libvscript {
public const nint VScriptManager010 = 0x26230;
}
// Module: libworldrenderer.so
public static class Libworldrenderer {
public const nint WorldRendererMgr001 = 0x982B0;
}
// Module: steamclient.so
public static class Steamclient {
public const nint CLIENTENGINE_INTERFACE_VERSION005 = 0x11260D0;
public const nint IVALIDATE001 = 0x1122650;
public const nint SteamClient006 = 0xDDA7A0;
public const nint SteamClient007 = 0xDDA7B0;
public const nint SteamClient008 = 0xDDA7C0;
public const nint SteamClient009 = 0xDDA7D0;
public const nint SteamClient010 = 0xDDA7E0;
public const nint SteamClient011 = 0xDDA7F0;
public const nint SteamClient012 = 0xDDA800;
public const nint SteamClient013 = 0xDDA810;
public const nint SteamClient014 = 0xDDA820;
public const nint SteamClient015 = 0xDDA830;
public const nint SteamClient016 = 0xDDA860;
public const nint SteamClient017 = 0xDDA890;
public const nint SteamClient018 = 0xDDA8C0;
public const nint SteamClient019 = 0xDDA8F0;
public const nint SteamClient020 = 0xDDA920;
public const nint SteamClient021 = 0xDDA950;
public const nint p2pvoice002 = 0x174B380;
public const nint p2pvoicesingleton002 = 0x17443B0;
}
}

View File

@ -1,226 +0,0 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-03-29 21:16:02.890657436 UTC
#pragma once
#include <cstddef>
namespace cs2_dumper {
namespace interfaces {
// Module: libanimationsystem.so
namespace libanimationsystem {
constexpr std::ptrdiff_t AnimationSystemUtils_001 = 0x18CA60;
constexpr std::ptrdiff_t AnimationSystem_001 = 0x18C850;
}
// Module: libclient.so
namespace libclient {
constexpr std::ptrdiff_t ClientToolsInfo_001 = 0xD54880;
constexpr std::ptrdiff_t EmptyWorldService001_Client = 0xA47F30;
constexpr std::ptrdiff_t GameClientExports001 = 0xD544D0;
constexpr std::ptrdiff_t LegacyGameUI001 = 0xF200B0;
constexpr std::ptrdiff_t Source2Client002 = 0xD54540;
constexpr std::ptrdiff_t Source2ClientConfig001 = 0xA2BB50;
constexpr std::ptrdiff_t Source2ClientPrediction001 = 0xDE3A80;
constexpr std::ptrdiff_t Source2ClientUI001 = 0xEDEAC0;
}
// Module: libengine2.so
namespace libengine2 {
constexpr std::ptrdiff_t BenchmarkService001 = 0x1E5FA0;
constexpr std::ptrdiff_t BugService001 = 0x1E21A0;
constexpr std::ptrdiff_t ClientServerEngineLoopService_001 = 0x1B3AF0;
constexpr std::ptrdiff_t EngineGameUI001 = 0x375580;
constexpr std::ptrdiff_t EngineServiceMgr001 = 0x1A3A60;
constexpr std::ptrdiff_t GameEventSystemClientV001 = 0x1A8AD0;
constexpr std::ptrdiff_t GameEventSystemServerV001 = 0x1A8AE0;
constexpr std::ptrdiff_t GameResourceServiceClientV001 = 0x1E78D0;
constexpr std::ptrdiff_t GameResourceServiceServerV001 = 0x1E78E0;
constexpr std::ptrdiff_t GameUIService_001 = 0x1EF410;
constexpr std::ptrdiff_t HostStateMgr001 = 0x1AE650;
constexpr std::ptrdiff_t INETSUPPORT_001 = 0x33F2A0;
constexpr std::ptrdiff_t InputService_001 = 0x1F39E0;
constexpr std::ptrdiff_t KeyValueCache001 = 0x1B0FA0;
constexpr std::ptrdiff_t MapListService_001 = 0x2079E0;
constexpr std::ptrdiff_t NetworkClientService_001 = 0x22E320;
constexpr std::ptrdiff_t NetworkP2PService_001 = 0x244940;
constexpr std::ptrdiff_t NetworkServerService_001 = 0x20BA90;
constexpr std::ptrdiff_t NetworkService_001 = 0x20B1B0;
constexpr std::ptrdiff_t RenderService_001 = 0x249D00;
constexpr std::ptrdiff_t ScreenshotService001 = 0x24C8F0;
constexpr std::ptrdiff_t SimpleEngineLoopService_001 = 0x1C87B0;
constexpr std::ptrdiff_t SoundService_001 = 0x250F10;
constexpr std::ptrdiff_t Source2EngineToClient001 = 0x2C6EE0;
constexpr std::ptrdiff_t Source2EngineToClientStringTable001 = 0x29E6D0;
constexpr std::ptrdiff_t Source2EngineToServer001 = 0x2ED890;
constexpr std::ptrdiff_t Source2EngineToServerStringTable001 = 0x2D0000;
constexpr std::ptrdiff_t SplitScreenService_001 = 0x258290;
constexpr std::ptrdiff_t StatsService_001 = 0x25B9E0;
constexpr std::ptrdiff_t ToolService_001 = 0x260C60;
constexpr std::ptrdiff_t VENGINE_GAMEUIFUNCS_VERSION005 = 0x375000;
constexpr std::ptrdiff_t VProfService_001 = 0x262410;
}
// Module: libfilesystem_stdio.so
namespace libfilesystem_stdio {
constexpr std::ptrdiff_t VAsyncFileSystem2_001 = 0x80180;
constexpr std::ptrdiff_t VFileSystem017 = 0x80170;
}
// Module: libhost.so
namespace libhost {
constexpr std::ptrdiff_t DebugDrawQueueManager001 = 0xC2C70;
constexpr std::ptrdiff_t GameModelInfo001 = 0xBD8F0;
constexpr std::ptrdiff_t GameSystem2HostHook = 0xBE030;
constexpr std::ptrdiff_t HostUtils001 = 0xBE4B0;
constexpr std::ptrdiff_t PredictionDiffManager001 = 0xBF440;
constexpr std::ptrdiff_t SaveRestoreDataVersion001 = 0xC17B0;
constexpr std::ptrdiff_t SinglePlayerSharedMemory001 = 0xC1A70;
constexpr std::ptrdiff_t Source2Host001 = 0xC21D0;
}
// Module: libinputsystem.so
namespace libinputsystem {
constexpr std::ptrdiff_t InputStackSystemVersion001 = 0x11840;
constexpr std::ptrdiff_t InputSystemVersion001 = 0x12D30;
}
// Module: liblocalize.so
namespace liblocalize {
constexpr std::ptrdiff_t Localize_001 = 0x1DB00;
}
// Module: libmatchmaking.so
namespace libmatchmaking {
constexpr std::ptrdiff_t GameTypes001 = 0x12FF60;
constexpr std::ptrdiff_t MATCHFRAMEWORK_001 = 0x204440;
}
// Module: libmaterialsystem2.so
namespace libmaterialsystem2 {
constexpr std::ptrdiff_t FontManager_001 = 0x7A340;
constexpr std::ptrdiff_t MaterialUtils_001 = 0x64B80;
constexpr std::ptrdiff_t PostProcessingSystem_001 = 0x89C70;
constexpr std::ptrdiff_t TextLayout_001 = 0x87200;
constexpr std::ptrdiff_t VMaterialSystem2_001 = 0x2C7A0;
}
// Module: libmeshsystem.so
namespace libmeshsystem {
constexpr std::ptrdiff_t MeshSystem001 = 0x94810;
}
// Module: libnetworksystem.so
namespace libnetworksystem {
constexpr std::ptrdiff_t FlattenedSerializersVersion001 = 0x159460;
constexpr std::ptrdiff_t NetworkMessagesVersion001 = 0x180B90;
constexpr std::ptrdiff_t NetworkSystemVersion001 = 0x1A9CE0;
constexpr std::ptrdiff_t SerializedEntitiesVersion001 = 0x1C2750;
}
// Module: libpanorama.so
namespace libpanorama {
constexpr std::ptrdiff_t PanoramaUIEngine001 = 0x220F80;
}
// Module: libpanorama_text_pango.so
namespace libpanorama_text_pango {
constexpr std::ptrdiff_t PanoramaTextServices001 = 0xBC4C0;
}
// Module: libpanoramauiclient.so
namespace libpanoramauiclient {
constexpr std::ptrdiff_t PanoramaUIClient001 = 0x10AAC0;
}
// Module: libparticles.so
namespace libparticles {
constexpr std::ptrdiff_t ParticleSystemMgr003 = 0x1EBE60;
}
// Module: libpulse_system.so
namespace libpulse_system {
constexpr std::ptrdiff_t IPulseSystem_001 = 0x357B0;
}
// Module: librendersystemvulkan.so
namespace librendersystemvulkan {
constexpr std::ptrdiff_t RenderDeviceMgr001 = 0x185100;
constexpr std::ptrdiff_t RenderUtils_001 = 0x1019A0;
}
// Module: libresourcesystem.so
namespace libresourcesystem {
constexpr std::ptrdiff_t ResourceSystem013 = 0x30A90;
}
// Module: libscenefilecache.so
namespace libscenefilecache {
constexpr std::ptrdiff_t ResponseRulesCache001 = 0x88E40;
constexpr std::ptrdiff_t SceneFileCache002 = 0x85B10;
}
// Module: libscenesystem.so
namespace libscenesystem {
constexpr std::ptrdiff_t RenderingPipelines_001 = 0x120E20;
constexpr std::ptrdiff_t SceneSystem_002 = 0x164300;
constexpr std::ptrdiff_t SceneUtils_001 = 0x1E0A70;
}
// Module: libschemasystem.so
namespace libschemasystem {
constexpr std::ptrdiff_t SchemaSystem_001 = 0x211F0;
}
// Module: libserver.so
namespace libserver {
constexpr std::ptrdiff_t EmptyWorldService001_Server = 0xB83320;
constexpr std::ptrdiff_t EntitySubclassUtilsV001 = 0x8611F0;
constexpr std::ptrdiff_t NavGameTest001 = 0x1094010;
constexpr std::ptrdiff_t ServerToolsInfo_001 = 0xE72080;
constexpr std::ptrdiff_t Source2GameClients001 = 0xE72010;
constexpr std::ptrdiff_t Source2GameDirector001 = 0x6C41A0;
constexpr std::ptrdiff_t Source2GameEntities001 = 0xE72000;
constexpr std::ptrdiff_t Source2Server001 = 0xE71CF0;
constexpr std::ptrdiff_t Source2ServerConfig001 = 0xB0EED0;
constexpr std::ptrdiff_t customnavsystem001 = 0x7F8230;
}
// Module: libsoundsystem.so
namespace libsoundsystem {
constexpr std::ptrdiff_t SoundOpSystem001 = 0x155E80;
constexpr std::ptrdiff_t SoundOpSystemEdit001 = 0xAD350;
constexpr std::ptrdiff_t SoundSystem001 = 0x1C4920;
constexpr std::ptrdiff_t VMixEditTool001 = 0x1F4340;
}
// Module: libsteamaudio.so
namespace libsteamaudio {
constexpr std::ptrdiff_t SteamAudio001 = 0x31590;
}
// Module: libtier0.so
namespace libtier0 {
constexpr std::ptrdiff_t TestScriptMgr001 = 0x1BE8F0;
constexpr std::ptrdiff_t VEngineCvar007 = 0xF1370;
constexpr std::ptrdiff_t VProcessUtils002 = 0x19C370;
constexpr std::ptrdiff_t VStringTokenSystem001 = 0x1EA8D0;
}
// Module: libv8system.so
namespace libv8system {
constexpr std::ptrdiff_t Source2V8System001 = 0x1B630;
}
// Module: libvphysics2.so
namespace libvphysics2 {
constexpr std::ptrdiff_t VPhysics2_Handle_Interface_001 = 0xC1FD0;
constexpr std::ptrdiff_t VPhysics2_Interface_001 = 0xC1BC0;
}
// Module: libvscript.so
namespace libvscript {
constexpr std::ptrdiff_t VScriptManager010 = 0x26230;
}
// Module: libworldrenderer.so
namespace libworldrenderer {
constexpr std::ptrdiff_t WorldRendererMgr001 = 0x982B0;
}
// Module: steamclient.so
namespace steamclient {
constexpr std::ptrdiff_t CLIENTENGINE_INTERFACE_VERSION005 = 0x11260D0;
constexpr std::ptrdiff_t IVALIDATE001 = 0x1122650;
constexpr std::ptrdiff_t SteamClient006 = 0xDDA7A0;
constexpr std::ptrdiff_t SteamClient007 = 0xDDA7B0;
constexpr std::ptrdiff_t SteamClient008 = 0xDDA7C0;
constexpr std::ptrdiff_t SteamClient009 = 0xDDA7D0;
constexpr std::ptrdiff_t SteamClient010 = 0xDDA7E0;
constexpr std::ptrdiff_t SteamClient011 = 0xDDA7F0;
constexpr std::ptrdiff_t SteamClient012 = 0xDDA800;
constexpr std::ptrdiff_t SteamClient013 = 0xDDA810;
constexpr std::ptrdiff_t SteamClient014 = 0xDDA820;
constexpr std::ptrdiff_t SteamClient015 = 0xDDA830;
constexpr std::ptrdiff_t SteamClient016 = 0xDDA860;
constexpr std::ptrdiff_t SteamClient017 = 0xDDA890;
constexpr std::ptrdiff_t SteamClient018 = 0xDDA8C0;
constexpr std::ptrdiff_t SteamClient019 = 0xDDA8F0;
constexpr std::ptrdiff_t SteamClient020 = 0xDDA920;
constexpr std::ptrdiff_t SteamClient021 = 0xDDA950;
constexpr std::ptrdiff_t p2pvoice002 = 0x174B380;
constexpr std::ptrdiff_t p2pvoicesingleton002 = 0x17443B0;
}
}
}

View File

@ -1,187 +0,0 @@
{
"libanimationsystem.so": {
"AnimationSystemUtils_001": 1624672,
"AnimationSystem_001": 1624144
},
"libclient.so": {
"ClientToolsInfo_001": 13977728,
"EmptyWorldService001_Client": 10780464,
"GameClientExports001": 13976784,
"LegacyGameUI001": 15859888,
"Source2Client002": 13976896,
"Source2ClientConfig001": 10664784,
"Source2ClientPrediction001": 14563968,
"Source2ClientUI001": 15592128
},
"libengine2.so": {
"BenchmarkService001": 1990560,
"BugService001": 1974688,
"ClientServerEngineLoopService_001": 1784560,
"EngineGameUI001": 3626368,
"EngineServiceMgr001": 1718880,
"GameEventSystemClientV001": 1739472,
"GameEventSystemServerV001": 1739488,
"GameResourceServiceClientV001": 1997008,
"GameResourceServiceServerV001": 1997024,
"GameUIService_001": 2028560,
"HostStateMgr001": 1762896,
"INETSUPPORT_001": 3404448,
"InputService_001": 2046432,
"KeyValueCache001": 1773472,
"MapListService_001": 2128352,
"NetworkClientService_001": 2286368,
"NetworkP2PService_001": 2378048,
"NetworkServerService_001": 2144912,
"NetworkService_001": 2142640,
"RenderService_001": 2399488,
"ScreenshotService001": 2410736,
"SimpleEngineLoopService_001": 1869744,
"SoundService_001": 2428688,
"Source2EngineToClient001": 2911968,
"Source2EngineToClientStringTable001": 2746064,
"Source2EngineToServer001": 3070096,
"Source2EngineToServerStringTable001": 2949120,
"SplitScreenService_001": 2458256,
"StatsService_001": 2472416,
"ToolService_001": 2493536,
"VENGINE_GAMEUIFUNCS_VERSION005": 3624960,
"VProfService_001": 2499600
},
"libfilesystem_stdio.so": {
"VAsyncFileSystem2_001": 524672,
"VFileSystem017": 524656
},
"libhost.so": {
"DebugDrawQueueManager001": 797808,
"GameModelInfo001": 776432,
"GameSystem2HostHook": 778288,
"HostUtils001": 779440,
"PredictionDiffManager001": 783424,
"SaveRestoreDataVersion001": 792496,
"SinglePlayerSharedMemory001": 793200,
"Source2Host001": 795088
},
"libinputsystem.so": {
"InputStackSystemVersion001": 71744,
"InputSystemVersion001": 77104
},
"liblocalize.so": {
"Localize_001": 121600
},
"libmatchmaking.so": {
"GameTypes001": 1245024,
"MATCHFRAMEWORK_001": 2114624
},
"libmaterialsystem2.so": {
"FontManager_001": 500544,
"MaterialUtils_001": 412544,
"PostProcessingSystem_001": 564336,
"TextLayout_001": 553472,
"VMaterialSystem2_001": 182176
},
"libmeshsystem.so": {
"MeshSystem001": 608272
},
"libnetworksystem.so": {
"FlattenedSerializersVersion001": 1414240,
"NetworkMessagesVersion001": 1575824,
"NetworkSystemVersion001": 1744096,
"SerializedEntitiesVersion001": 1845072
},
"libpanorama.so": {
"PanoramaUIEngine001": 2232192
},
"libpanorama_text_pango.so": {
"PanoramaTextServices001": 771264
},
"libpanoramauiclient.so": {
"PanoramaUIClient001": 1092288
},
"libparticles.so": {
"ParticleSystemMgr003": 2014816
},
"libpulse_system.so": {
"IPulseSystem_001": 219056
},
"librendersystemvulkan.so": {
"RenderDeviceMgr001": 1593600,
"RenderUtils_001": 1055136
},
"libresourcesystem.so": {
"ResourceSystem013": 199312
},
"libscenefilecache.so": {
"ResponseRulesCache001": 560704,
"SceneFileCache002": 547600
},
"libscenesystem.so": {
"RenderingPipelines_001": 1183264,
"SceneSystem_002": 1458944,
"SceneUtils_001": 1968752
},
"libschemasystem.so": {
"SchemaSystem_001": 135664
},
"libserver.so": {
"EmptyWorldService001_Server": 12071712,
"EntitySubclassUtilsV001": 8786416,
"NavGameTest001": 17383440,
"ServerToolsInfo_001": 15147136,
"Source2GameClients001": 15147024,
"Source2GameDirector001": 7094688,
"Source2GameEntities001": 15147008,
"Source2Server001": 15146224,
"Source2ServerConfig001": 11595472,
"customnavsystem001": 8356400
},
"libsoundsystem.so": {
"SoundOpSystem001": 1400448,
"SoundOpSystemEdit001": 709456,
"SoundSystem001": 1853728,
"VMixEditTool001": 2048832
},
"libsteamaudio.so": {
"SteamAudio001": 202128
},
"libtier0.so": {
"TestScriptMgr001": 1829104,
"VEngineCvar007": 988016,
"VProcessUtils002": 1688432,
"VStringTokenSystem001": 2009296
},
"libv8system.so": {
"Source2V8System001": 112176
},
"libvphysics2.so": {
"VPhysics2_Handle_Interface_001": 794576,
"VPhysics2_Interface_001": 793536
},
"libvscript.so": {
"VScriptManager010": 156208
},
"libworldrenderer.so": {
"WorldRendererMgr001": 623280
},
"steamclient.so": {
"CLIENTENGINE_INTERFACE_VERSION005": 17981648,
"IVALIDATE001": 17966672,
"SteamClient006": 14526368,
"SteamClient007": 14526384,
"SteamClient008": 14526400,
"SteamClient009": 14526416,
"SteamClient010": 14526432,
"SteamClient011": 14526448,
"SteamClient012": 14526464,
"SteamClient013": 14526480,
"SteamClient014": 14526496,
"SteamClient015": 14526512,
"SteamClient016": 14526560,
"SteamClient017": 14526608,
"SteamClient018": 14526656,
"SteamClient019": 14526704,
"SteamClient020": 14526752,
"SteamClient021": 14526800,
"p2pvoice002": 24425344,
"p2pvoicesingleton002": 24396720
}
}

View File

@ -1,224 +0,0 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-03-29 21:16:02.890657436 UTC
#![allow(non_upper_case_globals, unused)]
pub mod cs2_dumper {
pub mod interfaces {
// Module: libanimationsystem.so
pub mod libanimationsystem {
pub const AnimationSystemUtils_001: usize = 0x18CA60;
pub const AnimationSystem_001: usize = 0x18C850;
}
// Module: libclient.so
pub mod libclient {
pub const ClientToolsInfo_001: usize = 0xD54880;
pub const EmptyWorldService001_Client: usize = 0xA47F30;
pub const GameClientExports001: usize = 0xD544D0;
pub const LegacyGameUI001: usize = 0xF200B0;
pub const Source2Client002: usize = 0xD54540;
pub const Source2ClientConfig001: usize = 0xA2BB50;
pub const Source2ClientPrediction001: usize = 0xDE3A80;
pub const Source2ClientUI001: usize = 0xEDEAC0;
}
// Module: libengine2.so
pub mod libengine2 {
pub const BenchmarkService001: usize = 0x1E5FA0;
pub const BugService001: usize = 0x1E21A0;
pub const ClientServerEngineLoopService_001: usize = 0x1B3AF0;
pub const EngineGameUI001: usize = 0x375580;
pub const EngineServiceMgr001: usize = 0x1A3A60;
pub const GameEventSystemClientV001: usize = 0x1A8AD0;
pub const GameEventSystemServerV001: usize = 0x1A8AE0;
pub const GameResourceServiceClientV001: usize = 0x1E78D0;
pub const GameResourceServiceServerV001: usize = 0x1E78E0;
pub const GameUIService_001: usize = 0x1EF410;
pub const HostStateMgr001: usize = 0x1AE650;
pub const INETSUPPORT_001: usize = 0x33F2A0;
pub const InputService_001: usize = 0x1F39E0;
pub const KeyValueCache001: usize = 0x1B0FA0;
pub const MapListService_001: usize = 0x2079E0;
pub const NetworkClientService_001: usize = 0x22E320;
pub const NetworkP2PService_001: usize = 0x244940;
pub const NetworkServerService_001: usize = 0x20BA90;
pub const NetworkService_001: usize = 0x20B1B0;
pub const RenderService_001: usize = 0x249D00;
pub const ScreenshotService001: usize = 0x24C8F0;
pub const SimpleEngineLoopService_001: usize = 0x1C87B0;
pub const SoundService_001: usize = 0x250F10;
pub const Source2EngineToClient001: usize = 0x2C6EE0;
pub const Source2EngineToClientStringTable001: usize = 0x29E6D0;
pub const Source2EngineToServer001: usize = 0x2ED890;
pub const Source2EngineToServerStringTable001: usize = 0x2D0000;
pub const SplitScreenService_001: usize = 0x258290;
pub const StatsService_001: usize = 0x25B9E0;
pub const ToolService_001: usize = 0x260C60;
pub const VENGINE_GAMEUIFUNCS_VERSION005: usize = 0x375000;
pub const VProfService_001: usize = 0x262410;
}
// Module: libfilesystem_stdio.so
pub mod libfilesystem_stdio {
pub const VAsyncFileSystem2_001: usize = 0x80180;
pub const VFileSystem017: usize = 0x80170;
}
// Module: libhost.so
pub mod libhost {
pub const DebugDrawQueueManager001: usize = 0xC2C70;
pub const GameModelInfo001: usize = 0xBD8F0;
pub const GameSystem2HostHook: usize = 0xBE030;
pub const HostUtils001: usize = 0xBE4B0;
pub const PredictionDiffManager001: usize = 0xBF440;
pub const SaveRestoreDataVersion001: usize = 0xC17B0;
pub const SinglePlayerSharedMemory001: usize = 0xC1A70;
pub const Source2Host001: usize = 0xC21D0;
}
// Module: libinputsystem.so
pub mod libinputsystem {
pub const InputStackSystemVersion001: usize = 0x11840;
pub const InputSystemVersion001: usize = 0x12D30;
}
// Module: liblocalize.so
pub mod liblocalize {
pub const Localize_001: usize = 0x1DB00;
}
// Module: libmatchmaking.so
pub mod libmatchmaking {
pub const GameTypes001: usize = 0x12FF60;
pub const MATCHFRAMEWORK_001: usize = 0x204440;
}
// Module: libmaterialsystem2.so
pub mod libmaterialsystem2 {
pub const FontManager_001: usize = 0x7A340;
pub const MaterialUtils_001: usize = 0x64B80;
pub const PostProcessingSystem_001: usize = 0x89C70;
pub const TextLayout_001: usize = 0x87200;
pub const VMaterialSystem2_001: usize = 0x2C7A0;
}
// Module: libmeshsystem.so
pub mod libmeshsystem {
pub const MeshSystem001: usize = 0x94810;
}
// Module: libnetworksystem.so
pub mod libnetworksystem {
pub const FlattenedSerializersVersion001: usize = 0x159460;
pub const NetworkMessagesVersion001: usize = 0x180B90;
pub const NetworkSystemVersion001: usize = 0x1A9CE0;
pub const SerializedEntitiesVersion001: usize = 0x1C2750;
}
// Module: libpanorama.so
pub mod libpanorama {
pub const PanoramaUIEngine001: usize = 0x220F80;
}
// Module: libpanorama_text_pango.so
pub mod libpanorama_text_pango {
pub const PanoramaTextServices001: usize = 0xBC4C0;
}
// Module: libpanoramauiclient.so
pub mod libpanoramauiclient {
pub const PanoramaUIClient001: usize = 0x10AAC0;
}
// Module: libparticles.so
pub mod libparticles {
pub const ParticleSystemMgr003: usize = 0x1EBE60;
}
// Module: libpulse_system.so
pub mod libpulse_system {
pub const IPulseSystem_001: usize = 0x357B0;
}
// Module: librendersystemvulkan.so
pub mod librendersystemvulkan {
pub const RenderDeviceMgr001: usize = 0x185100;
pub const RenderUtils_001: usize = 0x1019A0;
}
// Module: libresourcesystem.so
pub mod libresourcesystem {
pub const ResourceSystem013: usize = 0x30A90;
}
// Module: libscenefilecache.so
pub mod libscenefilecache {
pub const ResponseRulesCache001: usize = 0x88E40;
pub const SceneFileCache002: usize = 0x85B10;
}
// Module: libscenesystem.so
pub mod libscenesystem {
pub const RenderingPipelines_001: usize = 0x120E20;
pub const SceneSystem_002: usize = 0x164300;
pub const SceneUtils_001: usize = 0x1E0A70;
}
// Module: libschemasystem.so
pub mod libschemasystem {
pub const SchemaSystem_001: usize = 0x211F0;
}
// Module: libserver.so
pub mod libserver {
pub const EmptyWorldService001_Server: usize = 0xB83320;
pub const EntitySubclassUtilsV001: usize = 0x8611F0;
pub const NavGameTest001: usize = 0x1094010;
pub const ServerToolsInfo_001: usize = 0xE72080;
pub const Source2GameClients001: usize = 0xE72010;
pub const Source2GameDirector001: usize = 0x6C41A0;
pub const Source2GameEntities001: usize = 0xE72000;
pub const Source2Server001: usize = 0xE71CF0;
pub const Source2ServerConfig001: usize = 0xB0EED0;
pub const customnavsystem001: usize = 0x7F8230;
}
// Module: libsoundsystem.so
pub mod libsoundsystem {
pub const SoundOpSystem001: usize = 0x155E80;
pub const SoundOpSystemEdit001: usize = 0xAD350;
pub const SoundSystem001: usize = 0x1C4920;
pub const VMixEditTool001: usize = 0x1F4340;
}
// Module: libsteamaudio.so
pub mod libsteamaudio {
pub const SteamAudio001: usize = 0x31590;
}
// Module: libtier0.so
pub mod libtier0 {
pub const TestScriptMgr001: usize = 0x1BE8F0;
pub const VEngineCvar007: usize = 0xF1370;
pub const VProcessUtils002: usize = 0x19C370;
pub const VStringTokenSystem001: usize = 0x1EA8D0;
}
// Module: libv8system.so
pub mod libv8system {
pub const Source2V8System001: usize = 0x1B630;
}
// Module: libvphysics2.so
pub mod libvphysics2 {
pub const VPhysics2_Handle_Interface_001: usize = 0xC1FD0;
pub const VPhysics2_Interface_001: usize = 0xC1BC0;
}
// Module: libvscript.so
pub mod libvscript {
pub const VScriptManager010: usize = 0x26230;
}
// Module: libworldrenderer.so
pub mod libworldrenderer {
pub const WorldRendererMgr001: usize = 0x982B0;
}
// Module: steamclient.so
pub mod steamclient {
pub const CLIENTENGINE_INTERFACE_VERSION005: usize = 0x11260D0;
pub const IVALIDATE001: usize = 0x1122650;
pub const SteamClient006: usize = 0xDDA7A0;
pub const SteamClient007: usize = 0xDDA7B0;
pub const SteamClient008: usize = 0xDDA7C0;
pub const SteamClient009: usize = 0xDDA7D0;
pub const SteamClient010: usize = 0xDDA7E0;
pub const SteamClient011: usize = 0xDDA7F0;
pub const SteamClient012: usize = 0xDDA800;
pub const SteamClient013: usize = 0xDDA810;
pub const SteamClient014: usize = 0xDDA820;
pub const SteamClient015: usize = 0xDDA830;
pub const SteamClient016: usize = 0xDDA860;
pub const SteamClient017: usize = 0xDDA890;
pub const SteamClient018: usize = 0xDDA8C0;
pub const SteamClient019: usize = 0xDDA8F0;
pub const SteamClient020: usize = 0xDDA920;
pub const SteamClient021: usize = 0xDDA950;
pub const p2pvoice002: usize = 0x174B380;
pub const p2pvoicesingleton002: usize = 0x17443B0;
}
}
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,40 +0,0 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-03-29 21:16:02.890657436 UTC
namespace CS2Dumper.Schemas {
// Module: libengine2.so
// Classes count: 2
// Enums count: 0
public static class Libengine2 {
// Parent: None
// Fields count: 11
//
// Metadata:
// NetworkVarNames: m_nameStringableIndex (int32)
public static class CEntityIdentity {
public const nint m_nameStringableIndex = 0x14; // int32
public const nint m_name = 0x18; // CUtlSymbolLarge
public const nint m_designerName = 0x20; // CUtlSymbolLarge
public const nint m_flags = 0x30; // uint32
public const nint m_worldGroupId = 0x38; // WorldGroupId_t
public const nint m_fDataObjectTypes = 0x3C; // uint32
public const nint m_PathIndex = 0x40; // ChangeAccessorFieldPathIndex_t
public const nint m_pPrev = 0x58; // CEntityIdentity*
public const nint m_pNext = 0x60; // CEntityIdentity*
public const nint m_pPrevByClass = 0x68; // CEntityIdentity*
public const nint m_pNextByClass = 0x70; // CEntityIdentity*
}
// Parent: None
// Fields count: 4
//
// Metadata:
// NetworkVarNames: m_pEntity (CEntityIdentity*)
// NetworkVarNames: m_CScriptComponent (CScriptComponent::Storage_t)
public static class CEntityInstance {
public const nint m_iszPrivateVScripts = 0x8; // CUtlSymbolLarge
public const nint m_pEntity = 0x10; // CEntityIdentity*
public const nint m_CScriptComponent = 0x28; // CScriptComponent*
public const nint m_bVisibleinPVS = 0x30; // bool
}
}
}

View File

@ -1,46 +0,0 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-03-29 21:16:02.890657436 UTC
#pragma once
#include <cstddef>
namespace cs2_dumper {
namespace schemas {
// Module: libengine2.so
// Classes count: 2
// Enums count: 0
namespace libengine2 {
// Parent: None
// Fields count: 11
//
// Metadata:
// NetworkVarNames: m_nameStringableIndex (int32)
namespace CEntityIdentity {
constexpr std::ptrdiff_t m_nameStringableIndex = 0x14; // int32
constexpr std::ptrdiff_t m_name = 0x18; // CUtlSymbolLarge
constexpr std::ptrdiff_t m_designerName = 0x20; // CUtlSymbolLarge
constexpr std::ptrdiff_t m_flags = 0x30; // uint32
constexpr std::ptrdiff_t m_worldGroupId = 0x38; // WorldGroupId_t
constexpr std::ptrdiff_t m_fDataObjectTypes = 0x3C; // uint32
constexpr std::ptrdiff_t m_PathIndex = 0x40; // ChangeAccessorFieldPathIndex_t
constexpr std::ptrdiff_t m_pPrev = 0x58; // CEntityIdentity*
constexpr std::ptrdiff_t m_pNext = 0x60; // CEntityIdentity*
constexpr std::ptrdiff_t m_pPrevByClass = 0x68; // CEntityIdentity*
constexpr std::ptrdiff_t m_pNextByClass = 0x70; // CEntityIdentity*
}
// Parent: None
// Fields count: 4
//
// Metadata:
// NetworkVarNames: m_pEntity (CEntityIdentity*)
// NetworkVarNames: m_CScriptComponent (CScriptComponent::Storage_t)
namespace CEntityInstance {
constexpr std::ptrdiff_t m_iszPrivateVScripts = 0x8; // CUtlSymbolLarge
constexpr std::ptrdiff_t m_pEntity = 0x10; // CEntityIdentity*
constexpr std::ptrdiff_t m_CScriptComponent = 0x28; // CScriptComponent*
constexpr std::ptrdiff_t m_bVisibleinPVS = 0x30; // bool
}
}
}
}

View File

@ -1,51 +0,0 @@
{
"libengine2.so": {
"classes": {
"CEntityIdentity": {
"fields": {
"m_PathIndex": 64,
"m_designerName": 32,
"m_fDataObjectTypes": 60,
"m_flags": 48,
"m_name": 24,
"m_nameStringableIndex": 20,
"m_pNext": 96,
"m_pNextByClass": 112,
"m_pPrev": 88,
"m_pPrevByClass": 104,
"m_worldGroupId": 56
},
"metadata": [
{
"name": "m_nameStringableIndex",
"ty": "int32",
"type": "NetworkVarNames"
}
],
"parent": null
},
"CEntityInstance": {
"fields": {
"m_CScriptComponent": 40,
"m_bVisibleinPVS": 48,
"m_iszPrivateVScripts": 8,
"m_pEntity": 16
},
"metadata": [
{
"name": "m_pEntity",
"ty": "CEntityIdentity*",
"type": "NetworkVarNames"
},
{
"name": "m_CScriptComponent",
"ty": "CScriptComponent::Storage_t",
"type": "NetworkVarNames"
}
],
"parent": null
}
},
"enums": {}
}
}

View File

@ -1,44 +0,0 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-03-29 21:16:02.890657436 UTC
#![allow(non_upper_case_globals, unused)]
pub mod cs2_dumper {
pub mod schemas {
// Module: libengine2.so
// Classes count: 2
// Enums count: 0
pub mod libengine2 {
// Parent: None
// Fields count: 11
//
// Metadata:
// NetworkVarNames: m_nameStringableIndex (int32)
pub mod CEntityIdentity {
pub const m_nameStringableIndex: usize = 0x14; // int32
pub const m_name: usize = 0x18; // CUtlSymbolLarge
pub const m_designerName: usize = 0x20; // CUtlSymbolLarge
pub const m_flags: usize = 0x30; // uint32
pub const m_worldGroupId: usize = 0x38; // WorldGroupId_t
pub const m_fDataObjectTypes: usize = 0x3C; // uint32
pub const m_PathIndex: usize = 0x40; // ChangeAccessorFieldPathIndex_t
pub const m_pPrev: usize = 0x58; // CEntityIdentity*
pub const m_pNext: usize = 0x60; // CEntityIdentity*
pub const m_pPrevByClass: usize = 0x68; // CEntityIdentity*
pub const m_pNextByClass: usize = 0x70; // CEntityIdentity*
}
// Parent: None
// Fields count: 4
//
// Metadata:
// NetworkVarNames: m_pEntity (CEntityIdentity*)
// NetworkVarNames: m_CScriptComponent (CScriptComponent::Storage_t)
pub mod CEntityInstance {
pub const m_iszPrivateVScripts: usize = 0x8; // CUtlSymbolLarge
pub const m_pEntity: usize = 0x10; // CEntityIdentity*
pub const m_CScriptComponent: usize = 0x28; // CScriptComponent*
pub const m_bVisibleinPVS: usize = 0x30; // bool
}
}
}
}

View File

@ -1,10 +0,0 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-03-29 21:16:02.890657436 UTC
namespace CS2Dumper.Schemas {
// Module: libhost.so
// Classes count: 0
// Enums count: 0
public static class Libhost {
}
}

View File

@ -1,16 +0,0 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-03-29 21:16:02.890657436 UTC
#pragma once
#include <cstddef>
namespace cs2_dumper {
namespace schemas {
// Module: libhost.so
// Classes count: 0
// Enums count: 0
namespace libhost {
}
}
}

View File

@ -1,6 +0,0 @@
{
"libhost.so": {
"classes": {},
"enums": {}
}
}

View File

@ -1,14 +0,0 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-03-29 21:16:02.890657436 UTC
#![allow(non_upper_case_globals, unused)]
pub mod cs2_dumper {
pub mod schemas {
// Module: libhost.so
// Classes count: 0
// Enums count: 0
pub mod libhost {
}
}
}

View File

@ -1,169 +0,0 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-03-29 21:16:02.890657436 UTC
namespace CS2Dumper.Schemas {
// Module: libmaterialsystem2.so
// Classes count: 13
// Enums count: 0
public static class Libmaterialsystem2 {
// Parent: None
// Fields count: 1
//
// Metadata:
// MGetKV3ClassDefaults
public static class MaterialParam_t {
public const nint m_name = 0x0; // CUtlString
}
// Parent: MaterialParam_t
// Fields count: 1
//
// Metadata:
// MGetKV3ClassDefaults
public static class MaterialParamInt_t {
public const nint m_nValue = 0x8; // int32
}
// Parent: MaterialParam_t
// Fields count: 1
//
// Metadata:
// MGetKV3ClassDefaults
public static class MaterialParamFloat_t {
public const nint m_flValue = 0x8; // float32
}
// Parent: MaterialParam_t
// Fields count: 1
//
// Metadata:
// MGetKV3ClassDefaults
public static class MaterialParamVector_t {
public const nint m_value = 0x8; // Vector4D
}
// Parent: MaterialParam_t
// Fields count: 1
//
// Metadata:
// MGetKV3ClassDefaults
public static class MaterialParamTexture_t {
public const nint m_pValue = 0x8; // CStrongHandle<InfoForResourceTypeCTextureBase>
}
// Parent: MaterialParam_t
// Fields count: 1
//
// Metadata:
// MGetKV3ClassDefaults
public static class MaterialParamString_t {
public const nint m_value = 0x8; // CUtlString
}
// Parent: MaterialParam_t
// Fields count: 1
//
// Metadata:
// MGetKV3ClassDefaults
public static class MaterialParamBuffer_t {
public const nint m_value = 0x8; // CUtlBinaryBlock
}
// Parent: None
// Fields count: 14
//
// Metadata:
// MGetKV3ClassDefaults
public static class MaterialResourceData_t {
public const nint m_materialName = 0x0; // CUtlString
public const nint m_shaderName = 0x8; // CUtlString
public const nint m_intParams = 0x10; // CUtlVector<MaterialParamInt_t>
public const nint m_floatParams = 0x28; // CUtlVector<MaterialParamFloat_t>
public const nint m_vectorParams = 0x40; // CUtlVector<MaterialParamVector_t>
public const nint m_textureParams = 0x58; // CUtlVector<MaterialParamTexture_t>
public const nint m_dynamicParams = 0x70; // CUtlVector<MaterialParamBuffer_t>
public const nint m_dynamicTextureParams = 0x88; // CUtlVector<MaterialParamBuffer_t>
public const nint m_intAttributes = 0xA0; // CUtlVector<MaterialParamInt_t>
public const nint m_floatAttributes = 0xB8; // CUtlVector<MaterialParamFloat_t>
public const nint m_vectorAttributes = 0xD0; // CUtlVector<MaterialParamVector_t>
public const nint m_textureAttributes = 0xE8; // CUtlVector<MaterialParamTexture_t>
public const nint m_stringAttributes = 0x100; // CUtlVector<MaterialParamString_t>
public const nint m_renderAttributesUsed = 0x118; // CUtlVector<CUtlString>
}
// Parent: None
// Fields count: 15
//
// Metadata:
// MGetKV3ClassDefaults
public static class PostProcessingTonemapParameters_t {
public const nint m_flExposureBias = 0x0; // float32
public const nint m_flShoulderStrength = 0x4; // float32
public const nint m_flLinearStrength = 0x8; // float32
public const nint m_flLinearAngle = 0xC; // float32
public const nint m_flToeStrength = 0x10; // float32
public const nint m_flToeNum = 0x14; // float32
public const nint m_flToeDenom = 0x18; // float32
public const nint m_flWhitePoint = 0x1C; // float32
public const nint m_flLuminanceSource = 0x20; // float32
public const nint m_flExposureBiasShadows = 0x24; // float32
public const nint m_flExposureBiasHighlights = 0x28; // float32
public const nint m_flMinShadowLum = 0x2C; // float32
public const nint m_flMaxShadowLum = 0x30; // float32
public const nint m_flMinHighlightLum = 0x34; // float32
public const nint m_flMaxHighlightLum = 0x38; // float32
}
// Parent: None
// Fields count: 10
//
// Metadata:
// MGetKV3ClassDefaults
public static class PostProcessingBloomParameters_t {
public const nint m_blendMode = 0x0; // BloomBlendMode_t
public const nint m_flBloomStrength = 0x4; // float32
public const nint m_flScreenBloomStrength = 0x8; // float32
public const nint m_flBlurBloomStrength = 0xC; // float32
public const nint m_flBloomThreshold = 0x10; // float32
public const nint m_flBloomThresholdWidth = 0x14; // float32
public const nint m_flSkyboxBloomStrength = 0x18; // float32
public const nint m_flBloomStartValue = 0x1C; // float32
public const nint m_flBlurWeight = 0x20; // float32[5]
public const nint m_vBlurTint = 0x34; // Vector[5]
}
// Parent: None
// Fields count: 6
//
// Metadata:
// MGetKV3ClassDefaults
public static class PostProcessingVignetteParameters_t {
public const nint m_flVignetteStrength = 0x0; // float32
public const nint m_vCenter = 0x4; // Vector2D
public const nint m_flRadius = 0xC; // float32
public const nint m_flRoundness = 0x10; // float32
public const nint m_flFeather = 0x14; // float32
public const nint m_vColorTint = 0x18; // Vector
}
// Parent: None
// Fields count: 5
//
// Metadata:
// MGetKV3ClassDefaults
public static class PostProcessingLocalContrastParameters_t {
public const nint m_flLocalContrastStrength = 0x0; // float32
public const nint m_flLocalContrastEdgeStrength = 0x4; // float32
public const nint m_flLocalContrastVignetteStart = 0x8; // float32
public const nint m_flLocalContrastVignetteEnd = 0xC; // float32
public const nint m_flLocalContrastVignetteBlur = 0x10; // float32
}
// Parent: None
// Fields count: 11
//
// Metadata:
// MGetKV3ClassDefaults
public static class PostProcessingResource_t {
public const nint m_bHasTonemapParams = 0x0; // bool
public const nint m_toneMapParams = 0x4; // PostProcessingTonemapParameters_t
public const nint m_bHasBloomParams = 0x40; // bool
public const nint m_bloomParams = 0x44; // PostProcessingBloomParameters_t
public const nint m_bHasVignetteParams = 0xB4; // bool
public const nint m_vignetteParams = 0xB8; // PostProcessingVignetteParameters_t
public const nint m_bHasLocalContrastParams = 0xDC; // bool
public const nint m_localConstrastParams = 0xE0; // PostProcessingLocalContrastParameters_t
public const nint m_nColorCorrectionVolumeDim = 0xF4; // int32
public const nint m_colorCorrectionVolumeData = 0xF8; // CUtlBinaryBlock
public const nint m_bHasColorCorrection = 0x110; // bool
}
}
}

View File

@ -1,175 +0,0 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-03-29 21:16:02.890657436 UTC
#pragma once
#include <cstddef>
namespace cs2_dumper {
namespace schemas {
// Module: libmaterialsystem2.so
// Classes count: 13
// Enums count: 0
namespace libmaterialsystem2 {
// Parent: None
// Fields count: 1
//
// Metadata:
// MGetKV3ClassDefaults
namespace MaterialParam_t {
constexpr std::ptrdiff_t m_name = 0x0; // CUtlString
}
// Parent: MaterialParam_t
// Fields count: 1
//
// Metadata:
// MGetKV3ClassDefaults
namespace MaterialParamInt_t {
constexpr std::ptrdiff_t m_nValue = 0x8; // int32
}
// Parent: MaterialParam_t
// Fields count: 1
//
// Metadata:
// MGetKV3ClassDefaults
namespace MaterialParamFloat_t {
constexpr std::ptrdiff_t m_flValue = 0x8; // float32
}
// Parent: MaterialParam_t
// Fields count: 1
//
// Metadata:
// MGetKV3ClassDefaults
namespace MaterialParamVector_t {
constexpr std::ptrdiff_t m_value = 0x8; // Vector4D
}
// Parent: MaterialParam_t
// Fields count: 1
//
// Metadata:
// MGetKV3ClassDefaults
namespace MaterialParamTexture_t {
constexpr std::ptrdiff_t m_pValue = 0x8; // CStrongHandle<InfoForResourceTypeCTextureBase>
}
// Parent: MaterialParam_t
// Fields count: 1
//
// Metadata:
// MGetKV3ClassDefaults
namespace MaterialParamString_t {
constexpr std::ptrdiff_t m_value = 0x8; // CUtlString
}
// Parent: MaterialParam_t
// Fields count: 1
//
// Metadata:
// MGetKV3ClassDefaults
namespace MaterialParamBuffer_t {
constexpr std::ptrdiff_t m_value = 0x8; // CUtlBinaryBlock
}
// Parent: None
// Fields count: 14
//
// Metadata:
// MGetKV3ClassDefaults
namespace MaterialResourceData_t {
constexpr std::ptrdiff_t m_materialName = 0x0; // CUtlString
constexpr std::ptrdiff_t m_shaderName = 0x8; // CUtlString
constexpr std::ptrdiff_t m_intParams = 0x10; // CUtlVector<MaterialParamInt_t>
constexpr std::ptrdiff_t m_floatParams = 0x28; // CUtlVector<MaterialParamFloat_t>
constexpr std::ptrdiff_t m_vectorParams = 0x40; // CUtlVector<MaterialParamVector_t>
constexpr std::ptrdiff_t m_textureParams = 0x58; // CUtlVector<MaterialParamTexture_t>
constexpr std::ptrdiff_t m_dynamicParams = 0x70; // CUtlVector<MaterialParamBuffer_t>
constexpr std::ptrdiff_t m_dynamicTextureParams = 0x88; // CUtlVector<MaterialParamBuffer_t>
constexpr std::ptrdiff_t m_intAttributes = 0xA0; // CUtlVector<MaterialParamInt_t>
constexpr std::ptrdiff_t m_floatAttributes = 0xB8; // CUtlVector<MaterialParamFloat_t>
constexpr std::ptrdiff_t m_vectorAttributes = 0xD0; // CUtlVector<MaterialParamVector_t>
constexpr std::ptrdiff_t m_textureAttributes = 0xE8; // CUtlVector<MaterialParamTexture_t>
constexpr std::ptrdiff_t m_stringAttributes = 0x100; // CUtlVector<MaterialParamString_t>
constexpr std::ptrdiff_t m_renderAttributesUsed = 0x118; // CUtlVector<CUtlString>
}
// Parent: None
// Fields count: 15
//
// Metadata:
// MGetKV3ClassDefaults
namespace PostProcessingTonemapParameters_t {
constexpr std::ptrdiff_t m_flExposureBias = 0x0; // float32
constexpr std::ptrdiff_t m_flShoulderStrength = 0x4; // float32
constexpr std::ptrdiff_t m_flLinearStrength = 0x8; // float32
constexpr std::ptrdiff_t m_flLinearAngle = 0xC; // float32
constexpr std::ptrdiff_t m_flToeStrength = 0x10; // float32
constexpr std::ptrdiff_t m_flToeNum = 0x14; // float32
constexpr std::ptrdiff_t m_flToeDenom = 0x18; // float32
constexpr std::ptrdiff_t m_flWhitePoint = 0x1C; // float32
constexpr std::ptrdiff_t m_flLuminanceSource = 0x20; // float32
constexpr std::ptrdiff_t m_flExposureBiasShadows = 0x24; // float32
constexpr std::ptrdiff_t m_flExposureBiasHighlights = 0x28; // float32
constexpr std::ptrdiff_t m_flMinShadowLum = 0x2C; // float32
constexpr std::ptrdiff_t m_flMaxShadowLum = 0x30; // float32
constexpr std::ptrdiff_t m_flMinHighlightLum = 0x34; // float32
constexpr std::ptrdiff_t m_flMaxHighlightLum = 0x38; // float32
}
// Parent: None
// Fields count: 10
//
// Metadata:
// MGetKV3ClassDefaults
namespace PostProcessingBloomParameters_t {
constexpr std::ptrdiff_t m_blendMode = 0x0; // BloomBlendMode_t
constexpr std::ptrdiff_t m_flBloomStrength = 0x4; // float32
constexpr std::ptrdiff_t m_flScreenBloomStrength = 0x8; // float32
constexpr std::ptrdiff_t m_flBlurBloomStrength = 0xC; // float32
constexpr std::ptrdiff_t m_flBloomThreshold = 0x10; // float32
constexpr std::ptrdiff_t m_flBloomThresholdWidth = 0x14; // float32
constexpr std::ptrdiff_t m_flSkyboxBloomStrength = 0x18; // float32
constexpr std::ptrdiff_t m_flBloomStartValue = 0x1C; // float32
constexpr std::ptrdiff_t m_flBlurWeight = 0x20; // float32[5]
constexpr std::ptrdiff_t m_vBlurTint = 0x34; // Vector[5]
}
// Parent: None
// Fields count: 6
//
// Metadata:
// MGetKV3ClassDefaults
namespace PostProcessingVignetteParameters_t {
constexpr std::ptrdiff_t m_flVignetteStrength = 0x0; // float32
constexpr std::ptrdiff_t m_vCenter = 0x4; // Vector2D
constexpr std::ptrdiff_t m_flRadius = 0xC; // float32
constexpr std::ptrdiff_t m_flRoundness = 0x10; // float32
constexpr std::ptrdiff_t m_flFeather = 0x14; // float32
constexpr std::ptrdiff_t m_vColorTint = 0x18; // Vector
}
// Parent: None
// Fields count: 5
//
// Metadata:
// MGetKV3ClassDefaults
namespace PostProcessingLocalContrastParameters_t {
constexpr std::ptrdiff_t m_flLocalContrastStrength = 0x0; // float32
constexpr std::ptrdiff_t m_flLocalContrastEdgeStrength = 0x4; // float32
constexpr std::ptrdiff_t m_flLocalContrastVignetteStart = 0x8; // float32
constexpr std::ptrdiff_t m_flLocalContrastVignetteEnd = 0xC; // float32
constexpr std::ptrdiff_t m_flLocalContrastVignetteBlur = 0x10; // float32
}
// Parent: None
// Fields count: 11
//
// Metadata:
// MGetKV3ClassDefaults
namespace PostProcessingResource_t {
constexpr std::ptrdiff_t m_bHasTonemapParams = 0x0; // bool
constexpr std::ptrdiff_t m_toneMapParams = 0x4; // PostProcessingTonemapParameters_t
constexpr std::ptrdiff_t m_bHasBloomParams = 0x40; // bool
constexpr std::ptrdiff_t m_bloomParams = 0x44; // PostProcessingBloomParameters_t
constexpr std::ptrdiff_t m_bHasVignetteParams = 0xB4; // bool
constexpr std::ptrdiff_t m_vignetteParams = 0xB8; // PostProcessingVignetteParameters_t
constexpr std::ptrdiff_t m_bHasLocalContrastParams = 0xDC; // bool
constexpr std::ptrdiff_t m_localConstrastParams = 0xE0; // PostProcessingLocalContrastParameters_t
constexpr std::ptrdiff_t m_nColorCorrectionVolumeDim = 0xF4; // int32
constexpr std::ptrdiff_t m_colorCorrectionVolumeData = 0xF8; // CUtlBinaryBlock
constexpr std::ptrdiff_t m_bHasColorCorrection = 0x110; // bool
}
}
}
}

View File

@ -1,218 +0,0 @@
{
"libmaterialsystem2.so": {
"classes": {
"MaterialParamBuffer_t": {
"fields": {
"m_value": 8
},
"metadata": [
{
"name": "MGetKV3ClassDefaults",
"type": "Unknown"
}
],
"parent": "MaterialParam_t"
},
"MaterialParamFloat_t": {
"fields": {
"m_flValue": 8
},
"metadata": [
{
"name": "MGetKV3ClassDefaults",
"type": "Unknown"
}
],
"parent": "MaterialParam_t"
},
"MaterialParamInt_t": {
"fields": {
"m_nValue": 8
},
"metadata": [
{
"name": "MGetKV3ClassDefaults",
"type": "Unknown"
}
],
"parent": "MaterialParam_t"
},
"MaterialParamString_t": {
"fields": {
"m_value": 8
},
"metadata": [
{
"name": "MGetKV3ClassDefaults",
"type": "Unknown"
}
],
"parent": "MaterialParam_t"
},
"MaterialParamTexture_t": {
"fields": {
"m_pValue": 8
},
"metadata": [
{
"name": "MGetKV3ClassDefaults",
"type": "Unknown"
}
],
"parent": "MaterialParam_t"
},
"MaterialParamVector_t": {
"fields": {
"m_value": 8
},
"metadata": [
{
"name": "MGetKV3ClassDefaults",
"type": "Unknown"
}
],
"parent": "MaterialParam_t"
},
"MaterialParam_t": {
"fields": {
"m_name": 0
},
"metadata": [
{
"name": "MGetKV3ClassDefaults",
"type": "Unknown"
}
],
"parent": null
},
"MaterialResourceData_t": {
"fields": {
"m_dynamicParams": 112,
"m_dynamicTextureParams": 136,
"m_floatAttributes": 184,
"m_floatParams": 40,
"m_intAttributes": 160,
"m_intParams": 16,
"m_materialName": 0,
"m_renderAttributesUsed": 280,
"m_shaderName": 8,
"m_stringAttributes": 256,
"m_textureAttributes": 232,
"m_textureParams": 88,
"m_vectorAttributes": 208,
"m_vectorParams": 64
},
"metadata": [
{
"name": "MGetKV3ClassDefaults",
"type": "Unknown"
}
],
"parent": null
},
"PostProcessingBloomParameters_t": {
"fields": {
"m_blendMode": 0,
"m_flBloomStartValue": 28,
"m_flBloomStrength": 4,
"m_flBloomThreshold": 16,
"m_flBloomThresholdWidth": 20,
"m_flBlurBloomStrength": 12,
"m_flBlurWeight": 32,
"m_flScreenBloomStrength": 8,
"m_flSkyboxBloomStrength": 24,
"m_vBlurTint": 52
},
"metadata": [
{
"name": "MGetKV3ClassDefaults",
"type": "Unknown"
}
],
"parent": null
},
"PostProcessingLocalContrastParameters_t": {
"fields": {
"m_flLocalContrastEdgeStrength": 4,
"m_flLocalContrastStrength": 0,
"m_flLocalContrastVignetteBlur": 16,
"m_flLocalContrastVignetteEnd": 12,
"m_flLocalContrastVignetteStart": 8
},
"metadata": [
{
"name": "MGetKV3ClassDefaults",
"type": "Unknown"
}
],
"parent": null
},
"PostProcessingResource_t": {
"fields": {
"m_bHasBloomParams": 64,
"m_bHasColorCorrection": 272,
"m_bHasLocalContrastParams": 220,
"m_bHasTonemapParams": 0,
"m_bHasVignetteParams": 180,
"m_bloomParams": 68,
"m_colorCorrectionVolumeData": 248,
"m_localConstrastParams": 224,
"m_nColorCorrectionVolumeDim": 244,
"m_toneMapParams": 4,
"m_vignetteParams": 184
},
"metadata": [
{
"name": "MGetKV3ClassDefaults",
"type": "Unknown"
}
],
"parent": null
},
"PostProcessingTonemapParameters_t": {
"fields": {
"m_flExposureBias": 0,
"m_flExposureBiasHighlights": 40,
"m_flExposureBiasShadows": 36,
"m_flLinearAngle": 12,
"m_flLinearStrength": 8,
"m_flLuminanceSource": 32,
"m_flMaxHighlightLum": 56,
"m_flMaxShadowLum": 48,
"m_flMinHighlightLum": 52,
"m_flMinShadowLum": 44,
"m_flShoulderStrength": 4,
"m_flToeDenom": 24,
"m_flToeNum": 20,
"m_flToeStrength": 16,
"m_flWhitePoint": 28
},
"metadata": [
{
"name": "MGetKV3ClassDefaults",
"type": "Unknown"
}
],
"parent": null
},
"PostProcessingVignetteParameters_t": {
"fields": {
"m_flFeather": 20,
"m_flRadius": 12,
"m_flRoundness": 16,
"m_flVignetteStrength": 0,
"m_vCenter": 4,
"m_vColorTint": 24
},
"metadata": [
{
"name": "MGetKV3ClassDefaults",
"type": "Unknown"
}
],
"parent": null
}
},
"enums": {}
}
}

View File

@ -1,173 +0,0 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-03-29 21:16:02.890657436 UTC
#![allow(non_upper_case_globals, unused)]
pub mod cs2_dumper {
pub mod schemas {
// Module: libmaterialsystem2.so
// Classes count: 13
// Enums count: 0
pub mod libmaterialsystem2 {
// Parent: None
// Fields count: 1
//
// Metadata:
// MGetKV3ClassDefaults
pub mod MaterialParam_t {
pub const m_name: usize = 0x0; // CUtlString
}
// Parent: MaterialParam_t
// Fields count: 1
//
// Metadata:
// MGetKV3ClassDefaults
pub mod MaterialParamInt_t {
pub const m_nValue: usize = 0x8; // int32
}
// Parent: MaterialParam_t
// Fields count: 1
//
// Metadata:
// MGetKV3ClassDefaults
pub mod MaterialParamFloat_t {
pub const m_flValue: usize = 0x8; // float32
}
// Parent: MaterialParam_t
// Fields count: 1
//
// Metadata:
// MGetKV3ClassDefaults
pub mod MaterialParamVector_t {
pub const m_value: usize = 0x8; // Vector4D
}
// Parent: MaterialParam_t
// Fields count: 1
//
// Metadata:
// MGetKV3ClassDefaults
pub mod MaterialParamTexture_t {
pub const m_pValue: usize = 0x8; // CStrongHandle<InfoForResourceTypeCTextureBase>
}
// Parent: MaterialParam_t
// Fields count: 1
//
// Metadata:
// MGetKV3ClassDefaults
pub mod MaterialParamString_t {
pub const m_value: usize = 0x8; // CUtlString
}
// Parent: MaterialParam_t
// Fields count: 1
//
// Metadata:
// MGetKV3ClassDefaults
pub mod MaterialParamBuffer_t {
pub const m_value: usize = 0x8; // CUtlBinaryBlock
}
// Parent: None
// Fields count: 14
//
// Metadata:
// MGetKV3ClassDefaults
pub mod MaterialResourceData_t {
pub const m_materialName: usize = 0x0; // CUtlString
pub const m_shaderName: usize = 0x8; // CUtlString
pub const m_intParams: usize = 0x10; // CUtlVector<MaterialParamInt_t>
pub const m_floatParams: usize = 0x28; // CUtlVector<MaterialParamFloat_t>
pub const m_vectorParams: usize = 0x40; // CUtlVector<MaterialParamVector_t>
pub const m_textureParams: usize = 0x58; // CUtlVector<MaterialParamTexture_t>
pub const m_dynamicParams: usize = 0x70; // CUtlVector<MaterialParamBuffer_t>
pub const m_dynamicTextureParams: usize = 0x88; // CUtlVector<MaterialParamBuffer_t>
pub const m_intAttributes: usize = 0xA0; // CUtlVector<MaterialParamInt_t>
pub const m_floatAttributes: usize = 0xB8; // CUtlVector<MaterialParamFloat_t>
pub const m_vectorAttributes: usize = 0xD0; // CUtlVector<MaterialParamVector_t>
pub const m_textureAttributes: usize = 0xE8; // CUtlVector<MaterialParamTexture_t>
pub const m_stringAttributes: usize = 0x100; // CUtlVector<MaterialParamString_t>
pub const m_renderAttributesUsed: usize = 0x118; // CUtlVector<CUtlString>
}
// Parent: None
// Fields count: 15
//
// Metadata:
// MGetKV3ClassDefaults
pub mod PostProcessingTonemapParameters_t {
pub const m_flExposureBias: usize = 0x0; // float32
pub const m_flShoulderStrength: usize = 0x4; // float32
pub const m_flLinearStrength: usize = 0x8; // float32
pub const m_flLinearAngle: usize = 0xC; // float32
pub const m_flToeStrength: usize = 0x10; // float32
pub const m_flToeNum: usize = 0x14; // float32
pub const m_flToeDenom: usize = 0x18; // float32
pub const m_flWhitePoint: usize = 0x1C; // float32
pub const m_flLuminanceSource: usize = 0x20; // float32
pub const m_flExposureBiasShadows: usize = 0x24; // float32
pub const m_flExposureBiasHighlights: usize = 0x28; // float32
pub const m_flMinShadowLum: usize = 0x2C; // float32
pub const m_flMaxShadowLum: usize = 0x30; // float32
pub const m_flMinHighlightLum: usize = 0x34; // float32
pub const m_flMaxHighlightLum: usize = 0x38; // float32
}
// Parent: None
// Fields count: 10
//
// Metadata:
// MGetKV3ClassDefaults
pub mod PostProcessingBloomParameters_t {
pub const m_blendMode: usize = 0x0; // BloomBlendMode_t
pub const m_flBloomStrength: usize = 0x4; // float32
pub const m_flScreenBloomStrength: usize = 0x8; // float32
pub const m_flBlurBloomStrength: usize = 0xC; // float32
pub const m_flBloomThreshold: usize = 0x10; // float32
pub const m_flBloomThresholdWidth: usize = 0x14; // float32
pub const m_flSkyboxBloomStrength: usize = 0x18; // float32
pub const m_flBloomStartValue: usize = 0x1C; // float32
pub const m_flBlurWeight: usize = 0x20; // float32[5]
pub const m_vBlurTint: usize = 0x34; // Vector[5]
}
// Parent: None
// Fields count: 6
//
// Metadata:
// MGetKV3ClassDefaults
pub mod PostProcessingVignetteParameters_t {
pub const m_flVignetteStrength: usize = 0x0; // float32
pub const m_vCenter: usize = 0x4; // Vector2D
pub const m_flRadius: usize = 0xC; // float32
pub const m_flRoundness: usize = 0x10; // float32
pub const m_flFeather: usize = 0x14; // float32
pub const m_vColorTint: usize = 0x18; // Vector
}
// Parent: None
// Fields count: 5
//
// Metadata:
// MGetKV3ClassDefaults
pub mod PostProcessingLocalContrastParameters_t {
pub const m_flLocalContrastStrength: usize = 0x0; // float32
pub const m_flLocalContrastEdgeStrength: usize = 0x4; // float32
pub const m_flLocalContrastVignetteStart: usize = 0x8; // float32
pub const m_flLocalContrastVignetteEnd: usize = 0xC; // float32
pub const m_flLocalContrastVignetteBlur: usize = 0x10; // float32
}
// Parent: None
// Fields count: 11
//
// Metadata:
// MGetKV3ClassDefaults
pub mod PostProcessingResource_t {
pub const m_bHasTonemapParams: usize = 0x0; // bool
pub const m_toneMapParams: usize = 0x4; // PostProcessingTonemapParameters_t
pub const m_bHasBloomParams: usize = 0x40; // bool
pub const m_bloomParams: usize = 0x44; // PostProcessingBloomParameters_t
pub const m_bHasVignetteParams: usize = 0xB4; // bool
pub const m_vignetteParams: usize = 0xB8; // PostProcessingVignetteParameters_t
pub const m_bHasLocalContrastParams: usize = 0xDC; // bool
pub const m_localConstrastParams: usize = 0xE0; // PostProcessingLocalContrastParameters_t
pub const m_nColorCorrectionVolumeDim: usize = 0xF4; // int32
pub const m_colorCorrectionVolumeData: usize = 0xF8; // CUtlBinaryBlock
pub const m_bHasColorCorrection: usize = 0x110; // bool
}
}
}
}

View File

@ -1,10 +0,0 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-03-29 21:16:02.890657436 UTC
namespace CS2Dumper.Schemas {
// Module: libmeshsystem.so
// Classes count: 0
// Enums count: 0
public static class Libmeshsystem {
}
}

View File

@ -1,16 +0,0 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-03-29 21:16:02.890657436 UTC
#pragma once
#include <cstddef>
namespace cs2_dumper {
namespace schemas {
// Module: libmeshsystem.so
// Classes count: 0
// Enums count: 0
namespace libmeshsystem {
}
}
}

View File

@ -1,6 +0,0 @@
{
"libmeshsystem.so": {
"classes": {},
"enums": {}
}
}

View File

@ -1,14 +0,0 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-03-29 21:16:02.890657436 UTC
#![allow(non_upper_case_globals, unused)]
pub mod cs2_dumper {
pub mod schemas {
// Module: libmeshsystem.so
// Classes count: 0
// Enums count: 0
pub mod libmeshsystem {
}
}
}

View File

@ -1,10 +0,0 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-03-29 21:16:02.890657436 UTC
namespace CS2Dumper.Schemas {
// Module: libnetworksystem.so
// Classes count: 0
// Enums count: 0
public static class Libnetworksystem {
}
}

View File

@ -1,16 +0,0 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-03-29 21:16:02.890657436 UTC
#pragma once
#include <cstddef>
namespace cs2_dumper {
namespace schemas {
// Module: libnetworksystem.so
// Classes count: 0
// Enums count: 0
namespace libnetworksystem {
}
}
}

View File

@ -1,6 +0,0 @@
{
"libnetworksystem.so": {
"classes": {},
"enums": {}
}
}

View File

@ -1,14 +0,0 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-03-29 21:16:02.890657436 UTC
#![allow(non_upper_case_globals, unused)]
pub mod cs2_dumper {
pub mod schemas {
// Module: libnetworksystem.so
// Classes count: 0
// Enums count: 0
pub mod libnetworksystem {
}
}
}

View File

@ -1,10 +0,0 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-03-29 21:16:02.890657436 UTC
namespace CS2Dumper.Schemas {
// Module: libpanorama.so
// Classes count: 0
// Enums count: 0
public static class Libpanorama {
}
}

View File

@ -1,16 +0,0 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-03-29 21:16:02.890657436 UTC
#pragma once
#include <cstddef>
namespace cs2_dumper {
namespace schemas {
// Module: libpanorama.so
// Classes count: 0
// Enums count: 0
namespace libpanorama {
}
}
}

View File

@ -1,6 +0,0 @@
{
"libpanorama.so": {
"classes": {},
"enums": {}
}
}

View File

@ -1,14 +0,0 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-03-29 21:16:02.890657436 UTC
#![allow(non_upper_case_globals, unused)]
pub mod cs2_dumper {
pub mod schemas {
// Module: libpanorama.so
// Classes count: 0
// Enums count: 0
pub mod libpanorama {
}
}
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,515 +0,0 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-03-29 21:16:02.890657436 UTC
namespace CS2Dumper.Schemas {
// Module: libpulse_system.so
// Classes count: 49
// Enums count: 0
public static class LibpulseSystem {
// Parent: None
// Fields count: 0
//
// Metadata:
// MPulseProvideFeatureTag
// MPulseLibraryBindings
public static class FakeEntity_tAPI {
}
// Parent: None
// Fields count: 5
//
// Metadata:
// MGetKV3ClassDefaults
public static class CPulse_RegisterInfo {
public const nint m_nReg = 0x0; // PulseRuntimeRegisterIndex_t
public const nint m_Type = 0x8; // CPulseValueFullType
public const nint m_OriginName = 0x18; // CKV3MemberNameWithStorage
public const nint m_nWrittenByInstruction = 0x50; // int32
public const nint m_nLastReadByInstruction = 0x54; // int32
}
// Parent: None
// Fields count: 3
//
// Metadata:
// MGetKV3ClassDefaults
public static class CPulse_Chunk {
public const nint m_Instructions = 0x0; // CUtlLeanVector<PGDInstruction_t>
public const nint m_Registers = 0x10; // CUtlLeanVector<CPulse_RegisterInfo>
public const nint m_InstructionEditorIDs = 0x20; // CUtlLeanVector<PulseDocNodeID_t>
}
// Parent: None
// Fields count: 5
//
// Metadata:
// MGetKV3ClassDefaults
public static class CPulse_Variable {
public const nint m_Name = 0x0; // CUtlSymbolLarge
public const nint m_Description = 0x8; // CUtlString
public const nint m_Type = 0x10; // CPulseValueFullType
public const nint m_DefaultValue = 0x20; // KeyValues3
public const nint m_bIsPublic = 0x32; // bool
}
// Parent: None
// Fields count: 2
//
// Metadata:
// MGetKV3ClassDefaults
public static class CPulse_Constant {
public const nint m_Type = 0x0; // CPulseValueFullType
public const nint m_Value = 0x10; // KeyValues3
}
// Parent: None
// Fields count: 3
//
// Metadata:
// MGetKV3ClassDefaults
public static class CPulse_PublicOutput {
public const nint m_Name = 0x0; // CUtlSymbolLarge
public const nint m_Description = 0x8; // CUtlString
public const nint m_ParamType = 0x10; // CPulseValueFullType
}
// Parent: None
// Fields count: 4
//
// Metadata:
// MGetKV3ClassDefaults
public static class CPulse_OutputConnection {
public const nint m_SourceOutput = 0x0; // CUtlSymbolLarge
public const nint m_TargetEntity = 0x8; // CUtlSymbolLarge
public const nint m_TargetInput = 0x10; // CUtlSymbolLarge
public const nint m_Param = 0x18; // CUtlSymbolLarge
}
// Parent: None
// Fields count: 5
//
// Metadata:
// MGetKV3ClassDefaults
public static class CPulse_InvokeBinding {
public const nint m_RegisterMap = 0x0; // PulseRegisterMap_t
public const nint m_FuncName = 0x20; // CUtlSymbolLarge
public const nint m_nCellIndex = 0x28; // PulseRuntimeCellIndex_t
public const nint m_nSrcChunk = 0x2C; // PulseRuntimeChunkIndex_t
public const nint m_nSrcInstruction = 0x30; // int32
}
// Parent: None
// Fields count: 6
//
// Metadata:
// MGetKV3ClassDefaults
public static class CPulse_CallInfo {
public const nint m_PortName = 0x0; // CUtlSymbolLarge
public const nint m_nEditorNodeID = 0x8; // PulseDocNodeID_t
public const nint m_RegisterMap = 0x10; // PulseRegisterMap_t
public const nint m_CallMethodID = 0x30; // PulseDocNodeID_t
public const nint m_nSrcChunk = 0x34; // PulseRuntimeChunkIndex_t
public const nint m_nSrcInstruction = 0x38; // int32
}
// Parent: None
// Fields count: 10
//
// Metadata:
// MGetKV3ClassDefaults
public static class CPulseGraphDef {
public const nint m_DomainIdentifier = 0x8; // CUtlSymbolLarge
public const nint m_ParentMapName = 0x10; // CUtlSymbolLarge
public const nint m_Chunks = 0x18; // CUtlVector<CPulse_Chunk*>
public const nint m_Cells = 0x30; // CUtlVector<CPulseCell_Base*>
public const nint m_Vars = 0x48; // CUtlVector<CPulse_Variable>
public const nint m_PublicOutputs = 0x60; // CUtlVector<CPulse_PublicOutput>
public const nint m_InvokeBindings = 0x78; // CUtlVector<CPulse_InvokeBinding*>
public const nint m_CallInfos = 0x90; // CUtlVector<CPulse_CallInfo*>
public const nint m_Constants = 0xA8; // CUtlVector<CPulse_Constant>
public const nint m_OutputConnections = 0xC0; // CUtlVector<CPulse_OutputConnection*>
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MPulseLibraryBindings
// MPropertyDescription
public static class CPulseMathlib {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MPulseLibraryBindings
// MPropertyDescription
public static class CPulseTestScriptLib {
}
// Parent: None
// Fields count: 2
//
// Metadata:
// MGetKV3ClassDefaults
public static class PulseRegisterMap_t {
public const nint m_Inparams = 0x0; // KeyValues3
public const nint m_Outparams = 0x10; // KeyValues3
}
// Parent: None
// Fields count: 11
//
// Metadata:
// MGetKV3ClassDefaults
public static class PGDInstruction_t {
public const nint m_nCode = 0x0; // PulseInstructionCode_t
public const nint m_nVar = 0x4; // PulseRuntimeVarIndex_t
public const nint m_nReg0 = 0x8; // PulseRuntimeRegisterIndex_t
public const nint m_nReg1 = 0xA; // PulseRuntimeRegisterIndex_t
public const nint m_nReg2 = 0xC; // PulseRuntimeRegisterIndex_t
public const nint m_nInvokeBindingIndex = 0x10; // PulseRuntimeInvokeIndex_t
public const nint m_nChunk = 0x14; // PulseRuntimeChunkIndex_t
public const nint m_nDestInstruction = 0x18; // int32
public const nint m_nCallInfoIndex = 0x1C; // PulseRuntimeCallInfoIndex_t
public const nint m_nConstIdx = 0x20; // PulseRuntimeConstantIndex_t
public const nint m_DomainValue = 0x28; // CBufferString
}
// Parent: None
// Fields count: 3
//
// Metadata:
// MGetKV3ClassDefaults
public static class CPulse_OutflowConnection {
public const nint m_SourceOutflowName = 0x0; // CUtlSymbolLarge
public const nint m_nDestChunk = 0x8; // PulseRuntimeChunkIndex_t
public const nint m_nInstruction = 0xC; // int32
}
// Parent: CPulse_OutflowConnection
// Fields count: 0
//
// Metadata:
// MGetKV3ClassDefaults
public static class CPulse_ResumePoint {
}
// Parent: None
// Fields count: 1
//
// Metadata:
// MGetKV3ClassDefaults
public static class CPulseCell_Base {
public const nint m_nEditorNodeID = 0x8; // PulseDocNodeID_t
}
// Parent: CPulseCell_Base
// Fields count: 0
//
// Metadata:
// MGetKV3ClassDefaults
public static class CPulseCell_BaseFlow {
}
// Parent: CPulseCell_BaseFlow
// Fields count: 2
//
// Metadata:
// MGetKV3ClassDefaults
public static class CPulseCell_Inflow_BaseEntrypoint {
public const nint m_EntryChunk = 0x48; // PulseRuntimeChunkIndex_t
public const nint m_RegisterMap = 0x50; // PulseRegisterMap_t
}
// Parent: None
// Fields count: 3
//
// Metadata:
// MGetKV3ClassDefaults
public static class CPulseRuntimeMethodArg {
public const nint m_Name = 0x0; // CKV3MemberNameWithStorage
public const nint m_Description = 0x38; // CUtlString
public const nint m_Type = 0x40; // CPulseValueFullType
}
// Parent: CPulseCell_BaseFlow
// Fields count: 0
//
// Metadata:
// MGetKV3ClassDefaults
public static class CPulseCell_BaseYieldingInflow {
}
// Parent: CPulseCell_Base
// Fields count: 0
//
// Metadata:
// MGetKV3ClassDefaults
public static class CPulseCell_BaseValue {
}
// Parent: CPulseCell_BaseYieldingInflow
// Fields count: 1
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
// MPropertyFriendlyName
// MPropertyDescription
// MPulseEditorHeaderIcon
public static class CPulseCell_Inflow_Wait {
public const nint m_WakeResume = 0x48; // CPulse_ResumePoint
}
// Parent: None
// Fields count: 1
//
// Metadata:
// MGetKV3ClassDefaults
public static class CPulseCell_Outflow_CycleOrdered__InstanceState_t {
public const nint m_nNextIndex = 0x0; // int32
}
// Parent: None
// Fields count: 2
//
// Metadata:
// MGetKV3ClassDefaults
public static class CPulseCell_Outflow_CycleShuffled__InstanceState_t {
public const nint m_Shuffle = 0x0; // CUtlVectorFixedGrowable<uint8>
public const nint m_nNextShuffle = 0x20; // int32
}
// Parent: CPulseCell_BaseFlow
// Fields count: 2
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
// MPropertyFriendlyName
// MPropertyDescription
public static class CPulseCell_Outflow_TestRandomYesNo {
public const nint m_Yes = 0x48; // CPulse_OutflowConnection
public const nint m_No = 0x58; // CPulse_OutflowConnection
}
// Parent: CPulseCell_BaseFlow
// Fields count: 2
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
// MPropertyFriendlyName
// MPropertyDescription
public static class CPulseCell_Outflow_TestExplicitYesNo {
public const nint m_Yes = 0x48; // CPulse_OutflowConnection
public const nint m_No = 0x58; // CPulse_OutflowConnection
}
// Parent: CPulseCell_BaseValue
// Fields count: 0
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
// MPropertyFriendlyName
// MPropertyDescription
public static class CPulseCell_Value_TestValue50 {
}
// Parent: CPulseCell_BaseValue
// Fields count: 0
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
// MPropertyFriendlyName
// MPropertyDescription
// MPulseEditorHeaderIcon
public static class CPulseCell_Value_RandomInt {
}
// Parent: None
// Fields count: 4
//
// Metadata:
// MGetKV3ClassDefaults
public static class CPulseCell_Timeline__TimelineEvent_t {
public const nint m_flTimeFromPrevious = 0x0; // float32
public const nint m_bPauseForPreviousEvents = 0x4; // bool
public const nint m_bCallModeSync = 0x5; // bool
public const nint m_EventOutflow = 0x8; // CPulse_OutflowConnection
}
// Parent: None
// Fields count: 6
//
// Metadata:
// MPulseInstanceDomainInfo
// MPulseLibraryBindings
// MPulseDomainOptInFeatureTag
public static class CPulseGraphInstance_TestDomain {
public const nint m_bIsRunningUnitTests = 0xD8; // bool
public const nint m_bExplicitTimeStepping = 0xD9; // bool
public const nint m_bExpectingToDestroyWithYieldedCursors = 0xDA; // bool
public const nint m_nNextValidateIndex = 0xDC; // int32
public const nint m_Tracepoints = 0xE0; // CUtlVector<CUtlString>
public const nint m_bTestYesOrNoPath = 0xF8; // bool
}
// Parent: CPulseCell_BaseFlow
// Fields count: 0
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
// MPropertyFriendlyName
public static class CPulseCell_Step_TestDomainTracepoint {
}
// Parent: CPulseCell_BaseFlow
// Fields count: 0
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
// MPropertyFriendlyName
public static class CPulseCell_Step_TestDomainCreateFakeEntity {
}
// Parent: CPulseCell_BaseFlow
// Fields count: 0
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
// MPropertyFriendlyName
public static class CPulseCell_Step_TestDomainDestroyFakeEntity {
}
// Parent: CPulseCell_BaseFlow
// Fields count: 1
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
// MPropertyFriendlyName
// MPulseEditorHeaderText
public static class CPulseCell_Step_TestDomainEntFire {
public const nint m_Input = 0x48; // CUtlString
}
// Parent: CPulseCell_BaseValue
// Fields count: 0
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
// MPropertyFriendlyName
public static class CPulseCell_Val_TestDomainGetEntityName {
}
// Parent: CPulseCell_BaseValue
// Fields count: 0
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
// MPropertyFriendlyName
public static class CPulseCell_Val_TestDomainFindEntityByName {
}
// Parent: CPulseCell_BaseYieldingInflow
// Fields count: 3
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
public static class CPulseCell_TestWaitWithCursorState {
public const nint m_WakeResume = 0x48; // CPulse_ResumePoint
public const nint m_WakeCancel = 0x58; // CPulse_ResumePoint
public const nint m_WakeFail = 0x68; // CPulse_ResumePoint
}
// Parent: None
// Fields count: 2
//
// Metadata:
// MGetKV3ClassDefaults
public static class CPulseCell_TestWaitWithCursorState__CursorState_t {
public const nint flWaitValue = 0x0; // float32
public const nint bFailOnCancel = 0x4; // bool
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MPulseLibraryBindings
// MPropertyDescription
public static class CPulseTestFuncs_DerivedDomain {
}
// Parent: CPulseCell_BaseFlow
// Fields count: 0
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
public static class CPulseCell_Test_NoInflow {
}
// Parent: CPulseCell_BaseFlow
// Fields count: 0
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
public static class CPulseCell_Test_MultiInflow_WithDefault {
}
// Parent: CPulseCell_BaseFlow
// Fields count: 0
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
public static class CPulseCell_Test_MultiInflow_NoDefault {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MPulseInstanceDomainInfo
// MPulseLibraryBindings
public static class CPulseGraphInstance_TurtleGraphics {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MPulseLibraryBindings
// MPropertyDescription
public static class CPulseCursorFuncs {
}
// Parent: CPulseCell_BaseYieldingInflow
// Fields count: 2
//
// Metadata:
// MGetKV3ClassDefaults
public static class CPulseCell_WaitForCursorsWithTagBase {
public const nint m_nCursorsAllowedToWait = 0x48; // int32
public const nint m_WaitComplete = 0x50; // CPulse_ResumePoint
}
// Parent: CPulseCell_WaitForCursorsWithTagBase
// Fields count: 2
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
// MPropertyFriendlyName
// MPropertyDescription
// MPulseEditorHeaderIcon
public static class CPulseCell_WaitForCursorsWithTag {
public const nint m_bTagSelfWhenComplete = 0x60; // bool
public const nint m_nDesiredKillPriority = 0x64; // PulseCursorCancelPriority_t
}
// Parent: CPulseCell_WaitForCursorsWithTagBase
// Fields count: 1
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
// MPropertyFriendlyName
// MPropertyDescription
// MPulseEditorHeaderIcon
public static class CPulseCell_CursorQueue {
public const nint m_nCursorsAllowedToRunParallel = 0x60; // int32
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MPulseLibraryBindings
// MPropertyDescription
public static class CPulseTestFuncs_LibraryA {
}
}
}

View File

@ -1,521 +0,0 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-03-29 21:16:02.890657436 UTC
#pragma once
#include <cstddef>
namespace cs2_dumper {
namespace schemas {
// Module: libpulse_system.so
// Classes count: 49
// Enums count: 0
namespace libpulse_system {
// Parent: None
// Fields count: 0
//
// Metadata:
// MPulseProvideFeatureTag
// MPulseLibraryBindings
namespace FakeEntity_tAPI {
}
// Parent: None
// Fields count: 5
//
// Metadata:
// MGetKV3ClassDefaults
namespace CPulse_RegisterInfo {
constexpr std::ptrdiff_t m_nReg = 0x0; // PulseRuntimeRegisterIndex_t
constexpr std::ptrdiff_t m_Type = 0x8; // CPulseValueFullType
constexpr std::ptrdiff_t m_OriginName = 0x18; // CKV3MemberNameWithStorage
constexpr std::ptrdiff_t m_nWrittenByInstruction = 0x50; // int32
constexpr std::ptrdiff_t m_nLastReadByInstruction = 0x54; // int32
}
// Parent: None
// Fields count: 3
//
// Metadata:
// MGetKV3ClassDefaults
namespace CPulse_Chunk {
constexpr std::ptrdiff_t m_Instructions = 0x0; // CUtlLeanVector<PGDInstruction_t>
constexpr std::ptrdiff_t m_Registers = 0x10; // CUtlLeanVector<CPulse_RegisterInfo>
constexpr std::ptrdiff_t m_InstructionEditorIDs = 0x20; // CUtlLeanVector<PulseDocNodeID_t>
}
// Parent: None
// Fields count: 5
//
// Metadata:
// MGetKV3ClassDefaults
namespace CPulse_Variable {
constexpr std::ptrdiff_t m_Name = 0x0; // CUtlSymbolLarge
constexpr std::ptrdiff_t m_Description = 0x8; // CUtlString
constexpr std::ptrdiff_t m_Type = 0x10; // CPulseValueFullType
constexpr std::ptrdiff_t m_DefaultValue = 0x20; // KeyValues3
constexpr std::ptrdiff_t m_bIsPublic = 0x32; // bool
}
// Parent: None
// Fields count: 2
//
// Metadata:
// MGetKV3ClassDefaults
namespace CPulse_Constant {
constexpr std::ptrdiff_t m_Type = 0x0; // CPulseValueFullType
constexpr std::ptrdiff_t m_Value = 0x10; // KeyValues3
}
// Parent: None
// Fields count: 3
//
// Metadata:
// MGetKV3ClassDefaults
namespace CPulse_PublicOutput {
constexpr std::ptrdiff_t m_Name = 0x0; // CUtlSymbolLarge
constexpr std::ptrdiff_t m_Description = 0x8; // CUtlString
constexpr std::ptrdiff_t m_ParamType = 0x10; // CPulseValueFullType
}
// Parent: None
// Fields count: 4
//
// Metadata:
// MGetKV3ClassDefaults
namespace CPulse_OutputConnection {
constexpr std::ptrdiff_t m_SourceOutput = 0x0; // CUtlSymbolLarge
constexpr std::ptrdiff_t m_TargetEntity = 0x8; // CUtlSymbolLarge
constexpr std::ptrdiff_t m_TargetInput = 0x10; // CUtlSymbolLarge
constexpr std::ptrdiff_t m_Param = 0x18; // CUtlSymbolLarge
}
// Parent: None
// Fields count: 5
//
// Metadata:
// MGetKV3ClassDefaults
namespace CPulse_InvokeBinding {
constexpr std::ptrdiff_t m_RegisterMap = 0x0; // PulseRegisterMap_t
constexpr std::ptrdiff_t m_FuncName = 0x20; // CUtlSymbolLarge
constexpr std::ptrdiff_t m_nCellIndex = 0x28; // PulseRuntimeCellIndex_t
constexpr std::ptrdiff_t m_nSrcChunk = 0x2C; // PulseRuntimeChunkIndex_t
constexpr std::ptrdiff_t m_nSrcInstruction = 0x30; // int32
}
// Parent: None
// Fields count: 6
//
// Metadata:
// MGetKV3ClassDefaults
namespace CPulse_CallInfo {
constexpr std::ptrdiff_t m_PortName = 0x0; // CUtlSymbolLarge
constexpr std::ptrdiff_t m_nEditorNodeID = 0x8; // PulseDocNodeID_t
constexpr std::ptrdiff_t m_RegisterMap = 0x10; // PulseRegisterMap_t
constexpr std::ptrdiff_t m_CallMethodID = 0x30; // PulseDocNodeID_t
constexpr std::ptrdiff_t m_nSrcChunk = 0x34; // PulseRuntimeChunkIndex_t
constexpr std::ptrdiff_t m_nSrcInstruction = 0x38; // int32
}
// Parent: None
// Fields count: 10
//
// Metadata:
// MGetKV3ClassDefaults
namespace CPulseGraphDef {
constexpr std::ptrdiff_t m_DomainIdentifier = 0x8; // CUtlSymbolLarge
constexpr std::ptrdiff_t m_ParentMapName = 0x10; // CUtlSymbolLarge
constexpr std::ptrdiff_t m_Chunks = 0x18; // CUtlVector<CPulse_Chunk*>
constexpr std::ptrdiff_t m_Cells = 0x30; // CUtlVector<CPulseCell_Base*>
constexpr std::ptrdiff_t m_Vars = 0x48; // CUtlVector<CPulse_Variable>
constexpr std::ptrdiff_t m_PublicOutputs = 0x60; // CUtlVector<CPulse_PublicOutput>
constexpr std::ptrdiff_t m_InvokeBindings = 0x78; // CUtlVector<CPulse_InvokeBinding*>
constexpr std::ptrdiff_t m_CallInfos = 0x90; // CUtlVector<CPulse_CallInfo*>
constexpr std::ptrdiff_t m_Constants = 0xA8; // CUtlVector<CPulse_Constant>
constexpr std::ptrdiff_t m_OutputConnections = 0xC0; // CUtlVector<CPulse_OutputConnection*>
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MPulseLibraryBindings
// MPropertyDescription
namespace CPulseMathlib {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MPulseLibraryBindings
// MPropertyDescription
namespace CPulseTestScriptLib {
}
// Parent: None
// Fields count: 2
//
// Metadata:
// MGetKV3ClassDefaults
namespace PulseRegisterMap_t {
constexpr std::ptrdiff_t m_Inparams = 0x0; // KeyValues3
constexpr std::ptrdiff_t m_Outparams = 0x10; // KeyValues3
}
// Parent: None
// Fields count: 11
//
// Metadata:
// MGetKV3ClassDefaults
namespace PGDInstruction_t {
constexpr std::ptrdiff_t m_nCode = 0x0; // PulseInstructionCode_t
constexpr std::ptrdiff_t m_nVar = 0x4; // PulseRuntimeVarIndex_t
constexpr std::ptrdiff_t m_nReg0 = 0x8; // PulseRuntimeRegisterIndex_t
constexpr std::ptrdiff_t m_nReg1 = 0xA; // PulseRuntimeRegisterIndex_t
constexpr std::ptrdiff_t m_nReg2 = 0xC; // PulseRuntimeRegisterIndex_t
constexpr std::ptrdiff_t m_nInvokeBindingIndex = 0x10; // PulseRuntimeInvokeIndex_t
constexpr std::ptrdiff_t m_nChunk = 0x14; // PulseRuntimeChunkIndex_t
constexpr std::ptrdiff_t m_nDestInstruction = 0x18; // int32
constexpr std::ptrdiff_t m_nCallInfoIndex = 0x1C; // PulseRuntimeCallInfoIndex_t
constexpr std::ptrdiff_t m_nConstIdx = 0x20; // PulseRuntimeConstantIndex_t
constexpr std::ptrdiff_t m_DomainValue = 0x28; // CBufferString
}
// Parent: None
// Fields count: 3
//
// Metadata:
// MGetKV3ClassDefaults
namespace CPulse_OutflowConnection {
constexpr std::ptrdiff_t m_SourceOutflowName = 0x0; // CUtlSymbolLarge
constexpr std::ptrdiff_t m_nDestChunk = 0x8; // PulseRuntimeChunkIndex_t
constexpr std::ptrdiff_t m_nInstruction = 0xC; // int32
}
// Parent: CPulse_OutflowConnection
// Fields count: 0
//
// Metadata:
// MGetKV3ClassDefaults
namespace CPulse_ResumePoint {
}
// Parent: None
// Fields count: 1
//
// Metadata:
// MGetKV3ClassDefaults
namespace CPulseCell_Base {
constexpr std::ptrdiff_t m_nEditorNodeID = 0x8; // PulseDocNodeID_t
}
// Parent: CPulseCell_Base
// Fields count: 0
//
// Metadata:
// MGetKV3ClassDefaults
namespace CPulseCell_BaseFlow {
}
// Parent: CPulseCell_BaseFlow
// Fields count: 2
//
// Metadata:
// MGetKV3ClassDefaults
namespace CPulseCell_Inflow_BaseEntrypoint {
constexpr std::ptrdiff_t m_EntryChunk = 0x48; // PulseRuntimeChunkIndex_t
constexpr std::ptrdiff_t m_RegisterMap = 0x50; // PulseRegisterMap_t
}
// Parent: None
// Fields count: 3
//
// Metadata:
// MGetKV3ClassDefaults
namespace CPulseRuntimeMethodArg {
constexpr std::ptrdiff_t m_Name = 0x0; // CKV3MemberNameWithStorage
constexpr std::ptrdiff_t m_Description = 0x38; // CUtlString
constexpr std::ptrdiff_t m_Type = 0x40; // CPulseValueFullType
}
// Parent: CPulseCell_BaseFlow
// Fields count: 0
//
// Metadata:
// MGetKV3ClassDefaults
namespace CPulseCell_BaseYieldingInflow {
}
// Parent: CPulseCell_Base
// Fields count: 0
//
// Metadata:
// MGetKV3ClassDefaults
namespace CPulseCell_BaseValue {
}
// Parent: CPulseCell_BaseYieldingInflow
// Fields count: 1
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
// MPropertyFriendlyName
// MPropertyDescription
// MPulseEditorHeaderIcon
namespace CPulseCell_Inflow_Wait {
constexpr std::ptrdiff_t m_WakeResume = 0x48; // CPulse_ResumePoint
}
// Parent: None
// Fields count: 1
//
// Metadata:
// MGetKV3ClassDefaults
namespace CPulseCell_Outflow_CycleOrdered__InstanceState_t {
constexpr std::ptrdiff_t m_nNextIndex = 0x0; // int32
}
// Parent: None
// Fields count: 2
//
// Metadata:
// MGetKV3ClassDefaults
namespace CPulseCell_Outflow_CycleShuffled__InstanceState_t {
constexpr std::ptrdiff_t m_Shuffle = 0x0; // CUtlVectorFixedGrowable<uint8>
constexpr std::ptrdiff_t m_nNextShuffle = 0x20; // int32
}
// Parent: CPulseCell_BaseFlow
// Fields count: 2
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
// MPropertyFriendlyName
// MPropertyDescription
namespace CPulseCell_Outflow_TestRandomYesNo {
constexpr std::ptrdiff_t m_Yes = 0x48; // CPulse_OutflowConnection
constexpr std::ptrdiff_t m_No = 0x58; // CPulse_OutflowConnection
}
// Parent: CPulseCell_BaseFlow
// Fields count: 2
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
// MPropertyFriendlyName
// MPropertyDescription
namespace CPulseCell_Outflow_TestExplicitYesNo {
constexpr std::ptrdiff_t m_Yes = 0x48; // CPulse_OutflowConnection
constexpr std::ptrdiff_t m_No = 0x58; // CPulse_OutflowConnection
}
// Parent: CPulseCell_BaseValue
// Fields count: 0
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
// MPropertyFriendlyName
// MPropertyDescription
namespace CPulseCell_Value_TestValue50 {
}
// Parent: CPulseCell_BaseValue
// Fields count: 0
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
// MPropertyFriendlyName
// MPropertyDescription
// MPulseEditorHeaderIcon
namespace CPulseCell_Value_RandomInt {
}
// Parent: None
// Fields count: 4
//
// Metadata:
// MGetKV3ClassDefaults
namespace CPulseCell_Timeline__TimelineEvent_t {
constexpr std::ptrdiff_t m_flTimeFromPrevious = 0x0; // float32
constexpr std::ptrdiff_t m_bPauseForPreviousEvents = 0x4; // bool
constexpr std::ptrdiff_t m_bCallModeSync = 0x5; // bool
constexpr std::ptrdiff_t m_EventOutflow = 0x8; // CPulse_OutflowConnection
}
// Parent: None
// Fields count: 6
//
// Metadata:
// MPulseInstanceDomainInfo
// MPulseLibraryBindings
// MPulseDomainOptInFeatureTag
namespace CPulseGraphInstance_TestDomain {
constexpr std::ptrdiff_t m_bIsRunningUnitTests = 0xD8; // bool
constexpr std::ptrdiff_t m_bExplicitTimeStepping = 0xD9; // bool
constexpr std::ptrdiff_t m_bExpectingToDestroyWithYieldedCursors = 0xDA; // bool
constexpr std::ptrdiff_t m_nNextValidateIndex = 0xDC; // int32
constexpr std::ptrdiff_t m_Tracepoints = 0xE0; // CUtlVector<CUtlString>
constexpr std::ptrdiff_t m_bTestYesOrNoPath = 0xF8; // bool
}
// Parent: CPulseCell_BaseFlow
// Fields count: 0
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
// MPropertyFriendlyName
namespace CPulseCell_Step_TestDomainTracepoint {
}
// Parent: CPulseCell_BaseFlow
// Fields count: 0
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
// MPropertyFriendlyName
namespace CPulseCell_Step_TestDomainCreateFakeEntity {
}
// Parent: CPulseCell_BaseFlow
// Fields count: 0
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
// MPropertyFriendlyName
namespace CPulseCell_Step_TestDomainDestroyFakeEntity {
}
// Parent: CPulseCell_BaseFlow
// Fields count: 1
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
// MPropertyFriendlyName
// MPulseEditorHeaderText
namespace CPulseCell_Step_TestDomainEntFire {
constexpr std::ptrdiff_t m_Input = 0x48; // CUtlString
}
// Parent: CPulseCell_BaseValue
// Fields count: 0
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
// MPropertyFriendlyName
namespace CPulseCell_Val_TestDomainGetEntityName {
}
// Parent: CPulseCell_BaseValue
// Fields count: 0
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
// MPropertyFriendlyName
namespace CPulseCell_Val_TestDomainFindEntityByName {
}
// Parent: CPulseCell_BaseYieldingInflow
// Fields count: 3
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
namespace CPulseCell_TestWaitWithCursorState {
constexpr std::ptrdiff_t m_WakeResume = 0x48; // CPulse_ResumePoint
constexpr std::ptrdiff_t m_WakeCancel = 0x58; // CPulse_ResumePoint
constexpr std::ptrdiff_t m_WakeFail = 0x68; // CPulse_ResumePoint
}
// Parent: None
// Fields count: 2
//
// Metadata:
// MGetKV3ClassDefaults
namespace CPulseCell_TestWaitWithCursorState__CursorState_t {
constexpr std::ptrdiff_t flWaitValue = 0x0; // float32
constexpr std::ptrdiff_t bFailOnCancel = 0x4; // bool
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MPulseLibraryBindings
// MPropertyDescription
namespace CPulseTestFuncs_DerivedDomain {
}
// Parent: CPulseCell_BaseFlow
// Fields count: 0
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
namespace CPulseCell_Test_NoInflow {
}
// Parent: CPulseCell_BaseFlow
// Fields count: 0
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
namespace CPulseCell_Test_MultiInflow_WithDefault {
}
// Parent: CPulseCell_BaseFlow
// Fields count: 0
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
namespace CPulseCell_Test_MultiInflow_NoDefault {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MPulseInstanceDomainInfo
// MPulseLibraryBindings
namespace CPulseGraphInstance_TurtleGraphics {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MPulseLibraryBindings
// MPropertyDescription
namespace CPulseCursorFuncs {
}
// Parent: CPulseCell_BaseYieldingInflow
// Fields count: 2
//
// Metadata:
// MGetKV3ClassDefaults
namespace CPulseCell_WaitForCursorsWithTagBase {
constexpr std::ptrdiff_t m_nCursorsAllowedToWait = 0x48; // int32
constexpr std::ptrdiff_t m_WaitComplete = 0x50; // CPulse_ResumePoint
}
// Parent: CPulseCell_WaitForCursorsWithTagBase
// Fields count: 2
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
// MPropertyFriendlyName
// MPropertyDescription
// MPulseEditorHeaderIcon
namespace CPulseCell_WaitForCursorsWithTag {
constexpr std::ptrdiff_t m_bTagSelfWhenComplete = 0x60; // bool
constexpr std::ptrdiff_t m_nDesiredKillPriority = 0x64; // PulseCursorCancelPriority_t
}
// Parent: CPulseCell_WaitForCursorsWithTagBase
// Fields count: 1
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
// MPropertyFriendlyName
// MPropertyDescription
// MPulseEditorHeaderIcon
namespace CPulseCell_CursorQueue {
constexpr std::ptrdiff_t m_nCursorsAllowedToRunParallel = 0x60; // int32
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MPulseLibraryBindings
// MPropertyDescription
namespace CPulseTestFuncs_LibraryA {
}
}
}
}

View File

@ -1,891 +0,0 @@
{
"libpulse_system.so": {
"classes": {
"CPulseCell_Base": {
"fields": {
"m_nEditorNodeID": 8
},
"metadata": [
{
"name": "MGetKV3ClassDefaults",
"type": "Unknown"
}
],
"parent": null
},
"CPulseCell_BaseFlow": {
"fields": {},
"metadata": [
{
"name": "MGetKV3ClassDefaults",
"type": "Unknown"
}
],
"parent": "CPulseCell_Base"
},
"CPulseCell_BaseValue": {
"fields": {},
"metadata": [
{
"name": "MGetKV3ClassDefaults",
"type": "Unknown"
}
],
"parent": "CPulseCell_Base"
},
"CPulseCell_BaseYieldingInflow": {
"fields": {},
"metadata": [
{
"name": "MGetKV3ClassDefaults",
"type": "Unknown"
}
],
"parent": "CPulseCell_BaseFlow"
},
"CPulseCell_CursorQueue": {
"fields": {
"m_nCursorsAllowedToRunParallel": 96
},
"metadata": [
{
"name": "MGetKV3ClassDefaults",
"type": "Unknown"
},
{
"name": "MCellForDomain",
"type": "Unknown"
},
{
"name": "MPulseCellMethodBindings",
"type": "Unknown"
},
{
"name": "MPropertyFriendlyName",
"type": "Unknown"
},
{
"name": "MPropertyDescription",
"type": "Unknown"
},
{
"name": "MPulseEditorHeaderIcon",
"type": "Unknown"
}
],
"parent": "CPulseCell_WaitForCursorsWithTagBase"
},
"CPulseCell_Inflow_BaseEntrypoint": {
"fields": {
"m_EntryChunk": 72,
"m_RegisterMap": 80
},
"metadata": [
{
"name": "MGetKV3ClassDefaults",
"type": "Unknown"
}
],
"parent": "CPulseCell_BaseFlow"
},
"CPulseCell_Inflow_Wait": {
"fields": {
"m_WakeResume": 72
},
"metadata": [
{
"name": "MGetKV3ClassDefaults",
"type": "Unknown"
},
{
"name": "MCellForDomain",
"type": "Unknown"
},
{
"name": "MPulseCellMethodBindings",
"type": "Unknown"
},
{
"name": "MPropertyFriendlyName",
"type": "Unknown"
},
{
"name": "MPropertyDescription",
"type": "Unknown"
},
{
"name": "MPulseEditorHeaderIcon",
"type": "Unknown"
}
],
"parent": "CPulseCell_BaseYieldingInflow"
},
"CPulseCell_Outflow_CycleOrdered__InstanceState_t": {
"fields": {
"m_nNextIndex": 0
},
"metadata": [
{
"name": "MGetKV3ClassDefaults",
"type": "Unknown"
}
],
"parent": null
},
"CPulseCell_Outflow_CycleShuffled__InstanceState_t": {
"fields": {
"m_Shuffle": 0,
"m_nNextShuffle": 32
},
"metadata": [
{
"name": "MGetKV3ClassDefaults",
"type": "Unknown"
}
],
"parent": null
},
"CPulseCell_Outflow_TestExplicitYesNo": {
"fields": {
"m_No": 88,
"m_Yes": 72
},
"metadata": [
{
"name": "MGetKV3ClassDefaults",
"type": "Unknown"
},
{
"name": "MCellForDomain",
"type": "Unknown"
},
{
"name": "MPulseCellMethodBindings",
"type": "Unknown"
},
{
"name": "MPropertyFriendlyName",
"type": "Unknown"
},
{
"name": "MPropertyDescription",
"type": "Unknown"
}
],
"parent": "CPulseCell_BaseFlow"
},
"CPulseCell_Outflow_TestRandomYesNo": {
"fields": {
"m_No": 88,
"m_Yes": 72
},
"metadata": [
{
"name": "MGetKV3ClassDefaults",
"type": "Unknown"
},
{
"name": "MCellForDomain",
"type": "Unknown"
},
{
"name": "MPulseCellMethodBindings",
"type": "Unknown"
},
{
"name": "MPropertyFriendlyName",
"type": "Unknown"
},
{
"name": "MPropertyDescription",
"type": "Unknown"
}
],
"parent": "CPulseCell_BaseFlow"
},
"CPulseCell_Step_TestDomainCreateFakeEntity": {
"fields": {},
"metadata": [
{
"name": "MGetKV3ClassDefaults",
"type": "Unknown"
},
{
"name": "MCellForDomain",
"type": "Unknown"
},
{
"name": "MPulseCellMethodBindings",
"type": "Unknown"
},
{
"name": "MPropertyFriendlyName",
"type": "Unknown"
}
],
"parent": "CPulseCell_BaseFlow"
},
"CPulseCell_Step_TestDomainDestroyFakeEntity": {
"fields": {},
"metadata": [
{
"name": "MGetKV3ClassDefaults",
"type": "Unknown"
},
{
"name": "MCellForDomain",
"type": "Unknown"
},
{
"name": "MPulseCellMethodBindings",
"type": "Unknown"
},
{
"name": "MPropertyFriendlyName",
"type": "Unknown"
}
],
"parent": "CPulseCell_BaseFlow"
},
"CPulseCell_Step_TestDomainEntFire": {
"fields": {
"m_Input": 72
},
"metadata": [
{
"name": "MGetKV3ClassDefaults",
"type": "Unknown"
},
{
"name": "MCellForDomain",
"type": "Unknown"
},
{
"name": "MPulseCellMethodBindings",
"type": "Unknown"
},
{
"name": "MPropertyFriendlyName",
"type": "Unknown"
},
{
"name": "MPulseEditorHeaderText",
"type": "Unknown"
}
],
"parent": "CPulseCell_BaseFlow"
},
"CPulseCell_Step_TestDomainTracepoint": {
"fields": {},
"metadata": [
{
"name": "MGetKV3ClassDefaults",
"type": "Unknown"
},
{
"name": "MCellForDomain",
"type": "Unknown"
},
{
"name": "MPulseCellMethodBindings",
"type": "Unknown"
},
{
"name": "MPropertyFriendlyName",
"type": "Unknown"
}
],
"parent": "CPulseCell_BaseFlow"
},
"CPulseCell_TestWaitWithCursorState": {
"fields": {
"m_WakeCancel": 88,
"m_WakeFail": 104,
"m_WakeResume": 72
},
"metadata": [
{
"name": "MGetKV3ClassDefaults",
"type": "Unknown"
},
{
"name": "MCellForDomain",
"type": "Unknown"
},
{
"name": "MPulseCellMethodBindings",
"type": "Unknown"
}
],
"parent": "CPulseCell_BaseYieldingInflow"
},
"CPulseCell_TestWaitWithCursorState__CursorState_t": {
"fields": {
"bFailOnCancel": 4,
"flWaitValue": 0
},
"metadata": [
{
"name": "MGetKV3ClassDefaults",
"type": "Unknown"
}
],
"parent": null
},
"CPulseCell_Test_MultiInflow_NoDefault": {
"fields": {},
"metadata": [
{
"name": "MGetKV3ClassDefaults",
"type": "Unknown"
},
{
"name": "MCellForDomain",
"type": "Unknown"
},
{
"name": "MPulseCellMethodBindings",
"type": "Unknown"
}
],
"parent": "CPulseCell_BaseFlow"
},
"CPulseCell_Test_MultiInflow_WithDefault": {
"fields": {},
"metadata": [
{
"name": "MGetKV3ClassDefaults",
"type": "Unknown"
},
{
"name": "MCellForDomain",
"type": "Unknown"
},
{
"name": "MPulseCellMethodBindings",
"type": "Unknown"
}
],
"parent": "CPulseCell_BaseFlow"
},
"CPulseCell_Test_NoInflow": {
"fields": {},
"metadata": [
{
"name": "MGetKV3ClassDefaults",
"type": "Unknown"
},
{
"name": "MCellForDomain",
"type": "Unknown"
},
{
"name": "MPulseCellMethodBindings",
"type": "Unknown"
}
],
"parent": "CPulseCell_BaseFlow"
},
"CPulseCell_Timeline__TimelineEvent_t": {
"fields": {
"m_EventOutflow": 8,
"m_bCallModeSync": 5,
"m_bPauseForPreviousEvents": 4,
"m_flTimeFromPrevious": 0
},
"metadata": [
{
"name": "MGetKV3ClassDefaults",
"type": "Unknown"
}
],
"parent": null
},
"CPulseCell_Val_TestDomainFindEntityByName": {
"fields": {},
"metadata": [
{
"name": "MGetKV3ClassDefaults",
"type": "Unknown"
},
{
"name": "MCellForDomain",
"type": "Unknown"
},
{
"name": "MPulseCellMethodBindings",
"type": "Unknown"
},
{
"name": "MPropertyFriendlyName",
"type": "Unknown"
}
],
"parent": "CPulseCell_BaseValue"
},
"CPulseCell_Val_TestDomainGetEntityName": {
"fields": {},
"metadata": [
{
"name": "MGetKV3ClassDefaults",
"type": "Unknown"
},
{
"name": "MCellForDomain",
"type": "Unknown"
},
{
"name": "MPulseCellMethodBindings",
"type": "Unknown"
},
{
"name": "MPropertyFriendlyName",
"type": "Unknown"
}
],
"parent": "CPulseCell_BaseValue"
},
"CPulseCell_Value_RandomInt": {
"fields": {},
"metadata": [
{
"name": "MGetKV3ClassDefaults",
"type": "Unknown"
},
{
"name": "MCellForDomain",
"type": "Unknown"
},
{
"name": "MPulseCellMethodBindings",
"type": "Unknown"
},
{
"name": "MPropertyFriendlyName",
"type": "Unknown"
},
{
"name": "MPropertyDescription",
"type": "Unknown"
},
{
"name": "MPulseEditorHeaderIcon",
"type": "Unknown"
}
],
"parent": "CPulseCell_BaseValue"
},
"CPulseCell_Value_TestValue50": {
"fields": {},
"metadata": [
{
"name": "MGetKV3ClassDefaults",
"type": "Unknown"
},
{
"name": "MCellForDomain",
"type": "Unknown"
},
{
"name": "MPulseCellMethodBindings",
"type": "Unknown"
},
{
"name": "MPropertyFriendlyName",
"type": "Unknown"
},
{
"name": "MPropertyDescription",
"type": "Unknown"
}
],
"parent": "CPulseCell_BaseValue"
},
"CPulseCell_WaitForCursorsWithTag": {
"fields": {
"m_bTagSelfWhenComplete": 96,
"m_nDesiredKillPriority": 100
},
"metadata": [
{
"name": "MGetKV3ClassDefaults",
"type": "Unknown"
},
{
"name": "MCellForDomain",
"type": "Unknown"
},
{
"name": "MPulseCellMethodBindings",
"type": "Unknown"
},
{
"name": "MPropertyFriendlyName",
"type": "Unknown"
},
{
"name": "MPropertyDescription",
"type": "Unknown"
},
{
"name": "MPulseEditorHeaderIcon",
"type": "Unknown"
}
],
"parent": "CPulseCell_WaitForCursorsWithTagBase"
},
"CPulseCell_WaitForCursorsWithTagBase": {
"fields": {
"m_WaitComplete": 80,
"m_nCursorsAllowedToWait": 72
},
"metadata": [
{
"name": "MGetKV3ClassDefaults",
"type": "Unknown"
}
],
"parent": "CPulseCell_BaseYieldingInflow"
},
"CPulseCursorFuncs": {
"fields": {},
"metadata": [
{
"name": "MPulseLibraryBindings",
"type": "Unknown"
},
{
"name": "MPropertyDescription",
"type": "Unknown"
}
],
"parent": null
},
"CPulseGraphDef": {
"fields": {
"m_CallInfos": 144,
"m_Cells": 48,
"m_Chunks": 24,
"m_Constants": 168,
"m_DomainIdentifier": 8,
"m_InvokeBindings": 120,
"m_OutputConnections": 192,
"m_ParentMapName": 16,
"m_PublicOutputs": 96,
"m_Vars": 72
},
"metadata": [
{
"name": "MGetKV3ClassDefaults",
"type": "Unknown"
}
],
"parent": null
},
"CPulseGraphInstance_TestDomain": {
"fields": {
"m_Tracepoints": 224,
"m_bExpectingToDestroyWithYieldedCursors": 218,
"m_bExplicitTimeStepping": 217,
"m_bIsRunningUnitTests": 216,
"m_bTestYesOrNoPath": 248,
"m_nNextValidateIndex": 220
},
"metadata": [
{
"name": "MPulseInstanceDomainInfo",
"type": "Unknown"
},
{
"name": "MPulseLibraryBindings",
"type": "Unknown"
},
{
"name": "MPulseDomainOptInFeatureTag",
"type": "Unknown"
}
],
"parent": null
},
"CPulseGraphInstance_TurtleGraphics": {
"fields": {},
"metadata": [
{
"name": "MPulseInstanceDomainInfo",
"type": "Unknown"
},
{
"name": "MPulseLibraryBindings",
"type": "Unknown"
}
],
"parent": null
},
"CPulseMathlib": {
"fields": {},
"metadata": [
{
"name": "MPulseLibraryBindings",
"type": "Unknown"
},
{
"name": "MPropertyDescription",
"type": "Unknown"
}
],
"parent": null
},
"CPulseRuntimeMethodArg": {
"fields": {
"m_Description": 56,
"m_Name": 0,
"m_Type": 64
},
"metadata": [
{
"name": "MGetKV3ClassDefaults",
"type": "Unknown"
}
],
"parent": null
},
"CPulseTestFuncs_DerivedDomain": {
"fields": {},
"metadata": [
{
"name": "MPulseLibraryBindings",
"type": "Unknown"
},
{
"name": "MPropertyDescription",
"type": "Unknown"
}
],
"parent": null
},
"CPulseTestFuncs_LibraryA": {
"fields": {},
"metadata": [
{
"name": "MPulseLibraryBindings",
"type": "Unknown"
},
{
"name": "MPropertyDescription",
"type": "Unknown"
}
],
"parent": null
},
"CPulseTestScriptLib": {
"fields": {},
"metadata": [
{
"name": "MPulseLibraryBindings",
"type": "Unknown"
},
{
"name": "MPropertyDescription",
"type": "Unknown"
}
],
"parent": null
},
"CPulse_CallInfo": {
"fields": {
"m_CallMethodID": 48,
"m_PortName": 0,
"m_RegisterMap": 16,
"m_nEditorNodeID": 8,
"m_nSrcChunk": 52,
"m_nSrcInstruction": 56
},
"metadata": [
{
"name": "MGetKV3ClassDefaults",
"type": "Unknown"
}
],
"parent": null
},
"CPulse_Chunk": {
"fields": {
"m_InstructionEditorIDs": 32,
"m_Instructions": 0,
"m_Registers": 16
},
"metadata": [
{
"name": "MGetKV3ClassDefaults",
"type": "Unknown"
}
],
"parent": null
},
"CPulse_Constant": {
"fields": {
"m_Type": 0,
"m_Value": 16
},
"metadata": [
{
"name": "MGetKV3ClassDefaults",
"type": "Unknown"
}
],
"parent": null
},
"CPulse_InvokeBinding": {
"fields": {
"m_FuncName": 32,
"m_RegisterMap": 0,
"m_nCellIndex": 40,
"m_nSrcChunk": 44,
"m_nSrcInstruction": 48
},
"metadata": [
{
"name": "MGetKV3ClassDefaults",
"type": "Unknown"
}
],
"parent": null
},
"CPulse_OutflowConnection": {
"fields": {
"m_SourceOutflowName": 0,
"m_nDestChunk": 8,
"m_nInstruction": 12
},
"metadata": [
{
"name": "MGetKV3ClassDefaults",
"type": "Unknown"
}
],
"parent": null
},
"CPulse_OutputConnection": {
"fields": {
"m_Param": 24,
"m_SourceOutput": 0,
"m_TargetEntity": 8,
"m_TargetInput": 16
},
"metadata": [
{
"name": "MGetKV3ClassDefaults",
"type": "Unknown"
}
],
"parent": null
},
"CPulse_PublicOutput": {
"fields": {
"m_Description": 8,
"m_Name": 0,
"m_ParamType": 16
},
"metadata": [
{
"name": "MGetKV3ClassDefaults",
"type": "Unknown"
}
],
"parent": null
},
"CPulse_RegisterInfo": {
"fields": {
"m_OriginName": 24,
"m_Type": 8,
"m_nLastReadByInstruction": 84,
"m_nReg": 0,
"m_nWrittenByInstruction": 80
},
"metadata": [
{
"name": "MGetKV3ClassDefaults",
"type": "Unknown"
}
],
"parent": null
},
"CPulse_ResumePoint": {
"fields": {},
"metadata": [
{
"name": "MGetKV3ClassDefaults",
"type": "Unknown"
}
],
"parent": "CPulse_OutflowConnection"
},
"CPulse_Variable": {
"fields": {
"m_DefaultValue": 32,
"m_Description": 8,
"m_Name": 0,
"m_Type": 16,
"m_bIsPublic": 50
},
"metadata": [
{
"name": "MGetKV3ClassDefaults",
"type": "Unknown"
}
],
"parent": null
},
"FakeEntity_tAPI": {
"fields": {},
"metadata": [
{
"name": "MPulseProvideFeatureTag",
"type": "Unknown"
},
{
"name": "MPulseLibraryBindings",
"type": "Unknown"
}
],
"parent": null
},
"PGDInstruction_t": {
"fields": {
"m_DomainValue": 40,
"m_nCallInfoIndex": 28,
"m_nChunk": 20,
"m_nCode": 0,
"m_nConstIdx": 32,
"m_nDestInstruction": 24,
"m_nInvokeBindingIndex": 16,
"m_nReg0": 8,
"m_nReg1": 10,
"m_nReg2": 12,
"m_nVar": 4
},
"metadata": [
{
"name": "MGetKV3ClassDefaults",
"type": "Unknown"
}
],
"parent": null
},
"PulseRegisterMap_t": {
"fields": {
"m_Inparams": 0,
"m_Outparams": 16
},
"metadata": [
{
"name": "MGetKV3ClassDefaults",
"type": "Unknown"
}
],
"parent": null
}
},
"enums": {}
}
}

View File

@ -1,519 +0,0 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-03-29 21:16:02.890657436 UTC
#![allow(non_upper_case_globals, unused)]
pub mod cs2_dumper {
pub mod schemas {
// Module: libpulse_system.so
// Classes count: 49
// Enums count: 0
pub mod libpulse_system {
// Parent: None
// Fields count: 0
//
// Metadata:
// MPulseProvideFeatureTag
// MPulseLibraryBindings
pub mod FakeEntity_tAPI {
}
// Parent: None
// Fields count: 5
//
// Metadata:
// MGetKV3ClassDefaults
pub mod CPulse_RegisterInfo {
pub const m_nReg: usize = 0x0; // PulseRuntimeRegisterIndex_t
pub const m_Type: usize = 0x8; // CPulseValueFullType
pub const m_OriginName: usize = 0x18; // CKV3MemberNameWithStorage
pub const m_nWrittenByInstruction: usize = 0x50; // int32
pub const m_nLastReadByInstruction: usize = 0x54; // int32
}
// Parent: None
// Fields count: 3
//
// Metadata:
// MGetKV3ClassDefaults
pub mod CPulse_Chunk {
pub const m_Instructions: usize = 0x0; // CUtlLeanVector<PGDInstruction_t>
pub const m_Registers: usize = 0x10; // CUtlLeanVector<CPulse_RegisterInfo>
pub const m_InstructionEditorIDs: usize = 0x20; // CUtlLeanVector<PulseDocNodeID_t>
}
// Parent: None
// Fields count: 5
//
// Metadata:
// MGetKV3ClassDefaults
pub mod CPulse_Variable {
pub const m_Name: usize = 0x0; // CUtlSymbolLarge
pub const m_Description: usize = 0x8; // CUtlString
pub const m_Type: usize = 0x10; // CPulseValueFullType
pub const m_DefaultValue: usize = 0x20; // KeyValues3
pub const m_bIsPublic: usize = 0x32; // bool
}
// Parent: None
// Fields count: 2
//
// Metadata:
// MGetKV3ClassDefaults
pub mod CPulse_Constant {
pub const m_Type: usize = 0x0; // CPulseValueFullType
pub const m_Value: usize = 0x10; // KeyValues3
}
// Parent: None
// Fields count: 3
//
// Metadata:
// MGetKV3ClassDefaults
pub mod CPulse_PublicOutput {
pub const m_Name: usize = 0x0; // CUtlSymbolLarge
pub const m_Description: usize = 0x8; // CUtlString
pub const m_ParamType: usize = 0x10; // CPulseValueFullType
}
// Parent: None
// Fields count: 4
//
// Metadata:
// MGetKV3ClassDefaults
pub mod CPulse_OutputConnection {
pub const m_SourceOutput: usize = 0x0; // CUtlSymbolLarge
pub const m_TargetEntity: usize = 0x8; // CUtlSymbolLarge
pub const m_TargetInput: usize = 0x10; // CUtlSymbolLarge
pub const m_Param: usize = 0x18; // CUtlSymbolLarge
}
// Parent: None
// Fields count: 5
//
// Metadata:
// MGetKV3ClassDefaults
pub mod CPulse_InvokeBinding {
pub const m_RegisterMap: usize = 0x0; // PulseRegisterMap_t
pub const m_FuncName: usize = 0x20; // CUtlSymbolLarge
pub const m_nCellIndex: usize = 0x28; // PulseRuntimeCellIndex_t
pub const m_nSrcChunk: usize = 0x2C; // PulseRuntimeChunkIndex_t
pub const m_nSrcInstruction: usize = 0x30; // int32
}
// Parent: None
// Fields count: 6
//
// Metadata:
// MGetKV3ClassDefaults
pub mod CPulse_CallInfo {
pub const m_PortName: usize = 0x0; // CUtlSymbolLarge
pub const m_nEditorNodeID: usize = 0x8; // PulseDocNodeID_t
pub const m_RegisterMap: usize = 0x10; // PulseRegisterMap_t
pub const m_CallMethodID: usize = 0x30; // PulseDocNodeID_t
pub const m_nSrcChunk: usize = 0x34; // PulseRuntimeChunkIndex_t
pub const m_nSrcInstruction: usize = 0x38; // int32
}
// Parent: None
// Fields count: 10
//
// Metadata:
// MGetKV3ClassDefaults
pub mod CPulseGraphDef {
pub const m_DomainIdentifier: usize = 0x8; // CUtlSymbolLarge
pub const m_ParentMapName: usize = 0x10; // CUtlSymbolLarge
pub const m_Chunks: usize = 0x18; // CUtlVector<CPulse_Chunk*>
pub const m_Cells: usize = 0x30; // CUtlVector<CPulseCell_Base*>
pub const m_Vars: usize = 0x48; // CUtlVector<CPulse_Variable>
pub const m_PublicOutputs: usize = 0x60; // CUtlVector<CPulse_PublicOutput>
pub const m_InvokeBindings: usize = 0x78; // CUtlVector<CPulse_InvokeBinding*>
pub const m_CallInfos: usize = 0x90; // CUtlVector<CPulse_CallInfo*>
pub const m_Constants: usize = 0xA8; // CUtlVector<CPulse_Constant>
pub const m_OutputConnections: usize = 0xC0; // CUtlVector<CPulse_OutputConnection*>
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MPulseLibraryBindings
// MPropertyDescription
pub mod CPulseMathlib {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MPulseLibraryBindings
// MPropertyDescription
pub mod CPulseTestScriptLib {
}
// Parent: None
// Fields count: 2
//
// Metadata:
// MGetKV3ClassDefaults
pub mod PulseRegisterMap_t {
pub const m_Inparams: usize = 0x0; // KeyValues3
pub const m_Outparams: usize = 0x10; // KeyValues3
}
// Parent: None
// Fields count: 11
//
// Metadata:
// MGetKV3ClassDefaults
pub mod PGDInstruction_t {
pub const m_nCode: usize = 0x0; // PulseInstructionCode_t
pub const m_nVar: usize = 0x4; // PulseRuntimeVarIndex_t
pub const m_nReg0: usize = 0x8; // PulseRuntimeRegisterIndex_t
pub const m_nReg1: usize = 0xA; // PulseRuntimeRegisterIndex_t
pub const m_nReg2: usize = 0xC; // PulseRuntimeRegisterIndex_t
pub const m_nInvokeBindingIndex: usize = 0x10; // PulseRuntimeInvokeIndex_t
pub const m_nChunk: usize = 0x14; // PulseRuntimeChunkIndex_t
pub const m_nDestInstruction: usize = 0x18; // int32
pub const m_nCallInfoIndex: usize = 0x1C; // PulseRuntimeCallInfoIndex_t
pub const m_nConstIdx: usize = 0x20; // PulseRuntimeConstantIndex_t
pub const m_DomainValue: usize = 0x28; // CBufferString
}
// Parent: None
// Fields count: 3
//
// Metadata:
// MGetKV3ClassDefaults
pub mod CPulse_OutflowConnection {
pub const m_SourceOutflowName: usize = 0x0; // CUtlSymbolLarge
pub const m_nDestChunk: usize = 0x8; // PulseRuntimeChunkIndex_t
pub const m_nInstruction: usize = 0xC; // int32
}
// Parent: CPulse_OutflowConnection
// Fields count: 0
//
// Metadata:
// MGetKV3ClassDefaults
pub mod CPulse_ResumePoint {
}
// Parent: None
// Fields count: 1
//
// Metadata:
// MGetKV3ClassDefaults
pub mod CPulseCell_Base {
pub const m_nEditorNodeID: usize = 0x8; // PulseDocNodeID_t
}
// Parent: CPulseCell_Base
// Fields count: 0
//
// Metadata:
// MGetKV3ClassDefaults
pub mod CPulseCell_BaseFlow {
}
// Parent: CPulseCell_BaseFlow
// Fields count: 2
//
// Metadata:
// MGetKV3ClassDefaults
pub mod CPulseCell_Inflow_BaseEntrypoint {
pub const m_EntryChunk: usize = 0x48; // PulseRuntimeChunkIndex_t
pub const m_RegisterMap: usize = 0x50; // PulseRegisterMap_t
}
// Parent: None
// Fields count: 3
//
// Metadata:
// MGetKV3ClassDefaults
pub mod CPulseRuntimeMethodArg {
pub const m_Name: usize = 0x0; // CKV3MemberNameWithStorage
pub const m_Description: usize = 0x38; // CUtlString
pub const m_Type: usize = 0x40; // CPulseValueFullType
}
// Parent: CPulseCell_BaseFlow
// Fields count: 0
//
// Metadata:
// MGetKV3ClassDefaults
pub mod CPulseCell_BaseYieldingInflow {
}
// Parent: CPulseCell_Base
// Fields count: 0
//
// Metadata:
// MGetKV3ClassDefaults
pub mod CPulseCell_BaseValue {
}
// Parent: CPulseCell_BaseYieldingInflow
// Fields count: 1
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
// MPropertyFriendlyName
// MPropertyDescription
// MPulseEditorHeaderIcon
pub mod CPulseCell_Inflow_Wait {
pub const m_WakeResume: usize = 0x48; // CPulse_ResumePoint
}
// Parent: None
// Fields count: 1
//
// Metadata:
// MGetKV3ClassDefaults
pub mod CPulseCell_Outflow_CycleOrdered__InstanceState_t {
pub const m_nNextIndex: usize = 0x0; // int32
}
// Parent: None
// Fields count: 2
//
// Metadata:
// MGetKV3ClassDefaults
pub mod CPulseCell_Outflow_CycleShuffled__InstanceState_t {
pub const m_Shuffle: usize = 0x0; // CUtlVectorFixedGrowable<uint8>
pub const m_nNextShuffle: usize = 0x20; // int32
}
// Parent: CPulseCell_BaseFlow
// Fields count: 2
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
// MPropertyFriendlyName
// MPropertyDescription
pub mod CPulseCell_Outflow_TestRandomYesNo {
pub const m_Yes: usize = 0x48; // CPulse_OutflowConnection
pub const m_No: usize = 0x58; // CPulse_OutflowConnection
}
// Parent: CPulseCell_BaseFlow
// Fields count: 2
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
// MPropertyFriendlyName
// MPropertyDescription
pub mod CPulseCell_Outflow_TestExplicitYesNo {
pub const m_Yes: usize = 0x48; // CPulse_OutflowConnection
pub const m_No: usize = 0x58; // CPulse_OutflowConnection
}
// Parent: CPulseCell_BaseValue
// Fields count: 0
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
// MPropertyFriendlyName
// MPropertyDescription
pub mod CPulseCell_Value_TestValue50 {
}
// Parent: CPulseCell_BaseValue
// Fields count: 0
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
// MPropertyFriendlyName
// MPropertyDescription
// MPulseEditorHeaderIcon
pub mod CPulseCell_Value_RandomInt {
}
// Parent: None
// Fields count: 4
//
// Metadata:
// MGetKV3ClassDefaults
pub mod CPulseCell_Timeline__TimelineEvent_t {
pub const m_flTimeFromPrevious: usize = 0x0; // float32
pub const m_bPauseForPreviousEvents: usize = 0x4; // bool
pub const m_bCallModeSync: usize = 0x5; // bool
pub const m_EventOutflow: usize = 0x8; // CPulse_OutflowConnection
}
// Parent: None
// Fields count: 6
//
// Metadata:
// MPulseInstanceDomainInfo
// MPulseLibraryBindings
// MPulseDomainOptInFeatureTag
pub mod CPulseGraphInstance_TestDomain {
pub const m_bIsRunningUnitTests: usize = 0xD8; // bool
pub const m_bExplicitTimeStepping: usize = 0xD9; // bool
pub const m_bExpectingToDestroyWithYieldedCursors: usize = 0xDA; // bool
pub const m_nNextValidateIndex: usize = 0xDC; // int32
pub const m_Tracepoints: usize = 0xE0; // CUtlVector<CUtlString>
pub const m_bTestYesOrNoPath: usize = 0xF8; // bool
}
// Parent: CPulseCell_BaseFlow
// Fields count: 0
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
// MPropertyFriendlyName
pub mod CPulseCell_Step_TestDomainTracepoint {
}
// Parent: CPulseCell_BaseFlow
// Fields count: 0
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
// MPropertyFriendlyName
pub mod CPulseCell_Step_TestDomainCreateFakeEntity {
}
// Parent: CPulseCell_BaseFlow
// Fields count: 0
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
// MPropertyFriendlyName
pub mod CPulseCell_Step_TestDomainDestroyFakeEntity {
}
// Parent: CPulseCell_BaseFlow
// Fields count: 1
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
// MPropertyFriendlyName
// MPulseEditorHeaderText
pub mod CPulseCell_Step_TestDomainEntFire {
pub const m_Input: usize = 0x48; // CUtlString
}
// Parent: CPulseCell_BaseValue
// Fields count: 0
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
// MPropertyFriendlyName
pub mod CPulseCell_Val_TestDomainGetEntityName {
}
// Parent: CPulseCell_BaseValue
// Fields count: 0
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
// MPropertyFriendlyName
pub mod CPulseCell_Val_TestDomainFindEntityByName {
}
// Parent: CPulseCell_BaseYieldingInflow
// Fields count: 3
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
pub mod CPulseCell_TestWaitWithCursorState {
pub const m_WakeResume: usize = 0x48; // CPulse_ResumePoint
pub const m_WakeCancel: usize = 0x58; // CPulse_ResumePoint
pub const m_WakeFail: usize = 0x68; // CPulse_ResumePoint
}
// Parent: None
// Fields count: 2
//
// Metadata:
// MGetKV3ClassDefaults
pub mod CPulseCell_TestWaitWithCursorState__CursorState_t {
pub const flWaitValue: usize = 0x0; // float32
pub const bFailOnCancel: usize = 0x4; // bool
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MPulseLibraryBindings
// MPropertyDescription
pub mod CPulseTestFuncs_DerivedDomain {
}
// Parent: CPulseCell_BaseFlow
// Fields count: 0
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
pub mod CPulseCell_Test_NoInflow {
}
// Parent: CPulseCell_BaseFlow
// Fields count: 0
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
pub mod CPulseCell_Test_MultiInflow_WithDefault {
}
// Parent: CPulseCell_BaseFlow
// Fields count: 0
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
pub mod CPulseCell_Test_MultiInflow_NoDefault {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MPulseInstanceDomainInfo
// MPulseLibraryBindings
pub mod CPulseGraphInstance_TurtleGraphics {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MPulseLibraryBindings
// MPropertyDescription
pub mod CPulseCursorFuncs {
}
// Parent: CPulseCell_BaseYieldingInflow
// Fields count: 2
//
// Metadata:
// MGetKV3ClassDefaults
pub mod CPulseCell_WaitForCursorsWithTagBase {
pub const m_nCursorsAllowedToWait: usize = 0x48; // int32
pub const m_WaitComplete: usize = 0x50; // CPulse_ResumePoint
}
// Parent: CPulseCell_WaitForCursorsWithTagBase
// Fields count: 2
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
// MPropertyFriendlyName
// MPropertyDescription
// MPulseEditorHeaderIcon
pub mod CPulseCell_WaitForCursorsWithTag {
pub const m_bTagSelfWhenComplete: usize = 0x60; // bool
pub const m_nDesiredKillPriority: usize = 0x64; // PulseCursorCancelPriority_t
}
// Parent: CPulseCell_WaitForCursorsWithTagBase
// Fields count: 1
//
// Metadata:
// MGetKV3ClassDefaults
// MCellForDomain
// MPulseCellMethodBindings
// MPropertyFriendlyName
// MPropertyDescription
// MPulseEditorHeaderIcon
pub mod CPulseCell_CursorQueue {
pub const m_nCursorsAllowedToRunParallel: usize = 0x60; // int32
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MPulseLibraryBindings
// MPropertyDescription
pub mod CPulseTestFuncs_LibraryA {
}
}
}
}

View File

@ -1,10 +0,0 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-03-29 21:16:02.890657436 UTC
namespace CS2Dumper.Schemas {
// Module: librendersystemvulkan.so
// Classes count: 0
// Enums count: 0
public static class Librendersystemvulkan {
}
}

View File

@ -1,16 +0,0 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-03-29 21:16:02.890657436 UTC
#pragma once
#include <cstddef>
namespace cs2_dumper {
namespace schemas {
// Module: librendersystemvulkan.so
// Classes count: 0
// Enums count: 0
namespace librendersystemvulkan {
}
}
}

View File

@ -1,6 +0,0 @@
{
"librendersystemvulkan.so": {
"classes": {},
"enums": {}
}
}

View File

@ -1,14 +0,0 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-03-29 21:16:02.890657436 UTC
#![allow(non_upper_case_globals, unused)]
pub mod cs2_dumper {
pub mod schemas {
// Module: librendersystemvulkan.so
// Classes count: 0
// Enums count: 0
pub mod librendersystemvulkan {
}
}
}

View File

@ -1,415 +0,0 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-03-29 21:16:02.890657436 UTC
namespace CS2Dumper.Schemas {
// Module: libresourcesystem.so
// Classes count: 54
// Enums count: 0
public static class Libresourcesystem {
// Parent: None
// Fields count: 3
//
// Metadata:
// MGetKV3ClassDefaults
public static class ConstantInfo_t {
public const nint m_name = 0x0; // CUtlString
public const nint m_nameToken = 0x8; // CUtlStringToken
public const nint m_flValue = 0xC; // float32
}
// Parent: None
// Fields count: 6
//
// Metadata:
// MGetKV3ClassDefaults
public static class VariableInfo_t {
public const nint m_name = 0x0; // CUtlString
public const nint m_nameToken = 0x8; // CUtlStringToken
public const nint m_nIndex = 0xC; // FuseVariableIndex_t
public const nint m_nNumComponents = 0xE; // uint8
public const nint m_eVarType = 0xF; // FuseVariableType_t
public const nint m_eAccess = 0x10; // FuseVariableAccess_t
}
// Parent: None
// Fields count: 5
//
// Metadata:
// MGetKV3ClassDefaults
public static class FunctionInfo_t {
public const nint m_name = 0x8; // CUtlString
public const nint m_nameToken = 0x10; // CUtlStringToken
public const nint m_nParamCount = 0x14; // int32
public const nint m_nIndex = 0x18; // FuseFunctionIndex_t
public const nint m_bIsPure = 0x1A; // bool
}
// Parent: None
// Fields count: 4
//
// Metadata:
// MGetKV3ClassDefaults
public static class CFuseProgram {
public const nint m_programBuffer = 0x0; // CUtlVector<uint8>
public const nint m_variablesRead = 0x18; // CUtlVector<FuseVariableIndex_t>
public const nint m_variablesWritten = 0x30; // CUtlVector<FuseVariableIndex_t>
public const nint m_nMaxTempVarsUsed = 0x48; // int32
}
// Parent: None
// Fields count: 6
//
// Metadata:
// MGetKV3ClassDefaults
public static class CFuseSymbolTable {
public const nint m_constants = 0x0; // CUtlVector<ConstantInfo_t>
public const nint m_variables = 0x18; // CUtlVector<VariableInfo_t>
public const nint m_functions = 0x30; // CUtlVector<FunctionInfo_t>
public const nint m_constantMap = 0x48; // CUtlHashtable<CUtlStringToken,int32>
public const nint m_variableMap = 0x68; // CUtlHashtable<CUtlStringToken,int32>
public const nint m_functionMap = 0x88; // CUtlHashtable<CUtlStringToken,int32>
}
// Parent: None
// Fields count: 1
//
// Metadata:
// MGetKV3ClassDefaults
public static class TestResource_t {
public const nint m_name = 0x0; // CUtlString
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
public static class InfoForResourceTypeTestResource_t {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
public static class InfoForResourceTypeProceduralTestResource_t {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
public static class InfoForResourceTypeManifestTestResource_t {
}
// Parent: None
// Fields count: 2
//
// Metadata:
// MGetKV3ClassDefaults
public static class ManifestTestResource_t {
public const nint m_name = 0x0; // CUtlString
public const nint m_child = 0x8; // CStrongHandle<InfoForResourceTypeManifestTestResource_t>
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
public static class InfoForResourceTypeCVDataResource {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
public static class InfoForResourceTypeIPulseGraphDef {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
public static class InfoForResourceTypeCTypeScriptResource {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
public static class InfoForResourceTypeCJavaScriptResource {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
public static class InfoForResourceTypeIParticleSystemDefinition {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
public static class InfoForResourceTypeIParticleSnapshot {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
public static class InfoForResourceTypeCAnimData {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
public static class InfoForResourceTypeCAnimationGroup {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
public static class InfoForResourceTypeCSequenceGroupData {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
public static class InfoForResourceTypeIMaterial2 {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
public static class InfoForResourceTypeCMorphSetData {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
public static class InfoForResourceTypeCRenderMesh {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
public static class InfoForResourceTypeCModel {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
public static class InfoForResourceTypeCTextureBase {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
public static class InfoForResourceTypeIVectorGraphic {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
public static class InfoForResourceTypeCVSoundEventScriptList {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
public static class InfoForResourceTypeCVSoundStackScriptList {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
public static class InfoForResourceTypeCVoiceContainerBase {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
public static class InfoForResourceTypeCVMixListResource {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
public static class InfoForResourceTypeCPhysAggregateData {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
public static class InfoForResourceTypeCVPhysXSurfacePropertiesList {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
public static class InfoForResourceTypeCEntityLump {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
public static class InfoForResourceTypeCWorldNode {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
public static class InfoForResourceTypeWorld_t {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
public static class InfoForResourceTypeCVoxelVisibility {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
public static class InfoForResourceTypeCPostProcessingResource {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
public static class InfoForResourceTypeCPanoramaStyle {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
public static class InfoForResourceTypeCPanoramaLayout {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
public static class InfoForResourceTypeCPanoramaDynamicImages {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
public static class InfoForResourceTypeCDotaItemDefinitionResource {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
public static class InfoForResourceTypeCDOTAPatchNotesList {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
public static class InfoForResourceTypeCDOTANovelsList {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
public static class InfoForResourceTypeIAnimGraphModelBinding {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
public static class InfoForResourceTypeCChoreoSceneFileData {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
public static class InfoForResourceTypeCDACGameDefsData {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
public static class InfoForResourceTypeCCompositeMaterialKit {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
public static class InfoForResourceTypeCGcExportableExternalData {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
public static class InfoForResourceTypeCSmartProp {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
public static class InfoForResourceTypeCCSGOEconItem {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
public static class InfoForResourceTypeCResponseRulesList {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
public static class InfoForResourceTypeCNmSkeleton {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
public static class InfoForResourceTypeCNmClip {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
public static class InfoForResourceTypeCNmGraph {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
public static class InfoForResourceTypeCNmGraphDataSet {
}
}
}

View File

@ -1,421 +0,0 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-03-29 21:16:02.890657436 UTC
#pragma once
#include <cstddef>
namespace cs2_dumper {
namespace schemas {
// Module: libresourcesystem.so
// Classes count: 54
// Enums count: 0
namespace libresourcesystem {
// Parent: None
// Fields count: 3
//
// Metadata:
// MGetKV3ClassDefaults
namespace ConstantInfo_t {
constexpr std::ptrdiff_t m_name = 0x0; // CUtlString
constexpr std::ptrdiff_t m_nameToken = 0x8; // CUtlStringToken
constexpr std::ptrdiff_t m_flValue = 0xC; // float32
}
// Parent: None
// Fields count: 6
//
// Metadata:
// MGetKV3ClassDefaults
namespace VariableInfo_t {
constexpr std::ptrdiff_t m_name = 0x0; // CUtlString
constexpr std::ptrdiff_t m_nameToken = 0x8; // CUtlStringToken
constexpr std::ptrdiff_t m_nIndex = 0xC; // FuseVariableIndex_t
constexpr std::ptrdiff_t m_nNumComponents = 0xE; // uint8
constexpr std::ptrdiff_t m_eVarType = 0xF; // FuseVariableType_t
constexpr std::ptrdiff_t m_eAccess = 0x10; // FuseVariableAccess_t
}
// Parent: None
// Fields count: 5
//
// Metadata:
// MGetKV3ClassDefaults
namespace FunctionInfo_t {
constexpr std::ptrdiff_t m_name = 0x8; // CUtlString
constexpr std::ptrdiff_t m_nameToken = 0x10; // CUtlStringToken
constexpr std::ptrdiff_t m_nParamCount = 0x14; // int32
constexpr std::ptrdiff_t m_nIndex = 0x18; // FuseFunctionIndex_t
constexpr std::ptrdiff_t m_bIsPure = 0x1A; // bool
}
// Parent: None
// Fields count: 4
//
// Metadata:
// MGetKV3ClassDefaults
namespace CFuseProgram {
constexpr std::ptrdiff_t m_programBuffer = 0x0; // CUtlVector<uint8>
constexpr std::ptrdiff_t m_variablesRead = 0x18; // CUtlVector<FuseVariableIndex_t>
constexpr std::ptrdiff_t m_variablesWritten = 0x30; // CUtlVector<FuseVariableIndex_t>
constexpr std::ptrdiff_t m_nMaxTempVarsUsed = 0x48; // int32
}
// Parent: None
// Fields count: 6
//
// Metadata:
// MGetKV3ClassDefaults
namespace CFuseSymbolTable {
constexpr std::ptrdiff_t m_constants = 0x0; // CUtlVector<ConstantInfo_t>
constexpr std::ptrdiff_t m_variables = 0x18; // CUtlVector<VariableInfo_t>
constexpr std::ptrdiff_t m_functions = 0x30; // CUtlVector<FunctionInfo_t>
constexpr std::ptrdiff_t m_constantMap = 0x48; // CUtlHashtable<CUtlStringToken,int32>
constexpr std::ptrdiff_t m_variableMap = 0x68; // CUtlHashtable<CUtlStringToken,int32>
constexpr std::ptrdiff_t m_functionMap = 0x88; // CUtlHashtable<CUtlStringToken,int32>
}
// Parent: None
// Fields count: 1
//
// Metadata:
// MGetKV3ClassDefaults
namespace TestResource_t {
constexpr std::ptrdiff_t m_name = 0x0; // CUtlString
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
namespace InfoForResourceTypeTestResource_t {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
namespace InfoForResourceTypeProceduralTestResource_t {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
namespace InfoForResourceTypeManifestTestResource_t {
}
// Parent: None
// Fields count: 2
//
// Metadata:
// MGetKV3ClassDefaults
namespace ManifestTestResource_t {
constexpr std::ptrdiff_t m_name = 0x0; // CUtlString
constexpr std::ptrdiff_t m_child = 0x8; // CStrongHandle<InfoForResourceTypeManifestTestResource_t>
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
namespace InfoForResourceTypeCVDataResource {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
namespace InfoForResourceTypeIPulseGraphDef {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
namespace InfoForResourceTypeCTypeScriptResource {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
namespace InfoForResourceTypeCJavaScriptResource {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
namespace InfoForResourceTypeIParticleSystemDefinition {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
namespace InfoForResourceTypeIParticleSnapshot {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
namespace InfoForResourceTypeCAnimData {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
namespace InfoForResourceTypeCAnimationGroup {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
namespace InfoForResourceTypeCSequenceGroupData {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
namespace InfoForResourceTypeIMaterial2 {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
namespace InfoForResourceTypeCMorphSetData {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
namespace InfoForResourceTypeCRenderMesh {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
namespace InfoForResourceTypeCModel {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
namespace InfoForResourceTypeCTextureBase {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
namespace InfoForResourceTypeIVectorGraphic {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
namespace InfoForResourceTypeCVSoundEventScriptList {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
namespace InfoForResourceTypeCVSoundStackScriptList {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
namespace InfoForResourceTypeCVoiceContainerBase {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
namespace InfoForResourceTypeCVMixListResource {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
namespace InfoForResourceTypeCPhysAggregateData {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
namespace InfoForResourceTypeCVPhysXSurfacePropertiesList {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
namespace InfoForResourceTypeCEntityLump {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
namespace InfoForResourceTypeCWorldNode {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
namespace InfoForResourceTypeWorld_t {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
namespace InfoForResourceTypeCVoxelVisibility {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
namespace InfoForResourceTypeCPostProcessingResource {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
namespace InfoForResourceTypeCPanoramaStyle {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
namespace InfoForResourceTypeCPanoramaLayout {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
namespace InfoForResourceTypeCPanoramaDynamicImages {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
namespace InfoForResourceTypeCDotaItemDefinitionResource {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
namespace InfoForResourceTypeCDOTAPatchNotesList {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
namespace InfoForResourceTypeCDOTANovelsList {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
namespace InfoForResourceTypeIAnimGraphModelBinding {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
namespace InfoForResourceTypeCChoreoSceneFileData {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
namespace InfoForResourceTypeCDACGameDefsData {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
namespace InfoForResourceTypeCCompositeMaterialKit {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
namespace InfoForResourceTypeCGcExportableExternalData {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
namespace InfoForResourceTypeCSmartProp {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
namespace InfoForResourceTypeCCSGOEconItem {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
namespace InfoForResourceTypeCResponseRulesList {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
namespace InfoForResourceTypeCNmSkeleton {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
namespace InfoForResourceTypeCNmClip {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
namespace InfoForResourceTypeCNmGraph {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
namespace InfoForResourceTypeCNmGraphDataSet {
}
}
}
}

View File

@ -1,581 +0,0 @@
{
"libresourcesystem.so": {
"classes": {
"CFuseProgram": {
"fields": {
"m_nMaxTempVarsUsed": 72,
"m_programBuffer": 0,
"m_variablesRead": 24,
"m_variablesWritten": 48
},
"metadata": [
{
"name": "MGetKV3ClassDefaults",
"type": "Unknown"
}
],
"parent": null
},
"CFuseSymbolTable": {
"fields": {
"m_constantMap": 72,
"m_constants": 0,
"m_functionMap": 136,
"m_functions": 48,
"m_variableMap": 104,
"m_variables": 24
},
"metadata": [
{
"name": "MGetKV3ClassDefaults",
"type": "Unknown"
}
],
"parent": null
},
"ConstantInfo_t": {
"fields": {
"m_flValue": 12,
"m_name": 0,
"m_nameToken": 8
},
"metadata": [
{
"name": "MGetKV3ClassDefaults",
"type": "Unknown"
}
],
"parent": null
},
"FunctionInfo_t": {
"fields": {
"m_bIsPure": 26,
"m_nIndex": 24,
"m_nParamCount": 20,
"m_name": 8,
"m_nameToken": 16
},
"metadata": [
{
"name": "MGetKV3ClassDefaults",
"type": "Unknown"
}
],
"parent": null
},
"InfoForResourceTypeCAnimData": {
"fields": {},
"metadata": [
{
"name": "MResourceTypeForInfoType",
"type": "Unknown"
}
],
"parent": null
},
"InfoForResourceTypeCAnimationGroup": {
"fields": {},
"metadata": [
{
"name": "MResourceTypeForInfoType",
"type": "Unknown"
}
],
"parent": null
},
"InfoForResourceTypeCCSGOEconItem": {
"fields": {},
"metadata": [
{
"name": "MResourceTypeForInfoType",
"type": "Unknown"
}
],
"parent": null
},
"InfoForResourceTypeCChoreoSceneFileData": {
"fields": {},
"metadata": [
{
"name": "MResourceTypeForInfoType",
"type": "Unknown"
}
],
"parent": null
},
"InfoForResourceTypeCCompositeMaterialKit": {
"fields": {},
"metadata": [
{
"name": "MResourceTypeForInfoType",
"type": "Unknown"
}
],
"parent": null
},
"InfoForResourceTypeCDACGameDefsData": {
"fields": {},
"metadata": [
{
"name": "MResourceTypeForInfoType",
"type": "Unknown"
}
],
"parent": null
},
"InfoForResourceTypeCDOTANovelsList": {
"fields": {},
"metadata": [
{
"name": "MResourceTypeForInfoType",
"type": "Unknown"
}
],
"parent": null
},
"InfoForResourceTypeCDOTAPatchNotesList": {
"fields": {},
"metadata": [
{
"name": "MResourceTypeForInfoType",
"type": "Unknown"
}
],
"parent": null
},
"InfoForResourceTypeCDotaItemDefinitionResource": {
"fields": {},
"metadata": [
{
"name": "MResourceTypeForInfoType",
"type": "Unknown"
}
],
"parent": null
},
"InfoForResourceTypeCEntityLump": {
"fields": {},
"metadata": [
{
"name": "MResourceTypeForInfoType",
"type": "Unknown"
}
],
"parent": null
},
"InfoForResourceTypeCGcExportableExternalData": {
"fields": {},
"metadata": [
{
"name": "MResourceTypeForInfoType",
"type": "Unknown"
}
],
"parent": null
},
"InfoForResourceTypeCJavaScriptResource": {
"fields": {},
"metadata": [
{
"name": "MResourceTypeForInfoType",
"type": "Unknown"
}
],
"parent": null
},
"InfoForResourceTypeCModel": {
"fields": {},
"metadata": [
{
"name": "MResourceTypeForInfoType",
"type": "Unknown"
}
],
"parent": null
},
"InfoForResourceTypeCMorphSetData": {
"fields": {},
"metadata": [
{
"name": "MResourceTypeForInfoType",
"type": "Unknown"
}
],
"parent": null
},
"InfoForResourceTypeCNmClip": {
"fields": {},
"metadata": [
{
"name": "MResourceTypeForInfoType",
"type": "Unknown"
}
],
"parent": null
},
"InfoForResourceTypeCNmGraph": {
"fields": {},
"metadata": [
{
"name": "MResourceTypeForInfoType",
"type": "Unknown"
}
],
"parent": null
},
"InfoForResourceTypeCNmGraphDataSet": {
"fields": {},
"metadata": [
{
"name": "MResourceTypeForInfoType",
"type": "Unknown"
}
],
"parent": null
},
"InfoForResourceTypeCNmSkeleton": {
"fields": {},
"metadata": [
{
"name": "MResourceTypeForInfoType",
"type": "Unknown"
}
],
"parent": null
},
"InfoForResourceTypeCPanoramaDynamicImages": {
"fields": {},
"metadata": [
{
"name": "MResourceTypeForInfoType",
"type": "Unknown"
}
],
"parent": null
},
"InfoForResourceTypeCPanoramaLayout": {
"fields": {},
"metadata": [
{
"name": "MResourceTypeForInfoType",
"type": "Unknown"
}
],
"parent": null
},
"InfoForResourceTypeCPanoramaStyle": {
"fields": {},
"metadata": [
{
"name": "MResourceTypeForInfoType",
"type": "Unknown"
}
],
"parent": null
},
"InfoForResourceTypeCPhysAggregateData": {
"fields": {},
"metadata": [
{
"name": "MResourceTypeForInfoType",
"type": "Unknown"
}
],
"parent": null
},
"InfoForResourceTypeCPostProcessingResource": {
"fields": {},
"metadata": [
{
"name": "MResourceTypeForInfoType",
"type": "Unknown"
}
],
"parent": null
},
"InfoForResourceTypeCRenderMesh": {
"fields": {},
"metadata": [
{
"name": "MResourceTypeForInfoType",
"type": "Unknown"
}
],
"parent": null
},
"InfoForResourceTypeCResponseRulesList": {
"fields": {},
"metadata": [
{
"name": "MResourceTypeForInfoType",
"type": "Unknown"
}
],
"parent": null
},
"InfoForResourceTypeCSequenceGroupData": {
"fields": {},
"metadata": [
{
"name": "MResourceTypeForInfoType",
"type": "Unknown"
}
],
"parent": null
},
"InfoForResourceTypeCSmartProp": {
"fields": {},
"metadata": [
{
"name": "MResourceTypeForInfoType",
"type": "Unknown"
}
],
"parent": null
},
"InfoForResourceTypeCTextureBase": {
"fields": {},
"metadata": [
{
"name": "MResourceTypeForInfoType",
"type": "Unknown"
}
],
"parent": null
},
"InfoForResourceTypeCTypeScriptResource": {
"fields": {},
"metadata": [
{
"name": "MResourceTypeForInfoType",
"type": "Unknown"
}
],
"parent": null
},
"InfoForResourceTypeCVDataResource": {
"fields": {},
"metadata": [
{
"name": "MResourceTypeForInfoType",
"type": "Unknown"
}
],
"parent": null
},
"InfoForResourceTypeCVMixListResource": {
"fields": {},
"metadata": [
{
"name": "MResourceTypeForInfoType",
"type": "Unknown"
}
],
"parent": null
},
"InfoForResourceTypeCVPhysXSurfacePropertiesList": {
"fields": {},
"metadata": [
{
"name": "MResourceTypeForInfoType",
"type": "Unknown"
}
],
"parent": null
},
"InfoForResourceTypeCVSoundEventScriptList": {
"fields": {},
"metadata": [
{
"name": "MResourceTypeForInfoType",
"type": "Unknown"
}
],
"parent": null
},
"InfoForResourceTypeCVSoundStackScriptList": {
"fields": {},
"metadata": [
{
"name": "MResourceTypeForInfoType",
"type": "Unknown"
}
],
"parent": null
},
"InfoForResourceTypeCVoiceContainerBase": {
"fields": {},
"metadata": [
{
"name": "MResourceTypeForInfoType",
"type": "Unknown"
}
],
"parent": null
},
"InfoForResourceTypeCVoxelVisibility": {
"fields": {},
"metadata": [
{
"name": "MResourceTypeForInfoType",
"type": "Unknown"
}
],
"parent": null
},
"InfoForResourceTypeCWorldNode": {
"fields": {},
"metadata": [
{
"name": "MResourceTypeForInfoType",
"type": "Unknown"
}
],
"parent": null
},
"InfoForResourceTypeIAnimGraphModelBinding": {
"fields": {},
"metadata": [
{
"name": "MResourceTypeForInfoType",
"type": "Unknown"
}
],
"parent": null
},
"InfoForResourceTypeIMaterial2": {
"fields": {},
"metadata": [
{
"name": "MResourceTypeForInfoType",
"type": "Unknown"
}
],
"parent": null
},
"InfoForResourceTypeIParticleSnapshot": {
"fields": {},
"metadata": [
{
"name": "MResourceTypeForInfoType",
"type": "Unknown"
}
],
"parent": null
},
"InfoForResourceTypeIParticleSystemDefinition": {
"fields": {},
"metadata": [
{
"name": "MResourceTypeForInfoType",
"type": "Unknown"
}
],
"parent": null
},
"InfoForResourceTypeIPulseGraphDef": {
"fields": {},
"metadata": [
{
"name": "MResourceTypeForInfoType",
"type": "Unknown"
}
],
"parent": null
},
"InfoForResourceTypeIVectorGraphic": {
"fields": {},
"metadata": [
{
"name": "MResourceTypeForInfoType",
"type": "Unknown"
}
],
"parent": null
},
"InfoForResourceTypeManifestTestResource_t": {
"fields": {},
"metadata": [
{
"name": "MResourceTypeForInfoType",
"type": "Unknown"
}
],
"parent": null
},
"InfoForResourceTypeProceduralTestResource_t": {
"fields": {},
"metadata": [
{
"name": "MResourceTypeForInfoType",
"type": "Unknown"
}
],
"parent": null
},
"InfoForResourceTypeTestResource_t": {
"fields": {},
"metadata": [
{
"name": "MResourceTypeForInfoType",
"type": "Unknown"
}
],
"parent": null
},
"InfoForResourceTypeWorld_t": {
"fields": {},
"metadata": [
{
"name": "MResourceTypeForInfoType",
"type": "Unknown"
}
],
"parent": null
},
"ManifestTestResource_t": {
"fields": {
"m_child": 8,
"m_name": 0
},
"metadata": [
{
"name": "MGetKV3ClassDefaults",
"type": "Unknown"
}
],
"parent": null
},
"TestResource_t": {
"fields": {
"m_name": 0
},
"metadata": [
{
"name": "MGetKV3ClassDefaults",
"type": "Unknown"
}
],
"parent": null
},
"VariableInfo_t": {
"fields": {
"m_eAccess": 16,
"m_eVarType": 15,
"m_nIndex": 12,
"m_nNumComponents": 14,
"m_name": 0,
"m_nameToken": 8
},
"metadata": [
{
"name": "MGetKV3ClassDefaults",
"type": "Unknown"
}
],
"parent": null
}
},
"enums": {}
}
}

View File

@ -1,419 +0,0 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-03-29 21:16:02.890657436 UTC
#![allow(non_upper_case_globals, unused)]
pub mod cs2_dumper {
pub mod schemas {
// Module: libresourcesystem.so
// Classes count: 54
// Enums count: 0
pub mod libresourcesystem {
// Parent: None
// Fields count: 3
//
// Metadata:
// MGetKV3ClassDefaults
pub mod ConstantInfo_t {
pub const m_name: usize = 0x0; // CUtlString
pub const m_nameToken: usize = 0x8; // CUtlStringToken
pub const m_flValue: usize = 0xC; // float32
}
// Parent: None
// Fields count: 6
//
// Metadata:
// MGetKV3ClassDefaults
pub mod VariableInfo_t {
pub const m_name: usize = 0x0; // CUtlString
pub const m_nameToken: usize = 0x8; // CUtlStringToken
pub const m_nIndex: usize = 0xC; // FuseVariableIndex_t
pub const m_nNumComponents: usize = 0xE; // uint8
pub const m_eVarType: usize = 0xF; // FuseVariableType_t
pub const m_eAccess: usize = 0x10; // FuseVariableAccess_t
}
// Parent: None
// Fields count: 5
//
// Metadata:
// MGetKV3ClassDefaults
pub mod FunctionInfo_t {
pub const m_name: usize = 0x8; // CUtlString
pub const m_nameToken: usize = 0x10; // CUtlStringToken
pub const m_nParamCount: usize = 0x14; // int32
pub const m_nIndex: usize = 0x18; // FuseFunctionIndex_t
pub const m_bIsPure: usize = 0x1A; // bool
}
// Parent: None
// Fields count: 4
//
// Metadata:
// MGetKV3ClassDefaults
pub mod CFuseProgram {
pub const m_programBuffer: usize = 0x0; // CUtlVector<uint8>
pub const m_variablesRead: usize = 0x18; // CUtlVector<FuseVariableIndex_t>
pub const m_variablesWritten: usize = 0x30; // CUtlVector<FuseVariableIndex_t>
pub const m_nMaxTempVarsUsed: usize = 0x48; // int32
}
// Parent: None
// Fields count: 6
//
// Metadata:
// MGetKV3ClassDefaults
pub mod CFuseSymbolTable {
pub const m_constants: usize = 0x0; // CUtlVector<ConstantInfo_t>
pub const m_variables: usize = 0x18; // CUtlVector<VariableInfo_t>
pub const m_functions: usize = 0x30; // CUtlVector<FunctionInfo_t>
pub const m_constantMap: usize = 0x48; // CUtlHashtable<CUtlStringToken,int32>
pub const m_variableMap: usize = 0x68; // CUtlHashtable<CUtlStringToken,int32>
pub const m_functionMap: usize = 0x88; // CUtlHashtable<CUtlStringToken,int32>
}
// Parent: None
// Fields count: 1
//
// Metadata:
// MGetKV3ClassDefaults
pub mod TestResource_t {
pub const m_name: usize = 0x0; // CUtlString
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
pub mod InfoForResourceTypeTestResource_t {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
pub mod InfoForResourceTypeProceduralTestResource_t {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
pub mod InfoForResourceTypeManifestTestResource_t {
}
// Parent: None
// Fields count: 2
//
// Metadata:
// MGetKV3ClassDefaults
pub mod ManifestTestResource_t {
pub const m_name: usize = 0x0; // CUtlString
pub const m_child: usize = 0x8; // CStrongHandle<InfoForResourceTypeManifestTestResource_t>
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
pub mod InfoForResourceTypeCVDataResource {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
pub mod InfoForResourceTypeIPulseGraphDef {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
pub mod InfoForResourceTypeCTypeScriptResource {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
pub mod InfoForResourceTypeCJavaScriptResource {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
pub mod InfoForResourceTypeIParticleSystemDefinition {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
pub mod InfoForResourceTypeIParticleSnapshot {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
pub mod InfoForResourceTypeCAnimData {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
pub mod InfoForResourceTypeCAnimationGroup {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
pub mod InfoForResourceTypeCSequenceGroupData {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
pub mod InfoForResourceTypeIMaterial2 {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
pub mod InfoForResourceTypeCMorphSetData {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
pub mod InfoForResourceTypeCRenderMesh {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
pub mod InfoForResourceTypeCModel {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
pub mod InfoForResourceTypeCTextureBase {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
pub mod InfoForResourceTypeIVectorGraphic {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
pub mod InfoForResourceTypeCVSoundEventScriptList {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
pub mod InfoForResourceTypeCVSoundStackScriptList {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
pub mod InfoForResourceTypeCVoiceContainerBase {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
pub mod InfoForResourceTypeCVMixListResource {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
pub mod InfoForResourceTypeCPhysAggregateData {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
pub mod InfoForResourceTypeCVPhysXSurfacePropertiesList {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
pub mod InfoForResourceTypeCEntityLump {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
pub mod InfoForResourceTypeCWorldNode {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
pub mod InfoForResourceTypeWorld_t {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
pub mod InfoForResourceTypeCVoxelVisibility {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
pub mod InfoForResourceTypeCPostProcessingResource {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
pub mod InfoForResourceTypeCPanoramaStyle {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
pub mod InfoForResourceTypeCPanoramaLayout {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
pub mod InfoForResourceTypeCPanoramaDynamicImages {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
pub mod InfoForResourceTypeCDotaItemDefinitionResource {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
pub mod InfoForResourceTypeCDOTAPatchNotesList {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
pub mod InfoForResourceTypeCDOTANovelsList {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
pub mod InfoForResourceTypeIAnimGraphModelBinding {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
pub mod InfoForResourceTypeCChoreoSceneFileData {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
pub mod InfoForResourceTypeCDACGameDefsData {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
pub mod InfoForResourceTypeCCompositeMaterialKit {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
pub mod InfoForResourceTypeCGcExportableExternalData {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
pub mod InfoForResourceTypeCSmartProp {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
pub mod InfoForResourceTypeCCSGOEconItem {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
pub mod InfoForResourceTypeCResponseRulesList {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
pub mod InfoForResourceTypeCNmSkeleton {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
pub mod InfoForResourceTypeCNmClip {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
pub mod InfoForResourceTypeCNmGraph {
}
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
pub mod InfoForResourceTypeCNmGraphDataSet {
}
}
}
}

View File

@ -1,10 +0,0 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-03-29 21:16:02.890657436 UTC
namespace CS2Dumper.Schemas {
// Module: libscenefilecache.so
// Classes count: 0
// Enums count: 0
public static class Libscenefilecache {
}
}

View File

@ -1,16 +0,0 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-03-29 21:16:02.890657436 UTC
#pragma once
#include <cstddef>
namespace cs2_dumper {
namespace schemas {
// Module: libscenefilecache.so
// Classes count: 0
// Enums count: 0
namespace libscenefilecache {
}
}
}

View File

@ -1,6 +0,0 @@
{
"libscenefilecache.so": {
"classes": {},
"enums": {}
}
}

View File

@ -1,14 +0,0 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-03-29 21:16:02.890657436 UTC
#![allow(non_upper_case_globals, unused)]
pub mod cs2_dumper {
pub mod schemas {
// Module: libscenefilecache.so
// Classes count: 0
// Enums count: 0
pub mod libscenefilecache {
}
}
}

View File

@ -1,99 +0,0 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-03-29 21:16:02.890657436 UTC
namespace CS2Dumper.Schemas {
// Module: libscenesystem.so
// Classes count: 9
// Enums count: 0
public static class Libscenesystem {
// Parent: None
// Fields count: 2
//
// Metadata:
// MGetKV3ClassDefaults
public static class CSSDSEndFrameViewInfo {
public const nint m_nViewId = 0x0; // uint64
public const nint m_ViewName = 0x8; // CUtlString
}
// Parent: None
// Fields count: 1
//
// Metadata:
// MGetKV3ClassDefaults
public static class CSSDSMsg_EndFrame {
public const nint m_Views = 0x0; // CUtlVector<CSSDSEndFrameViewInfo>
}
// Parent: None
// Fields count: 2
//
// Metadata:
// MGetKV3ClassDefaults
public static class SceneViewId_t {
public const nint m_nViewId = 0x0; // uint64
public const nint m_nFrameCount = 0x8; // uint64
}
// Parent: None
// Fields count: 2
//
// Metadata:
// MGetKV3ClassDefaults
public static class CSSDSMsg_ViewRender {
public const nint m_viewId = 0x0; // SceneViewId_t
public const nint m_ViewName = 0x10; // CUtlString
}
// Parent: None
// Fields count: 6
//
// Metadata:
// MGetKV3ClassDefaults
public static class CSSDSMsg_LayerBase {
public const nint m_viewId = 0x0; // SceneViewId_t
public const nint m_ViewName = 0x10; // CUtlString
public const nint m_nLayerIndex = 0x18; // int32
public const nint m_nLayerId = 0x20; // uint64
public const nint m_LayerName = 0x28; // CUtlString
public const nint m_displayText = 0x30; // CUtlString
}
// Parent: None
// Fields count: 10
//
// Metadata:
// MGetKV3ClassDefaults
public static class CSSDSMsg_ViewTarget {
public const nint m_Name = 0x0; // CUtlString
public const nint m_TextureId = 0x8; // uint64
public const nint m_nWidth = 0x10; // int32
public const nint m_nHeight = 0x14; // int32
public const nint m_nRequestedWidth = 0x18; // int32
public const nint m_nRequestedHeight = 0x1C; // int32
public const nint m_nNumMipLevels = 0x20; // int32
public const nint m_nDepth = 0x24; // int32
public const nint m_nMultisampleNumSamples = 0x28; // int32
public const nint m_nFormat = 0x2C; // int32
}
// Parent: None
// Fields count: 3
//
// Metadata:
// MGetKV3ClassDefaults
public static class CSSDSMsg_ViewTargetList {
public const nint m_viewId = 0x0; // SceneViewId_t
public const nint m_ViewName = 0x10; // CUtlString
public const nint m_Targets = 0x18; // CUtlVector<CSSDSMsg_ViewTarget>
}
// Parent: CSSDSMsg_LayerBase
// Fields count: 0
//
// Metadata:
// MGetKV3ClassDefaults
public static class CSSDSMsg_PreLayer {
}
// Parent: CSSDSMsg_LayerBase
// Fields count: 0
//
// Metadata:
// MGetKV3ClassDefaults
public static class CSSDSMsg_PostLayer {
}
}
}

View File

@ -1,105 +0,0 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-03-29 21:16:02.890657436 UTC
#pragma once
#include <cstddef>
namespace cs2_dumper {
namespace schemas {
// Module: libscenesystem.so
// Classes count: 9
// Enums count: 0
namespace libscenesystem {
// Parent: None
// Fields count: 2
//
// Metadata:
// MGetKV3ClassDefaults
namespace CSSDSEndFrameViewInfo {
constexpr std::ptrdiff_t m_nViewId = 0x0; // uint64
constexpr std::ptrdiff_t m_ViewName = 0x8; // CUtlString
}
// Parent: None
// Fields count: 1
//
// Metadata:
// MGetKV3ClassDefaults
namespace CSSDSMsg_EndFrame {
constexpr std::ptrdiff_t m_Views = 0x0; // CUtlVector<CSSDSEndFrameViewInfo>
}
// Parent: None
// Fields count: 2
//
// Metadata:
// MGetKV3ClassDefaults
namespace SceneViewId_t {
constexpr std::ptrdiff_t m_nViewId = 0x0; // uint64
constexpr std::ptrdiff_t m_nFrameCount = 0x8; // uint64
}
// Parent: None
// Fields count: 2
//
// Metadata:
// MGetKV3ClassDefaults
namespace CSSDSMsg_ViewRender {
constexpr std::ptrdiff_t m_viewId = 0x0; // SceneViewId_t
constexpr std::ptrdiff_t m_ViewName = 0x10; // CUtlString
}
// Parent: None
// Fields count: 6
//
// Metadata:
// MGetKV3ClassDefaults
namespace CSSDSMsg_LayerBase {
constexpr std::ptrdiff_t m_viewId = 0x0; // SceneViewId_t
constexpr std::ptrdiff_t m_ViewName = 0x10; // CUtlString
constexpr std::ptrdiff_t m_nLayerIndex = 0x18; // int32
constexpr std::ptrdiff_t m_nLayerId = 0x20; // uint64
constexpr std::ptrdiff_t m_LayerName = 0x28; // CUtlString
constexpr std::ptrdiff_t m_displayText = 0x30; // CUtlString
}
// Parent: None
// Fields count: 10
//
// Metadata:
// MGetKV3ClassDefaults
namespace CSSDSMsg_ViewTarget {
constexpr std::ptrdiff_t m_Name = 0x0; // CUtlString
constexpr std::ptrdiff_t m_TextureId = 0x8; // uint64
constexpr std::ptrdiff_t m_nWidth = 0x10; // int32
constexpr std::ptrdiff_t m_nHeight = 0x14; // int32
constexpr std::ptrdiff_t m_nRequestedWidth = 0x18; // int32
constexpr std::ptrdiff_t m_nRequestedHeight = 0x1C; // int32
constexpr std::ptrdiff_t m_nNumMipLevels = 0x20; // int32
constexpr std::ptrdiff_t m_nDepth = 0x24; // int32
constexpr std::ptrdiff_t m_nMultisampleNumSamples = 0x28; // int32
constexpr std::ptrdiff_t m_nFormat = 0x2C; // int32
}
// Parent: None
// Fields count: 3
//
// Metadata:
// MGetKV3ClassDefaults
namespace CSSDSMsg_ViewTargetList {
constexpr std::ptrdiff_t m_viewId = 0x0; // SceneViewId_t
constexpr std::ptrdiff_t m_ViewName = 0x10; // CUtlString
constexpr std::ptrdiff_t m_Targets = 0x18; // CUtlVector<CSSDSMsg_ViewTarget>
}
// Parent: CSSDSMsg_LayerBase
// Fields count: 0
//
// Metadata:
// MGetKV3ClassDefaults
namespace CSSDSMsg_PreLayer {
}
// Parent: CSSDSMsg_LayerBase
// Fields count: 0
//
// Metadata:
// MGetKV3ClassDefaults
namespace CSSDSMsg_PostLayer {
}
}
}
}

View File

@ -1,130 +0,0 @@
{
"libscenesystem.so": {
"classes": {
"CSSDSEndFrameViewInfo": {
"fields": {
"m_ViewName": 8,
"m_nViewId": 0
},
"metadata": [
{
"name": "MGetKV3ClassDefaults",
"type": "Unknown"
}
],
"parent": null
},
"CSSDSMsg_EndFrame": {
"fields": {
"m_Views": 0
},
"metadata": [
{
"name": "MGetKV3ClassDefaults",
"type": "Unknown"
}
],
"parent": null
},
"CSSDSMsg_LayerBase": {
"fields": {
"m_LayerName": 40,
"m_ViewName": 16,
"m_displayText": 48,
"m_nLayerId": 32,
"m_nLayerIndex": 24,
"m_viewId": 0
},
"metadata": [
{
"name": "MGetKV3ClassDefaults",
"type": "Unknown"
}
],
"parent": null
},
"CSSDSMsg_PostLayer": {
"fields": {},
"metadata": [
{
"name": "MGetKV3ClassDefaults",
"type": "Unknown"
}
],
"parent": "CSSDSMsg_LayerBase"
},
"CSSDSMsg_PreLayer": {
"fields": {},
"metadata": [
{
"name": "MGetKV3ClassDefaults",
"type": "Unknown"
}
],
"parent": "CSSDSMsg_LayerBase"
},
"CSSDSMsg_ViewRender": {
"fields": {
"m_ViewName": 16,
"m_viewId": 0
},
"metadata": [
{
"name": "MGetKV3ClassDefaults",
"type": "Unknown"
}
],
"parent": null
},
"CSSDSMsg_ViewTarget": {
"fields": {
"m_Name": 0,
"m_TextureId": 8,
"m_nDepth": 36,
"m_nFormat": 44,
"m_nHeight": 20,
"m_nMultisampleNumSamples": 40,
"m_nNumMipLevels": 32,
"m_nRequestedHeight": 28,
"m_nRequestedWidth": 24,
"m_nWidth": 16
},
"metadata": [
{
"name": "MGetKV3ClassDefaults",
"type": "Unknown"
}
],
"parent": null
},
"CSSDSMsg_ViewTargetList": {
"fields": {
"m_Targets": 24,
"m_ViewName": 16,
"m_viewId": 0
},
"metadata": [
{
"name": "MGetKV3ClassDefaults",
"type": "Unknown"
}
],
"parent": null
},
"SceneViewId_t": {
"fields": {
"m_nFrameCount": 8,
"m_nViewId": 0
},
"metadata": [
{
"name": "MGetKV3ClassDefaults",
"type": "Unknown"
}
],
"parent": null
}
},
"enums": {}
}
}

View File

@ -1,103 +0,0 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-03-29 21:16:02.890657436 UTC
#![allow(non_upper_case_globals, unused)]
pub mod cs2_dumper {
pub mod schemas {
// Module: libscenesystem.so
// Classes count: 9
// Enums count: 0
pub mod libscenesystem {
// Parent: None
// Fields count: 2
//
// Metadata:
// MGetKV3ClassDefaults
pub mod CSSDSEndFrameViewInfo {
pub const m_nViewId: usize = 0x0; // uint64
pub const m_ViewName: usize = 0x8; // CUtlString
}
// Parent: None
// Fields count: 1
//
// Metadata:
// MGetKV3ClassDefaults
pub mod CSSDSMsg_EndFrame {
pub const m_Views: usize = 0x0; // CUtlVector<CSSDSEndFrameViewInfo>
}
// Parent: None
// Fields count: 2
//
// Metadata:
// MGetKV3ClassDefaults
pub mod SceneViewId_t {
pub const m_nViewId: usize = 0x0; // uint64
pub const m_nFrameCount: usize = 0x8; // uint64
}
// Parent: None
// Fields count: 2
//
// Metadata:
// MGetKV3ClassDefaults
pub mod CSSDSMsg_ViewRender {
pub const m_viewId: usize = 0x0; // SceneViewId_t
pub const m_ViewName: usize = 0x10; // CUtlString
}
// Parent: None
// Fields count: 6
//
// Metadata:
// MGetKV3ClassDefaults
pub mod CSSDSMsg_LayerBase {
pub const m_viewId: usize = 0x0; // SceneViewId_t
pub const m_ViewName: usize = 0x10; // CUtlString
pub const m_nLayerIndex: usize = 0x18; // int32
pub const m_nLayerId: usize = 0x20; // uint64
pub const m_LayerName: usize = 0x28; // CUtlString
pub const m_displayText: usize = 0x30; // CUtlString
}
// Parent: None
// Fields count: 10
//
// Metadata:
// MGetKV3ClassDefaults
pub mod CSSDSMsg_ViewTarget {
pub const m_Name: usize = 0x0; // CUtlString
pub const m_TextureId: usize = 0x8; // uint64
pub const m_nWidth: usize = 0x10; // int32
pub const m_nHeight: usize = 0x14; // int32
pub const m_nRequestedWidth: usize = 0x18; // int32
pub const m_nRequestedHeight: usize = 0x1C; // int32
pub const m_nNumMipLevels: usize = 0x20; // int32
pub const m_nDepth: usize = 0x24; // int32
pub const m_nMultisampleNumSamples: usize = 0x28; // int32
pub const m_nFormat: usize = 0x2C; // int32
}
// Parent: None
// Fields count: 3
//
// Metadata:
// MGetKV3ClassDefaults
pub mod CSSDSMsg_ViewTargetList {
pub const m_viewId: usize = 0x0; // SceneViewId_t
pub const m_ViewName: usize = 0x10; // CUtlString
pub const m_Targets: usize = 0x18; // CUtlVector<CSSDSMsg_ViewTarget>
}
// Parent: CSSDSMsg_LayerBase
// Fields count: 0
//
// Metadata:
// MGetKV3ClassDefaults
pub mod CSSDSMsg_PreLayer {
}
// Parent: CSSDSMsg_LayerBase
// Fields count: 0
//
// Metadata:
// MGetKV3ClassDefaults
pub mod CSSDSMsg_PostLayer {
}
}
}
}

View File

@ -1,50 +0,0 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-03-29 21:16:02.890657436 UTC
namespace CS2Dumper.Schemas {
// Module: libschemasystem.so
// Classes count: 5
// Enums count: 0
public static class Libschemasystem {
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
public static class InfoForResourceTypeCResourceManifestInternal {
}
// Parent: None
// Fields count: 2
//
// Metadata:
// MGetKV3ClassDefaults
public static class CExampleSchemaVData_Monomorphic {
public const nint m_nExample1 = 0x0; // int32
public const nint m_nExample2 = 0x4; // int32
}
// Parent: None
// Fields count: 1
//
// Metadata:
// MGetKV3ClassDefaults
public static class CExampleSchemaVData_PolymorphicBase {
public const nint m_nBase = 0x8; // int32
}
// Parent: CExampleSchemaVData_PolymorphicBase
// Fields count: 1
//
// Metadata:
// MGetKV3ClassDefaults
public static class CExampleSchemaVData_PolymorphicDerivedA {
public const nint m_nDerivedA = 0xC; // int32
}
// Parent: CExampleSchemaVData_PolymorphicBase
// Fields count: 1
//
// Metadata:
// MGetKV3ClassDefaults
public static class CExampleSchemaVData_PolymorphicDerivedB {
public const nint m_nDerivedB = 0xC; // int32
}
}
}

View File

@ -1,56 +0,0 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-03-29 21:16:02.890657436 UTC
#pragma once
#include <cstddef>
namespace cs2_dumper {
namespace schemas {
// Module: libschemasystem.so
// Classes count: 5
// Enums count: 0
namespace libschemasystem {
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
namespace InfoForResourceTypeCResourceManifestInternal {
}
// Parent: None
// Fields count: 2
//
// Metadata:
// MGetKV3ClassDefaults
namespace CExampleSchemaVData_Monomorphic {
constexpr std::ptrdiff_t m_nExample1 = 0x0; // int32
constexpr std::ptrdiff_t m_nExample2 = 0x4; // int32
}
// Parent: None
// Fields count: 1
//
// Metadata:
// MGetKV3ClassDefaults
namespace CExampleSchemaVData_PolymorphicBase {
constexpr std::ptrdiff_t m_nBase = 0x8; // int32
}
// Parent: CExampleSchemaVData_PolymorphicBase
// Fields count: 1
//
// Metadata:
// MGetKV3ClassDefaults
namespace CExampleSchemaVData_PolymorphicDerivedA {
constexpr std::ptrdiff_t m_nDerivedA = 0xC; // int32
}
// Parent: CExampleSchemaVData_PolymorphicBase
// Fields count: 1
//
// Metadata:
// MGetKV3ClassDefaults
namespace CExampleSchemaVData_PolymorphicDerivedB {
constexpr std::ptrdiff_t m_nDerivedB = 0xC; // int32
}
}
}
}

View File

@ -1,66 +0,0 @@
{
"libschemasystem.so": {
"classes": {
"CExampleSchemaVData_Monomorphic": {
"fields": {
"m_nExample1": 0,
"m_nExample2": 4
},
"metadata": [
{
"name": "MGetKV3ClassDefaults",
"type": "Unknown"
}
],
"parent": null
},
"CExampleSchemaVData_PolymorphicBase": {
"fields": {
"m_nBase": 8
},
"metadata": [
{
"name": "MGetKV3ClassDefaults",
"type": "Unknown"
}
],
"parent": null
},
"CExampleSchemaVData_PolymorphicDerivedA": {
"fields": {
"m_nDerivedA": 12
},
"metadata": [
{
"name": "MGetKV3ClassDefaults",
"type": "Unknown"
}
],
"parent": "CExampleSchemaVData_PolymorphicBase"
},
"CExampleSchemaVData_PolymorphicDerivedB": {
"fields": {
"m_nDerivedB": 12
},
"metadata": [
{
"name": "MGetKV3ClassDefaults",
"type": "Unknown"
}
],
"parent": "CExampleSchemaVData_PolymorphicBase"
},
"InfoForResourceTypeCResourceManifestInternal": {
"fields": {},
"metadata": [
{
"name": "MResourceTypeForInfoType",
"type": "Unknown"
}
],
"parent": null
}
},
"enums": {}
}
}

View File

@ -1,54 +0,0 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-03-29 21:16:02.890657436 UTC
#![allow(non_upper_case_globals, unused)]
pub mod cs2_dumper {
pub mod schemas {
// Module: libschemasystem.so
// Classes count: 5
// Enums count: 0
pub mod libschemasystem {
// Parent: None
// Fields count: 0
//
// Metadata:
// MResourceTypeForInfoType
pub mod InfoForResourceTypeCResourceManifestInternal {
}
// Parent: None
// Fields count: 2
//
// Metadata:
// MGetKV3ClassDefaults
pub mod CExampleSchemaVData_Monomorphic {
pub const m_nExample1: usize = 0x0; // int32
pub const m_nExample2: usize = 0x4; // int32
}
// Parent: None
// Fields count: 1
//
// Metadata:
// MGetKV3ClassDefaults
pub mod CExampleSchemaVData_PolymorphicBase {
pub const m_nBase: usize = 0x8; // int32
}
// Parent: CExampleSchemaVData_PolymorphicBase
// Fields count: 1
//
// Metadata:
// MGetKV3ClassDefaults
pub mod CExampleSchemaVData_PolymorphicDerivedA {
pub const m_nDerivedA: usize = 0xC; // int32
}
// Parent: CExampleSchemaVData_PolymorphicBase
// Fields count: 1
//
// Metadata:
// MGetKV3ClassDefaults
pub mod CExampleSchemaVData_PolymorphicDerivedB {
pub const m_nDerivedB: usize = 0xC; // int32
}
}
}
}

File diff suppressed because it is too large Load Diff

Some files were not shown because too many files have changed in this diff Show More