From 3a935f5d73ae0ce8299ffe444da44a3596027ea2 Mon Sep 17 00:00:00 2001 From: a2x <45197573+a2x@users.noreply.github.com> Date: Wed, 3 Apr 2024 02:59:30 +1100 Subject: [PATCH] Refactor and move Linux code to separate branch --- Cargo.toml | 4 +- LICENSE | 2 +- README.md | 8 +- config_linux.json | 300 - config_win.json | 292 - output/{win => }/animationsystem.dll.cs | 4 +- output/{win => }/animationsystem.dll.hpp | 4 +- output/{win => }/animationsystem.dll.json | 0 output/{win => }/animationsystem.dll.rs | 6 +- output/{win => }/buttons.cs | 2 +- output/{win => }/buttons.hpp | 2 +- output/{win => }/buttons.json | 0 output/{win => }/buttons.rs | 4 +- output/{win => }/client.dll.cs | 6 +- output/{win => }/client.dll.hpp | 6 +- output/{win => }/client.dll.json | 0 output/{win => }/client.dll.rs | 8 +- output/{win => }/engine2.dll.cs | 4 +- output/{win => }/engine2.dll.hpp | 4 +- output/{win => }/engine2.dll.json | 0 output/{win => }/engine2.dll.rs | 6 +- output/host.dll.cs | 5 + output/host.dll.hpp | 11 + output/{win => }/host.dll.json | 0 output/host.dll.rs | 9 + output/info.json | 4 + output/{win => }/interfaces.cs | 72 +- output/{win => }/interfaces.hpp | 72 +- output/{win => }/interfaces.json | 0 output/{win => }/interfaces.rs | 74 +- output/linux/buttons.cs | 24 - output/linux/buttons.hpp | 28 - output/linux/buttons.json | 20 - output/linux/buttons.rs | 26 - output/linux/info.json | 4 - output/linux/interfaces.cs | 220 - output/linux/interfaces.hpp | 226 - output/linux/interfaces.json | 187 - output/linux/interfaces.rs | 224 - output/linux/libanimationsystem.so.cs | 4084 ----- output/linux/libanimationsystem.so.hpp | 4090 ----- output/linux/libanimationsystem.so.json | 5563 ------- output/linux/libanimationsystem.so.rs | 4088 ----- output/linux/libclient.so.cs | 5791 ------- output/linux/libclient.so.hpp | 5797 ------- output/linux/libclient.so.json | 13093 --------------- output/linux/libclient.so.rs | 5795 ------- output/linux/libengine2.so.cs | 40 - output/linux/libengine2.so.hpp | 46 - output/linux/libengine2.so.json | 51 - output/linux/libengine2.so.rs | 44 - output/linux/libhost.so.cs | 10 - output/linux/libhost.so.hpp | 16 - output/linux/libhost.so.json | 6 - output/linux/libhost.so.rs | 14 - output/linux/libmaterialsystem2.so.cs | 169 - output/linux/libmaterialsystem2.so.hpp | 175 - output/linux/libmaterialsystem2.so.json | 218 - output/linux/libmaterialsystem2.so.rs | 173 - output/linux/libmeshsystem.so.cs | 10 - output/linux/libmeshsystem.so.hpp | 16 - output/linux/libmeshsystem.so.json | 6 - output/linux/libmeshsystem.so.rs | 14 - output/linux/libnetworksystem.so.cs | 10 - output/linux/libnetworksystem.so.hpp | 16 - output/linux/libnetworksystem.so.json | 6 - output/linux/libnetworksystem.so.rs | 14 - output/linux/libpanorama.so.cs | 10 - output/linux/libpanorama.so.hpp | 16 - output/linux/libpanorama.so.json | 6 - output/linux/libpanorama.so.rs | 14 - output/linux/libparticles.so.cs | 5611 ------- output/linux/libparticles.so.hpp | 5617 ------- output/linux/libparticles.so.json | 7318 --------- output/linux/libparticles.so.rs | 5615 ------- output/linux/libpulse_system.so.cs | 515 - output/linux/libpulse_system.so.hpp | 521 - output/linux/libpulse_system.so.json | 891 - output/linux/libpulse_system.so.rs | 519 - output/linux/librendersystemvulkan.so.cs | 10 - output/linux/librendersystemvulkan.so.hpp | 16 - output/linux/librendersystemvulkan.so.json | 6 - output/linux/librendersystemvulkan.so.rs | 14 - output/linux/libresourcesystem.so.cs | 415 - output/linux/libresourcesystem.so.hpp | 421 - output/linux/libresourcesystem.so.json | 581 - output/linux/libresourcesystem.so.rs | 419 - output/linux/libscenefilecache.so.cs | 10 - output/linux/libscenefilecache.so.hpp | 16 - output/linux/libscenefilecache.so.json | 6 - output/linux/libscenefilecache.so.rs | 14 - output/linux/libscenesystem.so.cs | 99 - output/linux/libscenesystem.so.hpp | 105 - output/linux/libscenesystem.so.json | 130 - output/linux/libscenesystem.so.rs | 103 - output/linux/libschemasystem.so.cs | 50 - output/linux/libschemasystem.so.hpp | 56 - output/linux/libschemasystem.so.json | 66 - output/linux/libschemasystem.so.rs | 54 - output/linux/libserver.so.cs | 6192 ------- output/linux/libserver.so.hpp | 6198 ------- output/linux/libserver.so.json | 13432 ---------------- output/linux/libserver.so.rs | 6196 ------- output/linux/libsoundsystem.so.cs | 590 - output/linux/libsoundsystem.so.hpp | 596 - output/linux/libsoundsystem.so.json | 792 - output/linux/libsoundsystem.so.rs | 594 - output/linux/libvphysics2.so.cs | 1055 -- output/linux/libvphysics2.so.hpp | 1061 -- output/linux/libvphysics2.so.json | 1380 -- output/linux/libvphysics2.so.rs | 1059 -- output/linux/libworldrenderer.so.cs | 323 - output/linux/libworldrenderer.so.hpp | 329 - output/linux/libworldrenderer.so.json | 421 - output/linux/libworldrenderer.so.rs | 327 - output/linux/offsets.cs | 44 - output/linux/offsets.hpp | 50 - output/linux/offsets.json | 37 - output/linux/offsets.rs | 48 - output/{win => }/materialsystem2.dll.cs | 4 +- output/{win => }/materialsystem2.dll.hpp | 4 +- output/{win => }/materialsystem2.dll.json | 0 output/{win => }/materialsystem2.dll.rs | 6 +- output/meshsystem.dll.cs | 5 + output/meshsystem.dll.hpp | 11 + output/{win => }/meshsystem.dll.json | 0 output/meshsystem.dll.rs | 9 + output/networksystem.dll.cs | 5 + output/networksystem.dll.hpp | 11 + output/{win => }/networksystem.dll.json | 0 output/networksystem.dll.rs | 9 + output/{win => }/offsets.cs | 14 +- output/{win => }/offsets.hpp | 14 +- output/{win => }/offsets.json | 4 +- output/{win => }/offsets.rs | 16 +- output/{win => }/panorama.dll.cs | 4 +- output/{win => }/panorama.dll.hpp | 4 +- output/{win => }/panorama.dll.json | 0 output/{win => }/panorama.dll.rs | 6 +- output/{win => }/particles.dll.cs | 4 +- output/{win => }/particles.dll.hpp | 4 +- output/{win => }/particles.dll.json | 0 output/{win => }/particles.dll.rs | 6 +- output/{win => }/pulse_system.dll.cs | 4 +- output/{win => }/pulse_system.dll.hpp | 4 +- output/{win => }/pulse_system.dll.json | 0 output/{win => }/pulse_system.dll.rs | 6 +- output/{win => }/rendersystemdx11.dll.cs | 4 +- output/{win => }/rendersystemdx11.dll.hpp | 4 +- output/{win => }/rendersystemdx11.dll.json | 0 output/{win => }/rendersystemdx11.dll.rs | 6 +- output/{win => }/resourcesystem.dll.cs | 4 +- output/{win => }/resourcesystem.dll.hpp | 4 +- output/{win => }/resourcesystem.dll.json | 0 output/{win => }/resourcesystem.dll.rs | 6 +- output/scenefilecache.dll.cs | 5 + output/scenefilecache.dll.hpp | 11 + output/{win => }/scenefilecache.dll.json | 0 output/scenefilecache.dll.rs | 9 + output/{win => }/scenesystem.dll.cs | 4 +- output/{win => }/scenesystem.dll.hpp | 4 +- output/{win => }/scenesystem.dll.json | 0 output/{win => }/scenesystem.dll.rs | 6 +- output/{win => }/schemasystem.dll.cs | 4 +- output/{win => }/schemasystem.dll.hpp | 4 +- output/{win => }/schemasystem.dll.json | 0 output/{win => }/schemasystem.dll.rs | 6 +- output/{win => }/server.dll.cs | 8 +- output/{win => }/server.dll.hpp | 8 +- output/{win => }/server.dll.json | 0 output/{win => }/server.dll.rs | 10 +- output/{win => }/soundsystem.dll.cs | 4 +- output/{win => }/soundsystem.dll.hpp | 4 +- output/{win => }/soundsystem.dll.json | 0 output/{win => }/soundsystem.dll.rs | 6 +- output/{win => }/vphysics2.dll.cs | 4 +- output/{win => }/vphysics2.dll.hpp | 4 +- output/{win => }/vphysics2.dll.json | 0 output/{win => }/vphysics2.dll.rs | 6 +- output/win/host.dll.cs | 10 - output/win/host.dll.hpp | 16 - output/win/host.dll.rs | 14 - output/win/info.json | 4 - output/win/meshsystem.dll.cs | 10 - output/win/meshsystem.dll.hpp | 16 - output/win/meshsystem.dll.rs | 14 - output/win/networksystem.dll.cs | 10 - output/win/networksystem.dll.hpp | 16 - output/win/networksystem.dll.rs | 14 - output/win/scenefilecache.dll.cs | 10 - output/win/scenefilecache.dll.hpp | 16 - output/win/scenefilecache.dll.rs | 14 - output/{win => }/worldrenderer.dll.cs | 4 +- output/{win => }/worldrenderer.dll.hpp | 4 +- output/{win => }/worldrenderer.dll.json | 0 output/{win => }/worldrenderer.dll.rs | 6 +- rust-toolchain.toml | 2 - src/analysis/buttons.rs | 41 +- src/analysis/interfaces.rs | 31 +- src/analysis/offsets.rs | 196 +- src/analysis/schemas.rs | 88 +- src/config.rs | 76 - src/error.rs | 20 +- src/main.rs | 15 +- src/output/buttons.rs | 25 +- src/output/formatter.rs | 5 +- src/output/interfaces.rs | 16 +- src/output/mod.rs | 55 +- src/output/offsets.rs | 51 +- src/output/schemas.rs | 100 +- .../client/input.rs | 0 src/source2/client/mod.rs | 3 + src/{source_engine => source2}/mod.rs | 0 .../schema_system/mod.rs | 0 .../schema_base_class_info_data.rs | 0 .../schema_system/schema_class_field_data.rs | 2 +- .../schema_system/schema_class_info_data.rs | 2 +- .../schema_system/schema_enum_info_data.rs | 13 - .../schema_enumerator_info_data.rs | 2 +- .../schema_metadata_entry_data.rs | 2 +- .../schema_system/schema_static_field_data.rs | 0 .../schema_system/schema_system.rs | 12 +- .../schema_system/schema_system_type_scope.rs | 14 +- .../schema_system/schema_type.rs | 4 +- .../tier1/interface.rs | 0 src/{source_engine => source2}/tier1/mod.rs | 0 .../tier1/utl_ts_hash.rs | 0 .../tier1/utl_vector.rs | 8 +- src/source_engine/client/mod.rs | 3 - 229 files changed, 705 insertions(+), 121739 deletions(-) delete mode 100644 config_linux.json delete mode 100644 config_win.json rename output/{win => }/animationsystem.dll.cs (99%) rename output/{win => }/animationsystem.dll.hpp (99%) rename output/{win => }/animationsystem.dll.json (100%) rename output/{win => }/animationsystem.dll.rs (99%) rename output/{win => }/buttons.cs (95%) rename output/{win => }/buttons.hpp (96%) rename output/{win => }/buttons.json (100%) rename output/{win => }/buttons.rs (89%) rename output/{win => }/client.dll.cs (99%) rename output/{win => }/client.dll.hpp (99%) rename output/{win => }/client.dll.json (100%) rename output/{win => }/client.dll.rs (99%) rename output/{win => }/engine2.dll.cs (97%) rename output/{win => }/engine2.dll.hpp (97%) rename output/{win => }/engine2.dll.json (100%) rename output/{win => }/engine2.dll.rs (96%) create mode 100644 output/host.dll.cs create mode 100644 output/host.dll.hpp rename output/{win => }/host.dll.json (100%) create mode 100644 output/host.dll.rs create mode 100644 output/info.json rename output/{win => }/interfaces.cs (85%) rename output/{win => }/interfaces.hpp (89%) rename output/{win => }/interfaces.json (100%) rename output/{win => }/interfaces.rs (88%) delete mode 100644 output/linux/buttons.cs delete mode 100644 output/linux/buttons.hpp delete mode 100644 output/linux/buttons.json delete mode 100644 output/linux/buttons.rs delete mode 100644 output/linux/info.json delete mode 100644 output/linux/interfaces.cs delete mode 100644 output/linux/interfaces.hpp delete mode 100644 output/linux/interfaces.json delete mode 100644 output/linux/interfaces.rs delete mode 100644 output/linux/libanimationsystem.so.cs delete mode 100644 output/linux/libanimationsystem.so.hpp delete mode 100644 output/linux/libanimationsystem.so.json delete mode 100644 output/linux/libanimationsystem.so.rs delete mode 100644 output/linux/libclient.so.cs delete mode 100644 output/linux/libclient.so.hpp delete mode 100644 output/linux/libclient.so.json delete mode 100644 output/linux/libclient.so.rs delete mode 100644 output/linux/libengine2.so.cs delete mode 100644 output/linux/libengine2.so.hpp delete mode 100644 output/linux/libengine2.so.json delete mode 100644 output/linux/libengine2.so.rs delete mode 100644 output/linux/libhost.so.cs delete mode 100644 output/linux/libhost.so.hpp delete mode 100644 output/linux/libhost.so.json delete mode 100644 output/linux/libhost.so.rs delete mode 100644 output/linux/libmaterialsystem2.so.cs delete mode 100644 output/linux/libmaterialsystem2.so.hpp delete mode 100644 output/linux/libmaterialsystem2.so.json delete mode 100644 output/linux/libmaterialsystem2.so.rs delete mode 100644 output/linux/libmeshsystem.so.cs delete mode 100644 output/linux/libmeshsystem.so.hpp delete mode 100644 output/linux/libmeshsystem.so.json delete mode 100644 output/linux/libmeshsystem.so.rs delete mode 100644 output/linux/libnetworksystem.so.cs delete mode 100644 output/linux/libnetworksystem.so.hpp delete mode 100644 output/linux/libnetworksystem.so.json delete mode 100644 output/linux/libnetworksystem.so.rs delete mode 100644 output/linux/libpanorama.so.cs delete mode 100644 output/linux/libpanorama.so.hpp delete mode 100644 output/linux/libpanorama.so.json delete mode 100644 output/linux/libpanorama.so.rs delete mode 100644 output/linux/libparticles.so.cs delete mode 100644 output/linux/libparticles.so.hpp delete mode 100644 output/linux/libparticles.so.json delete mode 100644 output/linux/libparticles.so.rs delete mode 100644 output/linux/libpulse_system.so.cs delete mode 100644 output/linux/libpulse_system.so.hpp delete mode 100644 output/linux/libpulse_system.so.json delete mode 100644 output/linux/libpulse_system.so.rs delete mode 100644 output/linux/librendersystemvulkan.so.cs delete mode 100644 output/linux/librendersystemvulkan.so.hpp delete mode 100644 output/linux/librendersystemvulkan.so.json delete mode 100644 output/linux/librendersystemvulkan.so.rs delete mode 100644 output/linux/libresourcesystem.so.cs delete mode 100644 output/linux/libresourcesystem.so.hpp delete mode 100644 output/linux/libresourcesystem.so.json delete mode 100644 output/linux/libresourcesystem.so.rs delete mode 100644 output/linux/libscenefilecache.so.cs delete mode 100644 output/linux/libscenefilecache.so.hpp delete mode 100644 output/linux/libscenefilecache.so.json delete mode 100644 output/linux/libscenefilecache.so.rs delete mode 100644 output/linux/libscenesystem.so.cs delete mode 100644 output/linux/libscenesystem.so.hpp delete mode 100644 output/linux/libscenesystem.so.json delete mode 100644 output/linux/libscenesystem.so.rs delete mode 100644 output/linux/libschemasystem.so.cs delete mode 100644 output/linux/libschemasystem.so.hpp delete mode 100644 output/linux/libschemasystem.so.json delete mode 100644 output/linux/libschemasystem.so.rs delete mode 100644 output/linux/libserver.so.cs delete mode 100644 output/linux/libserver.so.hpp delete mode 100644 output/linux/libserver.so.json delete mode 100644 output/linux/libserver.so.rs delete mode 100644 output/linux/libsoundsystem.so.cs delete mode 100644 output/linux/libsoundsystem.so.hpp delete mode 100644 output/linux/libsoundsystem.so.json delete mode 100644 output/linux/libsoundsystem.so.rs delete mode 100644 output/linux/libvphysics2.so.cs delete mode 100644 output/linux/libvphysics2.so.hpp delete mode 100644 output/linux/libvphysics2.so.json delete mode 100644 output/linux/libvphysics2.so.rs delete mode 100644 output/linux/libworldrenderer.so.cs delete mode 100644 output/linux/libworldrenderer.so.hpp delete mode 100644 output/linux/libworldrenderer.so.json delete mode 100644 output/linux/libworldrenderer.so.rs delete mode 100644 output/linux/offsets.cs delete mode 100644 output/linux/offsets.hpp delete mode 100644 output/linux/offsets.json delete mode 100644 output/linux/offsets.rs rename output/{win => }/materialsystem2.dll.cs (99%) rename output/{win => }/materialsystem2.dll.hpp (99%) rename output/{win => }/materialsystem2.dll.json (100%) rename output/{win => }/materialsystem2.dll.rs (98%) create mode 100644 output/meshsystem.dll.cs create mode 100644 output/meshsystem.dll.hpp rename output/{win => }/meshsystem.dll.json (100%) create mode 100644 output/meshsystem.dll.rs create mode 100644 output/networksystem.dll.cs create mode 100644 output/networksystem.dll.hpp rename output/{win => }/networksystem.dll.json (100%) create mode 100644 output/networksystem.dll.rs rename output/{win => }/offsets.cs (84%) rename output/{win => }/offsets.hpp (87%) rename output/{win => }/offsets.json (94%) rename output/{win => }/offsets.rs (83%) rename output/{win => }/panorama.dll.cs (94%) rename output/{win => }/panorama.dll.hpp (95%) rename output/{win => }/panorama.dll.json (100%) rename output/{win => }/panorama.dll.rs (91%) rename output/{win => }/particles.dll.cs (99%) rename output/{win => }/particles.dll.hpp (99%) rename output/{win => }/particles.dll.json (100%) rename output/{win => }/particles.dll.rs (99%) rename output/{win => }/pulse_system.dll.cs (99%) rename output/{win => }/pulse_system.dll.hpp (99%) rename output/{win => }/pulse_system.dll.json (100%) rename output/{win => }/pulse_system.dll.rs (99%) rename output/{win => }/rendersystemdx11.dll.cs (97%) rename output/{win => }/rendersystemdx11.dll.hpp (97%) rename output/{win => }/rendersystemdx11.dll.json (100%) rename output/{win => }/rendersystemdx11.dll.rs (95%) rename output/{win => }/resourcesystem.dll.cs (99%) rename output/{win => }/resourcesystem.dll.hpp (99%) rename output/{win => }/resourcesystem.dll.json (100%) rename output/{win => }/resourcesystem.dll.rs (99%) create mode 100644 output/scenefilecache.dll.cs create mode 100644 output/scenefilecache.dll.hpp rename output/{win => }/scenefilecache.dll.json (100%) create mode 100644 output/scenefilecache.dll.rs rename output/{win => }/scenesystem.dll.cs (97%) rename output/{win => }/scenesystem.dll.hpp (98%) rename output/{win => }/scenesystem.dll.json (100%) rename output/{win => }/scenesystem.dll.rs (96%) rename output/{win => }/schemasystem.dll.cs (98%) rename output/{win => }/schemasystem.dll.hpp (98%) rename output/{win => }/schemasystem.dll.json (100%) rename output/{win => }/schemasystem.dll.rs (97%) rename output/{win => }/server.dll.cs (99%) rename output/{win => }/server.dll.hpp (99%) rename output/{win => }/server.dll.json (100%) rename output/{win => }/server.dll.rs (99%) rename output/{win => }/soundsystem.dll.cs (99%) rename output/{win => }/soundsystem.dll.hpp (99%) rename output/{win => }/soundsystem.dll.json (100%) rename output/{win => }/soundsystem.dll.rs (99%) rename output/{win => }/vphysics2.dll.cs (99%) rename output/{win => }/vphysics2.dll.hpp (99%) rename output/{win => }/vphysics2.dll.json (100%) rename output/{win => }/vphysics2.dll.rs (99%) delete mode 100644 output/win/host.dll.cs delete mode 100644 output/win/host.dll.hpp delete mode 100644 output/win/host.dll.rs delete mode 100644 output/win/info.json delete mode 100644 output/win/meshsystem.dll.cs delete mode 100644 output/win/meshsystem.dll.hpp delete mode 100644 output/win/meshsystem.dll.rs delete mode 100644 output/win/networksystem.dll.cs delete mode 100644 output/win/networksystem.dll.hpp delete mode 100644 output/win/networksystem.dll.rs delete mode 100644 output/win/scenefilecache.dll.cs delete mode 100644 output/win/scenefilecache.dll.hpp delete mode 100644 output/win/scenefilecache.dll.rs rename output/{win => }/worldrenderer.dll.cs (99%) rename output/{win => }/worldrenderer.dll.hpp (99%) rename output/{win => }/worldrenderer.dll.json (100%) rename output/{win => }/worldrenderer.dll.rs (99%) delete mode 100644 rust-toolchain.toml delete mode 100644 src/config.rs rename src/{source_engine => source2}/client/input.rs (100%) create mode 100644 src/source2/client/mod.rs rename src/{source_engine => source2}/mod.rs (100%) rename src/{source_engine => source2}/schema_system/mod.rs (100%) rename src/{source_engine => source2}/schema_system/schema_base_class_info_data.rs (100%) rename src/{source_engine => source2}/schema_system/schema_class_field_data.rs (87%) rename src/{source_engine => source2}/schema_system/schema_class_info_data.rs (95%) rename src/{source_engine => source2}/schema_system/schema_enum_info_data.rs (72%) rename src/{source_engine => source2}/schema_system/schema_enumerator_info_data.rs (89%) rename src/{source_engine => source2}/schema_system/schema_metadata_entry_data.rs (94%) rename src/{source_engine => source2}/schema_system/schema_static_field_data.rs (100%) rename src/{source_engine => source2}/schema_system/schema_system.rs (50%) rename src/{source_engine => source2}/schema_system/schema_system_type_scope.rs (53%) rename src/{source_engine => source2}/schema_system/schema_type.rs (93%) rename src/{source_engine => source2}/tier1/interface.rs (100%) rename src/{source_engine => source2}/tier1/mod.rs (100%) rename src/{source_engine => source2}/tier1/utl_ts_hash.rs (100%) rename src/{source_engine => source2}/tier1/utl_vector.rs (72%) delete mode 100644 src/source_engine/client/mod.rs diff --git a/Cargo.toml b/Cargo.toml index 98785b6..b60e613 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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] diff --git a/LICENSE b/LICENSE index b4c9574..ba87e49 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/README.md b/README.md index 89ae009..e88ecf0 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/config_linux.json b/config_linux.json deleted file mode 100644 index 18b1dd8..0000000 --- a/config_linux.json +++ /dev/null @@ -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 - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/config_win.json b/config_win.json deleted file mode 100644 index 2b1500d..0000000 --- a/config_win.json +++ /dev/null @@ -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 - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/output/win/animationsystem.dll.cs b/output/animationsystem.dll.cs similarity index 99% rename from output/win/animationsystem.dll.cs rename to output/animationsystem.dll.cs index b666d59..692597c 100644 --- a/output/win/animationsystem.dll.cs +++ b/output/animationsystem.dll.cs @@ -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 { diff --git a/output/win/animationsystem.dll.hpp b/output/animationsystem.dll.hpp similarity index 99% rename from output/win/animationsystem.dll.hpp rename to output/animationsystem.dll.hpp index 60d5ec7..f210f5d 100644 --- a/output/win/animationsystem.dll.hpp +++ b/output/animationsystem.dll.hpp @@ -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 { diff --git a/output/win/animationsystem.dll.json b/output/animationsystem.dll.json similarity index 100% rename from output/win/animationsystem.dll.json rename to output/animationsystem.dll.json diff --git a/output/win/animationsystem.dll.rs b/output/animationsystem.dll.rs similarity index 99% rename from output/win/animationsystem.dll.rs rename to output/animationsystem.dll.rs index 6174155..314073b 100644 --- a/output/win/animationsystem.dll.rs +++ b/output/animationsystem.dll.rs @@ -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)] diff --git a/output/win/buttons.cs b/output/buttons.cs similarity index 95% rename from output/win/buttons.cs rename to output/buttons.cs index f57d331..fb05272 100644 --- a/output/win/buttons.cs +++ b/output/buttons.cs @@ -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 diff --git a/output/win/buttons.hpp b/output/buttons.hpp similarity index 96% rename from output/win/buttons.hpp rename to output/buttons.hpp index 7bf5c64..bb09718 100644 --- a/output/win/buttons.hpp +++ b/output/buttons.hpp @@ -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 diff --git a/output/win/buttons.json b/output/buttons.json similarity index 100% rename from output/win/buttons.json rename to output/buttons.json diff --git a/output/win/buttons.rs b/output/buttons.rs similarity index 89% rename from output/win/buttons.rs rename to output/buttons.rs index e3046d6..b9ed4bd 100644 --- a/output/win/buttons.rs +++ b/output/buttons.rs @@ -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 diff --git a/output/win/client.dll.cs b/output/client.dll.cs similarity index 99% rename from output/win/client.dll.cs rename to output/client.dll.cs index 6d2d1c9..d4ec567 100644 --- a/output/win/client.dll.cs +++ b/output/client.dll.cs @@ -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 diff --git a/output/win/client.dll.hpp b/output/client.dll.hpp similarity index 99% rename from output/win/client.dll.hpp rename to output/client.dll.hpp index 56ddcd4..c4fbaac 100644 --- a/output/win/client.dll.hpp +++ b/output/client.dll.hpp @@ -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 diff --git a/output/win/client.dll.json b/output/client.dll.json similarity index 100% rename from output/win/client.dll.json rename to output/client.dll.json diff --git a/output/win/client.dll.rs b/output/client.dll.rs similarity index 99% rename from output/win/client.dll.rs rename to output/client.dll.rs index cd2a6bc..cf38cf9 100644 --- a/output/win/client.dll.rs +++ b/output/client.dll.rs @@ -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 diff --git a/output/win/engine2.dll.cs b/output/engine2.dll.cs similarity index 97% rename from output/win/engine2.dll.cs rename to output/engine2.dll.cs index fe121f3..337c016 100644 --- a/output/win/engine2.dll.cs +++ b/output/engine2.dll.cs @@ -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 { diff --git a/output/win/engine2.dll.hpp b/output/engine2.dll.hpp similarity index 97% rename from output/win/engine2.dll.hpp rename to output/engine2.dll.hpp index 6debeea..eadebe3 100644 --- a/output/win/engine2.dll.hpp +++ b/output/engine2.dll.hpp @@ -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 { diff --git a/output/win/engine2.dll.json b/output/engine2.dll.json similarity index 100% rename from output/win/engine2.dll.json rename to output/engine2.dll.json diff --git a/output/win/engine2.dll.rs b/output/engine2.dll.rs similarity index 96% rename from output/win/engine2.dll.rs rename to output/engine2.dll.rs index 9f7c027..f104d2d 100644 --- a/output/win/engine2.dll.rs +++ b/output/engine2.dll.rs @@ -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)] diff --git a/output/host.dll.cs b/output/host.dll.cs new file mode 100644 index 0000000..f2749e1 --- /dev/null +++ b/output/host.dll.cs @@ -0,0 +1,5 @@ +// Generated using https://github.com/a2x/cs2-dumper +// 2024-04-02 16:10:48.961749300 UTC + +namespace CS2Dumper.Schemas { +} diff --git a/output/host.dll.hpp b/output/host.dll.hpp new file mode 100644 index 0000000..1f1a5b3 --- /dev/null +++ b/output/host.dll.hpp @@ -0,0 +1,11 @@ +// Generated using https://github.com/a2x/cs2-dumper +// 2024-04-02 16:10:48.961749300 UTC + +#pragma once + +#include + +namespace cs2_dumper { + namespace schemas { + } +} diff --git a/output/win/host.dll.json b/output/host.dll.json similarity index 100% rename from output/win/host.dll.json rename to output/host.dll.json diff --git a/output/host.dll.rs b/output/host.dll.rs new file mode 100644 index 0000000..c1a5ecc --- /dev/null +++ b/output/host.dll.rs @@ -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 { + } +} diff --git a/output/info.json b/output/info.json new file mode 100644 index 0000000..8f9df6b --- /dev/null +++ b/output/info.json @@ -0,0 +1,4 @@ +{ + "build_number": 14000, + "timestamp": "2024-04-02T16:10:48.961749300+00:00" +} \ No newline at end of file diff --git a/output/win/interfaces.cs b/output/interfaces.cs similarity index 85% rename from output/win/interfaces.cs rename to output/interfaces.cs index a32d227..833c1b5 100644 --- a/output/win/interfaces.cs +++ b/output/interfaces.cs @@ -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; } } diff --git a/output/win/interfaces.hpp b/output/interfaces.hpp similarity index 89% rename from output/win/interfaces.hpp rename to output/interfaces.hpp index bbc03a3..5bf5c6a 100644 --- a/output/win/interfaces.hpp +++ b/output/interfaces.hpp @@ -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; } } diff --git a/output/win/interfaces.json b/output/interfaces.json similarity index 100% rename from output/win/interfaces.json rename to output/interfaces.json diff --git a/output/win/interfaces.rs b/output/interfaces.rs similarity index 88% rename from output/win/interfaces.rs rename to output/interfaces.rs index 18ddf0f..db450c1 100644 --- a/output/win/interfaces.rs +++ b/output/interfaces.rs @@ -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; } } diff --git a/output/linux/buttons.cs b/output/linux/buttons.cs deleted file mode 100644 index cc57122..0000000 --- a/output/linux/buttons.cs +++ /dev/null @@ -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; - } -} diff --git a/output/linux/buttons.hpp b/output/linux/buttons.hpp deleted file mode 100644 index b774675..0000000 --- a/output/linux/buttons.hpp +++ /dev/null @@ -1,28 +0,0 @@ -// Generated using https://github.com/a2x/cs2-dumper -// 2024-03-29 21:16:02.890657436 UTC - -#pragma once - -#include - -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; - } -} diff --git a/output/linux/buttons.json b/output/linux/buttons.json deleted file mode 100644 index b37e55a..0000000 --- a/output/linux/buttons.json +++ /dev/null @@ -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 - } -} \ No newline at end of file diff --git a/output/linux/buttons.rs b/output/linux/buttons.rs deleted file mode 100644 index c8e7549..0000000 --- a/output/linux/buttons.rs +++ /dev/null @@ -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; - } -} diff --git a/output/linux/info.json b/output/linux/info.json deleted file mode 100644 index 482ebc9..0000000 --- a/output/linux/info.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "build_number": 14000, - "timestamp": "2024-03-29T21:16:02.890657436+00:00" -} \ No newline at end of file diff --git a/output/linux/interfaces.cs b/output/linux/interfaces.cs deleted file mode 100644 index 4836647..0000000 --- a/output/linux/interfaces.cs +++ /dev/null @@ -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; - } -} diff --git a/output/linux/interfaces.hpp b/output/linux/interfaces.hpp deleted file mode 100644 index f496bdb..0000000 --- a/output/linux/interfaces.hpp +++ /dev/null @@ -1,226 +0,0 @@ -// Generated using https://github.com/a2x/cs2-dumper -// 2024-03-29 21:16:02.890657436 UTC - -#pragma once - -#include - -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; - } - } -} diff --git a/output/linux/interfaces.json b/output/linux/interfaces.json deleted file mode 100644 index 0d45a25..0000000 --- a/output/linux/interfaces.json +++ /dev/null @@ -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 - } -} \ No newline at end of file diff --git a/output/linux/interfaces.rs b/output/linux/interfaces.rs deleted file mode 100644 index 21ca181..0000000 --- a/output/linux/interfaces.rs +++ /dev/null @@ -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; - } - } -} diff --git a/output/linux/libanimationsystem.so.cs b/output/linux/libanimationsystem.so.cs deleted file mode 100644 index 19e0b6e..0000000 --- a/output/linux/libanimationsystem.so.cs +++ /dev/null @@ -1,4084 +0,0 @@ -// Generated using https://github.com/a2x/cs2-dumper -// 2024-03-29 21:16:02.890657436 UTC - -namespace CS2Dumper.Schemas { - // Module: libanimationsystem.so - // Classes count: 353 - // Enums count: 0 - public static class Libanimationsystem { - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class BoneDemoCaptureSettings_t { - public const nint m_boneName = 0x0; // CUtlString - public const nint m_flChainLength = 0x8; // float32 - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class IKDemoCaptureSettings_t { - public const nint m_parentBoneName = 0x0; // CUtlString - public const nint m_eMode = 0x8; // IKChannelMode - public const nint m_ikChainName = 0x10; // CUtlString - public const nint m_oneBoneStart = 0x18; // CUtlString - public const nint m_oneBoneEnd = 0x20; // CUtlString - } - // Parent: None - // Fields count: 16 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CAnimDemoCaptureSettings { - public const nint m_rangeBoneChainLength = 0x0; // Vector2D - public const nint m_rangeMaxSplineErrorRotation = 0x8; // Vector2D - public const nint m_flMaxSplineErrorTranslation = 0x10; // float32 - public const nint m_flMaxSplineErrorScale = 0x14; // float32 - public const nint m_flIkRotation_MaxSplineError = 0x18; // float32 - public const nint m_flIkTranslation_MaxSplineError = 0x1C; // float32 - public const nint m_flMaxQuantizationErrorRotation = 0x20; // float32 - public const nint m_flMaxQuantizationErrorTranslation = 0x24; // float32 - public const nint m_flMaxQuantizationErrorScale = 0x28; // float32 - public const nint m_flIkRotation_MaxQuantizationError = 0x2C; // float32 - public const nint m_flIkTranslation_MaxQuantizationError = 0x30; // float32 - public const nint m_baseSequence = 0x38; // CUtlString - public const nint m_nBaseSequenceFrame = 0x40; // int32 - public const nint m_boneSelectionMode = 0x44; // EDemoBoneSelectionMode - public const nint m_bones = 0x48; // CUtlVector - public const nint m_ikChains = 0x60; // CUtlVector - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CAnimReplayFrame { - public const nint m_inputDataBlocks = 0x10; // CUtlVector - public const nint m_instanceData = 0x28; // CUtlBinaryBlock - public const nint m_startingLocalToWorldTransform = 0x40; // CTransform - public const nint m_localToWorldTransform = 0x60; // CTransform - public const nint m_timeStamp = 0x80; // float32 - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CAnimGraphDebugReplay { - public const nint m_animGraphFileName = 0x40; // CUtlString - public const nint m_frameList = 0x48; // CUtlVector> - public const nint m_startIndex = 0x60; // int32 - public const nint m_writeIndex = 0x64; // int32 - public const nint m_frameCount = 0x68; // int32 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CAnimGraphModelBinding { - public const nint m_modelName = 0x8; // CUtlString - public const nint m_pSharedData = 0x10; // CSmartPtr - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyFriendlyName - public static class CAnimInputDamping { - public const nint m_speedFunction = 0x8; // DampingSpeedFunction - public const nint m_fSpeedScale = 0xC; // float32 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CAnimParamHandle { - public const nint m_type = 0x0; // AnimParamType_t - public const nint m_index = 0x1; // uint8 - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CAnimParamHandleMap { - public const nint m_list = 0x0; // CUtlHashtable - } - // Parent: None - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CAnimParameterManagerUpdater { - public const nint m_parameters = 0x18; // CUtlVector> - public const nint m_idToIndexMap = 0x30; // CUtlHashtable - public const nint m_nameToIndexMap = 0x50; // CUtlHashtable - public const nint m_indexToHandle = 0x70; // CUtlVector - public const nint m_autoResetParams = 0x88; // CUtlVector> - public const nint m_autoResetMap = 0xA0; // CUtlHashtable - } - // Parent: None - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CAnimUpdateSharedData { - public const nint m_nodes = 0x10; // CUtlVector> - public const nint m_nodeIndexMap = 0x28; // CUtlHashtable - public const nint m_components = 0x48; // CUtlVector> - public const nint m_pParamListUpdater = 0x60; // CSmartPtr - public const nint m_pTagManagerUpdater = 0x68; // CSmartPtr - public const nint m_scriptManager = 0x70; // CSmartPtr - public const nint m_settings = 0x78; // CAnimGraphSettingsManager - public const nint m_pStaticPoseCache = 0xA8; // CSmartPtr - public const nint m_pSkeleton = 0xB0; // CSmartPtr - public const nint m_rootNodePath = 0xB8; // CAnimNodePath - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CBlendCurve { - public const nint m_flControlPoint1 = 0x0; // float32 - public const nint m_flControlPoint2 = 0x4; // float32 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class ParamSpanSample_t { - public const nint m_value = 0x0; // CAnimVariant - public const nint m_flCycle = 0x14; // float32 - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class ParamSpan_t { - public const nint m_samples = 0x0; // CUtlVector - public const nint m_hParam = 0x18; // CAnimParamHandle - public const nint m_eParamType = 0x1A; // AnimParamType_t - public const nint m_flStartCycle = 0x1C; // float32 - public const nint m_flEndCycle = 0x20; // float32 - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CParamSpanUpdater { - public const nint m_spans = 0x0; // CUtlVector - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CAnimGraphSettingsGroup { - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CAnimGraphSettingsManager { - public const nint m_settingsGroups = 0x18; // CUtlVector> - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CCachedPose { - public const nint m_transforms = 0x8; // CUtlVector - public const nint m_morphWeights = 0x20; // CUtlVector - public const nint m_hSequence = 0x38; // HSequence - public const nint m_flCycle = 0x3C; // float32 - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CStaticPoseCache { - public const nint m_poses = 0x10; // CUtlVector - public const nint m_nBoneCount = 0x28; // int32 - public const nint m_nMorphCount = 0x2C; // int32 - } - // Parent: CStaticPoseCache - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CStaticPoseCacheBuilder { - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CAnimActionUpdater { - } - // Parent: CAnimActionUpdater - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CEmitTagActionUpdater { - public const nint m_nTagIndex = 0x18; // int32 - public const nint m_bIsZeroDuration = 0x1C; // bool - } - // Parent: CAnimActionUpdater - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CSetParameterActionUpdater { - public const nint m_hParam = 0x18; // CAnimParamHandle - public const nint m_value = 0x1A; // CAnimVariant - } - // Parent: CAnimActionUpdater - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CToggleComponentActionUpdater { - public const nint m_componentID = 0x18; // AnimComponentID - public const nint m_bSetEnabled = 0x1C; // bool - } - // Parent: CAnimActionUpdater - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CExpressionActionUpdater { - public const nint m_hParam = 0x18; // CAnimParamHandle - public const nint m_eParamType = 0x1A; // AnimParamType_t - public const nint m_hScript = 0x1C; // AnimScriptHandle - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CAnimTagBase { - public const nint m_name = 0x18; // CGlobalSymbol - public const nint m_group = 0x20; // CGlobalSymbol - public const nint m_tagID = 0x28; // AnimTagID - public const nint m_bIsReferenced = 0x40; // bool - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CAnimTagManagerUpdater { - public const nint m_tags = 0x18; // CUtlVector> - } - // Parent: CAnimTagBase - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyFriendlyName - public static class CAudioAnimTag { - public const nint m_clipName = 0x50; // CUtlString - public const nint m_attachmentName = 0x58; // CUtlString - public const nint m_flVolume = 0x60; // float32 - public const nint m_bStopWhenTagEnds = 0x64; // bool - public const nint m_bStopWhenGraphEnds = 0x65; // bool - public const nint m_bPlayOnServer = 0x66; // bool - public const nint m_bPlayOnClient = 0x67; // bool - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyFriendlyName - // MPropertyElementNameFn - public static class CBodyGroupSetting { - public const nint m_BodyGroupName = 0x0; // CUtlString - public const nint m_nBodyGroupOption = 0x8; // int32 - } - // Parent: CAnimTagBase - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyFriendlyName - public static class CBodyGroupAnimTag { - public const nint m_nPriority = 0x50; // int32 - public const nint m_bodyGroupSettings = 0x58; // CUtlVector - } - // Parent: CAnimTagBase - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyFriendlyName - public static class CClothSettingsAnimTag { - public const nint m_flStiffness = 0x50; // float32 - public const nint m_flEaseIn = 0x54; // float32 - public const nint m_flEaseOut = 0x58; // float32 - public const nint m_nVertexSet = 0x60; // CUtlString - } - // Parent: CAnimTagBase - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyFriendlyName - public static class CFootFallAnimTag { - public const nint m_foot = 0x50; // FootFallTagFoot_t - } - // Parent: CAnimTagBase - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyFriendlyName - public static class CFootstepLandedAnimTag { - public const nint m_FootstepType = 0x50; // FootstepLandedFootSoundType_t - public const nint m_OverrideSoundName = 0x58; // CUtlString - public const nint m_DebugAnimSourceString = 0x60; // CUtlString - public const nint m_BoneName = 0x68; // CUtlString - } - // Parent: CAnimTagBase - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyFriendlyName - public static class CMaterialAttributeAnimTag { - public const nint m_AttributeName = 0x50; // CUtlString - public const nint m_AttributeType = 0x58; // MatterialAttributeTagType_t - public const nint m_flValue = 0x5C; // float32 - public const nint m_Color = 0x60; // Color - } - // Parent: CAnimTagBase - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyFriendlyName - public static class CParticleAnimTag { - public const nint m_hParticleSystem = 0x50; // CStrongHandle - public const nint m_particleSystemName = 0x58; // CUtlString - public const nint m_configName = 0x60; // CUtlString - public const nint m_bDetachFromOwner = 0x68; // bool - public const nint m_bStopWhenTagEnds = 0x69; // bool - public const nint m_bTagEndStopIsInstant = 0x6A; // bool - public const nint m_attachmentName = 0x70; // CUtlString - public const nint m_attachmentType = 0x78; // ParticleAttachment_t - public const nint m_attachmentCP1Name = 0x80; // CUtlString - public const nint m_attachmentCP1Type = 0x88; // ParticleAttachment_t - } - // Parent: CAnimTagBase - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyFriendlyName - public static class CRagdollAnimTag { - public const nint m_nPoseControl = 0x50; // AnimPoseControl - public const nint m_flFrequency = 0x54; // float32 - public const nint m_flDampingRatio = 0x58; // float32 - public const nint m_flDecayDuration = 0x5C; // float32 - public const nint m_flDecayBias = 0x60; // float32 - public const nint m_bDestroy = 0x64; // bool - } - // Parent: CAnimTagBase - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyFriendlyName - public static class CSequenceFinishedAnimTag { - public const nint m_sequenceName = 0x50; // CUtlString - } - // Parent: CAnimTagBase - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyFriendlyName - public static class CStringAnimTag { - } - // Parent: CAnimTagBase - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyFriendlyName - public static class CTaskStatusAnimTag { - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CAnimComponentUpdater { - public const nint m_name = 0x18; // CUtlString - public const nint m_id = 0x20; // AnimComponentID - public const nint m_networkMode = 0x24; // AnimNodeNetworkMode - public const nint m_bStartEnabled = 0x28; // bool - } - // Parent: CAnimComponentUpdater - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CAnimScriptComponentUpdater { - public const nint m_hScript = 0x30; // AnimScriptHandle - } - // Parent: CAnimComponentUpdater - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CCPPScriptComponentUpdater { - public const nint m_scriptsToRun = 0x30; // CUtlVector - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CDampedValueUpdateItem { - public const nint m_damping = 0x0; // CAnimInputDamping - public const nint m_hParamIn = 0x18; // CAnimParamHandle - public const nint m_hParamOut = 0x1A; // CAnimParamHandle - } - // Parent: CAnimComponentUpdater - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CDampedValueComponentUpdater { - public const nint m_items = 0x30; // CUtlVector - } - // Parent: CAnimComponentUpdater - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CDemoSettingsComponentUpdater { - public const nint m_settings = 0x30; // CAnimDemoCaptureSettings - } - // Parent: CAnimComponentUpdater - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CLODComponentUpdater { - public const nint m_nServerLOD = 0x30; // int32 - } - // Parent: CAnimComponentUpdater - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CLookComponentUpdater { - public const nint m_hLookHeading = 0x34; // CAnimParamHandle - public const nint m_hLookHeadingVelocity = 0x36; // CAnimParamHandle - public const nint m_hLookPitch = 0x38; // CAnimParamHandle - public const nint m_hLookDistance = 0x3A; // CAnimParamHandle - public const nint m_hLookDirection = 0x3C; // CAnimParamHandle - public const nint m_hLookTarget = 0x3E; // CAnimParamHandle - public const nint m_hLookTargetWorldSpace = 0x40; // CAnimParamHandle - public const nint m_bNetworkLookTarget = 0x42; // bool - } - // Parent: CAnimComponentUpdater - // Fields count: 9 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CMovementComponentUpdater { - public const nint m_motors = 0x30; // CUtlVector> - public const nint m_facingDamping = 0x48; // CAnimInputDamping - public const nint m_eDefaultFacingMode = 0x58; // FacingMode - public const nint m_nDefaultMotorIndex = 0x64; // int32 - public const nint m_flDefaultRunSpeed = 0x68; // float32 - public const nint m_bMoveVarsDisabled = 0x6C; // bool - public const nint m_bNetworkPath = 0x6D; // bool - public const nint m_bNetworkFacing = 0x6E; // bool - public const nint m_paramHandles = 0x6F; // CAnimParamHandle[30] - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class WeightList { - public const nint m_name = 0x0; // CUtlString - public const nint m_weights = 0x8; // CUtlVector - } - // Parent: CAnimComponentUpdater - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CRagdollComponentUpdater { - public const nint m_ragdollNodePaths = 0x30; // CUtlVector - public const nint m_boneIndices = 0x48; // CUtlVector - public const nint m_boneNames = 0x60; // CUtlVector - public const nint m_weightLists = 0x78; // CUtlVector - public const nint m_flSpringFrequencyMin = 0x90; // float32 - public const nint m_flSpringFrequencyMax = 0x94; // float32 - public const nint m_flMaxStretch = 0x98; // float32 - public const nint m_bSolidCollisionAtZeroWeight = 0x9C; // bool - } - // Parent: CAnimComponentUpdater - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CSlopeComponentUpdater { - public const nint m_flTraceDistance = 0x34; // float32 - public const nint m_hSlopeAngle = 0x38; // CAnimParamHandle - public const nint m_hSlopeAngleFront = 0x3A; // CAnimParamHandle - public const nint m_hSlopeAngleSide = 0x3C; // CAnimParamHandle - public const nint m_hSlopeHeading = 0x3E; // CAnimParamHandle - public const nint m_hSlopeNormal = 0x40; // CAnimParamHandle - public const nint m_hSlopeNormal_WorldSpace = 0x42; // CAnimParamHandle - } - // Parent: CAnimComponentUpdater - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CStateMachineComponentUpdater { - public const nint m_stateMachine = 0x30; // CAnimStateMachineUpdater - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CMotionDataSet { - public const nint m_groups = 0x0; // CUtlVector - public const nint m_nDimensionCount = 0x18; // int32 - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CMotionGraphGroup { - public const nint m_searchDB = 0x0; // CMotionSearchDB - public const nint m_motionGraphs = 0xB8; // CUtlVector> - public const nint m_motionGraphConfigs = 0xD0; // CUtlVector - public const nint m_sampleToConfig = 0xE8; // CUtlVector - public const nint m_hIsActiveScript = 0x100; // AnimScriptHandle - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class SampleCode { - public const nint m_subCode = 0x0; // uint8[8] - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class MotionDBIndex { - public const nint m_nIndex = 0x0; // uint32 - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CVectorQuantizer { - public const nint m_centroidVectors = 0x0; // CUtlVector - public const nint m_nCentroids = 0x18; // int32 - public const nint m_nDimensions = 0x1C; // int32 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CProductQuantizer { - public const nint m_subQuantizers = 0x0; // CUtlVector - public const nint m_nDimensions = 0x18; // int32 - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CMotionSearchNode { - public const nint m_children = 0x0; // CUtlVector - public const nint m_quantizer = 0x18; // CVectorQuantizer - public const nint m_sampleCodes = 0x38; // CUtlVector> - public const nint m_sampleIndices = 0x50; // CUtlVector> - public const nint m_selectableSamples = 0x68; // CUtlVector - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CMotionSearchDB { - public const nint m_rootNode = 0x0; // CMotionSearchNode - public const nint m_residualQuantizer = 0x80; // CProductQuantizer - public const nint m_codeIndices = 0xA0; // CUtlVector - } - // Parent: None - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CMotionGraph { - public const nint m_paramSpans = 0x10; // CParamSpanUpdater - public const nint m_tags = 0x28; // CUtlVector - public const nint m_pRootNode = 0x40; // CSmartPtr - public const nint m_nParameterCount = 0x48; // int32 - public const nint m_nConfigStartIndex = 0x4C; // int32 - public const nint m_nConfigCount = 0x50; // int32 - public const nint m_bLoop = 0x54; // bool - } - // Parent: CMotionGraph - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CEditableMotionGraph { - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CMotionNode { - public const nint m_name = 0x18; // CUtlString - public const nint m_id = 0x20; // AnimNodeID - } - // Parent: CMotionNode - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CMotionNodeSequence { - public const nint m_tags = 0x28; // CUtlVector - public const nint m_hSequence = 0x40; // HSequence - public const nint m_flPlaybackSpeed = 0x44; // float32 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class MotionBlendItem { - public const nint m_pChild = 0x0; // CSmartPtr - public const nint m_flKeyValue = 0x8; // float32 - } - // Parent: CMotionNode - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CMotionNodeBlend1D { - public const nint m_blendItems = 0x28; // CUtlVector - public const nint m_nParamIndex = 0x40; // int32 - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CMotionMetricEvaluator { - public const nint m_means = 0x18; // CUtlVector - public const nint m_standardDeviations = 0x30; // CUtlVector - public const nint m_flWeight = 0x48; // float32 - public const nint m_nDimensionStartIndex = 0x4C; // int32 - } - // Parent: CMotionMetricEvaluator - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CBlockSelectionMetricEvaluator { - } - // Parent: CMotionMetricEvaluator - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CBonePositionMetricEvaluator { - public const nint m_nBoneIndex = 0x50; // int32 - } - // Parent: CMotionMetricEvaluator - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CBoneVelocityMetricEvaluator { - public const nint m_nBoneIndex = 0x50; // int32 - } - // Parent: CMotionMetricEvaluator - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CCurrentRotationVelocityMetricEvaluator { - } - // Parent: CMotionMetricEvaluator - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CCurrentVelocityMetricEvaluator { - } - // Parent: CMotionMetricEvaluator - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CDistanceRemainingMetricEvaluator { - public const nint m_flMaxDistance = 0x50; // float32 - public const nint m_flMinDistance = 0x54; // float32 - public const nint m_flStartGoalFilterDistance = 0x58; // float32 - public const nint m_flMaxGoalOvershootScale = 0x5C; // float32 - public const nint m_bFilterFixedMinDistance = 0x60; // bool - public const nint m_bFilterGoalDistance = 0x61; // bool - public const nint m_bFilterGoalOvershoot = 0x62; // bool - } - // Parent: CMotionMetricEvaluator - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CFootCycleMetricEvaluator { - public const nint m_footIndices = 0x50; // CUtlVector - } - // Parent: CMotionMetricEvaluator - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CFootPositionMetricEvaluator { - public const nint m_footIndices = 0x50; // CUtlVector - public const nint m_bIgnoreSlope = 0x68; // bool - } - // Parent: CMotionMetricEvaluator - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CFutureFacingMetricEvaluator { - public const nint m_flDistance = 0x50; // float32 - public const nint m_flTime = 0x54; // float32 - } - // Parent: CMotionMetricEvaluator - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CFutureVelocityMetricEvaluator { - public const nint m_flDistance = 0x50; // float32 - public const nint m_flStoppingDistance = 0x54; // float32 - public const nint m_flTargetSpeed = 0x58; // float32 - public const nint m_eMode = 0x5C; // VelocityMetricMode - } - // Parent: CMotionMetricEvaluator - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CPathMetricEvaluator { - public const nint m_pathTimeSamples = 0x50; // CUtlVector - public const nint m_flDistance = 0x68; // float32 - public const nint m_bExtrapolateMovement = 0x6C; // bool - public const nint m_flMinExtrapolationSpeed = 0x70; // float32 - } - // Parent: CMotionMetricEvaluator - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CStepsRemainingMetricEvaluator { - public const nint m_footIndices = 0x50; // CUtlVector - public const nint m_flMinStepsRemaining = 0x68; // float32 - } - // Parent: CMotionMetricEvaluator - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CTimeRemainingMetricEvaluator { - public const nint m_bMatchByTimeRemaining = 0x50; // bool - public const nint m_flMaxTimeRemaining = 0x54; // float32 - public const nint m_bFilterByTimeRemaining = 0x58; // bool - public const nint m_flMinTimeRemaining = 0x5C; // float32 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CAnimMotorUpdaterBase { - public const nint m_name = 0x10; // CUtlString - public const nint m_bDefault = 0x18; // bool - } - // Parent: CAnimMotorUpdaterBase - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CPathAnimMotorUpdaterBase { - public const nint m_bLockToPath = 0x19; // bool - } - // Parent: CPathAnimMotorUpdaterBase - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CDampedPathAnimMotorUpdater { - public const nint m_flAnticipationTime = 0x20; // float32 - public const nint m_flMinSpeedScale = 0x24; // float32 - public const nint m_hAnticipationPosParam = 0x28; // CAnimParamHandle - public const nint m_hAnticipationHeadingParam = 0x2A; // CAnimParamHandle - public const nint m_flSpringConstant = 0x2C; // float32 - public const nint m_flMinSpringTension = 0x30; // float32 - public const nint m_flMaxSpringTension = 0x34; // float32 - } - // Parent: CPathAnimMotorUpdaterBase - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CPathAnimMotorUpdater { - } - // Parent: CAnimMotorUpdaterBase - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CPlayerInputAnimMotorUpdater { - public const nint m_sampleTimes = 0x20; // CUtlVector - public const nint m_flSpringConstant = 0x3C; // float32 - public const nint m_flAnticipationDistance = 0x40; // float32 - public const nint m_hAnticipationPosParam = 0x44; // CAnimParamHandle - public const nint m_hAnticipationHeadingParam = 0x46; // CAnimParamHandle - public const nint m_bUseAcceleration = 0x48; // bool - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - public static class AimMatrixOpFixedSettings_t { - public const nint m_attachment = 0x0; // CAnimAttachment - public const nint m_damping = 0x80; // CAnimInputDamping - public const nint m_poseCacheHandles = 0x90; // CPoseHandle[10] - public const nint m_eBlendMode = 0xB8; // AimMatrixBlendMode - public const nint m_fAngleIncrement = 0xBC; // float32 - public const nint m_nSequenceMaxFrame = 0xC0; // int32 - public const nint m_nBoneMaskIndex = 0xC4; // int32 - public const nint m_bTargetIsPosition = 0xC8; // bool - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class FollowAttachmentSettings_t { - public const nint m_attachment = 0x0; // CAnimAttachment - public const nint m_boneIndex = 0x80; // int32 - public const nint m_bMatchTranslation = 0x84; // bool - public const nint m_bMatchRotation = 0x85; // bool - } - // Parent: None - // Fields count: 18 - // - // Metadata: - // MGetKV3ClassDefaults - public static class FootLockPoseOpFixedSettings { - public const nint m_footInfo = 0x0; // CUtlVector - public const nint m_hipDampingSettings = 0x18; // CAnimInputDamping - public const nint m_nHipBoneIndex = 0x28; // int32 - public const nint m_ikSolverType = 0x2C; // IKSolverType - public const nint m_bApplyTilt = 0x30; // bool - public const nint m_bApplyHipDrop = 0x31; // bool - public const nint m_bAlwaysUseFallbackHinge = 0x32; // bool - public const nint m_bApplyFootRotationLimits = 0x33; // bool - public const nint m_bApplyLegTwistLimits = 0x34; // bool - public const nint m_flMaxFootHeight = 0x38; // float32 - public const nint m_flExtensionScale = 0x3C; // float32 - public const nint m_flMaxLegTwist = 0x40; // float32 - public const nint m_bEnableLockBreaking = 0x44; // bool - public const nint m_flLockBreakTolerance = 0x48; // float32 - public const nint m_flLockBlendTime = 0x4C; // float32 - public const nint m_bEnableStretching = 0x50; // bool - public const nint m_flMaxStretchAmount = 0x54; // float32 - public const nint m_flStretchExtensionScale = 0x58; // float32 - } - // Parent: None - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - public static class FootPinningPoseOpFixedData_t { - public const nint m_footInfo = 0x0; // CUtlVector - public const nint m_flBlendTime = 0x18; // float32 - public const nint m_flLockBreakDistance = 0x1C; // float32 - public const nint m_flMaxLegTwist = 0x20; // float32 - public const nint m_nHipBoneIndex = 0x24; // int32 - public const nint m_bApplyLegTwistLimits = 0x28; // bool - public const nint m_bApplyFootRotationLimits = 0x29; // bool - } - // Parent: None - // Fields count: 17 - // - // Metadata: - // MGetKV3ClassDefaults - public static class HitReactFixedSettings_t { - public const nint m_nWeightListIndex = 0x0; // int32 - public const nint m_nEffectedBoneCount = 0x4; // int32 - public const nint m_flMaxImpactForce = 0x8; // float32 - public const nint m_flMinImpactForce = 0xC; // float32 - public const nint m_flWhipImpactScale = 0x10; // float32 - public const nint m_flCounterRotationScale = 0x14; // float32 - public const nint m_flDistanceFadeScale = 0x18; // float32 - public const nint m_flPropagationScale = 0x1C; // float32 - public const nint m_flWhipDelay = 0x20; // float32 - public const nint m_flSpringStrength = 0x24; // float32 - public const nint m_flWhipSpringStrength = 0x28; // float32 - public const nint m_flMaxAngleRadians = 0x2C; // float32 - public const nint m_nHipBoneIndex = 0x30; // int32 - public const nint m_flHipBoneTranslationScale = 0x34; // float32 - public const nint m_flHipDipSpringStrength = 0x38; // float32 - public const nint m_flHipDipImpactScale = 0x3C; // float32 - public const nint m_flHipDipDelay = 0x40; // float32 - } - // Parent: None - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - public static class JiggleBoneSettings_t { - public const nint m_nBoneIndex = 0x0; // int32 - public const nint m_flSpringStrength = 0x4; // float32 - public const nint m_flMaxTimeStep = 0x8; // float32 - public const nint m_flDamping = 0xC; // float32 - public const nint m_vBoundsMaxLS = 0x10; // Vector - public const nint m_vBoundsMinLS = 0x1C; // Vector - public const nint m_eSimSpace = 0x28; // JiggleBoneSimSpace - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class JiggleBoneSettingsList_t { - public const nint m_boneSettings = 0x0; // CUtlVector - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class LookAtBone_t { - public const nint m_index = 0x0; // int32 - public const nint m_weight = 0x4; // float32 - } - // Parent: None - // Fields count: 11 - // - // Metadata: - // MGetKV3ClassDefaults - public static class LookAtOpFixedSettings_t { - public const nint m_attachment = 0x0; // CAnimAttachment - public const nint m_damping = 0x80; // CAnimInputDamping - public const nint m_bones = 0x90; // CUtlVector - public const nint m_flYawLimit = 0xA8; // float32 - public const nint m_flPitchLimit = 0xAC; // float32 - public const nint m_flHysteresisInnerAngle = 0xB0; // float32 - public const nint m_flHysteresisOuterAngle = 0xB4; // float32 - public const nint m_bRotateYawForward = 0xB8; // bool - public const nint m_bMaintainUpDirection = 0xB9; // bool - public const nint m_bTargetIsPosition = 0xBA; // bool - public const nint m_bUseHysteresis = 0xBB; // bool - } - // Parent: None - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - public static class ChainToSolveData_t { - public const nint m_nChainIndex = 0x0; // int32 - public const nint m_SolverSettings = 0x4; // IKSolverSettings_t - public const nint m_TargetSettings = 0x10; // IKTargetSettings_t - public const nint m_DebugSetting = 0x38; // SolveIKChainAnimNodeDebugSetting - public const nint m_flDebugNormalizedValue = 0x3C; // float32 - public const nint m_vDebugOffset = 0x40; // VectorAligned - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class SolveIKChainPoseOpFixedSettings_t { - public const nint m_ChainsToSolveData = 0x0; // CUtlVector - public const nint m_bMatchTargetOrientation = 0x18; // bool - } - // Parent: None - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CAnimParameterBase { - public const nint m_name = 0x18; // CGlobalSymbol - public const nint m_group = 0x20; // CUtlString - public const nint m_id = 0x28; // AnimParamID - public const nint m_componentName = 0x40; // CUtlString - public const nint m_bNetworkingRequested = 0x60; // bool - public const nint m_bIsReferenced = 0x61; // bool - } - // Parent: CAnimParameterBase - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CConcreteAnimParameter { - public const nint m_previewButton = 0x64; // AnimParamButton_t - public const nint m_eNetworkSetting = 0x68; // AnimParamNetworkSetting - public const nint m_bUseMostRecentValue = 0x6C; // bool - public const nint m_bAutoReset = 0x6D; // bool - public const nint m_bGameWritable = 0x6E; // bool - public const nint m_bGraphWritable = 0x6F; // bool - } - // Parent: CAnimParameterBase - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CVirtualAnimParameter { - public const nint m_expressionString = 0x68; // CUtlString - public const nint m_eParamType = 0x70; // AnimParamType_t - } - // Parent: CConcreteAnimParameter - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyFriendlyName - public static class CBoolAnimParameter { - public const nint m_bDefaultValue = 0x70; // bool - } - // Parent: CConcreteAnimParameter - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyFriendlyName - public static class CEnumAnimParameter { - public const nint m_defaultValue = 0x78; // uint8 - public const nint m_enumOptions = 0x80; // CUtlVector - } - // Parent: CConcreteAnimParameter - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyFriendlyName - public static class CIntAnimParameter { - public const nint m_defaultValue = 0x70; // int32 - public const nint m_minValue = 0x74; // int32 - public const nint m_maxValue = 0x78; // int32 - } - // Parent: CConcreteAnimParameter - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyFriendlyName - public static class CFloatAnimParameter { - public const nint m_fDefaultValue = 0x70; // float32 - public const nint m_fMinValue = 0x74; // float32 - public const nint m_fMaxValue = 0x78; // float32 - public const nint m_bInterpolate = 0x7C; // bool - } - // Parent: CConcreteAnimParameter - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyFriendlyName - public static class CVectorAnimParameter { - public const nint m_defaultValue = 0x70; // Vector - public const nint m_bInterpolate = 0x7C; // bool - } - // Parent: CConcreteAnimParameter - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyFriendlyName - public static class CQuaternionAnimParameter { - public const nint m_defaultValue = 0x70; // Quaternion - public const nint m_bInterpolate = 0x80; // bool - } - // Parent: CConcreteAnimParameter - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyFriendlyName - public static class CSymbolAnimParameter { - public const nint m_defaultValue = 0x70; // CGlobalSymbol - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class ScriptInfo_t { - public const nint m_code = 0x0; // CUtlString - public const nint m_paramsModified = 0x8; // CUtlVector - public const nint m_proxyReadParams = 0x20; // CUtlVector - public const nint m_proxyWriteParams = 0x38; // CUtlVector - public const nint m_eScriptType = 0x50; // AnimScriptType - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CAnimScriptManager { - public const nint m_scriptInfo = 0x10; // CUtlVector - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CStateActionUpdater { - public const nint m_pAction = 0x0; // CSmartPtr - public const nint m_eBehavior = 0x8; // StateActionBehavior - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CTransitionUpdateData { - public const nint m_srcStateIndex = 0x0; // uint8 - public const nint m_destStateIndex = 0x1; // uint8 - public const nint m_bDisabled = 0x0; // bitfield:1 - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CStateUpdateData { - public const nint m_name = 0x0; // CUtlString - public const nint m_hScript = 0x8; // AnimScriptHandle - public const nint m_transitionIndices = 0x10; // CUtlVector - public const nint m_actions = 0x28; // CUtlVector - public const nint m_stateID = 0x40; // AnimStateID - public const nint m_bIsStartState = 0x0; // bitfield:1 - public const nint m_bIsEndState = 0x0; // bitfield:1 - public const nint m_bIsPassthrough = 0x0; // bitfield:1 - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CAnimStateMachineUpdater { - public const nint m_states = 0x8; // CUtlVector - public const nint m_transitions = 0x20; // CUtlVector - public const nint m_startStateIndex = 0x50; // int32 - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CAnimUpdateNodeRef { - public const nint m_nodeIndex = 0x8; // int32 - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CAnimUpdateNodeBase { - public const nint m_nodePath = 0x14; // CAnimNodePath - public const nint m_networkMode = 0x44; // AnimNodeNetworkMode - public const nint m_name = 0x50; // CUtlString - } - // Parent: CAnimUpdateNodeBase - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CBinaryUpdateNode { - public const nint m_pChild1 = 0x58; // CAnimUpdateNodeRef - public const nint m_pChild2 = 0x68; // CAnimUpdateNodeRef - public const nint m_timingBehavior = 0x78; // BinaryNodeTiming - public const nint m_flTimingBlend = 0x7C; // float32 - public const nint m_bResetChild1 = 0x80; // bool - public const nint m_bResetChild2 = 0x81; // bool - } - // Parent: CAnimUpdateNodeBase - // Fields count: 11 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CBlendUpdateNode { - public const nint m_children = 0x60; // CUtlVector - public const nint m_sortedOrder = 0x78; // CUtlVector - public const nint m_targetValues = 0x90; // CUtlVector - public const nint m_blendValueSource = 0xAC; // AnimValueSource - public const nint m_paramIndex = 0xB0; // CAnimParamHandle - public const nint m_damping = 0xB8; // CAnimInputDamping - public const nint m_blendKeyType = 0xC8; // BlendKeyType - public const nint m_bLockBlendOnReset = 0xCC; // bool - public const nint m_bSyncCycles = 0xCD; // bool - public const nint m_bLoop = 0xCE; // bool - public const nint m_bLockWhenWaning = 0xCF; // bool - } - // Parent: None - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - public static class BlendItem_t { - public const nint m_tags = 0x0; // CUtlVector - public const nint m_pChild = 0x18; // CAnimUpdateNodeRef - public const nint m_hSequence = 0x28; // HSequence - public const nint m_vPos = 0x2C; // Vector2D - public const nint m_flDuration = 0x34; // float32 - public const nint m_bUseCustomDuration = 0x38; // bool - } - // Parent: CAnimUpdateNodeBase - // Fields count: 15 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CBlend2DUpdateNode { - public const nint m_items = 0x60; // CUtlVector - public const nint m_tags = 0x78; // CUtlVector - public const nint m_paramSpans = 0x90; // CParamSpanUpdater - public const nint m_nodeItemIndices = 0xA8; // CUtlVector - public const nint m_damping = 0xC0; // CAnimInputDamping - public const nint m_blendSourceX = 0xD0; // AnimValueSource - public const nint m_paramX = 0xD4; // CAnimParamHandle - public const nint m_blendSourceY = 0xD8; // AnimValueSource - public const nint m_paramY = 0xDC; // CAnimParamHandle - public const nint m_eBlendMode = 0xE0; // Blend2DMode - public const nint m_playbackSpeed = 0xE4; // float32 - public const nint m_bLoop = 0xE8; // bool - public const nint m_bLockBlendOnReset = 0xE9; // bool - public const nint m_bLockWhenWaning = 0xEA; // bool - public const nint m_bAnimEventsAndTagsOnMostWeightedOnly = 0xEB; // bool - } - // Parent: CBinaryUpdateNode - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CBoneMaskUpdateNode { - public const nint m_nWeightListIndex = 0x88; // int32 - public const nint m_flRootMotionBlend = 0x8C; // float32 - public const nint m_blendSpace = 0x90; // BoneMaskBlendSpace - public const nint m_footMotionTiming = 0x94; // BinaryNodeChildOption - public const nint m_bUseBlendScale = 0x98; // bool - public const nint m_blendValueSource = 0x9C; // AnimValueSource - public const nint m_hBlendParameter = 0xA0; // CAnimParamHandle - } - // Parent: CAnimUpdateNodeBase - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CChoiceUpdateNode { - public const nint m_children = 0x58; // CUtlVector - public const nint m_weights = 0x70; // CUtlVector - public const nint m_blendTimes = 0x88; // CUtlVector - public const nint m_choiceMethod = 0xA0; // ChoiceMethod - public const nint m_choiceChangeMethod = 0xA4; // ChoiceChangeMethod - public const nint m_blendMethod = 0xA8; // ChoiceBlendMethod - public const nint m_blendTime = 0xAC; // float32 - public const nint m_bCrossFade = 0xB0; // bool - public const nint m_bResetChosen = 0xB1; // bool - public const nint m_bDontResetSameSelection = 0xB2; // bool - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CDirectPlaybackTagData { - public const nint m_sequenceName = 0x0; // CUtlString - public const nint m_tags = 0x8; // CUtlVector - } - // Parent: None - // Fields count: 11 - // - // Metadata: - // MGetKV3ClassDefaults - public static class FootFixedData_t { - public const nint m_vToeOffset = 0x0; // VectorAligned - public const nint m_vHeelOffset = 0x10; // VectorAligned - public const nint m_nTargetBoneIndex = 0x20; // int32 - public const nint m_nAnkleBoneIndex = 0x24; // int32 - public const nint m_nIKAnchorBoneIndex = 0x28; // int32 - public const nint m_ikChainIndex = 0x2C; // int32 - public const nint m_flMaxIKLength = 0x30; // float32 - public const nint m_nFootIndex = 0x34; // int32 - public const nint m_nTagIndex = 0x38; // int32 - public const nint m_flMaxRotationLeft = 0x3C; // float32 - public const nint m_flMaxRotationRight = 0x40; // float32 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class TraceSettings_t { - public const nint m_flTraceHeight = 0x0; // float32 - public const nint m_flTraceRadius = 0x4; // float32 - } - // Parent: None - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - public static class FootFixedSettings { - public const nint m_traceSettings = 0x0; // TraceSettings_t - public const nint m_vFootBaseBindPosePositionMS = 0x10; // VectorAligned - public const nint m_flFootBaseLength = 0x20; // float32 - public const nint m_flMaxRotationLeft = 0x24; // float32 - public const nint m_flMaxRotationRight = 0x28; // float32 - public const nint m_footstepLandedTagIndex = 0x2C; // int32 - public const nint m_bEnableTracing = 0x30; // bool - public const nint m_flTraceAngleBlend = 0x34; // float32 - public const nint m_nDisableTagIndex = 0x38; // int32 - public const nint m_nFootIndex = 0x3C; // int32 - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class FootStepTrigger { - public const nint m_tags = 0x0; // CUtlVector - public const nint m_nFootIndex = 0x18; // int32 - public const nint m_triggerPhase = 0x1C; // StepPhase - } - // Parent: CAnimUpdateNodeBase - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CLeafUpdateNode { - } - // Parent: CLeafUpdateNode - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CLeanMatrixUpdateNode { - public const nint m_frameCorners = 0x5C; // int32[3][3] - public const nint m_poses = 0x80; // CPoseHandle[9] - public const nint m_damping = 0xA8; // CAnimInputDamping - public const nint m_blendSource = 0xB8; // AnimVectorSource - public const nint m_paramIndex = 0xBC; // CAnimParamHandle - public const nint m_verticalAxis = 0xC0; // Vector - public const nint m_horizontalAxis = 0xCC; // Vector - public const nint m_hSequence = 0xD8; // HSequence - public const nint m_flMaxValue = 0xDC; // float32 - public const nint m_nSequenceMaxFrame = 0xE0; // int32 - } - // Parent: CLeafUpdateNode - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CMotionGraphUpdateNode { - public const nint m_pMotionGraph = 0x58; // CSmartPtr - } - // Parent: CLeafUpdateNode - // Fields count: 23 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CMotionMatchingUpdateNode { - public const nint m_dataSet = 0x58; // CMotionDataSet - public const nint m_metrics = 0x78; // CUtlVector> - public const nint m_weights = 0x90; // CUtlVector - public const nint m_bSearchEveryTick = 0xE0; // bool - public const nint m_flSearchInterval = 0xE4; // float32 - public const nint m_bSearchWhenClipEnds = 0xE8; // bool - public const nint m_bSearchWhenGoalChanges = 0xE9; // bool - public const nint m_blendCurve = 0xEC; // CBlendCurve - public const nint m_flSampleRate = 0xF4; // float32 - public const nint m_flBlendTime = 0xF8; // float32 - public const nint m_bLockClipWhenWaning = 0xFC; // bool - public const nint m_flSelectionThreshold = 0x100; // float32 - public const nint m_flReselectionTimeWindow = 0x104; // float32 - public const nint m_bEnableRotationCorrection = 0x108; // bool - public const nint m_bGoalAssist = 0x109; // bool - public const nint m_flGoalAssistDistance = 0x10C; // float32 - public const nint m_flGoalAssistTolerance = 0x110; // float32 - public const nint m_distanceScale_Damping = 0x118; // CAnimInputDamping - public const nint m_flDistanceScale_OuterRadius = 0x128; // float32 - public const nint m_flDistanceScale_InnerRadius = 0x12C; // float32 - public const nint m_flDistanceScale_MaxScale = 0x130; // float32 - public const nint m_flDistanceScale_MinScale = 0x134; // float32 - public const nint m_bEnableDistanceScaling = 0x138; // bool - } - // Parent: CAnimUpdateNodeBase - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CSelectorUpdateNode { - public const nint m_children = 0x58; // CUtlVector - public const nint m_tags = 0x70; // CUtlVector - public const nint m_blendCurve = 0x8C; // CBlendCurve - public const nint m_flBlendTime = 0x94; // CAnimValue - public const nint m_hParameter = 0x9C; // CAnimParamHandle - public const nint m_eTagBehavior = 0xA0; // SelectorTagBehavior_t - public const nint m_bResetOnChange = 0xA4; // bool - public const nint m_bSyncCyclesOnChange = 0xA5; // bool - } - // Parent: CLeafUpdateNode - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CSequenceUpdateNode { - public const nint m_paramSpans = 0x60; // CParamSpanUpdater - public const nint m_tags = 0x78; // CUtlVector - public const nint m_hSequence = 0x94; // HSequence - public const nint m_playbackSpeed = 0x98; // float32 - public const nint m_duration = 0x9C; // float32 - public const nint m_bLoop = 0xA0; // bool - } - // Parent: CLeafUpdateNode - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CSingleFrameUpdateNode { - public const nint m_actions = 0x58; // CUtlVector> - public const nint m_hPoseCacheHandle = 0x70; // CPoseHandle - public const nint m_hSequence = 0x74; // HSequence - public const nint m_flCycle = 0x78; // float32 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CSolveIKTargetHandle_t { - public const nint m_positionHandle = 0x0; // CAnimParamHandle - public const nint m_orientationHandle = 0x2; // CAnimParamHandle - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class StanceInfo_t { - public const nint m_vPosition = 0x0; // Vector - public const nint m_flDirection = 0xC; // float32 - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CStateNodeTransitionData { - public const nint m_curve = 0x0; // CBlendCurve - public const nint m_blendDuration = 0x8; // CAnimValue - public const nint m_resetCycleValue = 0x10; // CAnimValue - public const nint m_bReset = 0x0; // bitfield:1 - public const nint m_resetCycleOption = 0x0; // bitfield:3 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CStateNodeStateData { - public const nint m_pChild = 0x0; // CAnimUpdateNodeRef - public const nint m_bExclusiveRootMotion = 0x0; // bitfield:1 - } - // Parent: CAnimUpdateNodeBase - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CStateMachineUpdateNode { - public const nint m_stateMachine = 0x68; // CAnimStateMachineUpdater - public const nint m_stateData = 0xC0; // CUtlVector - public const nint m_transitionData = 0xD8; // CUtlVector - public const nint m_bBlockWaningTags = 0xF4; // bool - public const nint m_bLockStateWhenWaning = 0xF5; // bool - } - // Parent: CBinaryUpdateNode - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CSubtractUpdateNode { - public const nint m_footMotionTiming = 0x88; // BinaryNodeChildOption - public const nint m_bApplyToFootMotion = 0x8C; // bool - public const nint m_bApplyChannelsSeparately = 0x8D; // bool - public const nint m_bUseModelSpace = 0x8E; // bool - } - // Parent: None - // Fields count: 15 - // - // Metadata: - // MGetKV3ClassDefaults - public static class TwoBoneIKSettings_t { - public const nint m_endEffectorType = 0x0; // IkEndEffectorType - public const nint m_endEffectorAttachment = 0x10; // CAnimAttachment - public const nint m_targetType = 0x90; // IkTargetType - public const nint m_targetAttachment = 0xA0; // CAnimAttachment - public const nint m_targetBoneIndex = 0x120; // int32 - public const nint m_hPositionParam = 0x124; // CAnimParamHandle - public const nint m_hRotationParam = 0x126; // CAnimParamHandle - public const nint m_bAlwaysUseFallbackHinge = 0x128; // bool - public const nint m_vLsFallbackHingeAxis = 0x130; // VectorAligned - public const nint m_nFixedBoneIndex = 0x140; // int32 - public const nint m_nMiddleBoneIndex = 0x144; // int32 - public const nint m_nEndBoneIndex = 0x148; // int32 - public const nint m_bMatchTargetOrientation = 0x14C; // bool - public const nint m_bConstrainTwist = 0x14D; // bool - public const nint m_flMaxTwist = 0x150; // float32 - } - // Parent: CAnimUpdateNodeBase - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CUnaryUpdateNode { - public const nint m_pChildNode = 0x58; // CAnimUpdateNodeRef - } - // Parent: CUnaryUpdateNode - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CWayPointHelperUpdateNode { - public const nint m_flStartCycle = 0x6C; // float32 - public const nint m_flEndCycle = 0x70; // float32 - public const nint m_bOnlyGoals = 0x74; // bool - public const nint m_bPreventOvershoot = 0x75; // bool - public const nint m_bPreventUndershoot = 0x76; // bool - } - // Parent: CLeafUpdateNode - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CZeroPoseUpdateNode { - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class TagSpan_t { - public const nint m_tagIndex = 0x0; // int32 - public const nint m_startCycle = 0x4; // float32 - public const nint m_endCycle = 0x8; // float32 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CAnimNodePath { - public const nint m_path = 0x0; // AnimNodeID[11] - public const nint m_nCount = 0x2C; // int32 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class ConfigIndex { - public const nint m_nGroup = 0x0; // uint16 - public const nint m_nConfig = 0x2; // uint16 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class MotionIndex { - public const nint m_nGroup = 0x0; // uint16 - public const nint m_nMotion = 0x2; // uint16 - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CMotionGraphConfig { - public const nint m_paramValues = 0x0; // float32[4] - public const nint m_flDuration = 0x10; // float32 - public const nint m_nMotionIndex = 0x14; // MotionIndex - public const nint m_nSampleStart = 0x18; // int32 - public const nint m_nSampleCount = 0x1C; // int32 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CPoseHandle { - public const nint m_nIndex = 0x0; // uint16 - public const nint m_eType = 0x2; // PoseType_t - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CAnimationGraphVisualizerPrimitiveBase { - public const nint m_Type = 0x8; // CAnimationGraphVisualizerPrimitiveType - public const nint m_OwningAnimNodePaths = 0xC; // AnimNodeID[11] - public const nint m_nOwningAnimNodePathCount = 0x38; // int32 - } - // Parent: CAnimationGraphVisualizerPrimitiveBase - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CAnimationGraphVisualizerText { - public const nint m_vWsPosition = 0x40; // VectorAligned - public const nint m_Color = 0x50; // Color - public const nint m_Text = 0x58; // CUtlString - } - // Parent: CAnimationGraphVisualizerPrimitiveBase - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CAnimationGraphVisualizerSphere { - public const nint m_vWsPosition = 0x40; // VectorAligned - public const nint m_flRadius = 0x50; // float32 - public const nint m_Color = 0x54; // Color - } - // Parent: CAnimationGraphVisualizerPrimitiveBase - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CAnimationGraphVisualizerLine { - public const nint m_vWsPositionStart = 0x40; // VectorAligned - public const nint m_vWsPositionEnd = 0x50; // VectorAligned - public const nint m_Color = 0x60; // Color - } - // Parent: CAnimationGraphVisualizerPrimitiveBase - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CAnimationGraphVisualizerPie { - public const nint m_vWsCenter = 0x40; // VectorAligned - public const nint m_vWsStart = 0x50; // VectorAligned - public const nint m_vWsEnd = 0x60; // VectorAligned - public const nint m_Color = 0x70; // Color - } - // Parent: CAnimationGraphVisualizerPrimitiveBase - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CAnimationGraphVisualizerAxis { - public const nint m_xWsTransform = 0x40; // CTransform - public const nint m_flAxisSize = 0x60; // float32 - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyEditClassAsString - public static class AnimNodeID { - public const nint m_id = 0x0; // uint32 - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyEditClassAsString - public static class AnimNodeOutputID { - public const nint m_id = 0x0; // uint32 - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyEditClassAsString - public static class AnimStateID { - public const nint m_id = 0x0; // uint32 - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyEditClassAsString - public static class AnimParamID { - public const nint m_id = 0x0; // uint32 - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyEditClassAsString - public static class AnimTagID { - public const nint m_id = 0x0; // uint32 - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyEditClassAsString - public static class AnimComponentID { - public const nint m_id = 0x0; // uint32 - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyEditClassAsString - public static class AnimScriptHandle { - public const nint m_id = 0x0; // uint32 - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CAnimAttachment { - public const nint m_influenceRotations = 0x0; // Quaternion[3] - public const nint m_influenceOffsets = 0x30; // VectorAligned[3] - public const nint m_influenceIndices = 0x60; // int32[3] - public const nint m_influenceWeights = 0x6C; // float32[3] - public const nint m_numInfluences = 0x78; // uint8 - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class VPhysics2ShapeDef_t { - public const nint m_spheres = 0x0; // CUtlVector - public const nint m_capsules = 0x18; // CUtlVector - public const nint m_hulls = 0x30; // CUtlVector - public const nint m_meshes = 0x48; // CUtlVector - public const nint m_CollisionAttributeIndices = 0x60; // CUtlVector - } - // Parent: None - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - public static class VPhysXBodyPart_t { - public const nint m_nFlags = 0x0; // uint32 - public const nint m_flMass = 0x4; // float32 - public const nint m_rnShape = 0x8; // VPhysics2ShapeDef_t - public const nint m_nCollisionAttributeIndex = 0x80; // uint16 - public const nint m_nReserved = 0x82; // uint16 - public const nint m_flInertiaScale = 0x84; // float32 - public const nint m_flLinearDamping = 0x88; // float32 - public const nint m_flAngularDamping = 0x8C; // float32 - public const nint m_bOverrideMassCenter = 0x90; // bool - public const nint m_vMassCenterOverride = 0x94; // Vector - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - public static class VPhysXCollisionAttributes_t { - public const nint m_CollisionGroup = 0x0; // uint32 - public const nint m_InteractAs = 0x8; // CUtlVector - public const nint m_InteractWith = 0x20; // CUtlVector - public const nint m_InteractExclude = 0x38; // CUtlVector - public const nint m_CollisionGroupString = 0x50; // CUtlString - public const nint m_InteractAsStrings = 0x58; // CUtlVector - public const nint m_InteractWithStrings = 0x70; // CUtlVector - public const nint m_InteractExcludeStrings = 0x88; // CUtlVector - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class VPhysXRange_t { - public const nint m_flMin = 0x0; // float32 - public const nint m_flMax = 0x4; // float32 - } - // Parent: None - // Fields count: 46 - // - // Metadata: - // MGetKV3ClassDefaults - public static class VPhysXConstraintParams_t { - public const nint m_nType = 0x0; // int8 - public const nint m_nTranslateMotion = 0x1; // int8 - public const nint m_nRotateMotion = 0x2; // int8 - public const nint m_nFlags = 0x3; // int8 - public const nint m_anchor = 0x4; // Vector[2] - public const nint m_axes = 0x1C; // QuaternionStorage[2] - public const nint m_maxForce = 0x3C; // float32 - public const nint m_maxTorque = 0x40; // float32 - public const nint m_linearLimitValue = 0x44; // float32 - public const nint m_linearLimitRestitution = 0x48; // float32 - public const nint m_linearLimitSpring = 0x4C; // float32 - public const nint m_linearLimitDamping = 0x50; // float32 - public const nint m_twistLowLimitValue = 0x54; // float32 - public const nint m_twistLowLimitRestitution = 0x58; // float32 - public const nint m_twistLowLimitSpring = 0x5C; // float32 - public const nint m_twistLowLimitDamping = 0x60; // float32 - public const nint m_twistHighLimitValue = 0x64; // float32 - public const nint m_twistHighLimitRestitution = 0x68; // float32 - public const nint m_twistHighLimitSpring = 0x6C; // float32 - public const nint m_twistHighLimitDamping = 0x70; // float32 - public const nint m_swing1LimitValue = 0x74; // float32 - public const nint m_swing1LimitRestitution = 0x78; // float32 - public const nint m_swing1LimitSpring = 0x7C; // float32 - public const nint m_swing1LimitDamping = 0x80; // float32 - public const nint m_swing2LimitValue = 0x84; // float32 - public const nint m_swing2LimitRestitution = 0x88; // float32 - public const nint m_swing2LimitSpring = 0x8C; // float32 - public const nint m_swing2LimitDamping = 0x90; // float32 - public const nint m_goalPosition = 0x94; // Vector - public const nint m_goalOrientation = 0xA0; // QuaternionStorage - public const nint m_goalAngularVelocity = 0xB0; // Vector - public const nint m_driveSpringX = 0xBC; // float32 - public const nint m_driveSpringY = 0xC0; // float32 - public const nint m_driveSpringZ = 0xC4; // float32 - public const nint m_driveDampingX = 0xC8; // float32 - public const nint m_driveDampingY = 0xCC; // float32 - public const nint m_driveDampingZ = 0xD0; // float32 - public const nint m_driveSpringTwist = 0xD4; // float32 - public const nint m_driveSpringSwing = 0xD8; // float32 - public const nint m_driveSpringSlerp = 0xDC; // float32 - public const nint m_driveDampingTwist = 0xE0; // float32 - public const nint m_driveDampingSwing = 0xE4; // float32 - public const nint m_driveDampingSlerp = 0xE8; // float32 - public const nint m_solverIterationCount = 0xEC; // int32 - public const nint m_projectionLinearTolerance = 0xF0; // float32 - public const nint m_projectionAngularTolerance = 0xF4; // float32 - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class VPhysXConstraint2_t { - public const nint m_nFlags = 0x0; // uint32 - public const nint m_nParent = 0x4; // uint16 - public const nint m_nChild = 0x6; // uint16 - public const nint m_params = 0x8; // VPhysXConstraintParams_t - } - // Parent: None - // Fields count: 24 - // - // Metadata: - // MGetKV3ClassDefaults - public static class VPhysXJoint_t { - public const nint m_nType = 0x0; // uint16 - public const nint m_nBody1 = 0x2; // uint16 - public const nint m_nBody2 = 0x4; // uint16 - public const nint m_nFlags = 0x6; // uint16 - public const nint m_Frame1 = 0x10; // CTransform - public const nint m_Frame2 = 0x30; // CTransform - public const nint m_bEnableCollision = 0x50; // bool - public const nint m_bEnableLinearLimit = 0x51; // bool - public const nint m_LinearLimit = 0x54; // VPhysXRange_t - public const nint m_bEnableLinearMotor = 0x5C; // bool - public const nint m_vLinearTargetVelocity = 0x60; // Vector - public const nint m_flMaxForce = 0x6C; // float32 - public const nint m_bEnableSwingLimit = 0x70; // bool - public const nint m_SwingLimit = 0x74; // VPhysXRange_t - public const nint m_bEnableTwistLimit = 0x7C; // bool - public const nint m_TwistLimit = 0x80; // VPhysXRange_t - public const nint m_bEnableAngularMotor = 0x88; // bool - public const nint m_vAngularTargetVelocity = 0x8C; // Vector - public const nint m_flMaxTorque = 0x98; // float32 - public const nint m_flLinearFrequency = 0x9C; // float32 - public const nint m_flLinearDampingRatio = 0xA0; // float32 - public const nint m_flAngularFrequency = 0xA4; // float32 - public const nint m_flAngularDampingRatio = 0xA8; // float32 - public const nint m_flFriction = 0xAC; // float32 - } - // Parent: None - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - public static class PhysSoftbodyDesc_t { - public const nint m_ParticleBoneHash = 0x0; // CUtlVector - public const nint m_Particles = 0x18; // CUtlVector - public const nint m_Springs = 0x30; // CUtlVector - public const nint m_Capsules = 0x48; // CUtlVector - public const nint m_InitPose = 0x60; // CUtlVector - public const nint m_ParticleBoneName = 0x78; // CUtlVector - } - // Parent: None - // Fields count: 16 - // - // Metadata: - // MGetKV3ClassDefaults - public static class VPhysXAggregateData_t { - public const nint m_nFlags = 0x0; // uint16 - public const nint m_nRefCounter = 0x2; // uint16 - public const nint m_bonesHash = 0x8; // CUtlVector - public const nint m_boneNames = 0x20; // CUtlVector - public const nint m_indexNames = 0x38; // CUtlVector - public const nint m_indexHash = 0x50; // CUtlVector - public const nint m_bindPose = 0x68; // CUtlVector - public const nint m_parts = 0x80; // CUtlVector - public const nint m_constraints2 = 0x98; // CUtlVector - public const nint m_joints = 0xB0; // CUtlVector - public const nint m_pFeModel = 0xC8; // PhysFeModelDesc_t* - public const nint m_boneParents = 0xD0; // CUtlVector - public const nint m_surfacePropertyHashes = 0xE8; // CUtlVector - public const nint m_collisionAttributes = 0x100; // CUtlVector - public const nint m_debugPartNames = 0x118; // CUtlVector - public const nint m_embeddedKeyvalues = 0x130; // CUtlString - } - // Parent: None - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CPhysSurfacePropertiesPhysics { - public const nint m_friction = 0x0; // float32 - public const nint m_elasticity = 0x4; // float32 - public const nint m_density = 0x8; // float32 - public const nint m_thickness = 0xC; // float32 - public const nint m_softContactFrequency = 0x10; // float32 - public const nint m_softContactDampingRatio = 0x14; // float32 - public const nint m_wheelDrag = 0x18; // float32 - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CPhysSurfacePropertiesAudio { - public const nint m_reflectivity = 0x0; // float32 - public const nint m_hardnessFactor = 0x4; // float32 - public const nint m_roughnessFactor = 0x8; // float32 - public const nint m_roughThreshold = 0xC; // float32 - public const nint m_hardThreshold = 0x10; // float32 - public const nint m_hardVelocityThreshold = 0x14; // float32 - public const nint m_flStaticImpactVolume = 0x18; // float32 - public const nint m_flOcclusionFactor = 0x1C; // float32 - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CPhysSurfacePropertiesSoundNames { - public const nint m_impactSoft = 0x0; // CUtlString - public const nint m_impactHard = 0x8; // CUtlString - public const nint m_scrapeSmooth = 0x10; // CUtlString - public const nint m_scrapeRough = 0x18; // CUtlString - public const nint m_bulletImpact = 0x20; // CUtlString - public const nint m_rolling = 0x28; // CUtlString - public const nint m_break = 0x30; // CUtlString - public const nint m_strain = 0x38; // CUtlString - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CPhysSurfaceProperties { - public const nint m_name = 0x0; // CUtlString - public const nint m_nameHash = 0x8; // uint32 - public const nint m_baseNameHash = 0xC; // uint32 - public const nint m_bHidden = 0x18; // bool - public const nint m_description = 0x20; // CUtlString - public const nint m_physics = 0x28; // CPhysSurfacePropertiesPhysics - public const nint m_audioSounds = 0x48; // CPhysSurfacePropertiesSoundNames - public const nint m_audioParams = 0x88; // CPhysSurfacePropertiesAudio - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CVPhysXSurfacePropertiesList { - public const nint m_surfacePropertiesList = 0x0; // CUtlVector - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class MaterialGroup_t { - public const nint m_name = 0x0; // CUtlString - public const nint m_materials = 0x8; // CUtlVector> - } - // Parent: None - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - public static class ModelSkeletonData_t { - public const nint m_boneName = 0x0; // CUtlVector - public const nint m_nParent = 0x18; // CUtlVector - public const nint m_boneSphere = 0x30; // CUtlVector - public const nint m_nFlag = 0x48; // CUtlVector - public const nint m_bonePosParent = 0x60; // CUtlVector - public const nint m_boneRotParent = 0x78; // CUtlVector - public const nint m_boneScaleParent = 0x90; // CUtlVector - } - // Parent: None - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - public static class PermModelInfo_t { - public const nint m_nFlags = 0x0; // uint32 - public const nint m_vHullMin = 0x4; // Vector - public const nint m_vHullMax = 0x10; // Vector - public const nint m_vViewMin = 0x1C; // Vector - public const nint m_vViewMax = 0x28; // Vector - public const nint m_flMass = 0x34; // float32 - public const nint m_vEyePosition = 0x38; // Vector - public const nint m_flMaxEyeDeflection = 0x44; // float32 - public const nint m_sSurfaceProperty = 0x48; // CUtlString - public const nint m_keyValueText = 0x50; // CUtlString - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class PermModelExtPart_t { - public const nint m_Transform = 0x0; // CTransform - public const nint m_Name = 0x20; // CUtlString - public const nint m_nParent = 0x28; // int32 - public const nint m_refModel = 0x30; // CStrongHandle - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class ModelBoneFlexDriverControl_t { - public const nint m_nBoneComponent = 0x0; // ModelBoneFlexComponent_t - public const nint m_flexController = 0x8; // CUtlString - public const nint m_flexControllerToken = 0x10; // uint32 - public const nint m_flMin = 0x14; // float32 - public const nint m_flMax = 0x18; // float32 - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class ModelBoneFlexDriver_t { - public const nint m_boneName = 0x0; // CUtlString - public const nint m_boneNameToken = 0x8; // uint32 - public const nint m_controls = 0x10; // CUtlVector - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class PermModelDataAnimatedMaterialAttribute_t { - public const nint m_AttributeName = 0x0; // CUtlString - public const nint m_nNumChannels = 0x8; // int32 - } - // Parent: None - // Fields count: 23 - // - // Metadata: - // MGetKV3ClassDefaults - public static class PermModelData_t { - public const nint m_name = 0x0; // CUtlString - public const nint m_modelInfo = 0x8; // PermModelInfo_t - public const nint m_ExtParts = 0x60; // CUtlVector - public const nint m_refMeshes = 0x78; // CUtlVector> - public const nint m_refMeshGroupMasks = 0x90; // CUtlVector - public const nint m_refPhysGroupMasks = 0xA8; // CUtlVector - public const nint m_refLODGroupMasks = 0xC0; // CUtlVector - public const nint m_lodGroupSwitchDistances = 0xD8; // CUtlVector - public const nint m_refPhysicsData = 0xF0; // CUtlVector> - public const nint m_refPhysicsHitboxData = 0x108; // CUtlVector> - public const nint m_refAnimGroups = 0x120; // CUtlVector> - public const nint m_refSequenceGroups = 0x138; // CUtlVector> - public const nint m_meshGroups = 0x150; // CUtlVector - public const nint m_materialGroups = 0x168; // CUtlVector - public const nint m_nDefaultMeshGroupMask = 0x180; // uint64 - public const nint m_modelSkeleton = 0x188; // ModelSkeletonData_t - public const nint m_remappingTable = 0x230; // CUtlVector - public const nint m_remappingTableStarts = 0x248; // CUtlVector - public const nint m_boneFlexDrivers = 0x260; // CUtlVector - public const nint m_pModelConfigList = 0x278; // CModelConfigList* - public const nint m_BodyGroupsHiddenInTools = 0x280; // CUtlVector - public const nint m_refAnimIncludeModels = 0x298; // CUtlVector> - public const nint m_AnimatedMaterialAttributes = 0x2B0; // CUtlVector - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CModelConfigElement { - public const nint m_ElementName = 0x8; // CUtlString - public const nint m_NestedElements = 0x10; // CUtlVector - } - // Parent: CModelConfigElement - // Fields count: 14 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CModelConfigElement_AttachedModel { - public const nint m_InstanceName = 0x48; // CUtlString - public const nint m_EntityClass = 0x50; // CUtlString - public const nint m_hModel = 0x58; // CStrongHandle - public const nint m_vOffset = 0x60; // Vector - public const nint m_aAngOffset = 0x6C; // QAngle - public const nint m_AttachmentName = 0x78; // CUtlString - public const nint m_LocalAttachmentOffsetName = 0x80; // CUtlString - public const nint m_AttachmentType = 0x88; // ModelConfigAttachmentType_t - public const nint m_bBoneMergeFlex = 0x8C; // bool - public const nint m_bUserSpecifiedColor = 0x8D; // bool - public const nint m_bUserSpecifiedMaterialGroup = 0x8E; // bool - public const nint m_bAcceptParentMaterialDrivenDecals = 0x8F; // bool - public const nint m_BodygroupOnOtherModels = 0x90; // CUtlString - public const nint m_MaterialGroupOnOtherModels = 0x98; // CUtlString - } - // Parent: CModelConfigElement - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CModelConfigElement_UserPick { - public const nint m_Choices = 0x48; // CUtlVector - } - // Parent: CModelConfigElement - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CModelConfigElement_RandomPick { - public const nint m_Choices = 0x48; // CUtlVector - public const nint m_ChoiceWeights = 0x60; // CUtlVector - } - // Parent: CModelConfigElement - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CModelConfigElement_SetMaterialGroup { - public const nint m_MaterialGroupName = 0x48; // CUtlString - } - // Parent: CModelConfigElement - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CModelConfigElement_SetMaterialGroupOnAttachedModels { - public const nint m_MaterialGroupName = 0x48; // CUtlString - } - // Parent: CModelConfigElement - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CModelConfigElement_SetRenderColor { - public const nint m_Color = 0x48; // Color - } - // Parent: CModelConfigElement - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CModelConfigElement_RandomColor { - public const nint m_Gradient = 0x48; // CColorGradient - } - // Parent: CModelConfigElement - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CModelConfigElement_SetBodygroup { - public const nint m_GroupName = 0x48; // CUtlString - public const nint m_nChoice = 0x50; // int32 - } - // Parent: CModelConfigElement - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CModelConfigElement_SetBodygroupOnAttachedModels { - public const nint m_GroupName = 0x48; // CUtlString - public const nint m_nChoice = 0x50; // int32 - } - // Parent: CModelConfigElement - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CModelConfigElement_Command { - public const nint m_Command = 0x48; // CUtlString - public const nint m_Args = 0x50; // KeyValues3 - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CModelConfig { - public const nint m_ConfigName = 0x0; // CUtlString - public const nint m_Elements = 0x8; // CUtlVector - public const nint m_bTopLevel = 0x20; // bool - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CModelConfigList { - public const nint m_bHideMaterialGroupInTools = 0x0; // bool - public const nint m_bHideRenderColorInTools = 0x1; // bool - public const nint m_Configs = 0x8; // CUtlVector - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CRenderBufferBinding { - public const nint m_hBuffer = 0x0; // uint64 - public const nint m_nBindOffsetBytes = 0x10; // uint32 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class SkeletonBoneBounds_t { - public const nint m_vecCenter = 0x0; // Vector - public const nint m_vecSize = 0xC; // Vector - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class RenderSkeletonBone_t { - public const nint m_boneName = 0x0; // CUtlString - public const nint m_parentName = 0x8; // CUtlString - public const nint m_invBindPose = 0x10; // matrix3x4_t - public const nint m_bbox = 0x40; // SkeletonBoneBounds_t - public const nint m_flSphereRadius = 0x58; // float32 - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CRenderSkeleton { - public const nint m_bones = 0x0; // CUtlVector - public const nint m_boneParents = 0x30; // CUtlVector - public const nint m_nBoneWeightCount = 0x48; // int32 - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CDrawCullingData { - public const nint m_vConeApex = 0x0; // Vector - public const nint m_ConeAxis = 0xC; // int8[3] - public const nint m_ConeCutoff = 0xF; // int8 - } - // Parent: None - // Fields count: 12 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CMaterialDrawDescriptor { - public const nint m_nPrimitiveType = 0x0; // RenderPrimitiveType_t - public const nint m_nBaseVertex = 0x4; // int32 - public const nint m_nVertexCount = 0x8; // int32 - public const nint m_nStartIndex = 0xC; // int32 - public const nint m_nIndexCount = 0x10; // int32 - public const nint m_flUvDensity = 0x14; // float32 - public const nint m_vTintColor = 0x18; // Vector - public const nint m_flAlpha = 0x24; // float32 - public const nint m_nFirstMeshlet = 0x2C; // uint32 - public const nint m_nNumMeshlets = 0x30; // uint16 - public const nint m_indexBuffer = 0xB8; // CRenderBufferBinding - public const nint m_material = 0xE0; // CStrongHandle - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CMeshletDescriptor { - public const nint m_PackedAABB = 0x0; // PackedAABB_t - public const nint m_CullingData = 0x8; // CDrawCullingData - } - // Parent: None - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CSceneObjectData { - public const nint m_vMinBounds = 0x0; // Vector - public const nint m_vMaxBounds = 0xC; // Vector - public const nint m_drawCalls = 0x18; // CUtlVector - public const nint m_drawBounds = 0x30; // CUtlVector - public const nint m_meshlets = 0x48; // CUtlVector - public const nint m_vTintColor = 0x60; // Vector4D - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CAttachment { - public const nint m_name = 0x0; // CUtlString - public const nint m_influenceNames = 0x8; // CUtlString[3] - public const nint m_vInfluenceRotations = 0x20; // Quaternion[3] - public const nint m_vInfluenceOffsets = 0x50; // Vector[3] - public const nint m_influenceWeights = 0x74; // float32[3] - public const nint m_bInfluenceRootTransform = 0x80; // bool[3] - public const nint m_nInfluences = 0x83; // uint8 - public const nint m_bIgnoreRotation = 0x84; // bool - } - // Parent: None - // Fields count: 13 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CHitBox { - public const nint m_name = 0x0; // CUtlString - public const nint m_sSurfaceProperty = 0x8; // CUtlString - public const nint m_sBoneName = 0x10; // CUtlString - public const nint m_vMinBounds = 0x18; // Vector - public const nint m_vMaxBounds = 0x24; // Vector - public const nint m_flShapeRadius = 0x30; // float32 - public const nint m_nBoneNameHash = 0x34; // uint32 - public const nint m_nGroupId = 0x38; // int32 - public const nint m_nShapeType = 0x3C; // uint8 - public const nint m_bTranslationOnly = 0x3D; // bool - public const nint m_CRC = 0x40; // uint32 - public const nint m_cRenderColor = 0x44; // Color - public const nint m_nHitBoxIndex = 0x48; // uint16 - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CHitBoxSet { - public const nint m_name = 0x0; // CUtlString - public const nint m_nNameHash = 0x8; // uint32 - public const nint m_HitBoxes = 0x10; // CUtlVector - public const nint m_SourceFilename = 0x28; // CUtlString - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CHitBoxSetList { - public const nint m_HitBoxSets = 0x0; // CUtlVector - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class DynamicMeshDeformParams_t { - public const nint m_flTensionCompressScale = 0x0; // float32 - public const nint m_flTensionStretchScale = 0x4; // float32 - public const nint m_bRecomputeSmoothNormalsAfterAnimation = 0x8; // bool - public const nint m_bComputeDynamicMeshTensionAfterAnimation = 0x9; // bool - } - // Parent: None - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - public static class RenderHairStrandInfo_t { - public const nint m_nGuideIdx = 0x0; // uint32[3] - public const nint m_nBaseTriIdx = 0xC; // uint32 - public const nint m_vGuideBarycentric = 0x10; // Vector2D - public const nint m_vBaseBarycentric = 0x18; // Vector2D - public const nint m_vRootOffset_flLengthScale = 0x20; // uint16[4] - public const nint m_nPackedBaseMeshUv = 0x28; // uint32 - public const nint m_nPad = 0x2C; // uint32 - } - // Parent: None - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CRenderGroom { - public const nint m_nSegmentsPerHairStrand = 0x0; // int32 - public const nint m_nGuideHairCount = 0x4; // int32 - public const nint m_nHairCount = 0x8; // int32 - public const nint m_nGroomGroupID = 0xC; // int32 - public const nint m_nAttachBoneIdx = 0x10; // int32 - public const nint m_hairInfoBufferData = 0x18; // CUtlBinaryBlock - public const nint m_hairs = 0x30; // CUtlVector - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CRenderMesh { - public const nint m_sceneObjects = 0x10; // CUtlVectorFixedGrowable - public const nint m_constraints = 0xA0; // CUtlVector - public const nint m_skeleton = 0xB8; // CRenderSkeleton - public const nint m_meshDeformParams = 0x1E0; // DynamicMeshDeformParams_t - public const nint m_pGroomData = 0x1F0; // CRenderGroom* - } - // Parent: None - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CConstraintTarget { - public const nint m_qOffset = 0x20; // Quaternion - public const nint m_vOffset = 0x30; // Vector - public const nint m_nBoneHash = 0x3C; // uint32 - public const nint m_sName = 0x40; // CUtlString - public const nint m_flWeight = 0x48; // float32 - public const nint m_bIsAttachment = 0x59; // bool - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CConstraintSlave { - public const nint m_qBaseOrientation = 0x0; // Quaternion - public const nint m_vBasePosition = 0x10; // Vector - public const nint m_nBoneHash = 0x1C; // uint32 - public const nint m_flWeight = 0x20; // float32 - public const nint m_sName = 0x28; // CUtlString - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CBoneConstraintBase { - } - // Parent: CBoneConstraintBase - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CBaseConstraint { - public const nint m_name = 0x28; // CUtlString - public const nint m_vUpVector = 0x30; // Vector - public const nint m_slaves = 0x40; // CUtlVector - public const nint m_targets = 0x58; // CUtlVector - } - // Parent: CBaseConstraint - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CPointConstraint { - } - // Parent: CBaseConstraint - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - public static class COrientConstraint { - } - // Parent: CBaseConstraint - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CAimConstraint { - public const nint m_qAimOffset = 0x70; // Quaternion - public const nint m_nUpType = 0x80; // uint32 - } - // Parent: CBaseConstraint - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CTwistConstraint { - public const nint m_bInverse = 0x70; // bool - public const nint m_qParentBindRotation = 0x80; // Quaternion - public const nint m_qChildBindRotation = 0x90; // Quaternion - } - // Parent: CBaseConstraint - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CTiltTwistConstraint { - public const nint m_nTargetAxis = 0x70; // int32 - public const nint m_nSlaveAxis = 0x74; // int32 - } - // Parent: CBaseConstraint - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CMorphConstraint { - public const nint m_sTargetMorph = 0x70; // CUtlString - public const nint m_nSlaveChannel = 0x78; // int32 - public const nint m_flMin = 0x7C; // float32 - public const nint m_flMax = 0x80; // float32 - } - // Parent: CBaseConstraint - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CParentConstraint { - } - // Parent: CBoneConstraintBase - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CBoneConstraintPoseSpaceMorph { - public const nint m_sBoneName = 0x28; // CUtlString - public const nint m_sAttachmentName = 0x30; // CUtlString - public const nint m_outputMorph = 0x38; // CUtlVector - public const nint m_inputList = 0x50; // CUtlVector - public const nint m_bClamp = 0x68; // bool - } - // Parent: CBaseConstraint - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CBoneConstraintPoseSpaceBone { - public const nint m_inputList = 0x70; // CUtlVector - } - // Parent: CBoneConstraintBase - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CBoneConstraintDotToMorph { - public const nint m_sBoneName = 0x28; // CUtlString - public const nint m_sTargetBoneName = 0x30; // CUtlString - public const nint m_sMorphChannelName = 0x38; // CUtlString - public const nint m_flRemap = 0x40; // float32[4] - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CFlexOp { - public const nint m_OpCode = 0x0; // FlexOpCode_t - public const nint m_Data = 0x4; // int32 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CFlexRule { - public const nint m_nFlex = 0x0; // int32 - public const nint m_FlexOps = 0x8; // CUtlVector - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CFlexDesc { - public const nint m_szFacs = 0x0; // CUtlString - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CFlexController { - public const nint m_szName = 0x0; // CUtlString - public const nint m_szType = 0x8; // CUtlString - public const nint min = 0x10; // float32 - public const nint max = 0x14; // float32 - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CMorphBundleData { - public const nint m_flULeftSrc = 0x0; // float32 - public const nint m_flVTopSrc = 0x4; // float32 - public const nint m_offsets = 0x8; // CUtlVector - public const nint m_ranges = 0x20; // CUtlVector - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CMorphRectData { - public const nint m_nXLeftDst = 0x0; // int16 - public const nint m_nYTopDst = 0x2; // int16 - public const nint m_flUWidthSrc = 0x4; // float32 - public const nint m_flVHeightSrc = 0x8; // float32 - public const nint m_bundleDatas = 0x10; // CUtlVector - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CMorphData { - public const nint m_name = 0x0; // CUtlString - public const nint m_morphRectDatas = 0x8; // CUtlVector - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CMorphSetData { - public const nint m_nWidth = 0xC; // int32 - public const nint m_nHeight = 0x10; // int32 - public const nint m_bundleTypes = 0x18; // CUtlVector - public const nint m_morphDatas = 0x30; // CUtlVector - public const nint m_pTextureAtlas = 0x48; // CStrongHandle - public const nint m_FlexDesc = 0x50; // CUtlVector - public const nint m_FlexControllers = 0x68; // CUtlVector - public const nint m_FlexRules = 0x80; // CUtlVector - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CAnimFoot { - public const nint m_name = 0x0; // CUtlString - public const nint m_vBallOffset = 0x8; // Vector - public const nint m_vHeelOffset = 0x14; // Vector - public const nint m_ankleBoneIndex = 0x20; // int32 - public const nint m_toeBoneIndex = 0x24; // int32 - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CAnimSkeleton { - public const nint m_localSpaceTransforms = 0x10; // CUtlVector - public const nint m_modelSpaceTransforms = 0x28; // CUtlVector - public const nint m_boneNames = 0x40; // CUtlVector - public const nint m_children = 0x58; // CUtlVector> - public const nint m_parents = 0x70; // CUtlVector - public const nint m_feet = 0x88; // CUtlVector - public const nint m_morphNames = 0xA0; // CUtlVector - public const nint m_lodBoneCounts = 0xB8; // CUtlVector - } - // Parent: None - // Fields count: 9 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CFootDefinition { - public const nint m_name = 0x0; // CUtlString - public const nint m_ankleBoneName = 0x8; // CUtlString - public const nint m_toeBoneName = 0x10; // CUtlString - public const nint m_vBallOffset = 0x18; // Vector - public const nint m_vHeelOffset = 0x24; // Vector - public const nint m_flFootLength = 0x30; // float32 - public const nint m_flBindPoseDirectionMS = 0x34; // float32 - public const nint m_flTraceHeight = 0x38; // float32 - public const nint m_flTraceRadius = 0x3C; // float32 - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CCycleBase { - public const nint m_flCycle = 0x0; // float32 - } - // Parent: CCycleBase - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CAnimCycle { - } - // Parent: CCycleBase - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CFootCycle { - } - // Parent: None - // Fields count: 9 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CFootCycleDefinition { - public const nint m_vStancePositionMS = 0x0; // Vector - public const nint m_vMidpointPositionMS = 0xC; // Vector - public const nint m_flStanceDirectionMS = 0x18; // float32 - public const nint m_vToStrideStartPos = 0x1C; // Vector - public const nint m_stanceCycle = 0x28; // CAnimCycle - public const nint m_footLiftCycle = 0x2C; // CFootCycle - public const nint m_footOffCycle = 0x30; // CFootCycle - public const nint m_footStrikeCycle = 0x34; // CFootCycle - public const nint m_footLandCycle = 0x38; // CFootCycle - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CFootTrajectory { - public const nint m_vOffset = 0x0; // Vector - public const nint m_flRotationOffset = 0xC; // float32 - public const nint m_flProgression = 0x10; // float32 - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CFootTrajectories { - public const nint m_trajectories = 0x0; // CUtlVector - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CFootStride { - public const nint m_definition = 0x0; // CFootCycleDefinition - public const nint m_trajectories = 0x40; // CFootTrajectories - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CFootMotion { - public const nint m_strides = 0x0; // CUtlVector - public const nint m_name = 0x18; // CUtlString - public const nint m_bAdditive = 0x20; // bool - } - // Parent: None - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - public static class SkeletonAnimCapture_t { - public const nint m_nEntIndex = 0x0; // CEntityIndex - public const nint m_nEntParent = 0x4; // CEntityIndex - public const nint m_ImportedCollision = 0x8; // CUtlVector - public const nint m_ModelName = 0x20; // CUtlString - public const nint m_CaptureName = 0x28; // CUtlString - public const nint m_ModelBindPose = 0x30; // CUtlVector - public const nint m_FeModelInitPose = 0x48; // CUtlVector - public const nint m_nFlexControllers = 0x60; // int32 - public const nint m_bPredicted = 0x64; // bool - public const nint m_Frames = 0xA8; // CUtlVector - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class SkeletonAnimCapture_t__Bone_t { - public const nint m_Name = 0x0; // CUtlString - public const nint m_BindPose = 0x10; // CTransform - public const nint m_nParent = 0x30; // int32 - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - public static class SkeletonAnimCapture_t__FrameStamp_t { - public const nint m_flTime = 0x0; // float32 - public const nint m_flEntitySimTime = 0x4; // float32 - public const nint m_bTeleportTick = 0x8; // bool - public const nint m_bPredicted = 0x9; // bool - public const nint m_flCurTime = 0xC; // float32 - public const nint m_flRealTime = 0x10; // float32 - public const nint m_nFrameCount = 0x14; // int32 - public const nint m_nTickCount = 0x18; // int32 - } - // Parent: None - // Fields count: 9 - // - // Metadata: - // MGetKV3ClassDefaults - public static class SkeletonAnimCapture_t__Frame_t { - public const nint m_flTime = 0x0; // float32 - public const nint m_Stamp = 0x4; // SkeletonAnimCapture_t::FrameStamp_t - public const nint m_Transform = 0x20; // CTransform - public const nint m_bTeleport = 0x40; // bool - public const nint m_CompositeBones = 0x48; // CUtlVector - public const nint m_SimStateBones = 0x60; // CUtlVector - public const nint m_FeModelAnims = 0x78; // CUtlVector - public const nint m_FeModelPos = 0x90; // CUtlVector - public const nint m_FlexControllerWeights = 0xA8; // CUtlVector - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class SkeletonAnimCapture_t__Camera_t { - public const nint m_tmCamera = 0x0; // CTransform - public const nint m_flTime = 0x20; // float32 - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class SkeletonDemoDb_t { - public const nint m_AnimCaptures = 0x0; // CUtlVector - public const nint m_CameraTrack = 0x18; // CUtlVector - public const nint m_flRecordingTime = 0x30; // float32 - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CNmBoneMask { - public const nint m_ID = 0x0; // CGlobalSymbol - public const nint m_weightInfo = 0x8; // CNmBoneMask::WeightInfo_t - public const nint m_weights = 0x18; // CUtlVector - } - // Parent: None - // Fields count: 9 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CNmClip { - public const nint m_skeleton = 0x0; // CStrongHandle - public const nint m_nNumFrames = 0x8; // uint32 - public const nint m_flDuration = 0xC; // float32 - public const nint m_compressedPoseData = 0x10; // CUtlBinaryBlock - public const nint m_trackCompressionSettings = 0x28; // CUtlVector - public const nint m_compressedPoseOffsets = 0x40; // CUtlVector - public const nint m_syncTrack = 0xA0; // CNmSyncTrack - public const nint m_rootMotion = 0x150; // CNmRootMotionData - public const nint m_bIsAdditive = 0x1A0; // bool - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - public static class NmCompressionSettings_t { - public const nint m_translationRangeX = 0x0; // NmCompressionSettings_t::QuantizationRange_t - public const nint m_translationRangeY = 0x8; // NmCompressionSettings_t::QuantizationRange_t - public const nint m_translationRangeZ = 0x10; // NmCompressionSettings_t::QuantizationRange_t - public const nint m_scaleRange = 0x18; // NmCompressionSettings_t::QuantizationRange_t - public const nint m_constantRotation = 0x20; // Quaternion - public const nint m_bIsRotationStatic = 0x30; // bool - public const nint m_bIsTranslationStatic = 0x31; // bool - public const nint m_bIsScaleStatic = 0x32; // bool - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class NmCompressionSettings_t__QuantizationRange_t { - public const nint m_flRangeStart = 0x0; // float32 - public const nint m_flRangeLength = 0x4; // float32 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CNmEvent { - public const nint m_flStartTime = 0x8; // float32 - public const nint m_flDuration = 0xC; // float32 - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CNmRootMotionData { - public const nint m_transforms = 0x0; // CUtlVector - public const nint m_nNumFrames = 0x18; // int32 - public const nint m_flAverageLinearVelocity = 0x1C; // float32 - public const nint m_flAverageAngularVelocityRadians = 0x20; // float32 - public const nint m_totalDelta = 0x30; // CTransform - } - // Parent: None - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CNmSkeleton { - public const nint m_ID = 0x0; // CGlobalSymbol - public const nint m_boneIDs = 0x8; // CUtlLeanVector - public const nint m_parentIndices = 0x18; // CUtlVector - public const nint m_parentSpaceReferencePose = 0x30; // CUtlVector - public const nint m_modelSpaceReferencePose = 0x48; // CUtlVector - public const nint m_numBonesToSampleAtLowLOD = 0x60; // int32 - public const nint m_boneMasks = 0x68; // CUtlLeanVector - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class NmSyncTrackTime_t { - public const nint m_nEventIdx = 0x0; // int32 - public const nint m_percentageThrough = 0x4; // NmPercent_t - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class NmSyncTrackTimeRange_t { - public const nint m_startTime = 0x0; // NmSyncTrackTime_t - public const nint m_endTime = 0x8; // NmSyncTrackTime_t - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CNmSyncTrack { - public const nint m_syncEvents = 0x0; // CUtlLeanVectorFixedGrowable - public const nint m_nStartEventOffset = 0xA8; // int32 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CNmSyncTrack__EventMarker_t { - public const nint m_startTime = 0x0; // NmPercent_t - public const nint m_ID = 0x8; // CGlobalSymbol - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CNmSyncTrack__Event_t { - public const nint m_ID = 0x0; // CGlobalSymbol - public const nint m_startTime = 0x8; // NmPercent_t - public const nint m_duration = 0xC; // NmPercent_t - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class NmPercent_t { - public const nint m_flValue = 0x0; // float32 - } - // Parent: CNmEvent - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CNmLegacyEvent { - } - // Parent: CNmEvent - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CNmFootEvent { - public const nint m_phase = 0x10; // NmFootPhase_t - } - // Parent: CNmEvent - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CNmIDEvent { - public const nint m_ID = 0x10; // CGlobalSymbol - } - // Parent: CNmEvent - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CNmTransitionEvent { - public const nint m_rule = 0x10; // NmTransitionRule_t - public const nint m_ID = 0x18; // CGlobalSymbol - } - // Parent: CNmEvent - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CNmFrameSnapEvent { - public const nint m_frameSnapMode = 0x10; // NmFrameSnapEventMode_t - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CNmGraphDataSet { - public const nint m_variationID = 0x0; // CGlobalSymbol - public const nint m_skeleton = 0x8; // CStrongHandle - public const nint m_resources = 0x10; // CUtlVector - } - // Parent: None - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CNmGraph { - public const nint m_persistentNodeIndices = 0x0; // CUtlVector - public const nint m_instanceNodeStartOffsets = 0x18; // CUtlVector - public const nint m_instanceRequiredMemory = 0x30; // uint32 - public const nint m_instanceRequiredAlignment = 0x34; // uint32 - public const nint m_rootNodeIdx = 0x38; // int16 - public const nint m_controlParameterIDs = 0x40; // CUtlVector - public const nint m_virtualParameterIDs = 0x58; // CUtlVector - public const nint m_virtualParameterNodeIndices = 0x70; // CUtlVector - public const nint m_childGraphSlots = 0x88; // CUtlVector - public const nint m_externalGraphSlots = 0xA0; // CUtlVector - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CNmGraph__ExternalGraphSlot_t { - public const nint m_nNodeIdx = 0x0; // int16 - public const nint m_slotID = 0x8; // CGlobalSymbol - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CNmGraph__ChildGraphSlot_t { - public const nint m_nNodeIdx = 0x0; // int16 - public const nint m_dataSlotIdx = 0x2; // int16 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CNmGraphVariation { - public const nint m_graph = 0x0; // CStrongHandle - public const nint m_dataSet = 0x8; // CStrongHandle - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyArrayElementNameKey - public static class MoodAnimation_t { - public const nint m_sName = 0x0; // CUtlString - public const nint m_flWeight = 0x8; // float32 - } - // Parent: None - // Fields count: 12 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyArrayElementNameKey - public static class MoodAnimationLayer_t { - public const nint m_sName = 0x0; // CUtlString - public const nint m_bActiveListening = 0x8; // bool - public const nint m_bActiveTalking = 0x9; // bool - public const nint m_layerAnimations = 0x10; // CUtlVector - public const nint m_flIntensity = 0x28; // CRangeFloat - public const nint m_flDurationScale = 0x30; // CRangeFloat - public const nint m_bScaleWithInts = 0x38; // bool - public const nint m_flNextStart = 0x3C; // CRangeFloat - public const nint m_flStartOffset = 0x44; // CRangeFloat - public const nint m_flEndOffset = 0x4C; // CRangeFloat - public const nint m_flFadeIn = 0x54; // float32 - public const nint m_flFadeOut = 0x58; // float32 - } - // Parent: None - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - public static class AnimationDecodeDebugDumpElement_t { - public const nint m_nEntityIndex = 0x0; // int32 - public const nint m_modelName = 0x8; // CUtlString - public const nint m_poseParams = 0x10; // CUtlVector - public const nint m_decodeOps = 0x28; // CUtlVector - public const nint m_internalOps = 0x40; // CUtlVector - public const nint m_decodedAnims = 0x58; // CUtlVector - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class AnimationDecodeDebugDump_t { - public const nint m_processingType = 0x0; // AnimationProcessingType_t - public const nint m_elems = 0x8; // CUtlVector - } - // Parent: None - // Fields count: 9 - // - // Metadata: - // MGetKV3ClassDefaults - public static class AnimationSnapshotBase_t { - public const nint m_flRealTime = 0x0; // float32 - public const nint m_rootToWorld = 0x10; // matrix3x4a_t - public const nint m_bBonesInWorldSpace = 0x40; // bool - public const nint m_boneSetupMask = 0x48; // CUtlVector - public const nint m_boneTransforms = 0x60; // CUtlVector - public const nint m_flexControllers = 0x78; // CUtlVector - public const nint m_SnapshotType = 0x90; // AnimationSnapshotType_t - public const nint m_bHasDecodeDump = 0x94; // bool - public const nint m_DecodeDump = 0x98; // AnimationDecodeDebugDumpElement_t - } - // Parent: AnimationSnapshotBase_t - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class AnimationSnapshot_t { - public const nint m_nEntIndex = 0x108; // int32 - public const nint m_modelName = 0x110; // CUtlString - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CAnimBoneDifference { - public const nint m_name = 0x0; // CBufferString - public const nint m_parent = 0x10; // CBufferString - public const nint m_posError = 0x20; // Vector - public const nint m_bHasRotation = 0x2C; // bool - public const nint m_bHasMovement = 0x2D; // bool - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CAnimMorphDifference { - public const nint m_name = 0x0; // CBufferString - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CAnimUserDifference { - public const nint m_name = 0x0; // CBufferString - public const nint m_nType = 0x10; // int32 - } - // Parent: None - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CAnimEncodeDifference { - public const nint m_boneArray = 0x0; // CUtlVector - public const nint m_morphArray = 0x18; // CUtlVector - public const nint m_userArray = 0x30; // CUtlVector - public const nint m_bHasRotationBitArray = 0x48; // CUtlVector - public const nint m_bHasMovementBitArray = 0x60; // CUtlVector - public const nint m_bHasMorphBitArray = 0x78; // CUtlVector - public const nint m_bHasUserBitArray = 0x90; // CUtlVector - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CAnimEventDefinition { - public const nint m_nFrame = 0x8; // int32 - public const nint m_flCycle = 0xC; // float32 - public const nint m_EventData = 0x10; // KeyValues3 - public const nint m_sLegacyOptions = 0x20; // CBufferString - public const nint m_sEventName = 0x30; // CGlobalSymbol - } - // Parent: None - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CAnimMovement { - public const nint endframe = 0x0; // int32 - public const nint motionflags = 0x4; // int32 - public const nint v0 = 0x8; // float32 - public const nint v1 = 0xC; // float32 - public const nint angle = 0x10; // float32 - public const nint vector = 0x14; // Vector - public const nint position = 0x20; // Vector - } - // Parent: None - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CAnimLocalHierarchy { - public const nint m_sBone = 0x0; // CBufferString - public const nint m_sNewParent = 0x10; // CBufferString - public const nint m_nStartFrame = 0x20; // int32 - public const nint m_nPeakFrame = 0x24; // int32 - public const nint m_nTailFrame = 0x28; // int32 - public const nint m_nEndFrame = 0x2C; // int32 - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CAnimDecoder { - public const nint m_szName = 0x0; // CBufferString - public const nint m_nVersion = 0x10; // int32 - public const nint m_nType = 0x14; // int32 - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CAnimFrameSegment { - public const nint m_nUniqueFrameIndex = 0x0; // int32 - public const nint m_nLocalElementMasks = 0x4; // uint32 - public const nint m_nLocalChannel = 0x8; // int32 - public const nint m_container = 0x10; // CUtlBinaryBlock - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CAnimFrameBlockAnim { - public const nint m_nStartFrame = 0x0; // int32 - public const nint m_nEndFrame = 0x4; // int32 - public const nint m_segmentIndexArray = 0x8; // CUtlVector - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CAnimEncodedFrames { - public const nint m_fileName = 0x0; // CBufferString - public const nint m_nFrames = 0x10; // int32 - public const nint m_nFramesPerBlock = 0x14; // int32 - public const nint m_frameblockArray = 0x18; // CUtlVector - public const nint m_usageDifferences = 0x30; // CAnimEncodeDifference - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CAnimDesc_Flag { - public const nint m_bLooping = 0x0; // bool - public const nint m_bAllZeros = 0x1; // bool - public const nint m_bHidden = 0x2; // bool - public const nint m_bDelta = 0x3; // bool - public const nint m_bLegacyWorldspace = 0x4; // bool - public const nint m_bModelDoc = 0x5; // bool - public const nint m_bImplicitSeqIgnoreDelta = 0x6; // bool - public const nint m_bAnimGraphAdditive = 0x7; // bool - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CAnimSequenceParams { - public const nint m_flFadeInTime = 0x0; // float32 - public const nint m_flFadeOutTime = 0x4; // float32 - } - // Parent: None - // Fields count: 14 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CAnimDesc { - public const nint m_name = 0x0; // CBufferString - public const nint m_flags = 0x10; // CAnimDesc_Flag - public const nint fps = 0x18; // float32 - public const nint m_Data = 0x20; // CAnimEncodedFrames - public const nint m_movementArray = 0xF8; // CUtlVector - public const nint m_eventArray = 0x110; // CUtlVector - public const nint m_activityArray = 0x128; // CUtlVector - public const nint m_hierarchyArray = 0x140; // CUtlVector - public const nint framestalltime = 0x158; // float32 - public const nint m_vecRootMin = 0x15C; // Vector - public const nint m_vecRootMax = 0x168; // Vector - public const nint m_vecBoneWorldMin = 0x178; // CUtlVector - public const nint m_vecBoneWorldMax = 0x190; // CUtlVector - public const nint m_sequenceParams = 0x1A8; // CAnimSequenceParams - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CAnimActivity { - public const nint m_name = 0x0; // CBufferString - public const nint m_nActivity = 0x10; // int32 - public const nint m_nFlags = 0x14; // int32 - public const nint m_nWeight = 0x18; // int32 - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CAnimData { - public const nint m_name = 0x10; // CBufferString - public const nint m_animArray = 0x20; // CUtlVector - public const nint m_decoderArray = 0x38; // CUtlVector - public const nint m_nMaxUniqueFrameIndex = 0x50; // int32 - public const nint m_segmentArray = 0x58; // CUtlVector - } - // Parent: None - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CAnimBone { - public const nint m_name = 0x0; // CBufferString - public const nint m_parent = 0x10; // int32 - public const nint m_pos = 0x14; // Vector - public const nint m_quat = 0x20; // QuaternionStorage - public const nint m_scale = 0x30; // float32 - public const nint m_qAlignment = 0x34; // QuaternionStorage - public const nint m_flags = 0x44; // int32 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CAnimUser { - public const nint m_name = 0x0; // CBufferString - public const nint m_nType = 0x10; // int32 - } - // Parent: None - // Fields count: 9 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CAnimDataChannelDesc { - public const nint m_szChannelClass = 0x0; // CBufferString - public const nint m_szVariableName = 0x10; // CBufferString - public const nint m_nFlags = 0x20; // int32 - public const nint m_nType = 0x24; // int32 - public const nint m_szGrouping = 0x28; // CBufferString - public const nint m_szDescription = 0x38; // CBufferString - public const nint m_szElementNameArray = 0x48; // CUtlVector - public const nint m_nElementIndexArray = 0x60; // CUtlVector - public const nint m_nElementMaskArray = 0x78; // CUtlVector - } - // Parent: None - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CAnimKeyData { - public const nint m_name = 0x0; // CBufferString - public const nint m_boneArray = 0x10; // CUtlVector - public const nint m_userArray = 0x28; // CUtlVector - public const nint m_morphArray = 0x40; // CUtlVector - public const nint m_nChannelElements = 0x58; // int32 - public const nint m_dataChannelArray = 0x60; // CUtlVector - } - // Parent: None - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CAnimationGroup { - public const nint m_nFlags = 0xC; // uint32 - public const nint m_name = 0x10; // CBufferString - public const nint m_localHAnimArray_Handle = 0x58; // CUtlVector> - public const nint m_includedGroupArray_Handle = 0x70; // CUtlVector> - public const nint m_directHSeqGroup_Handle = 0x88; // CStrongHandle - public const nint m_decodeKey = 0x90; // CAnimKeyData - public const nint m_szScripts = 0x108; // CUtlVector - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CSeqAutoLayerFlag { - public const nint m_bPost = 0x0; // bool - public const nint m_bSpline = 0x1; // bool - public const nint m_bXFade = 0x2; // bool - public const nint m_bNoBlend = 0x3; // bool - public const nint m_bLocal = 0x4; // bool - public const nint m_bPose = 0x5; // bool - public const nint m_bFetchFrame = 0x6; // bool - public const nint m_bSubtract = 0x7; // bool - } - // Parent: None - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CSeqAutoLayer { - public const nint m_nLocalReference = 0x0; // int16 - public const nint m_nLocalPose = 0x2; // int16 - public const nint m_flags = 0x4; // CSeqAutoLayerFlag - public const nint m_start = 0xC; // float32 - public const nint m_peak = 0x10; // float32 - public const nint m_tail = 0x14; // float32 - public const nint m_end = 0x18; // float32 - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CSeqIKLock { - public const nint m_flPosWeight = 0x0; // float32 - public const nint m_flAngleWeight = 0x4; // float32 - public const nint m_nLocalBone = 0x8; // int16 - public const nint m_bBonesOrientedAlongPositiveX = 0xA; // bool - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CSeqBoneMaskList { - public const nint m_sName = 0x0; // CBufferString - public const nint m_nLocalBoneArray = 0x10; // CUtlVector - public const nint m_flBoneWeightArray = 0x28; // CUtlVector - public const nint m_flDefaultMorphCtrlWeight = 0x40; // float32 - public const nint m_morphCtrlWeightArray = 0x48; // CUtlVector> - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CSeqScaleSet { - public const nint m_sName = 0x0; // CBufferString - public const nint m_bRootOffset = 0x10; // bool - public const nint m_vRootOffset = 0x14; // Vector - public const nint m_nLocalBoneArray = 0x20; // CUtlVector - public const nint m_flBoneScaleArray = 0x38; // CUtlVector - } - // Parent: None - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CSeqMultiFetchFlag { - public const nint m_bRealtime = 0x0; // bool - public const nint m_bCylepose = 0x1; // bool - public const nint m_b0D = 0x2; // bool - public const nint m_b1D = 0x3; // bool - public const nint m_b2D = 0x4; // bool - public const nint m_b2D_TRI = 0x5; // bool - } - // Parent: None - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CSeqMultiFetch { - public const nint m_flags = 0x0; // CSeqMultiFetchFlag - public const nint m_localReferenceArray = 0x8; // CUtlVector - public const nint m_nGroupSize = 0x20; // int32[2] - public const nint m_nLocalPose = 0x28; // int32[2] - public const nint m_poseKeyArray0 = 0x30; // CUtlVector - public const nint m_poseKeyArray1 = 0x48; // CUtlVector - public const nint m_nLocalCyclePoseParameter = 0x60; // int32 - public const nint m_bCalculatePoseParameters = 0x64; // bool - public const nint m_bFixedBlendWeight = 0x65; // bool - public const nint m_flFixedBlendWeightVals = 0x68; // float32[2] - } - // Parent: None - // Fields count: 11 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CSeqSeqDescFlag { - public const nint m_bLooping = 0x0; // bool - public const nint m_bSnap = 0x1; // bool - public const nint m_bAutoplay = 0x2; // bool - public const nint m_bPost = 0x3; // bool - public const nint m_bHidden = 0x4; // bool - public const nint m_bMulti = 0x5; // bool - public const nint m_bLegacyDelta = 0x6; // bool - public const nint m_bLegacyWorldspace = 0x7; // bool - public const nint m_bLegacyCyclepose = 0x8; // bool - public const nint m_bLegacyRealtime = 0x9; // bool - public const nint m_bModelDoc = 0xA; // bool - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CSeqTransition { - public const nint m_flFadeInTime = 0x0; // float32 - public const nint m_flFadeOutTime = 0x4; // float32 - } - // Parent: None - // Fields count: 11 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CSeqS1SeqDesc { - public const nint m_sName = 0x0; // CBufferString - public const nint m_flags = 0x10; // CSeqSeqDescFlag - public const nint m_fetch = 0x20; // CSeqMultiFetch - public const nint m_nLocalWeightlist = 0x90; // int32 - public const nint m_autoLayerArray = 0x98; // CUtlVector - public const nint m_IKLockArray = 0xB0; // CUtlVector - public const nint m_transition = 0xC8; // CSeqTransition - public const nint m_SequenceKeys = 0xD0; // KeyValues3 - public const nint m_LegacyKeyValueText = 0xE0; // CBufferString - public const nint m_activityArray = 0xF0; // CUtlVector - public const nint m_footMotion = 0x108; // CUtlVector - } - // Parent: None - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CSeqSynthAnimDesc { - public const nint m_sName = 0x0; // CBufferString - public const nint m_flags = 0x10; // CSeqSeqDescFlag - public const nint m_transition = 0x1C; // CSeqTransition - public const nint m_nLocalBaseReference = 0x24; // int16 - public const nint m_nLocalBoneMask = 0x26; // int16 - public const nint m_activityArray = 0x28; // CUtlVector - } - // Parent: None - // Fields count: 9 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CSeqCmdLayer { - public const nint m_cmd = 0x0; // int16 - public const nint m_nLocalReference = 0x2; // int16 - public const nint m_nLocalBonemask = 0x4; // int16 - public const nint m_nDstResult = 0x6; // int16 - public const nint m_nSrcResult = 0x8; // int16 - public const nint m_bSpline = 0xA; // bool - public const nint m_flVar1 = 0xC; // float32 - public const nint m_flVar2 = 0x10; // float32 - public const nint m_nLineNumber = 0x14; // int16 - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CSeqPoseSetting { - public const nint m_sPoseParameter = 0x0; // CBufferString - public const nint m_sAttachment = 0x10; // CBufferString - public const nint m_sReferenceSequence = 0x20; // CBufferString - public const nint m_flValue = 0x30; // float32 - public const nint m_bX = 0x34; // bool - public const nint m_bY = 0x35; // bool - public const nint m_bZ = 0x36; // bool - public const nint m_eType = 0x38; // int32 - } - // Parent: None - // Fields count: 12 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CSeqCmdSeqDesc { - public const nint m_sName = 0x0; // CBufferString - public const nint m_flags = 0x10; // CSeqSeqDescFlag - public const nint m_transition = 0x1C; // CSeqTransition - public const nint m_nFrameRangeSequence = 0x24; // int16 - public const nint m_nFrameCount = 0x26; // int16 - public const nint m_flFPS = 0x28; // float32 - public const nint m_nSubCycles = 0x2C; // int16 - public const nint m_numLocalResults = 0x2E; // int16 - public const nint m_cmdLayerArray = 0x30; // CUtlVector - public const nint m_eventArray = 0x48; // CUtlVector - public const nint m_activityArray = 0x60; // CUtlVector - public const nint m_poseSettingArray = 0x78; // CUtlVector - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CSeqPoseParamDesc { - public const nint m_sName = 0x0; // CBufferString - public const nint m_flStart = 0x10; // float32 - public const nint m_flEnd = 0x14; // float32 - public const nint m_flLoop = 0x18; // float32 - public const nint m_bLooping = 0x1C; // bool - } - // Parent: None - // Fields count: 14 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CSequenceGroupData { - public const nint m_sName = 0x10; // CBufferString - public const nint m_nFlags = 0x20; // uint32 - public const nint m_localSequenceNameArray = 0x28; // CUtlVector - public const nint m_localS1SeqDescArray = 0x40; // CUtlVector - public const nint m_localMultiSeqDescArray = 0x58; // CUtlVector - public const nint m_localSynthAnimDescArray = 0x70; // CUtlVector - public const nint m_localCmdSeqDescArray = 0x88; // CUtlVector - public const nint m_localBoneMaskArray = 0xA0; // CUtlVector - public const nint m_localScaleSetArray = 0xB8; // CUtlVector - public const nint m_localBoneNameArray = 0xD0; // CUtlVector - public const nint m_localNodeName = 0xE8; // CBufferString - public const nint m_localPoseParamArray = 0xF8; // CUtlVector - public const nint m_keyValues = 0x110; // KeyValues3 - public const nint m_localIKAutoplayLockArray = 0x120; // CUtlVector - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MPropertyEditClassAsString - public static class CAnimEnum { - public const nint m_value = 0x0; // uint8 - } - // Parent: CAnimGraphSettingsGroup - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyFriendlyName - public static class CAnimGraphNetworkSettings { - public const nint m_bNetworkingEnabled = 0x20; // bool - } - // Parent: CAnimComponentUpdater - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CActionComponentUpdater { - public const nint m_actions = 0x30; // CUtlVector> - } - // Parent: CBinaryUpdateNode - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CAddUpdateNode { - public const nint m_footMotionTiming = 0x88; // BinaryNodeChildOption - public const nint m_bApplyToFootMotion = 0x8C; // bool - public const nint m_bApplyChannelsSeparately = 0x8D; // bool - public const nint m_bUseModelSpace = 0x8E; // bool - } - // Parent: CUnaryUpdateNode - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CAimMatrixUpdateNode { - public const nint m_opFixedSettings = 0x70; // AimMatrixOpFixedSettings_t - public const nint m_target = 0x148; // AnimVectorSource - public const nint m_paramIndex = 0x14C; // CAnimParamHandle - public const nint m_hSequence = 0x150; // HSequence - public const nint m_bResetChild = 0x154; // bool - public const nint m_bLockWhenWaning = 0x155; // bool - } - // Parent: CLeafUpdateNode - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CBindPoseUpdateNode { - } - // Parent: CUnaryUpdateNode - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CChoreoUpdateNode { - } - // Parent: CUnaryUpdateNode - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CCycleControlUpdateNode { - public const nint m_valueSource = 0x68; // AnimValueSource - public const nint m_paramIndex = 0x6C; // CAnimParamHandle - } - // Parent: CLeafUpdateNode - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CCycleControlClipUpdateNode { - public const nint m_tags = 0x60; // CUtlVector - public const nint m_hSequence = 0x7C; // HSequence - public const nint m_duration = 0x80; // float32 - public const nint m_valueSource = 0x84; // AnimValueSource - public const nint m_paramIndex = 0x88; // CAnimParamHandle - } - // Parent: CLeafUpdateNode - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CDirectionalBlendUpdateNode { - public const nint m_hSequences = 0x5C; // HSequence[8] - public const nint m_damping = 0x80; // CAnimInputDamping - public const nint m_blendValueSource = 0x90; // AnimValueSource - public const nint m_paramIndex = 0x94; // CAnimParamHandle - public const nint m_playbackSpeed = 0x98; // float32 - public const nint m_duration = 0x9C; // float32 - public const nint m_bLoop = 0xA0; // bool - public const nint m_bLockBlendOnReset = 0xA1; // bool - } - // Parent: CUnaryUpdateNode - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CDirectPlaybackUpdateNode { - public const nint m_bFinishEarly = 0x6C; // bool - public const nint m_bResetOnFinish = 0x6D; // bool - public const nint m_allTags = 0x70; // CUtlVector - } - // Parent: CUnaryUpdateNode - // Fields count: 13 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CFollowPathUpdateNode { - public const nint m_flBlendOutTime = 0x6C; // float32 - public const nint m_bBlockNonPathMovement = 0x70; // bool - public const nint m_bStopFeetAtGoal = 0x71; // bool - public const nint m_bScaleSpeed = 0x72; // bool - public const nint m_flScale = 0x74; // float32 - public const nint m_flMinAngle = 0x78; // float32 - public const nint m_flMaxAngle = 0x7C; // float32 - public const nint m_flSpeedScaleBlending = 0x80; // float32 - public const nint m_turnDamping = 0x88; // CAnimInputDamping - public const nint m_facingTarget = 0x98; // AnimValueSource - public const nint m_hParam = 0x9C; // CAnimParamHandle - public const nint m_flTurnToFaceOffset = 0xA0; // float32 - public const nint m_bTurnToFace = 0xA4; // bool - } - // Parent: CUnaryUpdateNode - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CFollowAttachmentUpdateNode { - public const nint m_opFixedData = 0x70; // FollowAttachmentSettings_t - } - // Parent: CUnaryUpdateNode - // Fields count: 9 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CFootAdjustmentUpdateNode { - public const nint m_clips = 0x70; // CUtlVector - public const nint m_hBasePoseCacheHandle = 0x88; // CPoseHandle - public const nint m_facingTarget = 0x8C; // CAnimParamHandle - public const nint m_flTurnTimeMin = 0x90; // float32 - public const nint m_flTurnTimeMax = 0x94; // float32 - public const nint m_flStepHeightMax = 0x98; // float32 - public const nint m_flStepHeightMaxAngle = 0x9C; // float32 - public const nint m_bResetChild = 0xA0; // bool - public const nint m_bAnimationDriven = 0xA1; // bool - } - // Parent: CUnaryUpdateNode - // Fields count: 20 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CFootLockUpdateNode { - public const nint m_opFixedSettings = 0x68; // FootLockPoseOpFixedSettings - public const nint m_footSettings = 0xD0; // CUtlVector - public const nint m_hipShiftDamping = 0xE8; // CAnimInputDamping - public const nint m_rootHeightDamping = 0xF8; // CAnimInputDamping - public const nint m_flStrideCurveScale = 0x108; // float32 - public const nint m_flStrideCurveLimitScale = 0x10C; // float32 - public const nint m_flStepHeightIncreaseScale = 0x110; // float32 - public const nint m_flStepHeightDecreaseScale = 0x114; // float32 - public const nint m_flHipShiftScale = 0x118; // float32 - public const nint m_flBlendTime = 0x11C; // float32 - public const nint m_flMaxRootHeightOffset = 0x120; // float32 - public const nint m_flMinRootHeightOffset = 0x124; // float32 - public const nint m_flTiltPlanePitchSpringStrength = 0x128; // float32 - public const nint m_flTiltPlaneRollSpringStrength = 0x12C; // float32 - public const nint m_bApplyFootRotationLimits = 0x130; // bool - public const nint m_bApplyHipShift = 0x131; // bool - public const nint m_bModulateStepHeight = 0x132; // bool - public const nint m_bResetChild = 0x133; // bool - public const nint m_bEnableVerticalCurvedPaths = 0x134; // bool - public const nint m_bEnableRootHeightDamping = 0x135; // bool - } - // Parent: CUnaryUpdateNode - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CFootPinningUpdateNode { - public const nint m_poseOpFixedData = 0x70; // FootPinningPoseOpFixedData_t - public const nint m_eTimingSource = 0xA0; // FootPinningTimingSource - public const nint m_params = 0xA8; // CUtlVector - public const nint m_bResetChild = 0xC0; // bool - } - // Parent: CUnaryUpdateNode - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CFootStepTriggerUpdateNode { - public const nint m_triggers = 0x68; // CUtlVector - public const nint m_flTolerance = 0x84; // float32 - } - // Parent: CUnaryUpdateNode - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CHitReactUpdateNode { - public const nint m_opFixedSettings = 0x68; // HitReactFixedSettings_t - public const nint m_triggerParam = 0xB4; // CAnimParamHandle - public const nint m_hitBoneParam = 0xB6; // CAnimParamHandle - public const nint m_hitOffsetParam = 0xB8; // CAnimParamHandle - public const nint m_hitDirectionParam = 0xBA; // CAnimParamHandle - public const nint m_hitStrengthParam = 0xBC; // CAnimParamHandle - public const nint m_flMinDelayBetweenHits = 0xC0; // float32 - public const nint m_bResetChild = 0xC4; // bool - } - // Parent: CLeafUpdateNode - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CInputStreamUpdateNode { - } - // Parent: CUnaryUpdateNode - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CJiggleBoneUpdateNode { - public const nint m_opFixedData = 0x68; // JiggleBoneSettingsList_t - } - // Parent: CSequenceUpdateNode - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CJumpHelperUpdateNode { - public const nint m_hTargetParam = 0xA1; // CAnimParamHandle - public const nint m_flOriginalJumpMovement = 0xA4; // Vector - public const nint m_flOriginalJumpDuration = 0xB0; // float32 - public const nint m_flJumpStartCycle = 0xB4; // float32 - public const nint m_flJumpEndCycle = 0xB8; // float32 - public const nint m_eCorrectionMethod = 0xBC; // JumpCorrectionMethod - public const nint m_bTranslationAxis = 0xC0; // bool[3] - public const nint m_bScaleSpeed = 0xC3; // bool - } - // Parent: CUnaryUpdateNode - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CLookAtUpdateNode { - public const nint m_opFixedSettings = 0x70; // LookAtOpFixedSettings_t - public const nint m_target = 0x138; // AnimVectorSource - public const nint m_paramIndex = 0x13C; // CAnimParamHandle - public const nint m_weightParamIndex = 0x13E; // CAnimParamHandle - public const nint m_bResetChild = 0x140; // bool - public const nint m_bLockWhenWaning = 0x141; // bool - } - // Parent: CUnaryUpdateNode - // Fields count: 12 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CMoverUpdateNode { - public const nint m_damping = 0x70; // CAnimInputDamping - public const nint m_facingTarget = 0x80; // AnimValueSource - public const nint m_hMoveVecParam = 0x84; // CAnimParamHandle - public const nint m_hMoveHeadingParam = 0x86; // CAnimParamHandle - public const nint m_hTurnToFaceParam = 0x88; // CAnimParamHandle - public const nint m_flTurnToFaceOffset = 0x8C; // float32 - public const nint m_flTurnToFaceLimit = 0x90; // float32 - public const nint m_bAdditive = 0x94; // bool - public const nint m_bApplyMovement = 0x95; // bool - public const nint m_bOrientMovement = 0x96; // bool - public const nint m_bApplyRotation = 0x97; // bool - public const nint m_bLimitOnly = 0x98; // bool - } - // Parent: CUnaryUpdateNode - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CPathHelperUpdateNode { - public const nint m_flStoppingRadius = 0x68; // float32 - public const nint m_flStoppingSpeedScale = 0x6C; // float32 - } - // Parent: CUnaryUpdateNode - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CRagdollUpdateNode { - public const nint m_nWeightListIndex = 0x68; // int32 - public const nint m_poseControlMethod = 0x6C; // RagdollPoseControl - } - // Parent: CUnaryUpdateNode - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CRootUpdateNode { - } - // Parent: CUnaryUpdateNode - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CSetFacingUpdateNode { - public const nint m_facingMode = 0x68; // FacingMode - public const nint m_bResetChild = 0x6C; // bool - } - // Parent: CUnaryUpdateNode - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CSlowDownOnSlopesUpdateNode { - public const nint m_flSlowDownStrength = 0x68; // float32 - } - // Parent: CUnaryUpdateNode - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CSolveIKChainUpdateNode { - public const nint m_targetHandles = 0x68; // CUtlVector - public const nint m_opFixedData = 0x80; // SolveIKChainPoseOpFixedSettings_t - } - // Parent: CUnaryUpdateNode - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CSpeedScaleUpdateNode { - public const nint m_paramIndex = 0x68; // CAnimParamHandle - } - // Parent: CUnaryUpdateNode - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CStanceOverrideUpdateNode { - public const nint m_footStanceInfo = 0x68; // CUtlVector - public const nint m_pStanceSourceNode = 0x80; // CAnimUpdateNodeRef - public const nint m_hParameter = 0x90; // CAnimParamHandle - public const nint m_eMode = 0x94; // StanceOverrideMode - } - // Parent: CUnaryUpdateNode - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CStanceScaleUpdateNode { - public const nint m_hParam = 0x68; // CAnimParamHandle - } - // Parent: CUnaryUpdateNode - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CStopAtGoalUpdateNode { - public const nint m_flOuterRadius = 0x6C; // float32 - public const nint m_flInnerRadius = 0x70; // float32 - public const nint m_flMaxScale = 0x74; // float32 - public const nint m_flMinScale = 0x78; // float32 - public const nint m_damping = 0x80; // CAnimInputDamping - } - // Parent: CUnaryUpdateNode - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CTurnHelperUpdateNode { - public const nint m_facingTarget = 0x6C; // AnimValueSource - public const nint m_turnStartTimeOffset = 0x70; // float32 - public const nint m_turnDuration = 0x74; // float32 - public const nint m_bMatchChildDuration = 0x78; // bool - public const nint m_manualTurnOffset = 0x7C; // float32 - public const nint m_bUseManualTurnOffset = 0x80; // bool - } - // Parent: CUnaryUpdateNode - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CTwoBoneIKUpdateNode { - public const nint m_opFixedData = 0x70; // TwoBoneIKSettings_t - } - } -} diff --git a/output/linux/libanimationsystem.so.hpp b/output/linux/libanimationsystem.so.hpp deleted file mode 100644 index 2582fee..0000000 --- a/output/linux/libanimationsystem.so.hpp +++ /dev/null @@ -1,4090 +0,0 @@ -// Generated using https://github.com/a2x/cs2-dumper -// 2024-03-29 21:16:02.890657436 UTC - -#pragma once - -#include - -namespace cs2_dumper { - namespace schemas { - // Module: libanimationsystem.so - // Classes count: 353 - // Enums count: 0 - namespace libanimationsystem { - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace BoneDemoCaptureSettings_t { - constexpr std::ptrdiff_t m_boneName = 0x0; // CUtlString - constexpr std::ptrdiff_t m_flChainLength = 0x8; // float32 - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace IKDemoCaptureSettings_t { - constexpr std::ptrdiff_t m_parentBoneName = 0x0; // CUtlString - constexpr std::ptrdiff_t m_eMode = 0x8; // IKChannelMode - constexpr std::ptrdiff_t m_ikChainName = 0x10; // CUtlString - constexpr std::ptrdiff_t m_oneBoneStart = 0x18; // CUtlString - constexpr std::ptrdiff_t m_oneBoneEnd = 0x20; // CUtlString - } - // Parent: None - // Fields count: 16 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CAnimDemoCaptureSettings { - constexpr std::ptrdiff_t m_rangeBoneChainLength = 0x0; // Vector2D - constexpr std::ptrdiff_t m_rangeMaxSplineErrorRotation = 0x8; // Vector2D - constexpr std::ptrdiff_t m_flMaxSplineErrorTranslation = 0x10; // float32 - constexpr std::ptrdiff_t m_flMaxSplineErrorScale = 0x14; // float32 - constexpr std::ptrdiff_t m_flIkRotation_MaxSplineError = 0x18; // float32 - constexpr std::ptrdiff_t m_flIkTranslation_MaxSplineError = 0x1C; // float32 - constexpr std::ptrdiff_t m_flMaxQuantizationErrorRotation = 0x20; // float32 - constexpr std::ptrdiff_t m_flMaxQuantizationErrorTranslation = 0x24; // float32 - constexpr std::ptrdiff_t m_flMaxQuantizationErrorScale = 0x28; // float32 - constexpr std::ptrdiff_t m_flIkRotation_MaxQuantizationError = 0x2C; // float32 - constexpr std::ptrdiff_t m_flIkTranslation_MaxQuantizationError = 0x30; // float32 - constexpr std::ptrdiff_t m_baseSequence = 0x38; // CUtlString - constexpr std::ptrdiff_t m_nBaseSequenceFrame = 0x40; // int32 - constexpr std::ptrdiff_t m_boneSelectionMode = 0x44; // EDemoBoneSelectionMode - constexpr std::ptrdiff_t m_bones = 0x48; // CUtlVector - constexpr std::ptrdiff_t m_ikChains = 0x60; // CUtlVector - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CAnimReplayFrame { - constexpr std::ptrdiff_t m_inputDataBlocks = 0x10; // CUtlVector - constexpr std::ptrdiff_t m_instanceData = 0x28; // CUtlBinaryBlock - constexpr std::ptrdiff_t m_startingLocalToWorldTransform = 0x40; // CTransform - constexpr std::ptrdiff_t m_localToWorldTransform = 0x60; // CTransform - constexpr std::ptrdiff_t m_timeStamp = 0x80; // float32 - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CAnimGraphDebugReplay { - constexpr std::ptrdiff_t m_animGraphFileName = 0x40; // CUtlString - constexpr std::ptrdiff_t m_frameList = 0x48; // CUtlVector> - constexpr std::ptrdiff_t m_startIndex = 0x60; // int32 - constexpr std::ptrdiff_t m_writeIndex = 0x64; // int32 - constexpr std::ptrdiff_t m_frameCount = 0x68; // int32 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CAnimGraphModelBinding { - constexpr std::ptrdiff_t m_modelName = 0x8; // CUtlString - constexpr std::ptrdiff_t m_pSharedData = 0x10; // CSmartPtr - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyFriendlyName - namespace CAnimInputDamping { - constexpr std::ptrdiff_t m_speedFunction = 0x8; // DampingSpeedFunction - constexpr std::ptrdiff_t m_fSpeedScale = 0xC; // float32 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CAnimParamHandle { - constexpr std::ptrdiff_t m_type = 0x0; // AnimParamType_t - constexpr std::ptrdiff_t m_index = 0x1; // uint8 - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CAnimParamHandleMap { - constexpr std::ptrdiff_t m_list = 0x0; // CUtlHashtable - } - // Parent: None - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CAnimParameterManagerUpdater { - constexpr std::ptrdiff_t m_parameters = 0x18; // CUtlVector> - constexpr std::ptrdiff_t m_idToIndexMap = 0x30; // CUtlHashtable - constexpr std::ptrdiff_t m_nameToIndexMap = 0x50; // CUtlHashtable - constexpr std::ptrdiff_t m_indexToHandle = 0x70; // CUtlVector - constexpr std::ptrdiff_t m_autoResetParams = 0x88; // CUtlVector> - constexpr std::ptrdiff_t m_autoResetMap = 0xA0; // CUtlHashtable - } - // Parent: None - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CAnimUpdateSharedData { - constexpr std::ptrdiff_t m_nodes = 0x10; // CUtlVector> - constexpr std::ptrdiff_t m_nodeIndexMap = 0x28; // CUtlHashtable - constexpr std::ptrdiff_t m_components = 0x48; // CUtlVector> - constexpr std::ptrdiff_t m_pParamListUpdater = 0x60; // CSmartPtr - constexpr std::ptrdiff_t m_pTagManagerUpdater = 0x68; // CSmartPtr - constexpr std::ptrdiff_t m_scriptManager = 0x70; // CSmartPtr - constexpr std::ptrdiff_t m_settings = 0x78; // CAnimGraphSettingsManager - constexpr std::ptrdiff_t m_pStaticPoseCache = 0xA8; // CSmartPtr - constexpr std::ptrdiff_t m_pSkeleton = 0xB0; // CSmartPtr - constexpr std::ptrdiff_t m_rootNodePath = 0xB8; // CAnimNodePath - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CBlendCurve { - constexpr std::ptrdiff_t m_flControlPoint1 = 0x0; // float32 - constexpr std::ptrdiff_t m_flControlPoint2 = 0x4; // float32 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace ParamSpanSample_t { - constexpr std::ptrdiff_t m_value = 0x0; // CAnimVariant - constexpr std::ptrdiff_t m_flCycle = 0x14; // float32 - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace ParamSpan_t { - constexpr std::ptrdiff_t m_samples = 0x0; // CUtlVector - constexpr std::ptrdiff_t m_hParam = 0x18; // CAnimParamHandle - constexpr std::ptrdiff_t m_eParamType = 0x1A; // AnimParamType_t - constexpr std::ptrdiff_t m_flStartCycle = 0x1C; // float32 - constexpr std::ptrdiff_t m_flEndCycle = 0x20; // float32 - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CParamSpanUpdater { - constexpr std::ptrdiff_t m_spans = 0x0; // CUtlVector - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CAnimGraphSettingsGroup { - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CAnimGraphSettingsManager { - constexpr std::ptrdiff_t m_settingsGroups = 0x18; // CUtlVector> - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CCachedPose { - constexpr std::ptrdiff_t m_transforms = 0x8; // CUtlVector - constexpr std::ptrdiff_t m_morphWeights = 0x20; // CUtlVector - constexpr std::ptrdiff_t m_hSequence = 0x38; // HSequence - constexpr std::ptrdiff_t m_flCycle = 0x3C; // float32 - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CStaticPoseCache { - constexpr std::ptrdiff_t m_poses = 0x10; // CUtlVector - constexpr std::ptrdiff_t m_nBoneCount = 0x28; // int32 - constexpr std::ptrdiff_t m_nMorphCount = 0x2C; // int32 - } - // Parent: CStaticPoseCache - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CStaticPoseCacheBuilder { - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CAnimActionUpdater { - } - // Parent: CAnimActionUpdater - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CEmitTagActionUpdater { - constexpr std::ptrdiff_t m_nTagIndex = 0x18; // int32 - constexpr std::ptrdiff_t m_bIsZeroDuration = 0x1C; // bool - } - // Parent: CAnimActionUpdater - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CSetParameterActionUpdater { - constexpr std::ptrdiff_t m_hParam = 0x18; // CAnimParamHandle - constexpr std::ptrdiff_t m_value = 0x1A; // CAnimVariant - } - // Parent: CAnimActionUpdater - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CToggleComponentActionUpdater { - constexpr std::ptrdiff_t m_componentID = 0x18; // AnimComponentID - constexpr std::ptrdiff_t m_bSetEnabled = 0x1C; // bool - } - // Parent: CAnimActionUpdater - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CExpressionActionUpdater { - constexpr std::ptrdiff_t m_hParam = 0x18; // CAnimParamHandle - constexpr std::ptrdiff_t m_eParamType = 0x1A; // AnimParamType_t - constexpr std::ptrdiff_t m_hScript = 0x1C; // AnimScriptHandle - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CAnimTagBase { - constexpr std::ptrdiff_t m_name = 0x18; // CGlobalSymbol - constexpr std::ptrdiff_t m_group = 0x20; // CGlobalSymbol - constexpr std::ptrdiff_t m_tagID = 0x28; // AnimTagID - constexpr std::ptrdiff_t m_bIsReferenced = 0x40; // bool - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CAnimTagManagerUpdater { - constexpr std::ptrdiff_t m_tags = 0x18; // CUtlVector> - } - // Parent: CAnimTagBase - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyFriendlyName - namespace CAudioAnimTag { - constexpr std::ptrdiff_t m_clipName = 0x50; // CUtlString - constexpr std::ptrdiff_t m_attachmentName = 0x58; // CUtlString - constexpr std::ptrdiff_t m_flVolume = 0x60; // float32 - constexpr std::ptrdiff_t m_bStopWhenTagEnds = 0x64; // bool - constexpr std::ptrdiff_t m_bStopWhenGraphEnds = 0x65; // bool - constexpr std::ptrdiff_t m_bPlayOnServer = 0x66; // bool - constexpr std::ptrdiff_t m_bPlayOnClient = 0x67; // bool - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyFriendlyName - // MPropertyElementNameFn - namespace CBodyGroupSetting { - constexpr std::ptrdiff_t m_BodyGroupName = 0x0; // CUtlString - constexpr std::ptrdiff_t m_nBodyGroupOption = 0x8; // int32 - } - // Parent: CAnimTagBase - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyFriendlyName - namespace CBodyGroupAnimTag { - constexpr std::ptrdiff_t m_nPriority = 0x50; // int32 - constexpr std::ptrdiff_t m_bodyGroupSettings = 0x58; // CUtlVector - } - // Parent: CAnimTagBase - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyFriendlyName - namespace CClothSettingsAnimTag { - constexpr std::ptrdiff_t m_flStiffness = 0x50; // float32 - constexpr std::ptrdiff_t m_flEaseIn = 0x54; // float32 - constexpr std::ptrdiff_t m_flEaseOut = 0x58; // float32 - constexpr std::ptrdiff_t m_nVertexSet = 0x60; // CUtlString - } - // Parent: CAnimTagBase - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyFriendlyName - namespace CFootFallAnimTag { - constexpr std::ptrdiff_t m_foot = 0x50; // FootFallTagFoot_t - } - // Parent: CAnimTagBase - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyFriendlyName - namespace CFootstepLandedAnimTag { - constexpr std::ptrdiff_t m_FootstepType = 0x50; // FootstepLandedFootSoundType_t - constexpr std::ptrdiff_t m_OverrideSoundName = 0x58; // CUtlString - constexpr std::ptrdiff_t m_DebugAnimSourceString = 0x60; // CUtlString - constexpr std::ptrdiff_t m_BoneName = 0x68; // CUtlString - } - // Parent: CAnimTagBase - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyFriendlyName - namespace CMaterialAttributeAnimTag { - constexpr std::ptrdiff_t m_AttributeName = 0x50; // CUtlString - constexpr std::ptrdiff_t m_AttributeType = 0x58; // MatterialAttributeTagType_t - constexpr std::ptrdiff_t m_flValue = 0x5C; // float32 - constexpr std::ptrdiff_t m_Color = 0x60; // Color - } - // Parent: CAnimTagBase - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyFriendlyName - namespace CParticleAnimTag { - constexpr std::ptrdiff_t m_hParticleSystem = 0x50; // CStrongHandle - constexpr std::ptrdiff_t m_particleSystemName = 0x58; // CUtlString - constexpr std::ptrdiff_t m_configName = 0x60; // CUtlString - constexpr std::ptrdiff_t m_bDetachFromOwner = 0x68; // bool - constexpr std::ptrdiff_t m_bStopWhenTagEnds = 0x69; // bool - constexpr std::ptrdiff_t m_bTagEndStopIsInstant = 0x6A; // bool - constexpr std::ptrdiff_t m_attachmentName = 0x70; // CUtlString - constexpr std::ptrdiff_t m_attachmentType = 0x78; // ParticleAttachment_t - constexpr std::ptrdiff_t m_attachmentCP1Name = 0x80; // CUtlString - constexpr std::ptrdiff_t m_attachmentCP1Type = 0x88; // ParticleAttachment_t - } - // Parent: CAnimTagBase - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyFriendlyName - namespace CRagdollAnimTag { - constexpr std::ptrdiff_t m_nPoseControl = 0x50; // AnimPoseControl - constexpr std::ptrdiff_t m_flFrequency = 0x54; // float32 - constexpr std::ptrdiff_t m_flDampingRatio = 0x58; // float32 - constexpr std::ptrdiff_t m_flDecayDuration = 0x5C; // float32 - constexpr std::ptrdiff_t m_flDecayBias = 0x60; // float32 - constexpr std::ptrdiff_t m_bDestroy = 0x64; // bool - } - // Parent: CAnimTagBase - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyFriendlyName - namespace CSequenceFinishedAnimTag { - constexpr std::ptrdiff_t m_sequenceName = 0x50; // CUtlString - } - // Parent: CAnimTagBase - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyFriendlyName - namespace CStringAnimTag { - } - // Parent: CAnimTagBase - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyFriendlyName - namespace CTaskStatusAnimTag { - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CAnimComponentUpdater { - constexpr std::ptrdiff_t m_name = 0x18; // CUtlString - constexpr std::ptrdiff_t m_id = 0x20; // AnimComponentID - constexpr std::ptrdiff_t m_networkMode = 0x24; // AnimNodeNetworkMode - constexpr std::ptrdiff_t m_bStartEnabled = 0x28; // bool - } - // Parent: CAnimComponentUpdater - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CAnimScriptComponentUpdater { - constexpr std::ptrdiff_t m_hScript = 0x30; // AnimScriptHandle - } - // Parent: CAnimComponentUpdater - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CCPPScriptComponentUpdater { - constexpr std::ptrdiff_t m_scriptsToRun = 0x30; // CUtlVector - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CDampedValueUpdateItem { - constexpr std::ptrdiff_t m_damping = 0x0; // CAnimInputDamping - constexpr std::ptrdiff_t m_hParamIn = 0x18; // CAnimParamHandle - constexpr std::ptrdiff_t m_hParamOut = 0x1A; // CAnimParamHandle - } - // Parent: CAnimComponentUpdater - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CDampedValueComponentUpdater { - constexpr std::ptrdiff_t m_items = 0x30; // CUtlVector - } - // Parent: CAnimComponentUpdater - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CDemoSettingsComponentUpdater { - constexpr std::ptrdiff_t m_settings = 0x30; // CAnimDemoCaptureSettings - } - // Parent: CAnimComponentUpdater - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CLODComponentUpdater { - constexpr std::ptrdiff_t m_nServerLOD = 0x30; // int32 - } - // Parent: CAnimComponentUpdater - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CLookComponentUpdater { - constexpr std::ptrdiff_t m_hLookHeading = 0x34; // CAnimParamHandle - constexpr std::ptrdiff_t m_hLookHeadingVelocity = 0x36; // CAnimParamHandle - constexpr std::ptrdiff_t m_hLookPitch = 0x38; // CAnimParamHandle - constexpr std::ptrdiff_t m_hLookDistance = 0x3A; // CAnimParamHandle - constexpr std::ptrdiff_t m_hLookDirection = 0x3C; // CAnimParamHandle - constexpr std::ptrdiff_t m_hLookTarget = 0x3E; // CAnimParamHandle - constexpr std::ptrdiff_t m_hLookTargetWorldSpace = 0x40; // CAnimParamHandle - constexpr std::ptrdiff_t m_bNetworkLookTarget = 0x42; // bool - } - // Parent: CAnimComponentUpdater - // Fields count: 9 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CMovementComponentUpdater { - constexpr std::ptrdiff_t m_motors = 0x30; // CUtlVector> - constexpr std::ptrdiff_t m_facingDamping = 0x48; // CAnimInputDamping - constexpr std::ptrdiff_t m_eDefaultFacingMode = 0x58; // FacingMode - constexpr std::ptrdiff_t m_nDefaultMotorIndex = 0x64; // int32 - constexpr std::ptrdiff_t m_flDefaultRunSpeed = 0x68; // float32 - constexpr std::ptrdiff_t m_bMoveVarsDisabled = 0x6C; // bool - constexpr std::ptrdiff_t m_bNetworkPath = 0x6D; // bool - constexpr std::ptrdiff_t m_bNetworkFacing = 0x6E; // bool - constexpr std::ptrdiff_t m_paramHandles = 0x6F; // CAnimParamHandle[30] - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace WeightList { - constexpr std::ptrdiff_t m_name = 0x0; // CUtlString - constexpr std::ptrdiff_t m_weights = 0x8; // CUtlVector - } - // Parent: CAnimComponentUpdater - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CRagdollComponentUpdater { - constexpr std::ptrdiff_t m_ragdollNodePaths = 0x30; // CUtlVector - constexpr std::ptrdiff_t m_boneIndices = 0x48; // CUtlVector - constexpr std::ptrdiff_t m_boneNames = 0x60; // CUtlVector - constexpr std::ptrdiff_t m_weightLists = 0x78; // CUtlVector - constexpr std::ptrdiff_t m_flSpringFrequencyMin = 0x90; // float32 - constexpr std::ptrdiff_t m_flSpringFrequencyMax = 0x94; // float32 - constexpr std::ptrdiff_t m_flMaxStretch = 0x98; // float32 - constexpr std::ptrdiff_t m_bSolidCollisionAtZeroWeight = 0x9C; // bool - } - // Parent: CAnimComponentUpdater - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CSlopeComponentUpdater { - constexpr std::ptrdiff_t m_flTraceDistance = 0x34; // float32 - constexpr std::ptrdiff_t m_hSlopeAngle = 0x38; // CAnimParamHandle - constexpr std::ptrdiff_t m_hSlopeAngleFront = 0x3A; // CAnimParamHandle - constexpr std::ptrdiff_t m_hSlopeAngleSide = 0x3C; // CAnimParamHandle - constexpr std::ptrdiff_t m_hSlopeHeading = 0x3E; // CAnimParamHandle - constexpr std::ptrdiff_t m_hSlopeNormal = 0x40; // CAnimParamHandle - constexpr std::ptrdiff_t m_hSlopeNormal_WorldSpace = 0x42; // CAnimParamHandle - } - // Parent: CAnimComponentUpdater - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CStateMachineComponentUpdater { - constexpr std::ptrdiff_t m_stateMachine = 0x30; // CAnimStateMachineUpdater - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CMotionDataSet { - constexpr std::ptrdiff_t m_groups = 0x0; // CUtlVector - constexpr std::ptrdiff_t m_nDimensionCount = 0x18; // int32 - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CMotionGraphGroup { - constexpr std::ptrdiff_t m_searchDB = 0x0; // CMotionSearchDB - constexpr std::ptrdiff_t m_motionGraphs = 0xB8; // CUtlVector> - constexpr std::ptrdiff_t m_motionGraphConfigs = 0xD0; // CUtlVector - constexpr std::ptrdiff_t m_sampleToConfig = 0xE8; // CUtlVector - constexpr std::ptrdiff_t m_hIsActiveScript = 0x100; // AnimScriptHandle - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace SampleCode { - constexpr std::ptrdiff_t m_subCode = 0x0; // uint8[8] - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace MotionDBIndex { - constexpr std::ptrdiff_t m_nIndex = 0x0; // uint32 - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CVectorQuantizer { - constexpr std::ptrdiff_t m_centroidVectors = 0x0; // CUtlVector - constexpr std::ptrdiff_t m_nCentroids = 0x18; // int32 - constexpr std::ptrdiff_t m_nDimensions = 0x1C; // int32 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CProductQuantizer { - constexpr std::ptrdiff_t m_subQuantizers = 0x0; // CUtlVector - constexpr std::ptrdiff_t m_nDimensions = 0x18; // int32 - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CMotionSearchNode { - constexpr std::ptrdiff_t m_children = 0x0; // CUtlVector - constexpr std::ptrdiff_t m_quantizer = 0x18; // CVectorQuantizer - constexpr std::ptrdiff_t m_sampleCodes = 0x38; // CUtlVector> - constexpr std::ptrdiff_t m_sampleIndices = 0x50; // CUtlVector> - constexpr std::ptrdiff_t m_selectableSamples = 0x68; // CUtlVector - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CMotionSearchDB { - constexpr std::ptrdiff_t m_rootNode = 0x0; // CMotionSearchNode - constexpr std::ptrdiff_t m_residualQuantizer = 0x80; // CProductQuantizer - constexpr std::ptrdiff_t m_codeIndices = 0xA0; // CUtlVector - } - // Parent: None - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CMotionGraph { - constexpr std::ptrdiff_t m_paramSpans = 0x10; // CParamSpanUpdater - constexpr std::ptrdiff_t m_tags = 0x28; // CUtlVector - constexpr std::ptrdiff_t m_pRootNode = 0x40; // CSmartPtr - constexpr std::ptrdiff_t m_nParameterCount = 0x48; // int32 - constexpr std::ptrdiff_t m_nConfigStartIndex = 0x4C; // int32 - constexpr std::ptrdiff_t m_nConfigCount = 0x50; // int32 - constexpr std::ptrdiff_t m_bLoop = 0x54; // bool - } - // Parent: CMotionGraph - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CEditableMotionGraph { - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CMotionNode { - constexpr std::ptrdiff_t m_name = 0x18; // CUtlString - constexpr std::ptrdiff_t m_id = 0x20; // AnimNodeID - } - // Parent: CMotionNode - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CMotionNodeSequence { - constexpr std::ptrdiff_t m_tags = 0x28; // CUtlVector - constexpr std::ptrdiff_t m_hSequence = 0x40; // HSequence - constexpr std::ptrdiff_t m_flPlaybackSpeed = 0x44; // float32 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace MotionBlendItem { - constexpr std::ptrdiff_t m_pChild = 0x0; // CSmartPtr - constexpr std::ptrdiff_t m_flKeyValue = 0x8; // float32 - } - // Parent: CMotionNode - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CMotionNodeBlend1D { - constexpr std::ptrdiff_t m_blendItems = 0x28; // CUtlVector - constexpr std::ptrdiff_t m_nParamIndex = 0x40; // int32 - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CMotionMetricEvaluator { - constexpr std::ptrdiff_t m_means = 0x18; // CUtlVector - constexpr std::ptrdiff_t m_standardDeviations = 0x30; // CUtlVector - constexpr std::ptrdiff_t m_flWeight = 0x48; // float32 - constexpr std::ptrdiff_t m_nDimensionStartIndex = 0x4C; // int32 - } - // Parent: CMotionMetricEvaluator - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CBlockSelectionMetricEvaluator { - } - // Parent: CMotionMetricEvaluator - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CBonePositionMetricEvaluator { - constexpr std::ptrdiff_t m_nBoneIndex = 0x50; // int32 - } - // Parent: CMotionMetricEvaluator - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CBoneVelocityMetricEvaluator { - constexpr std::ptrdiff_t m_nBoneIndex = 0x50; // int32 - } - // Parent: CMotionMetricEvaluator - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CCurrentRotationVelocityMetricEvaluator { - } - // Parent: CMotionMetricEvaluator - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CCurrentVelocityMetricEvaluator { - } - // Parent: CMotionMetricEvaluator - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CDistanceRemainingMetricEvaluator { - constexpr std::ptrdiff_t m_flMaxDistance = 0x50; // float32 - constexpr std::ptrdiff_t m_flMinDistance = 0x54; // float32 - constexpr std::ptrdiff_t m_flStartGoalFilterDistance = 0x58; // float32 - constexpr std::ptrdiff_t m_flMaxGoalOvershootScale = 0x5C; // float32 - constexpr std::ptrdiff_t m_bFilterFixedMinDistance = 0x60; // bool - constexpr std::ptrdiff_t m_bFilterGoalDistance = 0x61; // bool - constexpr std::ptrdiff_t m_bFilterGoalOvershoot = 0x62; // bool - } - // Parent: CMotionMetricEvaluator - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CFootCycleMetricEvaluator { - constexpr std::ptrdiff_t m_footIndices = 0x50; // CUtlVector - } - // Parent: CMotionMetricEvaluator - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CFootPositionMetricEvaluator { - constexpr std::ptrdiff_t m_footIndices = 0x50; // CUtlVector - constexpr std::ptrdiff_t m_bIgnoreSlope = 0x68; // bool - } - // Parent: CMotionMetricEvaluator - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CFutureFacingMetricEvaluator { - constexpr std::ptrdiff_t m_flDistance = 0x50; // float32 - constexpr std::ptrdiff_t m_flTime = 0x54; // float32 - } - // Parent: CMotionMetricEvaluator - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CFutureVelocityMetricEvaluator { - constexpr std::ptrdiff_t m_flDistance = 0x50; // float32 - constexpr std::ptrdiff_t m_flStoppingDistance = 0x54; // float32 - constexpr std::ptrdiff_t m_flTargetSpeed = 0x58; // float32 - constexpr std::ptrdiff_t m_eMode = 0x5C; // VelocityMetricMode - } - // Parent: CMotionMetricEvaluator - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CPathMetricEvaluator { - constexpr std::ptrdiff_t m_pathTimeSamples = 0x50; // CUtlVector - constexpr std::ptrdiff_t m_flDistance = 0x68; // float32 - constexpr std::ptrdiff_t m_bExtrapolateMovement = 0x6C; // bool - constexpr std::ptrdiff_t m_flMinExtrapolationSpeed = 0x70; // float32 - } - // Parent: CMotionMetricEvaluator - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CStepsRemainingMetricEvaluator { - constexpr std::ptrdiff_t m_footIndices = 0x50; // CUtlVector - constexpr std::ptrdiff_t m_flMinStepsRemaining = 0x68; // float32 - } - // Parent: CMotionMetricEvaluator - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CTimeRemainingMetricEvaluator { - constexpr std::ptrdiff_t m_bMatchByTimeRemaining = 0x50; // bool - constexpr std::ptrdiff_t m_flMaxTimeRemaining = 0x54; // float32 - constexpr std::ptrdiff_t m_bFilterByTimeRemaining = 0x58; // bool - constexpr std::ptrdiff_t m_flMinTimeRemaining = 0x5C; // float32 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CAnimMotorUpdaterBase { - constexpr std::ptrdiff_t m_name = 0x10; // CUtlString - constexpr std::ptrdiff_t m_bDefault = 0x18; // bool - } - // Parent: CAnimMotorUpdaterBase - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CPathAnimMotorUpdaterBase { - constexpr std::ptrdiff_t m_bLockToPath = 0x19; // bool - } - // Parent: CPathAnimMotorUpdaterBase - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CDampedPathAnimMotorUpdater { - constexpr std::ptrdiff_t m_flAnticipationTime = 0x20; // float32 - constexpr std::ptrdiff_t m_flMinSpeedScale = 0x24; // float32 - constexpr std::ptrdiff_t m_hAnticipationPosParam = 0x28; // CAnimParamHandle - constexpr std::ptrdiff_t m_hAnticipationHeadingParam = 0x2A; // CAnimParamHandle - constexpr std::ptrdiff_t m_flSpringConstant = 0x2C; // float32 - constexpr std::ptrdiff_t m_flMinSpringTension = 0x30; // float32 - constexpr std::ptrdiff_t m_flMaxSpringTension = 0x34; // float32 - } - // Parent: CPathAnimMotorUpdaterBase - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CPathAnimMotorUpdater { - } - // Parent: CAnimMotorUpdaterBase - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CPlayerInputAnimMotorUpdater { - constexpr std::ptrdiff_t m_sampleTimes = 0x20; // CUtlVector - constexpr std::ptrdiff_t m_flSpringConstant = 0x3C; // float32 - constexpr std::ptrdiff_t m_flAnticipationDistance = 0x40; // float32 - constexpr std::ptrdiff_t m_hAnticipationPosParam = 0x44; // CAnimParamHandle - constexpr std::ptrdiff_t m_hAnticipationHeadingParam = 0x46; // CAnimParamHandle - constexpr std::ptrdiff_t m_bUseAcceleration = 0x48; // bool - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - namespace AimMatrixOpFixedSettings_t { - constexpr std::ptrdiff_t m_attachment = 0x0; // CAnimAttachment - constexpr std::ptrdiff_t m_damping = 0x80; // CAnimInputDamping - constexpr std::ptrdiff_t m_poseCacheHandles = 0x90; // CPoseHandle[10] - constexpr std::ptrdiff_t m_eBlendMode = 0xB8; // AimMatrixBlendMode - constexpr std::ptrdiff_t m_fAngleIncrement = 0xBC; // float32 - constexpr std::ptrdiff_t m_nSequenceMaxFrame = 0xC0; // int32 - constexpr std::ptrdiff_t m_nBoneMaskIndex = 0xC4; // int32 - constexpr std::ptrdiff_t m_bTargetIsPosition = 0xC8; // bool - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace FollowAttachmentSettings_t { - constexpr std::ptrdiff_t m_attachment = 0x0; // CAnimAttachment - constexpr std::ptrdiff_t m_boneIndex = 0x80; // int32 - constexpr std::ptrdiff_t m_bMatchTranslation = 0x84; // bool - constexpr std::ptrdiff_t m_bMatchRotation = 0x85; // bool - } - // Parent: None - // Fields count: 18 - // - // Metadata: - // MGetKV3ClassDefaults - namespace FootLockPoseOpFixedSettings { - constexpr std::ptrdiff_t m_footInfo = 0x0; // CUtlVector - constexpr std::ptrdiff_t m_hipDampingSettings = 0x18; // CAnimInputDamping - constexpr std::ptrdiff_t m_nHipBoneIndex = 0x28; // int32 - constexpr std::ptrdiff_t m_ikSolverType = 0x2C; // IKSolverType - constexpr std::ptrdiff_t m_bApplyTilt = 0x30; // bool - constexpr std::ptrdiff_t m_bApplyHipDrop = 0x31; // bool - constexpr std::ptrdiff_t m_bAlwaysUseFallbackHinge = 0x32; // bool - constexpr std::ptrdiff_t m_bApplyFootRotationLimits = 0x33; // bool - constexpr std::ptrdiff_t m_bApplyLegTwistLimits = 0x34; // bool - constexpr std::ptrdiff_t m_flMaxFootHeight = 0x38; // float32 - constexpr std::ptrdiff_t m_flExtensionScale = 0x3C; // float32 - constexpr std::ptrdiff_t m_flMaxLegTwist = 0x40; // float32 - constexpr std::ptrdiff_t m_bEnableLockBreaking = 0x44; // bool - constexpr std::ptrdiff_t m_flLockBreakTolerance = 0x48; // float32 - constexpr std::ptrdiff_t m_flLockBlendTime = 0x4C; // float32 - constexpr std::ptrdiff_t m_bEnableStretching = 0x50; // bool - constexpr std::ptrdiff_t m_flMaxStretchAmount = 0x54; // float32 - constexpr std::ptrdiff_t m_flStretchExtensionScale = 0x58; // float32 - } - // Parent: None - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - namespace FootPinningPoseOpFixedData_t { - constexpr std::ptrdiff_t m_footInfo = 0x0; // CUtlVector - constexpr std::ptrdiff_t m_flBlendTime = 0x18; // float32 - constexpr std::ptrdiff_t m_flLockBreakDistance = 0x1C; // float32 - constexpr std::ptrdiff_t m_flMaxLegTwist = 0x20; // float32 - constexpr std::ptrdiff_t m_nHipBoneIndex = 0x24; // int32 - constexpr std::ptrdiff_t m_bApplyLegTwistLimits = 0x28; // bool - constexpr std::ptrdiff_t m_bApplyFootRotationLimits = 0x29; // bool - } - // Parent: None - // Fields count: 17 - // - // Metadata: - // MGetKV3ClassDefaults - namespace HitReactFixedSettings_t { - constexpr std::ptrdiff_t m_nWeightListIndex = 0x0; // int32 - constexpr std::ptrdiff_t m_nEffectedBoneCount = 0x4; // int32 - constexpr std::ptrdiff_t m_flMaxImpactForce = 0x8; // float32 - constexpr std::ptrdiff_t m_flMinImpactForce = 0xC; // float32 - constexpr std::ptrdiff_t m_flWhipImpactScale = 0x10; // float32 - constexpr std::ptrdiff_t m_flCounterRotationScale = 0x14; // float32 - constexpr std::ptrdiff_t m_flDistanceFadeScale = 0x18; // float32 - constexpr std::ptrdiff_t m_flPropagationScale = 0x1C; // float32 - constexpr std::ptrdiff_t m_flWhipDelay = 0x20; // float32 - constexpr std::ptrdiff_t m_flSpringStrength = 0x24; // float32 - constexpr std::ptrdiff_t m_flWhipSpringStrength = 0x28; // float32 - constexpr std::ptrdiff_t m_flMaxAngleRadians = 0x2C; // float32 - constexpr std::ptrdiff_t m_nHipBoneIndex = 0x30; // int32 - constexpr std::ptrdiff_t m_flHipBoneTranslationScale = 0x34; // float32 - constexpr std::ptrdiff_t m_flHipDipSpringStrength = 0x38; // float32 - constexpr std::ptrdiff_t m_flHipDipImpactScale = 0x3C; // float32 - constexpr std::ptrdiff_t m_flHipDipDelay = 0x40; // float32 - } - // Parent: None - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - namespace JiggleBoneSettings_t { - constexpr std::ptrdiff_t m_nBoneIndex = 0x0; // int32 - constexpr std::ptrdiff_t m_flSpringStrength = 0x4; // float32 - constexpr std::ptrdiff_t m_flMaxTimeStep = 0x8; // float32 - constexpr std::ptrdiff_t m_flDamping = 0xC; // float32 - constexpr std::ptrdiff_t m_vBoundsMaxLS = 0x10; // Vector - constexpr std::ptrdiff_t m_vBoundsMinLS = 0x1C; // Vector - constexpr std::ptrdiff_t m_eSimSpace = 0x28; // JiggleBoneSimSpace - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace JiggleBoneSettingsList_t { - constexpr std::ptrdiff_t m_boneSettings = 0x0; // CUtlVector - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace LookAtBone_t { - constexpr std::ptrdiff_t m_index = 0x0; // int32 - constexpr std::ptrdiff_t m_weight = 0x4; // float32 - } - // Parent: None - // Fields count: 11 - // - // Metadata: - // MGetKV3ClassDefaults - namespace LookAtOpFixedSettings_t { - constexpr std::ptrdiff_t m_attachment = 0x0; // CAnimAttachment - constexpr std::ptrdiff_t m_damping = 0x80; // CAnimInputDamping - constexpr std::ptrdiff_t m_bones = 0x90; // CUtlVector - constexpr std::ptrdiff_t m_flYawLimit = 0xA8; // float32 - constexpr std::ptrdiff_t m_flPitchLimit = 0xAC; // float32 - constexpr std::ptrdiff_t m_flHysteresisInnerAngle = 0xB0; // float32 - constexpr std::ptrdiff_t m_flHysteresisOuterAngle = 0xB4; // float32 - constexpr std::ptrdiff_t m_bRotateYawForward = 0xB8; // bool - constexpr std::ptrdiff_t m_bMaintainUpDirection = 0xB9; // bool - constexpr std::ptrdiff_t m_bTargetIsPosition = 0xBA; // bool - constexpr std::ptrdiff_t m_bUseHysteresis = 0xBB; // bool - } - // Parent: None - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - namespace ChainToSolveData_t { - constexpr std::ptrdiff_t m_nChainIndex = 0x0; // int32 - constexpr std::ptrdiff_t m_SolverSettings = 0x4; // IKSolverSettings_t - constexpr std::ptrdiff_t m_TargetSettings = 0x10; // IKTargetSettings_t - constexpr std::ptrdiff_t m_DebugSetting = 0x38; // SolveIKChainAnimNodeDebugSetting - constexpr std::ptrdiff_t m_flDebugNormalizedValue = 0x3C; // float32 - constexpr std::ptrdiff_t m_vDebugOffset = 0x40; // VectorAligned - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace SolveIKChainPoseOpFixedSettings_t { - constexpr std::ptrdiff_t m_ChainsToSolveData = 0x0; // CUtlVector - constexpr std::ptrdiff_t m_bMatchTargetOrientation = 0x18; // bool - } - // Parent: None - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CAnimParameterBase { - constexpr std::ptrdiff_t m_name = 0x18; // CGlobalSymbol - constexpr std::ptrdiff_t m_group = 0x20; // CUtlString - constexpr std::ptrdiff_t m_id = 0x28; // AnimParamID - constexpr std::ptrdiff_t m_componentName = 0x40; // CUtlString - constexpr std::ptrdiff_t m_bNetworkingRequested = 0x60; // bool - constexpr std::ptrdiff_t m_bIsReferenced = 0x61; // bool - } - // Parent: CAnimParameterBase - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CConcreteAnimParameter { - constexpr std::ptrdiff_t m_previewButton = 0x64; // AnimParamButton_t - constexpr std::ptrdiff_t m_eNetworkSetting = 0x68; // AnimParamNetworkSetting - constexpr std::ptrdiff_t m_bUseMostRecentValue = 0x6C; // bool - constexpr std::ptrdiff_t m_bAutoReset = 0x6D; // bool - constexpr std::ptrdiff_t m_bGameWritable = 0x6E; // bool - constexpr std::ptrdiff_t m_bGraphWritable = 0x6F; // bool - } - // Parent: CAnimParameterBase - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CVirtualAnimParameter { - constexpr std::ptrdiff_t m_expressionString = 0x68; // CUtlString - constexpr std::ptrdiff_t m_eParamType = 0x70; // AnimParamType_t - } - // Parent: CConcreteAnimParameter - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyFriendlyName - namespace CBoolAnimParameter { - constexpr std::ptrdiff_t m_bDefaultValue = 0x70; // bool - } - // Parent: CConcreteAnimParameter - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyFriendlyName - namespace CEnumAnimParameter { - constexpr std::ptrdiff_t m_defaultValue = 0x78; // uint8 - constexpr std::ptrdiff_t m_enumOptions = 0x80; // CUtlVector - } - // Parent: CConcreteAnimParameter - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyFriendlyName - namespace CIntAnimParameter { - constexpr std::ptrdiff_t m_defaultValue = 0x70; // int32 - constexpr std::ptrdiff_t m_minValue = 0x74; // int32 - constexpr std::ptrdiff_t m_maxValue = 0x78; // int32 - } - // Parent: CConcreteAnimParameter - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyFriendlyName - namespace CFloatAnimParameter { - constexpr std::ptrdiff_t m_fDefaultValue = 0x70; // float32 - constexpr std::ptrdiff_t m_fMinValue = 0x74; // float32 - constexpr std::ptrdiff_t m_fMaxValue = 0x78; // float32 - constexpr std::ptrdiff_t m_bInterpolate = 0x7C; // bool - } - // Parent: CConcreteAnimParameter - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyFriendlyName - namespace CVectorAnimParameter { - constexpr std::ptrdiff_t m_defaultValue = 0x70; // Vector - constexpr std::ptrdiff_t m_bInterpolate = 0x7C; // bool - } - // Parent: CConcreteAnimParameter - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyFriendlyName - namespace CQuaternionAnimParameter { - constexpr std::ptrdiff_t m_defaultValue = 0x70; // Quaternion - constexpr std::ptrdiff_t m_bInterpolate = 0x80; // bool - } - // Parent: CConcreteAnimParameter - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyFriendlyName - namespace CSymbolAnimParameter { - constexpr std::ptrdiff_t m_defaultValue = 0x70; // CGlobalSymbol - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace ScriptInfo_t { - constexpr std::ptrdiff_t m_code = 0x0; // CUtlString - constexpr std::ptrdiff_t m_paramsModified = 0x8; // CUtlVector - constexpr std::ptrdiff_t m_proxyReadParams = 0x20; // CUtlVector - constexpr std::ptrdiff_t m_proxyWriteParams = 0x38; // CUtlVector - constexpr std::ptrdiff_t m_eScriptType = 0x50; // AnimScriptType - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CAnimScriptManager { - constexpr std::ptrdiff_t m_scriptInfo = 0x10; // CUtlVector - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CStateActionUpdater { - constexpr std::ptrdiff_t m_pAction = 0x0; // CSmartPtr - constexpr std::ptrdiff_t m_eBehavior = 0x8; // StateActionBehavior - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CTransitionUpdateData { - constexpr std::ptrdiff_t m_srcStateIndex = 0x0; // uint8 - constexpr std::ptrdiff_t m_destStateIndex = 0x1; // uint8 - constexpr std::ptrdiff_t m_bDisabled = 0x0; // bitfield:1 - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CStateUpdateData { - constexpr std::ptrdiff_t m_name = 0x0; // CUtlString - constexpr std::ptrdiff_t m_hScript = 0x8; // AnimScriptHandle - constexpr std::ptrdiff_t m_transitionIndices = 0x10; // CUtlVector - constexpr std::ptrdiff_t m_actions = 0x28; // CUtlVector - constexpr std::ptrdiff_t m_stateID = 0x40; // AnimStateID - constexpr std::ptrdiff_t m_bIsStartState = 0x0; // bitfield:1 - constexpr std::ptrdiff_t m_bIsEndState = 0x0; // bitfield:1 - constexpr std::ptrdiff_t m_bIsPassthrough = 0x0; // bitfield:1 - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CAnimStateMachineUpdater { - constexpr std::ptrdiff_t m_states = 0x8; // CUtlVector - constexpr std::ptrdiff_t m_transitions = 0x20; // CUtlVector - constexpr std::ptrdiff_t m_startStateIndex = 0x50; // int32 - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CAnimUpdateNodeRef { - constexpr std::ptrdiff_t m_nodeIndex = 0x8; // int32 - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CAnimUpdateNodeBase { - constexpr std::ptrdiff_t m_nodePath = 0x14; // CAnimNodePath - constexpr std::ptrdiff_t m_networkMode = 0x44; // AnimNodeNetworkMode - constexpr std::ptrdiff_t m_name = 0x50; // CUtlString - } - // Parent: CAnimUpdateNodeBase - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CBinaryUpdateNode { - constexpr std::ptrdiff_t m_pChild1 = 0x58; // CAnimUpdateNodeRef - constexpr std::ptrdiff_t m_pChild2 = 0x68; // CAnimUpdateNodeRef - constexpr std::ptrdiff_t m_timingBehavior = 0x78; // BinaryNodeTiming - constexpr std::ptrdiff_t m_flTimingBlend = 0x7C; // float32 - constexpr std::ptrdiff_t m_bResetChild1 = 0x80; // bool - constexpr std::ptrdiff_t m_bResetChild2 = 0x81; // bool - } - // Parent: CAnimUpdateNodeBase - // Fields count: 11 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CBlendUpdateNode { - constexpr std::ptrdiff_t m_children = 0x60; // CUtlVector - constexpr std::ptrdiff_t m_sortedOrder = 0x78; // CUtlVector - constexpr std::ptrdiff_t m_targetValues = 0x90; // CUtlVector - constexpr std::ptrdiff_t m_blendValueSource = 0xAC; // AnimValueSource - constexpr std::ptrdiff_t m_paramIndex = 0xB0; // CAnimParamHandle - constexpr std::ptrdiff_t m_damping = 0xB8; // CAnimInputDamping - constexpr std::ptrdiff_t m_blendKeyType = 0xC8; // BlendKeyType - constexpr std::ptrdiff_t m_bLockBlendOnReset = 0xCC; // bool - constexpr std::ptrdiff_t m_bSyncCycles = 0xCD; // bool - constexpr std::ptrdiff_t m_bLoop = 0xCE; // bool - constexpr std::ptrdiff_t m_bLockWhenWaning = 0xCF; // bool - } - // Parent: None - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - namespace BlendItem_t { - constexpr std::ptrdiff_t m_tags = 0x0; // CUtlVector - constexpr std::ptrdiff_t m_pChild = 0x18; // CAnimUpdateNodeRef - constexpr std::ptrdiff_t m_hSequence = 0x28; // HSequence - constexpr std::ptrdiff_t m_vPos = 0x2C; // Vector2D - constexpr std::ptrdiff_t m_flDuration = 0x34; // float32 - constexpr std::ptrdiff_t m_bUseCustomDuration = 0x38; // bool - } - // Parent: CAnimUpdateNodeBase - // Fields count: 15 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CBlend2DUpdateNode { - constexpr std::ptrdiff_t m_items = 0x60; // CUtlVector - constexpr std::ptrdiff_t m_tags = 0x78; // CUtlVector - constexpr std::ptrdiff_t m_paramSpans = 0x90; // CParamSpanUpdater - constexpr std::ptrdiff_t m_nodeItemIndices = 0xA8; // CUtlVector - constexpr std::ptrdiff_t m_damping = 0xC0; // CAnimInputDamping - constexpr std::ptrdiff_t m_blendSourceX = 0xD0; // AnimValueSource - constexpr std::ptrdiff_t m_paramX = 0xD4; // CAnimParamHandle - constexpr std::ptrdiff_t m_blendSourceY = 0xD8; // AnimValueSource - constexpr std::ptrdiff_t m_paramY = 0xDC; // CAnimParamHandle - constexpr std::ptrdiff_t m_eBlendMode = 0xE0; // Blend2DMode - constexpr std::ptrdiff_t m_playbackSpeed = 0xE4; // float32 - constexpr std::ptrdiff_t m_bLoop = 0xE8; // bool - constexpr std::ptrdiff_t m_bLockBlendOnReset = 0xE9; // bool - constexpr std::ptrdiff_t m_bLockWhenWaning = 0xEA; // bool - constexpr std::ptrdiff_t m_bAnimEventsAndTagsOnMostWeightedOnly = 0xEB; // bool - } - // Parent: CBinaryUpdateNode - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CBoneMaskUpdateNode { - constexpr std::ptrdiff_t m_nWeightListIndex = 0x88; // int32 - constexpr std::ptrdiff_t m_flRootMotionBlend = 0x8C; // float32 - constexpr std::ptrdiff_t m_blendSpace = 0x90; // BoneMaskBlendSpace - constexpr std::ptrdiff_t m_footMotionTiming = 0x94; // BinaryNodeChildOption - constexpr std::ptrdiff_t m_bUseBlendScale = 0x98; // bool - constexpr std::ptrdiff_t m_blendValueSource = 0x9C; // AnimValueSource - constexpr std::ptrdiff_t m_hBlendParameter = 0xA0; // CAnimParamHandle - } - // Parent: CAnimUpdateNodeBase - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CChoiceUpdateNode { - constexpr std::ptrdiff_t m_children = 0x58; // CUtlVector - constexpr std::ptrdiff_t m_weights = 0x70; // CUtlVector - constexpr std::ptrdiff_t m_blendTimes = 0x88; // CUtlVector - constexpr std::ptrdiff_t m_choiceMethod = 0xA0; // ChoiceMethod - constexpr std::ptrdiff_t m_choiceChangeMethod = 0xA4; // ChoiceChangeMethod - constexpr std::ptrdiff_t m_blendMethod = 0xA8; // ChoiceBlendMethod - constexpr std::ptrdiff_t m_blendTime = 0xAC; // float32 - constexpr std::ptrdiff_t m_bCrossFade = 0xB0; // bool - constexpr std::ptrdiff_t m_bResetChosen = 0xB1; // bool - constexpr std::ptrdiff_t m_bDontResetSameSelection = 0xB2; // bool - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CDirectPlaybackTagData { - constexpr std::ptrdiff_t m_sequenceName = 0x0; // CUtlString - constexpr std::ptrdiff_t m_tags = 0x8; // CUtlVector - } - // Parent: None - // Fields count: 11 - // - // Metadata: - // MGetKV3ClassDefaults - namespace FootFixedData_t { - constexpr std::ptrdiff_t m_vToeOffset = 0x0; // VectorAligned - constexpr std::ptrdiff_t m_vHeelOffset = 0x10; // VectorAligned - constexpr std::ptrdiff_t m_nTargetBoneIndex = 0x20; // int32 - constexpr std::ptrdiff_t m_nAnkleBoneIndex = 0x24; // int32 - constexpr std::ptrdiff_t m_nIKAnchorBoneIndex = 0x28; // int32 - constexpr std::ptrdiff_t m_ikChainIndex = 0x2C; // int32 - constexpr std::ptrdiff_t m_flMaxIKLength = 0x30; // float32 - constexpr std::ptrdiff_t m_nFootIndex = 0x34; // int32 - constexpr std::ptrdiff_t m_nTagIndex = 0x38; // int32 - constexpr std::ptrdiff_t m_flMaxRotationLeft = 0x3C; // float32 - constexpr std::ptrdiff_t m_flMaxRotationRight = 0x40; // float32 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace TraceSettings_t { - constexpr std::ptrdiff_t m_flTraceHeight = 0x0; // float32 - constexpr std::ptrdiff_t m_flTraceRadius = 0x4; // float32 - } - // Parent: None - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - namespace FootFixedSettings { - constexpr std::ptrdiff_t m_traceSettings = 0x0; // TraceSettings_t - constexpr std::ptrdiff_t m_vFootBaseBindPosePositionMS = 0x10; // VectorAligned - constexpr std::ptrdiff_t m_flFootBaseLength = 0x20; // float32 - constexpr std::ptrdiff_t m_flMaxRotationLeft = 0x24; // float32 - constexpr std::ptrdiff_t m_flMaxRotationRight = 0x28; // float32 - constexpr std::ptrdiff_t m_footstepLandedTagIndex = 0x2C; // int32 - constexpr std::ptrdiff_t m_bEnableTracing = 0x30; // bool - constexpr std::ptrdiff_t m_flTraceAngleBlend = 0x34; // float32 - constexpr std::ptrdiff_t m_nDisableTagIndex = 0x38; // int32 - constexpr std::ptrdiff_t m_nFootIndex = 0x3C; // int32 - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace FootStepTrigger { - constexpr std::ptrdiff_t m_tags = 0x0; // CUtlVector - constexpr std::ptrdiff_t m_nFootIndex = 0x18; // int32 - constexpr std::ptrdiff_t m_triggerPhase = 0x1C; // StepPhase - } - // Parent: CAnimUpdateNodeBase - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CLeafUpdateNode { - } - // Parent: CLeafUpdateNode - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CLeanMatrixUpdateNode { - constexpr std::ptrdiff_t m_frameCorners = 0x5C; // int32[3][3] - constexpr std::ptrdiff_t m_poses = 0x80; // CPoseHandle[9] - constexpr std::ptrdiff_t m_damping = 0xA8; // CAnimInputDamping - constexpr std::ptrdiff_t m_blendSource = 0xB8; // AnimVectorSource - constexpr std::ptrdiff_t m_paramIndex = 0xBC; // CAnimParamHandle - constexpr std::ptrdiff_t m_verticalAxis = 0xC0; // Vector - constexpr std::ptrdiff_t m_horizontalAxis = 0xCC; // Vector - constexpr std::ptrdiff_t m_hSequence = 0xD8; // HSequence - constexpr std::ptrdiff_t m_flMaxValue = 0xDC; // float32 - constexpr std::ptrdiff_t m_nSequenceMaxFrame = 0xE0; // int32 - } - // Parent: CLeafUpdateNode - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CMotionGraphUpdateNode { - constexpr std::ptrdiff_t m_pMotionGraph = 0x58; // CSmartPtr - } - // Parent: CLeafUpdateNode - // Fields count: 23 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CMotionMatchingUpdateNode { - constexpr std::ptrdiff_t m_dataSet = 0x58; // CMotionDataSet - constexpr std::ptrdiff_t m_metrics = 0x78; // CUtlVector> - constexpr std::ptrdiff_t m_weights = 0x90; // CUtlVector - constexpr std::ptrdiff_t m_bSearchEveryTick = 0xE0; // bool - constexpr std::ptrdiff_t m_flSearchInterval = 0xE4; // float32 - constexpr std::ptrdiff_t m_bSearchWhenClipEnds = 0xE8; // bool - constexpr std::ptrdiff_t m_bSearchWhenGoalChanges = 0xE9; // bool - constexpr std::ptrdiff_t m_blendCurve = 0xEC; // CBlendCurve - constexpr std::ptrdiff_t m_flSampleRate = 0xF4; // float32 - constexpr std::ptrdiff_t m_flBlendTime = 0xF8; // float32 - constexpr std::ptrdiff_t m_bLockClipWhenWaning = 0xFC; // bool - constexpr std::ptrdiff_t m_flSelectionThreshold = 0x100; // float32 - constexpr std::ptrdiff_t m_flReselectionTimeWindow = 0x104; // float32 - constexpr std::ptrdiff_t m_bEnableRotationCorrection = 0x108; // bool - constexpr std::ptrdiff_t m_bGoalAssist = 0x109; // bool - constexpr std::ptrdiff_t m_flGoalAssistDistance = 0x10C; // float32 - constexpr std::ptrdiff_t m_flGoalAssistTolerance = 0x110; // float32 - constexpr std::ptrdiff_t m_distanceScale_Damping = 0x118; // CAnimInputDamping - constexpr std::ptrdiff_t m_flDistanceScale_OuterRadius = 0x128; // float32 - constexpr std::ptrdiff_t m_flDistanceScale_InnerRadius = 0x12C; // float32 - constexpr std::ptrdiff_t m_flDistanceScale_MaxScale = 0x130; // float32 - constexpr std::ptrdiff_t m_flDistanceScale_MinScale = 0x134; // float32 - constexpr std::ptrdiff_t m_bEnableDistanceScaling = 0x138; // bool - } - // Parent: CAnimUpdateNodeBase - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CSelectorUpdateNode { - constexpr std::ptrdiff_t m_children = 0x58; // CUtlVector - constexpr std::ptrdiff_t m_tags = 0x70; // CUtlVector - constexpr std::ptrdiff_t m_blendCurve = 0x8C; // CBlendCurve - constexpr std::ptrdiff_t m_flBlendTime = 0x94; // CAnimValue - constexpr std::ptrdiff_t m_hParameter = 0x9C; // CAnimParamHandle - constexpr std::ptrdiff_t m_eTagBehavior = 0xA0; // SelectorTagBehavior_t - constexpr std::ptrdiff_t m_bResetOnChange = 0xA4; // bool - constexpr std::ptrdiff_t m_bSyncCyclesOnChange = 0xA5; // bool - } - // Parent: CLeafUpdateNode - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CSequenceUpdateNode { - constexpr std::ptrdiff_t m_paramSpans = 0x60; // CParamSpanUpdater - constexpr std::ptrdiff_t m_tags = 0x78; // CUtlVector - constexpr std::ptrdiff_t m_hSequence = 0x94; // HSequence - constexpr std::ptrdiff_t m_playbackSpeed = 0x98; // float32 - constexpr std::ptrdiff_t m_duration = 0x9C; // float32 - constexpr std::ptrdiff_t m_bLoop = 0xA0; // bool - } - // Parent: CLeafUpdateNode - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CSingleFrameUpdateNode { - constexpr std::ptrdiff_t m_actions = 0x58; // CUtlVector> - constexpr std::ptrdiff_t m_hPoseCacheHandle = 0x70; // CPoseHandle - constexpr std::ptrdiff_t m_hSequence = 0x74; // HSequence - constexpr std::ptrdiff_t m_flCycle = 0x78; // float32 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CSolveIKTargetHandle_t { - constexpr std::ptrdiff_t m_positionHandle = 0x0; // CAnimParamHandle - constexpr std::ptrdiff_t m_orientationHandle = 0x2; // CAnimParamHandle - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace StanceInfo_t { - constexpr std::ptrdiff_t m_vPosition = 0x0; // Vector - constexpr std::ptrdiff_t m_flDirection = 0xC; // float32 - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CStateNodeTransitionData { - constexpr std::ptrdiff_t m_curve = 0x0; // CBlendCurve - constexpr std::ptrdiff_t m_blendDuration = 0x8; // CAnimValue - constexpr std::ptrdiff_t m_resetCycleValue = 0x10; // CAnimValue - constexpr std::ptrdiff_t m_bReset = 0x0; // bitfield:1 - constexpr std::ptrdiff_t m_resetCycleOption = 0x0; // bitfield:3 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CStateNodeStateData { - constexpr std::ptrdiff_t m_pChild = 0x0; // CAnimUpdateNodeRef - constexpr std::ptrdiff_t m_bExclusiveRootMotion = 0x0; // bitfield:1 - } - // Parent: CAnimUpdateNodeBase - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CStateMachineUpdateNode { - constexpr std::ptrdiff_t m_stateMachine = 0x68; // CAnimStateMachineUpdater - constexpr std::ptrdiff_t m_stateData = 0xC0; // CUtlVector - constexpr std::ptrdiff_t m_transitionData = 0xD8; // CUtlVector - constexpr std::ptrdiff_t m_bBlockWaningTags = 0xF4; // bool - constexpr std::ptrdiff_t m_bLockStateWhenWaning = 0xF5; // bool - } - // Parent: CBinaryUpdateNode - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CSubtractUpdateNode { - constexpr std::ptrdiff_t m_footMotionTiming = 0x88; // BinaryNodeChildOption - constexpr std::ptrdiff_t m_bApplyToFootMotion = 0x8C; // bool - constexpr std::ptrdiff_t m_bApplyChannelsSeparately = 0x8D; // bool - constexpr std::ptrdiff_t m_bUseModelSpace = 0x8E; // bool - } - // Parent: None - // Fields count: 15 - // - // Metadata: - // MGetKV3ClassDefaults - namespace TwoBoneIKSettings_t { - constexpr std::ptrdiff_t m_endEffectorType = 0x0; // IkEndEffectorType - constexpr std::ptrdiff_t m_endEffectorAttachment = 0x10; // CAnimAttachment - constexpr std::ptrdiff_t m_targetType = 0x90; // IkTargetType - constexpr std::ptrdiff_t m_targetAttachment = 0xA0; // CAnimAttachment - constexpr std::ptrdiff_t m_targetBoneIndex = 0x120; // int32 - constexpr std::ptrdiff_t m_hPositionParam = 0x124; // CAnimParamHandle - constexpr std::ptrdiff_t m_hRotationParam = 0x126; // CAnimParamHandle - constexpr std::ptrdiff_t m_bAlwaysUseFallbackHinge = 0x128; // bool - constexpr std::ptrdiff_t m_vLsFallbackHingeAxis = 0x130; // VectorAligned - constexpr std::ptrdiff_t m_nFixedBoneIndex = 0x140; // int32 - constexpr std::ptrdiff_t m_nMiddleBoneIndex = 0x144; // int32 - constexpr std::ptrdiff_t m_nEndBoneIndex = 0x148; // int32 - constexpr std::ptrdiff_t m_bMatchTargetOrientation = 0x14C; // bool - constexpr std::ptrdiff_t m_bConstrainTwist = 0x14D; // bool - constexpr std::ptrdiff_t m_flMaxTwist = 0x150; // float32 - } - // Parent: CAnimUpdateNodeBase - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CUnaryUpdateNode { - constexpr std::ptrdiff_t m_pChildNode = 0x58; // CAnimUpdateNodeRef - } - // Parent: CUnaryUpdateNode - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CWayPointHelperUpdateNode { - constexpr std::ptrdiff_t m_flStartCycle = 0x6C; // float32 - constexpr std::ptrdiff_t m_flEndCycle = 0x70; // float32 - constexpr std::ptrdiff_t m_bOnlyGoals = 0x74; // bool - constexpr std::ptrdiff_t m_bPreventOvershoot = 0x75; // bool - constexpr std::ptrdiff_t m_bPreventUndershoot = 0x76; // bool - } - // Parent: CLeafUpdateNode - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CZeroPoseUpdateNode { - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace TagSpan_t { - constexpr std::ptrdiff_t m_tagIndex = 0x0; // int32 - constexpr std::ptrdiff_t m_startCycle = 0x4; // float32 - constexpr std::ptrdiff_t m_endCycle = 0x8; // float32 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CAnimNodePath { - constexpr std::ptrdiff_t m_path = 0x0; // AnimNodeID[11] - constexpr std::ptrdiff_t m_nCount = 0x2C; // int32 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace ConfigIndex { - constexpr std::ptrdiff_t m_nGroup = 0x0; // uint16 - constexpr std::ptrdiff_t m_nConfig = 0x2; // uint16 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace MotionIndex { - constexpr std::ptrdiff_t m_nGroup = 0x0; // uint16 - constexpr std::ptrdiff_t m_nMotion = 0x2; // uint16 - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CMotionGraphConfig { - constexpr std::ptrdiff_t m_paramValues = 0x0; // float32[4] - constexpr std::ptrdiff_t m_flDuration = 0x10; // float32 - constexpr std::ptrdiff_t m_nMotionIndex = 0x14; // MotionIndex - constexpr std::ptrdiff_t m_nSampleStart = 0x18; // int32 - constexpr std::ptrdiff_t m_nSampleCount = 0x1C; // int32 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CPoseHandle { - constexpr std::ptrdiff_t m_nIndex = 0x0; // uint16 - constexpr std::ptrdiff_t m_eType = 0x2; // PoseType_t - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CAnimationGraphVisualizerPrimitiveBase { - constexpr std::ptrdiff_t m_Type = 0x8; // CAnimationGraphVisualizerPrimitiveType - constexpr std::ptrdiff_t m_OwningAnimNodePaths = 0xC; // AnimNodeID[11] - constexpr std::ptrdiff_t m_nOwningAnimNodePathCount = 0x38; // int32 - } - // Parent: CAnimationGraphVisualizerPrimitiveBase - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CAnimationGraphVisualizerText { - constexpr std::ptrdiff_t m_vWsPosition = 0x40; // VectorAligned - constexpr std::ptrdiff_t m_Color = 0x50; // Color - constexpr std::ptrdiff_t m_Text = 0x58; // CUtlString - } - // Parent: CAnimationGraphVisualizerPrimitiveBase - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CAnimationGraphVisualizerSphere { - constexpr std::ptrdiff_t m_vWsPosition = 0x40; // VectorAligned - constexpr std::ptrdiff_t m_flRadius = 0x50; // float32 - constexpr std::ptrdiff_t m_Color = 0x54; // Color - } - // Parent: CAnimationGraphVisualizerPrimitiveBase - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CAnimationGraphVisualizerLine { - constexpr std::ptrdiff_t m_vWsPositionStart = 0x40; // VectorAligned - constexpr std::ptrdiff_t m_vWsPositionEnd = 0x50; // VectorAligned - constexpr std::ptrdiff_t m_Color = 0x60; // Color - } - // Parent: CAnimationGraphVisualizerPrimitiveBase - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CAnimationGraphVisualizerPie { - constexpr std::ptrdiff_t m_vWsCenter = 0x40; // VectorAligned - constexpr std::ptrdiff_t m_vWsStart = 0x50; // VectorAligned - constexpr std::ptrdiff_t m_vWsEnd = 0x60; // VectorAligned - constexpr std::ptrdiff_t m_Color = 0x70; // Color - } - // Parent: CAnimationGraphVisualizerPrimitiveBase - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CAnimationGraphVisualizerAxis { - constexpr std::ptrdiff_t m_xWsTransform = 0x40; // CTransform - constexpr std::ptrdiff_t m_flAxisSize = 0x60; // float32 - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyEditClassAsString - namespace AnimNodeID { - constexpr std::ptrdiff_t m_id = 0x0; // uint32 - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyEditClassAsString - namespace AnimNodeOutputID { - constexpr std::ptrdiff_t m_id = 0x0; // uint32 - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyEditClassAsString - namespace AnimStateID { - constexpr std::ptrdiff_t m_id = 0x0; // uint32 - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyEditClassAsString - namespace AnimParamID { - constexpr std::ptrdiff_t m_id = 0x0; // uint32 - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyEditClassAsString - namespace AnimTagID { - constexpr std::ptrdiff_t m_id = 0x0; // uint32 - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyEditClassAsString - namespace AnimComponentID { - constexpr std::ptrdiff_t m_id = 0x0; // uint32 - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyEditClassAsString - namespace AnimScriptHandle { - constexpr std::ptrdiff_t m_id = 0x0; // uint32 - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CAnimAttachment { - constexpr std::ptrdiff_t m_influenceRotations = 0x0; // Quaternion[3] - constexpr std::ptrdiff_t m_influenceOffsets = 0x30; // VectorAligned[3] - constexpr std::ptrdiff_t m_influenceIndices = 0x60; // int32[3] - constexpr std::ptrdiff_t m_influenceWeights = 0x6C; // float32[3] - constexpr std::ptrdiff_t m_numInfluences = 0x78; // uint8 - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace VPhysics2ShapeDef_t { - constexpr std::ptrdiff_t m_spheres = 0x0; // CUtlVector - constexpr std::ptrdiff_t m_capsules = 0x18; // CUtlVector - constexpr std::ptrdiff_t m_hulls = 0x30; // CUtlVector - constexpr std::ptrdiff_t m_meshes = 0x48; // CUtlVector - constexpr std::ptrdiff_t m_CollisionAttributeIndices = 0x60; // CUtlVector - } - // Parent: None - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - namespace VPhysXBodyPart_t { - constexpr std::ptrdiff_t m_nFlags = 0x0; // uint32 - constexpr std::ptrdiff_t m_flMass = 0x4; // float32 - constexpr std::ptrdiff_t m_rnShape = 0x8; // VPhysics2ShapeDef_t - constexpr std::ptrdiff_t m_nCollisionAttributeIndex = 0x80; // uint16 - constexpr std::ptrdiff_t m_nReserved = 0x82; // uint16 - constexpr std::ptrdiff_t m_flInertiaScale = 0x84; // float32 - constexpr std::ptrdiff_t m_flLinearDamping = 0x88; // float32 - constexpr std::ptrdiff_t m_flAngularDamping = 0x8C; // float32 - constexpr std::ptrdiff_t m_bOverrideMassCenter = 0x90; // bool - constexpr std::ptrdiff_t m_vMassCenterOverride = 0x94; // Vector - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - namespace VPhysXCollisionAttributes_t { - constexpr std::ptrdiff_t m_CollisionGroup = 0x0; // uint32 - constexpr std::ptrdiff_t m_InteractAs = 0x8; // CUtlVector - constexpr std::ptrdiff_t m_InteractWith = 0x20; // CUtlVector - constexpr std::ptrdiff_t m_InteractExclude = 0x38; // CUtlVector - constexpr std::ptrdiff_t m_CollisionGroupString = 0x50; // CUtlString - constexpr std::ptrdiff_t m_InteractAsStrings = 0x58; // CUtlVector - constexpr std::ptrdiff_t m_InteractWithStrings = 0x70; // CUtlVector - constexpr std::ptrdiff_t m_InteractExcludeStrings = 0x88; // CUtlVector - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace VPhysXRange_t { - constexpr std::ptrdiff_t m_flMin = 0x0; // float32 - constexpr std::ptrdiff_t m_flMax = 0x4; // float32 - } - // Parent: None - // Fields count: 46 - // - // Metadata: - // MGetKV3ClassDefaults - namespace VPhysXConstraintParams_t { - constexpr std::ptrdiff_t m_nType = 0x0; // int8 - constexpr std::ptrdiff_t m_nTranslateMotion = 0x1; // int8 - constexpr std::ptrdiff_t m_nRotateMotion = 0x2; // int8 - constexpr std::ptrdiff_t m_nFlags = 0x3; // int8 - constexpr std::ptrdiff_t m_anchor = 0x4; // Vector[2] - constexpr std::ptrdiff_t m_axes = 0x1C; // QuaternionStorage[2] - constexpr std::ptrdiff_t m_maxForce = 0x3C; // float32 - constexpr std::ptrdiff_t m_maxTorque = 0x40; // float32 - constexpr std::ptrdiff_t m_linearLimitValue = 0x44; // float32 - constexpr std::ptrdiff_t m_linearLimitRestitution = 0x48; // float32 - constexpr std::ptrdiff_t m_linearLimitSpring = 0x4C; // float32 - constexpr std::ptrdiff_t m_linearLimitDamping = 0x50; // float32 - constexpr std::ptrdiff_t m_twistLowLimitValue = 0x54; // float32 - constexpr std::ptrdiff_t m_twistLowLimitRestitution = 0x58; // float32 - constexpr std::ptrdiff_t m_twistLowLimitSpring = 0x5C; // float32 - constexpr std::ptrdiff_t m_twistLowLimitDamping = 0x60; // float32 - constexpr std::ptrdiff_t m_twistHighLimitValue = 0x64; // float32 - constexpr std::ptrdiff_t m_twistHighLimitRestitution = 0x68; // float32 - constexpr std::ptrdiff_t m_twistHighLimitSpring = 0x6C; // float32 - constexpr std::ptrdiff_t m_twistHighLimitDamping = 0x70; // float32 - constexpr std::ptrdiff_t m_swing1LimitValue = 0x74; // float32 - constexpr std::ptrdiff_t m_swing1LimitRestitution = 0x78; // float32 - constexpr std::ptrdiff_t m_swing1LimitSpring = 0x7C; // float32 - constexpr std::ptrdiff_t m_swing1LimitDamping = 0x80; // float32 - constexpr std::ptrdiff_t m_swing2LimitValue = 0x84; // float32 - constexpr std::ptrdiff_t m_swing2LimitRestitution = 0x88; // float32 - constexpr std::ptrdiff_t m_swing2LimitSpring = 0x8C; // float32 - constexpr std::ptrdiff_t m_swing2LimitDamping = 0x90; // float32 - constexpr std::ptrdiff_t m_goalPosition = 0x94; // Vector - constexpr std::ptrdiff_t m_goalOrientation = 0xA0; // QuaternionStorage - constexpr std::ptrdiff_t m_goalAngularVelocity = 0xB0; // Vector - constexpr std::ptrdiff_t m_driveSpringX = 0xBC; // float32 - constexpr std::ptrdiff_t m_driveSpringY = 0xC0; // float32 - constexpr std::ptrdiff_t m_driveSpringZ = 0xC4; // float32 - constexpr std::ptrdiff_t m_driveDampingX = 0xC8; // float32 - constexpr std::ptrdiff_t m_driveDampingY = 0xCC; // float32 - constexpr std::ptrdiff_t m_driveDampingZ = 0xD0; // float32 - constexpr std::ptrdiff_t m_driveSpringTwist = 0xD4; // float32 - constexpr std::ptrdiff_t m_driveSpringSwing = 0xD8; // float32 - constexpr std::ptrdiff_t m_driveSpringSlerp = 0xDC; // float32 - constexpr std::ptrdiff_t m_driveDampingTwist = 0xE0; // float32 - constexpr std::ptrdiff_t m_driveDampingSwing = 0xE4; // float32 - constexpr std::ptrdiff_t m_driveDampingSlerp = 0xE8; // float32 - constexpr std::ptrdiff_t m_solverIterationCount = 0xEC; // int32 - constexpr std::ptrdiff_t m_projectionLinearTolerance = 0xF0; // float32 - constexpr std::ptrdiff_t m_projectionAngularTolerance = 0xF4; // float32 - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace VPhysXConstraint2_t { - constexpr std::ptrdiff_t m_nFlags = 0x0; // uint32 - constexpr std::ptrdiff_t m_nParent = 0x4; // uint16 - constexpr std::ptrdiff_t m_nChild = 0x6; // uint16 - constexpr std::ptrdiff_t m_params = 0x8; // VPhysXConstraintParams_t - } - // Parent: None - // Fields count: 24 - // - // Metadata: - // MGetKV3ClassDefaults - namespace VPhysXJoint_t { - constexpr std::ptrdiff_t m_nType = 0x0; // uint16 - constexpr std::ptrdiff_t m_nBody1 = 0x2; // uint16 - constexpr std::ptrdiff_t m_nBody2 = 0x4; // uint16 - constexpr std::ptrdiff_t m_nFlags = 0x6; // uint16 - constexpr std::ptrdiff_t m_Frame1 = 0x10; // CTransform - constexpr std::ptrdiff_t m_Frame2 = 0x30; // CTransform - constexpr std::ptrdiff_t m_bEnableCollision = 0x50; // bool - constexpr std::ptrdiff_t m_bEnableLinearLimit = 0x51; // bool - constexpr std::ptrdiff_t m_LinearLimit = 0x54; // VPhysXRange_t - constexpr std::ptrdiff_t m_bEnableLinearMotor = 0x5C; // bool - constexpr std::ptrdiff_t m_vLinearTargetVelocity = 0x60; // Vector - constexpr std::ptrdiff_t m_flMaxForce = 0x6C; // float32 - constexpr std::ptrdiff_t m_bEnableSwingLimit = 0x70; // bool - constexpr std::ptrdiff_t m_SwingLimit = 0x74; // VPhysXRange_t - constexpr std::ptrdiff_t m_bEnableTwistLimit = 0x7C; // bool - constexpr std::ptrdiff_t m_TwistLimit = 0x80; // VPhysXRange_t - constexpr std::ptrdiff_t m_bEnableAngularMotor = 0x88; // bool - constexpr std::ptrdiff_t m_vAngularTargetVelocity = 0x8C; // Vector - constexpr std::ptrdiff_t m_flMaxTorque = 0x98; // float32 - constexpr std::ptrdiff_t m_flLinearFrequency = 0x9C; // float32 - constexpr std::ptrdiff_t m_flLinearDampingRatio = 0xA0; // float32 - constexpr std::ptrdiff_t m_flAngularFrequency = 0xA4; // float32 - constexpr std::ptrdiff_t m_flAngularDampingRatio = 0xA8; // float32 - constexpr std::ptrdiff_t m_flFriction = 0xAC; // float32 - } - // Parent: None - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - namespace PhysSoftbodyDesc_t { - constexpr std::ptrdiff_t m_ParticleBoneHash = 0x0; // CUtlVector - constexpr std::ptrdiff_t m_Particles = 0x18; // CUtlVector - constexpr std::ptrdiff_t m_Springs = 0x30; // CUtlVector - constexpr std::ptrdiff_t m_Capsules = 0x48; // CUtlVector - constexpr std::ptrdiff_t m_InitPose = 0x60; // CUtlVector - constexpr std::ptrdiff_t m_ParticleBoneName = 0x78; // CUtlVector - } - // Parent: None - // Fields count: 16 - // - // Metadata: - // MGetKV3ClassDefaults - namespace VPhysXAggregateData_t { - constexpr std::ptrdiff_t m_nFlags = 0x0; // uint16 - constexpr std::ptrdiff_t m_nRefCounter = 0x2; // uint16 - constexpr std::ptrdiff_t m_bonesHash = 0x8; // CUtlVector - constexpr std::ptrdiff_t m_boneNames = 0x20; // CUtlVector - constexpr std::ptrdiff_t m_indexNames = 0x38; // CUtlVector - constexpr std::ptrdiff_t m_indexHash = 0x50; // CUtlVector - constexpr std::ptrdiff_t m_bindPose = 0x68; // CUtlVector - constexpr std::ptrdiff_t m_parts = 0x80; // CUtlVector - constexpr std::ptrdiff_t m_constraints2 = 0x98; // CUtlVector - constexpr std::ptrdiff_t m_joints = 0xB0; // CUtlVector - constexpr std::ptrdiff_t m_pFeModel = 0xC8; // PhysFeModelDesc_t* - constexpr std::ptrdiff_t m_boneParents = 0xD0; // CUtlVector - constexpr std::ptrdiff_t m_surfacePropertyHashes = 0xE8; // CUtlVector - constexpr std::ptrdiff_t m_collisionAttributes = 0x100; // CUtlVector - constexpr std::ptrdiff_t m_debugPartNames = 0x118; // CUtlVector - constexpr std::ptrdiff_t m_embeddedKeyvalues = 0x130; // CUtlString - } - // Parent: None - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CPhysSurfacePropertiesPhysics { - constexpr std::ptrdiff_t m_friction = 0x0; // float32 - constexpr std::ptrdiff_t m_elasticity = 0x4; // float32 - constexpr std::ptrdiff_t m_density = 0x8; // float32 - constexpr std::ptrdiff_t m_thickness = 0xC; // float32 - constexpr std::ptrdiff_t m_softContactFrequency = 0x10; // float32 - constexpr std::ptrdiff_t m_softContactDampingRatio = 0x14; // float32 - constexpr std::ptrdiff_t m_wheelDrag = 0x18; // float32 - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CPhysSurfacePropertiesAudio { - constexpr std::ptrdiff_t m_reflectivity = 0x0; // float32 - constexpr std::ptrdiff_t m_hardnessFactor = 0x4; // float32 - constexpr std::ptrdiff_t m_roughnessFactor = 0x8; // float32 - constexpr std::ptrdiff_t m_roughThreshold = 0xC; // float32 - constexpr std::ptrdiff_t m_hardThreshold = 0x10; // float32 - constexpr std::ptrdiff_t m_hardVelocityThreshold = 0x14; // float32 - constexpr std::ptrdiff_t m_flStaticImpactVolume = 0x18; // float32 - constexpr std::ptrdiff_t m_flOcclusionFactor = 0x1C; // float32 - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CPhysSurfacePropertiesSoundNames { - constexpr std::ptrdiff_t m_impactSoft = 0x0; // CUtlString - constexpr std::ptrdiff_t m_impactHard = 0x8; // CUtlString - constexpr std::ptrdiff_t m_scrapeSmooth = 0x10; // CUtlString - constexpr std::ptrdiff_t m_scrapeRough = 0x18; // CUtlString - constexpr std::ptrdiff_t m_bulletImpact = 0x20; // CUtlString - constexpr std::ptrdiff_t m_rolling = 0x28; // CUtlString - constexpr std::ptrdiff_t m_break = 0x30; // CUtlString - constexpr std::ptrdiff_t m_strain = 0x38; // CUtlString - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CPhysSurfaceProperties { - constexpr std::ptrdiff_t m_name = 0x0; // CUtlString - constexpr std::ptrdiff_t m_nameHash = 0x8; // uint32 - constexpr std::ptrdiff_t m_baseNameHash = 0xC; // uint32 - constexpr std::ptrdiff_t m_bHidden = 0x18; // bool - constexpr std::ptrdiff_t m_description = 0x20; // CUtlString - constexpr std::ptrdiff_t m_physics = 0x28; // CPhysSurfacePropertiesPhysics - constexpr std::ptrdiff_t m_audioSounds = 0x48; // CPhysSurfacePropertiesSoundNames - constexpr std::ptrdiff_t m_audioParams = 0x88; // CPhysSurfacePropertiesAudio - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CVPhysXSurfacePropertiesList { - constexpr std::ptrdiff_t m_surfacePropertiesList = 0x0; // CUtlVector - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace MaterialGroup_t { - constexpr std::ptrdiff_t m_name = 0x0; // CUtlString - constexpr std::ptrdiff_t m_materials = 0x8; // CUtlVector> - } - // Parent: None - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - namespace ModelSkeletonData_t { - constexpr std::ptrdiff_t m_boneName = 0x0; // CUtlVector - constexpr std::ptrdiff_t m_nParent = 0x18; // CUtlVector - constexpr std::ptrdiff_t m_boneSphere = 0x30; // CUtlVector - constexpr std::ptrdiff_t m_nFlag = 0x48; // CUtlVector - constexpr std::ptrdiff_t m_bonePosParent = 0x60; // CUtlVector - constexpr std::ptrdiff_t m_boneRotParent = 0x78; // CUtlVector - constexpr std::ptrdiff_t m_boneScaleParent = 0x90; // CUtlVector - } - // Parent: None - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - namespace PermModelInfo_t { - constexpr std::ptrdiff_t m_nFlags = 0x0; // uint32 - constexpr std::ptrdiff_t m_vHullMin = 0x4; // Vector - constexpr std::ptrdiff_t m_vHullMax = 0x10; // Vector - constexpr std::ptrdiff_t m_vViewMin = 0x1C; // Vector - constexpr std::ptrdiff_t m_vViewMax = 0x28; // Vector - constexpr std::ptrdiff_t m_flMass = 0x34; // float32 - constexpr std::ptrdiff_t m_vEyePosition = 0x38; // Vector - constexpr std::ptrdiff_t m_flMaxEyeDeflection = 0x44; // float32 - constexpr std::ptrdiff_t m_sSurfaceProperty = 0x48; // CUtlString - constexpr std::ptrdiff_t m_keyValueText = 0x50; // CUtlString - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace PermModelExtPart_t { - constexpr std::ptrdiff_t m_Transform = 0x0; // CTransform - constexpr std::ptrdiff_t m_Name = 0x20; // CUtlString - constexpr std::ptrdiff_t m_nParent = 0x28; // int32 - constexpr std::ptrdiff_t m_refModel = 0x30; // CStrongHandle - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace ModelBoneFlexDriverControl_t { - constexpr std::ptrdiff_t m_nBoneComponent = 0x0; // ModelBoneFlexComponent_t - constexpr std::ptrdiff_t m_flexController = 0x8; // CUtlString - constexpr std::ptrdiff_t m_flexControllerToken = 0x10; // uint32 - constexpr std::ptrdiff_t m_flMin = 0x14; // float32 - constexpr std::ptrdiff_t m_flMax = 0x18; // float32 - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace ModelBoneFlexDriver_t { - constexpr std::ptrdiff_t m_boneName = 0x0; // CUtlString - constexpr std::ptrdiff_t m_boneNameToken = 0x8; // uint32 - constexpr std::ptrdiff_t m_controls = 0x10; // CUtlVector - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace PermModelDataAnimatedMaterialAttribute_t { - constexpr std::ptrdiff_t m_AttributeName = 0x0; // CUtlString - constexpr std::ptrdiff_t m_nNumChannels = 0x8; // int32 - } - // Parent: None - // Fields count: 23 - // - // Metadata: - // MGetKV3ClassDefaults - namespace PermModelData_t { - constexpr std::ptrdiff_t m_name = 0x0; // CUtlString - constexpr std::ptrdiff_t m_modelInfo = 0x8; // PermModelInfo_t - constexpr std::ptrdiff_t m_ExtParts = 0x60; // CUtlVector - constexpr std::ptrdiff_t m_refMeshes = 0x78; // CUtlVector> - constexpr std::ptrdiff_t m_refMeshGroupMasks = 0x90; // CUtlVector - constexpr std::ptrdiff_t m_refPhysGroupMasks = 0xA8; // CUtlVector - constexpr std::ptrdiff_t m_refLODGroupMasks = 0xC0; // CUtlVector - constexpr std::ptrdiff_t m_lodGroupSwitchDistances = 0xD8; // CUtlVector - constexpr std::ptrdiff_t m_refPhysicsData = 0xF0; // CUtlVector> - constexpr std::ptrdiff_t m_refPhysicsHitboxData = 0x108; // CUtlVector> - constexpr std::ptrdiff_t m_refAnimGroups = 0x120; // CUtlVector> - constexpr std::ptrdiff_t m_refSequenceGroups = 0x138; // CUtlVector> - constexpr std::ptrdiff_t m_meshGroups = 0x150; // CUtlVector - constexpr std::ptrdiff_t m_materialGroups = 0x168; // CUtlVector - constexpr std::ptrdiff_t m_nDefaultMeshGroupMask = 0x180; // uint64 - constexpr std::ptrdiff_t m_modelSkeleton = 0x188; // ModelSkeletonData_t - constexpr std::ptrdiff_t m_remappingTable = 0x230; // CUtlVector - constexpr std::ptrdiff_t m_remappingTableStarts = 0x248; // CUtlVector - constexpr std::ptrdiff_t m_boneFlexDrivers = 0x260; // CUtlVector - constexpr std::ptrdiff_t m_pModelConfigList = 0x278; // CModelConfigList* - constexpr std::ptrdiff_t m_BodyGroupsHiddenInTools = 0x280; // CUtlVector - constexpr std::ptrdiff_t m_refAnimIncludeModels = 0x298; // CUtlVector> - constexpr std::ptrdiff_t m_AnimatedMaterialAttributes = 0x2B0; // CUtlVector - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CModelConfigElement { - constexpr std::ptrdiff_t m_ElementName = 0x8; // CUtlString - constexpr std::ptrdiff_t m_NestedElements = 0x10; // CUtlVector - } - // Parent: CModelConfigElement - // Fields count: 14 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CModelConfigElement_AttachedModel { - constexpr std::ptrdiff_t m_InstanceName = 0x48; // CUtlString - constexpr std::ptrdiff_t m_EntityClass = 0x50; // CUtlString - constexpr std::ptrdiff_t m_hModel = 0x58; // CStrongHandle - constexpr std::ptrdiff_t m_vOffset = 0x60; // Vector - constexpr std::ptrdiff_t m_aAngOffset = 0x6C; // QAngle - constexpr std::ptrdiff_t m_AttachmentName = 0x78; // CUtlString - constexpr std::ptrdiff_t m_LocalAttachmentOffsetName = 0x80; // CUtlString - constexpr std::ptrdiff_t m_AttachmentType = 0x88; // ModelConfigAttachmentType_t - constexpr std::ptrdiff_t m_bBoneMergeFlex = 0x8C; // bool - constexpr std::ptrdiff_t m_bUserSpecifiedColor = 0x8D; // bool - constexpr std::ptrdiff_t m_bUserSpecifiedMaterialGroup = 0x8E; // bool - constexpr std::ptrdiff_t m_bAcceptParentMaterialDrivenDecals = 0x8F; // bool - constexpr std::ptrdiff_t m_BodygroupOnOtherModels = 0x90; // CUtlString - constexpr std::ptrdiff_t m_MaterialGroupOnOtherModels = 0x98; // CUtlString - } - // Parent: CModelConfigElement - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CModelConfigElement_UserPick { - constexpr std::ptrdiff_t m_Choices = 0x48; // CUtlVector - } - // Parent: CModelConfigElement - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CModelConfigElement_RandomPick { - constexpr std::ptrdiff_t m_Choices = 0x48; // CUtlVector - constexpr std::ptrdiff_t m_ChoiceWeights = 0x60; // CUtlVector - } - // Parent: CModelConfigElement - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CModelConfigElement_SetMaterialGroup { - constexpr std::ptrdiff_t m_MaterialGroupName = 0x48; // CUtlString - } - // Parent: CModelConfigElement - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CModelConfigElement_SetMaterialGroupOnAttachedModels { - constexpr std::ptrdiff_t m_MaterialGroupName = 0x48; // CUtlString - } - // Parent: CModelConfigElement - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CModelConfigElement_SetRenderColor { - constexpr std::ptrdiff_t m_Color = 0x48; // Color - } - // Parent: CModelConfigElement - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CModelConfigElement_RandomColor { - constexpr std::ptrdiff_t m_Gradient = 0x48; // CColorGradient - } - // Parent: CModelConfigElement - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CModelConfigElement_SetBodygroup { - constexpr std::ptrdiff_t m_GroupName = 0x48; // CUtlString - constexpr std::ptrdiff_t m_nChoice = 0x50; // int32 - } - // Parent: CModelConfigElement - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CModelConfigElement_SetBodygroupOnAttachedModels { - constexpr std::ptrdiff_t m_GroupName = 0x48; // CUtlString - constexpr std::ptrdiff_t m_nChoice = 0x50; // int32 - } - // Parent: CModelConfigElement - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CModelConfigElement_Command { - constexpr std::ptrdiff_t m_Command = 0x48; // CUtlString - constexpr std::ptrdiff_t m_Args = 0x50; // KeyValues3 - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CModelConfig { - constexpr std::ptrdiff_t m_ConfigName = 0x0; // CUtlString - constexpr std::ptrdiff_t m_Elements = 0x8; // CUtlVector - constexpr std::ptrdiff_t m_bTopLevel = 0x20; // bool - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CModelConfigList { - constexpr std::ptrdiff_t m_bHideMaterialGroupInTools = 0x0; // bool - constexpr std::ptrdiff_t m_bHideRenderColorInTools = 0x1; // bool - constexpr std::ptrdiff_t m_Configs = 0x8; // CUtlVector - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CRenderBufferBinding { - constexpr std::ptrdiff_t m_hBuffer = 0x0; // uint64 - constexpr std::ptrdiff_t m_nBindOffsetBytes = 0x10; // uint32 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace SkeletonBoneBounds_t { - constexpr std::ptrdiff_t m_vecCenter = 0x0; // Vector - constexpr std::ptrdiff_t m_vecSize = 0xC; // Vector - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace RenderSkeletonBone_t { - constexpr std::ptrdiff_t m_boneName = 0x0; // CUtlString - constexpr std::ptrdiff_t m_parentName = 0x8; // CUtlString - constexpr std::ptrdiff_t m_invBindPose = 0x10; // matrix3x4_t - constexpr std::ptrdiff_t m_bbox = 0x40; // SkeletonBoneBounds_t - constexpr std::ptrdiff_t m_flSphereRadius = 0x58; // float32 - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CRenderSkeleton { - constexpr std::ptrdiff_t m_bones = 0x0; // CUtlVector - constexpr std::ptrdiff_t m_boneParents = 0x30; // CUtlVector - constexpr std::ptrdiff_t m_nBoneWeightCount = 0x48; // int32 - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CDrawCullingData { - constexpr std::ptrdiff_t m_vConeApex = 0x0; // Vector - constexpr std::ptrdiff_t m_ConeAxis = 0xC; // int8[3] - constexpr std::ptrdiff_t m_ConeCutoff = 0xF; // int8 - } - // Parent: None - // Fields count: 12 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CMaterialDrawDescriptor { - constexpr std::ptrdiff_t m_nPrimitiveType = 0x0; // RenderPrimitiveType_t - constexpr std::ptrdiff_t m_nBaseVertex = 0x4; // int32 - constexpr std::ptrdiff_t m_nVertexCount = 0x8; // int32 - constexpr std::ptrdiff_t m_nStartIndex = 0xC; // int32 - constexpr std::ptrdiff_t m_nIndexCount = 0x10; // int32 - constexpr std::ptrdiff_t m_flUvDensity = 0x14; // float32 - constexpr std::ptrdiff_t m_vTintColor = 0x18; // Vector - constexpr std::ptrdiff_t m_flAlpha = 0x24; // float32 - constexpr std::ptrdiff_t m_nFirstMeshlet = 0x2C; // uint32 - constexpr std::ptrdiff_t m_nNumMeshlets = 0x30; // uint16 - constexpr std::ptrdiff_t m_indexBuffer = 0xB8; // CRenderBufferBinding - constexpr std::ptrdiff_t m_material = 0xE0; // CStrongHandle - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CMeshletDescriptor { - constexpr std::ptrdiff_t m_PackedAABB = 0x0; // PackedAABB_t - constexpr std::ptrdiff_t m_CullingData = 0x8; // CDrawCullingData - } - // Parent: None - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CSceneObjectData { - constexpr std::ptrdiff_t m_vMinBounds = 0x0; // Vector - constexpr std::ptrdiff_t m_vMaxBounds = 0xC; // Vector - constexpr std::ptrdiff_t m_drawCalls = 0x18; // CUtlVector - constexpr std::ptrdiff_t m_drawBounds = 0x30; // CUtlVector - constexpr std::ptrdiff_t m_meshlets = 0x48; // CUtlVector - constexpr std::ptrdiff_t m_vTintColor = 0x60; // Vector4D - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CAttachment { - constexpr std::ptrdiff_t m_name = 0x0; // CUtlString - constexpr std::ptrdiff_t m_influenceNames = 0x8; // CUtlString[3] - constexpr std::ptrdiff_t m_vInfluenceRotations = 0x20; // Quaternion[3] - constexpr std::ptrdiff_t m_vInfluenceOffsets = 0x50; // Vector[3] - constexpr std::ptrdiff_t m_influenceWeights = 0x74; // float32[3] - constexpr std::ptrdiff_t m_bInfluenceRootTransform = 0x80; // bool[3] - constexpr std::ptrdiff_t m_nInfluences = 0x83; // uint8 - constexpr std::ptrdiff_t m_bIgnoreRotation = 0x84; // bool - } - // Parent: None - // Fields count: 13 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CHitBox { - constexpr std::ptrdiff_t m_name = 0x0; // CUtlString - constexpr std::ptrdiff_t m_sSurfaceProperty = 0x8; // CUtlString - constexpr std::ptrdiff_t m_sBoneName = 0x10; // CUtlString - constexpr std::ptrdiff_t m_vMinBounds = 0x18; // Vector - constexpr std::ptrdiff_t m_vMaxBounds = 0x24; // Vector - constexpr std::ptrdiff_t m_flShapeRadius = 0x30; // float32 - constexpr std::ptrdiff_t m_nBoneNameHash = 0x34; // uint32 - constexpr std::ptrdiff_t m_nGroupId = 0x38; // int32 - constexpr std::ptrdiff_t m_nShapeType = 0x3C; // uint8 - constexpr std::ptrdiff_t m_bTranslationOnly = 0x3D; // bool - constexpr std::ptrdiff_t m_CRC = 0x40; // uint32 - constexpr std::ptrdiff_t m_cRenderColor = 0x44; // Color - constexpr std::ptrdiff_t m_nHitBoxIndex = 0x48; // uint16 - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CHitBoxSet { - constexpr std::ptrdiff_t m_name = 0x0; // CUtlString - constexpr std::ptrdiff_t m_nNameHash = 0x8; // uint32 - constexpr std::ptrdiff_t m_HitBoxes = 0x10; // CUtlVector - constexpr std::ptrdiff_t m_SourceFilename = 0x28; // CUtlString - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CHitBoxSetList { - constexpr std::ptrdiff_t m_HitBoxSets = 0x0; // CUtlVector - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace DynamicMeshDeformParams_t { - constexpr std::ptrdiff_t m_flTensionCompressScale = 0x0; // float32 - constexpr std::ptrdiff_t m_flTensionStretchScale = 0x4; // float32 - constexpr std::ptrdiff_t m_bRecomputeSmoothNormalsAfterAnimation = 0x8; // bool - constexpr std::ptrdiff_t m_bComputeDynamicMeshTensionAfterAnimation = 0x9; // bool - } - // Parent: None - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - namespace RenderHairStrandInfo_t { - constexpr std::ptrdiff_t m_nGuideIdx = 0x0; // uint32[3] - constexpr std::ptrdiff_t m_nBaseTriIdx = 0xC; // uint32 - constexpr std::ptrdiff_t m_vGuideBarycentric = 0x10; // Vector2D - constexpr std::ptrdiff_t m_vBaseBarycentric = 0x18; // Vector2D - constexpr std::ptrdiff_t m_vRootOffset_flLengthScale = 0x20; // uint16[4] - constexpr std::ptrdiff_t m_nPackedBaseMeshUv = 0x28; // uint32 - constexpr std::ptrdiff_t m_nPad = 0x2C; // uint32 - } - // Parent: None - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CRenderGroom { - constexpr std::ptrdiff_t m_nSegmentsPerHairStrand = 0x0; // int32 - constexpr std::ptrdiff_t m_nGuideHairCount = 0x4; // int32 - constexpr std::ptrdiff_t m_nHairCount = 0x8; // int32 - constexpr std::ptrdiff_t m_nGroomGroupID = 0xC; // int32 - constexpr std::ptrdiff_t m_nAttachBoneIdx = 0x10; // int32 - constexpr std::ptrdiff_t m_hairInfoBufferData = 0x18; // CUtlBinaryBlock - constexpr std::ptrdiff_t m_hairs = 0x30; // CUtlVector - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CRenderMesh { - constexpr std::ptrdiff_t m_sceneObjects = 0x10; // CUtlVectorFixedGrowable - constexpr std::ptrdiff_t m_constraints = 0xA0; // CUtlVector - constexpr std::ptrdiff_t m_skeleton = 0xB8; // CRenderSkeleton - constexpr std::ptrdiff_t m_meshDeformParams = 0x1E0; // DynamicMeshDeformParams_t - constexpr std::ptrdiff_t m_pGroomData = 0x1F0; // CRenderGroom* - } - // Parent: None - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CConstraintTarget { - constexpr std::ptrdiff_t m_qOffset = 0x20; // Quaternion - constexpr std::ptrdiff_t m_vOffset = 0x30; // Vector - constexpr std::ptrdiff_t m_nBoneHash = 0x3C; // uint32 - constexpr std::ptrdiff_t m_sName = 0x40; // CUtlString - constexpr std::ptrdiff_t m_flWeight = 0x48; // float32 - constexpr std::ptrdiff_t m_bIsAttachment = 0x59; // bool - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CConstraintSlave { - constexpr std::ptrdiff_t m_qBaseOrientation = 0x0; // Quaternion - constexpr std::ptrdiff_t m_vBasePosition = 0x10; // Vector - constexpr std::ptrdiff_t m_nBoneHash = 0x1C; // uint32 - constexpr std::ptrdiff_t m_flWeight = 0x20; // float32 - constexpr std::ptrdiff_t m_sName = 0x28; // CUtlString - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CBoneConstraintBase { - } - // Parent: CBoneConstraintBase - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CBaseConstraint { - constexpr std::ptrdiff_t m_name = 0x28; // CUtlString - constexpr std::ptrdiff_t m_vUpVector = 0x30; // Vector - constexpr std::ptrdiff_t m_slaves = 0x40; // CUtlVector - constexpr std::ptrdiff_t m_targets = 0x58; // CUtlVector - } - // Parent: CBaseConstraint - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CPointConstraint { - } - // Parent: CBaseConstraint - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - namespace COrientConstraint { - } - // Parent: CBaseConstraint - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CAimConstraint { - constexpr std::ptrdiff_t m_qAimOffset = 0x70; // Quaternion - constexpr std::ptrdiff_t m_nUpType = 0x80; // uint32 - } - // Parent: CBaseConstraint - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CTwistConstraint { - constexpr std::ptrdiff_t m_bInverse = 0x70; // bool - constexpr std::ptrdiff_t m_qParentBindRotation = 0x80; // Quaternion - constexpr std::ptrdiff_t m_qChildBindRotation = 0x90; // Quaternion - } - // Parent: CBaseConstraint - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CTiltTwistConstraint { - constexpr std::ptrdiff_t m_nTargetAxis = 0x70; // int32 - constexpr std::ptrdiff_t m_nSlaveAxis = 0x74; // int32 - } - // Parent: CBaseConstraint - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CMorphConstraint { - constexpr std::ptrdiff_t m_sTargetMorph = 0x70; // CUtlString - constexpr std::ptrdiff_t m_nSlaveChannel = 0x78; // int32 - constexpr std::ptrdiff_t m_flMin = 0x7C; // float32 - constexpr std::ptrdiff_t m_flMax = 0x80; // float32 - } - // Parent: CBaseConstraint - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CParentConstraint { - } - // Parent: CBoneConstraintBase - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CBoneConstraintPoseSpaceMorph { - constexpr std::ptrdiff_t m_sBoneName = 0x28; // CUtlString - constexpr std::ptrdiff_t m_sAttachmentName = 0x30; // CUtlString - constexpr std::ptrdiff_t m_outputMorph = 0x38; // CUtlVector - constexpr std::ptrdiff_t m_inputList = 0x50; // CUtlVector - constexpr std::ptrdiff_t m_bClamp = 0x68; // bool - } - // Parent: CBaseConstraint - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CBoneConstraintPoseSpaceBone { - constexpr std::ptrdiff_t m_inputList = 0x70; // CUtlVector - } - // Parent: CBoneConstraintBase - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CBoneConstraintDotToMorph { - constexpr std::ptrdiff_t m_sBoneName = 0x28; // CUtlString - constexpr std::ptrdiff_t m_sTargetBoneName = 0x30; // CUtlString - constexpr std::ptrdiff_t m_sMorphChannelName = 0x38; // CUtlString - constexpr std::ptrdiff_t m_flRemap = 0x40; // float32[4] - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CFlexOp { - constexpr std::ptrdiff_t m_OpCode = 0x0; // FlexOpCode_t - constexpr std::ptrdiff_t m_Data = 0x4; // int32 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CFlexRule { - constexpr std::ptrdiff_t m_nFlex = 0x0; // int32 - constexpr std::ptrdiff_t m_FlexOps = 0x8; // CUtlVector - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CFlexDesc { - constexpr std::ptrdiff_t m_szFacs = 0x0; // CUtlString - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CFlexController { - constexpr std::ptrdiff_t m_szName = 0x0; // CUtlString - constexpr std::ptrdiff_t m_szType = 0x8; // CUtlString - constexpr std::ptrdiff_t min = 0x10; // float32 - constexpr std::ptrdiff_t max = 0x14; // float32 - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CMorphBundleData { - constexpr std::ptrdiff_t m_flULeftSrc = 0x0; // float32 - constexpr std::ptrdiff_t m_flVTopSrc = 0x4; // float32 - constexpr std::ptrdiff_t m_offsets = 0x8; // CUtlVector - constexpr std::ptrdiff_t m_ranges = 0x20; // CUtlVector - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CMorphRectData { - constexpr std::ptrdiff_t m_nXLeftDst = 0x0; // int16 - constexpr std::ptrdiff_t m_nYTopDst = 0x2; // int16 - constexpr std::ptrdiff_t m_flUWidthSrc = 0x4; // float32 - constexpr std::ptrdiff_t m_flVHeightSrc = 0x8; // float32 - constexpr std::ptrdiff_t m_bundleDatas = 0x10; // CUtlVector - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CMorphData { - constexpr std::ptrdiff_t m_name = 0x0; // CUtlString - constexpr std::ptrdiff_t m_morphRectDatas = 0x8; // CUtlVector - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CMorphSetData { - constexpr std::ptrdiff_t m_nWidth = 0xC; // int32 - constexpr std::ptrdiff_t m_nHeight = 0x10; // int32 - constexpr std::ptrdiff_t m_bundleTypes = 0x18; // CUtlVector - constexpr std::ptrdiff_t m_morphDatas = 0x30; // CUtlVector - constexpr std::ptrdiff_t m_pTextureAtlas = 0x48; // CStrongHandle - constexpr std::ptrdiff_t m_FlexDesc = 0x50; // CUtlVector - constexpr std::ptrdiff_t m_FlexControllers = 0x68; // CUtlVector - constexpr std::ptrdiff_t m_FlexRules = 0x80; // CUtlVector - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CAnimFoot { - constexpr std::ptrdiff_t m_name = 0x0; // CUtlString - constexpr std::ptrdiff_t m_vBallOffset = 0x8; // Vector - constexpr std::ptrdiff_t m_vHeelOffset = 0x14; // Vector - constexpr std::ptrdiff_t m_ankleBoneIndex = 0x20; // int32 - constexpr std::ptrdiff_t m_toeBoneIndex = 0x24; // int32 - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CAnimSkeleton { - constexpr std::ptrdiff_t m_localSpaceTransforms = 0x10; // CUtlVector - constexpr std::ptrdiff_t m_modelSpaceTransforms = 0x28; // CUtlVector - constexpr std::ptrdiff_t m_boneNames = 0x40; // CUtlVector - constexpr std::ptrdiff_t m_children = 0x58; // CUtlVector> - constexpr std::ptrdiff_t m_parents = 0x70; // CUtlVector - constexpr std::ptrdiff_t m_feet = 0x88; // CUtlVector - constexpr std::ptrdiff_t m_morphNames = 0xA0; // CUtlVector - constexpr std::ptrdiff_t m_lodBoneCounts = 0xB8; // CUtlVector - } - // Parent: None - // Fields count: 9 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CFootDefinition { - constexpr std::ptrdiff_t m_name = 0x0; // CUtlString - constexpr std::ptrdiff_t m_ankleBoneName = 0x8; // CUtlString - constexpr std::ptrdiff_t m_toeBoneName = 0x10; // CUtlString - constexpr std::ptrdiff_t m_vBallOffset = 0x18; // Vector - constexpr std::ptrdiff_t m_vHeelOffset = 0x24; // Vector - constexpr std::ptrdiff_t m_flFootLength = 0x30; // float32 - constexpr std::ptrdiff_t m_flBindPoseDirectionMS = 0x34; // float32 - constexpr std::ptrdiff_t m_flTraceHeight = 0x38; // float32 - constexpr std::ptrdiff_t m_flTraceRadius = 0x3C; // float32 - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CCycleBase { - constexpr std::ptrdiff_t m_flCycle = 0x0; // float32 - } - // Parent: CCycleBase - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CAnimCycle { - } - // Parent: CCycleBase - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CFootCycle { - } - // Parent: None - // Fields count: 9 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CFootCycleDefinition { - constexpr std::ptrdiff_t m_vStancePositionMS = 0x0; // Vector - constexpr std::ptrdiff_t m_vMidpointPositionMS = 0xC; // Vector - constexpr std::ptrdiff_t m_flStanceDirectionMS = 0x18; // float32 - constexpr std::ptrdiff_t m_vToStrideStartPos = 0x1C; // Vector - constexpr std::ptrdiff_t m_stanceCycle = 0x28; // CAnimCycle - constexpr std::ptrdiff_t m_footLiftCycle = 0x2C; // CFootCycle - constexpr std::ptrdiff_t m_footOffCycle = 0x30; // CFootCycle - constexpr std::ptrdiff_t m_footStrikeCycle = 0x34; // CFootCycle - constexpr std::ptrdiff_t m_footLandCycle = 0x38; // CFootCycle - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CFootTrajectory { - constexpr std::ptrdiff_t m_vOffset = 0x0; // Vector - constexpr std::ptrdiff_t m_flRotationOffset = 0xC; // float32 - constexpr std::ptrdiff_t m_flProgression = 0x10; // float32 - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CFootTrajectories { - constexpr std::ptrdiff_t m_trajectories = 0x0; // CUtlVector - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CFootStride { - constexpr std::ptrdiff_t m_definition = 0x0; // CFootCycleDefinition - constexpr std::ptrdiff_t m_trajectories = 0x40; // CFootTrajectories - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CFootMotion { - constexpr std::ptrdiff_t m_strides = 0x0; // CUtlVector - constexpr std::ptrdiff_t m_name = 0x18; // CUtlString - constexpr std::ptrdiff_t m_bAdditive = 0x20; // bool - } - // Parent: None - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - namespace SkeletonAnimCapture_t { - constexpr std::ptrdiff_t m_nEntIndex = 0x0; // CEntityIndex - constexpr std::ptrdiff_t m_nEntParent = 0x4; // CEntityIndex - constexpr std::ptrdiff_t m_ImportedCollision = 0x8; // CUtlVector - constexpr std::ptrdiff_t m_ModelName = 0x20; // CUtlString - constexpr std::ptrdiff_t m_CaptureName = 0x28; // CUtlString - constexpr std::ptrdiff_t m_ModelBindPose = 0x30; // CUtlVector - constexpr std::ptrdiff_t m_FeModelInitPose = 0x48; // CUtlVector - constexpr std::ptrdiff_t m_nFlexControllers = 0x60; // int32 - constexpr std::ptrdiff_t m_bPredicted = 0x64; // bool - constexpr std::ptrdiff_t m_Frames = 0xA8; // CUtlVector - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace SkeletonAnimCapture_t__Bone_t { - constexpr std::ptrdiff_t m_Name = 0x0; // CUtlString - constexpr std::ptrdiff_t m_BindPose = 0x10; // CTransform - constexpr std::ptrdiff_t m_nParent = 0x30; // int32 - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - namespace SkeletonAnimCapture_t__FrameStamp_t { - constexpr std::ptrdiff_t m_flTime = 0x0; // float32 - constexpr std::ptrdiff_t m_flEntitySimTime = 0x4; // float32 - constexpr std::ptrdiff_t m_bTeleportTick = 0x8; // bool - constexpr std::ptrdiff_t m_bPredicted = 0x9; // bool - constexpr std::ptrdiff_t m_flCurTime = 0xC; // float32 - constexpr std::ptrdiff_t m_flRealTime = 0x10; // float32 - constexpr std::ptrdiff_t m_nFrameCount = 0x14; // int32 - constexpr std::ptrdiff_t m_nTickCount = 0x18; // int32 - } - // Parent: None - // Fields count: 9 - // - // Metadata: - // MGetKV3ClassDefaults - namespace SkeletonAnimCapture_t__Frame_t { - constexpr std::ptrdiff_t m_flTime = 0x0; // float32 - constexpr std::ptrdiff_t m_Stamp = 0x4; // SkeletonAnimCapture_t::FrameStamp_t - constexpr std::ptrdiff_t m_Transform = 0x20; // CTransform - constexpr std::ptrdiff_t m_bTeleport = 0x40; // bool - constexpr std::ptrdiff_t m_CompositeBones = 0x48; // CUtlVector - constexpr std::ptrdiff_t m_SimStateBones = 0x60; // CUtlVector - constexpr std::ptrdiff_t m_FeModelAnims = 0x78; // CUtlVector - constexpr std::ptrdiff_t m_FeModelPos = 0x90; // CUtlVector - constexpr std::ptrdiff_t m_FlexControllerWeights = 0xA8; // CUtlVector - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace SkeletonAnimCapture_t__Camera_t { - constexpr std::ptrdiff_t m_tmCamera = 0x0; // CTransform - constexpr std::ptrdiff_t m_flTime = 0x20; // float32 - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace SkeletonDemoDb_t { - constexpr std::ptrdiff_t m_AnimCaptures = 0x0; // CUtlVector - constexpr std::ptrdiff_t m_CameraTrack = 0x18; // CUtlVector - constexpr std::ptrdiff_t m_flRecordingTime = 0x30; // float32 - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CNmBoneMask { - constexpr std::ptrdiff_t m_ID = 0x0; // CGlobalSymbol - constexpr std::ptrdiff_t m_weightInfo = 0x8; // CNmBoneMask::WeightInfo_t - constexpr std::ptrdiff_t m_weights = 0x18; // CUtlVector - } - // Parent: None - // Fields count: 9 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CNmClip { - constexpr std::ptrdiff_t m_skeleton = 0x0; // CStrongHandle - constexpr std::ptrdiff_t m_nNumFrames = 0x8; // uint32 - constexpr std::ptrdiff_t m_flDuration = 0xC; // float32 - constexpr std::ptrdiff_t m_compressedPoseData = 0x10; // CUtlBinaryBlock - constexpr std::ptrdiff_t m_trackCompressionSettings = 0x28; // CUtlVector - constexpr std::ptrdiff_t m_compressedPoseOffsets = 0x40; // CUtlVector - constexpr std::ptrdiff_t m_syncTrack = 0xA0; // CNmSyncTrack - constexpr std::ptrdiff_t m_rootMotion = 0x150; // CNmRootMotionData - constexpr std::ptrdiff_t m_bIsAdditive = 0x1A0; // bool - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - namespace NmCompressionSettings_t { - constexpr std::ptrdiff_t m_translationRangeX = 0x0; // NmCompressionSettings_t::QuantizationRange_t - constexpr std::ptrdiff_t m_translationRangeY = 0x8; // NmCompressionSettings_t::QuantizationRange_t - constexpr std::ptrdiff_t m_translationRangeZ = 0x10; // NmCompressionSettings_t::QuantizationRange_t - constexpr std::ptrdiff_t m_scaleRange = 0x18; // NmCompressionSettings_t::QuantizationRange_t - constexpr std::ptrdiff_t m_constantRotation = 0x20; // Quaternion - constexpr std::ptrdiff_t m_bIsRotationStatic = 0x30; // bool - constexpr std::ptrdiff_t m_bIsTranslationStatic = 0x31; // bool - constexpr std::ptrdiff_t m_bIsScaleStatic = 0x32; // bool - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace NmCompressionSettings_t__QuantizationRange_t { - constexpr std::ptrdiff_t m_flRangeStart = 0x0; // float32 - constexpr std::ptrdiff_t m_flRangeLength = 0x4; // float32 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CNmEvent { - constexpr std::ptrdiff_t m_flStartTime = 0x8; // float32 - constexpr std::ptrdiff_t m_flDuration = 0xC; // float32 - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CNmRootMotionData { - constexpr std::ptrdiff_t m_transforms = 0x0; // CUtlVector - constexpr std::ptrdiff_t m_nNumFrames = 0x18; // int32 - constexpr std::ptrdiff_t m_flAverageLinearVelocity = 0x1C; // float32 - constexpr std::ptrdiff_t m_flAverageAngularVelocityRadians = 0x20; // float32 - constexpr std::ptrdiff_t m_totalDelta = 0x30; // CTransform - } - // Parent: None - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CNmSkeleton { - constexpr std::ptrdiff_t m_ID = 0x0; // CGlobalSymbol - constexpr std::ptrdiff_t m_boneIDs = 0x8; // CUtlLeanVector - constexpr std::ptrdiff_t m_parentIndices = 0x18; // CUtlVector - constexpr std::ptrdiff_t m_parentSpaceReferencePose = 0x30; // CUtlVector - constexpr std::ptrdiff_t m_modelSpaceReferencePose = 0x48; // CUtlVector - constexpr std::ptrdiff_t m_numBonesToSampleAtLowLOD = 0x60; // int32 - constexpr std::ptrdiff_t m_boneMasks = 0x68; // CUtlLeanVector - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace NmSyncTrackTime_t { - constexpr std::ptrdiff_t m_nEventIdx = 0x0; // int32 - constexpr std::ptrdiff_t m_percentageThrough = 0x4; // NmPercent_t - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace NmSyncTrackTimeRange_t { - constexpr std::ptrdiff_t m_startTime = 0x0; // NmSyncTrackTime_t - constexpr std::ptrdiff_t m_endTime = 0x8; // NmSyncTrackTime_t - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CNmSyncTrack { - constexpr std::ptrdiff_t m_syncEvents = 0x0; // CUtlLeanVectorFixedGrowable - constexpr std::ptrdiff_t m_nStartEventOffset = 0xA8; // int32 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CNmSyncTrack__EventMarker_t { - constexpr std::ptrdiff_t m_startTime = 0x0; // NmPercent_t - constexpr std::ptrdiff_t m_ID = 0x8; // CGlobalSymbol - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CNmSyncTrack__Event_t { - constexpr std::ptrdiff_t m_ID = 0x0; // CGlobalSymbol - constexpr std::ptrdiff_t m_startTime = 0x8; // NmPercent_t - constexpr std::ptrdiff_t m_duration = 0xC; // NmPercent_t - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace NmPercent_t { - constexpr std::ptrdiff_t m_flValue = 0x0; // float32 - } - // Parent: CNmEvent - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CNmLegacyEvent { - } - // Parent: CNmEvent - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CNmFootEvent { - constexpr std::ptrdiff_t m_phase = 0x10; // NmFootPhase_t - } - // Parent: CNmEvent - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CNmIDEvent { - constexpr std::ptrdiff_t m_ID = 0x10; // CGlobalSymbol - } - // Parent: CNmEvent - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CNmTransitionEvent { - constexpr std::ptrdiff_t m_rule = 0x10; // NmTransitionRule_t - constexpr std::ptrdiff_t m_ID = 0x18; // CGlobalSymbol - } - // Parent: CNmEvent - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CNmFrameSnapEvent { - constexpr std::ptrdiff_t m_frameSnapMode = 0x10; // NmFrameSnapEventMode_t - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CNmGraphDataSet { - constexpr std::ptrdiff_t m_variationID = 0x0; // CGlobalSymbol - constexpr std::ptrdiff_t m_skeleton = 0x8; // CStrongHandle - constexpr std::ptrdiff_t m_resources = 0x10; // CUtlVector - } - // Parent: None - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CNmGraph { - constexpr std::ptrdiff_t m_persistentNodeIndices = 0x0; // CUtlVector - constexpr std::ptrdiff_t m_instanceNodeStartOffsets = 0x18; // CUtlVector - constexpr std::ptrdiff_t m_instanceRequiredMemory = 0x30; // uint32 - constexpr std::ptrdiff_t m_instanceRequiredAlignment = 0x34; // uint32 - constexpr std::ptrdiff_t m_rootNodeIdx = 0x38; // int16 - constexpr std::ptrdiff_t m_controlParameterIDs = 0x40; // CUtlVector - constexpr std::ptrdiff_t m_virtualParameterIDs = 0x58; // CUtlVector - constexpr std::ptrdiff_t m_virtualParameterNodeIndices = 0x70; // CUtlVector - constexpr std::ptrdiff_t m_childGraphSlots = 0x88; // CUtlVector - constexpr std::ptrdiff_t m_externalGraphSlots = 0xA0; // CUtlVector - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CNmGraph__ExternalGraphSlot_t { - constexpr std::ptrdiff_t m_nNodeIdx = 0x0; // int16 - constexpr std::ptrdiff_t m_slotID = 0x8; // CGlobalSymbol - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CNmGraph__ChildGraphSlot_t { - constexpr std::ptrdiff_t m_nNodeIdx = 0x0; // int16 - constexpr std::ptrdiff_t m_dataSlotIdx = 0x2; // int16 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CNmGraphVariation { - constexpr std::ptrdiff_t m_graph = 0x0; // CStrongHandle - constexpr std::ptrdiff_t m_dataSet = 0x8; // CStrongHandle - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyArrayElementNameKey - namespace MoodAnimation_t { - constexpr std::ptrdiff_t m_sName = 0x0; // CUtlString - constexpr std::ptrdiff_t m_flWeight = 0x8; // float32 - } - // Parent: None - // Fields count: 12 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyArrayElementNameKey - namespace MoodAnimationLayer_t { - constexpr std::ptrdiff_t m_sName = 0x0; // CUtlString - constexpr std::ptrdiff_t m_bActiveListening = 0x8; // bool - constexpr std::ptrdiff_t m_bActiveTalking = 0x9; // bool - constexpr std::ptrdiff_t m_layerAnimations = 0x10; // CUtlVector - constexpr std::ptrdiff_t m_flIntensity = 0x28; // CRangeFloat - constexpr std::ptrdiff_t m_flDurationScale = 0x30; // CRangeFloat - constexpr std::ptrdiff_t m_bScaleWithInts = 0x38; // bool - constexpr std::ptrdiff_t m_flNextStart = 0x3C; // CRangeFloat - constexpr std::ptrdiff_t m_flStartOffset = 0x44; // CRangeFloat - constexpr std::ptrdiff_t m_flEndOffset = 0x4C; // CRangeFloat - constexpr std::ptrdiff_t m_flFadeIn = 0x54; // float32 - constexpr std::ptrdiff_t m_flFadeOut = 0x58; // float32 - } - // Parent: None - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - namespace AnimationDecodeDebugDumpElement_t { - constexpr std::ptrdiff_t m_nEntityIndex = 0x0; // int32 - constexpr std::ptrdiff_t m_modelName = 0x8; // CUtlString - constexpr std::ptrdiff_t m_poseParams = 0x10; // CUtlVector - constexpr std::ptrdiff_t m_decodeOps = 0x28; // CUtlVector - constexpr std::ptrdiff_t m_internalOps = 0x40; // CUtlVector - constexpr std::ptrdiff_t m_decodedAnims = 0x58; // CUtlVector - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace AnimationDecodeDebugDump_t { - constexpr std::ptrdiff_t m_processingType = 0x0; // AnimationProcessingType_t - constexpr std::ptrdiff_t m_elems = 0x8; // CUtlVector - } - // Parent: None - // Fields count: 9 - // - // Metadata: - // MGetKV3ClassDefaults - namespace AnimationSnapshotBase_t { - constexpr std::ptrdiff_t m_flRealTime = 0x0; // float32 - constexpr std::ptrdiff_t m_rootToWorld = 0x10; // matrix3x4a_t - constexpr std::ptrdiff_t m_bBonesInWorldSpace = 0x40; // bool - constexpr std::ptrdiff_t m_boneSetupMask = 0x48; // CUtlVector - constexpr std::ptrdiff_t m_boneTransforms = 0x60; // CUtlVector - constexpr std::ptrdiff_t m_flexControllers = 0x78; // CUtlVector - constexpr std::ptrdiff_t m_SnapshotType = 0x90; // AnimationSnapshotType_t - constexpr std::ptrdiff_t m_bHasDecodeDump = 0x94; // bool - constexpr std::ptrdiff_t m_DecodeDump = 0x98; // AnimationDecodeDebugDumpElement_t - } - // Parent: AnimationSnapshotBase_t - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace AnimationSnapshot_t { - constexpr std::ptrdiff_t m_nEntIndex = 0x108; // int32 - constexpr std::ptrdiff_t m_modelName = 0x110; // CUtlString - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CAnimBoneDifference { - constexpr std::ptrdiff_t m_name = 0x0; // CBufferString - constexpr std::ptrdiff_t m_parent = 0x10; // CBufferString - constexpr std::ptrdiff_t m_posError = 0x20; // Vector - constexpr std::ptrdiff_t m_bHasRotation = 0x2C; // bool - constexpr std::ptrdiff_t m_bHasMovement = 0x2D; // bool - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CAnimMorphDifference { - constexpr std::ptrdiff_t m_name = 0x0; // CBufferString - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CAnimUserDifference { - constexpr std::ptrdiff_t m_name = 0x0; // CBufferString - constexpr std::ptrdiff_t m_nType = 0x10; // int32 - } - // Parent: None - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CAnimEncodeDifference { - constexpr std::ptrdiff_t m_boneArray = 0x0; // CUtlVector - constexpr std::ptrdiff_t m_morphArray = 0x18; // CUtlVector - constexpr std::ptrdiff_t m_userArray = 0x30; // CUtlVector - constexpr std::ptrdiff_t m_bHasRotationBitArray = 0x48; // CUtlVector - constexpr std::ptrdiff_t m_bHasMovementBitArray = 0x60; // CUtlVector - constexpr std::ptrdiff_t m_bHasMorphBitArray = 0x78; // CUtlVector - constexpr std::ptrdiff_t m_bHasUserBitArray = 0x90; // CUtlVector - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CAnimEventDefinition { - constexpr std::ptrdiff_t m_nFrame = 0x8; // int32 - constexpr std::ptrdiff_t m_flCycle = 0xC; // float32 - constexpr std::ptrdiff_t m_EventData = 0x10; // KeyValues3 - constexpr std::ptrdiff_t m_sLegacyOptions = 0x20; // CBufferString - constexpr std::ptrdiff_t m_sEventName = 0x30; // CGlobalSymbol - } - // Parent: None - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CAnimMovement { - constexpr std::ptrdiff_t endframe = 0x0; // int32 - constexpr std::ptrdiff_t motionflags = 0x4; // int32 - constexpr std::ptrdiff_t v0 = 0x8; // float32 - constexpr std::ptrdiff_t v1 = 0xC; // float32 - constexpr std::ptrdiff_t angle = 0x10; // float32 - constexpr std::ptrdiff_t vector = 0x14; // Vector - constexpr std::ptrdiff_t position = 0x20; // Vector - } - // Parent: None - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CAnimLocalHierarchy { - constexpr std::ptrdiff_t m_sBone = 0x0; // CBufferString - constexpr std::ptrdiff_t m_sNewParent = 0x10; // CBufferString - constexpr std::ptrdiff_t m_nStartFrame = 0x20; // int32 - constexpr std::ptrdiff_t m_nPeakFrame = 0x24; // int32 - constexpr std::ptrdiff_t m_nTailFrame = 0x28; // int32 - constexpr std::ptrdiff_t m_nEndFrame = 0x2C; // int32 - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CAnimDecoder { - constexpr std::ptrdiff_t m_szName = 0x0; // CBufferString - constexpr std::ptrdiff_t m_nVersion = 0x10; // int32 - constexpr std::ptrdiff_t m_nType = 0x14; // int32 - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CAnimFrameSegment { - constexpr std::ptrdiff_t m_nUniqueFrameIndex = 0x0; // int32 - constexpr std::ptrdiff_t m_nLocalElementMasks = 0x4; // uint32 - constexpr std::ptrdiff_t m_nLocalChannel = 0x8; // int32 - constexpr std::ptrdiff_t m_container = 0x10; // CUtlBinaryBlock - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CAnimFrameBlockAnim { - constexpr std::ptrdiff_t m_nStartFrame = 0x0; // int32 - constexpr std::ptrdiff_t m_nEndFrame = 0x4; // int32 - constexpr std::ptrdiff_t m_segmentIndexArray = 0x8; // CUtlVector - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CAnimEncodedFrames { - constexpr std::ptrdiff_t m_fileName = 0x0; // CBufferString - constexpr std::ptrdiff_t m_nFrames = 0x10; // int32 - constexpr std::ptrdiff_t m_nFramesPerBlock = 0x14; // int32 - constexpr std::ptrdiff_t m_frameblockArray = 0x18; // CUtlVector - constexpr std::ptrdiff_t m_usageDifferences = 0x30; // CAnimEncodeDifference - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CAnimDesc_Flag { - constexpr std::ptrdiff_t m_bLooping = 0x0; // bool - constexpr std::ptrdiff_t m_bAllZeros = 0x1; // bool - constexpr std::ptrdiff_t m_bHidden = 0x2; // bool - constexpr std::ptrdiff_t m_bDelta = 0x3; // bool - constexpr std::ptrdiff_t m_bLegacyWorldspace = 0x4; // bool - constexpr std::ptrdiff_t m_bModelDoc = 0x5; // bool - constexpr std::ptrdiff_t m_bImplicitSeqIgnoreDelta = 0x6; // bool - constexpr std::ptrdiff_t m_bAnimGraphAdditive = 0x7; // bool - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CAnimSequenceParams { - constexpr std::ptrdiff_t m_flFadeInTime = 0x0; // float32 - constexpr std::ptrdiff_t m_flFadeOutTime = 0x4; // float32 - } - // Parent: None - // Fields count: 14 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CAnimDesc { - constexpr std::ptrdiff_t m_name = 0x0; // CBufferString - constexpr std::ptrdiff_t m_flags = 0x10; // CAnimDesc_Flag - constexpr std::ptrdiff_t fps = 0x18; // float32 - constexpr std::ptrdiff_t m_Data = 0x20; // CAnimEncodedFrames - constexpr std::ptrdiff_t m_movementArray = 0xF8; // CUtlVector - constexpr std::ptrdiff_t m_eventArray = 0x110; // CUtlVector - constexpr std::ptrdiff_t m_activityArray = 0x128; // CUtlVector - constexpr std::ptrdiff_t m_hierarchyArray = 0x140; // CUtlVector - constexpr std::ptrdiff_t framestalltime = 0x158; // float32 - constexpr std::ptrdiff_t m_vecRootMin = 0x15C; // Vector - constexpr std::ptrdiff_t m_vecRootMax = 0x168; // Vector - constexpr std::ptrdiff_t m_vecBoneWorldMin = 0x178; // CUtlVector - constexpr std::ptrdiff_t m_vecBoneWorldMax = 0x190; // CUtlVector - constexpr std::ptrdiff_t m_sequenceParams = 0x1A8; // CAnimSequenceParams - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CAnimActivity { - constexpr std::ptrdiff_t m_name = 0x0; // CBufferString - constexpr std::ptrdiff_t m_nActivity = 0x10; // int32 - constexpr std::ptrdiff_t m_nFlags = 0x14; // int32 - constexpr std::ptrdiff_t m_nWeight = 0x18; // int32 - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CAnimData { - constexpr std::ptrdiff_t m_name = 0x10; // CBufferString - constexpr std::ptrdiff_t m_animArray = 0x20; // CUtlVector - constexpr std::ptrdiff_t m_decoderArray = 0x38; // CUtlVector - constexpr std::ptrdiff_t m_nMaxUniqueFrameIndex = 0x50; // int32 - constexpr std::ptrdiff_t m_segmentArray = 0x58; // CUtlVector - } - // Parent: None - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CAnimBone { - constexpr std::ptrdiff_t m_name = 0x0; // CBufferString - constexpr std::ptrdiff_t m_parent = 0x10; // int32 - constexpr std::ptrdiff_t m_pos = 0x14; // Vector - constexpr std::ptrdiff_t m_quat = 0x20; // QuaternionStorage - constexpr std::ptrdiff_t m_scale = 0x30; // float32 - constexpr std::ptrdiff_t m_qAlignment = 0x34; // QuaternionStorage - constexpr std::ptrdiff_t m_flags = 0x44; // int32 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CAnimUser { - constexpr std::ptrdiff_t m_name = 0x0; // CBufferString - constexpr std::ptrdiff_t m_nType = 0x10; // int32 - } - // Parent: None - // Fields count: 9 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CAnimDataChannelDesc { - constexpr std::ptrdiff_t m_szChannelClass = 0x0; // CBufferString - constexpr std::ptrdiff_t m_szVariableName = 0x10; // CBufferString - constexpr std::ptrdiff_t m_nFlags = 0x20; // int32 - constexpr std::ptrdiff_t m_nType = 0x24; // int32 - constexpr std::ptrdiff_t m_szGrouping = 0x28; // CBufferString - constexpr std::ptrdiff_t m_szDescription = 0x38; // CBufferString - constexpr std::ptrdiff_t m_szElementNameArray = 0x48; // CUtlVector - constexpr std::ptrdiff_t m_nElementIndexArray = 0x60; // CUtlVector - constexpr std::ptrdiff_t m_nElementMaskArray = 0x78; // CUtlVector - } - // Parent: None - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CAnimKeyData { - constexpr std::ptrdiff_t m_name = 0x0; // CBufferString - constexpr std::ptrdiff_t m_boneArray = 0x10; // CUtlVector - constexpr std::ptrdiff_t m_userArray = 0x28; // CUtlVector - constexpr std::ptrdiff_t m_morphArray = 0x40; // CUtlVector - constexpr std::ptrdiff_t m_nChannelElements = 0x58; // int32 - constexpr std::ptrdiff_t m_dataChannelArray = 0x60; // CUtlVector - } - // Parent: None - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CAnimationGroup { - constexpr std::ptrdiff_t m_nFlags = 0xC; // uint32 - constexpr std::ptrdiff_t m_name = 0x10; // CBufferString - constexpr std::ptrdiff_t m_localHAnimArray_Handle = 0x58; // CUtlVector> - constexpr std::ptrdiff_t m_includedGroupArray_Handle = 0x70; // CUtlVector> - constexpr std::ptrdiff_t m_directHSeqGroup_Handle = 0x88; // CStrongHandle - constexpr std::ptrdiff_t m_decodeKey = 0x90; // CAnimKeyData - constexpr std::ptrdiff_t m_szScripts = 0x108; // CUtlVector - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CSeqAutoLayerFlag { - constexpr std::ptrdiff_t m_bPost = 0x0; // bool - constexpr std::ptrdiff_t m_bSpline = 0x1; // bool - constexpr std::ptrdiff_t m_bXFade = 0x2; // bool - constexpr std::ptrdiff_t m_bNoBlend = 0x3; // bool - constexpr std::ptrdiff_t m_bLocal = 0x4; // bool - constexpr std::ptrdiff_t m_bPose = 0x5; // bool - constexpr std::ptrdiff_t m_bFetchFrame = 0x6; // bool - constexpr std::ptrdiff_t m_bSubtract = 0x7; // bool - } - // Parent: None - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CSeqAutoLayer { - constexpr std::ptrdiff_t m_nLocalReference = 0x0; // int16 - constexpr std::ptrdiff_t m_nLocalPose = 0x2; // int16 - constexpr std::ptrdiff_t m_flags = 0x4; // CSeqAutoLayerFlag - constexpr std::ptrdiff_t m_start = 0xC; // float32 - constexpr std::ptrdiff_t m_peak = 0x10; // float32 - constexpr std::ptrdiff_t m_tail = 0x14; // float32 - constexpr std::ptrdiff_t m_end = 0x18; // float32 - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CSeqIKLock { - constexpr std::ptrdiff_t m_flPosWeight = 0x0; // float32 - constexpr std::ptrdiff_t m_flAngleWeight = 0x4; // float32 - constexpr std::ptrdiff_t m_nLocalBone = 0x8; // int16 - constexpr std::ptrdiff_t m_bBonesOrientedAlongPositiveX = 0xA; // bool - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CSeqBoneMaskList { - constexpr std::ptrdiff_t m_sName = 0x0; // CBufferString - constexpr std::ptrdiff_t m_nLocalBoneArray = 0x10; // CUtlVector - constexpr std::ptrdiff_t m_flBoneWeightArray = 0x28; // CUtlVector - constexpr std::ptrdiff_t m_flDefaultMorphCtrlWeight = 0x40; // float32 - constexpr std::ptrdiff_t m_morphCtrlWeightArray = 0x48; // CUtlVector> - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CSeqScaleSet { - constexpr std::ptrdiff_t m_sName = 0x0; // CBufferString - constexpr std::ptrdiff_t m_bRootOffset = 0x10; // bool - constexpr std::ptrdiff_t m_vRootOffset = 0x14; // Vector - constexpr std::ptrdiff_t m_nLocalBoneArray = 0x20; // CUtlVector - constexpr std::ptrdiff_t m_flBoneScaleArray = 0x38; // CUtlVector - } - // Parent: None - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CSeqMultiFetchFlag { - constexpr std::ptrdiff_t m_bRealtime = 0x0; // bool - constexpr std::ptrdiff_t m_bCylepose = 0x1; // bool - constexpr std::ptrdiff_t m_b0D = 0x2; // bool - constexpr std::ptrdiff_t m_b1D = 0x3; // bool - constexpr std::ptrdiff_t m_b2D = 0x4; // bool - constexpr std::ptrdiff_t m_b2D_TRI = 0x5; // bool - } - // Parent: None - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CSeqMultiFetch { - constexpr std::ptrdiff_t m_flags = 0x0; // CSeqMultiFetchFlag - constexpr std::ptrdiff_t m_localReferenceArray = 0x8; // CUtlVector - constexpr std::ptrdiff_t m_nGroupSize = 0x20; // int32[2] - constexpr std::ptrdiff_t m_nLocalPose = 0x28; // int32[2] - constexpr std::ptrdiff_t m_poseKeyArray0 = 0x30; // CUtlVector - constexpr std::ptrdiff_t m_poseKeyArray1 = 0x48; // CUtlVector - constexpr std::ptrdiff_t m_nLocalCyclePoseParameter = 0x60; // int32 - constexpr std::ptrdiff_t m_bCalculatePoseParameters = 0x64; // bool - constexpr std::ptrdiff_t m_bFixedBlendWeight = 0x65; // bool - constexpr std::ptrdiff_t m_flFixedBlendWeightVals = 0x68; // float32[2] - } - // Parent: None - // Fields count: 11 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CSeqSeqDescFlag { - constexpr std::ptrdiff_t m_bLooping = 0x0; // bool - constexpr std::ptrdiff_t m_bSnap = 0x1; // bool - constexpr std::ptrdiff_t m_bAutoplay = 0x2; // bool - constexpr std::ptrdiff_t m_bPost = 0x3; // bool - constexpr std::ptrdiff_t m_bHidden = 0x4; // bool - constexpr std::ptrdiff_t m_bMulti = 0x5; // bool - constexpr std::ptrdiff_t m_bLegacyDelta = 0x6; // bool - constexpr std::ptrdiff_t m_bLegacyWorldspace = 0x7; // bool - constexpr std::ptrdiff_t m_bLegacyCyclepose = 0x8; // bool - constexpr std::ptrdiff_t m_bLegacyRealtime = 0x9; // bool - constexpr std::ptrdiff_t m_bModelDoc = 0xA; // bool - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CSeqTransition { - constexpr std::ptrdiff_t m_flFadeInTime = 0x0; // float32 - constexpr std::ptrdiff_t m_flFadeOutTime = 0x4; // float32 - } - // Parent: None - // Fields count: 11 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CSeqS1SeqDesc { - constexpr std::ptrdiff_t m_sName = 0x0; // CBufferString - constexpr std::ptrdiff_t m_flags = 0x10; // CSeqSeqDescFlag - constexpr std::ptrdiff_t m_fetch = 0x20; // CSeqMultiFetch - constexpr std::ptrdiff_t m_nLocalWeightlist = 0x90; // int32 - constexpr std::ptrdiff_t m_autoLayerArray = 0x98; // CUtlVector - constexpr std::ptrdiff_t m_IKLockArray = 0xB0; // CUtlVector - constexpr std::ptrdiff_t m_transition = 0xC8; // CSeqTransition - constexpr std::ptrdiff_t m_SequenceKeys = 0xD0; // KeyValues3 - constexpr std::ptrdiff_t m_LegacyKeyValueText = 0xE0; // CBufferString - constexpr std::ptrdiff_t m_activityArray = 0xF0; // CUtlVector - constexpr std::ptrdiff_t m_footMotion = 0x108; // CUtlVector - } - // Parent: None - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CSeqSynthAnimDesc { - constexpr std::ptrdiff_t m_sName = 0x0; // CBufferString - constexpr std::ptrdiff_t m_flags = 0x10; // CSeqSeqDescFlag - constexpr std::ptrdiff_t m_transition = 0x1C; // CSeqTransition - constexpr std::ptrdiff_t m_nLocalBaseReference = 0x24; // int16 - constexpr std::ptrdiff_t m_nLocalBoneMask = 0x26; // int16 - constexpr std::ptrdiff_t m_activityArray = 0x28; // CUtlVector - } - // Parent: None - // Fields count: 9 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CSeqCmdLayer { - constexpr std::ptrdiff_t m_cmd = 0x0; // int16 - constexpr std::ptrdiff_t m_nLocalReference = 0x2; // int16 - constexpr std::ptrdiff_t m_nLocalBonemask = 0x4; // int16 - constexpr std::ptrdiff_t m_nDstResult = 0x6; // int16 - constexpr std::ptrdiff_t m_nSrcResult = 0x8; // int16 - constexpr std::ptrdiff_t m_bSpline = 0xA; // bool - constexpr std::ptrdiff_t m_flVar1 = 0xC; // float32 - constexpr std::ptrdiff_t m_flVar2 = 0x10; // float32 - constexpr std::ptrdiff_t m_nLineNumber = 0x14; // int16 - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CSeqPoseSetting { - constexpr std::ptrdiff_t m_sPoseParameter = 0x0; // CBufferString - constexpr std::ptrdiff_t m_sAttachment = 0x10; // CBufferString - constexpr std::ptrdiff_t m_sReferenceSequence = 0x20; // CBufferString - constexpr std::ptrdiff_t m_flValue = 0x30; // float32 - constexpr std::ptrdiff_t m_bX = 0x34; // bool - constexpr std::ptrdiff_t m_bY = 0x35; // bool - constexpr std::ptrdiff_t m_bZ = 0x36; // bool - constexpr std::ptrdiff_t m_eType = 0x38; // int32 - } - // Parent: None - // Fields count: 12 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CSeqCmdSeqDesc { - constexpr std::ptrdiff_t m_sName = 0x0; // CBufferString - constexpr std::ptrdiff_t m_flags = 0x10; // CSeqSeqDescFlag - constexpr std::ptrdiff_t m_transition = 0x1C; // CSeqTransition - constexpr std::ptrdiff_t m_nFrameRangeSequence = 0x24; // int16 - constexpr std::ptrdiff_t m_nFrameCount = 0x26; // int16 - constexpr std::ptrdiff_t m_flFPS = 0x28; // float32 - constexpr std::ptrdiff_t m_nSubCycles = 0x2C; // int16 - constexpr std::ptrdiff_t m_numLocalResults = 0x2E; // int16 - constexpr std::ptrdiff_t m_cmdLayerArray = 0x30; // CUtlVector - constexpr std::ptrdiff_t m_eventArray = 0x48; // CUtlVector - constexpr std::ptrdiff_t m_activityArray = 0x60; // CUtlVector - constexpr std::ptrdiff_t m_poseSettingArray = 0x78; // CUtlVector - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CSeqPoseParamDesc { - constexpr std::ptrdiff_t m_sName = 0x0; // CBufferString - constexpr std::ptrdiff_t m_flStart = 0x10; // float32 - constexpr std::ptrdiff_t m_flEnd = 0x14; // float32 - constexpr std::ptrdiff_t m_flLoop = 0x18; // float32 - constexpr std::ptrdiff_t m_bLooping = 0x1C; // bool - } - // Parent: None - // Fields count: 14 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CSequenceGroupData { - constexpr std::ptrdiff_t m_sName = 0x10; // CBufferString - constexpr std::ptrdiff_t m_nFlags = 0x20; // uint32 - constexpr std::ptrdiff_t m_localSequenceNameArray = 0x28; // CUtlVector - constexpr std::ptrdiff_t m_localS1SeqDescArray = 0x40; // CUtlVector - constexpr std::ptrdiff_t m_localMultiSeqDescArray = 0x58; // CUtlVector - constexpr std::ptrdiff_t m_localSynthAnimDescArray = 0x70; // CUtlVector - constexpr std::ptrdiff_t m_localCmdSeqDescArray = 0x88; // CUtlVector - constexpr std::ptrdiff_t m_localBoneMaskArray = 0xA0; // CUtlVector - constexpr std::ptrdiff_t m_localScaleSetArray = 0xB8; // CUtlVector - constexpr std::ptrdiff_t m_localBoneNameArray = 0xD0; // CUtlVector - constexpr std::ptrdiff_t m_localNodeName = 0xE8; // CBufferString - constexpr std::ptrdiff_t m_localPoseParamArray = 0xF8; // CUtlVector - constexpr std::ptrdiff_t m_keyValues = 0x110; // KeyValues3 - constexpr std::ptrdiff_t m_localIKAutoplayLockArray = 0x120; // CUtlVector - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MPropertyEditClassAsString - namespace CAnimEnum { - constexpr std::ptrdiff_t m_value = 0x0; // uint8 - } - // Parent: CAnimGraphSettingsGroup - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyFriendlyName - namespace CAnimGraphNetworkSettings { - constexpr std::ptrdiff_t m_bNetworkingEnabled = 0x20; // bool - } - // Parent: CAnimComponentUpdater - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CActionComponentUpdater { - constexpr std::ptrdiff_t m_actions = 0x30; // CUtlVector> - } - // Parent: CBinaryUpdateNode - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CAddUpdateNode { - constexpr std::ptrdiff_t m_footMotionTiming = 0x88; // BinaryNodeChildOption - constexpr std::ptrdiff_t m_bApplyToFootMotion = 0x8C; // bool - constexpr std::ptrdiff_t m_bApplyChannelsSeparately = 0x8D; // bool - constexpr std::ptrdiff_t m_bUseModelSpace = 0x8E; // bool - } - // Parent: CUnaryUpdateNode - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CAimMatrixUpdateNode { - constexpr std::ptrdiff_t m_opFixedSettings = 0x70; // AimMatrixOpFixedSettings_t - constexpr std::ptrdiff_t m_target = 0x148; // AnimVectorSource - constexpr std::ptrdiff_t m_paramIndex = 0x14C; // CAnimParamHandle - constexpr std::ptrdiff_t m_hSequence = 0x150; // HSequence - constexpr std::ptrdiff_t m_bResetChild = 0x154; // bool - constexpr std::ptrdiff_t m_bLockWhenWaning = 0x155; // bool - } - // Parent: CLeafUpdateNode - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CBindPoseUpdateNode { - } - // Parent: CUnaryUpdateNode - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CChoreoUpdateNode { - } - // Parent: CUnaryUpdateNode - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CCycleControlUpdateNode { - constexpr std::ptrdiff_t m_valueSource = 0x68; // AnimValueSource - constexpr std::ptrdiff_t m_paramIndex = 0x6C; // CAnimParamHandle - } - // Parent: CLeafUpdateNode - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CCycleControlClipUpdateNode { - constexpr std::ptrdiff_t m_tags = 0x60; // CUtlVector - constexpr std::ptrdiff_t m_hSequence = 0x7C; // HSequence - constexpr std::ptrdiff_t m_duration = 0x80; // float32 - constexpr std::ptrdiff_t m_valueSource = 0x84; // AnimValueSource - constexpr std::ptrdiff_t m_paramIndex = 0x88; // CAnimParamHandle - } - // Parent: CLeafUpdateNode - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CDirectionalBlendUpdateNode { - constexpr std::ptrdiff_t m_hSequences = 0x5C; // HSequence[8] - constexpr std::ptrdiff_t m_damping = 0x80; // CAnimInputDamping - constexpr std::ptrdiff_t m_blendValueSource = 0x90; // AnimValueSource - constexpr std::ptrdiff_t m_paramIndex = 0x94; // CAnimParamHandle - constexpr std::ptrdiff_t m_playbackSpeed = 0x98; // float32 - constexpr std::ptrdiff_t m_duration = 0x9C; // float32 - constexpr std::ptrdiff_t m_bLoop = 0xA0; // bool - constexpr std::ptrdiff_t m_bLockBlendOnReset = 0xA1; // bool - } - // Parent: CUnaryUpdateNode - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CDirectPlaybackUpdateNode { - constexpr std::ptrdiff_t m_bFinishEarly = 0x6C; // bool - constexpr std::ptrdiff_t m_bResetOnFinish = 0x6D; // bool - constexpr std::ptrdiff_t m_allTags = 0x70; // CUtlVector - } - // Parent: CUnaryUpdateNode - // Fields count: 13 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CFollowPathUpdateNode { - constexpr std::ptrdiff_t m_flBlendOutTime = 0x6C; // float32 - constexpr std::ptrdiff_t m_bBlockNonPathMovement = 0x70; // bool - constexpr std::ptrdiff_t m_bStopFeetAtGoal = 0x71; // bool - constexpr std::ptrdiff_t m_bScaleSpeed = 0x72; // bool - constexpr std::ptrdiff_t m_flScale = 0x74; // float32 - constexpr std::ptrdiff_t m_flMinAngle = 0x78; // float32 - constexpr std::ptrdiff_t m_flMaxAngle = 0x7C; // float32 - constexpr std::ptrdiff_t m_flSpeedScaleBlending = 0x80; // float32 - constexpr std::ptrdiff_t m_turnDamping = 0x88; // CAnimInputDamping - constexpr std::ptrdiff_t m_facingTarget = 0x98; // AnimValueSource - constexpr std::ptrdiff_t m_hParam = 0x9C; // CAnimParamHandle - constexpr std::ptrdiff_t m_flTurnToFaceOffset = 0xA0; // float32 - constexpr std::ptrdiff_t m_bTurnToFace = 0xA4; // bool - } - // Parent: CUnaryUpdateNode - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CFollowAttachmentUpdateNode { - constexpr std::ptrdiff_t m_opFixedData = 0x70; // FollowAttachmentSettings_t - } - // Parent: CUnaryUpdateNode - // Fields count: 9 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CFootAdjustmentUpdateNode { - constexpr std::ptrdiff_t m_clips = 0x70; // CUtlVector - constexpr std::ptrdiff_t m_hBasePoseCacheHandle = 0x88; // CPoseHandle - constexpr std::ptrdiff_t m_facingTarget = 0x8C; // CAnimParamHandle - constexpr std::ptrdiff_t m_flTurnTimeMin = 0x90; // float32 - constexpr std::ptrdiff_t m_flTurnTimeMax = 0x94; // float32 - constexpr std::ptrdiff_t m_flStepHeightMax = 0x98; // float32 - constexpr std::ptrdiff_t m_flStepHeightMaxAngle = 0x9C; // float32 - constexpr std::ptrdiff_t m_bResetChild = 0xA0; // bool - constexpr std::ptrdiff_t m_bAnimationDriven = 0xA1; // bool - } - // Parent: CUnaryUpdateNode - // Fields count: 20 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CFootLockUpdateNode { - constexpr std::ptrdiff_t m_opFixedSettings = 0x68; // FootLockPoseOpFixedSettings - constexpr std::ptrdiff_t m_footSettings = 0xD0; // CUtlVector - constexpr std::ptrdiff_t m_hipShiftDamping = 0xE8; // CAnimInputDamping - constexpr std::ptrdiff_t m_rootHeightDamping = 0xF8; // CAnimInputDamping - constexpr std::ptrdiff_t m_flStrideCurveScale = 0x108; // float32 - constexpr std::ptrdiff_t m_flStrideCurveLimitScale = 0x10C; // float32 - constexpr std::ptrdiff_t m_flStepHeightIncreaseScale = 0x110; // float32 - constexpr std::ptrdiff_t m_flStepHeightDecreaseScale = 0x114; // float32 - constexpr std::ptrdiff_t m_flHipShiftScale = 0x118; // float32 - constexpr std::ptrdiff_t m_flBlendTime = 0x11C; // float32 - constexpr std::ptrdiff_t m_flMaxRootHeightOffset = 0x120; // float32 - constexpr std::ptrdiff_t m_flMinRootHeightOffset = 0x124; // float32 - constexpr std::ptrdiff_t m_flTiltPlanePitchSpringStrength = 0x128; // float32 - constexpr std::ptrdiff_t m_flTiltPlaneRollSpringStrength = 0x12C; // float32 - constexpr std::ptrdiff_t m_bApplyFootRotationLimits = 0x130; // bool - constexpr std::ptrdiff_t m_bApplyHipShift = 0x131; // bool - constexpr std::ptrdiff_t m_bModulateStepHeight = 0x132; // bool - constexpr std::ptrdiff_t m_bResetChild = 0x133; // bool - constexpr std::ptrdiff_t m_bEnableVerticalCurvedPaths = 0x134; // bool - constexpr std::ptrdiff_t m_bEnableRootHeightDamping = 0x135; // bool - } - // Parent: CUnaryUpdateNode - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CFootPinningUpdateNode { - constexpr std::ptrdiff_t m_poseOpFixedData = 0x70; // FootPinningPoseOpFixedData_t - constexpr std::ptrdiff_t m_eTimingSource = 0xA0; // FootPinningTimingSource - constexpr std::ptrdiff_t m_params = 0xA8; // CUtlVector - constexpr std::ptrdiff_t m_bResetChild = 0xC0; // bool - } - // Parent: CUnaryUpdateNode - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CFootStepTriggerUpdateNode { - constexpr std::ptrdiff_t m_triggers = 0x68; // CUtlVector - constexpr std::ptrdiff_t m_flTolerance = 0x84; // float32 - } - // Parent: CUnaryUpdateNode - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CHitReactUpdateNode { - constexpr std::ptrdiff_t m_opFixedSettings = 0x68; // HitReactFixedSettings_t - constexpr std::ptrdiff_t m_triggerParam = 0xB4; // CAnimParamHandle - constexpr std::ptrdiff_t m_hitBoneParam = 0xB6; // CAnimParamHandle - constexpr std::ptrdiff_t m_hitOffsetParam = 0xB8; // CAnimParamHandle - constexpr std::ptrdiff_t m_hitDirectionParam = 0xBA; // CAnimParamHandle - constexpr std::ptrdiff_t m_hitStrengthParam = 0xBC; // CAnimParamHandle - constexpr std::ptrdiff_t m_flMinDelayBetweenHits = 0xC0; // float32 - constexpr std::ptrdiff_t m_bResetChild = 0xC4; // bool - } - // Parent: CLeafUpdateNode - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CInputStreamUpdateNode { - } - // Parent: CUnaryUpdateNode - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CJiggleBoneUpdateNode { - constexpr std::ptrdiff_t m_opFixedData = 0x68; // JiggleBoneSettingsList_t - } - // Parent: CSequenceUpdateNode - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CJumpHelperUpdateNode { - constexpr std::ptrdiff_t m_hTargetParam = 0xA1; // CAnimParamHandle - constexpr std::ptrdiff_t m_flOriginalJumpMovement = 0xA4; // Vector - constexpr std::ptrdiff_t m_flOriginalJumpDuration = 0xB0; // float32 - constexpr std::ptrdiff_t m_flJumpStartCycle = 0xB4; // float32 - constexpr std::ptrdiff_t m_flJumpEndCycle = 0xB8; // float32 - constexpr std::ptrdiff_t m_eCorrectionMethod = 0xBC; // JumpCorrectionMethod - constexpr std::ptrdiff_t m_bTranslationAxis = 0xC0; // bool[3] - constexpr std::ptrdiff_t m_bScaleSpeed = 0xC3; // bool - } - // Parent: CUnaryUpdateNode - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CLookAtUpdateNode { - constexpr std::ptrdiff_t m_opFixedSettings = 0x70; // LookAtOpFixedSettings_t - constexpr std::ptrdiff_t m_target = 0x138; // AnimVectorSource - constexpr std::ptrdiff_t m_paramIndex = 0x13C; // CAnimParamHandle - constexpr std::ptrdiff_t m_weightParamIndex = 0x13E; // CAnimParamHandle - constexpr std::ptrdiff_t m_bResetChild = 0x140; // bool - constexpr std::ptrdiff_t m_bLockWhenWaning = 0x141; // bool - } - // Parent: CUnaryUpdateNode - // Fields count: 12 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CMoverUpdateNode { - constexpr std::ptrdiff_t m_damping = 0x70; // CAnimInputDamping - constexpr std::ptrdiff_t m_facingTarget = 0x80; // AnimValueSource - constexpr std::ptrdiff_t m_hMoveVecParam = 0x84; // CAnimParamHandle - constexpr std::ptrdiff_t m_hMoveHeadingParam = 0x86; // CAnimParamHandle - constexpr std::ptrdiff_t m_hTurnToFaceParam = 0x88; // CAnimParamHandle - constexpr std::ptrdiff_t m_flTurnToFaceOffset = 0x8C; // float32 - constexpr std::ptrdiff_t m_flTurnToFaceLimit = 0x90; // float32 - constexpr std::ptrdiff_t m_bAdditive = 0x94; // bool - constexpr std::ptrdiff_t m_bApplyMovement = 0x95; // bool - constexpr std::ptrdiff_t m_bOrientMovement = 0x96; // bool - constexpr std::ptrdiff_t m_bApplyRotation = 0x97; // bool - constexpr std::ptrdiff_t m_bLimitOnly = 0x98; // bool - } - // Parent: CUnaryUpdateNode - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CPathHelperUpdateNode { - constexpr std::ptrdiff_t m_flStoppingRadius = 0x68; // float32 - constexpr std::ptrdiff_t m_flStoppingSpeedScale = 0x6C; // float32 - } - // Parent: CUnaryUpdateNode - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CRagdollUpdateNode { - constexpr std::ptrdiff_t m_nWeightListIndex = 0x68; // int32 - constexpr std::ptrdiff_t m_poseControlMethod = 0x6C; // RagdollPoseControl - } - // Parent: CUnaryUpdateNode - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CRootUpdateNode { - } - // Parent: CUnaryUpdateNode - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CSetFacingUpdateNode { - constexpr std::ptrdiff_t m_facingMode = 0x68; // FacingMode - constexpr std::ptrdiff_t m_bResetChild = 0x6C; // bool - } - // Parent: CUnaryUpdateNode - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CSlowDownOnSlopesUpdateNode { - constexpr std::ptrdiff_t m_flSlowDownStrength = 0x68; // float32 - } - // Parent: CUnaryUpdateNode - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CSolveIKChainUpdateNode { - constexpr std::ptrdiff_t m_targetHandles = 0x68; // CUtlVector - constexpr std::ptrdiff_t m_opFixedData = 0x80; // SolveIKChainPoseOpFixedSettings_t - } - // Parent: CUnaryUpdateNode - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CSpeedScaleUpdateNode { - constexpr std::ptrdiff_t m_paramIndex = 0x68; // CAnimParamHandle - } - // Parent: CUnaryUpdateNode - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CStanceOverrideUpdateNode { - constexpr std::ptrdiff_t m_footStanceInfo = 0x68; // CUtlVector - constexpr std::ptrdiff_t m_pStanceSourceNode = 0x80; // CAnimUpdateNodeRef - constexpr std::ptrdiff_t m_hParameter = 0x90; // CAnimParamHandle - constexpr std::ptrdiff_t m_eMode = 0x94; // StanceOverrideMode - } - // Parent: CUnaryUpdateNode - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CStanceScaleUpdateNode { - constexpr std::ptrdiff_t m_hParam = 0x68; // CAnimParamHandle - } - // Parent: CUnaryUpdateNode - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CStopAtGoalUpdateNode { - constexpr std::ptrdiff_t m_flOuterRadius = 0x6C; // float32 - constexpr std::ptrdiff_t m_flInnerRadius = 0x70; // float32 - constexpr std::ptrdiff_t m_flMaxScale = 0x74; // float32 - constexpr std::ptrdiff_t m_flMinScale = 0x78; // float32 - constexpr std::ptrdiff_t m_damping = 0x80; // CAnimInputDamping - } - // Parent: CUnaryUpdateNode - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CTurnHelperUpdateNode { - constexpr std::ptrdiff_t m_facingTarget = 0x6C; // AnimValueSource - constexpr std::ptrdiff_t m_turnStartTimeOffset = 0x70; // float32 - constexpr std::ptrdiff_t m_turnDuration = 0x74; // float32 - constexpr std::ptrdiff_t m_bMatchChildDuration = 0x78; // bool - constexpr std::ptrdiff_t m_manualTurnOffset = 0x7C; // float32 - constexpr std::ptrdiff_t m_bUseManualTurnOffset = 0x80; // bool - } - // Parent: CUnaryUpdateNode - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CTwoBoneIKUpdateNode { - constexpr std::ptrdiff_t m_opFixedData = 0x70; // TwoBoneIKSettings_t - } - } - } -} diff --git a/output/linux/libanimationsystem.so.json b/output/linux/libanimationsystem.so.json deleted file mode 100644 index a4847de..0000000 --- a/output/linux/libanimationsystem.so.json +++ /dev/null @@ -1,5563 +0,0 @@ -{ - "libanimationsystem.so": { - "classes": { - "AimMatrixOpFixedSettings_t": { - "fields": { - "m_attachment": 0, - "m_bTargetIsPosition": 200, - "m_damping": 128, - "m_eBlendMode": 184, - "m_fAngleIncrement": 188, - "m_nBoneMaskIndex": 196, - "m_nSequenceMaxFrame": 192, - "m_poseCacheHandles": 144 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "AnimComponentID": { - "fields": { - "m_id": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - }, - { - "name": "MPropertyEditClassAsString", - "type": "Unknown" - } - ], - "parent": null - }, - "AnimNodeID": { - "fields": { - "m_id": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - }, - { - "name": "MPropertyEditClassAsString", - "type": "Unknown" - } - ], - "parent": null - }, - "AnimNodeOutputID": { - "fields": { - "m_id": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - }, - { - "name": "MPropertyEditClassAsString", - "type": "Unknown" - } - ], - "parent": null - }, - "AnimParamID": { - "fields": { - "m_id": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - }, - { - "name": "MPropertyEditClassAsString", - "type": "Unknown" - } - ], - "parent": null - }, - "AnimScriptHandle": { - "fields": { - "m_id": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - }, - { - "name": "MPropertyEditClassAsString", - "type": "Unknown" - } - ], - "parent": null - }, - "AnimStateID": { - "fields": { - "m_id": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - }, - { - "name": "MPropertyEditClassAsString", - "type": "Unknown" - } - ], - "parent": null - }, - "AnimTagID": { - "fields": { - "m_id": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - }, - { - "name": "MPropertyEditClassAsString", - "type": "Unknown" - } - ], - "parent": null - }, - "AnimationDecodeDebugDumpElement_t": { - "fields": { - "m_decodeOps": 40, - "m_decodedAnims": 88, - "m_internalOps": 64, - "m_modelName": 8, - "m_nEntityIndex": 0, - "m_poseParams": 16 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "AnimationDecodeDebugDump_t": { - "fields": { - "m_elems": 8, - "m_processingType": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "AnimationSnapshotBase_t": { - "fields": { - "m_DecodeDump": 152, - "m_SnapshotType": 144, - "m_bBonesInWorldSpace": 64, - "m_bHasDecodeDump": 148, - "m_boneSetupMask": 72, - "m_boneTransforms": 96, - "m_flRealTime": 0, - "m_flexControllers": 120, - "m_rootToWorld": 16 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "AnimationSnapshot_t": { - "fields": { - "m_modelName": 272, - "m_nEntIndex": 264 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "AnimationSnapshotBase_t" - }, - "BlendItem_t": { - "fields": { - "m_bUseCustomDuration": 56, - "m_flDuration": 52, - "m_hSequence": 40, - "m_pChild": 24, - "m_tags": 0, - "m_vPos": 44 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "BoneDemoCaptureSettings_t": { - "fields": { - "m_boneName": 0, - "m_flChainLength": 8 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CActionComponentUpdater": { - "fields": { - "m_actions": 48 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CAnimComponentUpdater" - }, - "CAddUpdateNode": { - "fields": { - "m_bApplyChannelsSeparately": 141, - "m_bApplyToFootMotion": 140, - "m_bUseModelSpace": 142, - "m_footMotionTiming": 136 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CBinaryUpdateNode" - }, - "CAimConstraint": { - "fields": { - "m_nUpType": 128, - "m_qAimOffset": 112 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CBaseConstraint" - }, - "CAimMatrixUpdateNode": { - "fields": { - "m_bLockWhenWaning": 341, - "m_bResetChild": 340, - "m_hSequence": 336, - "m_opFixedSettings": 112, - "m_paramIndex": 332, - "m_target": 328 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CUnaryUpdateNode" - }, - "CAnimActionUpdater": { - "fields": {}, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CAnimActivity": { - "fields": { - "m_nActivity": 16, - "m_nFlags": 20, - "m_nWeight": 24, - "m_name": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CAnimAttachment": { - "fields": { - "m_influenceIndices": 96, - "m_influenceOffsets": 48, - "m_influenceRotations": 0, - "m_influenceWeights": 108, - "m_numInfluences": 120 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CAnimBone": { - "fields": { - "m_flags": 68, - "m_name": 0, - "m_parent": 16, - "m_pos": 20, - "m_qAlignment": 52, - "m_quat": 32, - "m_scale": 48 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CAnimBoneDifference": { - "fields": { - "m_bHasMovement": 45, - "m_bHasRotation": 44, - "m_name": 0, - "m_parent": 16, - "m_posError": 32 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CAnimComponentUpdater": { - "fields": { - "m_bStartEnabled": 40, - "m_id": 32, - "m_name": 24, - "m_networkMode": 36 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CAnimCycle": { - "fields": {}, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CCycleBase" - }, - "CAnimData": { - "fields": { - "m_animArray": 32, - "m_decoderArray": 56, - "m_nMaxUniqueFrameIndex": 80, - "m_name": 16, - "m_segmentArray": 88 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CAnimDataChannelDesc": { - "fields": { - "m_nElementIndexArray": 96, - "m_nElementMaskArray": 120, - "m_nFlags": 32, - "m_nType": 36, - "m_szChannelClass": 0, - "m_szDescription": 56, - "m_szElementNameArray": 72, - "m_szGrouping": 40, - "m_szVariableName": 16 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CAnimDecoder": { - "fields": { - "m_nType": 20, - "m_nVersion": 16, - "m_szName": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CAnimDemoCaptureSettings": { - "fields": { - "m_baseSequence": 56, - "m_boneSelectionMode": 68, - "m_bones": 72, - "m_flIkRotation_MaxQuantizationError": 44, - "m_flIkRotation_MaxSplineError": 24, - "m_flIkTranslation_MaxQuantizationError": 48, - "m_flIkTranslation_MaxSplineError": 28, - "m_flMaxQuantizationErrorRotation": 32, - "m_flMaxQuantizationErrorScale": 40, - "m_flMaxQuantizationErrorTranslation": 36, - "m_flMaxSplineErrorScale": 20, - "m_flMaxSplineErrorTranslation": 16, - "m_ikChains": 96, - "m_nBaseSequenceFrame": 64, - "m_rangeBoneChainLength": 0, - "m_rangeMaxSplineErrorRotation": 8 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CAnimDesc": { - "fields": { - "fps": 24, - "framestalltime": 344, - "m_Data": 32, - "m_activityArray": 296, - "m_eventArray": 272, - "m_flags": 16, - "m_hierarchyArray": 320, - "m_movementArray": 248, - "m_name": 0, - "m_sequenceParams": 424, - "m_vecBoneWorldMax": 400, - "m_vecBoneWorldMin": 376, - "m_vecRootMax": 360, - "m_vecRootMin": 348 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CAnimDesc_Flag": { - "fields": { - "m_bAllZeros": 1, - "m_bAnimGraphAdditive": 7, - "m_bDelta": 3, - "m_bHidden": 2, - "m_bImplicitSeqIgnoreDelta": 6, - "m_bLegacyWorldspace": 4, - "m_bLooping": 0, - "m_bModelDoc": 5 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CAnimEncodeDifference": { - "fields": { - "m_bHasMorphBitArray": 120, - "m_bHasMovementBitArray": 96, - "m_bHasRotationBitArray": 72, - "m_bHasUserBitArray": 144, - "m_boneArray": 0, - "m_morphArray": 24, - "m_userArray": 48 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CAnimEncodedFrames": { - "fields": { - "m_fileName": 0, - "m_frameblockArray": 24, - "m_nFrames": 16, - "m_nFramesPerBlock": 20, - "m_usageDifferences": 48 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CAnimEnum": { - "fields": { - "m_value": 0 - }, - "metadata": [ - { - "name": "MPropertyEditClassAsString", - "type": "Unknown" - } - ], - "parent": null - }, - "CAnimEventDefinition": { - "fields": { - "m_EventData": 16, - "m_flCycle": 12, - "m_nFrame": 8, - "m_sEventName": 48, - "m_sLegacyOptions": 32 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CAnimFoot": { - "fields": { - "m_ankleBoneIndex": 32, - "m_name": 0, - "m_toeBoneIndex": 36, - "m_vBallOffset": 8, - "m_vHeelOffset": 20 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CAnimFrameBlockAnim": { - "fields": { - "m_nEndFrame": 4, - "m_nStartFrame": 0, - "m_segmentIndexArray": 8 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CAnimFrameSegment": { - "fields": { - "m_container": 16, - "m_nLocalChannel": 8, - "m_nLocalElementMasks": 4, - "m_nUniqueFrameIndex": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CAnimGraphDebugReplay": { - "fields": { - "m_animGraphFileName": 64, - "m_frameCount": 104, - "m_frameList": 72, - "m_startIndex": 96, - "m_writeIndex": 100 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CAnimGraphModelBinding": { - "fields": { - "m_modelName": 8, - "m_pSharedData": 16 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CAnimGraphNetworkSettings": { - "fields": { - "m_bNetworkingEnabled": 32 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - }, - { - "name": "MPropertyFriendlyName", - "type": "Unknown" - } - ], - "parent": "CAnimGraphSettingsGroup" - }, - "CAnimGraphSettingsGroup": { - "fields": {}, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CAnimGraphSettingsManager": { - "fields": { - "m_settingsGroups": 24 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CAnimInputDamping": { - "fields": { - "m_fSpeedScale": 12, - "m_speedFunction": 8 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - }, - { - "name": "MPropertyFriendlyName", - "type": "Unknown" - } - ], - "parent": null - }, - "CAnimKeyData": { - "fields": { - "m_boneArray": 16, - "m_dataChannelArray": 96, - "m_morphArray": 64, - "m_nChannelElements": 88, - "m_name": 0, - "m_userArray": 40 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CAnimLocalHierarchy": { - "fields": { - "m_nEndFrame": 44, - "m_nPeakFrame": 36, - "m_nStartFrame": 32, - "m_nTailFrame": 40, - "m_sBone": 0, - "m_sNewParent": 16 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CAnimMorphDifference": { - "fields": { - "m_name": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CAnimMotorUpdaterBase": { - "fields": { - "m_bDefault": 24, - "m_name": 16 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CAnimMovement": { - "fields": { - "angle": 16, - "endframe": 0, - "motionflags": 4, - "position": 32, - "v0": 8, - "v1": 12, - "vector": 20 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CAnimNodePath": { - "fields": { - "m_nCount": 44, - "m_path": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CAnimParamHandle": { - "fields": { - "m_index": 1, - "m_type": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CAnimParamHandleMap": { - "fields": { - "m_list": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CAnimParameterBase": { - "fields": { - "m_bIsReferenced": 97, - "m_bNetworkingRequested": 96, - "m_componentName": 64, - "m_group": 32, - "m_id": 40, - "m_name": 24 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CAnimParameterManagerUpdater": { - "fields": { - "m_autoResetMap": 160, - "m_autoResetParams": 136, - "m_idToIndexMap": 48, - "m_indexToHandle": 112, - "m_nameToIndexMap": 80, - "m_parameters": 24 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CAnimReplayFrame": { - "fields": { - "m_inputDataBlocks": 16, - "m_instanceData": 40, - "m_localToWorldTransform": 96, - "m_startingLocalToWorldTransform": 64, - "m_timeStamp": 128 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CAnimScriptComponentUpdater": { - "fields": { - "m_hScript": 48 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CAnimComponentUpdater" - }, - "CAnimScriptManager": { - "fields": { - "m_scriptInfo": 16 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CAnimSequenceParams": { - "fields": { - "m_flFadeInTime": 0, - "m_flFadeOutTime": 4 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CAnimSkeleton": { - "fields": { - "m_boneNames": 64, - "m_children": 88, - "m_feet": 136, - "m_localSpaceTransforms": 16, - "m_lodBoneCounts": 184, - "m_modelSpaceTransforms": 40, - "m_morphNames": 160, - "m_parents": 112 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CAnimStateMachineUpdater": { - "fields": { - "m_startStateIndex": 80, - "m_states": 8, - "m_transitions": 32 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CAnimTagBase": { - "fields": { - "m_bIsReferenced": 64, - "m_group": 32, - "m_name": 24, - "m_tagID": 40 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CAnimTagManagerUpdater": { - "fields": { - "m_tags": 24 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CAnimUpdateNodeBase": { - "fields": { - "m_name": 80, - "m_networkMode": 68, - "m_nodePath": 20 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CAnimUpdateNodeRef": { - "fields": { - "m_nodeIndex": 8 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CAnimUpdateSharedData": { - "fields": { - "m_components": 72, - "m_nodeIndexMap": 40, - "m_nodes": 16, - "m_pParamListUpdater": 96, - "m_pSkeleton": 176, - "m_pStaticPoseCache": 168, - "m_pTagManagerUpdater": 104, - "m_rootNodePath": 184, - "m_scriptManager": 112, - "m_settings": 120 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CAnimUser": { - "fields": { - "m_nType": 16, - "m_name": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CAnimUserDifference": { - "fields": { - "m_nType": 16, - "m_name": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CAnimationGraphVisualizerAxis": { - "fields": { - "m_flAxisSize": 96, - "m_xWsTransform": 64 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CAnimationGraphVisualizerPrimitiveBase" - }, - "CAnimationGraphVisualizerLine": { - "fields": { - "m_Color": 96, - "m_vWsPositionEnd": 80, - "m_vWsPositionStart": 64 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CAnimationGraphVisualizerPrimitiveBase" - }, - "CAnimationGraphVisualizerPie": { - "fields": { - "m_Color": 112, - "m_vWsCenter": 64, - "m_vWsEnd": 96, - "m_vWsStart": 80 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CAnimationGraphVisualizerPrimitiveBase" - }, - "CAnimationGraphVisualizerPrimitiveBase": { - "fields": { - "m_OwningAnimNodePaths": 12, - "m_Type": 8, - "m_nOwningAnimNodePathCount": 56 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CAnimationGraphVisualizerSphere": { - "fields": { - "m_Color": 84, - "m_flRadius": 80, - "m_vWsPosition": 64 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CAnimationGraphVisualizerPrimitiveBase" - }, - "CAnimationGraphVisualizerText": { - "fields": { - "m_Color": 80, - "m_Text": 88, - "m_vWsPosition": 64 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CAnimationGraphVisualizerPrimitiveBase" - }, - "CAnimationGroup": { - "fields": { - "m_decodeKey": 144, - "m_directHSeqGroup_Handle": 136, - "m_includedGroupArray_Handle": 112, - "m_localHAnimArray_Handle": 88, - "m_nFlags": 12, - "m_name": 16, - "m_szScripts": 264 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CAttachment": { - "fields": { - "m_bIgnoreRotation": 132, - "m_bInfluenceRootTransform": 128, - "m_influenceNames": 8, - "m_influenceWeights": 116, - "m_nInfluences": 131, - "m_name": 0, - "m_vInfluenceOffsets": 80, - "m_vInfluenceRotations": 32 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CAudioAnimTag": { - "fields": { - "m_attachmentName": 88, - "m_bPlayOnClient": 103, - "m_bPlayOnServer": 102, - "m_bStopWhenGraphEnds": 101, - "m_bStopWhenTagEnds": 100, - "m_clipName": 80, - "m_flVolume": 96 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - }, - { - "name": "MPropertyFriendlyName", - "type": "Unknown" - } - ], - "parent": "CAnimTagBase" - }, - "CBaseConstraint": { - "fields": { - "m_name": 40, - "m_slaves": 64, - "m_targets": 88, - "m_vUpVector": 48 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CBoneConstraintBase" - }, - "CBinaryUpdateNode": { - "fields": { - "m_bResetChild1": 128, - "m_bResetChild2": 129, - "m_flTimingBlend": 124, - "m_pChild1": 88, - "m_pChild2": 104, - "m_timingBehavior": 120 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CAnimUpdateNodeBase" - }, - "CBindPoseUpdateNode": { - "fields": {}, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CLeafUpdateNode" - }, - "CBlend2DUpdateNode": { - "fields": { - "m_bAnimEventsAndTagsOnMostWeightedOnly": 235, - "m_bLockBlendOnReset": 233, - "m_bLockWhenWaning": 234, - "m_bLoop": 232, - "m_blendSourceX": 208, - "m_blendSourceY": 216, - "m_damping": 192, - "m_eBlendMode": 224, - "m_items": 96, - "m_nodeItemIndices": 168, - "m_paramSpans": 144, - "m_paramX": 212, - "m_paramY": 220, - "m_playbackSpeed": 228, - "m_tags": 120 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CAnimUpdateNodeBase" - }, - "CBlendCurve": { - "fields": { - "m_flControlPoint1": 0, - "m_flControlPoint2": 4 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CBlendUpdateNode": { - "fields": { - "m_bLockBlendOnReset": 204, - "m_bLockWhenWaning": 207, - "m_bLoop": 206, - "m_bSyncCycles": 205, - "m_blendKeyType": 200, - "m_blendValueSource": 172, - "m_children": 96, - "m_damping": 184, - "m_paramIndex": 176, - "m_sortedOrder": 120, - "m_targetValues": 144 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CAnimUpdateNodeBase" - }, - "CBlockSelectionMetricEvaluator": { - "fields": {}, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CMotionMetricEvaluator" - }, - "CBodyGroupAnimTag": { - "fields": { - "m_bodyGroupSettings": 88, - "m_nPriority": 80 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - }, - { - "name": "MPropertyFriendlyName", - "type": "Unknown" - } - ], - "parent": "CAnimTagBase" - }, - "CBodyGroupSetting": { - "fields": { - "m_BodyGroupName": 0, - "m_nBodyGroupOption": 8 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - }, - { - "name": "MPropertyFriendlyName", - "type": "Unknown" - }, - { - "name": "MPropertyElementNameFn", - "type": "Unknown" - } - ], - "parent": null - }, - "CBoneConstraintBase": { - "fields": {}, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CBoneConstraintDotToMorph": { - "fields": { - "m_flRemap": 64, - "m_sBoneName": 40, - "m_sMorphChannelName": 56, - "m_sTargetBoneName": 48 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CBoneConstraintBase" - }, - "CBoneConstraintPoseSpaceBone": { - "fields": { - "m_inputList": 112 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CBaseConstraint" - }, - "CBoneConstraintPoseSpaceMorph": { - "fields": { - "m_bClamp": 104, - "m_inputList": 80, - "m_outputMorph": 56, - "m_sAttachmentName": 48, - "m_sBoneName": 40 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CBoneConstraintBase" - }, - "CBoneMaskUpdateNode": { - "fields": { - "m_bUseBlendScale": 152, - "m_blendSpace": 144, - "m_blendValueSource": 156, - "m_flRootMotionBlend": 140, - "m_footMotionTiming": 148, - "m_hBlendParameter": 160, - "m_nWeightListIndex": 136 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CBinaryUpdateNode" - }, - "CBonePositionMetricEvaluator": { - "fields": { - "m_nBoneIndex": 80 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CMotionMetricEvaluator" - }, - "CBoneVelocityMetricEvaluator": { - "fields": { - "m_nBoneIndex": 80 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CMotionMetricEvaluator" - }, - "CBoolAnimParameter": { - "fields": { - "m_bDefaultValue": 112 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - }, - { - "name": "MPropertyFriendlyName", - "type": "Unknown" - } - ], - "parent": "CConcreteAnimParameter" - }, - "CCPPScriptComponentUpdater": { - "fields": { - "m_scriptsToRun": 48 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CAnimComponentUpdater" - }, - "CCachedPose": { - "fields": { - "m_flCycle": 60, - "m_hSequence": 56, - "m_morphWeights": 32, - "m_transforms": 8 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CChoiceUpdateNode": { - "fields": { - "m_bCrossFade": 176, - "m_bDontResetSameSelection": 178, - "m_bResetChosen": 177, - "m_blendMethod": 168, - "m_blendTime": 172, - "m_blendTimes": 136, - "m_children": 88, - "m_choiceChangeMethod": 164, - "m_choiceMethod": 160, - "m_weights": 112 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CAnimUpdateNodeBase" - }, - "CChoreoUpdateNode": { - "fields": {}, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CUnaryUpdateNode" - }, - "CClothSettingsAnimTag": { - "fields": { - "m_flEaseIn": 84, - "m_flEaseOut": 88, - "m_flStiffness": 80, - "m_nVertexSet": 96 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - }, - { - "name": "MPropertyFriendlyName", - "type": "Unknown" - } - ], - "parent": "CAnimTagBase" - }, - "CConcreteAnimParameter": { - "fields": { - "m_bAutoReset": 109, - "m_bGameWritable": 110, - "m_bGraphWritable": 111, - "m_bUseMostRecentValue": 108, - "m_eNetworkSetting": 104, - "m_previewButton": 100 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CAnimParameterBase" - }, - "CConstraintSlave": { - "fields": { - "m_flWeight": 32, - "m_nBoneHash": 28, - "m_qBaseOrientation": 0, - "m_sName": 40, - "m_vBasePosition": 16 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CConstraintTarget": { - "fields": { - "m_bIsAttachment": 89, - "m_flWeight": 72, - "m_nBoneHash": 60, - "m_qOffset": 32, - "m_sName": 64, - "m_vOffset": 48 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CCurrentRotationVelocityMetricEvaluator": { - "fields": {}, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CMotionMetricEvaluator" - }, - "CCurrentVelocityMetricEvaluator": { - "fields": {}, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CMotionMetricEvaluator" - }, - "CCycleBase": { - "fields": { - "m_flCycle": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CCycleControlClipUpdateNode": { - "fields": { - "m_duration": 128, - "m_hSequence": 124, - "m_paramIndex": 136, - "m_tags": 96, - "m_valueSource": 132 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CLeafUpdateNode" - }, - "CCycleControlUpdateNode": { - "fields": { - "m_paramIndex": 108, - "m_valueSource": 104 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CUnaryUpdateNode" - }, - "CDampedPathAnimMotorUpdater": { - "fields": { - "m_flAnticipationTime": 32, - "m_flMaxSpringTension": 52, - "m_flMinSpeedScale": 36, - "m_flMinSpringTension": 48, - "m_flSpringConstant": 44, - "m_hAnticipationHeadingParam": 42, - "m_hAnticipationPosParam": 40 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CPathAnimMotorUpdaterBase" - }, - "CDampedValueComponentUpdater": { - "fields": { - "m_items": 48 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CAnimComponentUpdater" - }, - "CDampedValueUpdateItem": { - "fields": { - "m_damping": 0, - "m_hParamIn": 24, - "m_hParamOut": 26 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CDemoSettingsComponentUpdater": { - "fields": { - "m_settings": 48 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CAnimComponentUpdater" - }, - "CDirectPlaybackTagData": { - "fields": { - "m_sequenceName": 0, - "m_tags": 8 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CDirectPlaybackUpdateNode": { - "fields": { - "m_allTags": 112, - "m_bFinishEarly": 108, - "m_bResetOnFinish": 109 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CUnaryUpdateNode" - }, - "CDirectionalBlendUpdateNode": { - "fields": { - "m_bLockBlendOnReset": 161, - "m_bLoop": 160, - "m_blendValueSource": 144, - "m_damping": 128, - "m_duration": 156, - "m_hSequences": 92, - "m_paramIndex": 148, - "m_playbackSpeed": 152 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CLeafUpdateNode" - }, - "CDistanceRemainingMetricEvaluator": { - "fields": { - "m_bFilterFixedMinDistance": 96, - "m_bFilterGoalDistance": 97, - "m_bFilterGoalOvershoot": 98, - "m_flMaxDistance": 80, - "m_flMaxGoalOvershootScale": 92, - "m_flMinDistance": 84, - "m_flStartGoalFilterDistance": 88 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CMotionMetricEvaluator" - }, - "CDrawCullingData": { - "fields": { - "m_ConeAxis": 12, - "m_ConeCutoff": 15, - "m_vConeApex": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CEditableMotionGraph": { - "fields": {}, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CMotionGraph" - }, - "CEmitTagActionUpdater": { - "fields": { - "m_bIsZeroDuration": 28, - "m_nTagIndex": 24 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CAnimActionUpdater" - }, - "CEnumAnimParameter": { - "fields": { - "m_defaultValue": 120, - "m_enumOptions": 128 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - }, - { - "name": "MPropertyFriendlyName", - "type": "Unknown" - } - ], - "parent": "CConcreteAnimParameter" - }, - "CExpressionActionUpdater": { - "fields": { - "m_eParamType": 26, - "m_hParam": 24, - "m_hScript": 28 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CAnimActionUpdater" - }, - "CFlexController": { - "fields": { - "m_szName": 0, - "m_szType": 8, - "max": 20, - "min": 16 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CFlexDesc": { - "fields": { - "m_szFacs": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CFlexOp": { - "fields": { - "m_Data": 4, - "m_OpCode": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CFlexRule": { - "fields": { - "m_FlexOps": 8, - "m_nFlex": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CFloatAnimParameter": { - "fields": { - "m_bInterpolate": 124, - "m_fDefaultValue": 112, - "m_fMaxValue": 120, - "m_fMinValue": 116 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - }, - { - "name": "MPropertyFriendlyName", - "type": "Unknown" - } - ], - "parent": "CConcreteAnimParameter" - }, - "CFollowAttachmentUpdateNode": { - "fields": { - "m_opFixedData": 112 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CUnaryUpdateNode" - }, - "CFollowPathUpdateNode": { - "fields": { - "m_bBlockNonPathMovement": 112, - "m_bScaleSpeed": 114, - "m_bStopFeetAtGoal": 113, - "m_bTurnToFace": 164, - "m_facingTarget": 152, - "m_flBlendOutTime": 108, - "m_flMaxAngle": 124, - "m_flMinAngle": 120, - "m_flScale": 116, - "m_flSpeedScaleBlending": 128, - "m_flTurnToFaceOffset": 160, - "m_hParam": 156, - "m_turnDamping": 136 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CUnaryUpdateNode" - }, - "CFootAdjustmentUpdateNode": { - "fields": { - "m_bAnimationDriven": 161, - "m_bResetChild": 160, - "m_clips": 112, - "m_facingTarget": 140, - "m_flStepHeightMax": 152, - "m_flStepHeightMaxAngle": 156, - "m_flTurnTimeMax": 148, - "m_flTurnTimeMin": 144, - "m_hBasePoseCacheHandle": 136 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CUnaryUpdateNode" - }, - "CFootCycle": { - "fields": {}, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CCycleBase" - }, - "CFootCycleDefinition": { - "fields": { - "m_flStanceDirectionMS": 24, - "m_footLandCycle": 56, - "m_footLiftCycle": 44, - "m_footOffCycle": 48, - "m_footStrikeCycle": 52, - "m_stanceCycle": 40, - "m_vMidpointPositionMS": 12, - "m_vStancePositionMS": 0, - "m_vToStrideStartPos": 28 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CFootCycleMetricEvaluator": { - "fields": { - "m_footIndices": 80 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CMotionMetricEvaluator" - }, - "CFootDefinition": { - "fields": { - "m_ankleBoneName": 8, - "m_flBindPoseDirectionMS": 52, - "m_flFootLength": 48, - "m_flTraceHeight": 56, - "m_flTraceRadius": 60, - "m_name": 0, - "m_toeBoneName": 16, - "m_vBallOffset": 24, - "m_vHeelOffset": 36 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CFootFallAnimTag": { - "fields": { - "m_foot": 80 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - }, - { - "name": "MPropertyFriendlyName", - "type": "Unknown" - } - ], - "parent": "CAnimTagBase" - }, - "CFootLockUpdateNode": { - "fields": { - "m_bApplyFootRotationLimits": 304, - "m_bApplyHipShift": 305, - "m_bEnableRootHeightDamping": 309, - "m_bEnableVerticalCurvedPaths": 308, - "m_bModulateStepHeight": 306, - "m_bResetChild": 307, - "m_flBlendTime": 284, - "m_flHipShiftScale": 280, - "m_flMaxRootHeightOffset": 288, - "m_flMinRootHeightOffset": 292, - "m_flStepHeightDecreaseScale": 276, - "m_flStepHeightIncreaseScale": 272, - "m_flStrideCurveLimitScale": 268, - "m_flStrideCurveScale": 264, - "m_flTiltPlanePitchSpringStrength": 296, - "m_flTiltPlaneRollSpringStrength": 300, - "m_footSettings": 208, - "m_hipShiftDamping": 232, - "m_opFixedSettings": 104, - "m_rootHeightDamping": 248 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CUnaryUpdateNode" - }, - "CFootMotion": { - "fields": { - "m_bAdditive": 32, - "m_name": 24, - "m_strides": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CFootPinningUpdateNode": { - "fields": { - "m_bResetChild": 192, - "m_eTimingSource": 160, - "m_params": 168, - "m_poseOpFixedData": 112 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CUnaryUpdateNode" - }, - "CFootPositionMetricEvaluator": { - "fields": { - "m_bIgnoreSlope": 104, - "m_footIndices": 80 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CMotionMetricEvaluator" - }, - "CFootStepTriggerUpdateNode": { - "fields": { - "m_flTolerance": 132, - "m_triggers": 104 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CUnaryUpdateNode" - }, - "CFootStride": { - "fields": { - "m_definition": 0, - "m_trajectories": 64 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CFootTrajectories": { - "fields": { - "m_trajectories": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CFootTrajectory": { - "fields": { - "m_flProgression": 16, - "m_flRotationOffset": 12, - "m_vOffset": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CFootstepLandedAnimTag": { - "fields": { - "m_BoneName": 104, - "m_DebugAnimSourceString": 96, - "m_FootstepType": 80, - "m_OverrideSoundName": 88 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - }, - { - "name": "MPropertyFriendlyName", - "type": "Unknown" - } - ], - "parent": "CAnimTagBase" - }, - "CFutureFacingMetricEvaluator": { - "fields": { - "m_flDistance": 80, - "m_flTime": 84 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CMotionMetricEvaluator" - }, - "CFutureVelocityMetricEvaluator": { - "fields": { - "m_eMode": 92, - "m_flDistance": 80, - "m_flStoppingDistance": 84, - "m_flTargetSpeed": 88 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CMotionMetricEvaluator" - }, - "CHitBox": { - "fields": { - "m_CRC": 64, - "m_bTranslationOnly": 61, - "m_cRenderColor": 68, - "m_flShapeRadius": 48, - "m_nBoneNameHash": 52, - "m_nGroupId": 56, - "m_nHitBoxIndex": 72, - "m_nShapeType": 60, - "m_name": 0, - "m_sBoneName": 16, - "m_sSurfaceProperty": 8, - "m_vMaxBounds": 36, - "m_vMinBounds": 24 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CHitBoxSet": { - "fields": { - "m_HitBoxes": 16, - "m_SourceFilename": 40, - "m_nNameHash": 8, - "m_name": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CHitBoxSetList": { - "fields": { - "m_HitBoxSets": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CHitReactUpdateNode": { - "fields": { - "m_bResetChild": 196, - "m_flMinDelayBetweenHits": 192, - "m_hitBoneParam": 182, - "m_hitDirectionParam": 186, - "m_hitOffsetParam": 184, - "m_hitStrengthParam": 188, - "m_opFixedSettings": 104, - "m_triggerParam": 180 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CUnaryUpdateNode" - }, - "CInputStreamUpdateNode": { - "fields": {}, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CLeafUpdateNode" - }, - "CIntAnimParameter": { - "fields": { - "m_defaultValue": 112, - "m_maxValue": 120, - "m_minValue": 116 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - }, - { - "name": "MPropertyFriendlyName", - "type": "Unknown" - } - ], - "parent": "CConcreteAnimParameter" - }, - "CJiggleBoneUpdateNode": { - "fields": { - "m_opFixedData": 104 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CUnaryUpdateNode" - }, - "CJumpHelperUpdateNode": { - "fields": { - "m_bScaleSpeed": 195, - "m_bTranslationAxis": 192, - "m_eCorrectionMethod": 188, - "m_flJumpEndCycle": 184, - "m_flJumpStartCycle": 180, - "m_flOriginalJumpDuration": 176, - "m_flOriginalJumpMovement": 164, - "m_hTargetParam": 161 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CSequenceUpdateNode" - }, - "CLODComponentUpdater": { - "fields": { - "m_nServerLOD": 48 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CAnimComponentUpdater" - }, - "CLeafUpdateNode": { - "fields": {}, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CAnimUpdateNodeBase" - }, - "CLeanMatrixUpdateNode": { - "fields": { - "m_blendSource": 184, - "m_damping": 168, - "m_flMaxValue": 220, - "m_frameCorners": 92, - "m_hSequence": 216, - "m_horizontalAxis": 204, - "m_nSequenceMaxFrame": 224, - "m_paramIndex": 188, - "m_poses": 128, - "m_verticalAxis": 192 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CLeafUpdateNode" - }, - "CLookAtUpdateNode": { - "fields": { - "m_bLockWhenWaning": 321, - "m_bResetChild": 320, - "m_opFixedSettings": 112, - "m_paramIndex": 316, - "m_target": 312, - "m_weightParamIndex": 318 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CUnaryUpdateNode" - }, - "CLookComponentUpdater": { - "fields": { - "m_bNetworkLookTarget": 66, - "m_hLookDirection": 60, - "m_hLookDistance": 58, - "m_hLookHeading": 52, - "m_hLookHeadingVelocity": 54, - "m_hLookPitch": 56, - "m_hLookTarget": 62, - "m_hLookTargetWorldSpace": 64 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CAnimComponentUpdater" - }, - "CMaterialAttributeAnimTag": { - "fields": { - "m_AttributeName": 80, - "m_AttributeType": 88, - "m_Color": 96, - "m_flValue": 92 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - }, - { - "name": "MPropertyFriendlyName", - "type": "Unknown" - } - ], - "parent": "CAnimTagBase" - }, - "CMaterialDrawDescriptor": { - "fields": { - "m_flAlpha": 36, - "m_flUvDensity": 20, - "m_indexBuffer": 184, - "m_material": 224, - "m_nBaseVertex": 4, - "m_nFirstMeshlet": 44, - "m_nIndexCount": 16, - "m_nNumMeshlets": 48, - "m_nPrimitiveType": 0, - "m_nStartIndex": 12, - "m_nVertexCount": 8, - "m_vTintColor": 24 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CMeshletDescriptor": { - "fields": { - "m_CullingData": 8, - "m_PackedAABB": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CModelConfig": { - "fields": { - "m_ConfigName": 0, - "m_Elements": 8, - "m_bTopLevel": 32 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CModelConfigElement": { - "fields": { - "m_ElementName": 8, - "m_NestedElements": 16 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CModelConfigElement_AttachedModel": { - "fields": { - "m_AttachmentName": 120, - "m_AttachmentType": 136, - "m_BodygroupOnOtherModels": 144, - "m_EntityClass": 80, - "m_InstanceName": 72, - "m_LocalAttachmentOffsetName": 128, - "m_MaterialGroupOnOtherModels": 152, - "m_aAngOffset": 108, - "m_bAcceptParentMaterialDrivenDecals": 143, - "m_bBoneMergeFlex": 140, - "m_bUserSpecifiedColor": 141, - "m_bUserSpecifiedMaterialGroup": 142, - "m_hModel": 88, - "m_vOffset": 96 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CModelConfigElement" - }, - "CModelConfigElement_Command": { - "fields": { - "m_Args": 80, - "m_Command": 72 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CModelConfigElement" - }, - "CModelConfigElement_RandomColor": { - "fields": { - "m_Gradient": 72 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CModelConfigElement" - }, - "CModelConfigElement_RandomPick": { - "fields": { - "m_ChoiceWeights": 96, - "m_Choices": 72 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CModelConfigElement" - }, - "CModelConfigElement_SetBodygroup": { - "fields": { - "m_GroupName": 72, - "m_nChoice": 80 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CModelConfigElement" - }, - "CModelConfigElement_SetBodygroupOnAttachedModels": { - "fields": { - "m_GroupName": 72, - "m_nChoice": 80 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CModelConfigElement" - }, - "CModelConfigElement_SetMaterialGroup": { - "fields": { - "m_MaterialGroupName": 72 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CModelConfigElement" - }, - "CModelConfigElement_SetMaterialGroupOnAttachedModels": { - "fields": { - "m_MaterialGroupName": 72 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CModelConfigElement" - }, - "CModelConfigElement_SetRenderColor": { - "fields": { - "m_Color": 72 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CModelConfigElement" - }, - "CModelConfigElement_UserPick": { - "fields": { - "m_Choices": 72 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CModelConfigElement" - }, - "CModelConfigList": { - "fields": { - "m_Configs": 8, - "m_bHideMaterialGroupInTools": 0, - "m_bHideRenderColorInTools": 1 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CMorphBundleData": { - "fields": { - "m_flULeftSrc": 0, - "m_flVTopSrc": 4, - "m_offsets": 8, - "m_ranges": 32 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CMorphConstraint": { - "fields": { - "m_flMax": 128, - "m_flMin": 124, - "m_nSlaveChannel": 120, - "m_sTargetMorph": 112 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CBaseConstraint" - }, - "CMorphData": { - "fields": { - "m_morphRectDatas": 8, - "m_name": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CMorphRectData": { - "fields": { - "m_bundleDatas": 16, - "m_flUWidthSrc": 4, - "m_flVHeightSrc": 8, - "m_nXLeftDst": 0, - "m_nYTopDst": 2 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CMorphSetData": { - "fields": { - "m_FlexControllers": 104, - "m_FlexDesc": 80, - "m_FlexRules": 128, - "m_bundleTypes": 24, - "m_morphDatas": 48, - "m_nHeight": 16, - "m_nWidth": 12, - "m_pTextureAtlas": 72 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CMotionDataSet": { - "fields": { - "m_groups": 0, - "m_nDimensionCount": 24 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CMotionGraph": { - "fields": { - "m_bLoop": 84, - "m_nConfigCount": 80, - "m_nConfigStartIndex": 76, - "m_nParameterCount": 72, - "m_pRootNode": 64, - "m_paramSpans": 16, - "m_tags": 40 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CMotionGraphConfig": { - "fields": { - "m_flDuration": 16, - "m_nMotionIndex": 20, - "m_nSampleCount": 28, - "m_nSampleStart": 24, - "m_paramValues": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CMotionGraphGroup": { - "fields": { - "m_hIsActiveScript": 256, - "m_motionGraphConfigs": 208, - "m_motionGraphs": 184, - "m_sampleToConfig": 232, - "m_searchDB": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CMotionGraphUpdateNode": { - "fields": { - "m_pMotionGraph": 88 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CLeafUpdateNode" - }, - "CMotionMatchingUpdateNode": { - "fields": { - "m_bEnableDistanceScaling": 312, - "m_bEnableRotationCorrection": 264, - "m_bGoalAssist": 265, - "m_bLockClipWhenWaning": 252, - "m_bSearchEveryTick": 224, - "m_bSearchWhenClipEnds": 232, - "m_bSearchWhenGoalChanges": 233, - "m_blendCurve": 236, - "m_dataSet": 88, - "m_distanceScale_Damping": 280, - "m_flBlendTime": 248, - "m_flDistanceScale_InnerRadius": 300, - "m_flDistanceScale_MaxScale": 304, - "m_flDistanceScale_MinScale": 308, - "m_flDistanceScale_OuterRadius": 296, - "m_flGoalAssistDistance": 268, - "m_flGoalAssistTolerance": 272, - "m_flReselectionTimeWindow": 260, - "m_flSampleRate": 244, - "m_flSearchInterval": 228, - "m_flSelectionThreshold": 256, - "m_metrics": 120, - "m_weights": 144 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CLeafUpdateNode" - }, - "CMotionMetricEvaluator": { - "fields": { - "m_flWeight": 72, - "m_means": 24, - "m_nDimensionStartIndex": 76, - "m_standardDeviations": 48 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CMotionNode": { - "fields": { - "m_id": 32, - "m_name": 24 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CMotionNodeBlend1D": { - "fields": { - "m_blendItems": 40, - "m_nParamIndex": 64 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CMotionNode" - }, - "CMotionNodeSequence": { - "fields": { - "m_flPlaybackSpeed": 68, - "m_hSequence": 64, - "m_tags": 40 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CMotionNode" - }, - "CMotionSearchDB": { - "fields": { - "m_codeIndices": 160, - "m_residualQuantizer": 128, - "m_rootNode": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CMotionSearchNode": { - "fields": { - "m_children": 0, - "m_quantizer": 24, - "m_sampleCodes": 56, - "m_sampleIndices": 80, - "m_selectableSamples": 104 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CMovementComponentUpdater": { - "fields": { - "m_bMoveVarsDisabled": 108, - "m_bNetworkFacing": 110, - "m_bNetworkPath": 109, - "m_eDefaultFacingMode": 88, - "m_facingDamping": 72, - "m_flDefaultRunSpeed": 104, - "m_motors": 48, - "m_nDefaultMotorIndex": 100, - "m_paramHandles": 111 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CAnimComponentUpdater" - }, - "CMoverUpdateNode": { - "fields": { - "m_bAdditive": 148, - "m_bApplyMovement": 149, - "m_bApplyRotation": 151, - "m_bLimitOnly": 152, - "m_bOrientMovement": 150, - "m_damping": 112, - "m_facingTarget": 128, - "m_flTurnToFaceLimit": 144, - "m_flTurnToFaceOffset": 140, - "m_hMoveHeadingParam": 134, - "m_hMoveVecParam": 132, - "m_hTurnToFaceParam": 136 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CUnaryUpdateNode" - }, - "CNmBoneMask": { - "fields": { - "m_ID": 0, - "m_weightInfo": 8, - "m_weights": 24 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CNmClip": { - "fields": { - "m_bIsAdditive": 416, - "m_compressedPoseData": 16, - "m_compressedPoseOffsets": 64, - "m_flDuration": 12, - "m_nNumFrames": 8, - "m_rootMotion": 336, - "m_skeleton": 0, - "m_syncTrack": 160, - "m_trackCompressionSettings": 40 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CNmEvent": { - "fields": { - "m_flDuration": 12, - "m_flStartTime": 8 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CNmFootEvent": { - "fields": { - "m_phase": 16 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CNmEvent" - }, - "CNmFrameSnapEvent": { - "fields": { - "m_frameSnapMode": 16 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CNmEvent" - }, - "CNmGraph": { - "fields": { - "m_childGraphSlots": 136, - "m_controlParameterIDs": 64, - "m_externalGraphSlots": 160, - "m_instanceNodeStartOffsets": 24, - "m_instanceRequiredAlignment": 52, - "m_instanceRequiredMemory": 48, - "m_persistentNodeIndices": 0, - "m_rootNodeIdx": 56, - "m_virtualParameterIDs": 88, - "m_virtualParameterNodeIndices": 112 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CNmGraphDataSet": { - "fields": { - "m_resources": 16, - "m_skeleton": 8, - "m_variationID": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CNmGraphVariation": { - "fields": { - "m_dataSet": 8, - "m_graph": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CNmGraph__ChildGraphSlot_t": { - "fields": { - "m_dataSlotIdx": 2, - "m_nNodeIdx": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CNmGraph__ExternalGraphSlot_t": { - "fields": { - "m_nNodeIdx": 0, - "m_slotID": 8 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CNmIDEvent": { - "fields": { - "m_ID": 16 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CNmEvent" - }, - "CNmLegacyEvent": { - "fields": {}, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CNmEvent" - }, - "CNmRootMotionData": { - "fields": { - "m_flAverageAngularVelocityRadians": 32, - "m_flAverageLinearVelocity": 28, - "m_nNumFrames": 24, - "m_totalDelta": 48, - "m_transforms": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CNmSkeleton": { - "fields": { - "m_ID": 0, - "m_boneIDs": 8, - "m_boneMasks": 104, - "m_modelSpaceReferencePose": 72, - "m_numBonesToSampleAtLowLOD": 96, - "m_parentIndices": 24, - "m_parentSpaceReferencePose": 48 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CNmSyncTrack": { - "fields": { - "m_nStartEventOffset": 168, - "m_syncEvents": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CNmSyncTrack__EventMarker_t": { - "fields": { - "m_ID": 8, - "m_startTime": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CNmSyncTrack__Event_t": { - "fields": { - "m_ID": 0, - "m_duration": 12, - "m_startTime": 8 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CNmTransitionEvent": { - "fields": { - "m_ID": 24, - "m_rule": 16 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CNmEvent" - }, - "COrientConstraint": { - "fields": {}, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CBaseConstraint" - }, - "CParamSpanUpdater": { - "fields": { - "m_spans": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CParentConstraint": { - "fields": {}, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CBaseConstraint" - }, - "CParticleAnimTag": { - "fields": { - "m_attachmentCP1Name": 128, - "m_attachmentCP1Type": 136, - "m_attachmentName": 112, - "m_attachmentType": 120, - "m_bDetachFromOwner": 104, - "m_bStopWhenTagEnds": 105, - "m_bTagEndStopIsInstant": 106, - "m_configName": 96, - "m_hParticleSystem": 80, - "m_particleSystemName": 88 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - }, - { - "name": "MPropertyFriendlyName", - "type": "Unknown" - } - ], - "parent": "CAnimTagBase" - }, - "CPathAnimMotorUpdater": { - "fields": {}, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CPathAnimMotorUpdaterBase" - }, - "CPathAnimMotorUpdaterBase": { - "fields": { - "m_bLockToPath": 25 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CAnimMotorUpdaterBase" - }, - "CPathHelperUpdateNode": { - "fields": { - "m_flStoppingRadius": 104, - "m_flStoppingSpeedScale": 108 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CUnaryUpdateNode" - }, - "CPathMetricEvaluator": { - "fields": { - "m_bExtrapolateMovement": 108, - "m_flDistance": 104, - "m_flMinExtrapolationSpeed": 112, - "m_pathTimeSamples": 80 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CMotionMetricEvaluator" - }, - "CPhysSurfaceProperties": { - "fields": { - "m_audioParams": 136, - "m_audioSounds": 72, - "m_bHidden": 24, - "m_baseNameHash": 12, - "m_description": 32, - "m_name": 0, - "m_nameHash": 8, - "m_physics": 40 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CPhysSurfacePropertiesAudio": { - "fields": { - "m_flOcclusionFactor": 28, - "m_flStaticImpactVolume": 24, - "m_hardThreshold": 16, - "m_hardVelocityThreshold": 20, - "m_hardnessFactor": 4, - "m_reflectivity": 0, - "m_roughThreshold": 12, - "m_roughnessFactor": 8 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CPhysSurfacePropertiesPhysics": { - "fields": { - "m_density": 8, - "m_elasticity": 4, - "m_friction": 0, - "m_softContactDampingRatio": 20, - "m_softContactFrequency": 16, - "m_thickness": 12, - "m_wheelDrag": 24 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CPhysSurfacePropertiesSoundNames": { - "fields": { - "m_break": 48, - "m_bulletImpact": 32, - "m_impactHard": 8, - "m_impactSoft": 0, - "m_rolling": 40, - "m_scrapeRough": 24, - "m_scrapeSmooth": 16, - "m_strain": 56 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CPlayerInputAnimMotorUpdater": { - "fields": { - "m_bUseAcceleration": 72, - "m_flAnticipationDistance": 64, - "m_flSpringConstant": 60, - "m_hAnticipationHeadingParam": 70, - "m_hAnticipationPosParam": 68, - "m_sampleTimes": 32 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CAnimMotorUpdaterBase" - }, - "CPointConstraint": { - "fields": {}, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CBaseConstraint" - }, - "CPoseHandle": { - "fields": { - "m_eType": 2, - "m_nIndex": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CProductQuantizer": { - "fields": { - "m_nDimensions": 24, - "m_subQuantizers": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CQuaternionAnimParameter": { - "fields": { - "m_bInterpolate": 128, - "m_defaultValue": 112 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - }, - { - "name": "MPropertyFriendlyName", - "type": "Unknown" - } - ], - "parent": "CConcreteAnimParameter" - }, - "CRagdollAnimTag": { - "fields": { - "m_bDestroy": 100, - "m_flDampingRatio": 88, - "m_flDecayBias": 96, - "m_flDecayDuration": 92, - "m_flFrequency": 84, - "m_nPoseControl": 80 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - }, - { - "name": "MPropertyFriendlyName", - "type": "Unknown" - } - ], - "parent": "CAnimTagBase" - }, - "CRagdollComponentUpdater": { - "fields": { - "m_bSolidCollisionAtZeroWeight": 156, - "m_boneIndices": 72, - "m_boneNames": 96, - "m_flMaxStretch": 152, - "m_flSpringFrequencyMax": 148, - "m_flSpringFrequencyMin": 144, - "m_ragdollNodePaths": 48, - "m_weightLists": 120 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CAnimComponentUpdater" - }, - "CRagdollUpdateNode": { - "fields": { - "m_nWeightListIndex": 104, - "m_poseControlMethod": 108 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CUnaryUpdateNode" - }, - "CRenderBufferBinding": { - "fields": { - "m_hBuffer": 0, - "m_nBindOffsetBytes": 16 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CRenderGroom": { - "fields": { - "m_hairInfoBufferData": 24, - "m_hairs": 48, - "m_nAttachBoneIdx": 16, - "m_nGroomGroupID": 12, - "m_nGuideHairCount": 4, - "m_nHairCount": 8, - "m_nSegmentsPerHairStrand": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CRenderMesh": { - "fields": { - "m_constraints": 160, - "m_meshDeformParams": 480, - "m_pGroomData": 496, - "m_sceneObjects": 16, - "m_skeleton": 184 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CRenderSkeleton": { - "fields": { - "m_boneParents": 48, - "m_bones": 0, - "m_nBoneWeightCount": 72 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CRootUpdateNode": { - "fields": {}, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CUnaryUpdateNode" - }, - "CSceneObjectData": { - "fields": { - "m_drawBounds": 48, - "m_drawCalls": 24, - "m_meshlets": 72, - "m_vMaxBounds": 12, - "m_vMinBounds": 0, - "m_vTintColor": 96 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CSelectorUpdateNode": { - "fields": { - "m_bResetOnChange": 164, - "m_bSyncCyclesOnChange": 165, - "m_blendCurve": 140, - "m_children": 88, - "m_eTagBehavior": 160, - "m_flBlendTime": 148, - "m_hParameter": 156, - "m_tags": 112 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CAnimUpdateNodeBase" - }, - "CSeqAutoLayer": { - "fields": { - "m_end": 24, - "m_flags": 4, - "m_nLocalPose": 2, - "m_nLocalReference": 0, - "m_peak": 16, - "m_start": 12, - "m_tail": 20 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CSeqAutoLayerFlag": { - "fields": { - "m_bFetchFrame": 6, - "m_bLocal": 4, - "m_bNoBlend": 3, - "m_bPose": 5, - "m_bPost": 0, - "m_bSpline": 1, - "m_bSubtract": 7, - "m_bXFade": 2 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CSeqBoneMaskList": { - "fields": { - "m_flBoneWeightArray": 40, - "m_flDefaultMorphCtrlWeight": 64, - "m_morphCtrlWeightArray": 72, - "m_nLocalBoneArray": 16, - "m_sName": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CSeqCmdLayer": { - "fields": { - "m_bSpline": 10, - "m_cmd": 0, - "m_flVar1": 12, - "m_flVar2": 16, - "m_nDstResult": 6, - "m_nLineNumber": 20, - "m_nLocalBonemask": 4, - "m_nLocalReference": 2, - "m_nSrcResult": 8 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CSeqCmdSeqDesc": { - "fields": { - "m_activityArray": 96, - "m_cmdLayerArray": 48, - "m_eventArray": 72, - "m_flFPS": 40, - "m_flags": 16, - "m_nFrameCount": 38, - "m_nFrameRangeSequence": 36, - "m_nSubCycles": 44, - "m_numLocalResults": 46, - "m_poseSettingArray": 120, - "m_sName": 0, - "m_transition": 28 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CSeqIKLock": { - "fields": { - "m_bBonesOrientedAlongPositiveX": 10, - "m_flAngleWeight": 4, - "m_flPosWeight": 0, - "m_nLocalBone": 8 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CSeqMultiFetch": { - "fields": { - "m_bCalculatePoseParameters": 100, - "m_bFixedBlendWeight": 101, - "m_flFixedBlendWeightVals": 104, - "m_flags": 0, - "m_localReferenceArray": 8, - "m_nGroupSize": 32, - "m_nLocalCyclePoseParameter": 96, - "m_nLocalPose": 40, - "m_poseKeyArray0": 48, - "m_poseKeyArray1": 72 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CSeqMultiFetchFlag": { - "fields": { - "m_b0D": 2, - "m_b1D": 3, - "m_b2D": 4, - "m_b2D_TRI": 5, - "m_bCylepose": 1, - "m_bRealtime": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CSeqPoseParamDesc": { - "fields": { - "m_bLooping": 28, - "m_flEnd": 20, - "m_flLoop": 24, - "m_flStart": 16, - "m_sName": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CSeqPoseSetting": { - "fields": { - "m_bX": 52, - "m_bY": 53, - "m_bZ": 54, - "m_eType": 56, - "m_flValue": 48, - "m_sAttachment": 16, - "m_sPoseParameter": 0, - "m_sReferenceSequence": 32 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CSeqS1SeqDesc": { - "fields": { - "m_IKLockArray": 176, - "m_LegacyKeyValueText": 224, - "m_SequenceKeys": 208, - "m_activityArray": 240, - "m_autoLayerArray": 152, - "m_fetch": 32, - "m_flags": 16, - "m_footMotion": 264, - "m_nLocalWeightlist": 144, - "m_sName": 0, - "m_transition": 200 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CSeqScaleSet": { - "fields": { - "m_bRootOffset": 16, - "m_flBoneScaleArray": 56, - "m_nLocalBoneArray": 32, - "m_sName": 0, - "m_vRootOffset": 20 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CSeqSeqDescFlag": { - "fields": { - "m_bAutoplay": 2, - "m_bHidden": 4, - "m_bLegacyCyclepose": 8, - "m_bLegacyDelta": 6, - "m_bLegacyRealtime": 9, - "m_bLegacyWorldspace": 7, - "m_bLooping": 0, - "m_bModelDoc": 10, - "m_bMulti": 5, - "m_bPost": 3, - "m_bSnap": 1 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CSeqSynthAnimDesc": { - "fields": { - "m_activityArray": 40, - "m_flags": 16, - "m_nLocalBaseReference": 36, - "m_nLocalBoneMask": 38, - "m_sName": 0, - "m_transition": 28 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CSeqTransition": { - "fields": { - "m_flFadeInTime": 0, - "m_flFadeOutTime": 4 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CSequenceFinishedAnimTag": { - "fields": { - "m_sequenceName": 80 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - }, - { - "name": "MPropertyFriendlyName", - "type": "Unknown" - } - ], - "parent": "CAnimTagBase" - }, - "CSequenceGroupData": { - "fields": { - "m_keyValues": 272, - "m_localBoneMaskArray": 160, - "m_localBoneNameArray": 208, - "m_localCmdSeqDescArray": 136, - "m_localIKAutoplayLockArray": 288, - "m_localMultiSeqDescArray": 88, - "m_localNodeName": 232, - "m_localPoseParamArray": 248, - "m_localS1SeqDescArray": 64, - "m_localScaleSetArray": 184, - "m_localSequenceNameArray": 40, - "m_localSynthAnimDescArray": 112, - "m_nFlags": 32, - "m_sName": 16 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CSequenceUpdateNode": { - "fields": { - "m_bLoop": 160, - "m_duration": 156, - "m_hSequence": 148, - "m_paramSpans": 96, - "m_playbackSpeed": 152, - "m_tags": 120 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CLeafUpdateNode" - }, - "CSetFacingUpdateNode": { - "fields": { - "m_bResetChild": 108, - "m_facingMode": 104 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CUnaryUpdateNode" - }, - "CSetParameterActionUpdater": { - "fields": { - "m_hParam": 24, - "m_value": 26 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CAnimActionUpdater" - }, - "CSingleFrameUpdateNode": { - "fields": { - "m_actions": 88, - "m_flCycle": 120, - "m_hPoseCacheHandle": 112, - "m_hSequence": 116 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CLeafUpdateNode" - }, - "CSlopeComponentUpdater": { - "fields": { - "m_flTraceDistance": 52, - "m_hSlopeAngle": 56, - "m_hSlopeAngleFront": 58, - "m_hSlopeAngleSide": 60, - "m_hSlopeHeading": 62, - "m_hSlopeNormal": 64, - "m_hSlopeNormal_WorldSpace": 66 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CAnimComponentUpdater" - }, - "CSlowDownOnSlopesUpdateNode": { - "fields": { - "m_flSlowDownStrength": 104 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CUnaryUpdateNode" - }, - "CSolveIKChainUpdateNode": { - "fields": { - "m_opFixedData": 128, - "m_targetHandles": 104 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CUnaryUpdateNode" - }, - "CSolveIKTargetHandle_t": { - "fields": { - "m_orientationHandle": 2, - "m_positionHandle": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CSpeedScaleUpdateNode": { - "fields": { - "m_paramIndex": 104 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CUnaryUpdateNode" - }, - "CStanceOverrideUpdateNode": { - "fields": { - "m_eMode": 148, - "m_footStanceInfo": 104, - "m_hParameter": 144, - "m_pStanceSourceNode": 128 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CUnaryUpdateNode" - }, - "CStanceScaleUpdateNode": { - "fields": { - "m_hParam": 104 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CUnaryUpdateNode" - }, - "CStateActionUpdater": { - "fields": { - "m_eBehavior": 8, - "m_pAction": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CStateMachineComponentUpdater": { - "fields": { - "m_stateMachine": 48 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CAnimComponentUpdater" - }, - "CStateMachineUpdateNode": { - "fields": { - "m_bBlockWaningTags": 244, - "m_bLockStateWhenWaning": 245, - "m_stateData": 192, - "m_stateMachine": 104, - "m_transitionData": 216 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CAnimUpdateNodeBase" - }, - "CStateNodeStateData": { - "fields": { - "m_bExclusiveRootMotion": 0, - "m_pChild": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CStateNodeTransitionData": { - "fields": { - "m_bReset": 0, - "m_blendDuration": 8, - "m_curve": 0, - "m_resetCycleOption": 0, - "m_resetCycleValue": 16 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CStateUpdateData": { - "fields": { - "m_actions": 40, - "m_bIsEndState": 0, - "m_bIsPassthrough": 0, - "m_bIsStartState": 0, - "m_hScript": 8, - "m_name": 0, - "m_stateID": 64, - "m_transitionIndices": 16 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CStaticPoseCache": { - "fields": { - "m_nBoneCount": 40, - "m_nMorphCount": 44, - "m_poses": 16 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CStaticPoseCacheBuilder": { - "fields": {}, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CStaticPoseCache" - }, - "CStepsRemainingMetricEvaluator": { - "fields": { - "m_flMinStepsRemaining": 104, - "m_footIndices": 80 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CMotionMetricEvaluator" - }, - "CStopAtGoalUpdateNode": { - "fields": { - "m_damping": 128, - "m_flInnerRadius": 112, - "m_flMaxScale": 116, - "m_flMinScale": 120, - "m_flOuterRadius": 108 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CUnaryUpdateNode" - }, - "CStringAnimTag": { - "fields": {}, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - }, - { - "name": "MPropertyFriendlyName", - "type": "Unknown" - } - ], - "parent": "CAnimTagBase" - }, - "CSubtractUpdateNode": { - "fields": { - "m_bApplyChannelsSeparately": 141, - "m_bApplyToFootMotion": 140, - "m_bUseModelSpace": 142, - "m_footMotionTiming": 136 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CBinaryUpdateNode" - }, - "CSymbolAnimParameter": { - "fields": { - "m_defaultValue": 112 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - }, - { - "name": "MPropertyFriendlyName", - "type": "Unknown" - } - ], - "parent": "CConcreteAnimParameter" - }, - "CTaskStatusAnimTag": { - "fields": {}, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - }, - { - "name": "MPropertyFriendlyName", - "type": "Unknown" - } - ], - "parent": "CAnimTagBase" - }, - "CTiltTwistConstraint": { - "fields": { - "m_nSlaveAxis": 116, - "m_nTargetAxis": 112 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CBaseConstraint" - }, - "CTimeRemainingMetricEvaluator": { - "fields": { - "m_bFilterByTimeRemaining": 88, - "m_bMatchByTimeRemaining": 80, - "m_flMaxTimeRemaining": 84, - "m_flMinTimeRemaining": 92 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CMotionMetricEvaluator" - }, - "CToggleComponentActionUpdater": { - "fields": { - "m_bSetEnabled": 28, - "m_componentID": 24 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CAnimActionUpdater" - }, - "CTransitionUpdateData": { - "fields": { - "m_bDisabled": 0, - "m_destStateIndex": 1, - "m_srcStateIndex": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CTurnHelperUpdateNode": { - "fields": { - "m_bMatchChildDuration": 120, - "m_bUseManualTurnOffset": 128, - "m_facingTarget": 108, - "m_manualTurnOffset": 124, - "m_turnDuration": 116, - "m_turnStartTimeOffset": 112 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CUnaryUpdateNode" - }, - "CTwistConstraint": { - "fields": { - "m_bInverse": 112, - "m_qChildBindRotation": 144, - "m_qParentBindRotation": 128 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CBaseConstraint" - }, - "CTwoBoneIKUpdateNode": { - "fields": { - "m_opFixedData": 112 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CUnaryUpdateNode" - }, - "CUnaryUpdateNode": { - "fields": { - "m_pChildNode": 88 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CAnimUpdateNodeBase" - }, - "CVPhysXSurfacePropertiesList": { - "fields": { - "m_surfacePropertiesList": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CVectorAnimParameter": { - "fields": { - "m_bInterpolate": 124, - "m_defaultValue": 112 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - }, - { - "name": "MPropertyFriendlyName", - "type": "Unknown" - } - ], - "parent": "CConcreteAnimParameter" - }, - "CVectorQuantizer": { - "fields": { - "m_centroidVectors": 0, - "m_nCentroids": 24, - "m_nDimensions": 28 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CVirtualAnimParameter": { - "fields": { - "m_eParamType": 112, - "m_expressionString": 104 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CAnimParameterBase" - }, - "CWayPointHelperUpdateNode": { - "fields": { - "m_bOnlyGoals": 116, - "m_bPreventOvershoot": 117, - "m_bPreventUndershoot": 118, - "m_flEndCycle": 112, - "m_flStartCycle": 108 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CUnaryUpdateNode" - }, - "CZeroPoseUpdateNode": { - "fields": {}, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CLeafUpdateNode" - }, - "ChainToSolveData_t": { - "fields": { - "m_DebugSetting": 56, - "m_SolverSettings": 4, - "m_TargetSettings": 16, - "m_flDebugNormalizedValue": 60, - "m_nChainIndex": 0, - "m_vDebugOffset": 64 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "ConfigIndex": { - "fields": { - "m_nConfig": 2, - "m_nGroup": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "DynamicMeshDeformParams_t": { - "fields": { - "m_bComputeDynamicMeshTensionAfterAnimation": 9, - "m_bRecomputeSmoothNormalsAfterAnimation": 8, - "m_flTensionCompressScale": 0, - "m_flTensionStretchScale": 4 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "FollowAttachmentSettings_t": { - "fields": { - "m_attachment": 0, - "m_bMatchRotation": 133, - "m_bMatchTranslation": 132, - "m_boneIndex": 128 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "FootFixedData_t": { - "fields": { - "m_flMaxIKLength": 48, - "m_flMaxRotationLeft": 60, - "m_flMaxRotationRight": 64, - "m_ikChainIndex": 44, - "m_nAnkleBoneIndex": 36, - "m_nFootIndex": 52, - "m_nIKAnchorBoneIndex": 40, - "m_nTagIndex": 56, - "m_nTargetBoneIndex": 32, - "m_vHeelOffset": 16, - "m_vToeOffset": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "FootFixedSettings": { - "fields": { - "m_bEnableTracing": 48, - "m_flFootBaseLength": 32, - "m_flMaxRotationLeft": 36, - "m_flMaxRotationRight": 40, - "m_flTraceAngleBlend": 52, - "m_footstepLandedTagIndex": 44, - "m_nDisableTagIndex": 56, - "m_nFootIndex": 60, - "m_traceSettings": 0, - "m_vFootBaseBindPosePositionMS": 16 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "FootLockPoseOpFixedSettings": { - "fields": { - "m_bAlwaysUseFallbackHinge": 50, - "m_bApplyFootRotationLimits": 51, - "m_bApplyHipDrop": 49, - "m_bApplyLegTwistLimits": 52, - "m_bApplyTilt": 48, - "m_bEnableLockBreaking": 68, - "m_bEnableStretching": 80, - "m_flExtensionScale": 60, - "m_flLockBlendTime": 76, - "m_flLockBreakTolerance": 72, - "m_flMaxFootHeight": 56, - "m_flMaxLegTwist": 64, - "m_flMaxStretchAmount": 84, - "m_flStretchExtensionScale": 88, - "m_footInfo": 0, - "m_hipDampingSettings": 24, - "m_ikSolverType": 44, - "m_nHipBoneIndex": 40 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "FootPinningPoseOpFixedData_t": { - "fields": { - "m_bApplyFootRotationLimits": 41, - "m_bApplyLegTwistLimits": 40, - "m_flBlendTime": 24, - "m_flLockBreakDistance": 28, - "m_flMaxLegTwist": 32, - "m_footInfo": 0, - "m_nHipBoneIndex": 36 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "FootStepTrigger": { - "fields": { - "m_nFootIndex": 24, - "m_tags": 0, - "m_triggerPhase": 28 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "HitReactFixedSettings_t": { - "fields": { - "m_flCounterRotationScale": 20, - "m_flDistanceFadeScale": 24, - "m_flHipBoneTranslationScale": 52, - "m_flHipDipDelay": 64, - "m_flHipDipImpactScale": 60, - "m_flHipDipSpringStrength": 56, - "m_flMaxAngleRadians": 44, - "m_flMaxImpactForce": 8, - "m_flMinImpactForce": 12, - "m_flPropagationScale": 28, - "m_flSpringStrength": 36, - "m_flWhipDelay": 32, - "m_flWhipImpactScale": 16, - "m_flWhipSpringStrength": 40, - "m_nEffectedBoneCount": 4, - "m_nHipBoneIndex": 48, - "m_nWeightListIndex": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "IKDemoCaptureSettings_t": { - "fields": { - "m_eMode": 8, - "m_ikChainName": 16, - "m_oneBoneEnd": 32, - "m_oneBoneStart": 24, - "m_parentBoneName": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "JiggleBoneSettingsList_t": { - "fields": { - "m_boneSettings": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "JiggleBoneSettings_t": { - "fields": { - "m_eSimSpace": 40, - "m_flDamping": 12, - "m_flMaxTimeStep": 8, - "m_flSpringStrength": 4, - "m_nBoneIndex": 0, - "m_vBoundsMaxLS": 16, - "m_vBoundsMinLS": 28 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "LookAtBone_t": { - "fields": { - "m_index": 0, - "m_weight": 4 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "LookAtOpFixedSettings_t": { - "fields": { - "m_attachment": 0, - "m_bMaintainUpDirection": 185, - "m_bRotateYawForward": 184, - "m_bTargetIsPosition": 186, - "m_bUseHysteresis": 187, - "m_bones": 144, - "m_damping": 128, - "m_flHysteresisInnerAngle": 176, - "m_flHysteresisOuterAngle": 180, - "m_flPitchLimit": 172, - "m_flYawLimit": 168 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "MaterialGroup_t": { - "fields": { - "m_materials": 8, - "m_name": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "ModelBoneFlexDriverControl_t": { - "fields": { - "m_flMax": 24, - "m_flMin": 20, - "m_flexController": 8, - "m_flexControllerToken": 16, - "m_nBoneComponent": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "ModelBoneFlexDriver_t": { - "fields": { - "m_boneName": 0, - "m_boneNameToken": 8, - "m_controls": 16 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "ModelSkeletonData_t": { - "fields": { - "m_boneName": 0, - "m_bonePosParent": 96, - "m_boneRotParent": 120, - "m_boneScaleParent": 144, - "m_boneSphere": 48, - "m_nFlag": 72, - "m_nParent": 24 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "MoodAnimationLayer_t": { - "fields": { - "m_bActiveListening": 8, - "m_bActiveTalking": 9, - "m_bScaleWithInts": 56, - "m_flDurationScale": 48, - "m_flEndOffset": 76, - "m_flFadeIn": 84, - "m_flFadeOut": 88, - "m_flIntensity": 40, - "m_flNextStart": 60, - "m_flStartOffset": 68, - "m_layerAnimations": 16, - "m_sName": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - }, - { - "name": "MPropertyArrayElementNameKey", - "type": "Unknown" - } - ], - "parent": null - }, - "MoodAnimation_t": { - "fields": { - "m_flWeight": 8, - "m_sName": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - }, - { - "name": "MPropertyArrayElementNameKey", - "type": "Unknown" - } - ], - "parent": null - }, - "MotionBlendItem": { - "fields": { - "m_flKeyValue": 8, - "m_pChild": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "MotionDBIndex": { - "fields": { - "m_nIndex": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "MotionIndex": { - "fields": { - "m_nGroup": 0, - "m_nMotion": 2 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "NmCompressionSettings_t": { - "fields": { - "m_bIsRotationStatic": 48, - "m_bIsScaleStatic": 50, - "m_bIsTranslationStatic": 49, - "m_constantRotation": 32, - "m_scaleRange": 24, - "m_translationRangeX": 0, - "m_translationRangeY": 8, - "m_translationRangeZ": 16 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "NmCompressionSettings_t__QuantizationRange_t": { - "fields": { - "m_flRangeLength": 4, - "m_flRangeStart": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "NmPercent_t": { - "fields": { - "m_flValue": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "NmSyncTrackTimeRange_t": { - "fields": { - "m_endTime": 8, - "m_startTime": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "NmSyncTrackTime_t": { - "fields": { - "m_nEventIdx": 0, - "m_percentageThrough": 4 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "ParamSpanSample_t": { - "fields": { - "m_flCycle": 20, - "m_value": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "ParamSpan_t": { - "fields": { - "m_eParamType": 26, - "m_flEndCycle": 32, - "m_flStartCycle": 28, - "m_hParam": 24, - "m_samples": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "PermModelDataAnimatedMaterialAttribute_t": { - "fields": { - "m_AttributeName": 0, - "m_nNumChannels": 8 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "PermModelData_t": { - "fields": { - "m_AnimatedMaterialAttributes": 688, - "m_BodyGroupsHiddenInTools": 640, - "m_ExtParts": 96, - "m_boneFlexDrivers": 608, - "m_lodGroupSwitchDistances": 216, - "m_materialGroups": 360, - "m_meshGroups": 336, - "m_modelInfo": 8, - "m_modelSkeleton": 392, - "m_nDefaultMeshGroupMask": 384, - "m_name": 0, - "m_pModelConfigList": 632, - "m_refAnimGroups": 288, - "m_refAnimIncludeModels": 664, - "m_refLODGroupMasks": 192, - "m_refMeshGroupMasks": 144, - "m_refMeshes": 120, - "m_refPhysGroupMasks": 168, - "m_refPhysicsData": 240, - "m_refPhysicsHitboxData": 264, - "m_refSequenceGroups": 312, - "m_remappingTable": 560, - "m_remappingTableStarts": 584 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "PermModelExtPart_t": { - "fields": { - "m_Name": 32, - "m_Transform": 0, - "m_nParent": 40, - "m_refModel": 48 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "PermModelInfo_t": { - "fields": { - "m_flMass": 52, - "m_flMaxEyeDeflection": 68, - "m_keyValueText": 80, - "m_nFlags": 0, - "m_sSurfaceProperty": 72, - "m_vEyePosition": 56, - "m_vHullMax": 16, - "m_vHullMin": 4, - "m_vViewMax": 40, - "m_vViewMin": 28 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "PhysSoftbodyDesc_t": { - "fields": { - "m_Capsules": 72, - "m_InitPose": 96, - "m_ParticleBoneHash": 0, - "m_ParticleBoneName": 120, - "m_Particles": 24, - "m_Springs": 48 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "RenderHairStrandInfo_t": { - "fields": { - "m_nBaseTriIdx": 12, - "m_nGuideIdx": 0, - "m_nPackedBaseMeshUv": 40, - "m_nPad": 44, - "m_vBaseBarycentric": 24, - "m_vGuideBarycentric": 16, - "m_vRootOffset_flLengthScale": 32 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "RenderSkeletonBone_t": { - "fields": { - "m_bbox": 64, - "m_boneName": 0, - "m_flSphereRadius": 88, - "m_invBindPose": 16, - "m_parentName": 8 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "SampleCode": { - "fields": { - "m_subCode": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "ScriptInfo_t": { - "fields": { - "m_code": 0, - "m_eScriptType": 80, - "m_paramsModified": 8, - "m_proxyReadParams": 32, - "m_proxyWriteParams": 56 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "SkeletonAnimCapture_t": { - "fields": { - "m_CaptureName": 40, - "m_FeModelInitPose": 72, - "m_Frames": 168, - "m_ImportedCollision": 8, - "m_ModelBindPose": 48, - "m_ModelName": 32, - "m_bPredicted": 100, - "m_nEntIndex": 0, - "m_nEntParent": 4, - "m_nFlexControllers": 96 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "SkeletonAnimCapture_t__Bone_t": { - "fields": { - "m_BindPose": 16, - "m_Name": 0, - "m_nParent": 48 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "SkeletonAnimCapture_t__Camera_t": { - "fields": { - "m_flTime": 32, - "m_tmCamera": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "SkeletonAnimCapture_t__FrameStamp_t": { - "fields": { - "m_bPredicted": 9, - "m_bTeleportTick": 8, - "m_flCurTime": 12, - "m_flEntitySimTime": 4, - "m_flRealTime": 16, - "m_flTime": 0, - "m_nFrameCount": 20, - "m_nTickCount": 24 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "SkeletonAnimCapture_t__Frame_t": { - "fields": { - "m_CompositeBones": 72, - "m_FeModelAnims": 120, - "m_FeModelPos": 144, - "m_FlexControllerWeights": 168, - "m_SimStateBones": 96, - "m_Stamp": 4, - "m_Transform": 32, - "m_bTeleport": 64, - "m_flTime": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "SkeletonBoneBounds_t": { - "fields": { - "m_vecCenter": 0, - "m_vecSize": 12 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "SkeletonDemoDb_t": { - "fields": { - "m_AnimCaptures": 0, - "m_CameraTrack": 24, - "m_flRecordingTime": 48 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "SolveIKChainPoseOpFixedSettings_t": { - "fields": { - "m_ChainsToSolveData": 0, - "m_bMatchTargetOrientation": 24 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "StanceInfo_t": { - "fields": { - "m_flDirection": 12, - "m_vPosition": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "TagSpan_t": { - "fields": { - "m_endCycle": 8, - "m_startCycle": 4, - "m_tagIndex": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "TraceSettings_t": { - "fields": { - "m_flTraceHeight": 0, - "m_flTraceRadius": 4 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "TwoBoneIKSettings_t": { - "fields": { - "m_bAlwaysUseFallbackHinge": 296, - "m_bConstrainTwist": 333, - "m_bMatchTargetOrientation": 332, - "m_endEffectorAttachment": 16, - "m_endEffectorType": 0, - "m_flMaxTwist": 336, - "m_hPositionParam": 292, - "m_hRotationParam": 294, - "m_nEndBoneIndex": 328, - "m_nFixedBoneIndex": 320, - "m_nMiddleBoneIndex": 324, - "m_targetAttachment": 160, - "m_targetBoneIndex": 288, - "m_targetType": 144, - "m_vLsFallbackHingeAxis": 304 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "VPhysXAggregateData_t": { - "fields": { - "m_bindPose": 104, - "m_boneNames": 32, - "m_boneParents": 208, - "m_bonesHash": 8, - "m_collisionAttributes": 256, - "m_constraints2": 152, - "m_debugPartNames": 280, - "m_embeddedKeyvalues": 304, - "m_indexHash": 80, - "m_indexNames": 56, - "m_joints": 176, - "m_nFlags": 0, - "m_nRefCounter": 2, - "m_pFeModel": 200, - "m_parts": 128, - "m_surfacePropertyHashes": 232 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "VPhysXBodyPart_t": { - "fields": { - "m_bOverrideMassCenter": 144, - "m_flAngularDamping": 140, - "m_flInertiaScale": 132, - "m_flLinearDamping": 136, - "m_flMass": 4, - "m_nCollisionAttributeIndex": 128, - "m_nFlags": 0, - "m_nReserved": 130, - "m_rnShape": 8, - "m_vMassCenterOverride": 148 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "VPhysXCollisionAttributes_t": { - "fields": { - "m_CollisionGroup": 0, - "m_CollisionGroupString": 80, - "m_InteractAs": 8, - "m_InteractAsStrings": 88, - "m_InteractExclude": 56, - "m_InteractExcludeStrings": 136, - "m_InteractWith": 32, - "m_InteractWithStrings": 112 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "VPhysXConstraint2_t": { - "fields": { - "m_nChild": 6, - "m_nFlags": 0, - "m_nParent": 4, - "m_params": 8 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "VPhysXConstraintParams_t": { - "fields": { - "m_anchor": 4, - "m_axes": 28, - "m_driveDampingSlerp": 232, - "m_driveDampingSwing": 228, - "m_driveDampingTwist": 224, - "m_driveDampingX": 200, - "m_driveDampingY": 204, - "m_driveDampingZ": 208, - "m_driveSpringSlerp": 220, - "m_driveSpringSwing": 216, - "m_driveSpringTwist": 212, - "m_driveSpringX": 188, - "m_driveSpringY": 192, - "m_driveSpringZ": 196, - "m_goalAngularVelocity": 176, - "m_goalOrientation": 160, - "m_goalPosition": 148, - "m_linearLimitDamping": 80, - "m_linearLimitRestitution": 72, - "m_linearLimitSpring": 76, - "m_linearLimitValue": 68, - "m_maxForce": 60, - "m_maxTorque": 64, - "m_nFlags": 3, - "m_nRotateMotion": 2, - "m_nTranslateMotion": 1, - "m_nType": 0, - "m_projectionAngularTolerance": 244, - "m_projectionLinearTolerance": 240, - "m_solverIterationCount": 236, - "m_swing1LimitDamping": 128, - "m_swing1LimitRestitution": 120, - "m_swing1LimitSpring": 124, - "m_swing1LimitValue": 116, - "m_swing2LimitDamping": 144, - "m_swing2LimitRestitution": 136, - "m_swing2LimitSpring": 140, - "m_swing2LimitValue": 132, - "m_twistHighLimitDamping": 112, - "m_twistHighLimitRestitution": 104, - "m_twistHighLimitSpring": 108, - "m_twistHighLimitValue": 100, - "m_twistLowLimitDamping": 96, - "m_twistLowLimitRestitution": 88, - "m_twistLowLimitSpring": 92, - "m_twistLowLimitValue": 84 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "VPhysXJoint_t": { - "fields": { - "m_Frame1": 16, - "m_Frame2": 48, - "m_LinearLimit": 84, - "m_SwingLimit": 116, - "m_TwistLimit": 128, - "m_bEnableAngularMotor": 136, - "m_bEnableCollision": 80, - "m_bEnableLinearLimit": 81, - "m_bEnableLinearMotor": 92, - "m_bEnableSwingLimit": 112, - "m_bEnableTwistLimit": 124, - "m_flAngularDampingRatio": 168, - "m_flAngularFrequency": 164, - "m_flFriction": 172, - "m_flLinearDampingRatio": 160, - "m_flLinearFrequency": 156, - "m_flMaxForce": 108, - "m_flMaxTorque": 152, - "m_nBody1": 2, - "m_nBody2": 4, - "m_nFlags": 6, - "m_nType": 0, - "m_vAngularTargetVelocity": 140, - "m_vLinearTargetVelocity": 96 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "VPhysXRange_t": { - "fields": { - "m_flMax": 4, - "m_flMin": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "VPhysics2ShapeDef_t": { - "fields": { - "m_CollisionAttributeIndices": 96, - "m_capsules": 24, - "m_hulls": 48, - "m_meshes": 72, - "m_spheres": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "WeightList": { - "fields": { - "m_name": 0, - "m_weights": 8 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - } - }, - "enums": {} - } -} \ No newline at end of file diff --git a/output/linux/libanimationsystem.so.rs b/output/linux/libanimationsystem.so.rs deleted file mode 100644 index 31c2e5f..0000000 --- a/output/linux/libanimationsystem.so.rs +++ /dev/null @@ -1,4088 +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: libanimationsystem.so - // Classes count: 353 - // Enums count: 0 - pub mod libanimationsystem { - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod BoneDemoCaptureSettings_t { - pub const m_boneName: usize = 0x0; // CUtlString - pub const m_flChainLength: usize = 0x8; // float32 - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod IKDemoCaptureSettings_t { - pub const m_parentBoneName: usize = 0x0; // CUtlString - pub const m_eMode: usize = 0x8; // IKChannelMode - pub const m_ikChainName: usize = 0x10; // CUtlString - pub const m_oneBoneStart: usize = 0x18; // CUtlString - pub const m_oneBoneEnd: usize = 0x20; // CUtlString - } - // Parent: None - // Fields count: 16 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CAnimDemoCaptureSettings { - pub const m_rangeBoneChainLength: usize = 0x0; // Vector2D - pub const m_rangeMaxSplineErrorRotation: usize = 0x8; // Vector2D - pub const m_flMaxSplineErrorTranslation: usize = 0x10; // float32 - pub const m_flMaxSplineErrorScale: usize = 0x14; // float32 - pub const m_flIkRotation_MaxSplineError: usize = 0x18; // float32 - pub const m_flIkTranslation_MaxSplineError: usize = 0x1C; // float32 - pub const m_flMaxQuantizationErrorRotation: usize = 0x20; // float32 - pub const m_flMaxQuantizationErrorTranslation: usize = 0x24; // float32 - pub const m_flMaxQuantizationErrorScale: usize = 0x28; // float32 - pub const m_flIkRotation_MaxQuantizationError: usize = 0x2C; // float32 - pub const m_flIkTranslation_MaxQuantizationError: usize = 0x30; // float32 - pub const m_baseSequence: usize = 0x38; // CUtlString - pub const m_nBaseSequenceFrame: usize = 0x40; // int32 - pub const m_boneSelectionMode: usize = 0x44; // EDemoBoneSelectionMode - pub const m_bones: usize = 0x48; // CUtlVector - pub const m_ikChains: usize = 0x60; // CUtlVector - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CAnimReplayFrame { - pub const m_inputDataBlocks: usize = 0x10; // CUtlVector - pub const m_instanceData: usize = 0x28; // CUtlBinaryBlock - pub const m_startingLocalToWorldTransform: usize = 0x40; // CTransform - pub const m_localToWorldTransform: usize = 0x60; // CTransform - pub const m_timeStamp: usize = 0x80; // float32 - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CAnimGraphDebugReplay { - pub const m_animGraphFileName: usize = 0x40; // CUtlString - pub const m_frameList: usize = 0x48; // CUtlVector> - pub const m_startIndex: usize = 0x60; // int32 - pub const m_writeIndex: usize = 0x64; // int32 - pub const m_frameCount: usize = 0x68; // int32 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CAnimGraphModelBinding { - pub const m_modelName: usize = 0x8; // CUtlString - pub const m_pSharedData: usize = 0x10; // CSmartPtr - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyFriendlyName - pub mod CAnimInputDamping { - pub const m_speedFunction: usize = 0x8; // DampingSpeedFunction - pub const m_fSpeedScale: usize = 0xC; // float32 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CAnimParamHandle { - pub const m_type: usize = 0x0; // AnimParamType_t - pub const m_index: usize = 0x1; // uint8 - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CAnimParamHandleMap { - pub const m_list: usize = 0x0; // CUtlHashtable - } - // Parent: None - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CAnimParameterManagerUpdater { - pub const m_parameters: usize = 0x18; // CUtlVector> - pub const m_idToIndexMap: usize = 0x30; // CUtlHashtable - pub const m_nameToIndexMap: usize = 0x50; // CUtlHashtable - pub const m_indexToHandle: usize = 0x70; // CUtlVector - pub const m_autoResetParams: usize = 0x88; // CUtlVector> - pub const m_autoResetMap: usize = 0xA0; // CUtlHashtable - } - // Parent: None - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CAnimUpdateSharedData { - pub const m_nodes: usize = 0x10; // CUtlVector> - pub const m_nodeIndexMap: usize = 0x28; // CUtlHashtable - pub const m_components: usize = 0x48; // CUtlVector> - pub const m_pParamListUpdater: usize = 0x60; // CSmartPtr - pub const m_pTagManagerUpdater: usize = 0x68; // CSmartPtr - pub const m_scriptManager: usize = 0x70; // CSmartPtr - pub const m_settings: usize = 0x78; // CAnimGraphSettingsManager - pub const m_pStaticPoseCache: usize = 0xA8; // CSmartPtr - pub const m_pSkeleton: usize = 0xB0; // CSmartPtr - pub const m_rootNodePath: usize = 0xB8; // CAnimNodePath - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CBlendCurve { - pub const m_flControlPoint1: usize = 0x0; // float32 - pub const m_flControlPoint2: usize = 0x4; // float32 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod ParamSpanSample_t { - pub const m_value: usize = 0x0; // CAnimVariant - pub const m_flCycle: usize = 0x14; // float32 - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod ParamSpan_t { - pub const m_samples: usize = 0x0; // CUtlVector - pub const m_hParam: usize = 0x18; // CAnimParamHandle - pub const m_eParamType: usize = 0x1A; // AnimParamType_t - pub const m_flStartCycle: usize = 0x1C; // float32 - pub const m_flEndCycle: usize = 0x20; // float32 - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CParamSpanUpdater { - pub const m_spans: usize = 0x0; // CUtlVector - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CAnimGraphSettingsGroup { - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CAnimGraphSettingsManager { - pub const m_settingsGroups: usize = 0x18; // CUtlVector> - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CCachedPose { - pub const m_transforms: usize = 0x8; // CUtlVector - pub const m_morphWeights: usize = 0x20; // CUtlVector - pub const m_hSequence: usize = 0x38; // HSequence - pub const m_flCycle: usize = 0x3C; // float32 - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CStaticPoseCache { - pub const m_poses: usize = 0x10; // CUtlVector - pub const m_nBoneCount: usize = 0x28; // int32 - pub const m_nMorphCount: usize = 0x2C; // int32 - } - // Parent: CStaticPoseCache - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CStaticPoseCacheBuilder { - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CAnimActionUpdater { - } - // Parent: CAnimActionUpdater - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CEmitTagActionUpdater { - pub const m_nTagIndex: usize = 0x18; // int32 - pub const m_bIsZeroDuration: usize = 0x1C; // bool - } - // Parent: CAnimActionUpdater - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CSetParameterActionUpdater { - pub const m_hParam: usize = 0x18; // CAnimParamHandle - pub const m_value: usize = 0x1A; // CAnimVariant - } - // Parent: CAnimActionUpdater - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CToggleComponentActionUpdater { - pub const m_componentID: usize = 0x18; // AnimComponentID - pub const m_bSetEnabled: usize = 0x1C; // bool - } - // Parent: CAnimActionUpdater - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CExpressionActionUpdater { - pub const m_hParam: usize = 0x18; // CAnimParamHandle - pub const m_eParamType: usize = 0x1A; // AnimParamType_t - pub const m_hScript: usize = 0x1C; // AnimScriptHandle - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CAnimTagBase { - pub const m_name: usize = 0x18; // CGlobalSymbol - pub const m_group: usize = 0x20; // CGlobalSymbol - pub const m_tagID: usize = 0x28; // AnimTagID - pub const m_bIsReferenced: usize = 0x40; // bool - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CAnimTagManagerUpdater { - pub const m_tags: usize = 0x18; // CUtlVector> - } - // Parent: CAnimTagBase - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyFriendlyName - pub mod CAudioAnimTag { - pub const m_clipName: usize = 0x50; // CUtlString - pub const m_attachmentName: usize = 0x58; // CUtlString - pub const m_flVolume: usize = 0x60; // float32 - pub const m_bStopWhenTagEnds: usize = 0x64; // bool - pub const m_bStopWhenGraphEnds: usize = 0x65; // bool - pub const m_bPlayOnServer: usize = 0x66; // bool - pub const m_bPlayOnClient: usize = 0x67; // bool - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyFriendlyName - // MPropertyElementNameFn - pub mod CBodyGroupSetting { - pub const m_BodyGroupName: usize = 0x0; // CUtlString - pub const m_nBodyGroupOption: usize = 0x8; // int32 - } - // Parent: CAnimTagBase - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyFriendlyName - pub mod CBodyGroupAnimTag { - pub const m_nPriority: usize = 0x50; // int32 - pub const m_bodyGroupSettings: usize = 0x58; // CUtlVector - } - // Parent: CAnimTagBase - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyFriendlyName - pub mod CClothSettingsAnimTag { - pub const m_flStiffness: usize = 0x50; // float32 - pub const m_flEaseIn: usize = 0x54; // float32 - pub const m_flEaseOut: usize = 0x58; // float32 - pub const m_nVertexSet: usize = 0x60; // CUtlString - } - // Parent: CAnimTagBase - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyFriendlyName - pub mod CFootFallAnimTag { - pub const m_foot: usize = 0x50; // FootFallTagFoot_t - } - // Parent: CAnimTagBase - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyFriendlyName - pub mod CFootstepLandedAnimTag { - pub const m_FootstepType: usize = 0x50; // FootstepLandedFootSoundType_t - pub const m_OverrideSoundName: usize = 0x58; // CUtlString - pub const m_DebugAnimSourceString: usize = 0x60; // CUtlString - pub const m_BoneName: usize = 0x68; // CUtlString - } - // Parent: CAnimTagBase - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyFriendlyName - pub mod CMaterialAttributeAnimTag { - pub const m_AttributeName: usize = 0x50; // CUtlString - pub const m_AttributeType: usize = 0x58; // MatterialAttributeTagType_t - pub const m_flValue: usize = 0x5C; // float32 - pub const m_Color: usize = 0x60; // Color - } - // Parent: CAnimTagBase - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyFriendlyName - pub mod CParticleAnimTag { - pub const m_hParticleSystem: usize = 0x50; // CStrongHandle - pub const m_particleSystemName: usize = 0x58; // CUtlString - pub const m_configName: usize = 0x60; // CUtlString - pub const m_bDetachFromOwner: usize = 0x68; // bool - pub const m_bStopWhenTagEnds: usize = 0x69; // bool - pub const m_bTagEndStopIsInstant: usize = 0x6A; // bool - pub const m_attachmentName: usize = 0x70; // CUtlString - pub const m_attachmentType: usize = 0x78; // ParticleAttachment_t - pub const m_attachmentCP1Name: usize = 0x80; // CUtlString - pub const m_attachmentCP1Type: usize = 0x88; // ParticleAttachment_t - } - // Parent: CAnimTagBase - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyFriendlyName - pub mod CRagdollAnimTag { - pub const m_nPoseControl: usize = 0x50; // AnimPoseControl - pub const m_flFrequency: usize = 0x54; // float32 - pub const m_flDampingRatio: usize = 0x58; // float32 - pub const m_flDecayDuration: usize = 0x5C; // float32 - pub const m_flDecayBias: usize = 0x60; // float32 - pub const m_bDestroy: usize = 0x64; // bool - } - // Parent: CAnimTagBase - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyFriendlyName - pub mod CSequenceFinishedAnimTag { - pub const m_sequenceName: usize = 0x50; // CUtlString - } - // Parent: CAnimTagBase - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyFriendlyName - pub mod CStringAnimTag { - } - // Parent: CAnimTagBase - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyFriendlyName - pub mod CTaskStatusAnimTag { - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CAnimComponentUpdater { - pub const m_name: usize = 0x18; // CUtlString - pub const m_id: usize = 0x20; // AnimComponentID - pub const m_networkMode: usize = 0x24; // AnimNodeNetworkMode - pub const m_bStartEnabled: usize = 0x28; // bool - } - // Parent: CAnimComponentUpdater - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CAnimScriptComponentUpdater { - pub const m_hScript: usize = 0x30; // AnimScriptHandle - } - // Parent: CAnimComponentUpdater - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CCPPScriptComponentUpdater { - pub const m_scriptsToRun: usize = 0x30; // CUtlVector - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CDampedValueUpdateItem { - pub const m_damping: usize = 0x0; // CAnimInputDamping - pub const m_hParamIn: usize = 0x18; // CAnimParamHandle - pub const m_hParamOut: usize = 0x1A; // CAnimParamHandle - } - // Parent: CAnimComponentUpdater - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CDampedValueComponentUpdater { - pub const m_items: usize = 0x30; // CUtlVector - } - // Parent: CAnimComponentUpdater - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CDemoSettingsComponentUpdater { - pub const m_settings: usize = 0x30; // CAnimDemoCaptureSettings - } - // Parent: CAnimComponentUpdater - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CLODComponentUpdater { - pub const m_nServerLOD: usize = 0x30; // int32 - } - // Parent: CAnimComponentUpdater - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CLookComponentUpdater { - pub const m_hLookHeading: usize = 0x34; // CAnimParamHandle - pub const m_hLookHeadingVelocity: usize = 0x36; // CAnimParamHandle - pub const m_hLookPitch: usize = 0x38; // CAnimParamHandle - pub const m_hLookDistance: usize = 0x3A; // CAnimParamHandle - pub const m_hLookDirection: usize = 0x3C; // CAnimParamHandle - pub const m_hLookTarget: usize = 0x3E; // CAnimParamHandle - pub const m_hLookTargetWorldSpace: usize = 0x40; // CAnimParamHandle - pub const m_bNetworkLookTarget: usize = 0x42; // bool - } - // Parent: CAnimComponentUpdater - // Fields count: 9 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CMovementComponentUpdater { - pub const m_motors: usize = 0x30; // CUtlVector> - pub const m_facingDamping: usize = 0x48; // CAnimInputDamping - pub const m_eDefaultFacingMode: usize = 0x58; // FacingMode - pub const m_nDefaultMotorIndex: usize = 0x64; // int32 - pub const m_flDefaultRunSpeed: usize = 0x68; // float32 - pub const m_bMoveVarsDisabled: usize = 0x6C; // bool - pub const m_bNetworkPath: usize = 0x6D; // bool - pub const m_bNetworkFacing: usize = 0x6E; // bool - pub const m_paramHandles: usize = 0x6F; // CAnimParamHandle[30] - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod WeightList { - pub const m_name: usize = 0x0; // CUtlString - pub const m_weights: usize = 0x8; // CUtlVector - } - // Parent: CAnimComponentUpdater - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CRagdollComponentUpdater { - pub const m_ragdollNodePaths: usize = 0x30; // CUtlVector - pub const m_boneIndices: usize = 0x48; // CUtlVector - pub const m_boneNames: usize = 0x60; // CUtlVector - pub const m_weightLists: usize = 0x78; // CUtlVector - pub const m_flSpringFrequencyMin: usize = 0x90; // float32 - pub const m_flSpringFrequencyMax: usize = 0x94; // float32 - pub const m_flMaxStretch: usize = 0x98; // float32 - pub const m_bSolidCollisionAtZeroWeight: usize = 0x9C; // bool - } - // Parent: CAnimComponentUpdater - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CSlopeComponentUpdater { - pub const m_flTraceDistance: usize = 0x34; // float32 - pub const m_hSlopeAngle: usize = 0x38; // CAnimParamHandle - pub const m_hSlopeAngleFront: usize = 0x3A; // CAnimParamHandle - pub const m_hSlopeAngleSide: usize = 0x3C; // CAnimParamHandle - pub const m_hSlopeHeading: usize = 0x3E; // CAnimParamHandle - pub const m_hSlopeNormal: usize = 0x40; // CAnimParamHandle - pub const m_hSlopeNormal_WorldSpace: usize = 0x42; // CAnimParamHandle - } - // Parent: CAnimComponentUpdater - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CStateMachineComponentUpdater { - pub const m_stateMachine: usize = 0x30; // CAnimStateMachineUpdater - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CMotionDataSet { - pub const m_groups: usize = 0x0; // CUtlVector - pub const m_nDimensionCount: usize = 0x18; // int32 - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CMotionGraphGroup { - pub const m_searchDB: usize = 0x0; // CMotionSearchDB - pub const m_motionGraphs: usize = 0xB8; // CUtlVector> - pub const m_motionGraphConfigs: usize = 0xD0; // CUtlVector - pub const m_sampleToConfig: usize = 0xE8; // CUtlVector - pub const m_hIsActiveScript: usize = 0x100; // AnimScriptHandle - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod SampleCode { - pub const m_subCode: usize = 0x0; // uint8[8] - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod MotionDBIndex { - pub const m_nIndex: usize = 0x0; // uint32 - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CVectorQuantizer { - pub const m_centroidVectors: usize = 0x0; // CUtlVector - pub const m_nCentroids: usize = 0x18; // int32 - pub const m_nDimensions: usize = 0x1C; // int32 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CProductQuantizer { - pub const m_subQuantizers: usize = 0x0; // CUtlVector - pub const m_nDimensions: usize = 0x18; // int32 - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CMotionSearchNode { - pub const m_children: usize = 0x0; // CUtlVector - pub const m_quantizer: usize = 0x18; // CVectorQuantizer - pub const m_sampleCodes: usize = 0x38; // CUtlVector> - pub const m_sampleIndices: usize = 0x50; // CUtlVector> - pub const m_selectableSamples: usize = 0x68; // CUtlVector - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CMotionSearchDB { - pub const m_rootNode: usize = 0x0; // CMotionSearchNode - pub const m_residualQuantizer: usize = 0x80; // CProductQuantizer - pub const m_codeIndices: usize = 0xA0; // CUtlVector - } - // Parent: None - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CMotionGraph { - pub const m_paramSpans: usize = 0x10; // CParamSpanUpdater - pub const m_tags: usize = 0x28; // CUtlVector - pub const m_pRootNode: usize = 0x40; // CSmartPtr - pub const m_nParameterCount: usize = 0x48; // int32 - pub const m_nConfigStartIndex: usize = 0x4C; // int32 - pub const m_nConfigCount: usize = 0x50; // int32 - pub const m_bLoop: usize = 0x54; // bool - } - // Parent: CMotionGraph - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CEditableMotionGraph { - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CMotionNode { - pub const m_name: usize = 0x18; // CUtlString - pub const m_id: usize = 0x20; // AnimNodeID - } - // Parent: CMotionNode - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CMotionNodeSequence { - pub const m_tags: usize = 0x28; // CUtlVector - pub const m_hSequence: usize = 0x40; // HSequence - pub const m_flPlaybackSpeed: usize = 0x44; // float32 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod MotionBlendItem { - pub const m_pChild: usize = 0x0; // CSmartPtr - pub const m_flKeyValue: usize = 0x8; // float32 - } - // Parent: CMotionNode - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CMotionNodeBlend1D { - pub const m_blendItems: usize = 0x28; // CUtlVector - pub const m_nParamIndex: usize = 0x40; // int32 - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CMotionMetricEvaluator { - pub const m_means: usize = 0x18; // CUtlVector - pub const m_standardDeviations: usize = 0x30; // CUtlVector - pub const m_flWeight: usize = 0x48; // float32 - pub const m_nDimensionStartIndex: usize = 0x4C; // int32 - } - // Parent: CMotionMetricEvaluator - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CBlockSelectionMetricEvaluator { - } - // Parent: CMotionMetricEvaluator - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CBonePositionMetricEvaluator { - pub const m_nBoneIndex: usize = 0x50; // int32 - } - // Parent: CMotionMetricEvaluator - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CBoneVelocityMetricEvaluator { - pub const m_nBoneIndex: usize = 0x50; // int32 - } - // Parent: CMotionMetricEvaluator - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CCurrentRotationVelocityMetricEvaluator { - } - // Parent: CMotionMetricEvaluator - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CCurrentVelocityMetricEvaluator { - } - // Parent: CMotionMetricEvaluator - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CDistanceRemainingMetricEvaluator { - pub const m_flMaxDistance: usize = 0x50; // float32 - pub const m_flMinDistance: usize = 0x54; // float32 - pub const m_flStartGoalFilterDistance: usize = 0x58; // float32 - pub const m_flMaxGoalOvershootScale: usize = 0x5C; // float32 - pub const m_bFilterFixedMinDistance: usize = 0x60; // bool - pub const m_bFilterGoalDistance: usize = 0x61; // bool - pub const m_bFilterGoalOvershoot: usize = 0x62; // bool - } - // Parent: CMotionMetricEvaluator - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CFootCycleMetricEvaluator { - pub const m_footIndices: usize = 0x50; // CUtlVector - } - // Parent: CMotionMetricEvaluator - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CFootPositionMetricEvaluator { - pub const m_footIndices: usize = 0x50; // CUtlVector - pub const m_bIgnoreSlope: usize = 0x68; // bool - } - // Parent: CMotionMetricEvaluator - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CFutureFacingMetricEvaluator { - pub const m_flDistance: usize = 0x50; // float32 - pub const m_flTime: usize = 0x54; // float32 - } - // Parent: CMotionMetricEvaluator - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CFutureVelocityMetricEvaluator { - pub const m_flDistance: usize = 0x50; // float32 - pub const m_flStoppingDistance: usize = 0x54; // float32 - pub const m_flTargetSpeed: usize = 0x58; // float32 - pub const m_eMode: usize = 0x5C; // VelocityMetricMode - } - // Parent: CMotionMetricEvaluator - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CPathMetricEvaluator { - pub const m_pathTimeSamples: usize = 0x50; // CUtlVector - pub const m_flDistance: usize = 0x68; // float32 - pub const m_bExtrapolateMovement: usize = 0x6C; // bool - pub const m_flMinExtrapolationSpeed: usize = 0x70; // float32 - } - // Parent: CMotionMetricEvaluator - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CStepsRemainingMetricEvaluator { - pub const m_footIndices: usize = 0x50; // CUtlVector - pub const m_flMinStepsRemaining: usize = 0x68; // float32 - } - // Parent: CMotionMetricEvaluator - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CTimeRemainingMetricEvaluator { - pub const m_bMatchByTimeRemaining: usize = 0x50; // bool - pub const m_flMaxTimeRemaining: usize = 0x54; // float32 - pub const m_bFilterByTimeRemaining: usize = 0x58; // bool - pub const m_flMinTimeRemaining: usize = 0x5C; // float32 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CAnimMotorUpdaterBase { - pub const m_name: usize = 0x10; // CUtlString - pub const m_bDefault: usize = 0x18; // bool - } - // Parent: CAnimMotorUpdaterBase - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CPathAnimMotorUpdaterBase { - pub const m_bLockToPath: usize = 0x19; // bool - } - // Parent: CPathAnimMotorUpdaterBase - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CDampedPathAnimMotorUpdater { - pub const m_flAnticipationTime: usize = 0x20; // float32 - pub const m_flMinSpeedScale: usize = 0x24; // float32 - pub const m_hAnticipationPosParam: usize = 0x28; // CAnimParamHandle - pub const m_hAnticipationHeadingParam: usize = 0x2A; // CAnimParamHandle - pub const m_flSpringConstant: usize = 0x2C; // float32 - pub const m_flMinSpringTension: usize = 0x30; // float32 - pub const m_flMaxSpringTension: usize = 0x34; // float32 - } - // Parent: CPathAnimMotorUpdaterBase - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CPathAnimMotorUpdater { - } - // Parent: CAnimMotorUpdaterBase - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CPlayerInputAnimMotorUpdater { - pub const m_sampleTimes: usize = 0x20; // CUtlVector - pub const m_flSpringConstant: usize = 0x3C; // float32 - pub const m_flAnticipationDistance: usize = 0x40; // float32 - pub const m_hAnticipationPosParam: usize = 0x44; // CAnimParamHandle - pub const m_hAnticipationHeadingParam: usize = 0x46; // CAnimParamHandle - pub const m_bUseAcceleration: usize = 0x48; // bool - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod AimMatrixOpFixedSettings_t { - pub const m_attachment: usize = 0x0; // CAnimAttachment - pub const m_damping: usize = 0x80; // CAnimInputDamping - pub const m_poseCacheHandles: usize = 0x90; // CPoseHandle[10] - pub const m_eBlendMode: usize = 0xB8; // AimMatrixBlendMode - pub const m_fAngleIncrement: usize = 0xBC; // float32 - pub const m_nSequenceMaxFrame: usize = 0xC0; // int32 - pub const m_nBoneMaskIndex: usize = 0xC4; // int32 - pub const m_bTargetIsPosition: usize = 0xC8; // bool - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod FollowAttachmentSettings_t { - pub const m_attachment: usize = 0x0; // CAnimAttachment - pub const m_boneIndex: usize = 0x80; // int32 - pub const m_bMatchTranslation: usize = 0x84; // bool - pub const m_bMatchRotation: usize = 0x85; // bool - } - // Parent: None - // Fields count: 18 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod FootLockPoseOpFixedSettings { - pub const m_footInfo: usize = 0x0; // CUtlVector - pub const m_hipDampingSettings: usize = 0x18; // CAnimInputDamping - pub const m_nHipBoneIndex: usize = 0x28; // int32 - pub const m_ikSolverType: usize = 0x2C; // IKSolverType - pub const m_bApplyTilt: usize = 0x30; // bool - pub const m_bApplyHipDrop: usize = 0x31; // bool - pub const m_bAlwaysUseFallbackHinge: usize = 0x32; // bool - pub const m_bApplyFootRotationLimits: usize = 0x33; // bool - pub const m_bApplyLegTwistLimits: usize = 0x34; // bool - pub const m_flMaxFootHeight: usize = 0x38; // float32 - pub const m_flExtensionScale: usize = 0x3C; // float32 - pub const m_flMaxLegTwist: usize = 0x40; // float32 - pub const m_bEnableLockBreaking: usize = 0x44; // bool - pub const m_flLockBreakTolerance: usize = 0x48; // float32 - pub const m_flLockBlendTime: usize = 0x4C; // float32 - pub const m_bEnableStretching: usize = 0x50; // bool - pub const m_flMaxStretchAmount: usize = 0x54; // float32 - pub const m_flStretchExtensionScale: usize = 0x58; // float32 - } - // Parent: None - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod FootPinningPoseOpFixedData_t { - pub const m_footInfo: usize = 0x0; // CUtlVector - pub const m_flBlendTime: usize = 0x18; // float32 - pub const m_flLockBreakDistance: usize = 0x1C; // float32 - pub const m_flMaxLegTwist: usize = 0x20; // float32 - pub const m_nHipBoneIndex: usize = 0x24; // int32 - pub const m_bApplyLegTwistLimits: usize = 0x28; // bool - pub const m_bApplyFootRotationLimits: usize = 0x29; // bool - } - // Parent: None - // Fields count: 17 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod HitReactFixedSettings_t { - pub const m_nWeightListIndex: usize = 0x0; // int32 - pub const m_nEffectedBoneCount: usize = 0x4; // int32 - pub const m_flMaxImpactForce: usize = 0x8; // float32 - pub const m_flMinImpactForce: usize = 0xC; // float32 - pub const m_flWhipImpactScale: usize = 0x10; // float32 - pub const m_flCounterRotationScale: usize = 0x14; // float32 - pub const m_flDistanceFadeScale: usize = 0x18; // float32 - pub const m_flPropagationScale: usize = 0x1C; // float32 - pub const m_flWhipDelay: usize = 0x20; // float32 - pub const m_flSpringStrength: usize = 0x24; // float32 - pub const m_flWhipSpringStrength: usize = 0x28; // float32 - pub const m_flMaxAngleRadians: usize = 0x2C; // float32 - pub const m_nHipBoneIndex: usize = 0x30; // int32 - pub const m_flHipBoneTranslationScale: usize = 0x34; // float32 - pub const m_flHipDipSpringStrength: usize = 0x38; // float32 - pub const m_flHipDipImpactScale: usize = 0x3C; // float32 - pub const m_flHipDipDelay: usize = 0x40; // float32 - } - // Parent: None - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod JiggleBoneSettings_t { - pub const m_nBoneIndex: usize = 0x0; // int32 - pub const m_flSpringStrength: usize = 0x4; // float32 - pub const m_flMaxTimeStep: usize = 0x8; // float32 - pub const m_flDamping: usize = 0xC; // float32 - pub const m_vBoundsMaxLS: usize = 0x10; // Vector - pub const m_vBoundsMinLS: usize = 0x1C; // Vector - pub const m_eSimSpace: usize = 0x28; // JiggleBoneSimSpace - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod JiggleBoneSettingsList_t { - pub const m_boneSettings: usize = 0x0; // CUtlVector - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod LookAtBone_t { - pub const m_index: usize = 0x0; // int32 - pub const m_weight: usize = 0x4; // float32 - } - // Parent: None - // Fields count: 11 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod LookAtOpFixedSettings_t { - pub const m_attachment: usize = 0x0; // CAnimAttachment - pub const m_damping: usize = 0x80; // CAnimInputDamping - pub const m_bones: usize = 0x90; // CUtlVector - pub const m_flYawLimit: usize = 0xA8; // float32 - pub const m_flPitchLimit: usize = 0xAC; // float32 - pub const m_flHysteresisInnerAngle: usize = 0xB0; // float32 - pub const m_flHysteresisOuterAngle: usize = 0xB4; // float32 - pub const m_bRotateYawForward: usize = 0xB8; // bool - pub const m_bMaintainUpDirection: usize = 0xB9; // bool - pub const m_bTargetIsPosition: usize = 0xBA; // bool - pub const m_bUseHysteresis: usize = 0xBB; // bool - } - // Parent: None - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod ChainToSolveData_t { - pub const m_nChainIndex: usize = 0x0; // int32 - pub const m_SolverSettings: usize = 0x4; // IKSolverSettings_t - pub const m_TargetSettings: usize = 0x10; // IKTargetSettings_t - pub const m_DebugSetting: usize = 0x38; // SolveIKChainAnimNodeDebugSetting - pub const m_flDebugNormalizedValue: usize = 0x3C; // float32 - pub const m_vDebugOffset: usize = 0x40; // VectorAligned - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod SolveIKChainPoseOpFixedSettings_t { - pub const m_ChainsToSolveData: usize = 0x0; // CUtlVector - pub const m_bMatchTargetOrientation: usize = 0x18; // bool - } - // Parent: None - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CAnimParameterBase { - pub const m_name: usize = 0x18; // CGlobalSymbol - pub const m_group: usize = 0x20; // CUtlString - pub const m_id: usize = 0x28; // AnimParamID - pub const m_componentName: usize = 0x40; // CUtlString - pub const m_bNetworkingRequested: usize = 0x60; // bool - pub const m_bIsReferenced: usize = 0x61; // bool - } - // Parent: CAnimParameterBase - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CConcreteAnimParameter { - pub const m_previewButton: usize = 0x64; // AnimParamButton_t - pub const m_eNetworkSetting: usize = 0x68; // AnimParamNetworkSetting - pub const m_bUseMostRecentValue: usize = 0x6C; // bool - pub const m_bAutoReset: usize = 0x6D; // bool - pub const m_bGameWritable: usize = 0x6E; // bool - pub const m_bGraphWritable: usize = 0x6F; // bool - } - // Parent: CAnimParameterBase - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CVirtualAnimParameter { - pub const m_expressionString: usize = 0x68; // CUtlString - pub const m_eParamType: usize = 0x70; // AnimParamType_t - } - // Parent: CConcreteAnimParameter - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyFriendlyName - pub mod CBoolAnimParameter { - pub const m_bDefaultValue: usize = 0x70; // bool - } - // Parent: CConcreteAnimParameter - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyFriendlyName - pub mod CEnumAnimParameter { - pub const m_defaultValue: usize = 0x78; // uint8 - pub const m_enumOptions: usize = 0x80; // CUtlVector - } - // Parent: CConcreteAnimParameter - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyFriendlyName - pub mod CIntAnimParameter { - pub const m_defaultValue: usize = 0x70; // int32 - pub const m_minValue: usize = 0x74; // int32 - pub const m_maxValue: usize = 0x78; // int32 - } - // Parent: CConcreteAnimParameter - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyFriendlyName - pub mod CFloatAnimParameter { - pub const m_fDefaultValue: usize = 0x70; // float32 - pub const m_fMinValue: usize = 0x74; // float32 - pub const m_fMaxValue: usize = 0x78; // float32 - pub const m_bInterpolate: usize = 0x7C; // bool - } - // Parent: CConcreteAnimParameter - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyFriendlyName - pub mod CVectorAnimParameter { - pub const m_defaultValue: usize = 0x70; // Vector - pub const m_bInterpolate: usize = 0x7C; // bool - } - // Parent: CConcreteAnimParameter - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyFriendlyName - pub mod CQuaternionAnimParameter { - pub const m_defaultValue: usize = 0x70; // Quaternion - pub const m_bInterpolate: usize = 0x80; // bool - } - // Parent: CConcreteAnimParameter - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyFriendlyName - pub mod CSymbolAnimParameter { - pub const m_defaultValue: usize = 0x70; // CGlobalSymbol - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod ScriptInfo_t { - pub const m_code: usize = 0x0; // CUtlString - pub const m_paramsModified: usize = 0x8; // CUtlVector - pub const m_proxyReadParams: usize = 0x20; // CUtlVector - pub const m_proxyWriteParams: usize = 0x38; // CUtlVector - pub const m_eScriptType: usize = 0x50; // AnimScriptType - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CAnimScriptManager { - pub const m_scriptInfo: usize = 0x10; // CUtlVector - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CStateActionUpdater { - pub const m_pAction: usize = 0x0; // CSmartPtr - pub const m_eBehavior: usize = 0x8; // StateActionBehavior - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CTransitionUpdateData { - pub const m_srcStateIndex: usize = 0x0; // uint8 - pub const m_destStateIndex: usize = 0x1; // uint8 - pub const m_bDisabled: usize = 0x0; // bitfield:1 - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CStateUpdateData { - pub const m_name: usize = 0x0; // CUtlString - pub const m_hScript: usize = 0x8; // AnimScriptHandle - pub const m_transitionIndices: usize = 0x10; // CUtlVector - pub const m_actions: usize = 0x28; // CUtlVector - pub const m_stateID: usize = 0x40; // AnimStateID - pub const m_bIsStartState: usize = 0x0; // bitfield:1 - pub const m_bIsEndState: usize = 0x0; // bitfield:1 - pub const m_bIsPassthrough: usize = 0x0; // bitfield:1 - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CAnimStateMachineUpdater { - pub const m_states: usize = 0x8; // CUtlVector - pub const m_transitions: usize = 0x20; // CUtlVector - pub const m_startStateIndex: usize = 0x50; // int32 - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CAnimUpdateNodeRef { - pub const m_nodeIndex: usize = 0x8; // int32 - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CAnimUpdateNodeBase { - pub const m_nodePath: usize = 0x14; // CAnimNodePath - pub const m_networkMode: usize = 0x44; // AnimNodeNetworkMode - pub const m_name: usize = 0x50; // CUtlString - } - // Parent: CAnimUpdateNodeBase - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CBinaryUpdateNode { - pub const m_pChild1: usize = 0x58; // CAnimUpdateNodeRef - pub const m_pChild2: usize = 0x68; // CAnimUpdateNodeRef - pub const m_timingBehavior: usize = 0x78; // BinaryNodeTiming - pub const m_flTimingBlend: usize = 0x7C; // float32 - pub const m_bResetChild1: usize = 0x80; // bool - pub const m_bResetChild2: usize = 0x81; // bool - } - // Parent: CAnimUpdateNodeBase - // Fields count: 11 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CBlendUpdateNode { - pub const m_children: usize = 0x60; // CUtlVector - pub const m_sortedOrder: usize = 0x78; // CUtlVector - pub const m_targetValues: usize = 0x90; // CUtlVector - pub const m_blendValueSource: usize = 0xAC; // AnimValueSource - pub const m_paramIndex: usize = 0xB0; // CAnimParamHandle - pub const m_damping: usize = 0xB8; // CAnimInputDamping - pub const m_blendKeyType: usize = 0xC8; // BlendKeyType - pub const m_bLockBlendOnReset: usize = 0xCC; // bool - pub const m_bSyncCycles: usize = 0xCD; // bool - pub const m_bLoop: usize = 0xCE; // bool - pub const m_bLockWhenWaning: usize = 0xCF; // bool - } - // Parent: None - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod BlendItem_t { - pub const m_tags: usize = 0x0; // CUtlVector - pub const m_pChild: usize = 0x18; // CAnimUpdateNodeRef - pub const m_hSequence: usize = 0x28; // HSequence - pub const m_vPos: usize = 0x2C; // Vector2D - pub const m_flDuration: usize = 0x34; // float32 - pub const m_bUseCustomDuration: usize = 0x38; // bool - } - // Parent: CAnimUpdateNodeBase - // Fields count: 15 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CBlend2DUpdateNode { - pub const m_items: usize = 0x60; // CUtlVector - pub const m_tags: usize = 0x78; // CUtlVector - pub const m_paramSpans: usize = 0x90; // CParamSpanUpdater - pub const m_nodeItemIndices: usize = 0xA8; // CUtlVector - pub const m_damping: usize = 0xC0; // CAnimInputDamping - pub const m_blendSourceX: usize = 0xD0; // AnimValueSource - pub const m_paramX: usize = 0xD4; // CAnimParamHandle - pub const m_blendSourceY: usize = 0xD8; // AnimValueSource - pub const m_paramY: usize = 0xDC; // CAnimParamHandle - pub const m_eBlendMode: usize = 0xE0; // Blend2DMode - pub const m_playbackSpeed: usize = 0xE4; // float32 - pub const m_bLoop: usize = 0xE8; // bool - pub const m_bLockBlendOnReset: usize = 0xE9; // bool - pub const m_bLockWhenWaning: usize = 0xEA; // bool - pub const m_bAnimEventsAndTagsOnMostWeightedOnly: usize = 0xEB; // bool - } - // Parent: CBinaryUpdateNode - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CBoneMaskUpdateNode { - pub const m_nWeightListIndex: usize = 0x88; // int32 - pub const m_flRootMotionBlend: usize = 0x8C; // float32 - pub const m_blendSpace: usize = 0x90; // BoneMaskBlendSpace - pub const m_footMotionTiming: usize = 0x94; // BinaryNodeChildOption - pub const m_bUseBlendScale: usize = 0x98; // bool - pub const m_blendValueSource: usize = 0x9C; // AnimValueSource - pub const m_hBlendParameter: usize = 0xA0; // CAnimParamHandle - } - // Parent: CAnimUpdateNodeBase - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CChoiceUpdateNode { - pub const m_children: usize = 0x58; // CUtlVector - pub const m_weights: usize = 0x70; // CUtlVector - pub const m_blendTimes: usize = 0x88; // CUtlVector - pub const m_choiceMethod: usize = 0xA0; // ChoiceMethod - pub const m_choiceChangeMethod: usize = 0xA4; // ChoiceChangeMethod - pub const m_blendMethod: usize = 0xA8; // ChoiceBlendMethod - pub const m_blendTime: usize = 0xAC; // float32 - pub const m_bCrossFade: usize = 0xB0; // bool - pub const m_bResetChosen: usize = 0xB1; // bool - pub const m_bDontResetSameSelection: usize = 0xB2; // bool - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CDirectPlaybackTagData { - pub const m_sequenceName: usize = 0x0; // CUtlString - pub const m_tags: usize = 0x8; // CUtlVector - } - // Parent: None - // Fields count: 11 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod FootFixedData_t { - pub const m_vToeOffset: usize = 0x0; // VectorAligned - pub const m_vHeelOffset: usize = 0x10; // VectorAligned - pub const m_nTargetBoneIndex: usize = 0x20; // int32 - pub const m_nAnkleBoneIndex: usize = 0x24; // int32 - pub const m_nIKAnchorBoneIndex: usize = 0x28; // int32 - pub const m_ikChainIndex: usize = 0x2C; // int32 - pub const m_flMaxIKLength: usize = 0x30; // float32 - pub const m_nFootIndex: usize = 0x34; // int32 - pub const m_nTagIndex: usize = 0x38; // int32 - pub const m_flMaxRotationLeft: usize = 0x3C; // float32 - pub const m_flMaxRotationRight: usize = 0x40; // float32 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod TraceSettings_t { - pub const m_flTraceHeight: usize = 0x0; // float32 - pub const m_flTraceRadius: usize = 0x4; // float32 - } - // Parent: None - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod FootFixedSettings { - pub const m_traceSettings: usize = 0x0; // TraceSettings_t - pub const m_vFootBaseBindPosePositionMS: usize = 0x10; // VectorAligned - pub const m_flFootBaseLength: usize = 0x20; // float32 - pub const m_flMaxRotationLeft: usize = 0x24; // float32 - pub const m_flMaxRotationRight: usize = 0x28; // float32 - pub const m_footstepLandedTagIndex: usize = 0x2C; // int32 - pub const m_bEnableTracing: usize = 0x30; // bool - pub const m_flTraceAngleBlend: usize = 0x34; // float32 - pub const m_nDisableTagIndex: usize = 0x38; // int32 - pub const m_nFootIndex: usize = 0x3C; // int32 - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod FootStepTrigger { - pub const m_tags: usize = 0x0; // CUtlVector - pub const m_nFootIndex: usize = 0x18; // int32 - pub const m_triggerPhase: usize = 0x1C; // StepPhase - } - // Parent: CAnimUpdateNodeBase - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CLeafUpdateNode { - } - // Parent: CLeafUpdateNode - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CLeanMatrixUpdateNode { - pub const m_frameCorners: usize = 0x5C; // int32[3][3] - pub const m_poses: usize = 0x80; // CPoseHandle[9] - pub const m_damping: usize = 0xA8; // CAnimInputDamping - pub const m_blendSource: usize = 0xB8; // AnimVectorSource - pub const m_paramIndex: usize = 0xBC; // CAnimParamHandle - pub const m_verticalAxis: usize = 0xC0; // Vector - pub const m_horizontalAxis: usize = 0xCC; // Vector - pub const m_hSequence: usize = 0xD8; // HSequence - pub const m_flMaxValue: usize = 0xDC; // float32 - pub const m_nSequenceMaxFrame: usize = 0xE0; // int32 - } - // Parent: CLeafUpdateNode - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CMotionGraphUpdateNode { - pub const m_pMotionGraph: usize = 0x58; // CSmartPtr - } - // Parent: CLeafUpdateNode - // Fields count: 23 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CMotionMatchingUpdateNode { - pub const m_dataSet: usize = 0x58; // CMotionDataSet - pub const m_metrics: usize = 0x78; // CUtlVector> - pub const m_weights: usize = 0x90; // CUtlVector - pub const m_bSearchEveryTick: usize = 0xE0; // bool - pub const m_flSearchInterval: usize = 0xE4; // float32 - pub const m_bSearchWhenClipEnds: usize = 0xE8; // bool - pub const m_bSearchWhenGoalChanges: usize = 0xE9; // bool - pub const m_blendCurve: usize = 0xEC; // CBlendCurve - pub const m_flSampleRate: usize = 0xF4; // float32 - pub const m_flBlendTime: usize = 0xF8; // float32 - pub const m_bLockClipWhenWaning: usize = 0xFC; // bool - pub const m_flSelectionThreshold: usize = 0x100; // float32 - pub const m_flReselectionTimeWindow: usize = 0x104; // float32 - pub const m_bEnableRotationCorrection: usize = 0x108; // bool - pub const m_bGoalAssist: usize = 0x109; // bool - pub const m_flGoalAssistDistance: usize = 0x10C; // float32 - pub const m_flGoalAssistTolerance: usize = 0x110; // float32 - pub const m_distanceScale_Damping: usize = 0x118; // CAnimInputDamping - pub const m_flDistanceScale_OuterRadius: usize = 0x128; // float32 - pub const m_flDistanceScale_InnerRadius: usize = 0x12C; // float32 - pub const m_flDistanceScale_MaxScale: usize = 0x130; // float32 - pub const m_flDistanceScale_MinScale: usize = 0x134; // float32 - pub const m_bEnableDistanceScaling: usize = 0x138; // bool - } - // Parent: CAnimUpdateNodeBase - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CSelectorUpdateNode { - pub const m_children: usize = 0x58; // CUtlVector - pub const m_tags: usize = 0x70; // CUtlVector - pub const m_blendCurve: usize = 0x8C; // CBlendCurve - pub const m_flBlendTime: usize = 0x94; // CAnimValue - pub const m_hParameter: usize = 0x9C; // CAnimParamHandle - pub const m_eTagBehavior: usize = 0xA0; // SelectorTagBehavior_t - pub const m_bResetOnChange: usize = 0xA4; // bool - pub const m_bSyncCyclesOnChange: usize = 0xA5; // bool - } - // Parent: CLeafUpdateNode - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CSequenceUpdateNode { - pub const m_paramSpans: usize = 0x60; // CParamSpanUpdater - pub const m_tags: usize = 0x78; // CUtlVector - pub const m_hSequence: usize = 0x94; // HSequence - pub const m_playbackSpeed: usize = 0x98; // float32 - pub const m_duration: usize = 0x9C; // float32 - pub const m_bLoop: usize = 0xA0; // bool - } - // Parent: CLeafUpdateNode - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CSingleFrameUpdateNode { - pub const m_actions: usize = 0x58; // CUtlVector> - pub const m_hPoseCacheHandle: usize = 0x70; // CPoseHandle - pub const m_hSequence: usize = 0x74; // HSequence - pub const m_flCycle: usize = 0x78; // float32 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CSolveIKTargetHandle_t { - pub const m_positionHandle: usize = 0x0; // CAnimParamHandle - pub const m_orientationHandle: usize = 0x2; // CAnimParamHandle - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod StanceInfo_t { - pub const m_vPosition: usize = 0x0; // Vector - pub const m_flDirection: usize = 0xC; // float32 - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CStateNodeTransitionData { - pub const m_curve: usize = 0x0; // CBlendCurve - pub const m_blendDuration: usize = 0x8; // CAnimValue - pub const m_resetCycleValue: usize = 0x10; // CAnimValue - pub const m_bReset: usize = 0x0; // bitfield:1 - pub const m_resetCycleOption: usize = 0x0; // bitfield:3 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CStateNodeStateData { - pub const m_pChild: usize = 0x0; // CAnimUpdateNodeRef - pub const m_bExclusiveRootMotion: usize = 0x0; // bitfield:1 - } - // Parent: CAnimUpdateNodeBase - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CStateMachineUpdateNode { - pub const m_stateMachine: usize = 0x68; // CAnimStateMachineUpdater - pub const m_stateData: usize = 0xC0; // CUtlVector - pub const m_transitionData: usize = 0xD8; // CUtlVector - pub const m_bBlockWaningTags: usize = 0xF4; // bool - pub const m_bLockStateWhenWaning: usize = 0xF5; // bool - } - // Parent: CBinaryUpdateNode - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CSubtractUpdateNode { - pub const m_footMotionTiming: usize = 0x88; // BinaryNodeChildOption - pub const m_bApplyToFootMotion: usize = 0x8C; // bool - pub const m_bApplyChannelsSeparately: usize = 0x8D; // bool - pub const m_bUseModelSpace: usize = 0x8E; // bool - } - // Parent: None - // Fields count: 15 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod TwoBoneIKSettings_t { - pub const m_endEffectorType: usize = 0x0; // IkEndEffectorType - pub const m_endEffectorAttachment: usize = 0x10; // CAnimAttachment - pub const m_targetType: usize = 0x90; // IkTargetType - pub const m_targetAttachment: usize = 0xA0; // CAnimAttachment - pub const m_targetBoneIndex: usize = 0x120; // int32 - pub const m_hPositionParam: usize = 0x124; // CAnimParamHandle - pub const m_hRotationParam: usize = 0x126; // CAnimParamHandle - pub const m_bAlwaysUseFallbackHinge: usize = 0x128; // bool - pub const m_vLsFallbackHingeAxis: usize = 0x130; // VectorAligned - pub const m_nFixedBoneIndex: usize = 0x140; // int32 - pub const m_nMiddleBoneIndex: usize = 0x144; // int32 - pub const m_nEndBoneIndex: usize = 0x148; // int32 - pub const m_bMatchTargetOrientation: usize = 0x14C; // bool - pub const m_bConstrainTwist: usize = 0x14D; // bool - pub const m_flMaxTwist: usize = 0x150; // float32 - } - // Parent: CAnimUpdateNodeBase - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CUnaryUpdateNode { - pub const m_pChildNode: usize = 0x58; // CAnimUpdateNodeRef - } - // Parent: CUnaryUpdateNode - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CWayPointHelperUpdateNode { - pub const m_flStartCycle: usize = 0x6C; // float32 - pub const m_flEndCycle: usize = 0x70; // float32 - pub const m_bOnlyGoals: usize = 0x74; // bool - pub const m_bPreventOvershoot: usize = 0x75; // bool - pub const m_bPreventUndershoot: usize = 0x76; // bool - } - // Parent: CLeafUpdateNode - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CZeroPoseUpdateNode { - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod TagSpan_t { - pub const m_tagIndex: usize = 0x0; // int32 - pub const m_startCycle: usize = 0x4; // float32 - pub const m_endCycle: usize = 0x8; // float32 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CAnimNodePath { - pub const m_path: usize = 0x0; // AnimNodeID[11] - pub const m_nCount: usize = 0x2C; // int32 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod ConfigIndex { - pub const m_nGroup: usize = 0x0; // uint16 - pub const m_nConfig: usize = 0x2; // uint16 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod MotionIndex { - pub const m_nGroup: usize = 0x0; // uint16 - pub const m_nMotion: usize = 0x2; // uint16 - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CMotionGraphConfig { - pub const m_paramValues: usize = 0x0; // float32[4] - pub const m_flDuration: usize = 0x10; // float32 - pub const m_nMotionIndex: usize = 0x14; // MotionIndex - pub const m_nSampleStart: usize = 0x18; // int32 - pub const m_nSampleCount: usize = 0x1C; // int32 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CPoseHandle { - pub const m_nIndex: usize = 0x0; // uint16 - pub const m_eType: usize = 0x2; // PoseType_t - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CAnimationGraphVisualizerPrimitiveBase { - pub const m_Type: usize = 0x8; // CAnimationGraphVisualizerPrimitiveType - pub const m_OwningAnimNodePaths: usize = 0xC; // AnimNodeID[11] - pub const m_nOwningAnimNodePathCount: usize = 0x38; // int32 - } - // Parent: CAnimationGraphVisualizerPrimitiveBase - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CAnimationGraphVisualizerText { - pub const m_vWsPosition: usize = 0x40; // VectorAligned - pub const m_Color: usize = 0x50; // Color - pub const m_Text: usize = 0x58; // CUtlString - } - // Parent: CAnimationGraphVisualizerPrimitiveBase - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CAnimationGraphVisualizerSphere { - pub const m_vWsPosition: usize = 0x40; // VectorAligned - pub const m_flRadius: usize = 0x50; // float32 - pub const m_Color: usize = 0x54; // Color - } - // Parent: CAnimationGraphVisualizerPrimitiveBase - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CAnimationGraphVisualizerLine { - pub const m_vWsPositionStart: usize = 0x40; // VectorAligned - pub const m_vWsPositionEnd: usize = 0x50; // VectorAligned - pub const m_Color: usize = 0x60; // Color - } - // Parent: CAnimationGraphVisualizerPrimitiveBase - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CAnimationGraphVisualizerPie { - pub const m_vWsCenter: usize = 0x40; // VectorAligned - pub const m_vWsStart: usize = 0x50; // VectorAligned - pub const m_vWsEnd: usize = 0x60; // VectorAligned - pub const m_Color: usize = 0x70; // Color - } - // Parent: CAnimationGraphVisualizerPrimitiveBase - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CAnimationGraphVisualizerAxis { - pub const m_xWsTransform: usize = 0x40; // CTransform - pub const m_flAxisSize: usize = 0x60; // float32 - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyEditClassAsString - pub mod AnimNodeID { - pub const m_id: usize = 0x0; // uint32 - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyEditClassAsString - pub mod AnimNodeOutputID { - pub const m_id: usize = 0x0; // uint32 - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyEditClassAsString - pub mod AnimStateID { - pub const m_id: usize = 0x0; // uint32 - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyEditClassAsString - pub mod AnimParamID { - pub const m_id: usize = 0x0; // uint32 - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyEditClassAsString - pub mod AnimTagID { - pub const m_id: usize = 0x0; // uint32 - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyEditClassAsString - pub mod AnimComponentID { - pub const m_id: usize = 0x0; // uint32 - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyEditClassAsString - pub mod AnimScriptHandle { - pub const m_id: usize = 0x0; // uint32 - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CAnimAttachment { - pub const m_influenceRotations: usize = 0x0; // Quaternion[3] - pub const m_influenceOffsets: usize = 0x30; // VectorAligned[3] - pub const m_influenceIndices: usize = 0x60; // int32[3] - pub const m_influenceWeights: usize = 0x6C; // float32[3] - pub const m_numInfluences: usize = 0x78; // uint8 - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod VPhysics2ShapeDef_t { - pub const m_spheres: usize = 0x0; // CUtlVector - pub const m_capsules: usize = 0x18; // CUtlVector - pub const m_hulls: usize = 0x30; // CUtlVector - pub const m_meshes: usize = 0x48; // CUtlVector - pub const m_CollisionAttributeIndices: usize = 0x60; // CUtlVector - } - // Parent: None - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod VPhysXBodyPart_t { - pub const m_nFlags: usize = 0x0; // uint32 - pub const m_flMass: usize = 0x4; // float32 - pub const m_rnShape: usize = 0x8; // VPhysics2ShapeDef_t - pub const m_nCollisionAttributeIndex: usize = 0x80; // uint16 - pub const m_nReserved: usize = 0x82; // uint16 - pub const m_flInertiaScale: usize = 0x84; // float32 - pub const m_flLinearDamping: usize = 0x88; // float32 - pub const m_flAngularDamping: usize = 0x8C; // float32 - pub const m_bOverrideMassCenter: usize = 0x90; // bool - pub const m_vMassCenterOverride: usize = 0x94; // Vector - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod VPhysXCollisionAttributes_t { - pub const m_CollisionGroup: usize = 0x0; // uint32 - pub const m_InteractAs: usize = 0x8; // CUtlVector - pub const m_InteractWith: usize = 0x20; // CUtlVector - pub const m_InteractExclude: usize = 0x38; // CUtlVector - pub const m_CollisionGroupString: usize = 0x50; // CUtlString - pub const m_InteractAsStrings: usize = 0x58; // CUtlVector - pub const m_InteractWithStrings: usize = 0x70; // CUtlVector - pub const m_InteractExcludeStrings: usize = 0x88; // CUtlVector - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod VPhysXRange_t { - pub const m_flMin: usize = 0x0; // float32 - pub const m_flMax: usize = 0x4; // float32 - } - // Parent: None - // Fields count: 46 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod VPhysXConstraintParams_t { - pub const m_nType: usize = 0x0; // int8 - pub const m_nTranslateMotion: usize = 0x1; // int8 - pub const m_nRotateMotion: usize = 0x2; // int8 - pub const m_nFlags: usize = 0x3; // int8 - pub const m_anchor: usize = 0x4; // Vector[2] - pub const m_axes: usize = 0x1C; // QuaternionStorage[2] - pub const m_maxForce: usize = 0x3C; // float32 - pub const m_maxTorque: usize = 0x40; // float32 - pub const m_linearLimitValue: usize = 0x44; // float32 - pub const m_linearLimitRestitution: usize = 0x48; // float32 - pub const m_linearLimitSpring: usize = 0x4C; // float32 - pub const m_linearLimitDamping: usize = 0x50; // float32 - pub const m_twistLowLimitValue: usize = 0x54; // float32 - pub const m_twistLowLimitRestitution: usize = 0x58; // float32 - pub const m_twistLowLimitSpring: usize = 0x5C; // float32 - pub const m_twistLowLimitDamping: usize = 0x60; // float32 - pub const m_twistHighLimitValue: usize = 0x64; // float32 - pub const m_twistHighLimitRestitution: usize = 0x68; // float32 - pub const m_twistHighLimitSpring: usize = 0x6C; // float32 - pub const m_twistHighLimitDamping: usize = 0x70; // float32 - pub const m_swing1LimitValue: usize = 0x74; // float32 - pub const m_swing1LimitRestitution: usize = 0x78; // float32 - pub const m_swing1LimitSpring: usize = 0x7C; // float32 - pub const m_swing1LimitDamping: usize = 0x80; // float32 - pub const m_swing2LimitValue: usize = 0x84; // float32 - pub const m_swing2LimitRestitution: usize = 0x88; // float32 - pub const m_swing2LimitSpring: usize = 0x8C; // float32 - pub const m_swing2LimitDamping: usize = 0x90; // float32 - pub const m_goalPosition: usize = 0x94; // Vector - pub const m_goalOrientation: usize = 0xA0; // QuaternionStorage - pub const m_goalAngularVelocity: usize = 0xB0; // Vector - pub const m_driveSpringX: usize = 0xBC; // float32 - pub const m_driveSpringY: usize = 0xC0; // float32 - pub const m_driveSpringZ: usize = 0xC4; // float32 - pub const m_driveDampingX: usize = 0xC8; // float32 - pub const m_driveDampingY: usize = 0xCC; // float32 - pub const m_driveDampingZ: usize = 0xD0; // float32 - pub const m_driveSpringTwist: usize = 0xD4; // float32 - pub const m_driveSpringSwing: usize = 0xD8; // float32 - pub const m_driveSpringSlerp: usize = 0xDC; // float32 - pub const m_driveDampingTwist: usize = 0xE0; // float32 - pub const m_driveDampingSwing: usize = 0xE4; // float32 - pub const m_driveDampingSlerp: usize = 0xE8; // float32 - pub const m_solverIterationCount: usize = 0xEC; // int32 - pub const m_projectionLinearTolerance: usize = 0xF0; // float32 - pub const m_projectionAngularTolerance: usize = 0xF4; // float32 - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod VPhysXConstraint2_t { - pub const m_nFlags: usize = 0x0; // uint32 - pub const m_nParent: usize = 0x4; // uint16 - pub const m_nChild: usize = 0x6; // uint16 - pub const m_params: usize = 0x8; // VPhysXConstraintParams_t - } - // Parent: None - // Fields count: 24 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod VPhysXJoint_t { - pub const m_nType: usize = 0x0; // uint16 - pub const m_nBody1: usize = 0x2; // uint16 - pub const m_nBody2: usize = 0x4; // uint16 - pub const m_nFlags: usize = 0x6; // uint16 - pub const m_Frame1: usize = 0x10; // CTransform - pub const m_Frame2: usize = 0x30; // CTransform - pub const m_bEnableCollision: usize = 0x50; // bool - pub const m_bEnableLinearLimit: usize = 0x51; // bool - pub const m_LinearLimit: usize = 0x54; // VPhysXRange_t - pub const m_bEnableLinearMotor: usize = 0x5C; // bool - pub const m_vLinearTargetVelocity: usize = 0x60; // Vector - pub const m_flMaxForce: usize = 0x6C; // float32 - pub const m_bEnableSwingLimit: usize = 0x70; // bool - pub const m_SwingLimit: usize = 0x74; // VPhysXRange_t - pub const m_bEnableTwistLimit: usize = 0x7C; // bool - pub const m_TwistLimit: usize = 0x80; // VPhysXRange_t - pub const m_bEnableAngularMotor: usize = 0x88; // bool - pub const m_vAngularTargetVelocity: usize = 0x8C; // Vector - pub const m_flMaxTorque: usize = 0x98; // float32 - pub const m_flLinearFrequency: usize = 0x9C; // float32 - pub const m_flLinearDampingRatio: usize = 0xA0; // float32 - pub const m_flAngularFrequency: usize = 0xA4; // float32 - pub const m_flAngularDampingRatio: usize = 0xA8; // float32 - pub const m_flFriction: usize = 0xAC; // float32 - } - // Parent: None - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod PhysSoftbodyDesc_t { - pub const m_ParticleBoneHash: usize = 0x0; // CUtlVector - pub const m_Particles: usize = 0x18; // CUtlVector - pub const m_Springs: usize = 0x30; // CUtlVector - pub const m_Capsules: usize = 0x48; // CUtlVector - pub const m_InitPose: usize = 0x60; // CUtlVector - pub const m_ParticleBoneName: usize = 0x78; // CUtlVector - } - // Parent: None - // Fields count: 16 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod VPhysXAggregateData_t { - pub const m_nFlags: usize = 0x0; // uint16 - pub const m_nRefCounter: usize = 0x2; // uint16 - pub const m_bonesHash: usize = 0x8; // CUtlVector - pub const m_boneNames: usize = 0x20; // CUtlVector - pub const m_indexNames: usize = 0x38; // CUtlVector - pub const m_indexHash: usize = 0x50; // CUtlVector - pub const m_bindPose: usize = 0x68; // CUtlVector - pub const m_parts: usize = 0x80; // CUtlVector - pub const m_constraints2: usize = 0x98; // CUtlVector - pub const m_joints: usize = 0xB0; // CUtlVector - pub const m_pFeModel: usize = 0xC8; // PhysFeModelDesc_t* - pub const m_boneParents: usize = 0xD0; // CUtlVector - pub const m_surfacePropertyHashes: usize = 0xE8; // CUtlVector - pub const m_collisionAttributes: usize = 0x100; // CUtlVector - pub const m_debugPartNames: usize = 0x118; // CUtlVector - pub const m_embeddedKeyvalues: usize = 0x130; // CUtlString - } - // Parent: None - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CPhysSurfacePropertiesPhysics { - pub const m_friction: usize = 0x0; // float32 - pub const m_elasticity: usize = 0x4; // float32 - pub const m_density: usize = 0x8; // float32 - pub const m_thickness: usize = 0xC; // float32 - pub const m_softContactFrequency: usize = 0x10; // float32 - pub const m_softContactDampingRatio: usize = 0x14; // float32 - pub const m_wheelDrag: usize = 0x18; // float32 - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CPhysSurfacePropertiesAudio { - pub const m_reflectivity: usize = 0x0; // float32 - pub const m_hardnessFactor: usize = 0x4; // float32 - pub const m_roughnessFactor: usize = 0x8; // float32 - pub const m_roughThreshold: usize = 0xC; // float32 - pub const m_hardThreshold: usize = 0x10; // float32 - pub const m_hardVelocityThreshold: usize = 0x14; // float32 - pub const m_flStaticImpactVolume: usize = 0x18; // float32 - pub const m_flOcclusionFactor: usize = 0x1C; // float32 - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CPhysSurfacePropertiesSoundNames { - pub const m_impactSoft: usize = 0x0; // CUtlString - pub const m_impactHard: usize = 0x8; // CUtlString - pub const m_scrapeSmooth: usize = 0x10; // CUtlString - pub const m_scrapeRough: usize = 0x18; // CUtlString - pub const m_bulletImpact: usize = 0x20; // CUtlString - pub const m_rolling: usize = 0x28; // CUtlString - pub const m_break: usize = 0x30; // CUtlString - pub const m_strain: usize = 0x38; // CUtlString - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CPhysSurfaceProperties { - pub const m_name: usize = 0x0; // CUtlString - pub const m_nameHash: usize = 0x8; // uint32 - pub const m_baseNameHash: usize = 0xC; // uint32 - pub const m_bHidden: usize = 0x18; // bool - pub const m_description: usize = 0x20; // CUtlString - pub const m_physics: usize = 0x28; // CPhysSurfacePropertiesPhysics - pub const m_audioSounds: usize = 0x48; // CPhysSurfacePropertiesSoundNames - pub const m_audioParams: usize = 0x88; // CPhysSurfacePropertiesAudio - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CVPhysXSurfacePropertiesList { - pub const m_surfacePropertiesList: usize = 0x0; // CUtlVector - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod MaterialGroup_t { - pub const m_name: usize = 0x0; // CUtlString - pub const m_materials: usize = 0x8; // CUtlVector> - } - // Parent: None - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod ModelSkeletonData_t { - pub const m_boneName: usize = 0x0; // CUtlVector - pub const m_nParent: usize = 0x18; // CUtlVector - pub const m_boneSphere: usize = 0x30; // CUtlVector - pub const m_nFlag: usize = 0x48; // CUtlVector - pub const m_bonePosParent: usize = 0x60; // CUtlVector - pub const m_boneRotParent: usize = 0x78; // CUtlVector - pub const m_boneScaleParent: usize = 0x90; // CUtlVector - } - // Parent: None - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod PermModelInfo_t { - pub const m_nFlags: usize = 0x0; // uint32 - pub const m_vHullMin: usize = 0x4; // Vector - pub const m_vHullMax: usize = 0x10; // Vector - pub const m_vViewMin: usize = 0x1C; // Vector - pub const m_vViewMax: usize = 0x28; // Vector - pub const m_flMass: usize = 0x34; // float32 - pub const m_vEyePosition: usize = 0x38; // Vector - pub const m_flMaxEyeDeflection: usize = 0x44; // float32 - pub const m_sSurfaceProperty: usize = 0x48; // CUtlString - pub const m_keyValueText: usize = 0x50; // CUtlString - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod PermModelExtPart_t { - pub const m_Transform: usize = 0x0; // CTransform - pub const m_Name: usize = 0x20; // CUtlString - pub const m_nParent: usize = 0x28; // int32 - pub const m_refModel: usize = 0x30; // CStrongHandle - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod ModelBoneFlexDriverControl_t { - pub const m_nBoneComponent: usize = 0x0; // ModelBoneFlexComponent_t - pub const m_flexController: usize = 0x8; // CUtlString - pub const m_flexControllerToken: usize = 0x10; // uint32 - pub const m_flMin: usize = 0x14; // float32 - pub const m_flMax: usize = 0x18; // float32 - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod ModelBoneFlexDriver_t { - pub const m_boneName: usize = 0x0; // CUtlString - pub const m_boneNameToken: usize = 0x8; // uint32 - pub const m_controls: usize = 0x10; // CUtlVector - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod PermModelDataAnimatedMaterialAttribute_t { - pub const m_AttributeName: usize = 0x0; // CUtlString - pub const m_nNumChannels: usize = 0x8; // int32 - } - // Parent: None - // Fields count: 23 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod PermModelData_t { - pub const m_name: usize = 0x0; // CUtlString - pub const m_modelInfo: usize = 0x8; // PermModelInfo_t - pub const m_ExtParts: usize = 0x60; // CUtlVector - pub const m_refMeshes: usize = 0x78; // CUtlVector> - pub const m_refMeshGroupMasks: usize = 0x90; // CUtlVector - pub const m_refPhysGroupMasks: usize = 0xA8; // CUtlVector - pub const m_refLODGroupMasks: usize = 0xC0; // CUtlVector - pub const m_lodGroupSwitchDistances: usize = 0xD8; // CUtlVector - pub const m_refPhysicsData: usize = 0xF0; // CUtlVector> - pub const m_refPhysicsHitboxData: usize = 0x108; // CUtlVector> - pub const m_refAnimGroups: usize = 0x120; // CUtlVector> - pub const m_refSequenceGroups: usize = 0x138; // CUtlVector> - pub const m_meshGroups: usize = 0x150; // CUtlVector - pub const m_materialGroups: usize = 0x168; // CUtlVector - pub const m_nDefaultMeshGroupMask: usize = 0x180; // uint64 - pub const m_modelSkeleton: usize = 0x188; // ModelSkeletonData_t - pub const m_remappingTable: usize = 0x230; // CUtlVector - pub const m_remappingTableStarts: usize = 0x248; // CUtlVector - pub const m_boneFlexDrivers: usize = 0x260; // CUtlVector - pub const m_pModelConfigList: usize = 0x278; // CModelConfigList* - pub const m_BodyGroupsHiddenInTools: usize = 0x280; // CUtlVector - pub const m_refAnimIncludeModels: usize = 0x298; // CUtlVector> - pub const m_AnimatedMaterialAttributes: usize = 0x2B0; // CUtlVector - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CModelConfigElement { - pub const m_ElementName: usize = 0x8; // CUtlString - pub const m_NestedElements: usize = 0x10; // CUtlVector - } - // Parent: CModelConfigElement - // Fields count: 14 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CModelConfigElement_AttachedModel { - pub const m_InstanceName: usize = 0x48; // CUtlString - pub const m_EntityClass: usize = 0x50; // CUtlString - pub const m_hModel: usize = 0x58; // CStrongHandle - pub const m_vOffset: usize = 0x60; // Vector - pub const m_aAngOffset: usize = 0x6C; // QAngle - pub const m_AttachmentName: usize = 0x78; // CUtlString - pub const m_LocalAttachmentOffsetName: usize = 0x80; // CUtlString - pub const m_AttachmentType: usize = 0x88; // ModelConfigAttachmentType_t - pub const m_bBoneMergeFlex: usize = 0x8C; // bool - pub const m_bUserSpecifiedColor: usize = 0x8D; // bool - pub const m_bUserSpecifiedMaterialGroup: usize = 0x8E; // bool - pub const m_bAcceptParentMaterialDrivenDecals: usize = 0x8F; // bool - pub const m_BodygroupOnOtherModels: usize = 0x90; // CUtlString - pub const m_MaterialGroupOnOtherModels: usize = 0x98; // CUtlString - } - // Parent: CModelConfigElement - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CModelConfigElement_UserPick { - pub const m_Choices: usize = 0x48; // CUtlVector - } - // Parent: CModelConfigElement - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CModelConfigElement_RandomPick { - pub const m_Choices: usize = 0x48; // CUtlVector - pub const m_ChoiceWeights: usize = 0x60; // CUtlVector - } - // Parent: CModelConfigElement - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CModelConfigElement_SetMaterialGroup { - pub const m_MaterialGroupName: usize = 0x48; // CUtlString - } - // Parent: CModelConfigElement - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CModelConfigElement_SetMaterialGroupOnAttachedModels { - pub const m_MaterialGroupName: usize = 0x48; // CUtlString - } - // Parent: CModelConfigElement - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CModelConfigElement_SetRenderColor { - pub const m_Color: usize = 0x48; // Color - } - // Parent: CModelConfigElement - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CModelConfigElement_RandomColor { - pub const m_Gradient: usize = 0x48; // CColorGradient - } - // Parent: CModelConfigElement - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CModelConfigElement_SetBodygroup { - pub const m_GroupName: usize = 0x48; // CUtlString - pub const m_nChoice: usize = 0x50; // int32 - } - // Parent: CModelConfigElement - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CModelConfigElement_SetBodygroupOnAttachedModels { - pub const m_GroupName: usize = 0x48; // CUtlString - pub const m_nChoice: usize = 0x50; // int32 - } - // Parent: CModelConfigElement - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CModelConfigElement_Command { - pub const m_Command: usize = 0x48; // CUtlString - pub const m_Args: usize = 0x50; // KeyValues3 - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CModelConfig { - pub const m_ConfigName: usize = 0x0; // CUtlString - pub const m_Elements: usize = 0x8; // CUtlVector - pub const m_bTopLevel: usize = 0x20; // bool - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CModelConfigList { - pub const m_bHideMaterialGroupInTools: usize = 0x0; // bool - pub const m_bHideRenderColorInTools: usize = 0x1; // bool - pub const m_Configs: usize = 0x8; // CUtlVector - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CRenderBufferBinding { - pub const m_hBuffer: usize = 0x0; // uint64 - pub const m_nBindOffsetBytes: usize = 0x10; // uint32 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod SkeletonBoneBounds_t { - pub const m_vecCenter: usize = 0x0; // Vector - pub const m_vecSize: usize = 0xC; // Vector - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod RenderSkeletonBone_t { - pub const m_boneName: usize = 0x0; // CUtlString - pub const m_parentName: usize = 0x8; // CUtlString - pub const m_invBindPose: usize = 0x10; // matrix3x4_t - pub const m_bbox: usize = 0x40; // SkeletonBoneBounds_t - pub const m_flSphereRadius: usize = 0x58; // float32 - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CRenderSkeleton { - pub const m_bones: usize = 0x0; // CUtlVector - pub const m_boneParents: usize = 0x30; // CUtlVector - pub const m_nBoneWeightCount: usize = 0x48; // int32 - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CDrawCullingData { - pub const m_vConeApex: usize = 0x0; // Vector - pub const m_ConeAxis: usize = 0xC; // int8[3] - pub const m_ConeCutoff: usize = 0xF; // int8 - } - // Parent: None - // Fields count: 12 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CMaterialDrawDescriptor { - pub const m_nPrimitiveType: usize = 0x0; // RenderPrimitiveType_t - pub const m_nBaseVertex: usize = 0x4; // int32 - pub const m_nVertexCount: usize = 0x8; // int32 - pub const m_nStartIndex: usize = 0xC; // int32 - pub const m_nIndexCount: usize = 0x10; // int32 - pub const m_flUvDensity: usize = 0x14; // float32 - pub const m_vTintColor: usize = 0x18; // Vector - pub const m_flAlpha: usize = 0x24; // float32 - pub const m_nFirstMeshlet: usize = 0x2C; // uint32 - pub const m_nNumMeshlets: usize = 0x30; // uint16 - pub const m_indexBuffer: usize = 0xB8; // CRenderBufferBinding - pub const m_material: usize = 0xE0; // CStrongHandle - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CMeshletDescriptor { - pub const m_PackedAABB: usize = 0x0; // PackedAABB_t - pub const m_CullingData: usize = 0x8; // CDrawCullingData - } - // Parent: None - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CSceneObjectData { - pub const m_vMinBounds: usize = 0x0; // Vector - pub const m_vMaxBounds: usize = 0xC; // Vector - pub const m_drawCalls: usize = 0x18; // CUtlVector - pub const m_drawBounds: usize = 0x30; // CUtlVector - pub const m_meshlets: usize = 0x48; // CUtlVector - pub const m_vTintColor: usize = 0x60; // Vector4D - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CAttachment { - pub const m_name: usize = 0x0; // CUtlString - pub const m_influenceNames: usize = 0x8; // CUtlString[3] - pub const m_vInfluenceRotations: usize = 0x20; // Quaternion[3] - pub const m_vInfluenceOffsets: usize = 0x50; // Vector[3] - pub const m_influenceWeights: usize = 0x74; // float32[3] - pub const m_bInfluenceRootTransform: usize = 0x80; // bool[3] - pub const m_nInfluences: usize = 0x83; // uint8 - pub const m_bIgnoreRotation: usize = 0x84; // bool - } - // Parent: None - // Fields count: 13 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CHitBox { - pub const m_name: usize = 0x0; // CUtlString - pub const m_sSurfaceProperty: usize = 0x8; // CUtlString - pub const m_sBoneName: usize = 0x10; // CUtlString - pub const m_vMinBounds: usize = 0x18; // Vector - pub const m_vMaxBounds: usize = 0x24; // Vector - pub const m_flShapeRadius: usize = 0x30; // float32 - pub const m_nBoneNameHash: usize = 0x34; // uint32 - pub const m_nGroupId: usize = 0x38; // int32 - pub const m_nShapeType: usize = 0x3C; // uint8 - pub const m_bTranslationOnly: usize = 0x3D; // bool - pub const m_CRC: usize = 0x40; // uint32 - pub const m_cRenderColor: usize = 0x44; // Color - pub const m_nHitBoxIndex: usize = 0x48; // uint16 - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CHitBoxSet { - pub const m_name: usize = 0x0; // CUtlString - pub const m_nNameHash: usize = 0x8; // uint32 - pub const m_HitBoxes: usize = 0x10; // CUtlVector - pub const m_SourceFilename: usize = 0x28; // CUtlString - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CHitBoxSetList { - pub const m_HitBoxSets: usize = 0x0; // CUtlVector - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod DynamicMeshDeformParams_t { - pub const m_flTensionCompressScale: usize = 0x0; // float32 - pub const m_flTensionStretchScale: usize = 0x4; // float32 - pub const m_bRecomputeSmoothNormalsAfterAnimation: usize = 0x8; // bool - pub const m_bComputeDynamicMeshTensionAfterAnimation: usize = 0x9; // bool - } - // Parent: None - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod RenderHairStrandInfo_t { - pub const m_nGuideIdx: usize = 0x0; // uint32[3] - pub const m_nBaseTriIdx: usize = 0xC; // uint32 - pub const m_vGuideBarycentric: usize = 0x10; // Vector2D - pub const m_vBaseBarycentric: usize = 0x18; // Vector2D - pub const m_vRootOffset_flLengthScale: usize = 0x20; // uint16[4] - pub const m_nPackedBaseMeshUv: usize = 0x28; // uint32 - pub const m_nPad: usize = 0x2C; // uint32 - } - // Parent: None - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CRenderGroom { - pub const m_nSegmentsPerHairStrand: usize = 0x0; // int32 - pub const m_nGuideHairCount: usize = 0x4; // int32 - pub const m_nHairCount: usize = 0x8; // int32 - pub const m_nGroomGroupID: usize = 0xC; // int32 - pub const m_nAttachBoneIdx: usize = 0x10; // int32 - pub const m_hairInfoBufferData: usize = 0x18; // CUtlBinaryBlock - pub const m_hairs: usize = 0x30; // CUtlVector - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CRenderMesh { - pub const m_sceneObjects: usize = 0x10; // CUtlVectorFixedGrowable - pub const m_constraints: usize = 0xA0; // CUtlVector - pub const m_skeleton: usize = 0xB8; // CRenderSkeleton - pub const m_meshDeformParams: usize = 0x1E0; // DynamicMeshDeformParams_t - pub const m_pGroomData: usize = 0x1F0; // CRenderGroom* - } - // Parent: None - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CConstraintTarget { - pub const m_qOffset: usize = 0x20; // Quaternion - pub const m_vOffset: usize = 0x30; // Vector - pub const m_nBoneHash: usize = 0x3C; // uint32 - pub const m_sName: usize = 0x40; // CUtlString - pub const m_flWeight: usize = 0x48; // float32 - pub const m_bIsAttachment: usize = 0x59; // bool - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CConstraintSlave { - pub const m_qBaseOrientation: usize = 0x0; // Quaternion - pub const m_vBasePosition: usize = 0x10; // Vector - pub const m_nBoneHash: usize = 0x1C; // uint32 - pub const m_flWeight: usize = 0x20; // float32 - pub const m_sName: usize = 0x28; // CUtlString - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CBoneConstraintBase { - } - // Parent: CBoneConstraintBase - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CBaseConstraint { - pub const m_name: usize = 0x28; // CUtlString - pub const m_vUpVector: usize = 0x30; // Vector - pub const m_slaves: usize = 0x40; // CUtlVector - pub const m_targets: usize = 0x58; // CUtlVector - } - // Parent: CBaseConstraint - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CPointConstraint { - } - // Parent: CBaseConstraint - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod COrientConstraint { - } - // Parent: CBaseConstraint - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CAimConstraint { - pub const m_qAimOffset: usize = 0x70; // Quaternion - pub const m_nUpType: usize = 0x80; // uint32 - } - // Parent: CBaseConstraint - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CTwistConstraint { - pub const m_bInverse: usize = 0x70; // bool - pub const m_qParentBindRotation: usize = 0x80; // Quaternion - pub const m_qChildBindRotation: usize = 0x90; // Quaternion - } - // Parent: CBaseConstraint - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CTiltTwistConstraint { - pub const m_nTargetAxis: usize = 0x70; // int32 - pub const m_nSlaveAxis: usize = 0x74; // int32 - } - // Parent: CBaseConstraint - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CMorphConstraint { - pub const m_sTargetMorph: usize = 0x70; // CUtlString - pub const m_nSlaveChannel: usize = 0x78; // int32 - pub const m_flMin: usize = 0x7C; // float32 - pub const m_flMax: usize = 0x80; // float32 - } - // Parent: CBaseConstraint - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CParentConstraint { - } - // Parent: CBoneConstraintBase - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CBoneConstraintPoseSpaceMorph { - pub const m_sBoneName: usize = 0x28; // CUtlString - pub const m_sAttachmentName: usize = 0x30; // CUtlString - pub const m_outputMorph: usize = 0x38; // CUtlVector - pub const m_inputList: usize = 0x50; // CUtlVector - pub const m_bClamp: usize = 0x68; // bool - } - // Parent: CBaseConstraint - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CBoneConstraintPoseSpaceBone { - pub const m_inputList: usize = 0x70; // CUtlVector - } - // Parent: CBoneConstraintBase - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CBoneConstraintDotToMorph { - pub const m_sBoneName: usize = 0x28; // CUtlString - pub const m_sTargetBoneName: usize = 0x30; // CUtlString - pub const m_sMorphChannelName: usize = 0x38; // CUtlString - pub const m_flRemap: usize = 0x40; // float32[4] - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CFlexOp { - pub const m_OpCode: usize = 0x0; // FlexOpCode_t - pub const m_Data: usize = 0x4; // int32 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CFlexRule { - pub const m_nFlex: usize = 0x0; // int32 - pub const m_FlexOps: usize = 0x8; // CUtlVector - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CFlexDesc { - pub const m_szFacs: usize = 0x0; // CUtlString - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CFlexController { - pub const m_szName: usize = 0x0; // CUtlString - pub const m_szType: usize = 0x8; // CUtlString - pub const min: usize = 0x10; // float32 - pub const max: usize = 0x14; // float32 - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CMorphBundleData { - pub const m_flULeftSrc: usize = 0x0; // float32 - pub const m_flVTopSrc: usize = 0x4; // float32 - pub const m_offsets: usize = 0x8; // CUtlVector - pub const m_ranges: usize = 0x20; // CUtlVector - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CMorphRectData { - pub const m_nXLeftDst: usize = 0x0; // int16 - pub const m_nYTopDst: usize = 0x2; // int16 - pub const m_flUWidthSrc: usize = 0x4; // float32 - pub const m_flVHeightSrc: usize = 0x8; // float32 - pub const m_bundleDatas: usize = 0x10; // CUtlVector - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CMorphData { - pub const m_name: usize = 0x0; // CUtlString - pub const m_morphRectDatas: usize = 0x8; // CUtlVector - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CMorphSetData { - pub const m_nWidth: usize = 0xC; // int32 - pub const m_nHeight: usize = 0x10; // int32 - pub const m_bundleTypes: usize = 0x18; // CUtlVector - pub const m_morphDatas: usize = 0x30; // CUtlVector - pub const m_pTextureAtlas: usize = 0x48; // CStrongHandle - pub const m_FlexDesc: usize = 0x50; // CUtlVector - pub const m_FlexControllers: usize = 0x68; // CUtlVector - pub const m_FlexRules: usize = 0x80; // CUtlVector - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CAnimFoot { - pub const m_name: usize = 0x0; // CUtlString - pub const m_vBallOffset: usize = 0x8; // Vector - pub const m_vHeelOffset: usize = 0x14; // Vector - pub const m_ankleBoneIndex: usize = 0x20; // int32 - pub const m_toeBoneIndex: usize = 0x24; // int32 - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CAnimSkeleton { - pub const m_localSpaceTransforms: usize = 0x10; // CUtlVector - pub const m_modelSpaceTransforms: usize = 0x28; // CUtlVector - pub const m_boneNames: usize = 0x40; // CUtlVector - pub const m_children: usize = 0x58; // CUtlVector> - pub const m_parents: usize = 0x70; // CUtlVector - pub const m_feet: usize = 0x88; // CUtlVector - pub const m_morphNames: usize = 0xA0; // CUtlVector - pub const m_lodBoneCounts: usize = 0xB8; // CUtlVector - } - // Parent: None - // Fields count: 9 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CFootDefinition { - pub const m_name: usize = 0x0; // CUtlString - pub const m_ankleBoneName: usize = 0x8; // CUtlString - pub const m_toeBoneName: usize = 0x10; // CUtlString - pub const m_vBallOffset: usize = 0x18; // Vector - pub const m_vHeelOffset: usize = 0x24; // Vector - pub const m_flFootLength: usize = 0x30; // float32 - pub const m_flBindPoseDirectionMS: usize = 0x34; // float32 - pub const m_flTraceHeight: usize = 0x38; // float32 - pub const m_flTraceRadius: usize = 0x3C; // float32 - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CCycleBase { - pub const m_flCycle: usize = 0x0; // float32 - } - // Parent: CCycleBase - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CAnimCycle { - } - // Parent: CCycleBase - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CFootCycle { - } - // Parent: None - // Fields count: 9 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CFootCycleDefinition { - pub const m_vStancePositionMS: usize = 0x0; // Vector - pub const m_vMidpointPositionMS: usize = 0xC; // Vector - pub const m_flStanceDirectionMS: usize = 0x18; // float32 - pub const m_vToStrideStartPos: usize = 0x1C; // Vector - pub const m_stanceCycle: usize = 0x28; // CAnimCycle - pub const m_footLiftCycle: usize = 0x2C; // CFootCycle - pub const m_footOffCycle: usize = 0x30; // CFootCycle - pub const m_footStrikeCycle: usize = 0x34; // CFootCycle - pub const m_footLandCycle: usize = 0x38; // CFootCycle - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CFootTrajectory { - pub const m_vOffset: usize = 0x0; // Vector - pub const m_flRotationOffset: usize = 0xC; // float32 - pub const m_flProgression: usize = 0x10; // float32 - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CFootTrajectories { - pub const m_trajectories: usize = 0x0; // CUtlVector - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CFootStride { - pub const m_definition: usize = 0x0; // CFootCycleDefinition - pub const m_trajectories: usize = 0x40; // CFootTrajectories - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CFootMotion { - pub const m_strides: usize = 0x0; // CUtlVector - pub const m_name: usize = 0x18; // CUtlString - pub const m_bAdditive: usize = 0x20; // bool - } - // Parent: None - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod SkeletonAnimCapture_t { - pub const m_nEntIndex: usize = 0x0; // CEntityIndex - pub const m_nEntParent: usize = 0x4; // CEntityIndex - pub const m_ImportedCollision: usize = 0x8; // CUtlVector - pub const m_ModelName: usize = 0x20; // CUtlString - pub const m_CaptureName: usize = 0x28; // CUtlString - pub const m_ModelBindPose: usize = 0x30; // CUtlVector - pub const m_FeModelInitPose: usize = 0x48; // CUtlVector - pub const m_nFlexControllers: usize = 0x60; // int32 - pub const m_bPredicted: usize = 0x64; // bool - pub const m_Frames: usize = 0xA8; // CUtlVector - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod SkeletonAnimCapture_t__Bone_t { - pub const m_Name: usize = 0x0; // CUtlString - pub const m_BindPose: usize = 0x10; // CTransform - pub const m_nParent: usize = 0x30; // int32 - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod SkeletonAnimCapture_t__FrameStamp_t { - pub const m_flTime: usize = 0x0; // float32 - pub const m_flEntitySimTime: usize = 0x4; // float32 - pub const m_bTeleportTick: usize = 0x8; // bool - pub const m_bPredicted: usize = 0x9; // bool - pub const m_flCurTime: usize = 0xC; // float32 - pub const m_flRealTime: usize = 0x10; // float32 - pub const m_nFrameCount: usize = 0x14; // int32 - pub const m_nTickCount: usize = 0x18; // int32 - } - // Parent: None - // Fields count: 9 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod SkeletonAnimCapture_t__Frame_t { - pub const m_flTime: usize = 0x0; // float32 - pub const m_Stamp: usize = 0x4; // SkeletonAnimCapture_t::FrameStamp_t - pub const m_Transform: usize = 0x20; // CTransform - pub const m_bTeleport: usize = 0x40; // bool - pub const m_CompositeBones: usize = 0x48; // CUtlVector - pub const m_SimStateBones: usize = 0x60; // CUtlVector - pub const m_FeModelAnims: usize = 0x78; // CUtlVector - pub const m_FeModelPos: usize = 0x90; // CUtlVector - pub const m_FlexControllerWeights: usize = 0xA8; // CUtlVector - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod SkeletonAnimCapture_t__Camera_t { - pub const m_tmCamera: usize = 0x0; // CTransform - pub const m_flTime: usize = 0x20; // float32 - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod SkeletonDemoDb_t { - pub const m_AnimCaptures: usize = 0x0; // CUtlVector - pub const m_CameraTrack: usize = 0x18; // CUtlVector - pub const m_flRecordingTime: usize = 0x30; // float32 - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CNmBoneMask { - pub const m_ID: usize = 0x0; // CGlobalSymbol - pub const m_weightInfo: usize = 0x8; // CNmBoneMask::WeightInfo_t - pub const m_weights: usize = 0x18; // CUtlVector - } - // Parent: None - // Fields count: 9 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CNmClip { - pub const m_skeleton: usize = 0x0; // CStrongHandle - pub const m_nNumFrames: usize = 0x8; // uint32 - pub const m_flDuration: usize = 0xC; // float32 - pub const m_compressedPoseData: usize = 0x10; // CUtlBinaryBlock - pub const m_trackCompressionSettings: usize = 0x28; // CUtlVector - pub const m_compressedPoseOffsets: usize = 0x40; // CUtlVector - pub const m_syncTrack: usize = 0xA0; // CNmSyncTrack - pub const m_rootMotion: usize = 0x150; // CNmRootMotionData - pub const m_bIsAdditive: usize = 0x1A0; // bool - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod NmCompressionSettings_t { - pub const m_translationRangeX: usize = 0x0; // NmCompressionSettings_t::QuantizationRange_t - pub const m_translationRangeY: usize = 0x8; // NmCompressionSettings_t::QuantizationRange_t - pub const m_translationRangeZ: usize = 0x10; // NmCompressionSettings_t::QuantizationRange_t - pub const m_scaleRange: usize = 0x18; // NmCompressionSettings_t::QuantizationRange_t - pub const m_constantRotation: usize = 0x20; // Quaternion - pub const m_bIsRotationStatic: usize = 0x30; // bool - pub const m_bIsTranslationStatic: usize = 0x31; // bool - pub const m_bIsScaleStatic: usize = 0x32; // bool - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod NmCompressionSettings_t__QuantizationRange_t { - pub const m_flRangeStart: usize = 0x0; // float32 - pub const m_flRangeLength: usize = 0x4; // float32 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CNmEvent { - pub const m_flStartTime: usize = 0x8; // float32 - pub const m_flDuration: usize = 0xC; // float32 - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CNmRootMotionData { - pub const m_transforms: usize = 0x0; // CUtlVector - pub const m_nNumFrames: usize = 0x18; // int32 - pub const m_flAverageLinearVelocity: usize = 0x1C; // float32 - pub const m_flAverageAngularVelocityRadians: usize = 0x20; // float32 - pub const m_totalDelta: usize = 0x30; // CTransform - } - // Parent: None - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CNmSkeleton { - pub const m_ID: usize = 0x0; // CGlobalSymbol - pub const m_boneIDs: usize = 0x8; // CUtlLeanVector - pub const m_parentIndices: usize = 0x18; // CUtlVector - pub const m_parentSpaceReferencePose: usize = 0x30; // CUtlVector - pub const m_modelSpaceReferencePose: usize = 0x48; // CUtlVector - pub const m_numBonesToSampleAtLowLOD: usize = 0x60; // int32 - pub const m_boneMasks: usize = 0x68; // CUtlLeanVector - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod NmSyncTrackTime_t { - pub const m_nEventIdx: usize = 0x0; // int32 - pub const m_percentageThrough: usize = 0x4; // NmPercent_t - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod NmSyncTrackTimeRange_t { - pub const m_startTime: usize = 0x0; // NmSyncTrackTime_t - pub const m_endTime: usize = 0x8; // NmSyncTrackTime_t - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CNmSyncTrack { - pub const m_syncEvents: usize = 0x0; // CUtlLeanVectorFixedGrowable - pub const m_nStartEventOffset: usize = 0xA8; // int32 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CNmSyncTrack__EventMarker_t { - pub const m_startTime: usize = 0x0; // NmPercent_t - pub const m_ID: usize = 0x8; // CGlobalSymbol - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CNmSyncTrack__Event_t { - pub const m_ID: usize = 0x0; // CGlobalSymbol - pub const m_startTime: usize = 0x8; // NmPercent_t - pub const m_duration: usize = 0xC; // NmPercent_t - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod NmPercent_t { - pub const m_flValue: usize = 0x0; // float32 - } - // Parent: CNmEvent - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CNmLegacyEvent { - } - // Parent: CNmEvent - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CNmFootEvent { - pub const m_phase: usize = 0x10; // NmFootPhase_t - } - // Parent: CNmEvent - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CNmIDEvent { - pub const m_ID: usize = 0x10; // CGlobalSymbol - } - // Parent: CNmEvent - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CNmTransitionEvent { - pub const m_rule: usize = 0x10; // NmTransitionRule_t - pub const m_ID: usize = 0x18; // CGlobalSymbol - } - // Parent: CNmEvent - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CNmFrameSnapEvent { - pub const m_frameSnapMode: usize = 0x10; // NmFrameSnapEventMode_t - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CNmGraphDataSet { - pub const m_variationID: usize = 0x0; // CGlobalSymbol - pub const m_skeleton: usize = 0x8; // CStrongHandle - pub const m_resources: usize = 0x10; // CUtlVector - } - // Parent: None - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CNmGraph { - pub const m_persistentNodeIndices: usize = 0x0; // CUtlVector - pub const m_instanceNodeStartOffsets: usize = 0x18; // CUtlVector - pub const m_instanceRequiredMemory: usize = 0x30; // uint32 - pub const m_instanceRequiredAlignment: usize = 0x34; // uint32 - pub const m_rootNodeIdx: usize = 0x38; // int16 - pub const m_controlParameterIDs: usize = 0x40; // CUtlVector - pub const m_virtualParameterIDs: usize = 0x58; // CUtlVector - pub const m_virtualParameterNodeIndices: usize = 0x70; // CUtlVector - pub const m_childGraphSlots: usize = 0x88; // CUtlVector - pub const m_externalGraphSlots: usize = 0xA0; // CUtlVector - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CNmGraph__ExternalGraphSlot_t { - pub const m_nNodeIdx: usize = 0x0; // int16 - pub const m_slotID: usize = 0x8; // CGlobalSymbol - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CNmGraph__ChildGraphSlot_t { - pub const m_nNodeIdx: usize = 0x0; // int16 - pub const m_dataSlotIdx: usize = 0x2; // int16 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CNmGraphVariation { - pub const m_graph: usize = 0x0; // CStrongHandle - pub const m_dataSet: usize = 0x8; // CStrongHandle - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyArrayElementNameKey - pub mod MoodAnimation_t { - pub const m_sName: usize = 0x0; // CUtlString - pub const m_flWeight: usize = 0x8; // float32 - } - // Parent: None - // Fields count: 12 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyArrayElementNameKey - pub mod MoodAnimationLayer_t { - pub const m_sName: usize = 0x0; // CUtlString - pub const m_bActiveListening: usize = 0x8; // bool - pub const m_bActiveTalking: usize = 0x9; // bool - pub const m_layerAnimations: usize = 0x10; // CUtlVector - pub const m_flIntensity: usize = 0x28; // CRangeFloat - pub const m_flDurationScale: usize = 0x30; // CRangeFloat - pub const m_bScaleWithInts: usize = 0x38; // bool - pub const m_flNextStart: usize = 0x3C; // CRangeFloat - pub const m_flStartOffset: usize = 0x44; // CRangeFloat - pub const m_flEndOffset: usize = 0x4C; // CRangeFloat - pub const m_flFadeIn: usize = 0x54; // float32 - pub const m_flFadeOut: usize = 0x58; // float32 - } - // Parent: None - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod AnimationDecodeDebugDumpElement_t { - pub const m_nEntityIndex: usize = 0x0; // int32 - pub const m_modelName: usize = 0x8; // CUtlString - pub const m_poseParams: usize = 0x10; // CUtlVector - pub const m_decodeOps: usize = 0x28; // CUtlVector - pub const m_internalOps: usize = 0x40; // CUtlVector - pub const m_decodedAnims: usize = 0x58; // CUtlVector - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod AnimationDecodeDebugDump_t { - pub const m_processingType: usize = 0x0; // AnimationProcessingType_t - pub const m_elems: usize = 0x8; // CUtlVector - } - // Parent: None - // Fields count: 9 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod AnimationSnapshotBase_t { - pub const m_flRealTime: usize = 0x0; // float32 - pub const m_rootToWorld: usize = 0x10; // matrix3x4a_t - pub const m_bBonesInWorldSpace: usize = 0x40; // bool - pub const m_boneSetupMask: usize = 0x48; // CUtlVector - pub const m_boneTransforms: usize = 0x60; // CUtlVector - pub const m_flexControllers: usize = 0x78; // CUtlVector - pub const m_SnapshotType: usize = 0x90; // AnimationSnapshotType_t - pub const m_bHasDecodeDump: usize = 0x94; // bool - pub const m_DecodeDump: usize = 0x98; // AnimationDecodeDebugDumpElement_t - } - // Parent: AnimationSnapshotBase_t - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod AnimationSnapshot_t { - pub const m_nEntIndex: usize = 0x108; // int32 - pub const m_modelName: usize = 0x110; // CUtlString - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CAnimBoneDifference { - pub const m_name: usize = 0x0; // CBufferString - pub const m_parent: usize = 0x10; // CBufferString - pub const m_posError: usize = 0x20; // Vector - pub const m_bHasRotation: usize = 0x2C; // bool - pub const m_bHasMovement: usize = 0x2D; // bool - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CAnimMorphDifference { - pub const m_name: usize = 0x0; // CBufferString - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CAnimUserDifference { - pub const m_name: usize = 0x0; // CBufferString - pub const m_nType: usize = 0x10; // int32 - } - // Parent: None - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CAnimEncodeDifference { - pub const m_boneArray: usize = 0x0; // CUtlVector - pub const m_morphArray: usize = 0x18; // CUtlVector - pub const m_userArray: usize = 0x30; // CUtlVector - pub const m_bHasRotationBitArray: usize = 0x48; // CUtlVector - pub const m_bHasMovementBitArray: usize = 0x60; // CUtlVector - pub const m_bHasMorphBitArray: usize = 0x78; // CUtlVector - pub const m_bHasUserBitArray: usize = 0x90; // CUtlVector - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CAnimEventDefinition { - pub const m_nFrame: usize = 0x8; // int32 - pub const m_flCycle: usize = 0xC; // float32 - pub const m_EventData: usize = 0x10; // KeyValues3 - pub const m_sLegacyOptions: usize = 0x20; // CBufferString - pub const m_sEventName: usize = 0x30; // CGlobalSymbol - } - // Parent: None - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CAnimMovement { - pub const endframe: usize = 0x0; // int32 - pub const motionflags: usize = 0x4; // int32 - pub const v0: usize = 0x8; // float32 - pub const v1: usize = 0xC; // float32 - pub const angle: usize = 0x10; // float32 - pub const vector: usize = 0x14; // Vector - pub const position: usize = 0x20; // Vector - } - // Parent: None - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CAnimLocalHierarchy { - pub const m_sBone: usize = 0x0; // CBufferString - pub const m_sNewParent: usize = 0x10; // CBufferString - pub const m_nStartFrame: usize = 0x20; // int32 - pub const m_nPeakFrame: usize = 0x24; // int32 - pub const m_nTailFrame: usize = 0x28; // int32 - pub const m_nEndFrame: usize = 0x2C; // int32 - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CAnimDecoder { - pub const m_szName: usize = 0x0; // CBufferString - pub const m_nVersion: usize = 0x10; // int32 - pub const m_nType: usize = 0x14; // int32 - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CAnimFrameSegment { - pub const m_nUniqueFrameIndex: usize = 0x0; // int32 - pub const m_nLocalElementMasks: usize = 0x4; // uint32 - pub const m_nLocalChannel: usize = 0x8; // int32 - pub const m_container: usize = 0x10; // CUtlBinaryBlock - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CAnimFrameBlockAnim { - pub const m_nStartFrame: usize = 0x0; // int32 - pub const m_nEndFrame: usize = 0x4; // int32 - pub const m_segmentIndexArray: usize = 0x8; // CUtlVector - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CAnimEncodedFrames { - pub const m_fileName: usize = 0x0; // CBufferString - pub const m_nFrames: usize = 0x10; // int32 - pub const m_nFramesPerBlock: usize = 0x14; // int32 - pub const m_frameblockArray: usize = 0x18; // CUtlVector - pub const m_usageDifferences: usize = 0x30; // CAnimEncodeDifference - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CAnimDesc_Flag { - pub const m_bLooping: usize = 0x0; // bool - pub const m_bAllZeros: usize = 0x1; // bool - pub const m_bHidden: usize = 0x2; // bool - pub const m_bDelta: usize = 0x3; // bool - pub const m_bLegacyWorldspace: usize = 0x4; // bool - pub const m_bModelDoc: usize = 0x5; // bool - pub const m_bImplicitSeqIgnoreDelta: usize = 0x6; // bool - pub const m_bAnimGraphAdditive: usize = 0x7; // bool - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CAnimSequenceParams { - pub const m_flFadeInTime: usize = 0x0; // float32 - pub const m_flFadeOutTime: usize = 0x4; // float32 - } - // Parent: None - // Fields count: 14 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CAnimDesc { - pub const m_name: usize = 0x0; // CBufferString - pub const m_flags: usize = 0x10; // CAnimDesc_Flag - pub const fps: usize = 0x18; // float32 - pub const m_Data: usize = 0x20; // CAnimEncodedFrames - pub const m_movementArray: usize = 0xF8; // CUtlVector - pub const m_eventArray: usize = 0x110; // CUtlVector - pub const m_activityArray: usize = 0x128; // CUtlVector - pub const m_hierarchyArray: usize = 0x140; // CUtlVector - pub const framestalltime: usize = 0x158; // float32 - pub const m_vecRootMin: usize = 0x15C; // Vector - pub const m_vecRootMax: usize = 0x168; // Vector - pub const m_vecBoneWorldMin: usize = 0x178; // CUtlVector - pub const m_vecBoneWorldMax: usize = 0x190; // CUtlVector - pub const m_sequenceParams: usize = 0x1A8; // CAnimSequenceParams - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CAnimActivity { - pub const m_name: usize = 0x0; // CBufferString - pub const m_nActivity: usize = 0x10; // int32 - pub const m_nFlags: usize = 0x14; // int32 - pub const m_nWeight: usize = 0x18; // int32 - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CAnimData { - pub const m_name: usize = 0x10; // CBufferString - pub const m_animArray: usize = 0x20; // CUtlVector - pub const m_decoderArray: usize = 0x38; // CUtlVector - pub const m_nMaxUniqueFrameIndex: usize = 0x50; // int32 - pub const m_segmentArray: usize = 0x58; // CUtlVector - } - // Parent: None - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CAnimBone { - pub const m_name: usize = 0x0; // CBufferString - pub const m_parent: usize = 0x10; // int32 - pub const m_pos: usize = 0x14; // Vector - pub const m_quat: usize = 0x20; // QuaternionStorage - pub const m_scale: usize = 0x30; // float32 - pub const m_qAlignment: usize = 0x34; // QuaternionStorage - pub const m_flags: usize = 0x44; // int32 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CAnimUser { - pub const m_name: usize = 0x0; // CBufferString - pub const m_nType: usize = 0x10; // int32 - } - // Parent: None - // Fields count: 9 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CAnimDataChannelDesc { - pub const m_szChannelClass: usize = 0x0; // CBufferString - pub const m_szVariableName: usize = 0x10; // CBufferString - pub const m_nFlags: usize = 0x20; // int32 - pub const m_nType: usize = 0x24; // int32 - pub const m_szGrouping: usize = 0x28; // CBufferString - pub const m_szDescription: usize = 0x38; // CBufferString - pub const m_szElementNameArray: usize = 0x48; // CUtlVector - pub const m_nElementIndexArray: usize = 0x60; // CUtlVector - pub const m_nElementMaskArray: usize = 0x78; // CUtlVector - } - // Parent: None - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CAnimKeyData { - pub const m_name: usize = 0x0; // CBufferString - pub const m_boneArray: usize = 0x10; // CUtlVector - pub const m_userArray: usize = 0x28; // CUtlVector - pub const m_morphArray: usize = 0x40; // CUtlVector - pub const m_nChannelElements: usize = 0x58; // int32 - pub const m_dataChannelArray: usize = 0x60; // CUtlVector - } - // Parent: None - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CAnimationGroup { - pub const m_nFlags: usize = 0xC; // uint32 - pub const m_name: usize = 0x10; // CBufferString - pub const m_localHAnimArray_Handle: usize = 0x58; // CUtlVector> - pub const m_includedGroupArray_Handle: usize = 0x70; // CUtlVector> - pub const m_directHSeqGroup_Handle: usize = 0x88; // CStrongHandle - pub const m_decodeKey: usize = 0x90; // CAnimKeyData - pub const m_szScripts: usize = 0x108; // CUtlVector - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CSeqAutoLayerFlag { - pub const m_bPost: usize = 0x0; // bool - pub const m_bSpline: usize = 0x1; // bool - pub const m_bXFade: usize = 0x2; // bool - pub const m_bNoBlend: usize = 0x3; // bool - pub const m_bLocal: usize = 0x4; // bool - pub const m_bPose: usize = 0x5; // bool - pub const m_bFetchFrame: usize = 0x6; // bool - pub const m_bSubtract: usize = 0x7; // bool - } - // Parent: None - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CSeqAutoLayer { - pub const m_nLocalReference: usize = 0x0; // int16 - pub const m_nLocalPose: usize = 0x2; // int16 - pub const m_flags: usize = 0x4; // CSeqAutoLayerFlag - pub const m_start: usize = 0xC; // float32 - pub const m_peak: usize = 0x10; // float32 - pub const m_tail: usize = 0x14; // float32 - pub const m_end: usize = 0x18; // float32 - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CSeqIKLock { - pub const m_flPosWeight: usize = 0x0; // float32 - pub const m_flAngleWeight: usize = 0x4; // float32 - pub const m_nLocalBone: usize = 0x8; // int16 - pub const m_bBonesOrientedAlongPositiveX: usize = 0xA; // bool - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CSeqBoneMaskList { - pub const m_sName: usize = 0x0; // CBufferString - pub const m_nLocalBoneArray: usize = 0x10; // CUtlVector - pub const m_flBoneWeightArray: usize = 0x28; // CUtlVector - pub const m_flDefaultMorphCtrlWeight: usize = 0x40; // float32 - pub const m_morphCtrlWeightArray: usize = 0x48; // CUtlVector> - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CSeqScaleSet { - pub const m_sName: usize = 0x0; // CBufferString - pub const m_bRootOffset: usize = 0x10; // bool - pub const m_vRootOffset: usize = 0x14; // Vector - pub const m_nLocalBoneArray: usize = 0x20; // CUtlVector - pub const m_flBoneScaleArray: usize = 0x38; // CUtlVector - } - // Parent: None - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CSeqMultiFetchFlag { - pub const m_bRealtime: usize = 0x0; // bool - pub const m_bCylepose: usize = 0x1; // bool - pub const m_b0D: usize = 0x2; // bool - pub const m_b1D: usize = 0x3; // bool - pub const m_b2D: usize = 0x4; // bool - pub const m_b2D_TRI: usize = 0x5; // bool - } - // Parent: None - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CSeqMultiFetch { - pub const m_flags: usize = 0x0; // CSeqMultiFetchFlag - pub const m_localReferenceArray: usize = 0x8; // CUtlVector - pub const m_nGroupSize: usize = 0x20; // int32[2] - pub const m_nLocalPose: usize = 0x28; // int32[2] - pub const m_poseKeyArray0: usize = 0x30; // CUtlVector - pub const m_poseKeyArray1: usize = 0x48; // CUtlVector - pub const m_nLocalCyclePoseParameter: usize = 0x60; // int32 - pub const m_bCalculatePoseParameters: usize = 0x64; // bool - pub const m_bFixedBlendWeight: usize = 0x65; // bool - pub const m_flFixedBlendWeightVals: usize = 0x68; // float32[2] - } - // Parent: None - // Fields count: 11 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CSeqSeqDescFlag { - pub const m_bLooping: usize = 0x0; // bool - pub const m_bSnap: usize = 0x1; // bool - pub const m_bAutoplay: usize = 0x2; // bool - pub const m_bPost: usize = 0x3; // bool - pub const m_bHidden: usize = 0x4; // bool - pub const m_bMulti: usize = 0x5; // bool - pub const m_bLegacyDelta: usize = 0x6; // bool - pub const m_bLegacyWorldspace: usize = 0x7; // bool - pub const m_bLegacyCyclepose: usize = 0x8; // bool - pub const m_bLegacyRealtime: usize = 0x9; // bool - pub const m_bModelDoc: usize = 0xA; // bool - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CSeqTransition { - pub const m_flFadeInTime: usize = 0x0; // float32 - pub const m_flFadeOutTime: usize = 0x4; // float32 - } - // Parent: None - // Fields count: 11 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CSeqS1SeqDesc { - pub const m_sName: usize = 0x0; // CBufferString - pub const m_flags: usize = 0x10; // CSeqSeqDescFlag - pub const m_fetch: usize = 0x20; // CSeqMultiFetch - pub const m_nLocalWeightlist: usize = 0x90; // int32 - pub const m_autoLayerArray: usize = 0x98; // CUtlVector - pub const m_IKLockArray: usize = 0xB0; // CUtlVector - pub const m_transition: usize = 0xC8; // CSeqTransition - pub const m_SequenceKeys: usize = 0xD0; // KeyValues3 - pub const m_LegacyKeyValueText: usize = 0xE0; // CBufferString - pub const m_activityArray: usize = 0xF0; // CUtlVector - pub const m_footMotion: usize = 0x108; // CUtlVector - } - // Parent: None - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CSeqSynthAnimDesc { - pub const m_sName: usize = 0x0; // CBufferString - pub const m_flags: usize = 0x10; // CSeqSeqDescFlag - pub const m_transition: usize = 0x1C; // CSeqTransition - pub const m_nLocalBaseReference: usize = 0x24; // int16 - pub const m_nLocalBoneMask: usize = 0x26; // int16 - pub const m_activityArray: usize = 0x28; // CUtlVector - } - // Parent: None - // Fields count: 9 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CSeqCmdLayer { - pub const m_cmd: usize = 0x0; // int16 - pub const m_nLocalReference: usize = 0x2; // int16 - pub const m_nLocalBonemask: usize = 0x4; // int16 - pub const m_nDstResult: usize = 0x6; // int16 - pub const m_nSrcResult: usize = 0x8; // int16 - pub const m_bSpline: usize = 0xA; // bool - pub const m_flVar1: usize = 0xC; // float32 - pub const m_flVar2: usize = 0x10; // float32 - pub const m_nLineNumber: usize = 0x14; // int16 - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CSeqPoseSetting { - pub const m_sPoseParameter: usize = 0x0; // CBufferString - pub const m_sAttachment: usize = 0x10; // CBufferString - pub const m_sReferenceSequence: usize = 0x20; // CBufferString - pub const m_flValue: usize = 0x30; // float32 - pub const m_bX: usize = 0x34; // bool - pub const m_bY: usize = 0x35; // bool - pub const m_bZ: usize = 0x36; // bool - pub const m_eType: usize = 0x38; // int32 - } - // Parent: None - // Fields count: 12 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CSeqCmdSeqDesc { - pub const m_sName: usize = 0x0; // CBufferString - pub const m_flags: usize = 0x10; // CSeqSeqDescFlag - pub const m_transition: usize = 0x1C; // CSeqTransition - pub const m_nFrameRangeSequence: usize = 0x24; // int16 - pub const m_nFrameCount: usize = 0x26; // int16 - pub const m_flFPS: usize = 0x28; // float32 - pub const m_nSubCycles: usize = 0x2C; // int16 - pub const m_numLocalResults: usize = 0x2E; // int16 - pub const m_cmdLayerArray: usize = 0x30; // CUtlVector - pub const m_eventArray: usize = 0x48; // CUtlVector - pub const m_activityArray: usize = 0x60; // CUtlVector - pub const m_poseSettingArray: usize = 0x78; // CUtlVector - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CSeqPoseParamDesc { - pub const m_sName: usize = 0x0; // CBufferString - pub const m_flStart: usize = 0x10; // float32 - pub const m_flEnd: usize = 0x14; // float32 - pub const m_flLoop: usize = 0x18; // float32 - pub const m_bLooping: usize = 0x1C; // bool - } - // Parent: None - // Fields count: 14 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CSequenceGroupData { - pub const m_sName: usize = 0x10; // CBufferString - pub const m_nFlags: usize = 0x20; // uint32 - pub const m_localSequenceNameArray: usize = 0x28; // CUtlVector - pub const m_localS1SeqDescArray: usize = 0x40; // CUtlVector - pub const m_localMultiSeqDescArray: usize = 0x58; // CUtlVector - pub const m_localSynthAnimDescArray: usize = 0x70; // CUtlVector - pub const m_localCmdSeqDescArray: usize = 0x88; // CUtlVector - pub const m_localBoneMaskArray: usize = 0xA0; // CUtlVector - pub const m_localScaleSetArray: usize = 0xB8; // CUtlVector - pub const m_localBoneNameArray: usize = 0xD0; // CUtlVector - pub const m_localNodeName: usize = 0xE8; // CBufferString - pub const m_localPoseParamArray: usize = 0xF8; // CUtlVector - pub const m_keyValues: usize = 0x110; // KeyValues3 - pub const m_localIKAutoplayLockArray: usize = 0x120; // CUtlVector - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MPropertyEditClassAsString - pub mod CAnimEnum { - pub const m_value: usize = 0x0; // uint8 - } - // Parent: CAnimGraphSettingsGroup - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyFriendlyName - pub mod CAnimGraphNetworkSettings { - pub const m_bNetworkingEnabled: usize = 0x20; // bool - } - // Parent: CAnimComponentUpdater - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CActionComponentUpdater { - pub const m_actions: usize = 0x30; // CUtlVector> - } - // Parent: CBinaryUpdateNode - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CAddUpdateNode { - pub const m_footMotionTiming: usize = 0x88; // BinaryNodeChildOption - pub const m_bApplyToFootMotion: usize = 0x8C; // bool - pub const m_bApplyChannelsSeparately: usize = 0x8D; // bool - pub const m_bUseModelSpace: usize = 0x8E; // bool - } - // Parent: CUnaryUpdateNode - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CAimMatrixUpdateNode { - pub const m_opFixedSettings: usize = 0x70; // AimMatrixOpFixedSettings_t - pub const m_target: usize = 0x148; // AnimVectorSource - pub const m_paramIndex: usize = 0x14C; // CAnimParamHandle - pub const m_hSequence: usize = 0x150; // HSequence - pub const m_bResetChild: usize = 0x154; // bool - pub const m_bLockWhenWaning: usize = 0x155; // bool - } - // Parent: CLeafUpdateNode - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CBindPoseUpdateNode { - } - // Parent: CUnaryUpdateNode - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CChoreoUpdateNode { - } - // Parent: CUnaryUpdateNode - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CCycleControlUpdateNode { - pub const m_valueSource: usize = 0x68; // AnimValueSource - pub const m_paramIndex: usize = 0x6C; // CAnimParamHandle - } - // Parent: CLeafUpdateNode - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CCycleControlClipUpdateNode { - pub const m_tags: usize = 0x60; // CUtlVector - pub const m_hSequence: usize = 0x7C; // HSequence - pub const m_duration: usize = 0x80; // float32 - pub const m_valueSource: usize = 0x84; // AnimValueSource - pub const m_paramIndex: usize = 0x88; // CAnimParamHandle - } - // Parent: CLeafUpdateNode - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CDirectionalBlendUpdateNode { - pub const m_hSequences: usize = 0x5C; // HSequence[8] - pub const m_damping: usize = 0x80; // CAnimInputDamping - pub const m_blendValueSource: usize = 0x90; // AnimValueSource - pub const m_paramIndex: usize = 0x94; // CAnimParamHandle - pub const m_playbackSpeed: usize = 0x98; // float32 - pub const m_duration: usize = 0x9C; // float32 - pub const m_bLoop: usize = 0xA0; // bool - pub const m_bLockBlendOnReset: usize = 0xA1; // bool - } - // Parent: CUnaryUpdateNode - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CDirectPlaybackUpdateNode { - pub const m_bFinishEarly: usize = 0x6C; // bool - pub const m_bResetOnFinish: usize = 0x6D; // bool - pub const m_allTags: usize = 0x70; // CUtlVector - } - // Parent: CUnaryUpdateNode - // Fields count: 13 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CFollowPathUpdateNode { - pub const m_flBlendOutTime: usize = 0x6C; // float32 - pub const m_bBlockNonPathMovement: usize = 0x70; // bool - pub const m_bStopFeetAtGoal: usize = 0x71; // bool - pub const m_bScaleSpeed: usize = 0x72; // bool - pub const m_flScale: usize = 0x74; // float32 - pub const m_flMinAngle: usize = 0x78; // float32 - pub const m_flMaxAngle: usize = 0x7C; // float32 - pub const m_flSpeedScaleBlending: usize = 0x80; // float32 - pub const m_turnDamping: usize = 0x88; // CAnimInputDamping - pub const m_facingTarget: usize = 0x98; // AnimValueSource - pub const m_hParam: usize = 0x9C; // CAnimParamHandle - pub const m_flTurnToFaceOffset: usize = 0xA0; // float32 - pub const m_bTurnToFace: usize = 0xA4; // bool - } - // Parent: CUnaryUpdateNode - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CFollowAttachmentUpdateNode { - pub const m_opFixedData: usize = 0x70; // FollowAttachmentSettings_t - } - // Parent: CUnaryUpdateNode - // Fields count: 9 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CFootAdjustmentUpdateNode { - pub const m_clips: usize = 0x70; // CUtlVector - pub const m_hBasePoseCacheHandle: usize = 0x88; // CPoseHandle - pub const m_facingTarget: usize = 0x8C; // CAnimParamHandle - pub const m_flTurnTimeMin: usize = 0x90; // float32 - pub const m_flTurnTimeMax: usize = 0x94; // float32 - pub const m_flStepHeightMax: usize = 0x98; // float32 - pub const m_flStepHeightMaxAngle: usize = 0x9C; // float32 - pub const m_bResetChild: usize = 0xA0; // bool - pub const m_bAnimationDriven: usize = 0xA1; // bool - } - // Parent: CUnaryUpdateNode - // Fields count: 20 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CFootLockUpdateNode { - pub const m_opFixedSettings: usize = 0x68; // FootLockPoseOpFixedSettings - pub const m_footSettings: usize = 0xD0; // CUtlVector - pub const m_hipShiftDamping: usize = 0xE8; // CAnimInputDamping - pub const m_rootHeightDamping: usize = 0xF8; // CAnimInputDamping - pub const m_flStrideCurveScale: usize = 0x108; // float32 - pub const m_flStrideCurveLimitScale: usize = 0x10C; // float32 - pub const m_flStepHeightIncreaseScale: usize = 0x110; // float32 - pub const m_flStepHeightDecreaseScale: usize = 0x114; // float32 - pub const m_flHipShiftScale: usize = 0x118; // float32 - pub const m_flBlendTime: usize = 0x11C; // float32 - pub const m_flMaxRootHeightOffset: usize = 0x120; // float32 - pub const m_flMinRootHeightOffset: usize = 0x124; // float32 - pub const m_flTiltPlanePitchSpringStrength: usize = 0x128; // float32 - pub const m_flTiltPlaneRollSpringStrength: usize = 0x12C; // float32 - pub const m_bApplyFootRotationLimits: usize = 0x130; // bool - pub const m_bApplyHipShift: usize = 0x131; // bool - pub const m_bModulateStepHeight: usize = 0x132; // bool - pub const m_bResetChild: usize = 0x133; // bool - pub const m_bEnableVerticalCurvedPaths: usize = 0x134; // bool - pub const m_bEnableRootHeightDamping: usize = 0x135; // bool - } - // Parent: CUnaryUpdateNode - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CFootPinningUpdateNode { - pub const m_poseOpFixedData: usize = 0x70; // FootPinningPoseOpFixedData_t - pub const m_eTimingSource: usize = 0xA0; // FootPinningTimingSource - pub const m_params: usize = 0xA8; // CUtlVector - pub const m_bResetChild: usize = 0xC0; // bool - } - // Parent: CUnaryUpdateNode - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CFootStepTriggerUpdateNode { - pub const m_triggers: usize = 0x68; // CUtlVector - pub const m_flTolerance: usize = 0x84; // float32 - } - // Parent: CUnaryUpdateNode - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CHitReactUpdateNode { - pub const m_opFixedSettings: usize = 0x68; // HitReactFixedSettings_t - pub const m_triggerParam: usize = 0xB4; // CAnimParamHandle - pub const m_hitBoneParam: usize = 0xB6; // CAnimParamHandle - pub const m_hitOffsetParam: usize = 0xB8; // CAnimParamHandle - pub const m_hitDirectionParam: usize = 0xBA; // CAnimParamHandle - pub const m_hitStrengthParam: usize = 0xBC; // CAnimParamHandle - pub const m_flMinDelayBetweenHits: usize = 0xC0; // float32 - pub const m_bResetChild: usize = 0xC4; // bool - } - // Parent: CLeafUpdateNode - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CInputStreamUpdateNode { - } - // Parent: CUnaryUpdateNode - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CJiggleBoneUpdateNode { - pub const m_opFixedData: usize = 0x68; // JiggleBoneSettingsList_t - } - // Parent: CSequenceUpdateNode - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CJumpHelperUpdateNode { - pub const m_hTargetParam: usize = 0xA1; // CAnimParamHandle - pub const m_flOriginalJumpMovement: usize = 0xA4; // Vector - pub const m_flOriginalJumpDuration: usize = 0xB0; // float32 - pub const m_flJumpStartCycle: usize = 0xB4; // float32 - pub const m_flJumpEndCycle: usize = 0xB8; // float32 - pub const m_eCorrectionMethod: usize = 0xBC; // JumpCorrectionMethod - pub const m_bTranslationAxis: usize = 0xC0; // bool[3] - pub const m_bScaleSpeed: usize = 0xC3; // bool - } - // Parent: CUnaryUpdateNode - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CLookAtUpdateNode { - pub const m_opFixedSettings: usize = 0x70; // LookAtOpFixedSettings_t - pub const m_target: usize = 0x138; // AnimVectorSource - pub const m_paramIndex: usize = 0x13C; // CAnimParamHandle - pub const m_weightParamIndex: usize = 0x13E; // CAnimParamHandle - pub const m_bResetChild: usize = 0x140; // bool - pub const m_bLockWhenWaning: usize = 0x141; // bool - } - // Parent: CUnaryUpdateNode - // Fields count: 12 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CMoverUpdateNode { - pub const m_damping: usize = 0x70; // CAnimInputDamping - pub const m_facingTarget: usize = 0x80; // AnimValueSource - pub const m_hMoveVecParam: usize = 0x84; // CAnimParamHandle - pub const m_hMoveHeadingParam: usize = 0x86; // CAnimParamHandle - pub const m_hTurnToFaceParam: usize = 0x88; // CAnimParamHandle - pub const m_flTurnToFaceOffset: usize = 0x8C; // float32 - pub const m_flTurnToFaceLimit: usize = 0x90; // float32 - pub const m_bAdditive: usize = 0x94; // bool - pub const m_bApplyMovement: usize = 0x95; // bool - pub const m_bOrientMovement: usize = 0x96; // bool - pub const m_bApplyRotation: usize = 0x97; // bool - pub const m_bLimitOnly: usize = 0x98; // bool - } - // Parent: CUnaryUpdateNode - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CPathHelperUpdateNode { - pub const m_flStoppingRadius: usize = 0x68; // float32 - pub const m_flStoppingSpeedScale: usize = 0x6C; // float32 - } - // Parent: CUnaryUpdateNode - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CRagdollUpdateNode { - pub const m_nWeightListIndex: usize = 0x68; // int32 - pub const m_poseControlMethod: usize = 0x6C; // RagdollPoseControl - } - // Parent: CUnaryUpdateNode - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CRootUpdateNode { - } - // Parent: CUnaryUpdateNode - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CSetFacingUpdateNode { - pub const m_facingMode: usize = 0x68; // FacingMode - pub const m_bResetChild: usize = 0x6C; // bool - } - // Parent: CUnaryUpdateNode - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CSlowDownOnSlopesUpdateNode { - pub const m_flSlowDownStrength: usize = 0x68; // float32 - } - // Parent: CUnaryUpdateNode - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CSolveIKChainUpdateNode { - pub const m_targetHandles: usize = 0x68; // CUtlVector - pub const m_opFixedData: usize = 0x80; // SolveIKChainPoseOpFixedSettings_t - } - // Parent: CUnaryUpdateNode - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CSpeedScaleUpdateNode { - pub const m_paramIndex: usize = 0x68; // CAnimParamHandle - } - // Parent: CUnaryUpdateNode - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CStanceOverrideUpdateNode { - pub const m_footStanceInfo: usize = 0x68; // CUtlVector - pub const m_pStanceSourceNode: usize = 0x80; // CAnimUpdateNodeRef - pub const m_hParameter: usize = 0x90; // CAnimParamHandle - pub const m_eMode: usize = 0x94; // StanceOverrideMode - } - // Parent: CUnaryUpdateNode - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CStanceScaleUpdateNode { - pub const m_hParam: usize = 0x68; // CAnimParamHandle - } - // Parent: CUnaryUpdateNode - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CStopAtGoalUpdateNode { - pub const m_flOuterRadius: usize = 0x6C; // float32 - pub const m_flInnerRadius: usize = 0x70; // float32 - pub const m_flMaxScale: usize = 0x74; // float32 - pub const m_flMinScale: usize = 0x78; // float32 - pub const m_damping: usize = 0x80; // CAnimInputDamping - } - // Parent: CUnaryUpdateNode - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CTurnHelperUpdateNode { - pub const m_facingTarget: usize = 0x6C; // AnimValueSource - pub const m_turnStartTimeOffset: usize = 0x70; // float32 - pub const m_turnDuration: usize = 0x74; // float32 - pub const m_bMatchChildDuration: usize = 0x78; // bool - pub const m_manualTurnOffset: usize = 0x7C; // float32 - pub const m_bUseManualTurnOffset: usize = 0x80; // bool - } - // Parent: CUnaryUpdateNode - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CTwoBoneIKUpdateNode { - pub const m_opFixedData: usize = 0x70; // TwoBoneIKSettings_t - } - } - } -} diff --git a/output/linux/libclient.so.cs b/output/linux/libclient.so.cs deleted file mode 100644 index cb69191..0000000 --- a/output/linux/libclient.so.cs +++ /dev/null @@ -1,5791 +0,0 @@ -// Generated using https://github.com/a2x/cs2-dumper -// 2024-03-29 21:16:02.890657436 UTC - -namespace CS2Dumper.Schemas { - // Module: libclient.so - // Classes count: 220 - // Enums count: 0 - public static class Libclient { - // 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 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_sceneNode (CGameSceneNode) - public static class CBodyComponentPoint { - public const nint m_sceneNode = 0x60; // CGameSceneNode - public const nint __m_pChainEntity = 0x1C0; // CNetworkVarChainer - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_skeletonInstance (CSkeletonInstance) - public static class CBodyComponentSkeletonInstance { - public const nint m_skeletonInstance = 0x60; // CSkeletonInstance - public const nint __m_pChainEntity = 0x450; // CNetworkVarChainer - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_bvDisabledHitGroups (uint32) - public static class CHitboxComponent { - public const nint m_bvDisabledHitGroups = 0x24; // uint32[1] - } - // Parent: None - // Fields count: 66 - // - // Metadata: - // NetworkVarNames: m_Color (Color) - // NetworkVarNames: m_SecondaryColor (Color) - // NetworkVarNames: m_flBrightness (float) - // NetworkVarNames: m_flBrightnessScale (float) - // NetworkVarNames: m_flBrightnessMult (float) - // NetworkVarNames: m_flRange (float) - // NetworkVarNames: m_flFalloff (float) - // NetworkVarNames: m_flAttenuation0 (float) - // NetworkVarNames: m_flAttenuation1 (float) - // NetworkVarNames: m_flAttenuation2 (float) - // NetworkVarNames: m_flTheta (float) - // NetworkVarNames: m_flPhi (float) - // NetworkVarNames: m_hLightCookie (HRenderTextureStrong) - // NetworkVarNames: m_nCascades (int) - // NetworkVarNames: m_nCastShadows (int) - // NetworkVarNames: m_nShadowWidth (int) - // NetworkVarNames: m_nShadowHeight (int) - // NetworkVarNames: m_bRenderDiffuse (bool) - // NetworkVarNames: m_nRenderSpecular (int) - // NetworkVarNames: m_bRenderTransmissive (bool) - // NetworkVarNames: m_flOrthoLightWidth (float) - // NetworkVarNames: m_flOrthoLightHeight (float) - // NetworkVarNames: m_nStyle (int) - // NetworkVarNames: m_Pattern (CUtlString) - // NetworkVarNames: m_nCascadeRenderStaticObjects (int) - // NetworkVarNames: m_flShadowCascadeCrossFade (float) - // NetworkVarNames: m_flShadowCascadeDistanceFade (float) - // NetworkVarNames: m_flShadowCascadeDistance0 (float) - // NetworkVarNames: m_flShadowCascadeDistance1 (float) - // NetworkVarNames: m_flShadowCascadeDistance2 (float) - // NetworkVarNames: m_flShadowCascadeDistance3 (float) - // NetworkVarNames: m_nShadowCascadeResolution0 (int) - // NetworkVarNames: m_nShadowCascadeResolution1 (int) - // NetworkVarNames: m_nShadowCascadeResolution2 (int) - // NetworkVarNames: m_nShadowCascadeResolution3 (int) - // NetworkVarNames: m_bUsesBakedShadowing (bool) - // NetworkVarNames: m_nShadowPriority (int) - // NetworkVarNames: m_nBakedShadowIndex (int) - // NetworkVarNames: m_bRenderToCubemaps (bool) - // NetworkVarNames: m_nDirectLight (int) - // NetworkVarNames: m_nIndirectLight (int) - // NetworkVarNames: m_flFadeMinDist (float) - // NetworkVarNames: m_flFadeMaxDist (float) - // NetworkVarNames: m_flShadowFadeMinDist (float) - // NetworkVarNames: m_flShadowFadeMaxDist (float) - // NetworkVarNames: m_bEnabled (bool) - // NetworkVarNames: m_bFlicker (bool) - // NetworkVarNames: m_bPrecomputedFieldsValid (bool) - // NetworkVarNames: m_vPrecomputedBoundsMins (Vector) - // NetworkVarNames: m_vPrecomputedBoundsMaxs (Vector) - // NetworkVarNames: m_vPrecomputedOBBOrigin (Vector) - // NetworkVarNames: m_vPrecomputedOBBAngles (QAngle) - // NetworkVarNames: m_vPrecomputedOBBExtent (Vector) - // NetworkVarNames: m_flPrecomputedMaxRange (float) - // NetworkVarNames: m_nFogLightingMode (int) - // NetworkVarNames: m_flFogContributionStength (float) - // NetworkVarNames: m_flNearClipPlane (float) - // NetworkVarNames: m_SkyColor (Color) - // NetworkVarNames: m_flSkyIntensity (float) - // NetworkVarNames: m_SkyAmbientBounce (Color) - // NetworkVarNames: m_bUseSecondaryColor (bool) - // NetworkVarNames: m_bMixedShadows (bool) - // NetworkVarNames: m_flLightStyleStartTime (GameTime_t) - // NetworkVarNames: m_flCapsuleLength (float) - // NetworkVarNames: m_flMinRoughness (float) - public static class CLightComponent { - public const nint __m_pChainEntity = 0x58; // CNetworkVarChainer - public const nint m_Color = 0x95; // Color - public const nint m_SecondaryColor = 0x99; // Color - public const nint m_flBrightness = 0xA0; // float32 - public const nint m_flBrightnessScale = 0xA4; // float32 - public const nint m_flBrightnessMult = 0xA8; // float32 - public const nint m_flRange = 0xAC; // float32 - public const nint m_flFalloff = 0xB0; // float32 - public const nint m_flAttenuation0 = 0xB4; // float32 - public const nint m_flAttenuation1 = 0xB8; // float32 - public const nint m_flAttenuation2 = 0xBC; // float32 - public const nint m_flTheta = 0xC0; // float32 - public const nint m_flPhi = 0xC4; // float32 - public const nint m_hLightCookie = 0xC8; // CStrongHandle - public const nint m_nCascades = 0xD0; // int32 - public const nint m_nCastShadows = 0xD4; // int32 - public const nint m_nShadowWidth = 0xD8; // int32 - public const nint m_nShadowHeight = 0xDC; // int32 - public const nint m_bRenderDiffuse = 0xE0; // bool - public const nint m_nRenderSpecular = 0xE4; // int32 - public const nint m_bRenderTransmissive = 0xE8; // bool - public const nint m_flOrthoLightWidth = 0xEC; // float32 - public const nint m_flOrthoLightHeight = 0xF0; // float32 - public const nint m_nStyle = 0xF4; // int32 - public const nint m_Pattern = 0xF8; // CUtlString - public const nint m_nCascadeRenderStaticObjects = 0x100; // int32 - public const nint m_flShadowCascadeCrossFade = 0x104; // float32 - public const nint m_flShadowCascadeDistanceFade = 0x108; // float32 - public const nint m_flShadowCascadeDistance0 = 0x10C; // float32 - public const nint m_flShadowCascadeDistance1 = 0x110; // float32 - public const nint m_flShadowCascadeDistance2 = 0x114; // float32 - public const nint m_flShadowCascadeDistance3 = 0x118; // float32 - public const nint m_nShadowCascadeResolution0 = 0x11C; // int32 - public const nint m_nShadowCascadeResolution1 = 0x120; // int32 - public const nint m_nShadowCascadeResolution2 = 0x124; // int32 - public const nint m_nShadowCascadeResolution3 = 0x128; // int32 - public const nint m_bUsesBakedShadowing = 0x12C; // bool - public const nint m_nShadowPriority = 0x130; // int32 - public const nint m_nBakedShadowIndex = 0x134; // int32 - public const nint m_bRenderToCubemaps = 0x138; // bool - public const nint m_nDirectLight = 0x13C; // int32 - public const nint m_nIndirectLight = 0x140; // int32 - public const nint m_flFadeMinDist = 0x144; // float32 - public const nint m_flFadeMaxDist = 0x148; // float32 - public const nint m_flShadowFadeMinDist = 0x14C; // float32 - public const nint m_flShadowFadeMaxDist = 0x150; // float32 - public const nint m_bEnabled = 0x154; // bool - public const nint m_bFlicker = 0x155; // bool - public const nint m_bPrecomputedFieldsValid = 0x156; // bool - public const nint m_vPrecomputedBoundsMins = 0x158; // Vector - public const nint m_vPrecomputedBoundsMaxs = 0x164; // Vector - public const nint m_vPrecomputedOBBOrigin = 0x170; // Vector - public const nint m_vPrecomputedOBBAngles = 0x17C; // QAngle - public const nint m_vPrecomputedOBBExtent = 0x188; // Vector - public const nint m_flPrecomputedMaxRange = 0x194; // float32 - public const nint m_nFogLightingMode = 0x198; // int32 - public const nint m_flFogContributionStength = 0x19C; // float32 - public const nint m_flNearClipPlane = 0x1A0; // float32 - public const nint m_SkyColor = 0x1A4; // Color - public const nint m_flSkyIntensity = 0x1A8; // float32 - public const nint m_SkyAmbientBounce = 0x1AC; // Color - public const nint m_bUseSecondaryColor = 0x1B0; // bool - public const nint m_bMixedShadows = 0x1B1; // bool - public const nint m_flLightStyleStartTime = 0x1B4; // GameTime_t - public const nint m_flCapsuleLength = 0x1B8; // float32 - public const nint m_flMinRoughness = 0x1BC; // float32 - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MPulseProvideFeatureTag - // MPulseLibraryBindings - public static class CBasePlayerControllerAPI { - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // NetworkVarNames: nType (FixAngleSet_t) - // NetworkVarNames: qAngle (QAngle) - // NetworkVarNames: nIndex (uint32) - public static class ViewAngleServerChange_t { - public const nint nType = 0x30; // FixAngleSet_t - public const nint qAngle = 0x34; // QAngle - public const nint nIndex = 0x40; // uint32 - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MPulseProvideFeatureTag - // MPulseLibraryBindings - public static class CDynamicPropAPI { - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // NetworkVarNames: localSound (Vector) - // NetworkVarNames: soundscapeIndex (int32) - // NetworkVarNames: localBits (uint8) - // NetworkVarNames: soundscapeEntityListIndex (int) - // NetworkVarNames: soundEventHash (uint32) - public static class audioparams_t { - public const nint localSound = 0x8; // Vector[8] - public const nint soundscapeIndex = 0x68; // int32 - public const nint localBits = 0x6C; // uint8 - public const nint soundscapeEntityListIndex = 0x70; // int32 - public const nint soundEventHash = 0x74; // uint32 - } - // Parent: None - // Fields count: 20 - // - // Metadata: - // NetworkVarNames: m_vecCsViewPunchAngle (QAngle) - // NetworkVarNames: m_nCsViewPunchAngleTick (GameTick_t) - // NetworkVarNames: m_flCsViewPunchAngleTickRatio (float32) - // NetworkVarNames: m_PlayerFog (fogplayerparams_t) - // NetworkVarNames: m_hColorCorrectionCtrl (CHandle) - // NetworkVarNames: m_hViewEntity (CHandle) - // NetworkVarNames: m_hTonemapController (CHandle) - // NetworkVarNames: m_audio (audioparams_t) - // NetworkVarNames: m_PostProcessingVolumes (CHandle) - public static class CPlayer_CameraServices { - public const nint m_vecCsViewPunchAngle = 0x40; // QAngle - public const nint m_nCsViewPunchAngleTick = 0x4C; // GameTick_t - public const nint m_flCsViewPunchAngleTickRatio = 0x50; // float32 - public const nint m_PlayerFog = 0x58; // C_fogplayerparams_t - public const nint m_hColorCorrectionCtrl = 0x98; // CHandle - public const nint m_hViewEntity = 0x9C; // CHandle - public const nint m_hTonemapController = 0xA0; // CHandle - public const nint m_audio = 0xA8; // audioparams_t - public const nint m_PostProcessingVolumes = 0x120; // C_NetworkUtlVectorBase> - public const nint m_flOldPlayerZ = 0x138; // float32 - public const nint m_flOldPlayerViewOffsetZ = 0x13C; // float32 - public const nint m_CurrentFog = 0x140; // fogparams_t - public const nint m_hOldFogController = 0x1A8; // CHandle - public const nint m_bOverrideFogColor = 0x1AC; // bool[5] - public const nint m_OverrideFogColor = 0x1B1; // Color[5] - public const nint m_bOverrideFogStartEnd = 0x1C5; // bool[5] - public const nint m_fOverrideFogStart = 0x1CC; // float32[5] - public const nint m_fOverrideFogEnd = 0x1E0; // float32[5] - public const nint m_hActivePostProcessingVolume = 0x1F4; // CHandle - public const nint m_angDemoViewAngles = 0x1F8; // QAngle - } - // Parent: None - // Fields count: 15 - // - // Metadata: - // NetworkVarNames: m_nToggleButtonDownMask (ButtonBitMask_t) - // NetworkVarNames: m_flMaxspeed (float32) - // NetworkVarNames: m_arrForceSubtickMoveWhen (float32) - public static class CPlayer_MovementServices { - public const nint m_nImpulse = 0x40; // int32 - public const nint m_nButtons = 0x48; // CInButtonState - public const nint m_nQueuedButtonDownMask = 0x68; // uint64 - public const nint m_nQueuedButtonChangeMask = 0x70; // uint64 - public const nint m_nButtonDoublePressed = 0x78; // uint64 - public const nint m_pButtonPressedCmdNumber = 0x80; // uint32[64] - public const nint m_nLastCommandNumberProcessed = 0x180; // uint32 - public const nint m_nToggleButtonDownMask = 0x188; // uint64 - public const nint m_flMaxspeed = 0x198; // float32 - public const nint m_arrForceSubtickMoveWhen = 0x19C; // float32[4] - public const nint m_flForwardMove = 0x1AC; // float32 - public const nint m_flLeftMove = 0x1B0; // float32 - public const nint m_flUpMove = 0x1B4; // float32 - public const nint m_vecLastMovementImpulses = 0x1B8; // Vector - public const nint m_vecOldViewAngles = 0x1C4; // QAngle - } - // Parent: CPlayer_MovementServices - // Fields count: 12 - // - // Metadata: - // NetworkVarNames: m_flFallVelocity (float32) - // NetworkVarNames: m_bInCrouch (bool) - // NetworkVarNames: m_nCrouchState (uint32) - // NetworkVarNames: m_flCrouchTransitionStartTime (GameTime_t) - // NetworkVarNames: m_bDucked (bool) - // NetworkVarNames: m_bDucking (bool) - // NetworkVarNames: m_bInDuckJump (bool) - public static class CPlayer_MovementServices_Humanoid { - public const nint m_flStepSoundTime = 0x1D8; // float32 - public const nint m_flFallVelocity = 0x1DC; // float32 - public const nint m_bInCrouch = 0x1E0; // bool - public const nint m_nCrouchState = 0x1E4; // uint32 - public const nint m_flCrouchTransitionStartTime = 0x1E8; // GameTime_t - public const nint m_bDucked = 0x1EC; // bool - public const nint m_bDucking = 0x1ED; // bool - public const nint m_bInDuckJump = 0x1EE; // bool - public const nint m_groundNormal = 0x1F0; // Vector - public const nint m_flSurfaceFriction = 0x1FC; // float32 - public const nint m_surfaceProps = 0x200; // CUtlStringToken - public const nint m_nStepside = 0x210; // int32 - } - // Parent: None - // Fields count: 6 - // - // Metadata: - // NetworkVarNames: m_iObserverMode (uint8) - // NetworkVarNames: m_hObserverTarget (CHandle) - public static class CPlayer_ObserverServices { - public const nint m_iObserverMode = 0x40; // uint8 - public const nint m_hObserverTarget = 0x44; // CHandle - public const nint m_iObserverLastMode = 0x48; // ObserverMode_t - public const nint m_bForcedObserverMode = 0x4C; // bool - public const nint m_flObserverChaseDistance = 0x50; // float32 - public const nint m_flObserverChaseDistanceCalcTime = 0x54; // GameTime_t - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // NetworkVarNames: m_hMyWeapons (CHandle) - // NetworkVarNames: m_hActiveWeapon (CHandle) - // NetworkVarNames: m_hLastWeapon (CHandle) - // NetworkVarNames: m_iAmmo (uint16) - public static class CPlayer_WeaponServices { - public const nint m_hMyWeapons = 0x40; // C_NetworkUtlVectorBase> - public const nint m_hActiveWeapon = 0x58; // CHandle - public const nint m_hLastWeapon = 0x5C; // CHandle - public const nint m_iAmmo = 0x60; // uint16[32] - } - // Parent: CBodyComponentSkeletonInstance - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_animationController (CBaseAnimGraphController) - public static class CBodyComponentBaseAnimGraph { - public const nint m_animationController = 0x478; // CBaseAnimGraphController - public const nint __m_pChainEntity = 0x1C68; // CNetworkVarChainer - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_ID (CUtlStringToken) - // NetworkVarNames: m_Values (Vector4D) - public static class EntityRenderAttribute_t { - public const nint m_ID = 0x30; // CUtlStringToken - public const nint m_Values = 0x34; // Vector4D - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // NetworkVarNames: m_Handle (ModelConfigHandle_t) - // NetworkVarNames: m_Name (string_t) - // NetworkVarNames: m_AssociatedEntities (CHandle) - // NetworkVarNames: m_AssociatedEntityNames (string_t) - public static class ActiveModelConfig_t { - public const nint m_Handle = 0x28; // ModelConfigHandle_t - public const nint m_Name = 0x30; // CUtlSymbolLarge - public const nint m_AssociatedEntities = 0x38; // C_NetworkUtlVectorBase> - public const nint m_AssociatedEntityNames = 0x50; // C_NetworkUtlVectorBase - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_hOwner (CEntityHandle) - // NetworkVarNames: m_name (CUtlStringToken) - public static class CGameSceneNodeHandle { - public const nint m_hOwner = 0x8; // CEntityHandle - public const nint m_name = 0xC; // CUtlStringToken - } - // Parent: None - // Fields count: 32 - // - // Metadata: - // NetworkVarNames: m_hParent (CGameSceneNodeHandle) - // NetworkVarNames: m_vecOrigin (CNetworkOriginCellCoordQuantizedVector) - // NetworkVarNames: m_angRotation (QAngle) - // NetworkVarNames: m_flScale (float) - // NetworkVarNames: m_name (CUtlStringToken) - // NetworkVarNames: m_hierarchyAttachName (CUtlStringToken) - public static class CGameSceneNode { - public const nint m_nodeToWorld = 0x10; // CTransform - public const nint m_pOwner = 0x30; // CEntityInstance* - public const nint m_pParent = 0x38; // CGameSceneNode* - public const nint m_pChild = 0x40; // CGameSceneNode* - public const nint m_pNextSibling = 0x48; // CGameSceneNode* - public const nint m_hParent = 0x70; // CGameSceneNodeHandle - public const nint m_vecOrigin = 0x80; // CNetworkOriginCellCoordQuantizedVector - public const nint m_angRotation = 0xB8; // QAngle - public const nint m_flScale = 0xC4; // float32 - public const nint m_vecAbsOrigin = 0xC8; // Vector - public const nint m_angAbsRotation = 0xD4; // QAngle - public const nint m_flAbsScale = 0xE0; // float32 - public const nint m_nParentAttachmentOrBone = 0xE4; // int16 - public const nint m_bDebugAbsOriginChanges = 0xE6; // bool - public const nint m_bDormant = 0xE7; // bool - public const nint m_bForceParentToBeNetworked = 0xE8; // bool - public const nint m_bDirtyHierarchy = 0x0; // bitfield:1 - public const nint m_bDirtyBoneMergeInfo = 0x0; // bitfield:1 - public const nint m_bNetworkedPositionChanged = 0x0; // bitfield:1 - public const nint m_bNetworkedAnglesChanged = 0x0; // bitfield:1 - public const nint m_bNetworkedScaleChanged = 0x0; // bitfield:1 - public const nint m_bWillBeCallingPostDataUpdate = 0x0; // bitfield:1 - public const nint m_bBoneMergeFlex = 0x0; // bitfield:1 - public const nint m_nLatchAbsOrigin = 0x0; // bitfield:2 - public const nint m_bDirtyBoneMergeBoneToRoot = 0x0; // bitfield:1 - public const nint m_nHierarchicalDepth = 0xEB; // uint8 - public const nint m_nHierarchyType = 0xEC; // uint8 - public const nint m_nDoNotSetAnimTimeInInvalidatePhysicsCount = 0xED; // uint8 - public const nint m_name = 0xF0; // CUtlStringToken - public const nint m_hierarchyAttachName = 0x140; // CUtlStringToken - public const nint m_flZOffset = 0x144; // float32 - public const nint m_vRenderOrigin = 0x148; // Vector - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // NetworkVarNames: m_hSequence (HSequence) - // NetworkVarNames: m_flPrevCycle (float32) - // NetworkVarNames: m_flCycle (float32) - public static class CNetworkedSequenceOperation { - public const nint m_hSequence = 0x8; // HSequence - public const nint m_flPrevCycle = 0xC; // float32 - public const nint m_flCycle = 0x10; // float32 - public const nint m_flWeight = 0x14; // CNetworkedQuantizedFloat - public const nint m_bSequenceChangeNetworked = 0x1C; // bool - public const nint m_bDiscontinuity = 0x1D; // bool - public const nint m_flPrevCycleFromDiscontinuity = 0x20; // float32 - public const nint m_flPrevCycleForAnimEventDetection = 0x24; // float32 - } - // Parent: None - // Fields count: 7 - // - // Metadata: - // NetworkVarNames: m_hModel (HModelStrong) - // NetworkVarNames: m_bClientClothCreationSuppressed (bool) - // NetworkVarNames: m_MeshGroupMask (MeshGroupMask_t) - // NetworkVarNames: m_nIdealMotionType (int8) - public static class CModelState { - public const nint m_hModel = 0xA0; // CStrongHandle - public const nint m_ModelName = 0xA8; // CUtlSymbolLarge - public const nint m_bClientClothCreationSuppressed = 0xE8; // bool - public const nint m_MeshGroupMask = 0x180; // uint64 - public const nint m_nIdealMotionType = 0x212; // int8 - public const nint m_nForceLOD = 0x213; // int8 - public const nint m_nClothUpdateFlags = 0x214; // int8 - } - // Parent: CGameSceneNode - // Fields count: 8 - // - // Metadata: - // NetworkVarNames: m_modelState (CModelState) - // NetworkVarNames: m_bIsAnimationEnabled (bool) - // NetworkVarNames: m_bUseParentRenderBounds (bool) - // NetworkVarNames: m_materialGroup (CUtlStringToken) - // NetworkVarNames: m_nHitboxSet (uint8) - public static class CSkeletonInstance { - public const nint m_modelState = 0x160; // CModelState - public const nint m_bIsAnimationEnabled = 0x380; // bool - public const nint m_bUseParentRenderBounds = 0x381; // bool - public const nint m_bDisableSolidCollisionsForHierarchy = 0x382; // bool - public const nint m_bDirtyMotionType = 0x0; // bitfield:1 - public const nint m_bIsGeneratingLatchedParentSpaceState = 0x0; // bitfield:1 - public const nint m_materialGroup = 0x384; // CUtlStringToken - public const nint m_nHitboxSet = 0x388; // uint8 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_timestamp (GameTime_t) - // NetworkVarNames: m_nWorldGroupId (WorldGroupId_t) - public static class IntervalTimer { - public const nint m_timestamp = 0x8; // GameTime_t - public const nint m_nWorldGroupId = 0xC; // WorldGroupId_t - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // NetworkVarNames: m_duration (float32) - // NetworkVarNames: m_timestamp (GameTime_t) - // NetworkVarNames: m_timescale (float32) - // NetworkVarNames: m_nWorldGroupId (WorldGroupId_t) - public static class CountdownTimer { - public const nint m_duration = 0x8; // float32 - public const nint m_timestamp = 0xC; // GameTime_t - public const nint m_timescale = 0x10; // float32 - public const nint m_nWorldGroupId = 0x14; // WorldGroupId_t - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // NetworkVarNames: m_duration (float32) - // NetworkVarNames: m_timestamp (float32) - // NetworkVarNames: m_timescale (float32) - public static class EngineCountdownTimer { - public const nint m_duration = 0x8; // float32 - public const nint m_timestamp = 0xC; // float32 - public const nint m_timescale = 0x10; // float32 - } - // Parent: IntervalTimer - // Fields count: 7 - // - // Metadata: - // NetworkVarNames: m_flValues (float) - // NetworkVarNames: m_nValueCounts (int) - // NetworkVarNames: m_nBucketCount (int) - // NetworkVarNames: m_flInterval (float) - // NetworkVarNames: m_flFinalValue (float) - // NetworkVarNames: m_nCompressionType (TimelineCompression_t) - // NetworkVarNames: m_bStopped (bool) - public static class CTimeline { - public const nint m_flValues = 0x10; // float32[64] - public const nint m_nValueCounts = 0x110; // int32[64] - public const nint m_nBucketCount = 0x210; // int32 - public const nint m_flInterval = 0x214; // float32 - public const nint m_flFinalValue = 0x218; // float32 - public const nint m_nCompressionType = 0x21C; // TimelineCompression_t - public const nint m_bStopped = 0x220; // bool - } - // Parent: None - // Fields count: 24 - // - // Metadata: - // NetworkVarNames: m_PredNetBoolVariables (uint32) - // NetworkVarNames: m_PredNetByteVariables (byte) - // NetworkVarNames: m_PredNetUInt16Variables (uint16) - // NetworkVarNames: m_PredNetIntVariables (int32) - // NetworkVarNames: m_PredNetUInt32Variables (uint32) - // NetworkVarNames: m_PredNetUInt64Variables (uint64) - // NetworkVarNames: m_PredNetFloatVariables (float) - // NetworkVarNames: m_PredNetVectorVariables (Vector) - // NetworkVarNames: m_PredNetQuaternionVariables (Quaternion) - // NetworkVarNames: m_PredNetGlobalSymbolVariables (CGlobalSymbol) - // NetworkVarNames: m_OwnerOnlyPredNetBoolVariables (uint32) - // NetworkVarNames: m_OwnerOnlyPredNetByteVariables (byte) - // NetworkVarNames: m_OwnerOnlyPredNetUInt16Variables (uint16) - // NetworkVarNames: m_OwnerOnlyPredNetIntVariables (int32) - // NetworkVarNames: m_OwnerOnlyPredNetUInt32Variables (uint32) - // NetworkVarNames: m_OwnerOnlyPredNetUInt64Variables (uint64) - // NetworkVarNames: m_OwnerOnlyPredNetFloatVariables (float) - // NetworkVarNames: m_OwnerOnlyPredNetVectorVariables (Vector) - // NetworkVarNames: m_OwnerOnlyPredNetQuaternionVariables (Quaternion) - // NetworkVarNames: m_OwnerOnlyPredNetGlobalSymbolVariables (CGlobalSymbol) - // NetworkVarNames: m_nBoolVariablesCount (int) - // NetworkVarNames: m_nOwnerOnlyBoolVariablesCount (int) - // NetworkVarNames: m_nRandomSeedOffset (int) - // NetworkVarNames: m_flLastTeleportTime (float) - public static class CAnimGraphNetworkedVariables { - public const nint m_PredNetBoolVariables = 0x8; // C_NetworkUtlVectorBase - public const nint m_PredNetByteVariables = 0x20; // C_NetworkUtlVectorBase - public const nint m_PredNetUInt16Variables = 0x38; // C_NetworkUtlVectorBase - public const nint m_PredNetIntVariables = 0x50; // C_NetworkUtlVectorBase - public const nint m_PredNetUInt32Variables = 0x68; // C_NetworkUtlVectorBase - public const nint m_PredNetUInt64Variables = 0x80; // C_NetworkUtlVectorBase - public const nint m_PredNetFloatVariables = 0x98; // C_NetworkUtlVectorBase - public const nint m_PredNetVectorVariables = 0xB0; // C_NetworkUtlVectorBase - public const nint m_PredNetQuaternionVariables = 0xC8; // C_NetworkUtlVectorBase - public const nint m_PredNetGlobalSymbolVariables = 0xE0; // C_NetworkUtlVectorBase - public const nint m_OwnerOnlyPredNetBoolVariables = 0xF8; // C_NetworkUtlVectorBase - public const nint m_OwnerOnlyPredNetByteVariables = 0x110; // C_NetworkUtlVectorBase - public const nint m_OwnerOnlyPredNetUInt16Variables = 0x128; // C_NetworkUtlVectorBase - public const nint m_OwnerOnlyPredNetIntVariables = 0x140; // C_NetworkUtlVectorBase - public const nint m_OwnerOnlyPredNetUInt32Variables = 0x158; // C_NetworkUtlVectorBase - public const nint m_OwnerOnlyPredNetUInt64Variables = 0x170; // C_NetworkUtlVectorBase - public const nint m_OwnerOnlyPredNetFloatVariables = 0x188; // C_NetworkUtlVectorBase - public const nint m_OwnerOnlyPredNetVectorVariables = 0x1A0; // C_NetworkUtlVectorBase - public const nint m_OwnerOnlyPredNetQuaternionVariables = 0x1B8; // C_NetworkUtlVectorBase - public const nint m_OwnerOnlyPredNetGlobalSymbolVariables = 0x1D0; // C_NetworkUtlVectorBase - public const nint m_nBoolVariablesCount = 0x1E8; // int32 - public const nint m_nOwnerOnlyBoolVariablesCount = 0x1EC; // int32 - public const nint m_nRandomSeedOffset = 0x1F0; // int32 - public const nint m_flLastTeleportTime = 0x1F4; // float32 - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MPulseProvideFeatureTag - // MPulseLibraryBindings - public static class C_BaseEntityAPI { - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MPulseProvideFeatureTag - // MPulseLibraryBindings - public static class CTakeDamageInfoAPI { - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MPulseLibraryBindings - public static class CClientPointEntityAPI { - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MPulseInstanceDomainInfo - // MPulseLibraryBindings - // MPulseDomainOptInFeatureTag - public static class CPulseGraphInstance_ClientEntity { - public const nint m_pParent = 0xD8; // CClientScriptEntity* - } - // Parent: CEntityInstance - // Fields count: 80 - // - // Metadata: - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByUserGroup - // MNetworkExcludeByUserGroup - // MNetworkExcludeByUserGroup - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByName - // NetworkVarNames: m_CBodyComponent (CBodyComponent::Storage_t) - // NetworkVarNames: m_iMaxHealth (int32) - // NetworkVarNames: m_iHealth (int32) - // NetworkVarNames: m_lifeState (uint8) - // NetworkVarNames: m_bTakesDamage (bool) - // NetworkVarNames: m_nTakeDamageFlags (TakeDamageFlags_t) - // NetworkVarNames: m_bIsPlatform (bool) - // NetworkVarNames: m_ubInterpolationFrame (uint8) - // NetworkVarNames: m_nSubclassID (EntitySubclassID_t) - // NetworkVarNames: m_flAnimTime (float32) - // NetworkVarNames: m_flSimulationTime (float32) - // NetworkVarNames: m_flCreateTime (GameTime_t) - // NetworkVarNames: m_bClientSideRagdoll (bool) - // NetworkVarNames: m_iTeamNum (uint8) - // NetworkVarNames: m_spawnflags (uint32) - // NetworkVarNames: m_nNextThinkTick (GameTick_t) - // NetworkVarNames: m_fFlags (uint32) - // NetworkVarNames: m_vecBaseVelocity (Vector) - // NetworkVarNames: m_hEffectEntity (CHandle) - // NetworkVarNames: m_hOwnerEntity (CHandle) - // NetworkVarNames: m_MoveCollide (MoveCollide_t) - // NetworkVarNames: m_MoveType (MoveType_t) - // NetworkVarNames: m_flWaterLevel (float32) - // NetworkVarNames: m_fEffects (uint32) - // NetworkVarNames: m_hGroundEntity (CHandle) - // NetworkVarNames: m_flFriction (float32) - // NetworkVarNames: m_flElasticity (float32) - // NetworkVarNames: m_flGravityScale (float32) - // NetworkVarNames: m_flTimeScale (float32) - // NetworkVarNames: m_bAnimatedEveryTick (bool) - // NetworkVarNames: m_flNavIgnoreUntilTime (GameTime_t) - public static class C_BaseEntity { - public const nint m_CBodyComponent = 0x38; // CBodyComponent* - public const nint m_NetworkTransmitComponent = 0x40; // CNetworkTransmitComponent - public const nint m_nLastThinkTick = 0x488; // GameTick_t - public const nint m_pGameSceneNode = 0x490; // CGameSceneNode* - public const nint m_pRenderComponent = 0x498; // CRenderComponent* - public const nint m_pCollision = 0x4A0; // CCollisionProperty* - public const nint m_iMaxHealth = 0x4A8; // int32 - public const nint m_iHealth = 0x4AC; // int32 - public const nint m_lifeState = 0x4B0; // uint8 - public const nint m_bTakesDamage = 0x4B1; // bool - public const nint m_nTakeDamageFlags = 0x4B4; // TakeDamageFlags_t - public const nint m_bIsPlatform = 0x4B8; // bool - public const nint m_ubInterpolationFrame = 0x4B9; // uint8 - public const nint m_hSceneObjectController = 0x4BC; // CHandle - public const nint m_nNoInterpolationTick = 0x4C0; // int32 - public const nint m_nVisibilityNoInterpolationTick = 0x4C4; // int32 - public const nint m_flProxyRandomValue = 0x4C8; // float32 - public const nint m_iEFlags = 0x4CC; // int32 - public const nint m_nWaterType = 0x4D0; // uint8 - public const nint m_bInterpolateEvenWithNoModel = 0x4D1; // bool - public const nint m_bPredictionEligible = 0x4D2; // bool - public const nint m_bApplyLayerMatchIDToModel = 0x4D3; // bool - public const nint m_tokLayerMatchID = 0x4D4; // CUtlStringToken - public const nint m_nSubclassID = 0x4D8; // CUtlStringToken - public const nint m_nSimulationTick = 0x4E8; // int32 - public const nint m_iCurrentThinkContext = 0x4EC; // int32 - public const nint m_aThinkFunctions = 0x4F0; // CUtlVector - public const nint m_nDisableContextThinkStartTick = 0x508; // GameTick_t - public const nint m_flAnimTime = 0x50C; // float32 - public const nint m_flSimulationTime = 0x510; // float32 - public const nint m_nSceneObjectOverrideFlags = 0x514; // uint8 - public const nint m_bHasSuccessfullyInterpolated = 0x515; // bool - public const nint m_bHasAddedVarsToInterpolation = 0x516; // bool - public const nint m_bRenderEvenWhenNotSuccessfullyInterpolated = 0x517; // bool - public const nint m_nInterpolationLatchDirtyFlags = 0x518; // int32[2] - public const nint m_ListEntry = 0x520; // uint16[11] - public const nint m_flCreateTime = 0x538; // GameTime_t - public const nint m_flSpeed = 0x53C; // float32 - public const nint m_EntClientFlags = 0x540; // uint16 - public const nint m_bClientSideRagdoll = 0x542; // bool - public const nint m_iTeamNum = 0x543; // uint8 - public const nint m_spawnflags = 0x544; // uint32 - public const nint m_nNextThinkTick = 0x548; // GameTick_t - public const nint m_fFlags = 0x54C; // uint32 - public const nint m_vecAbsVelocity = 0x550; // Vector - public const nint m_vecVelocity = 0x560; // CNetworkVelocityVector - public const nint m_vecBaseVelocity = 0x590; // Vector - public const nint m_hEffectEntity = 0x59C; // CHandle - public const nint m_hOwnerEntity = 0x5A0; // CHandle - public const nint m_MoveCollide = 0x5A4; // MoveCollide_t - public const nint m_MoveType = 0x5A5; // MoveType_t - public const nint m_nActualMoveType = 0x5A6; // MoveType_t - public const nint m_flWaterLevel = 0x5A8; // float32 - public const nint m_fEffects = 0x5AC; // uint32 - public const nint m_hGroundEntity = 0x5B0; // CHandle - public const nint m_flFriction = 0x5B4; // float32 - public const nint m_flElasticity = 0x5B8; // float32 - public const nint m_flGravityScale = 0x5BC; // float32 - public const nint m_flTimeScale = 0x5C0; // float32 - public const nint m_bAnimatedEveryTick = 0x5C4; // bool - public const nint m_flNavIgnoreUntilTime = 0x5C8; // GameTime_t - public const nint m_hThink = 0x5CC; // uint16 - public const nint m_fBBoxVisFlags = 0x5D8; // uint8 - public const nint m_bPredictable = 0x5D9; // bool - public const nint m_bRenderWithViewModels = 0x5DA; // bool - public const nint m_nSplitUserPlayerPredictionSlot = 0x5DC; // CSplitScreenSlot - public const nint m_nFirstPredictableCommand = 0x5E0; // int32 - public const nint m_nLastPredictableCommand = 0x5E4; // int32 - public const nint m_hOldMoveParent = 0x5E8; // CHandle - public const nint m_Particles = 0x5F0; // CParticleProperty - public const nint m_vecPredictedScriptFloats = 0x618; // CUtlVector - public const nint m_vecPredictedScriptFloatIDs = 0x630; // CUtlVector - public const nint m_nNextScriptVarRecordID = 0x660; // int32 - public const nint m_vecAngVelocity = 0x670; // QAngle - public const nint m_DataChangeEventRef = 0x67C; // int32 - public const nint m_dependencies = 0x680; // CUtlVector - public const nint m_nCreationTick = 0x698; // int32 - public const nint m_bAnimTimeChanged = 0x6B9; // bool - public const nint m_bSimulationTimeChanged = 0x6BA; // bool - public const nint m_sUniqueHammerID = 0x6C8; // CUtlString - } - // Parent: C_BaseEntity - // Fields count: 18 - // - // Metadata: - // MNetworkIncludeByUserGroup - // NetworkVarNames: m_MinFalloff (float32) - // NetworkVarNames: m_MaxFalloff (float32) - // NetworkVarNames: m_flFadeInDuration (float32) - // NetworkVarNames: m_flFadeOutDuration (float32) - // NetworkVarNames: m_flMaxWeight (float32) - // NetworkVarNames: m_flCurWeight (float32) - // NetworkVarNames: m_netlookupFilename (char) - // NetworkVarNames: m_bEnabled (bool) - // NetworkVarNames: m_bMaster (bool) - // NetworkVarNames: m_bClientSide (bool) - // NetworkVarNames: m_bExclusive (bool) - public static class C_ColorCorrection { - public const nint m_vecOrigin = 0x6D0; // Vector - public const nint m_MinFalloff = 0x6DC; // float32 - public const nint m_MaxFalloff = 0x6E0; // float32 - public const nint m_flFadeInDuration = 0x6E4; // float32 - public const nint m_flFadeOutDuration = 0x6E8; // float32 - public const nint m_flMaxWeight = 0x6EC; // float32 - public const nint m_flCurWeight = 0x6F0; // float32 - public const nint m_netlookupFilename = 0x6F4; // char[512] - public const nint m_bEnabled = 0x8F4; // bool - public const nint m_bMaster = 0x8F5; // bool - public const nint m_bClientSide = 0x8F6; // bool - public const nint m_bExclusive = 0x8F7; // bool - public const nint m_bEnabledOnClient = 0x8F8; // bool[1] - public const nint m_flCurWeightOnClient = 0x8FC; // float32[1] - public const nint m_bFadingIn = 0x900; // bool[1] - public const nint m_flFadeStartWeight = 0x904; // float32[1] - public const nint m_flFadeStartTime = 0x908; // float32[1] - public const nint m_flFadeDuration = 0x90C; // float32[1] - } - // Parent: C_BaseEntity - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_EnvWindShared (CEnvWindShared) - public static class C_EnvWindClientside { - public const nint m_EnvWindShared = 0x6D0; // C_EnvWindShared - } - // Parent: C_BaseEntity - // Fields count: 3 - // - // Metadata: - // NetworkVarNames: m_hEntAttached (CHandle) - // NetworkVarNames: m_bCheapEffect (bool) - public static class C_EntityFlame { - public const nint m_hEntAttached = 0x6D0; // CHandle - public const nint m_hOldAttached = 0x6F8; // CHandle - public const nint m_bCheapEffect = 0x6FC; // bool - } - // Parent: None - // Fields count: 30 - // - // Metadata: - // NetworkVarNames: m_hTargetEntity (CHandle) - // NetworkVarNames: m_bState (bool) - // NetworkVarNames: m_bAlwaysUpdate (bool) - // NetworkVarNames: m_flLightFOV (float32) - // NetworkVarNames: m_bEnableShadows (bool) - // NetworkVarNames: m_bSimpleProjection (bool) - // NetworkVarNames: m_bLightOnlyTarget (bool) - // NetworkVarNames: m_bLightWorld (bool) - // NetworkVarNames: m_bCameraSpace (bool) - // NetworkVarNames: m_flBrightnessScale (float32) - // NetworkVarNames: m_LightColor (Color) - // NetworkVarNames: m_flIntensity (float32) - // NetworkVarNames: m_flLinearAttenuation (float32) - // NetworkVarNames: m_flQuadraticAttenuation (float32) - // NetworkVarNames: m_bVolumetric (bool) - // NetworkVarNames: m_flVolumetricIntensity (float32) - // NetworkVarNames: m_flNoiseStrength (float32) - // NetworkVarNames: m_flFlashlightTime (float32) - // NetworkVarNames: m_nNumPlanes (uint32) - // NetworkVarNames: m_flPlaneOffset (float32) - // NetworkVarNames: m_flColorTransitionTime (float32) - // NetworkVarNames: m_flAmbient (float32) - // NetworkVarNames: m_SpotlightTextureName (char) - // NetworkVarNames: m_nSpotlightTextureFrame (int32) - // NetworkVarNames: m_nShadowQuality (uint32) - // NetworkVarNames: m_flNearZ (float32) - // NetworkVarNames: m_flFarZ (float32) - // NetworkVarNames: m_flProjectionSize (float32) - // NetworkVarNames: m_flRotation (float32) - // NetworkVarNames: m_bFlipHorizontal (bool) - public static class CProjectedTextureBase { - public const nint m_hTargetEntity = 0xC; // CHandle - public const nint m_bState = 0x10; // bool - public const nint m_bAlwaysUpdate = 0x11; // bool - public const nint m_flLightFOV = 0x14; // float32 - public const nint m_bEnableShadows = 0x18; // bool - public const nint m_bSimpleProjection = 0x19; // bool - public const nint m_bLightOnlyTarget = 0x1A; // bool - public const nint m_bLightWorld = 0x1B; // bool - public const nint m_bCameraSpace = 0x1C; // bool - public const nint m_flBrightnessScale = 0x20; // float32 - public const nint m_LightColor = 0x24; // Color - public const nint m_flIntensity = 0x28; // float32 - public const nint m_flLinearAttenuation = 0x2C; // float32 - public const nint m_flQuadraticAttenuation = 0x30; // float32 - public const nint m_bVolumetric = 0x34; // bool - public const nint m_flVolumetricIntensity = 0x38; // float32 - public const nint m_flNoiseStrength = 0x3C; // float32 - public const nint m_flFlashlightTime = 0x40; // float32 - public const nint m_nNumPlanes = 0x44; // uint32 - public const nint m_flPlaneOffset = 0x48; // float32 - public const nint m_flColorTransitionTime = 0x4C; // float32 - public const nint m_flAmbient = 0x50; // float32 - public const nint m_SpotlightTextureName = 0x54; // char[512] - public const nint m_nSpotlightTextureFrame = 0x254; // int32 - public const nint m_nShadowQuality = 0x258; // uint32 - public const nint m_flNearZ = 0x25C; // float32 - public const nint m_flFarZ = 0x260; // float32 - public const nint m_flProjectionSize = 0x264; // float32 - public const nint m_flRotation = 0x268; // float32 - public const nint m_bFlipHorizontal = 0x26C; // bool - } - // Parent: C_BaseEntity - // Fields count: 4 - // - // Metadata: - // NetworkVarNames: m_flScale (float32) - // NetworkVarNames: m_flStartScale (float32) - // NetworkVarNames: m_flScaleTime (float) - // NetworkVarNames: m_nFlags (uint32) - public static class C_BaseFire { - public const nint m_flScale = 0x6D0; // float32 - public const nint m_flStartScale = 0x6D4; // float32 - public const nint m_flScaleTime = 0x6D8; // float32 - public const nint m_nFlags = 0x6DC; // uint32 - } - // Parent: C_BaseFire - // Fields count: 13 - // - // Metadata: - // MNetworkOverride - // MNetworkOverride - // NetworkVarNames: m_nFlameModelIndex (int32) - // NetworkVarNames: m_nFlameFromAboveModelIndex (int32) - public static class C_FireSmoke { - public const nint m_nFlameModelIndex = 0x6E0; // int32 - public const nint m_nFlameFromAboveModelIndex = 0x6E4; // int32 - public const nint m_flScaleRegister = 0x6E8; // float32 - public const nint m_flScaleStart = 0x6EC; // float32 - public const nint m_flScaleEnd = 0x6F0; // float32 - public const nint m_flScaleTimeStart = 0x6F4; // GameTime_t - public const nint m_flScaleTimeEnd = 0x6F8; // GameTime_t - public const nint m_flChildFlameSpread = 0x6FC; // float32 - public const nint m_flClipPerc = 0x710; // float32 - public const nint m_bClipTested = 0x714; // bool - public const nint m_bFadingOut = 0x715; // bool - public const nint m_tParticleSpawn = 0x718; // TimedEvent - public const nint m_pFireOverlay = 0x720; // CFireOverlay* - } - // Parent: C_BaseEntity - // Fields count: 4 - // - // Metadata: - // NetworkVarNames: m_skyboxData (sky3dparams_t) - // NetworkVarNames: m_skyboxSlotToken (CUtlStringToken) - public static class C_SkyCamera { - public const nint m_skyboxData = 0x6D0; // sky3dparams_t - public const nint m_skyboxSlotToken = 0x760; // CUtlStringToken - public const nint m_bUseAngles = 0x764; // bool - public const nint m_pNext = 0x768; // C_SkyCamera* - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // NetworkVarNames: m_nInteractsAs (uint64) - // NetworkVarNames: m_nInteractsWith (uint64) - // NetworkVarNames: m_nInteractsExclude (uint64) - // NetworkVarNames: m_nEntityId (uint32) - // NetworkVarNames: m_nOwnerId (uint32) - // NetworkVarNames: m_nHierarchyId (uint16) - // NetworkVarNames: m_nCollisionGroup (uint8) - // NetworkVarNames: m_nCollisionFunctionMask (uint8) - public static class VPhysicsCollisionAttribute_t { - public const nint m_nInteractsAs = 0x8; // uint64 - public const nint m_nInteractsWith = 0x10; // uint64 - public const nint m_nInteractsExclude = 0x18; // uint64 - public const nint m_nEntityId = 0x20; // uint32 - public const nint m_nOwnerId = 0x24; // uint32 - public const nint m_nHierarchyId = 0x28; // uint16 - public const nint m_nCollisionGroup = 0x2A; // uint8 - public const nint m_nCollisionFunctionMask = 0x2B; // uint8 - } - // Parent: None - // Fields count: 17 - // - // Metadata: - // NetworkVarNames: m_collisionAttribute (VPhysicsCollisionAttribute_t) - // NetworkVarNames: m_vecMins (Vector) - // NetworkVarNames: m_vecMaxs (Vector) - // NetworkVarNames: m_usSolidFlags (uint8) - // NetworkVarNames: m_nSolidType (SolidType_t) - // NetworkVarNames: m_triggerBloat (uint8) - // NetworkVarNames: m_nSurroundType (SurroundingBoundsType_t) - // NetworkVarNames: m_CollisionGroup (uint8) - // NetworkVarNames: m_nEnablePhysics (uint8) - // NetworkVarNames: m_vecSpecifiedSurroundingMins (Vector) - // NetworkVarNames: m_vecSpecifiedSurroundingMaxs (Vector) - // NetworkVarNames: m_vCapsuleCenter1 (Vector) - // NetworkVarNames: m_vCapsuleCenter2 (Vector) - // NetworkVarNames: m_flCapsuleRadius (float) - public static class CCollisionProperty { - public const nint m_collisionAttribute = 0x10; // VPhysicsCollisionAttribute_t - public const nint m_vecMins = 0x40; // Vector - public const nint m_vecMaxs = 0x4C; // Vector - public const nint m_usSolidFlags = 0x5A; // uint8 - public const nint m_nSolidType = 0x5B; // SolidType_t - public const nint m_triggerBloat = 0x5C; // uint8 - public const nint m_nSurroundType = 0x5D; // SurroundingBoundsType_t - public const nint m_CollisionGroup = 0x5E; // uint8 - public const nint m_nEnablePhysics = 0x5F; // uint8 - public const nint m_flBoundingRadius = 0x60; // float32 - public const nint m_vecSpecifiedSurroundingMins = 0x64; // Vector - public const nint m_vecSpecifiedSurroundingMaxs = 0x70; // Vector - public const nint m_vecSurroundingMaxs = 0x7C; // Vector - public const nint m_vecSurroundingMins = 0x88; // Vector - public const nint m_vCapsuleCenter1 = 0x94; // Vector - public const nint m_vCapsuleCenter2 = 0xA0; // Vector - public const nint m_flCapsuleRadius = 0xAC; // float32 - } - // Parent: None - // Fields count: 21 - // - // Metadata: - // NetworkVarNames: m_vOrigin (Vector) - // NetworkVarNames: m_vStart (Vector) - // NetworkVarNames: m_vNormal (Vector) - // NetworkVarNames: m_vAngles (QAngle) - // NetworkVarNames: m_hEntity (CEntityHandle) - // NetworkVarNames: m_hOtherEntity (CEntityHandle) - // NetworkVarNames: m_flScale (float32) - // NetworkVarNames: m_flMagnitude (float32) - // NetworkVarNames: m_flRadius (float32) - // NetworkVarNames: m_nSurfaceProp (CUtlStringToken) - // NetworkVarNames: m_nEffectIndex (HParticleSystemDefinition) - // NetworkVarNames: m_nDamageType (uint32) - // NetworkVarNames: m_nPenetrate (uint8) - // NetworkVarNames: m_nMaterial (uint16) - // NetworkVarNames: m_nHitBox (uint16) - // NetworkVarNames: m_nColor (uint8) - // NetworkVarNames: m_fFlags (uint8) - // NetworkVarNames: m_nAttachmentIndex (AttachmentHandle_t) - // NetworkVarNames: m_nAttachmentName (CUtlStringToken) - // NetworkVarNames: m_iEffectName (uint16) - // NetworkVarNames: m_nExplosionType (uint8) - public static class CEffectData { - public const nint m_vOrigin = 0x8; // Vector - public const nint m_vStart = 0x14; // Vector - public const nint m_vNormal = 0x20; // Vector - public const nint m_vAngles = 0x2C; // QAngle - public const nint m_hEntity = 0x38; // CEntityHandle - public const nint m_hOtherEntity = 0x3C; // CEntityHandle - public const nint m_flScale = 0x40; // float32 - public const nint m_flMagnitude = 0x44; // float32 - public const nint m_flRadius = 0x48; // float32 - public const nint m_nSurfaceProp = 0x4C; // CUtlStringToken - public const nint m_nEffectIndex = 0x50; // CWeakHandle - public const nint m_nDamageType = 0x58; // uint32 - public const nint m_nPenetrate = 0x5C; // uint8 - public const nint m_nMaterial = 0x5E; // uint16 - public const nint m_nHitBox = 0x60; // uint16 - public const nint m_nColor = 0x62; // uint8 - public const nint m_fFlags = 0x63; // uint8 - public const nint m_nAttachmentIndex = 0x64; // AttachmentHandle_t - public const nint m_nAttachmentName = 0x68; // CUtlStringToken - public const nint m_iEffectName = 0x6C; // uint16 - public const nint m_nExplosionType = 0x6E; // uint8 - } - // Parent: C_BaseEntity - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_flFadeStartDist (float32) - // NetworkVarNames: m_flFadeEndDist (float32) - public static class C_EnvDetailController { - public const nint m_flFadeStartDist = 0x6D0; // float32 - public const nint m_flFadeEndDist = 0x6D4; // float32 - } - // Parent: None - // Fields count: 29 - // - // Metadata: - // NetworkVarNames: m_flStartTime (GameTime_t) - // NetworkVarNames: m_iWindSeed (uint32) - // NetworkVarNames: m_iMinWind (uint16) - // NetworkVarNames: m_iMaxWind (uint16) - // NetworkVarNames: m_windRadius (int32) - // NetworkVarNames: m_iMinGust (uint16) - // NetworkVarNames: m_iMaxGust (uint16) - // NetworkVarNames: m_flMinGustDelay (float32) - // NetworkVarNames: m_flMaxGustDelay (float32) - // NetworkVarNames: m_flGustDuration (float32) - // NetworkVarNames: m_iGustDirChange (uint16) - // NetworkVarNames: m_location (Vector) - // NetworkVarNames: m_iInitialWindDir (uint16) - // NetworkVarNames: m_flInitialWindSpeed (float32) - public static class C_EnvWindShared { - public const nint m_flStartTime = 0x8; // GameTime_t - public const nint m_iWindSeed = 0xC; // uint32 - public const nint m_iMinWind = 0x10; // uint16 - public const nint m_iMaxWind = 0x12; // uint16 - public const nint m_windRadius = 0x14; // int32 - public const nint m_iMinGust = 0x18; // uint16 - public const nint m_iMaxGust = 0x1A; // uint16 - public const nint m_flMinGustDelay = 0x1C; // float32 - public const nint m_flMaxGustDelay = 0x20; // float32 - public const nint m_flGustDuration = 0x24; // float32 - public const nint m_iGustDirChange = 0x28; // uint16 - public const nint m_location = 0x2C; // Vector - public const nint m_iszGustSound = 0x38; // int32 - public const nint m_iWindDir = 0x3C; // int32 - public const nint m_flWindSpeed = 0x40; // float32 - public const nint m_currentWindVector = 0x44; // Vector - public const nint m_CurrentSwayVector = 0x50; // Vector - public const nint m_PrevSwayVector = 0x5C; // Vector - public const nint m_iInitialWindDir = 0x68; // uint16 - public const nint m_flInitialWindSpeed = 0x6C; // float32 - public const nint m_flVariationTime = 0x70; // GameTime_t - public const nint m_flSwayTime = 0x74; // GameTime_t - public const nint m_flSimTime = 0x78; // GameTime_t - public const nint m_flSwitchTime = 0x7C; // GameTime_t - public const nint m_flAveWindSpeed = 0x80; // float32 - public const nint m_bGusting = 0x84; // bool - public const nint m_flWindAngleVariation = 0x88; // float32 - public const nint m_flWindSpeedVariation = 0x8C; // float32 - public const nint m_iEntIndex = 0x90; // CEntityIndex - } - // Parent: None - // Fields count: 12 - // - // Metadata: - // NetworkVarNames: m_nModelID (int32) - // NetworkVarNames: m_hMaterial (HMaterialStrong) - // NetworkVarNames: m_solid (ShardSolid_t) - // NetworkVarNames: m_ShatterPanelMode (ShatterPanelMode) - // NetworkVarNames: m_vecPanelSize (Vector2D) - // NetworkVarNames: m_vecStressPositionA (Vector2D) - // NetworkVarNames: m_vecStressPositionB (Vector2D) - // NetworkVarNames: m_vecPanelVertices (Vector2D) - // NetworkVarNames: m_flGlassHalfThickness (float) - // NetworkVarNames: m_bHasParent (bool) - // NetworkVarNames: m_bParentFrozen (bool) - // NetworkVarNames: m_SurfacePropStringToken (CUtlStringToken) - public static class shard_model_desc_t { - public const nint m_nModelID = 0x8; // int32 - public const nint m_hMaterial = 0x10; // CStrongHandle - public const nint m_solid = 0x18; // ShardSolid_t - public const nint m_ShatterPanelMode = 0x19; // ShatterPanelMode - public const nint m_vecPanelSize = 0x1C; // Vector2D - public const nint m_vecStressPositionA = 0x24; // Vector2D - public const nint m_vecStressPositionB = 0x2C; // Vector2D - public const nint m_vecPanelVertices = 0x38; // C_NetworkUtlVectorBase - public const nint m_flGlassHalfThickness = 0x50; // float32 - public const nint m_bHasParent = 0x54; // bool - public const nint m_bParentFrozen = 0x55; // bool - public const nint m_SurfacePropStringToken = 0x58; // CUtlStringToken - } - // Parent: None - // Fields count: 11 - // - // Metadata: - // NetworkVarNames: m_iGlowType (int32) - // NetworkVarNames: m_iGlowTeam (int32) - // NetworkVarNames: m_nGlowRange (int32) - // NetworkVarNames: m_nGlowRangeMin (int32) - // NetworkVarNames: m_glowColorOverride (Color) - // NetworkVarNames: m_bFlashing (bool) - // NetworkVarNames: m_flGlowTime (float) - // NetworkVarNames: m_flGlowStartTime (float) - // NetworkVarNames: m_bEligibleForScreenHighlight (bool) - public static class CGlowProperty { - public const nint m_fGlowColor = 0x8; // Vector - public const nint m_iGlowType = 0x30; // int32 - public const nint m_iGlowTeam = 0x34; // int32 - public const nint m_nGlowRange = 0x38; // int32 - public const nint m_nGlowRangeMin = 0x3C; // int32 - public const nint m_glowColorOverride = 0x40; // Color - public const nint m_bFlashing = 0x44; // bool - public const nint m_flGlowTime = 0x48; // float32 - public const nint m_flGlowStartTime = 0x4C; // float32 - public const nint m_bEligibleForScreenHighlight = 0x50; // bool - public const nint m_bGlowing = 0x51; // bool - } - // Parent: None - // Fields count: 25 - // - // Metadata: - // NetworkVarNames: dirPrimary (Vector) - // NetworkVarNames: colorPrimary (Color) - // NetworkVarNames: colorSecondary (Color) - // NetworkVarNames: colorPrimaryLerpTo (Color) - // NetworkVarNames: colorSecondaryLerpTo (Color) - // NetworkVarNames: start (float32) - // NetworkVarNames: end (float32) - // NetworkVarNames: farz (float32) - // NetworkVarNames: maxdensity (float32) - // NetworkVarNames: exponent (float32) - // NetworkVarNames: HDRColorScale (float32) - // NetworkVarNames: skyboxFogFactor (float32) - // NetworkVarNames: skyboxFogFactorLerpTo (float32) - // NetworkVarNames: startLerpTo (float32) - // NetworkVarNames: endLerpTo (float32) - // NetworkVarNames: maxdensityLerpTo (float32) - // NetworkVarNames: lerptime (GameTime_t) - // NetworkVarNames: duration (float32) - // NetworkVarNames: blendtobackground (float32) - // NetworkVarNames: scattering (float32) - // NetworkVarNames: locallightscale (float32) - // NetworkVarNames: enable (bool) - // NetworkVarNames: blend (bool) - // NetworkVarNames: m_bNoReflectionFog (bool) - public static class fogparams_t { - public const nint dirPrimary = 0x8; // Vector - public const nint colorPrimary = 0x14; // Color - public const nint colorSecondary = 0x18; // Color - public const nint colorPrimaryLerpTo = 0x1C; // Color - public const nint colorSecondaryLerpTo = 0x20; // Color - public const nint start = 0x24; // float32 - public const nint end = 0x28; // float32 - public const nint farz = 0x2C; // float32 - public const nint maxdensity = 0x30; // float32 - public const nint exponent = 0x34; // float32 - public const nint HDRColorScale = 0x38; // float32 - public const nint skyboxFogFactor = 0x3C; // float32 - public const nint skyboxFogFactorLerpTo = 0x40; // float32 - public const nint startLerpTo = 0x44; // float32 - public const nint endLerpTo = 0x48; // float32 - public const nint maxdensityLerpTo = 0x4C; // float32 - public const nint lerptime = 0x50; // GameTime_t - public const nint duration = 0x54; // float32 - public const nint blendtobackground = 0x58; // float32 - public const nint scattering = 0x5C; // float32 - public const nint locallightscale = 0x60; // float32 - public const nint enable = 0x64; // bool - public const nint blend = 0x65; // bool - public const nint m_bNoReflectionFog = 0x66; // bool - public const nint m_bPadding = 0x67; // bool - } - // Parent: None - // Fields count: 14 - // - // Metadata: - // NetworkVarNames: m_hCtrl (CHandle) - public static class C_fogplayerparams_t { - public const nint m_hCtrl = 0x8; // CHandle - public const nint m_flTransitionTime = 0xC; // float32 - public const nint m_OldColor = 0x10; // Color - public const nint m_flOldStart = 0x14; // float32 - public const nint m_flOldEnd = 0x18; // float32 - public const nint m_flOldMaxDensity = 0x1C; // float32 - public const nint m_flOldHDRColorScale = 0x20; // float32 - public const nint m_flOldFarZ = 0x24; // float32 - public const nint m_NewColor = 0x28; // Color - public const nint m_flNewStart = 0x2C; // float32 - public const nint m_flNewEnd = 0x30; // float32 - public const nint m_flNewMaxDensity = 0x34; // float32 - public const nint m_flNewHDRColorScale = 0x38; // float32 - public const nint m_flNewFarZ = 0x3C; // float32 - } - // Parent: None - // Fields count: 6 - // - // Metadata: - // NetworkVarNames: scale (int16) - // NetworkVarNames: origin (Vector) - // NetworkVarNames: bClip3DSkyBoxNearToWorldFar (bool) - // NetworkVarNames: flClip3DSkyBoxNearToWorldFarOffset (float32) - // NetworkVarNames: fog (fogparams_t) - // NetworkVarNames: m_nWorldGroupID (WorldGroupId_t) - public static class sky3dparams_t { - public const nint scale = 0x8; // int16 - public const nint origin = 0xC; // Vector - public const nint bClip3DSkyBoxNearToWorldFar = 0x18; // bool - public const nint flClip3DSkyBoxNearToWorldFarOffset = 0x1C; // float32 - public const nint fog = 0x20; // fogparams_t - public const nint m_nWorldGroupID = 0x88; // WorldGroupId_t - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // NetworkVarNames: m_Transforms (CTransform) - // NetworkVarNames: m_hOwner (EHANDLE) - public static class PhysicsRagdollPose_t { - public const nint __m_pChainEntity = 0x8; // CNetworkVarChainer - public const nint m_Transforms = 0x30; // C_NetworkUtlVectorBase - public const nint m_hOwner = 0x48; // CHandle - public const nint m_bDirty = 0x68; // bool - } - // Parent: C_BaseEntity - // Fields count: 5 - // - // Metadata: - // NetworkVarNames: m_iszStackName (string_t) - // NetworkVarNames: m_iszOperatorName (string_t) - // NetworkVarNames: m_iszOpvarName (string_t) - // NetworkVarNames: m_iOpvarIndex (int) - // NetworkVarNames: m_bUseAutoCompare (bool) - public static class C_SoundOpvarSetPointBase { - public const nint m_iszStackName = 0x6D0; // CUtlSymbolLarge - public const nint m_iszOperatorName = 0x6D8; // CUtlSymbolLarge - public const nint m_iszOpvarName = 0x6E0; // CUtlSymbolLarge - public const nint m_iOpvarIndex = 0x6E8; // int32 - public const nint m_bUseAutoCompare = 0x6EC; // bool - } - // Parent: C_BaseEntity - // Fields count: 30 - // - // Metadata: - // NetworkVarNames: m_bTimerPaused (bool) - // NetworkVarNames: m_flTimeRemaining (float) - // NetworkVarNames: m_flTimerEndTime (GameTime_t) - // NetworkVarNames: m_bIsDisabled (bool) - // NetworkVarNames: m_bShowInHUD (bool) - // NetworkVarNames: m_nTimerLength (int) - // NetworkVarNames: m_nTimerInitialLength (int) - // NetworkVarNames: m_nTimerMaxLength (int) - // NetworkVarNames: m_bAutoCountdown (bool) - // NetworkVarNames: m_nSetupTimeLength (int) - // NetworkVarNames: m_nState (int) - // NetworkVarNames: m_bStartPaused (bool) - // NetworkVarNames: m_bInCaptureWatchState (bool) - // NetworkVarNames: m_flTotalTime (float) - // NetworkVarNames: m_bStopWatchTimer (bool) - public static class C_TeamRoundTimer { - public const nint m_bTimerPaused = 0x6D0; // bool - public const nint m_flTimeRemaining = 0x6D4; // float32 - public const nint m_flTimerEndTime = 0x6D8; // GameTime_t - public const nint m_bIsDisabled = 0x6DC; // bool - public const nint m_bShowInHUD = 0x6DD; // bool - public const nint m_nTimerLength = 0x6E0; // int32 - public const nint m_nTimerInitialLength = 0x6E4; // int32 - public const nint m_nTimerMaxLength = 0x6E8; // int32 - public const nint m_bAutoCountdown = 0x6EC; // bool - public const nint m_nSetupTimeLength = 0x6F0; // int32 - public const nint m_nState = 0x6F4; // int32 - public const nint m_bStartPaused = 0x6F8; // bool - public const nint m_bInCaptureWatchState = 0x6F9; // bool - public const nint m_flTotalTime = 0x6FC; // float32 - public const nint m_bStopWatchTimer = 0x700; // bool - public const nint m_bFireFinished = 0x701; // bool - public const nint m_bFire5MinRemain = 0x702; // bool - public const nint m_bFire4MinRemain = 0x703; // bool - public const nint m_bFire3MinRemain = 0x704; // bool - public const nint m_bFire2MinRemain = 0x705; // bool - public const nint m_bFire1MinRemain = 0x706; // bool - public const nint m_bFire30SecRemain = 0x707; // bool - public const nint m_bFire10SecRemain = 0x708; // bool - public const nint m_bFire5SecRemain = 0x709; // bool - public const nint m_bFire4SecRemain = 0x70A; // bool - public const nint m_bFire3SecRemain = 0x70B; // bool - public const nint m_bFire2SecRemain = 0x70C; // bool - public const nint m_bFire1SecRemain = 0x70D; // bool - public const nint m_nOldTimerLength = 0x710; // int32 - public const nint m_nOldTimerState = 0x714; // int32 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_Attributes (CEconItemAttribute) - public static class CAttributeList { - public const nint m_Attributes = 0x8; // C_UtlVectorEmbeddedNetworkVar - public const nint m_pManager = 0x58; // CAttributeManager* - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // NetworkVarNames: m_iAttributeDefinitionIndex (attrib_definition_index_t) - // NetworkVarNames: m_flValue (float) - // NetworkVarNames: m_flInitialValue (float) - // NetworkVarNames: m_nRefundableCurrency (int) - // NetworkVarNames: m_bSetBonus (bool) - public static class CEconItemAttribute { - public const nint m_iAttributeDefinitionIndex = 0x30; // uint16 - public const nint m_flValue = 0x34; // float32 - public const nint m_flInitialValue = 0x38; // float32 - public const nint m_nRefundableCurrency = 0x3C; // int32 - public const nint m_bSetBonus = 0x40; // bool - } - // Parent: None - // Fields count: 6 - // - // Metadata: - // NetworkVarNames: m_iReapplyProvisionParity (int) - // NetworkVarNames: m_hOuter (EHANDLE) - // NetworkVarNames: m_ProviderType (attributeprovidertypes_t) - public static class CAttributeManager { - public const nint m_Providers = 0x8; // CUtlVector> - public const nint m_iReapplyProvisionParity = 0x20; // int32 - public const nint m_hOuter = 0x24; // CHandle - public const nint m_bPreventLoopback = 0x28; // bool - public const nint m_ProviderType = 0x2C; // attributeprovidertypes_t - public const nint m_CachedResults = 0x30; // CUtlVector - } - // Parent: CAttributeManager - // Fields count: 3 - // - // Metadata: - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // NetworkVarNames: m_Item (CEconItemView) - public static class C_AttributeContainer { - public const nint m_Item = 0x50; // C_EconItemView - public const nint m_iExternalItemProviderRegisteredToken = 0x13A0; // int32 - public const nint m_ullRegisteredAsItemID = 0x13A8; // uint64 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_bSpotted (bool) - // NetworkVarNames: m_bSpottedByMask (uint32) - public static class EntitySpottedState_t { - public const nint m_bSpotted = 0x8; // bool - public const nint m_bSpottedByMask = 0xC; // uint32[2] - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_pGameRules (CCSGameRules*) - public static class C_CSGameRulesProxy { - public const nint m_pGameRules = 0x6D0; // C_CSGameRules* - } - // Parent: None - // Fields count: 117 - // - // Metadata: - // NetworkVarNames: m_bFreezePeriod (bool) - // NetworkVarNames: m_bWarmupPeriod (bool) - // NetworkVarNames: m_fWarmupPeriodEnd (GameTime_t) - // NetworkVarNames: m_fWarmupPeriodStart (GameTime_t) - // NetworkVarNames: m_nTotalPausedTicks (int) - // NetworkVarNames: m_nPauseStartTick (int) - // NetworkVarNames: m_bServerPaused (bool) - // NetworkVarNames: m_bGamePaused (bool) - // NetworkVarNames: m_bTerroristTimeOutActive (bool) - // NetworkVarNames: m_bCTTimeOutActive (bool) - // NetworkVarNames: m_flTerroristTimeOutRemaining (float) - // NetworkVarNames: m_flCTTimeOutRemaining (float) - // NetworkVarNames: m_nTerroristTimeOuts (int) - // NetworkVarNames: m_nCTTimeOuts (int) - // NetworkVarNames: m_bTechnicalTimeOut (bool) - // NetworkVarNames: m_bMatchWaitingForResume (bool) - // NetworkVarNames: m_iRoundTime (int) - // NetworkVarNames: m_fMatchStartTime (float) - // NetworkVarNames: m_fRoundStartTime (GameTime_t) - // NetworkVarNames: m_flRestartRoundTime (GameTime_t) - // NetworkVarNames: m_bGameRestart (bool) - // NetworkVarNames: m_flGameStartTime (float) - // NetworkVarNames: m_timeUntilNextPhaseStarts (float) - // NetworkVarNames: m_gamePhase (int) - // NetworkVarNames: m_totalRoundsPlayed (int) - // NetworkVarNames: m_nRoundsPlayedThisPhase (int) - // NetworkVarNames: m_nOvertimePlaying (int) - // NetworkVarNames: m_iHostagesRemaining (int) - // NetworkVarNames: m_bAnyHostageReached (bool) - // NetworkVarNames: m_bMapHasBombTarget (bool) - // NetworkVarNames: m_bMapHasRescueZone (bool) - // NetworkVarNames: m_bMapHasBuyZone (bool) - // NetworkVarNames: m_bIsQueuedMatchmaking (bool) - // NetworkVarNames: m_nQueuedMatchmakingMode (int) - // NetworkVarNames: m_bIsValveDS (bool) - // NetworkVarNames: m_bLogoMap (bool) - // NetworkVarNames: m_bPlayAllStepSoundsOnServer (bool) - // NetworkVarNames: m_iSpectatorSlotCount (int) - // NetworkVarNames: m_MatchDevice (int) - // NetworkVarNames: m_bHasMatchStarted (bool) - // NetworkVarNames: m_nNextMapInMapgroup (int) - // NetworkVarNames: m_szTournamentEventName (char) - // NetworkVarNames: m_szTournamentEventStage (char) - // NetworkVarNames: m_szMatchStatTxt (char) - // NetworkVarNames: m_szTournamentPredictionsTxt (char) - // NetworkVarNames: m_nTournamentPredictionsPct (int) - // NetworkVarNames: m_flCMMItemDropRevealStartTime (GameTime_t) - // NetworkVarNames: m_flCMMItemDropRevealEndTime (GameTime_t) - // NetworkVarNames: m_bIsDroppingItems (bool) - // NetworkVarNames: m_bIsQuestEligible (bool) - // NetworkVarNames: m_bIsHltvActive (bool) - // NetworkVarNames: m_nGuardianModeWaveNumber (int) - // NetworkVarNames: m_nGuardianModeSpecialKillsRemaining (int) - // NetworkVarNames: m_nGuardianModeSpecialWeaponNeeded (int) - // NetworkVarNames: m_numGlobalGiftsGiven (uint32) - // NetworkVarNames: m_numGlobalGifters (uint32) - // NetworkVarNames: m_numGlobalGiftsPeriodSeconds (uint32) - // NetworkVarNames: m_arrFeaturedGiftersAccounts (uint32) - // NetworkVarNames: m_arrFeaturedGiftersGifts (uint32) - // NetworkVarNames: m_arrProhibitedItemIndices (uint16) - // NetworkVarNames: m_arrTournamentActiveCasterAccounts (uint32) - // NetworkVarNames: m_numBestOfMaps (int) - // NetworkVarNames: m_nHalloweenMaskListSeed (int) - // NetworkVarNames: m_bBombDropped (bool) - // NetworkVarNames: m_bBombPlanted (bool) - // NetworkVarNames: m_iRoundWinStatus (int) - // NetworkVarNames: m_eRoundWinReason (int) - // NetworkVarNames: m_bTCantBuy (bool) - // NetworkVarNames: m_bCTCantBuy (bool) - // NetworkVarNames: m_flGuardianBuyUntilTime (GameTime_t) - // NetworkVarNames: m_iMatchStats_RoundResults (int) - // NetworkVarNames: m_iMatchStats_PlayersAlive_CT (int) - // NetworkVarNames: m_iMatchStats_PlayersAlive_T (int) - // NetworkVarNames: m_TeamRespawnWaveTimes (float) - // NetworkVarNames: m_flNextRespawnWave (GameTime_t) - // NetworkVarNames: m_nServerQuestID (int) - // NetworkVarNames: m_vMinimapMins (Vector) - // NetworkVarNames: m_vMinimapMaxs (Vector) - // NetworkVarNames: m_MinimapVerticalSectionHeights (float) - // NetworkVarNames: m_nEndMatchMapGroupVoteTypes (int) - // NetworkVarNames: m_nEndMatchMapGroupVoteOptions (int) - // NetworkVarNames: m_nEndMatchMapVoteWinner (int) - // NetworkVarNames: m_iNumConsecutiveCTLoses (int) - // NetworkVarNames: m_iNumConsecutiveTerroristLoses (int) - // NetworkVarNames: m_nMatchAbortedEarlyReason (int) - // NetworkVarNames: m_pGameModeRules (CCSGameModeRules*) - // NetworkVarNames: m_RetakeRules (CRetakeGameRules) - // NetworkVarNames: m_nMatchEndCount (uint8) - // NetworkVarNames: m_nTTeamIntroVariant (int) - // NetworkVarNames: m_nCTTeamIntroVariant (int) - // NetworkVarNames: m_bTeamIntroPeriod (bool) - // NetworkVarNames: m_iRoundEndWinnerTeam (int) - // NetworkVarNames: m_eRoundEndReason (int) - // NetworkVarNames: m_bRoundEndShowTimerDefend (bool) - // NetworkVarNames: m_iRoundEndTimerTime (int) - // NetworkVarNames: m_sRoundEndFunFactToken (CUtlString) - // NetworkVarNames: m_iRoundEndFunFactPlayerSlot (CPlayerSlot) - // NetworkVarNames: m_iRoundEndFunFactData1 (int) - // NetworkVarNames: m_iRoundEndFunFactData2 (int) - // NetworkVarNames: m_iRoundEndFunFactData3 (int) - // NetworkVarNames: m_sRoundEndMessage (CUtlString) - // NetworkVarNames: m_iRoundEndPlayerCount (int) - // NetworkVarNames: m_bRoundEndNoMusic (bool) - // NetworkVarNames: m_iRoundEndLegacy (int) - // NetworkVarNames: m_nRoundEndCount (uint8) - // NetworkVarNames: m_iRoundStartRoundNumber (int) - // NetworkVarNames: m_nRoundStartCount (uint8) - public static class C_CSGameRules { - public const nint __m_pChainEntity = 0x8; // CNetworkVarChainer - public const nint m_bFreezePeriod = 0x30; // bool - public const nint m_bWarmupPeriod = 0x31; // bool - public const nint m_fWarmupPeriodEnd = 0x34; // GameTime_t - public const nint m_fWarmupPeriodStart = 0x38; // GameTime_t - public const nint m_nTotalPausedTicks = 0x3C; // int32 - public const nint m_nPauseStartTick = 0x40; // int32 - public const nint m_bServerPaused = 0x44; // bool - public const nint m_bGamePaused = 0x45; // bool - public const nint m_bTerroristTimeOutActive = 0x46; // bool - public const nint m_bCTTimeOutActive = 0x47; // bool - public const nint m_flTerroristTimeOutRemaining = 0x48; // float32 - public const nint m_flCTTimeOutRemaining = 0x4C; // float32 - public const nint m_nTerroristTimeOuts = 0x50; // int32 - public const nint m_nCTTimeOuts = 0x54; // int32 - public const nint m_bTechnicalTimeOut = 0x58; // bool - public const nint m_bMatchWaitingForResume = 0x59; // bool - public const nint m_iRoundTime = 0x5C; // int32 - public const nint m_fMatchStartTime = 0x60; // float32 - public const nint m_fRoundStartTime = 0x64; // GameTime_t - public const nint m_flRestartRoundTime = 0x68; // GameTime_t - public const nint m_bGameRestart = 0x6C; // bool - public const nint m_flGameStartTime = 0x70; // float32 - public const nint m_timeUntilNextPhaseStarts = 0x74; // float32 - public const nint m_gamePhase = 0x78; // int32 - public const nint m_totalRoundsPlayed = 0x7C; // int32 - public const nint m_nRoundsPlayedThisPhase = 0x80; // int32 - public const nint m_nOvertimePlaying = 0x84; // int32 - public const nint m_iHostagesRemaining = 0x88; // int32 - public const nint m_bAnyHostageReached = 0x8C; // bool - public const nint m_bMapHasBombTarget = 0x8D; // bool - public const nint m_bMapHasRescueZone = 0x8E; // bool - public const nint m_bMapHasBuyZone = 0x8F; // bool - public const nint m_bIsQueuedMatchmaking = 0x90; // bool - public const nint m_nQueuedMatchmakingMode = 0x94; // int32 - public const nint m_bIsValveDS = 0x98; // bool - public const nint m_bLogoMap = 0x99; // bool - public const nint m_bPlayAllStepSoundsOnServer = 0x9A; // bool - public const nint m_iSpectatorSlotCount = 0x9C; // int32 - public const nint m_MatchDevice = 0xA0; // int32 - public const nint m_bHasMatchStarted = 0xA4; // bool - public const nint m_nNextMapInMapgroup = 0xA8; // int32 - public const nint m_szTournamentEventName = 0xAC; // char[512] - public const nint m_szTournamentEventStage = 0x2AC; // char[512] - public const nint m_szMatchStatTxt = 0x4AC; // char[512] - public const nint m_szTournamentPredictionsTxt = 0x6AC; // char[512] - public const nint m_nTournamentPredictionsPct = 0x8AC; // int32 - public const nint m_flCMMItemDropRevealStartTime = 0x8B0; // GameTime_t - public const nint m_flCMMItemDropRevealEndTime = 0x8B4; // GameTime_t - public const nint m_bIsDroppingItems = 0x8B8; // bool - public const nint m_bIsQuestEligible = 0x8B9; // bool - public const nint m_bIsHltvActive = 0x8BA; // bool - public const nint m_nGuardianModeWaveNumber = 0x8BC; // int32 - public const nint m_nGuardianModeSpecialKillsRemaining = 0x8C0; // int32 - public const nint m_nGuardianModeSpecialWeaponNeeded = 0x8C4; // int32 - public const nint m_nGuardianGrenadesToGiveBots = 0x8C8; // int32 - public const nint m_nNumHeaviesToSpawn = 0x8CC; // int32 - public const nint m_numGlobalGiftsGiven = 0x8D0; // uint32 - public const nint m_numGlobalGifters = 0x8D4; // uint32 - public const nint m_numGlobalGiftsPeriodSeconds = 0x8D8; // uint32 - public const nint m_arrFeaturedGiftersAccounts = 0x8DC; // uint32[4] - public const nint m_arrFeaturedGiftersGifts = 0x8EC; // uint32[4] - public const nint m_arrProhibitedItemIndices = 0x8FC; // uint16[100] - public const nint m_arrTournamentActiveCasterAccounts = 0x9C4; // uint32[4] - public const nint m_numBestOfMaps = 0x9D4; // int32 - public const nint m_nHalloweenMaskListSeed = 0x9D8; // int32 - public const nint m_bBombDropped = 0x9DC; // bool - public const nint m_bBombPlanted = 0x9DD; // bool - public const nint m_iRoundWinStatus = 0x9E0; // int32 - public const nint m_eRoundWinReason = 0x9E4; // int32 - public const nint m_bTCantBuy = 0x9E8; // bool - public const nint m_bCTCantBuy = 0x9E9; // bool - public const nint m_flGuardianBuyUntilTime = 0x9EC; // GameTime_t - public const nint m_iMatchStats_RoundResults = 0x9F0; // int32[30] - public const nint m_iMatchStats_PlayersAlive_CT = 0xA68; // int32[30] - public const nint m_iMatchStats_PlayersAlive_T = 0xAE0; // int32[30] - public const nint m_TeamRespawnWaveTimes = 0xB58; // float32[32] - public const nint m_flNextRespawnWave = 0xBD8; // GameTime_t[32] - public const nint m_nServerQuestID = 0xC58; // int32 - public const nint m_vMinimapMins = 0xC5C; // Vector - public const nint m_vMinimapMaxs = 0xC68; // Vector - public const nint m_MinimapVerticalSectionHeights = 0xC74; // float32[8] - public const nint m_bDontIncrementCoopWave = 0xC94; // bool - public const nint m_bSpawnedTerrorHuntHeavy = 0xC95; // bool - public const nint m_nEndMatchMapGroupVoteTypes = 0xC98; // int32[10] - public const nint m_nEndMatchMapGroupVoteOptions = 0xCC0; // int32[10] - public const nint m_nEndMatchMapVoteWinner = 0xCE8; // int32 - public const nint m_iNumConsecutiveCTLoses = 0xCEC; // int32 - public const nint m_iNumConsecutiveTerroristLoses = 0xCF0; // int32 - public const nint m_bMarkClientStopRecordAtRoundEnd = 0xD10; // bool - public const nint m_nMatchAbortedEarlyReason = 0xD68; // int32 - public const nint m_bHasTriggeredRoundStartMusic = 0xD6C; // bool - public const nint m_bHasTriggeredCoopSpawnReset = 0xD6D; // bool - public const nint m_bSwitchingTeamsAtRoundReset = 0xD6E; // bool - public const nint m_pGameModeRules = 0xD88; // CCSGameModeRules* - public const nint m_RetakeRules = 0xD90; // C_RetakeGameRules - public const nint m_nMatchEndCount = 0xEA8; // uint8 - public const nint m_nTTeamIntroVariant = 0xEAC; // int32 - public const nint m_nCTTeamIntroVariant = 0xEB0; // int32 - public const nint m_bTeamIntroPeriod = 0xEB4; // bool - public const nint m_iRoundEndWinnerTeam = 0xEB8; // int32 - public const nint m_eRoundEndReason = 0xEBC; // int32 - public const nint m_bRoundEndShowTimerDefend = 0xEC0; // bool - public const nint m_iRoundEndTimerTime = 0xEC4; // int32 - public const nint m_sRoundEndFunFactToken = 0xEC8; // CUtlString - public const nint m_iRoundEndFunFactPlayerSlot = 0xED0; // CPlayerSlot - public const nint m_iRoundEndFunFactData1 = 0xED4; // int32 - public const nint m_iRoundEndFunFactData2 = 0xED8; // int32 - public const nint m_iRoundEndFunFactData3 = 0xEDC; // int32 - public const nint m_sRoundEndMessage = 0xEE0; // CUtlString - public const nint m_iRoundEndPlayerCount = 0xEE8; // int32 - public const nint m_bRoundEndNoMusic = 0xEEC; // bool - public const nint m_iRoundEndLegacy = 0xEF0; // int32 - public const nint m_nRoundEndCount = 0xEF4; // uint8 - public const nint m_iRoundStartRoundNumber = 0xEF8; // int32 - public const nint m_nRoundStartCount = 0xEFC; // uint8 - public const nint m_flLastPerfSampleTime = 0x4F08; // float64 - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MPulseProvideFeatureTag - // MPulseLibraryBindings - public static class CCSTakeDamageInfoAPI { - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MPulseInstanceDomainInfo - // MPulseLibraryBindings - // MPulseDomainOptInFeatureTag - public static class CCSGameModeScript { - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_WeaponSequence (CUtlString) - public static class CCSGameModeRules_ArmsRace { - public const nint m_WeaponSequence = 0x38; // C_NetworkUtlVectorBase - } - // Parent: CCSGameModeScript - // Fields count: 1 - // - // Metadata: - // MPulseInstanceDomainInfo - // MPulseLibraryBindings - // MPulseDomainOptInFeatureTag - public static class CCSArmsRaceScript { - public const nint m_pOuter = 0xD8; // CCSGameModeRules_ArmsRace* - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // NetworkVarNames: m_flDMBonusStartTime (GameTime_t) - // NetworkVarNames: m_flDMBonusTimeLength (float) - // NetworkVarNames: m_nDMBonusWeaponLoadoutSlot (int16) - public static class CCSGameModeRules_Deathmatch { - public const nint m_flDMBonusStartTime = 0x38; // GameTime_t - public const nint m_flDMBonusTimeLength = 0x3C; // float32 - public const nint m_nDMBonusWeaponLoadoutSlot = 0x40; // int16 - } - // Parent: CCSGameModeScript - // Fields count: 1 - // - // Metadata: - // MPulseInstanceDomainInfo - // MPulseLibraryBindings - // MPulseDomainOptInFeatureTag - public static class CCSDeathmatchScript { - public const nint m_pOuter = 0xD8; // CCSGameModeRules_Deathmatch* - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // NetworkVarNames: m_nMatchSeed (int) - // NetworkVarNames: m_bBlockersPresent (bool) - // NetworkVarNames: m_bRoundInProgress (bool) - // NetworkVarNames: m_iFirstSecondHalfRound (int) - // NetworkVarNames: m_iBombSite (int) - public static class C_RetakeGameRules { - public const nint m_nMatchSeed = 0xF8; // int32 - public const nint m_bBlockersPresent = 0xFC; // bool - public const nint m_bRoundInProgress = 0xFD; // bool - public const nint m_iFirstSecondHalfRound = 0x100; // int32 - public const nint m_iBombSite = 0x104; // int32 - } - // Parent: None - // Fields count: 13 - // - // Metadata: - // NetworkVarNames: m_iKills (int) - // NetworkVarNames: m_iDeaths (int) - // NetworkVarNames: m_iAssists (int) - // NetworkVarNames: m_iDamage (int) - // NetworkVarNames: m_iEquipmentValue (int) - // NetworkVarNames: m_iMoneySaved (int) - // NetworkVarNames: m_iKillReward (int) - // NetworkVarNames: m_iLiveTime (int) - // NetworkVarNames: m_iHeadShotKills (int) - // NetworkVarNames: m_iObjective (int) - // NetworkVarNames: m_iCashEarned (int) - // NetworkVarNames: m_iUtilityDamage (int) - // NetworkVarNames: m_iEnemiesFlashed (int) - public static class CSPerRoundStats_t { - public const nint m_iKills = 0x30; // int32 - public const nint m_iDeaths = 0x34; // int32 - public const nint m_iAssists = 0x38; // int32 - public const nint m_iDamage = 0x3C; // int32 - public const nint m_iEquipmentValue = 0x40; // int32 - public const nint m_iMoneySaved = 0x44; // int32 - public const nint m_iKillReward = 0x48; // int32 - public const nint m_iLiveTime = 0x4C; // int32 - public const nint m_iHeadShotKills = 0x50; // int32 - public const nint m_iObjective = 0x54; // int32 - public const nint m_iCashEarned = 0x58; // int32 - public const nint m_iUtilityDamage = 0x5C; // int32 - public const nint m_iEnemiesFlashed = 0x60; // int32 - } - // Parent: CSPerRoundStats_t - // Fields count: 5 - // - // Metadata: - // NetworkVarNames: m_iEnemy5Ks (int) - // NetworkVarNames: m_iEnemy4Ks (int) - // NetworkVarNames: m_iEnemy3Ks (int) - // NetworkVarNames: m_iEnemyKnifeKills (int) - // NetworkVarNames: m_iEnemyTaserKills (int) - public static class CSMatchStats_t { - public const nint m_iEnemy5Ks = 0x64; // int32 - public const nint m_iEnemy4Ks = 0x68; // int32 - public const nint m_iEnemy3Ks = 0x6C; // int32 - public const nint m_iEnemyKnifeKills = 0x70; // int32 - public const nint m_iEnemyTaserKills = 0x74; // int32 - } - // Parent: C_BaseEntity - // Fields count: 8 - // - // Metadata: - // NetworkVarNames: m_nVariant (int) - // NetworkVarNames: m_nRandom (int) - // NetworkVarNames: m_nOrdinal (int) - // NetworkVarNames: m_sWeaponName (CUtlString) - // NetworkVarNames: m_xuid (XUID) - // NetworkVarNames: m_agentItem (CEconItemView) - // NetworkVarNames: m_glovesItem (CEconItemView) - // NetworkVarNames: m_weaponItem (CEconItemView) - public static class C_CSGO_TeamPreviewCharacterPosition { - public const nint m_nVariant = 0x6D0; // int32 - public const nint m_nRandom = 0x6D4; // int32 - public const nint m_nOrdinal = 0x6D8; // int32 - public const nint m_sWeaponName = 0x6E0; // CUtlString - public const nint m_xuid = 0x6E8; // uint64 - public const nint m_agentItem = 0x6F0; // C_EconItemView - public const nint m_glovesItem = 0x1A40; // C_EconItemView - public const nint m_weaponItem = 0x2D90; // C_EconItemView - } - // Parent: C_BaseEntity - // Fields count: 5 - // - // Metadata: - // NetworkVarNames: m_hPlayer (CHandle) - // NetworkVarNames: m_hPingedEntity (CHandle) - // NetworkVarNames: m_iType (int) - // NetworkVarNames: m_bUrgent (bool) - // NetworkVarNames: m_szPlaceName (char) - public static class C_PlayerPing { - public const nint m_hPlayer = 0x700; // CHandle - public const nint m_hPingedEntity = 0x704; // CHandle - public const nint m_iType = 0x708; // int32 - public const nint m_bUrgent = 0x70C; // bool - public const nint m_szPlaceName = 0x70D; // char[18] - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_hPlayerPing (CHandle) - public static class CCSPlayer_PingServices { - public const nint m_hPlayerPing = 0x40; // CHandle - } - // Parent: C_BaseEntity - // Fields count: 10 - // - // Metadata: - // NetworkVarNames: m_bHostageAlive (bool) - // NetworkVarNames: m_isHostageFollowingSomeone (bool) - // NetworkVarNames: m_iHostageEntityIDs (CEntityIndex) - // NetworkVarNames: m_bombsiteCenterA (Vector) - // NetworkVarNames: m_bombsiteCenterB (Vector) - // NetworkVarNames: m_hostageRescueX (int) - // NetworkVarNames: m_hostageRescueY (int) - // NetworkVarNames: m_hostageRescueZ (int) - // NetworkVarNames: m_bEndMatchNextMapAllVoted (bool) - public static class C_CSPlayerResource { - public const nint m_bHostageAlive = 0x6D0; // bool[12] - public const nint m_isHostageFollowingSomeone = 0x6DC; // bool[12] - public const nint m_iHostageEntityIDs = 0x6E8; // CEntityIndex[12] - public const nint m_bombsiteCenterA = 0x718; // Vector - public const nint m_bombsiteCenterB = 0x724; // Vector - public const nint m_hostageRescueX = 0x730; // int32[4] - public const nint m_hostageRescueY = 0x740; // int32[4] - public const nint m_hostageRescueZ = 0x750; // int32[4] - public const nint m_bEndMatchNextMapAllVoted = 0x760; // bool - public const nint m_foundGoalPositions = 0x761; // bool - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MPulseProvideFeatureTag - // MPulseLibraryBindings - public static class CCSPlayerControllerAPI { - } - // Parent: CPlayer_CameraServices - // Fields count: 6 - // - // Metadata: - // NetworkVarNames: m_iFOV (uint32) - // NetworkVarNames: m_iFOVStart (uint32) - // NetworkVarNames: m_flFOVTime (GameTime_t) - // NetworkVarNames: m_flFOVRate (float32) - // NetworkVarNames: m_hZoomOwner (CHandle) - public static class CCSPlayerBase_CameraServices { - public const nint m_iFOV = 0x210; // uint32 - public const nint m_iFOVStart = 0x214; // uint32 - public const nint m_flFOVTime = 0x218; // GameTime_t - public const nint m_flFOVRate = 0x21C; // float32 - public const nint m_hZoomOwner = 0x220; // CHandle - public const nint m_flLastShotFOV = 0x224; // float32 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_nItemDefIndex (uint16) - // NetworkVarNames: m_nCount (uint16) - public static class WeaponPurchaseCount_t { - public const nint m_nItemDefIndex = 0x30; // uint16 - public const nint m_nCount = 0x32; // uint16 - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_weaponPurchases (WeaponPurchaseCount_t) - public static class WeaponPurchaseTracker_t { - public const nint m_weaponPurchases = 0x8; // C_UtlVectorEmbeddedNetworkVar - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // NetworkVarNames: m_bIsRescuing (bool) - // NetworkVarNames: m_weaponPurchasesThisMatch (WeaponPurchaseTracker_t) - // NetworkVarNames: m_weaponPurchasesThisRound (WeaponPurchaseTracker_t) - public static class CCSPlayer_ActionTrackingServices { - public const nint m_hLastWeaponBeforeC4AutoSwitch = 0x40; // CHandle - public const nint m_bIsRescuing = 0x44; // bool - public const nint m_weaponPurchasesThisMatch = 0x48; // WeaponPurchaseTracker_t - public const nint m_weaponPurchasesThisRound = 0xA0; // WeaponPurchaseTracker_t - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_totalHitsOnServer (int32) - public static class CCSPlayer_BulletServices { - public const nint m_totalHitsOnServer = 0x40; // int32 - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // NetworkVarNames: m_unDefIdx (item_definition_index_t) - // NetworkVarNames: m_nCost (int) - // NetworkVarNames: m_nPrevArmor (int) - // NetworkVarNames: m_bPrevHelmet (bool) - // NetworkVarNames: m_hItem (CEntityHandle) - public static class SellbackPurchaseEntry_t { - public const nint m_unDefIdx = 0x30; // uint16 - public const nint m_nCost = 0x34; // int32 - public const nint m_nPrevArmor = 0x38; // int32 - public const nint m_bPrevHelmet = 0x3C; // bool - public const nint m_hItem = 0x40; // CEntityHandle - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_vecSellbackPurchaseEntries (SellbackPurchaseEntry_t) - public static class CCSPlayer_BuyServices { - public const nint m_vecSellbackPurchaseEntries = 0x40; // C_UtlVectorEmbeddedNetworkVar - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_hCarriedHostage (CHandle) - // NetworkVarNames: m_hCarriedHostageProp (CHandle) - public static class CCSPlayer_HostageServices { - public const nint m_hCarriedHostage = 0x40; // CHandle - public const nint m_hCarriedHostageProp = 0x44; // CHandle - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // NetworkVarNames: m_bHasDefuser (bool) - // NetworkVarNames: m_bHasHelmet (bool) - // NetworkVarNames: m_bHasHeavyArmor (bool) - public static class CCSPlayer_ItemServices { - public const nint m_bHasDefuser = 0x40; // bool - public const nint m_bHasHelmet = 0x41; // bool - public const nint m_bHasHeavyArmor = 0x42; // bool - } - // Parent: CPlayer_MovementServices_Humanoid - // Fields count: 37 - // - // Metadata: - // NetworkVarNames: m_flMaxFallVelocity (float) - // NetworkVarNames: m_vecLadderNormal (Vector) - // NetworkVarNames: m_nLadderSurfacePropIndex (int) - // NetworkVarNames: m_flDuckAmount (float) - // NetworkVarNames: m_flDuckSpeed (float) - // NetworkVarNames: m_bDuckOverride (bool) - // NetworkVarNames: m_bDesiresDuck (bool) - // NetworkVarNames: m_nDuckTimeMsecs (uint32) - // NetworkVarNames: m_nDuckJumpTimeMsecs (uint32) - // NetworkVarNames: m_nJumpTimeMsecs (uint32) - // NetworkVarNames: m_flLastDuckTime (float) - // NetworkVarNames: m_nGameCodeHasMovedPlayerAfterCommand (int) - // NetworkVarNames: m_bOldJumpPressed (bool) - // NetworkVarNames: m_flJumpUntil (float) - // NetworkVarNames: m_flJumpVel (float) - // NetworkVarNames: m_fStashGrenadeParameterWhen (GameTime_t) - // NetworkVarNames: m_nButtonDownMaskPrev (ButtonBitMask_t) - // NetworkVarNames: m_flOffsetTickCompleteTime (float) - // NetworkVarNames: m_flOffsetTickStashedSpeed (float) - // NetworkVarNames: m_flStamina (float) - public static class CCSPlayer_MovementServices { - public const nint m_flMaxFallVelocity = 0x214; // float32 - public const nint m_vecLadderNormal = 0x218; // Vector - public const nint m_nLadderSurfacePropIndex = 0x224; // int32 - public const nint m_flDuckAmount = 0x228; // float32 - public const nint m_flDuckSpeed = 0x22C; // float32 - public const nint m_bDuckOverride = 0x230; // bool - public const nint m_bDesiresDuck = 0x231; // bool - public const nint m_flDuckOffset = 0x234; // float32 - public const nint m_nDuckTimeMsecs = 0x238; // uint32 - public const nint m_nDuckJumpTimeMsecs = 0x23C; // uint32 - public const nint m_nJumpTimeMsecs = 0x240; // uint32 - public const nint m_flLastDuckTime = 0x244; // float32 - public const nint m_vecLastPositionAtFullCrouchSpeed = 0x250; // Vector2D - public const nint m_duckUntilOnGround = 0x258; // bool - public const nint m_bHasWalkMovedSinceLastJump = 0x259; // bool - public const nint m_bInStuckTest = 0x25A; // bool - public const nint m_flStuckCheckTime = 0x268; // float32[64][2] - public const nint m_nTraceCount = 0x468; // int32 - public const nint m_StuckLast = 0x46C; // int32 - public const nint m_bSpeedCropped = 0x470; // bool - public const nint m_nOldWaterLevel = 0x474; // int32 - public const nint m_flWaterEntryTime = 0x478; // float32 - public const nint m_vecForward = 0x47C; // Vector - public const nint m_vecLeft = 0x488; // Vector - public const nint m_vecUp = 0x494; // Vector - public const nint m_nGameCodeHasMovedPlayerAfterCommand = 0x4A0; // int32 - public const nint m_bOldJumpPressed = 0x4A4; // bool - public const nint m_flJumpPressedTime = 0x4A8; // float32 - public const nint m_flJumpUntil = 0x4AC; // float32 - public const nint m_flJumpVel = 0x4B0; // float32 - public const nint m_fStashGrenadeParameterWhen = 0x4B4; // GameTime_t - public const nint m_nButtonDownMaskPrev = 0x4B8; // uint64 - public const nint m_flOffsetTickCompleteTime = 0x4C0; // float32 - public const nint m_flOffsetTickStashedSpeed = 0x4C4; // float32 - public const nint m_flStamina = 0x4C8; // float32 - public const nint m_flHeightAtJumpStart = 0x4CC; // float32 - public const nint m_flMaxJumpHeightThisJump = 0x4D0; // float32 - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_hViewModel (CHandle) - public static class CCSPlayer_ViewModelServices { - public const nint m_hViewModel = 0x40; // CHandle[3] - } - // Parent: CPlayer_WeaponServices - // Fields count: 5 - // - // Metadata: - // NetworkVarNames: m_flNextAttack (GameTime_t) - // NetworkVarNames: m_bIsLookingAtWeapon (bool) - // NetworkVarNames: m_bIsHoldingLookAtWeapon (bool) - public static class CCSPlayer_WeaponServices { - public const nint m_flNextAttack = 0xB8; // GameTime_t - public const nint m_bIsLookingAtWeapon = 0xBC; // bool - public const nint m_bIsHoldingLookAtWeapon = 0xBD; // bool - public const nint m_nOldShootPositionHistoryCount = 0xC0; // uint32 - public const nint m_nOldInputHistoryCount = 0x458; // uint32 - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // NetworkVarNames: m_perRoundStats (CSPerRoundStats_t) - // NetworkVarNames: m_matchStats (CSMatchStats_t) - // NetworkVarNames: m_iNumRoundKills (int) - // NetworkVarNames: m_iNumRoundKillsHeadshots (int) - // NetworkVarNames: m_unTotalRoundDamageDealt (uint32) - public static class CCSPlayerController_ActionTrackingServices { - public const nint m_perRoundStats = 0x40; // C_UtlVectorEmbeddedNetworkVar - public const nint m_matchStats = 0x90; // CSMatchStats_t - public const nint m_iNumRoundKills = 0x108; // int32 - public const nint m_iNumRoundKillsHeadshots = 0x10C; // int32 - public const nint m_unTotalRoundDamageDealt = 0x110; // uint32 - } - // Parent: None - // Fields count: 14 - // - // Metadata: - // NetworkVarNames: m_PlayerDamager (CHandle) - // NetworkVarNames: m_PlayerRecipient (CHandle) - // NetworkVarNames: m_hPlayerControllerDamager (CHandle) - // NetworkVarNames: m_hPlayerControllerRecipient (CHandle) - // NetworkVarNames: m_szPlayerDamagerName (CUtlString) - // NetworkVarNames: m_szPlayerRecipientName (CUtlString) - // NetworkVarNames: m_DamagerXuid (uint64) - // NetworkVarNames: m_RecipientXuid (uint64) - // NetworkVarNames: m_iDamage (int) - // NetworkVarNames: m_iActualHealthRemoved (int) - // NetworkVarNames: m_iNumHits (int) - // NetworkVarNames: m_iLastBulletUpdate (int) - // NetworkVarNames: m_bIsOtherEnemy (bool) - // NetworkVarNames: m_killType (EKillTypes_t) - public static class CDamageRecord { - public const nint m_PlayerDamager = 0x28; // CHandle - public const nint m_PlayerRecipient = 0x2C; // CHandle - public const nint m_hPlayerControllerDamager = 0x30; // CHandle - public const nint m_hPlayerControllerRecipient = 0x34; // CHandle - public const nint m_szPlayerDamagerName = 0x38; // CUtlString - public const nint m_szPlayerRecipientName = 0x40; // CUtlString - public const nint m_DamagerXuid = 0x48; // uint64 - public const nint m_RecipientXuid = 0x50; // uint64 - public const nint m_iDamage = 0x58; // int32 - public const nint m_iActualHealthRemoved = 0x5C; // int32 - public const nint m_iNumHits = 0x60; // int32 - public const nint m_iLastBulletUpdate = 0x64; // int32 - public const nint m_bIsOtherEnemy = 0x68; // bool - public const nint m_killType = 0x69; // EKillTypes_t - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_nSendUpdate (int) - // NetworkVarNames: m_DamageList (CDamageRecord) - public static class CCSPlayerController_DamageServices { - public const nint m_nSendUpdate = 0x40; // int32 - public const nint m_DamageList = 0x48; // C_UtlVectorEmbeddedNetworkVar - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // NetworkVarNames: m_iAccount (int) - // NetworkVarNames: m_iStartAccount (int) - // NetworkVarNames: m_iTotalCashSpent (int) - // NetworkVarNames: m_iCashSpentThisRound (int) - public static class CCSPlayerController_InGameMoneyServices { - public const nint m_iAccount = 0x40; // int32 - public const nint m_iStartAccount = 0x44; // int32 - public const nint m_iTotalCashSpent = 0x48; // int32 - public const nint m_iCashSpentThisRound = 0x4C; // int32 - public const nint m_nPreviousAccount = 0x50; // int32 - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // NetworkVarNames: m_unMusicID (item_definition_index_t) - // NetworkVarNames: m_rank (MedalRank_t) - // NetworkVarNames: m_nPersonaDataPublicLevel (int) - // NetworkVarNames: m_nPersonaDataPublicCommendsLeader (int) - // NetworkVarNames: m_nPersonaDataPublicCommendsTeacher (int) - // NetworkVarNames: m_nPersonaDataPublicCommendsFriendly (int) - // NetworkVarNames: m_nPersonaDataXpTrailLevel (int) - // NetworkVarNames: m_vecServerAuthoritativeWeaponSlots (ServerAuthoritativeWeaponSlot_t) - public static class CCSPlayerController_InventoryServices { - public const nint m_unMusicID = 0x40; // uint16 - public const nint m_rank = 0x44; // MedalRank_t[6] - public const nint m_nPersonaDataPublicLevel = 0x5C; // int32 - public const nint m_nPersonaDataPublicCommendsLeader = 0x60; // int32 - public const nint m_nPersonaDataPublicCommendsTeacher = 0x64; // int32 - public const nint m_nPersonaDataPublicCommendsFriendly = 0x68; // int32 - public const nint m_nPersonaDataXpTrailLevel = 0x6C; // int32 - public const nint m_vecServerAuthoritativeWeaponSlots = 0x70; // C_UtlVectorEmbeddedNetworkVar - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MPulseProvideFeatureTag - // MPulseLibraryBindings - public static class CCSWeaponBaseVDataAPI { - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MPulseProvideFeatureTag - // MPulseLibraryBindings - public static class CCSWeaponBaseAPI { - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyElementNameFn - public static class CompositeMaterialMatchFilter_t { - public const nint m_nCompositeMaterialMatchFilterType = 0x0; // CompositeMaterialMatchFilterType_t - public const nint m_strMatchFilter = 0x8; // CUtlString - public const nint m_strMatchValue = 0x10; // CUtlString - public const nint m_bPassWhenTrue = 0x18; // bool - } - // Parent: None - // Fields count: 34 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyElementNameFn - public static class CompositeMaterialInputLooseVariable_t { - public const nint m_strName = 0x0; // CUtlString - public const nint m_bExposeExternally = 0x8; // bool - public const nint m_strExposedFriendlyName = 0x10; // CUtlString - public const nint m_strExposedFriendlyGroupName = 0x18; // CUtlString - public const nint m_bExposedVariableIsFixedRange = 0x20; // bool - public const nint m_strExposedVisibleWhenTrue = 0x28; // CUtlString - public const nint m_strExposedHiddenWhenTrue = 0x30; // CUtlString - public const nint m_nVariableType = 0x38; // CompositeMaterialInputLooseVariableType_t - public const nint m_bValueBoolean = 0x3C; // bool - public const nint m_nValueIntX = 0x40; // int32 - public const nint m_nValueIntY = 0x44; // int32 - public const nint m_nValueIntZ = 0x48; // int32 - public const nint m_nValueIntW = 0x4C; // int32 - public const nint m_bHasFloatBounds = 0x50; // bool - public const nint m_flValueFloatX = 0x54; // float32 - public const nint m_flValueFloatX_Min = 0x58; // float32 - public const nint m_flValueFloatX_Max = 0x5C; // float32 - public const nint m_flValueFloatY = 0x60; // float32 - public const nint m_flValueFloatY_Min = 0x64; // float32 - public const nint m_flValueFloatY_Max = 0x68; // float32 - public const nint m_flValueFloatZ = 0x6C; // float32 - public const nint m_flValueFloatZ_Min = 0x70; // float32 - public const nint m_flValueFloatZ_Max = 0x74; // float32 - public const nint m_flValueFloatW = 0x78; // float32 - public const nint m_flValueFloatW_Min = 0x7C; // float32 - public const nint m_flValueFloatW_Max = 0x80; // float32 - public const nint m_cValueColor4 = 0x84; // Color - public const nint m_nValueSystemVar = 0x88; // CompositeMaterialVarSystemVar_t - public const nint m_strResourceMaterial = 0x90; // CResourceName - public const nint m_strTextureContentAssetPath = 0x170; // CUtlString - public const nint m_strTextureRuntimeResourcePath = 0x178; // CResourceName - public const nint m_strTextureCompilationVtexTemplate = 0x258; // CUtlString - public const nint m_nTextureType = 0x260; // CompositeMaterialInputTextureType_t - public const nint m_strString = 0x268; // CUtlString - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyElementNameFn - public static class CompMatMutatorCondition_t { - public const nint m_nMutatorCondition = 0x0; // CompMatPropertyMutatorConditionType_t - public const nint m_strMutatorConditionContainerName = 0x8; // CUtlString - public const nint m_strMutatorConditionContainerVarName = 0x10; // CUtlString - public const nint m_strMutatorConditionContainerVarValue = 0x18; // CUtlString - public const nint m_bPassWhenTrue = 0x20; // bool - } - // Parent: None - // Fields count: 28 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyElementNameFn - public static class CompMatPropertyMutator_t { - public const nint m_bEnabled = 0x0; // bool - public const nint m_nMutatorCommandType = 0x4; // CompMatPropertyMutatorType_t - public const nint m_strInitWith_Container = 0x8; // CUtlString - public const nint m_strCopyProperty_InputContainerSrc = 0x10; // CUtlString - public const nint m_strCopyProperty_InputContainerProperty = 0x18; // CUtlString - public const nint m_strCopyProperty_TargetProperty = 0x20; // CUtlString - public const nint m_strRandomRollInputVars_SeedInputVar = 0x28; // CUtlString - public const nint m_vecRandomRollInputVars_InputVarsToRoll = 0x30; // CUtlVector - public const nint m_strCopyMatchingKeys_InputContainerSrc = 0x48; // CUtlString - public const nint m_strCopyKeysWithSuffix_InputContainerSrc = 0x50; // CUtlString - public const nint m_strCopyKeysWithSuffix_FindSuffix = 0x58; // CUtlString - public const nint m_strCopyKeysWithSuffix_ReplaceSuffix = 0x60; // CUtlString - public const nint m_nSetValue_Value = 0x68; // CompositeMaterialInputLooseVariable_t - public const nint m_strGenerateTexture_TargetParam = 0x2D8; // CUtlString - public const nint m_strGenerateTexture_InitialContainer = 0x2E0; // CUtlString - public const nint m_nResolution = 0x2E8; // int32 - public const nint m_bIsScratchTarget = 0x2EC; // bool - public const nint m_bSplatDebugInfo = 0x2ED; // bool - public const nint m_bCaptureInRenderDoc = 0x2EE; // bool - public const nint m_vecTexGenInstructions = 0x2F0; // CUtlVector - public const nint m_vecConditionalMutators = 0x308; // CUtlVector - public const nint m_strPopInputQueue_Container = 0x320; // CUtlString - public const nint m_strDrawText_InputContainerSrc = 0x328; // CUtlString - public const nint m_strDrawText_InputContainerProperty = 0x330; // CUtlString - public const nint m_vecDrawText_Position = 0x338; // Vector2D - public const nint m_colDrawText_Color = 0x340; // Color - public const nint m_strDrawText_Font = 0x348; // CUtlString - public const nint m_vecConditions = 0x350; // CUtlVector - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyElementNameFn - public static class CompositeMaterialInputContainer_t { - public const nint m_bEnabled = 0x0; // bool - public const nint m_nCompositeMaterialInputContainerSourceType = 0x4; // CompositeMaterialInputContainerSourceType_t - public const nint m_strSpecificContainerMaterial = 0x8; // CResourceName - public const nint m_strAttrName = 0xE8; // CUtlString - public const nint m_strAlias = 0xF0; // CUtlString - public const nint m_vecLooseVariables = 0xF8; // CUtlVector - public const nint m_strAttrNameForVar = 0x110; // CUtlString - public const nint m_bExposeExternally = 0x118; // bool - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyElementNameFn - public static class CompositeMaterialAssemblyProcedure_t { - public const nint m_vecCompMatIncludes = 0x0; // CUtlVector - public const nint m_vecMatchFilters = 0x18; // CUtlVector - public const nint m_vecCompositeInputContainers = 0x30; // CUtlVector - public const nint m_vecPropertyMutators = 0x48; // CUtlVector - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MPropertyElementNameFn - public static class GeneratedTextureHandle_t { - public const nint m_strBitmapName = 0x0; // CUtlString - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MPropertyElementNameFn - public static class CompositeMaterial_t { - public const nint m_TargetKVs = 0x8; // KeyValues3 - public const nint m_PreGenerationKVs = 0x18; // KeyValues3 - public const nint m_FinalKVs = 0x28; // KeyValues3 - public const nint m_vecGeneratedTextures = 0x40; // CUtlVector - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CompositeMaterialEditorPoint_t { - public const nint m_ModelName = 0x0; // CResourceName - public const nint m_nSequenceIndex = 0xE0; // int32 - public const nint m_flCycle = 0xE4; // float32 - public const nint m_KVModelStateChoices = 0xE8; // KeyValues3 - public const nint m_bEnableChildModel = 0xF8; // bool - public const nint m_ChildModelName = 0x100; // CResourceName - public const nint m_vecCompositeMaterialAssemblyProcedures = 0x1E0; // CUtlVector - public const nint m_vecCompositeMaterials = 0x1F8; // CUtlVector - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CCompositeMaterialEditorDoc { - public const nint m_nVersion = 0x8; // int32 - public const nint m_Points = 0x10; // CUtlVector - public const nint m_KVthumbnail = 0x28; // KeyValues3 - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MPulseProvideFeatureTag - // MPulseLibraryBindings - public static class C_CSObserverPawnAPI { - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MPulseProvideFeatureTag - // MPulseLibraryBindings - public static class C_CSPlayerPawnAPI { - } - // Parent: C_BaseEntity - // Fields count: 7 - // - // Metadata: - // NetworkVarNames: m_iActiveIssueIndex (int) - // NetworkVarNames: m_iOnlyTeamToVote (int) - // NetworkVarNames: m_nVoteOptionCount (int) - // NetworkVarNames: m_nPotentialVotes (int) - // NetworkVarNames: m_bIsYesNoVote (bool) - public static class C_VoteController { - public const nint m_iActiveIssueIndex = 0x6DC; // int32 - public const nint m_iOnlyTeamToVote = 0x6E0; // int32 - public const nint m_nVoteOptionCount = 0x6E4; // int32[5] - public const nint m_nPotentialVotes = 0x6F8; // int32 - public const nint m_bVotesDirty = 0x6FC; // bool - public const nint m_bTypeDirty = 0x6FD; // bool - public const nint m_bIsYesNoVote = 0x6FE; // bool - } - // Parent: C_BaseEntity - // Fields count: 17 - // - // Metadata: - // NetworkVarNames: m_nDraftType (int) - // NetworkVarNames: m_nTeamWinningCoinToss (int) - // NetworkVarNames: m_nTeamWithFirstChoice (int) - // NetworkVarNames: m_nVoteMapIdsList (int) - // NetworkVarNames: m_nAccountIDs (int) - // NetworkVarNames: m_nMapId0 (int) - // NetworkVarNames: m_nMapId1 (int) - // NetworkVarNames: m_nMapId2 (int) - // NetworkVarNames: m_nMapId3 (int) - // NetworkVarNames: m_nMapId4 (int) - // NetworkVarNames: m_nMapId5 (int) - // NetworkVarNames: m_nStartingSide0 (int) - // NetworkVarNames: m_nCurrentPhase (int) - // NetworkVarNames: m_nPhaseStartTick (int) - // NetworkVarNames: m_nPhaseDurationTicks (int) - public static class C_MapVetoPickController { - public const nint m_nDraftType = 0x6DC; // int32 - public const nint m_nTeamWinningCoinToss = 0x6E0; // int32 - public const nint m_nTeamWithFirstChoice = 0x6E4; // int32[64] - public const nint m_nVoteMapIdsList = 0x7E4; // int32[7] - public const nint m_nAccountIDs = 0x800; // int32[64] - public const nint m_nMapId0 = 0x900; // int32[64] - public const nint m_nMapId1 = 0xA00; // int32[64] - public const nint m_nMapId2 = 0xB00; // int32[64] - public const nint m_nMapId3 = 0xC00; // int32[64] - public const nint m_nMapId4 = 0xD00; // int32[64] - public const nint m_nMapId5 = 0xE00; // int32[64] - public const nint m_nStartingSide0 = 0xF00; // int32[64] - public const nint m_nCurrentPhase = 0x1000; // int32 - public const nint m_nPhaseStartTick = 0x1004; // int32 - public const nint m_nPhaseDurationTicks = 0x1008; // int32 - public const nint m_nPostDataUpdateTick = 0x100C; // int32 - public const nint m_bDisabledHud = 0x1010; // bool - } - // Parent: C_BaseEntity - // Fields count: 24 - // - // Metadata: - // NetworkVarNames: m_Color (Color) - // NetworkVarNames: m_flBrightness (float) - // NetworkVarNames: m_hCubemapTexture (HRenderTextureStrong) - // NetworkVarNames: m_bCustomCubemapTexture (bool) - // NetworkVarNames: m_hLightProbeTexture (HRenderTextureStrong) - // NetworkVarNames: m_hLightProbeDirectLightIndicesTexture (HRenderTextureStrong) - // NetworkVarNames: m_hLightProbeDirectLightScalarsTexture (HRenderTextureStrong) - // NetworkVarNames: m_hLightProbeDirectLightShadowsTexture (HRenderTextureStrong) - // NetworkVarNames: m_vBoxMins (Vector) - // NetworkVarNames: m_vBoxMaxs (Vector) - // NetworkVarNames: m_bMoveable (bool) - // NetworkVarNames: m_nHandshake (int) - // NetworkVarNames: m_nEnvCubeMapArrayIndex (int) - // NetworkVarNames: m_nPriority (int) - // NetworkVarNames: m_bStartDisabled (bool) - // NetworkVarNames: m_flEdgeFadeDist (float) - // NetworkVarNames: m_vEdgeFadeDists (Vector) - // NetworkVarNames: m_nLightProbeSizeX (int) - // NetworkVarNames: m_nLightProbeSizeY (int) - // NetworkVarNames: m_nLightProbeSizeZ (int) - // NetworkVarNames: m_nLightProbeAtlasX (int) - // NetworkVarNames: m_nLightProbeAtlasY (int) - // NetworkVarNames: m_nLightProbeAtlasZ (int) - // NetworkVarNames: m_bEnabled (bool) - public static class C_EnvCombinedLightProbeVolume { - public const nint m_Color = 0x1728; // Color - public const nint m_flBrightness = 0x172C; // float32 - public const nint m_hCubemapTexture = 0x1730; // CStrongHandle - public const nint m_bCustomCubemapTexture = 0x1738; // bool - public const nint m_hLightProbeTexture = 0x1740; // CStrongHandle - public const nint m_hLightProbeDirectLightIndicesTexture = 0x1748; // CStrongHandle - public const nint m_hLightProbeDirectLightScalarsTexture = 0x1750; // CStrongHandle - public const nint m_hLightProbeDirectLightShadowsTexture = 0x1758; // CStrongHandle - public const nint m_vBoxMins = 0x1760; // Vector - public const nint m_vBoxMaxs = 0x176C; // Vector - public const nint m_bMoveable = 0x1778; // bool - public const nint m_nHandshake = 0x177C; // int32 - public const nint m_nEnvCubeMapArrayIndex = 0x1780; // int32 - public const nint m_nPriority = 0x1784; // int32 - public const nint m_bStartDisabled = 0x1788; // bool - public const nint m_flEdgeFadeDist = 0x178C; // float32 - public const nint m_vEdgeFadeDists = 0x1790; // Vector - public const nint m_nLightProbeSizeX = 0x179C; // int32 - public const nint m_nLightProbeSizeY = 0x17A0; // int32 - public const nint m_nLightProbeSizeZ = 0x17A4; // int32 - public const nint m_nLightProbeAtlasX = 0x17A8; // int32 - public const nint m_nLightProbeAtlasY = 0x17AC; // int32 - public const nint m_nLightProbeAtlasZ = 0x17B0; // int32 - public const nint m_bEnabled = 0x17C9; // bool - } - // Parent: C_BaseEntity - // Fields count: 18 - // - // Metadata: - // NetworkVarNames: m_hCubemapTexture (HRenderTextureStrong) - // NetworkVarNames: m_bCustomCubemapTexture (bool) - // NetworkVarNames: m_flInfluenceRadius (float) - // NetworkVarNames: m_vBoxProjectMins (Vector) - // NetworkVarNames: m_vBoxProjectMaxs (Vector) - // NetworkVarNames: m_bMoveable (bool) - // NetworkVarNames: m_nHandshake (int) - // NetworkVarNames: m_nEnvCubeMapArrayIndex (int) - // NetworkVarNames: m_nPriority (int) - // NetworkVarNames: m_flEdgeFadeDist (float) - // NetworkVarNames: m_vEdgeFadeDists (Vector) - // NetworkVarNames: m_flDiffuseScale (float) - // NetworkVarNames: m_bStartDisabled (bool) - // NetworkVarNames: m_bDefaultEnvMap (bool) - // NetworkVarNames: m_bDefaultSpecEnvMap (bool) - // NetworkVarNames: m_bIndoorCubeMap (bool) - // NetworkVarNames: m_bCopyDiffuseFromDefaultCubemap (bool) - // NetworkVarNames: m_bEnabled (bool) - public static class C_EnvCubemap { - public const nint m_hCubemapTexture = 0x750; // CStrongHandle - public const nint m_bCustomCubemapTexture = 0x758; // bool - public const nint m_flInfluenceRadius = 0x75C; // float32 - public const nint m_vBoxProjectMins = 0x760; // Vector - public const nint m_vBoxProjectMaxs = 0x76C; // Vector - public const nint m_bMoveable = 0x778; // bool - public const nint m_nHandshake = 0x77C; // int32 - public const nint m_nEnvCubeMapArrayIndex = 0x780; // int32 - public const nint m_nPriority = 0x784; // int32 - public const nint m_flEdgeFadeDist = 0x788; // float32 - public const nint m_vEdgeFadeDists = 0x78C; // Vector - public const nint m_flDiffuseScale = 0x798; // float32 - public const nint m_bStartDisabled = 0x79C; // bool - public const nint m_bDefaultEnvMap = 0x79D; // bool - public const nint m_bDefaultSpecEnvMap = 0x79E; // bool - public const nint m_bIndoorCubeMap = 0x79F; // bool - public const nint m_bCopyDiffuseFromDefaultCubemap = 0x7A0; // bool - public const nint m_bEnabled = 0x7B0; // bool - } - // Parent: C_BaseEntity - // Fields count: 18 - // - // Metadata: - // NetworkVarNames: m_flEndDistance (float) - // NetworkVarNames: m_flStartDistance (float) - // NetworkVarNames: m_flFogFalloffExponent (float) - // NetworkVarNames: m_bHeightFogEnabled (bool) - // NetworkVarNames: m_flFogHeightWidth (float) - // NetworkVarNames: m_flFogHeightEnd (float) - // NetworkVarNames: m_flFogHeightStart (float) - // NetworkVarNames: m_flFogHeightExponent (float) - // NetworkVarNames: m_flLODBias (float) - // NetworkVarNames: m_bActive (bool) - // NetworkVarNames: m_bStartDisabled (bool) - // NetworkVarNames: m_flFogMaxOpacity (float) - // NetworkVarNames: m_nCubemapSourceType (int) - // NetworkVarNames: m_hSkyMaterial (HMaterialStrong) - // NetworkVarNames: m_iszSkyEntity (string_t) - // NetworkVarNames: m_hFogCubemapTexture (HRenderTextureStrong) - // NetworkVarNames: m_bHasHeightFogEnd (bool) - public static class C_EnvCubemapFog { - public const nint m_flEndDistance = 0x6D0; // float32 - public const nint m_flStartDistance = 0x6D4; // float32 - public const nint m_flFogFalloffExponent = 0x6D8; // float32 - public const nint m_bHeightFogEnabled = 0x6DC; // bool - public const nint m_flFogHeightWidth = 0x6E0; // float32 - public const nint m_flFogHeightEnd = 0x6E4; // float32 - public const nint m_flFogHeightStart = 0x6E8; // float32 - public const nint m_flFogHeightExponent = 0x6EC; // float32 - public const nint m_flLODBias = 0x6F0; // float32 - public const nint m_bActive = 0x6F4; // bool - public const nint m_bStartDisabled = 0x6F5; // bool - public const nint m_flFogMaxOpacity = 0x6F8; // float32 - public const nint m_nCubemapSourceType = 0x6FC; // int32 - public const nint m_hSkyMaterial = 0x700; // CStrongHandle - public const nint m_iszSkyEntity = 0x708; // CUtlSymbolLarge - public const nint m_hFogCubemapTexture = 0x710; // CStrongHandle - public const nint m_bHasHeightFogEnd = 0x718; // bool - public const nint m_bFirstTime = 0x719; // bool - } - // Parent: C_BaseEntity - // Fields count: 16 - // - // Metadata: - // NetworkVarNames: m_hGradientFogTexture (HRenderTextureStrong) - // NetworkVarNames: m_flFogStartDistance (float) - // NetworkVarNames: m_flFogEndDistance (float) - // NetworkVarNames: m_bHeightFogEnabled (bool) - // NetworkVarNames: m_flFogStartHeight (float) - // NetworkVarNames: m_flFogEndHeight (float) - // NetworkVarNames: m_flFarZ (float) - // NetworkVarNames: m_flFogMaxOpacity (float) - // NetworkVarNames: m_flFogFalloffExponent (float) - // NetworkVarNames: m_flFogVerticalExponent (float) - // NetworkVarNames: m_fogColor (Color) - // NetworkVarNames: m_flFogStrength (float) - // NetworkVarNames: m_flFadeTime (float) - // NetworkVarNames: m_bStartDisabled (bool) - // NetworkVarNames: m_bIsEnabled (bool) - public static class C_GradientFog { - public const nint m_hGradientFogTexture = 0x6D0; // CStrongHandle - public const nint m_flFogStartDistance = 0x6D8; // float32 - public const nint m_flFogEndDistance = 0x6DC; // float32 - public const nint m_bHeightFogEnabled = 0x6E0; // bool - public const nint m_flFogStartHeight = 0x6E4; // float32 - public const nint m_flFogEndHeight = 0x6E8; // float32 - public const nint m_flFarZ = 0x6EC; // float32 - public const nint m_flFogMaxOpacity = 0x6F0; // float32 - public const nint m_flFogFalloffExponent = 0x6F4; // float32 - public const nint m_flFogVerticalExponent = 0x6F8; // float32 - public const nint m_fogColor = 0x6FC; // Color - public const nint m_flFogStrength = 0x700; // float32 - public const nint m_flFadeTime = 0x704; // float32 - public const nint m_bStartDisabled = 0x708; // bool - public const nint m_bIsEnabled = 0x709; // bool - public const nint m_bGradientFogNeedsTextures = 0x70A; // bool - } - // Parent: C_BaseEntity - // Fields count: 17 - // - // Metadata: - // NetworkVarNames: m_hLightProbeTexture (HRenderTextureStrong) - // NetworkVarNames: m_hLightProbeDirectLightIndicesTexture (HRenderTextureStrong) - // NetworkVarNames: m_hLightProbeDirectLightScalarsTexture (HRenderTextureStrong) - // NetworkVarNames: m_hLightProbeDirectLightShadowsTexture (HRenderTextureStrong) - // NetworkVarNames: m_vBoxMins (Vector) - // NetworkVarNames: m_vBoxMaxs (Vector) - // NetworkVarNames: m_bMoveable (bool) - // NetworkVarNames: m_nHandshake (int) - // NetworkVarNames: m_nPriority (int) - // NetworkVarNames: m_bStartDisabled (bool) - // NetworkVarNames: m_nLightProbeSizeX (int) - // NetworkVarNames: m_nLightProbeSizeY (int) - // NetworkVarNames: m_nLightProbeSizeZ (int) - // NetworkVarNames: m_nLightProbeAtlasX (int) - // NetworkVarNames: m_nLightProbeAtlasY (int) - // NetworkVarNames: m_nLightProbeAtlasZ (int) - // NetworkVarNames: m_bEnabled (bool) - public static class C_EnvLightProbeVolume { - public const nint m_hLightProbeTexture = 0x16A8; // CStrongHandle - public const nint m_hLightProbeDirectLightIndicesTexture = 0x16B0; // CStrongHandle - public const nint m_hLightProbeDirectLightScalarsTexture = 0x16B8; // CStrongHandle - public const nint m_hLightProbeDirectLightShadowsTexture = 0x16C0; // CStrongHandle - public const nint m_vBoxMins = 0x16C8; // Vector - public const nint m_vBoxMaxs = 0x16D4; // Vector - public const nint m_bMoveable = 0x16E0; // bool - public const nint m_nHandshake = 0x16E4; // int32 - public const nint m_nPriority = 0x16E8; // int32 - public const nint m_bStartDisabled = 0x16EC; // bool - public const nint m_nLightProbeSizeX = 0x16F0; // int32 - public const nint m_nLightProbeSizeY = 0x16F4; // int32 - public const nint m_nLightProbeSizeZ = 0x16F8; // int32 - public const nint m_nLightProbeAtlasX = 0x16FC; // int32 - public const nint m_nLightProbeAtlasY = 0x1700; // int32 - public const nint m_nLightProbeAtlasZ = 0x1704; // int32 - public const nint m_bEnabled = 0x1711; // bool - } - // Parent: C_BaseEntity - // Fields count: 6 - // - // Metadata: - // NetworkVarNames: m_flVisibilityStrength (float) - // NetworkVarNames: m_flFogDistanceMultiplier (float) - // NetworkVarNames: m_flFogMaxDensityMultiplier (float) - // NetworkVarNames: m_flFadeTime (float) - // NetworkVarNames: m_bStartDisabled (bool) - // NetworkVarNames: m_bIsEnabled (bool) - public static class C_PlayerVisibility { - public const nint m_flVisibilityStrength = 0x6D0; // float32 - public const nint m_flFogDistanceMultiplier = 0x6D4; // float32 - public const nint m_flFogMaxDensityMultiplier = 0x6D8; // float32 - public const nint m_flFadeTime = 0x6DC; // float32 - public const nint m_bStartDisabled = 0x6E0; // bool - public const nint m_bIsEnabled = 0x6E1; // bool - } - // Parent: C_BaseEntity - // Fields count: 8 - // - // Metadata: - // NetworkVarNames: m_flAutoExposureMin (float) - // NetworkVarNames: m_flAutoExposureMax (float) - // NetworkVarNames: m_flTonemapPercentTarget (float) - // NetworkVarNames: m_flTonemapPercentBrightPixels (float) - // NetworkVarNames: m_flTonemapMinAvgLum (float) - // NetworkVarNames: m_flExposureAdaptationSpeedUp (float) - // NetworkVarNames: m_flExposureAdaptationSpeedDown (float) - // NetworkVarNames: m_flTonemapEVSmoothingRange (float) - public static class C_TonemapController2 { - public const nint m_flAutoExposureMin = 0x6D0; // float32 - public const nint m_flAutoExposureMax = 0x6D4; // float32 - public const nint m_flTonemapPercentTarget = 0x6D8; // float32 - public const nint m_flTonemapPercentBrightPixels = 0x6DC; // float32 - public const nint m_flTonemapMinAvgLum = 0x6E0; // float32 - public const nint m_flExposureAdaptationSpeedUp = 0x6E4; // float32 - public const nint m_flExposureAdaptationSpeedDown = 0x6E8; // float32 - public const nint m_flTonemapEVSmoothingRange = 0x6EC; // float32 - } - // Parent: C_BaseEntity - // Fields count: 28 - // - // Metadata: - // NetworkVarNames: m_flScattering (float) - // NetworkVarNames: m_flAnisotropy (float) - // NetworkVarNames: m_flFadeSpeed (float) - // NetworkVarNames: m_flDrawDistance (float) - // NetworkVarNames: m_flFadeInStart (float) - // NetworkVarNames: m_flFadeInEnd (float) - // NetworkVarNames: m_flIndirectStrength (float) - // NetworkVarNames: m_nIndirectTextureDimX (int) - // NetworkVarNames: m_nIndirectTextureDimY (int) - // NetworkVarNames: m_nIndirectTextureDimZ (int) - // NetworkVarNames: m_vBoxMins (Vector) - // NetworkVarNames: m_vBoxMaxs (Vector) - // NetworkVarNames: m_bActive (bool) - // NetworkVarNames: m_flStartAnisoTime (GameTime_t) - // NetworkVarNames: m_flStartScatterTime (GameTime_t) - // NetworkVarNames: m_flStartDrawDistanceTime (GameTime_t) - // NetworkVarNames: m_flStartAnisotropy (float) - // NetworkVarNames: m_flStartScattering (float) - // NetworkVarNames: m_flStartDrawDistance (float) - // NetworkVarNames: m_flDefaultAnisotropy (float) - // NetworkVarNames: m_flDefaultScattering (float) - // NetworkVarNames: m_flDefaultDrawDistance (float) - // NetworkVarNames: m_bStartDisabled (bool) - // NetworkVarNames: m_bEnableIndirect (bool) - // NetworkVarNames: m_bIsMaster (bool) - // NetworkVarNames: m_hFogIndirectTexture (HRenderTextureStrong) - // NetworkVarNames: m_nForceRefreshCount (int) - public static class C_EnvVolumetricFogController { - public const nint m_flScattering = 0x6D0; // float32 - public const nint m_flAnisotropy = 0x6D4; // float32 - public const nint m_flFadeSpeed = 0x6D8; // float32 - public const nint m_flDrawDistance = 0x6DC; // float32 - public const nint m_flFadeInStart = 0x6E0; // float32 - public const nint m_flFadeInEnd = 0x6E4; // float32 - public const nint m_flIndirectStrength = 0x6E8; // float32 - public const nint m_nIndirectTextureDimX = 0x6EC; // int32 - public const nint m_nIndirectTextureDimY = 0x6F0; // int32 - public const nint m_nIndirectTextureDimZ = 0x6F4; // int32 - public const nint m_vBoxMins = 0x6F8; // Vector - public const nint m_vBoxMaxs = 0x704; // Vector - public const nint m_bActive = 0x710; // bool - public const nint m_flStartAnisoTime = 0x714; // GameTime_t - public const nint m_flStartScatterTime = 0x718; // GameTime_t - public const nint m_flStartDrawDistanceTime = 0x71C; // GameTime_t - public const nint m_flStartAnisotropy = 0x720; // float32 - public const nint m_flStartScattering = 0x724; // float32 - public const nint m_flStartDrawDistance = 0x728; // float32 - public const nint m_flDefaultAnisotropy = 0x72C; // float32 - public const nint m_flDefaultScattering = 0x730; // float32 - public const nint m_flDefaultDrawDistance = 0x734; // float32 - public const nint m_bStartDisabled = 0x738; // bool - public const nint m_bEnableIndirect = 0x739; // bool - public const nint m_bIsMaster = 0x73A; // bool - public const nint m_hFogIndirectTexture = 0x740; // CStrongHandle - public const nint m_nForceRefreshCount = 0x748; // int32 - public const nint m_bFirstTime = 0x74C; // bool - } - // Parent: C_BaseEntity - // Fields count: 7 - // - // Metadata: - // NetworkVarNames: m_bActive (bool) - // NetworkVarNames: m_vBoxMins (Vector) - // NetworkVarNames: m_vBoxMaxs (Vector) - // NetworkVarNames: m_bStartDisabled (bool) - // NetworkVarNames: m_flStrength (float) - // NetworkVarNames: m_nFalloffShape (int) - // NetworkVarNames: m_flFalloffExponent (float) - public static class C_EnvVolumetricFogVolume { - public const nint m_bActive = 0x6D0; // bool - public const nint m_vBoxMins = 0x6D4; // Vector - public const nint m_vBoxMaxs = 0x6E0; // Vector - public const nint m_bStartDisabled = 0x6EC; // bool - public const nint m_flStrength = 0x6F0; // float32 - public const nint m_nFalloffShape = 0x6F4; // int32 - public const nint m_flFalloffExponent = 0x6F8; // float32 - } - // Parent: C_BaseEntity - // Fields count: 3 - // - // Metadata: - // NetworkVarNames: m_fog (fogparams_t) - public static class C_FogController { - public const nint m_fog = 0x6D0; // fogparams_t - public const nint m_bUseAngles = 0x738; // bool - public const nint m_iChangedVariables = 0x73C; // int32 - } - // Parent: C_BaseEntity - // Fields count: 3 - // - // Metadata: - // NetworkVarNames: m_nMode (int) - // NetworkVarNames: m_vBoxSize (Vector) - // NetworkVarNames: m_bEnabled (bool) - public static class C_InfoVisibilityBox { - public const nint m_nMode = 0x6D4; // int32 - public const nint m_vBoxSize = 0x6D8; // Vector - public const nint m_bEnabled = 0x6E4; // bool - } - // Parent: C_BaseEntity - // Fields count: 8 - // - // Metadata: - // NetworkVarNames: m_worldName (string_t) - // NetworkVarNames: m_layerName (string_t) - // NetworkVarNames: m_bWorldLayerVisible (bool) - // NetworkVarNames: m_bEntitiesSpawned (bool) - public static class CInfoWorldLayer { - public const nint m_pOutputOnEntitiesSpawned = 0x6D0; // CEntityIOOutput - public const nint m_worldName = 0x6F8; // CUtlSymbolLarge - public const nint m_layerName = 0x700; // CUtlSymbolLarge - public const nint m_bWorldLayerVisible = 0x708; // bool - public const nint m_bEntitiesSpawned = 0x709; // bool - public const nint m_bCreateAsChildSpawnGroup = 0x70A; // bool - public const nint m_hLayerSpawnGroup = 0x70C; // uint32 - public const nint m_bWorldLayerActuallyVisible = 0x710; // bool - } - // Parent: C_BaseEntity - // Fields count: 25 - // - // Metadata: - // NetworkVarNames: m_FOV (float) - // NetworkVarNames: m_Resolution (float) - // NetworkVarNames: m_bFogEnable (bool) - // NetworkVarNames: m_FogColor (Color) - // NetworkVarNames: m_flFogStart (float) - // NetworkVarNames: m_flFogEnd (float) - // NetworkVarNames: m_flFogMaxDensity (float) - // NetworkVarNames: m_bActive (bool) - // NetworkVarNames: m_bUseScreenAspectRatio (bool) - // NetworkVarNames: m_flAspectRatio (float) - // NetworkVarNames: m_bNoSky (bool) - // NetworkVarNames: m_fBrightness (float) - // NetworkVarNames: m_flZFar (float) - // NetworkVarNames: m_flZNear (float) - // NetworkVarNames: m_bCanHLTVUse (bool) - // NetworkVarNames: m_bDofEnabled (bool) - // NetworkVarNames: m_flDofNearBlurry (float) - // NetworkVarNames: m_flDofNearCrisp (float) - // NetworkVarNames: m_flDofFarCrisp (float) - // NetworkVarNames: m_flDofFarBlurry (float) - // NetworkVarNames: m_flDofTiltToGround (float) - public static class C_PointCamera { - public const nint m_FOV = 0x6D0; // float32 - public const nint m_Resolution = 0x6D4; // float32 - public const nint m_bFogEnable = 0x6D8; // bool - public const nint m_FogColor = 0x6D9; // Color - public const nint m_flFogStart = 0x6E0; // float32 - public const nint m_flFogEnd = 0x6E4; // float32 - public const nint m_flFogMaxDensity = 0x6E8; // float32 - public const nint m_bActive = 0x6EC; // bool - public const nint m_bUseScreenAspectRatio = 0x6ED; // bool - public const nint m_flAspectRatio = 0x6F0; // float32 - public const nint m_bNoSky = 0x6F4; // bool - public const nint m_fBrightness = 0x6F8; // float32 - public const nint m_flZFar = 0x6FC; // float32 - public const nint m_flZNear = 0x700; // float32 - public const nint m_bCanHLTVUse = 0x704; // bool - public const nint m_bDofEnabled = 0x705; // bool - public const nint m_flDofNearBlurry = 0x708; // float32 - public const nint m_flDofNearCrisp = 0x70C; // float32 - public const nint m_flDofFarCrisp = 0x710; // float32 - public const nint m_flDofFarBlurry = 0x714; // float32 - public const nint m_flDofTiltToGround = 0x718; // float32 - public const nint m_TargetFOV = 0x71C; // float32 - public const nint m_DegreesPerSecond = 0x720; // float32 - public const nint m_bIsOn = 0x724; // bool - public const nint m_pNext = 0x728; // C_PointCamera* - } - // Parent: C_BaseEntity - // Fields count: 4 - // - // Metadata: - // NetworkVarNames: m_bDisabled (bool) - // NetworkVarNames: m_iszSoundAreaType (string_t) - // NetworkVarNames: m_vPos (Vector) - public static class C_SoundAreaEntityBase { - public const nint m_bDisabled = 0x6D0; // bool - public const nint m_bWasEnabled = 0x6D8; // bool - public const nint m_iszSoundAreaType = 0x6E0; // CUtlSymbolLarge - public const nint m_vPos = 0x6E8; // Vector - } - // Parent: C_SoundAreaEntityBase - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_flRadius (float) - public static class C_SoundAreaEntitySphere { - public const nint m_flRadius = 0x6F4; // float32 - } - // Parent: C_SoundAreaEntityBase - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_vMin (Vector) - // NetworkVarNames: m_vMax (Vector) - public static class C_SoundAreaEntityOrientedBox { - public const nint m_vMin = 0x6F4; // Vector - public const nint m_vMax = 0x700; // Vector - } - // Parent: C_BaseEntity - // Fields count: 4 - // - // Metadata: - // MNetworkIncludeByName - // NetworkVarNames: m_aPlayerControllers (CHandle) - // NetworkVarNames: m_aPlayers (CHandle) - // NetworkVarNames: m_iScore (int32) - // NetworkVarNames: m_szTeamname (char) - public static class C_Team { - public const nint m_aPlayerControllers = 0x6D0; // C_NetworkUtlVectorBase> - public const nint m_aPlayers = 0x6E8; // C_NetworkUtlVectorBase> - public const nint m_iScore = 0x700; // int32 - public const nint m_szTeamname = 0x704; // char[129] - } - // Parent: C_BaseEntity - // Fields count: 15 - // - // Metadata: - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkUserGroupProxy - // MNetworkUserGroupProxy - // MNetworkIncludeByUserGroup - // NetworkVarNames: m_nTickBase (uint32) - // NetworkVarNames: m_hPawn (CHandle) - // NetworkVarNames: m_iConnected (PlayerConnectedState) - // NetworkVarNames: m_iszPlayerName (char) - // NetworkVarNames: m_steamID (uint64) - // NetworkVarNames: m_iDesiredFOV (uint32) - // MNetworkReplayCompatField - public static class CBasePlayerController { - public const nint m_nFinalPredictedTick = 0x6D8; // int32 - public const nint m_CommandContext = 0x6E0; // C_CommandContext - public const nint m_nInButtonsWhichAreToggles = 0x778; // uint64 - public const nint m_nTickBase = 0x780; // uint32 - public const nint m_hPawn = 0x784; // CHandle - public const nint m_hPredictedPawn = 0x788; // CHandle - public const nint m_nSplitScreenSlot = 0x78C; // CSplitScreenSlot - public const nint m_hSplitOwner = 0x790; // CHandle - public const nint m_hSplitScreenPlayers = 0x798; // CUtlVector> - public const nint m_bIsHLTV = 0x7B0; // bool - public const nint m_iConnected = 0x7B4; // PlayerConnectedState - public const nint m_iszPlayerName = 0x7B8; // char[128] - public const nint m_steamID = 0x840; // uint64 - public const nint m_bIsLocalPlayerController = 0x848; // bool - public const nint m_iDesiredFOV = 0x84C; // uint32 - } - // Parent: None - // Fields count: 14 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CBasePlayerVData { - public const nint m_sModelName = 0x28; // CResourceNameTyped> - public const nint m_flHeadDamageMultiplier = 0x108; // CSkillFloat - public const nint m_flChestDamageMultiplier = 0x118; // CSkillFloat - public const nint m_flStomachDamageMultiplier = 0x128; // CSkillFloat - public const nint m_flArmDamageMultiplier = 0x138; // CSkillFloat - public const nint m_flLegDamageMultiplier = 0x148; // CSkillFloat - public const nint m_flHoldBreathTime = 0x158; // float32 - public const nint m_flDrowningDamageInterval = 0x15C; // float32 - public const nint m_nDrowningDamageInitial = 0x160; // int32 - public const nint m_nDrowningDamageMax = 0x164; // int32 - public const nint m_nWaterSpeed = 0x168; // int32 - public const nint m_flUseRange = 0x16C; // float32 - public const nint m_flUseAngleTolerance = 0x170; // float32 - public const nint m_flCrouchTime = 0x174; // float32 - } - // Parent: None - // Fields count: 20 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CBasePlayerWeaponVData { - public const nint m_szWorldModel = 0x28; // CResourceNameTyped> - public const nint m_bBuiltRightHanded = 0x108; // bool - public const nint m_bAllowFlipping = 0x109; // bool - public const nint m_sMuzzleAttachment = 0x110; // CUtlString - public const nint m_szMuzzleFlashParticle = 0x118; // CResourceNameTyped> - public const nint m_iFlags = 0x1F8; // ItemFlagTypes_t - public const nint m_nPrimaryAmmoType = 0x1F9; // AmmoIndex_t - public const nint m_nSecondaryAmmoType = 0x1FA; // AmmoIndex_t - public const nint m_iMaxClip1 = 0x1FC; // int32 - public const nint m_iMaxClip2 = 0x200; // int32 - public const nint m_iDefaultClip1 = 0x204; // int32 - public const nint m_iDefaultClip2 = 0x208; // int32 - public const nint m_iWeight = 0x20C; // int32 - public const nint m_bAutoSwitchTo = 0x210; // bool - public const nint m_bAutoSwitchFrom = 0x211; // bool - public const nint m_iRumbleEffect = 0x214; // RumbleEffect_t - public const nint m_bLinkedCooldowns = 0x218; // bool - public const nint m_aShootSounds = 0x220; // CUtlMap - public const nint m_iSlot = 0x240; // int32 - public const nint m_iPosition = 0x244; // int32 - } - // Parent: None - // Fields count: 13 - // - // Metadata: - // NetworkVarNames: m_animGraphNetworkedVars (CAnimGraphNetworkedVariables) - // NetworkVarNames: m_hSequence (HSequence) - // NetworkVarNames: m_flSeqStartTime (GameTime_t) - // NetworkVarNames: m_flSeqFixedCycle (float) - // NetworkVarNames: m_nAnimLoopMode (AnimLoopMode_t) - public static class CBaseAnimGraphController { - public const nint m_animGraphNetworkedVars = 0x18; // CAnimGraphNetworkedVariables - public const nint m_bSequenceFinished = 0x14A8; // bool - public const nint m_flSoundSyncTime = 0x14AC; // float32 - public const nint m_hSequence = 0x14B0; // HSequence - public const nint m_flSeqStartTime = 0x14B4; // GameTime_t - public const nint m_flSeqFixedCycle = 0x14B8; // float32 - public const nint m_nAnimLoopMode = 0x14BC; // AnimLoopMode_t - public const nint m_flPlaybackRate = 0x14C0; // CNetworkedQuantizedFloat - public const nint m_nNotifyState = 0x14CC; // SequenceFinishNotifyState_t - public const nint m_bNetworkedAnimationInputsChanged = 0x14CE; // bool - public const nint m_bNetworkedSequenceChanged = 0x14CF; // bool - public const nint m_bLastUpdateSkipped = 0x14D0; // bool - public const nint m_flPrevAnimUpdateTime = 0x14D4; // GameTime_t - } - // Parent: C_BaseEntity - // Fields count: 31 - // - // Metadata: - // NetworkVarNames: m_CRenderComponent (CRenderComponent::Storage_t) - // NetworkVarNames: m_CHitboxComponent (CHitboxComponent::Storage_t) - // NetworkVarNames: m_nRenderMode (RenderMode_t) - // NetworkVarNames: m_nRenderFX (RenderFx_t) - // NetworkVarNames: m_clrRender (Color) - // NetworkVarNames: m_vecRenderAttributes (EntityRenderAttribute_t) - // NetworkVarNames: m_bRenderToCubemaps (bool) - // NetworkVarNames: m_Collision (CCollisionProperty) - // NetworkVarNames: m_Glow (CGlowProperty) - // NetworkVarNames: m_flGlowBackfaceMult (float) - // NetworkVarNames: m_fadeMinDist (float32) - // NetworkVarNames: m_fadeMaxDist (float32) - // NetworkVarNames: m_flFadeScale (float32) - // NetworkVarNames: m_flShadowStrength (float32) - // NetworkVarNames: m_nObjectCulling (uint8) - // NetworkVarNames: m_nAddDecal (int) - // NetworkVarNames: m_vDecalPosition (Vector) - // NetworkVarNames: m_vDecalForwardAxis (Vector) - // NetworkVarNames: m_flDecalHealBloodRate (float) - // NetworkVarNames: m_flDecalHealHeightRate (float) - // NetworkVarNames: m_ConfigEntitiesToPropagateMaterialDecalsTo (CHandle) - public static class C_BaseModelEntity { - public const nint m_CRenderComponent = 0x9A0; // CRenderComponent* - public const nint m_CHitboxComponent = 0x9A8; // CHitboxComponent - public const nint m_bInitModelEffects = 0x9F0; // bool - public const nint m_bIsStaticProp = 0x9F1; // bool - public const nint m_nLastAddDecal = 0x9F4; // int32 - public const nint m_nDecalsAdded = 0x9F8; // int32 - public const nint m_iOldHealth = 0x9FC; // int32 - public const nint m_nRenderMode = 0xA00; // RenderMode_t - public const nint m_nRenderFX = 0xA01; // RenderFx_t - public const nint m_bAllowFadeInView = 0xA02; // bool - public const nint m_clrRender = 0xA03; // Color - public const nint m_vecRenderAttributes = 0xA08; // C_UtlVectorEmbeddedNetworkVar - public const nint m_bRenderToCubemaps = 0xA70; // bool - public const nint m_Collision = 0xA78; // CCollisionProperty - public const nint m_Glow = 0xB28; // CGlowProperty - public const nint m_flGlowBackfaceMult = 0xB80; // float32 - public const nint m_fadeMinDist = 0xB84; // float32 - public const nint m_fadeMaxDist = 0xB88; // float32 - public const nint m_flFadeScale = 0xB8C; // float32 - public const nint m_flShadowStrength = 0xB90; // float32 - public const nint m_nObjectCulling = 0xB94; // uint8 - public const nint m_nAddDecal = 0xB98; // int32 - public const nint m_vDecalPosition = 0xB9C; // Vector - public const nint m_vDecalForwardAxis = 0xBA8; // Vector - public const nint m_flDecalHealBloodRate = 0xBB4; // float32 - public const nint m_flDecalHealHeightRate = 0xBB8; // float32 - public const nint m_ConfigEntitiesToPropagateMaterialDecalsTo = 0xBC0; // C_NetworkUtlVectorBase> - public const nint m_vecViewOffset = 0xBD8; // CNetworkViewOffsetVector - public const nint m_pClientAlphaProperty = 0xC08; // CClientAlphaProperty* - public const nint m_ClientOverrideTint = 0xC10; // Color - public const nint m_bUseClientOverrideTint = 0xC14; // bool - } - // Parent: C_BaseModelEntity - // Fields count: 24 - // - // Metadata: - // MNetworkIncludeByUserGroup - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // NetworkVarNames: m_szSnapshotFileName (char) - // NetworkVarNames: m_bActive (bool) - // NetworkVarNames: m_bFrozen (bool) - // NetworkVarNames: m_flFreezeTransitionDuration (float) - // NetworkVarNames: m_nStopType (int) - // NetworkVarNames: m_bAnimateDuringGameplayPause (bool) - // NetworkVarNames: m_iEffectIndex (HParticleSystemDefinitionStrong) - // NetworkVarNames: m_flStartTime (GameTime_t) - // NetworkVarNames: m_flPreSimTime (float32) - // NetworkVarNames: m_vServerControlPoints (Vector) - // NetworkVarNames: m_iServerControlPointAssignments (uint8) - // NetworkVarNames: m_hControlPointEnts (CHandle) - // NetworkVarNames: m_bNoSave (bool) - // NetworkVarNames: m_bNoFreeze (bool) - // NetworkVarNames: m_bNoRamp (bool) - public static class C_ParticleSystem { - public const nint m_szSnapshotFileName = 0xC50; // char[512] - public const nint m_bActive = 0xE50; // bool - public const nint m_bFrozen = 0xE51; // bool - public const nint m_flFreezeTransitionDuration = 0xE54; // float32 - public const nint m_nStopType = 0xE58; // int32 - public const nint m_bAnimateDuringGameplayPause = 0xE5C; // bool - public const nint m_iEffectIndex = 0xE60; // CStrongHandle - public const nint m_flStartTime = 0xE68; // GameTime_t - public const nint m_flPreSimTime = 0xE6C; // float32 - public const nint m_vServerControlPoints = 0xE70; // Vector[4] - public const nint m_iServerControlPointAssignments = 0xEA0; // uint8[4] - public const nint m_hControlPointEnts = 0xEA4; // CHandle[64] - public const nint m_bNoSave = 0xFA4; // bool - public const nint m_bNoFreeze = 0xFA5; // bool - public const nint m_bNoRamp = 0xFA6; // bool - public const nint m_bStartActive = 0xFA7; // bool - public const nint m_iszEffectName = 0xFA8; // CUtlSymbolLarge - public const nint m_iszControlPointNames = 0xFB0; // CUtlSymbolLarge[64] - public const nint m_nDataCP = 0x11B0; // int32 - public const nint m_vecDataCPValue = 0x11B4; // Vector - public const nint m_nTintCP = 0x11C0; // int32 - public const nint m_clrTint = 0x11C4; // Color - public const nint m_bOldActive = 0x11E8; // bool - public const nint m_bOldFrozen = 0x11E9; // bool - } - // Parent: C_BaseEntity - // Fields count: 16 - // - // Metadata: - // NetworkVarNames: m_flParticleSpacing (float) - // NetworkVarNames: m_flSlack (float) - // NetworkVarNames: m_flRadius (float) - // NetworkVarNames: m_ColorTint (Color) - // NetworkVarNames: m_nEffectState (int) - // NetworkVarNames: m_iEffectIndex (HParticleSystemDefinitionStrong) - // NetworkVarNames: m_PathNodes_Position (Vector) - // NetworkVarNames: m_PathNodes_TangentIn (Vector) - // NetworkVarNames: m_PathNodes_TangentOut (Vector) - // NetworkVarNames: m_PathNodes_Color (Vector) - // NetworkVarNames: m_PathNodes_PinEnabled (bool) - // NetworkVarNames: m_PathNodes_RadiusScale (float) - public static class C_PathParticleRope { - public const nint m_bStartActive = 0x6D0; // bool - public const nint m_flMaxSimulationTime = 0x6D4; // float32 - public const nint m_iszEffectName = 0x6D8; // CUtlSymbolLarge - public const nint m_PathNodes_Name = 0x6E0; // CUtlVector - public const nint m_flParticleSpacing = 0x6F8; // float32 - public const nint m_flSlack = 0x6FC; // float32 - public const nint m_flRadius = 0x700; // float32 - public const nint m_ColorTint = 0x704; // Color - public const nint m_nEffectState = 0x708; // int32 - public const nint m_iEffectIndex = 0x710; // CStrongHandle - public const nint m_PathNodes_Position = 0x718; // C_NetworkUtlVectorBase - public const nint m_PathNodes_TangentIn = 0x730; // C_NetworkUtlVectorBase - public const nint m_PathNodes_TangentOut = 0x748; // C_NetworkUtlVectorBase - public const nint m_PathNodes_Color = 0x760; // C_NetworkUtlVectorBase - public const nint m_PathNodes_PinEnabled = 0x778; // C_NetworkUtlVectorBase - public const nint m_PathNodes_RadiusScale = 0x790; // C_NetworkUtlVectorBase - } - // Parent: C_BaseModelEntity - // Fields count: 7 - // - // Metadata: - // NetworkVarNames: m_Flags (uint8) - // NetworkVarNames: m_LightStyle (uint8) - // NetworkVarNames: m_Radius (float32) - // NetworkVarNames: m_Exponent (int32) - // NetworkVarNames: m_InnerAngle (float32) - // NetworkVarNames: m_OuterAngle (float32) - // NetworkVarNames: m_SpotRadius (float32) - public static class C_DynamicLight { - public const nint m_Flags = 0xC50; // uint8 - public const nint m_LightStyle = 0xC51; // uint8 - public const nint m_Radius = 0xC54; // float32 - public const nint m_Exponent = 0xC58; // int32 - public const nint m_InnerAngle = 0xC5C; // float32 - public const nint m_OuterAngle = 0xC60; // float32 - public const nint m_SpotRadius = 0xC64; // float32 - } - // Parent: None - // Fields count: 9 - // - // Metadata: - // NetworkVarNames: m_iszOverlayNames (string_t) - // NetworkVarNames: m_flOverlayTimes (float32) - // NetworkVarNames: m_flStartTime (GameTime_t) - // NetworkVarNames: m_iDesiredOverlay (int32) - // NetworkVarNames: m_bIsActive (bool) - public static class C_EnvScreenOverlay { - public const nint m_iszOverlayNames = 0x6D0; // CUtlSymbolLarge[10] - public const nint m_flOverlayTimes = 0x720; // float32[10] - public const nint m_flStartTime = 0x748; // GameTime_t - public const nint m_iDesiredOverlay = 0x74C; // int32 - public const nint m_bIsActive = 0x750; // bool - public const nint m_bWasActive = 0x751; // bool - public const nint m_iCachedDesiredOverlay = 0x754; // int32 - public const nint m_iCurrentOverlay = 0x758; // int32 - public const nint m_flCurrentOverlayTime = 0x75C; // GameTime_t - } - // Parent: C_BaseModelEntity - // Fields count: 8 - // - // Metadata: - // MNetworkIncludeByUserGroup - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // NetworkVarNames: m_nHorizontalSize (uint32) - // NetworkVarNames: m_nVerticalSize (uint32) - // NetworkVarNames: m_nMinDist (uint32) - // NetworkVarNames: m_nMaxDist (uint32) - // NetworkVarNames: m_nOuterMaxDist (uint32) - // NetworkVarNames: m_flGlowProxySize (float32) - // NetworkVarNames: m_flHDRColorScale (float32) - public static class C_LightGlow { - public const nint m_nHorizontalSize = 0xC50; // uint32 - public const nint m_nVerticalSize = 0xC54; // uint32 - public const nint m_nMinDist = 0xC58; // uint32 - public const nint m_nMaxDist = 0xC5C; // uint32 - public const nint m_nOuterMaxDist = 0xC60; // uint32 - public const nint m_flGlowProxySize = 0xC64; // float32 - public const nint m_flHDRColorScale = 0xC68; // float32 - public const nint m_Glow = 0xC70; // C_LightGlowOverlay - } - // Parent: C_BaseEntity - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_iCurrentMaxRagdollCount (int8) - public static class C_RagdollManager { - public const nint m_iCurrentMaxRagdollCount = 0x6D0; // int8 - } - // Parent: C_BaseModelEntity - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_flLightScale (float32) - // NetworkVarNames: m_Radius (float32) - public static class C_SpotlightEnd { - public const nint m_flLightScale = 0xC50; // float32 - public const nint m_Radius = 0xC54; // float32 - } - // Parent: C_BaseEntity - // Fields count: 25 - // - // Metadata: - // NetworkVarNames: m_bDisabled (bool) - // NetworkVarNames: m_bUpdateOnClient (bool) - // NetworkVarNames: m_nInputType (ValueRemapperInputType_t) - // NetworkVarNames: m_hRemapLineStart (CHandle) - // NetworkVarNames: m_hRemapLineEnd (CHandle) - // NetworkVarNames: m_flMaximumChangePerSecond (float) - // NetworkVarNames: m_flDisengageDistance (float) - // NetworkVarNames: m_flEngageDistance (float) - // NetworkVarNames: m_bRequiresUseKey (bool) - // NetworkVarNames: m_nOutputType (ValueRemapperOutputType_t) - // NetworkVarNames: m_hOutputEntities (CHandle) - // NetworkVarNames: m_nHapticsType (ValueRemapperHapticsType_t) - // NetworkVarNames: m_nMomentumType (ValueRemapperMomentumType_t) - // NetworkVarNames: m_flMomentumModifier (float) - // NetworkVarNames: m_flSnapValue (float) - // NetworkVarNames: m_nRatchetType (ValueRemapperRatchetType_t) - // NetworkVarNames: m_flInputOffset (float) - public static class C_PointValueRemapper { - public const nint m_bDisabled = 0x6D0; // bool - public const nint m_bDisabledOld = 0x6D1; // bool - public const nint m_bUpdateOnClient = 0x6D2; // bool - public const nint m_nInputType = 0x6D4; // ValueRemapperInputType_t - public const nint m_hRemapLineStart = 0x6D8; // CHandle - public const nint m_hRemapLineEnd = 0x6DC; // CHandle - public const nint m_flMaximumChangePerSecond = 0x6E0; // float32 - public const nint m_flDisengageDistance = 0x6E4; // float32 - public const nint m_flEngageDistance = 0x6E8; // float32 - public const nint m_bRequiresUseKey = 0x6EC; // bool - public const nint m_nOutputType = 0x6F0; // ValueRemapperOutputType_t - public const nint m_hOutputEntities = 0x6F8; // C_NetworkUtlVectorBase> - public const nint m_nHapticsType = 0x710; // ValueRemapperHapticsType_t - public const nint m_nMomentumType = 0x714; // ValueRemapperMomentumType_t - public const nint m_flMomentumModifier = 0x718; // float32 - public const nint m_flSnapValue = 0x71C; // float32 - public const nint m_flCurrentMomentum = 0x720; // float32 - public const nint m_nRatchetType = 0x724; // ValueRemapperRatchetType_t - public const nint m_flRatchetOffset = 0x728; // float32 - public const nint m_flInputOffset = 0x72C; // float32 - public const nint m_bEngaged = 0x730; // bool - public const nint m_bFirstUpdate = 0x731; // bool - public const nint m_flPreviousValue = 0x734; // float32 - public const nint m_flPreviousUpdateTickTime = 0x738; // GameTime_t - public const nint m_vecPreviousTestPoint = 0x73C; // Vector - } - // Parent: None - // Fields count: 12 - // - // Metadata: - // NetworkVarNames: m_messageText (char) - // NetworkVarNames: m_FontName (char) - // NetworkVarNames: m_bEnabled (bool) - // NetworkVarNames: m_bFullbright (bool) - // NetworkVarNames: m_flWorldUnitsPerPx (float) - // NetworkVarNames: m_flFontSize (float) - // NetworkVarNames: m_flDepthOffset (float) - // NetworkVarNames: m_Color (Color) - // NetworkVarNames: m_nJustifyHorizontal (PointWorldTextJustifyHorizontal_t) - // NetworkVarNames: m_nJustifyVertical (PointWorldTextJustifyVertical_t) - // NetworkVarNames: m_nReorientMode (PointWorldTextReorientMode_t) - public static class C_PointWorldText { - public const nint m_bForceRecreateNextUpdate = 0xC58; // bool - public const nint m_messageText = 0xC68; // char[512] - public const nint m_FontName = 0xE68; // char[64] - public const nint m_bEnabled = 0xEA8; // bool - public const nint m_bFullbright = 0xEA9; // bool - public const nint m_flWorldUnitsPerPx = 0xEAC; // float32 - public const nint m_flFontSize = 0xEB0; // float32 - public const nint m_flDepthOffset = 0xEB4; // float32 - public const nint m_Color = 0xEB8; // Color - public const nint m_nJustifyHorizontal = 0xEBC; // PointWorldTextJustifyHorizontal_t - public const nint m_nJustifyVertical = 0xEC0; // PointWorldTextJustifyVertical_t - public const nint m_nReorientMode = 0xEC4; // PointWorldTextReorientMode_t - } - // Parent: C_BaseEntity - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_Handle (CHandle) - // NetworkVarNames: m_bSendHandle (bool) - public static class C_HandleTest { - public const nint m_Handle = 0x6D0; // CHandle - public const nint m_bSendHandle = 0x6D4; // bool - } - // Parent: C_BaseEntity - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_EnvWindShared (CEnvWindShared) - public static class C_EnvWind { - public const nint m_EnvWindShared = 0x6D0; // C_EnvWindShared - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // NetworkVarNames: m_glowEntity (CHandle) - // NetworkVarNames: m_usable (bool) - // NetworkVarNames: m_szDisplayText (string_t) - public static class C_BaseButton { - public const nint m_glowEntity = 0xC50; // CHandle - public const nint m_usable = 0xC54; // bool - public const nint m_szDisplayText = 0xC58; // CUtlSymbolLarge - } - // Parent: C_BaseModelEntity - // Fields count: 13 - // - // Metadata: - // NetworkVarNames: m_flStartTime (GameTime_t) - // NetworkVarNames: m_flFadeInStart (float32) - // NetworkVarNames: m_flFadeInLength (float32) - // NetworkVarNames: m_flFadeOutModelStart (float32) - // NetworkVarNames: m_flFadeOutModelLength (float32) - // NetworkVarNames: m_flFadeOutStart (float32) - // NetworkVarNames: m_flFadeOutLength (float32) - // NetworkVarNames: m_nDissolveType (EntityDisolveType_t) - // NetworkVarNames: m_vDissolverOrigin (Vector) - // NetworkVarNames: m_nMagnitude (uint32) - public static class C_EntityDissolve { - public const nint m_flStartTime = 0xC58; // GameTime_t - public const nint m_flFadeInStart = 0xC5C; // float32 - public const nint m_flFadeInLength = 0xC60; // float32 - public const nint m_flFadeOutModelStart = 0xC64; // float32 - public const nint m_flFadeOutModelLength = 0xC68; // float32 - public const nint m_flFadeOutStart = 0xC6C; // float32 - public const nint m_flFadeOutLength = 0xC70; // float32 - public const nint m_flNextSparkTime = 0xC74; // GameTime_t - public const nint m_nDissolveType = 0xC78; // EntityDisolveType_t - public const nint m_vDissolverOrigin = 0xC7C; // Vector - public const nint m_nMagnitude = 0xC88; // uint32 - public const nint m_bCoreExplode = 0xC8C; // bool - public const nint m_bLinkedToServerEnt = 0xC8D; // bool - } - // Parent: C_BaseModelEntity - // Fields count: 9 - // - // Metadata: - // NetworkVarNames: m_hDecalMaterial (HMaterialStrong) - // NetworkVarNames: m_flWidth (float) - // NetworkVarNames: m_flHeight (float) - // NetworkVarNames: m_flDepth (float) - // NetworkVarNames: m_nRenderOrder (uint32) - // NetworkVarNames: m_bProjectOnWorld (bool) - // NetworkVarNames: m_bProjectOnCharacters (bool) - // NetworkVarNames: m_bProjectOnWater (bool) - // NetworkVarNames: m_flDepthSortBias (float) - public static class C_EnvDecal { - public const nint m_hDecalMaterial = 0xC50; // CStrongHandle - public const nint m_flWidth = 0xC58; // float32 - public const nint m_flHeight = 0xC5C; // float32 - public const nint m_flDepth = 0xC60; // float32 - public const nint m_nRenderOrder = 0xC64; // uint32 - public const nint m_bProjectOnWorld = 0xC68; // bool - public const nint m_bProjectOnCharacters = 0xC69; // bool - public const nint m_bProjectOnWater = 0xC6A; // bool - public const nint m_flDepthSortBias = 0xC6C; // float32 - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // NetworkVarNames: m_EffectName (string_t) - // NetworkVarNames: m_bState (bool) - public static class C_FuncElectrifiedVolume { - public const nint m_nAmbientEffect = 0xC50; // ParticleIndex_t - public const nint m_EffectName = 0xC58; // CUtlSymbolLarge - public const nint m_bState = 0xC60; // bool - } - // Parent: C_BaseModelEntity - // Fields count: 0 - // - // Metadata: - // MNetworkOverride - // MNetworkOverride - public static class C_FuncRotating { - } - // Parent: C_BaseModelEntity - // Fields count: 41 - // - // Metadata: - // MNetworkIncludeByUserGroup - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // NetworkVarNames: m_flScrollSpeed (float32) - // NetworkVarNames: m_RopeFlags (uint16) - // NetworkVarNames: m_iRopeMaterialModelIndex (HMaterialStrong) - // NetworkVarNames: m_nSegments (uint8) - // NetworkVarNames: m_hStartPoint (CHandle) - // NetworkVarNames: m_hEndPoint (CHandle) - // NetworkVarNames: m_iStartAttachment (AttachmentHandle_t) - // NetworkVarNames: m_iEndAttachment (AttachmentHandle_t) - // NetworkVarNames: m_Subdiv (uint8) - // NetworkVarNames: m_RopeLength (int16) - // NetworkVarNames: m_Slack (int16) - // NetworkVarNames: m_TextureScale (float32) - // NetworkVarNames: m_fLockedPoints (uint8) - // NetworkVarNames: m_nChangeCount (uint8) - // NetworkVarNames: m_Width (float32) - // NetworkVarNames: m_bConstrainBetweenEndpoints (bool) - public static class C_RopeKeyframe { - public const nint m_LinksTouchingSomething = 0xC58; // CBitVec<10> - public const nint m_nLinksTouchingSomething = 0xC5C; // int32 - public const nint m_bApplyWind = 0xC60; // bool - public const nint m_fPrevLockedPoints = 0xC64; // int32 - public const nint m_iForcePointMoveCounter = 0xC68; // int32 - public const nint m_bPrevEndPointPos = 0xC6C; // bool[2] - public const nint m_vPrevEndPointPos = 0xC70; // Vector[2] - public const nint m_flCurScroll = 0xC88; // float32 - public const nint m_flScrollSpeed = 0xC8C; // float32 - public const nint m_RopeFlags = 0xC90; // uint16 - public const nint m_iRopeMaterialModelIndex = 0xC98; // CStrongHandle - public const nint m_LightValues = 0xF10; // Vector[10] - public const nint m_nSegments = 0xF88; // uint8 - public const nint m_hStartPoint = 0xF8C; // CHandle - public const nint m_hEndPoint = 0xF90; // CHandle - public const nint m_iStartAttachment = 0xF94; // AttachmentHandle_t - public const nint m_iEndAttachment = 0xF95; // AttachmentHandle_t - public const nint m_Subdiv = 0xF96; // uint8 - public const nint m_RopeLength = 0xF98; // int16 - public const nint m_Slack = 0xF9A; // int16 - public const nint m_TextureScale = 0xF9C; // float32 - public const nint m_fLockedPoints = 0xFA0; // uint8 - public const nint m_nChangeCount = 0xFA1; // uint8 - public const nint m_Width = 0xFA4; // float32 - public const nint m_PhysicsDelegate = 0xFA8; // C_RopeKeyframe::CPhysicsDelegate - public const nint m_hMaterial = 0xFB8; // CStrongHandle - public const nint m_TextureHeight = 0xFC0; // int32 - public const nint m_vecImpulse = 0xFC4; // Vector - public const nint m_vecPreviousImpulse = 0xFD0; // Vector - public const nint m_flCurrentGustTimer = 0xFDC; // float32 - public const nint m_flCurrentGustLifetime = 0xFE0; // float32 - public const nint m_flTimeToNextGust = 0xFE4; // float32 - public const nint m_vWindDir = 0xFE8; // Vector - public const nint m_vColorMod = 0xFF4; // Vector - public const nint m_vCachedEndPointAttachmentPos = 0x1000; // Vector[2] - public const nint m_vCachedEndPointAttachmentAngle = 0x1018; // QAngle[2] - public const nint m_bConstrainBetweenEndpoints = 0x1030; // bool - public const nint m_bEndPointAttachmentPositionsDirty = 0x0; // bitfield:1 - public const nint m_bEndPointAttachmentAnglesDirty = 0x0; // bitfield:1 - public const nint m_bNewDataThisFrame = 0x0; // bitfield:1 - public const nint m_bPhysicsInitted = 0x0; // bitfield:1 - } - // Parent: None - // Fields count: 12 - // - // Metadata: - // NetworkVarNames: m_bIsPlayingBack (bool) - // NetworkVarNames: m_bPaused (bool) - // NetworkVarNames: m_bMultiplayer (bool) - // NetworkVarNames: m_bAutogenerated (bool) - // NetworkVarNames: m_flForceClientTime (float32) - // NetworkVarNames: m_nSceneStringIndex (uint16) - // NetworkVarNames: m_hActorList (CHandle) - public static class C_SceneEntity { - public const nint m_bIsPlayingBack = 0x6D8; // bool - public const nint m_bPaused = 0x6D9; // bool - public const nint m_bMultiplayer = 0x6DA; // bool - public const nint m_bAutogenerated = 0x6DB; // bool - public const nint m_flForceClientTime = 0x6DC; // float32 - public const nint m_nSceneStringIndex = 0x6E0; // uint16 - public const nint m_bClientOnly = 0x6E2; // bool - public const nint m_hOwner = 0x6E4; // CHandle - public const nint m_hActorList = 0x6E8; // C_NetworkUtlVectorBase> - public const nint m_bWasPlaying = 0x700; // bool - public const nint m_QueuedEvents = 0x710; // CUtlVector - public const nint m_flCurrentTime = 0x728; // float32 - } - // Parent: C_BaseModelEntity - // Fields count: 18 - // - // Metadata: - // MNetworkIncludeByName - // MNetworkExcludeByName - // MNetworkIncludeByUserGroup - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // NetworkVarNames: m_vDirection (Vector) - // NetworkVarNames: m_iszEffectName (string_t) - // NetworkVarNames: m_iszSSEffectName (string_t) - // NetworkVarNames: m_clrOverlay (Color) - // NetworkVarNames: m_bOn (bool) - // NetworkVarNames: m_bmaxColor (bool) - // NetworkVarNames: m_flSize (float32) - // NetworkVarNames: m_flHazeScale (float32) - // NetworkVarNames: m_flRotation (float32) - // NetworkVarNames: m_flHDRColorScale (float32) - // NetworkVarNames: m_flAlphaHaze (float32) - // NetworkVarNames: m_flAlphaScale (float32) - // NetworkVarNames: m_flAlphaHdr (float32) - // NetworkVarNames: m_flFarZScale (float32) - public static class C_Sun { - public const nint m_fxSSSunFlareEffectIndex = 0xC50; // ParticleIndex_t - public const nint m_fxSunFlareEffectIndex = 0xC54; // ParticleIndex_t - public const nint m_fdistNormalize = 0xC58; // float32 - public const nint m_vSunPos = 0xC5C; // Vector - public const nint m_vDirection = 0xC68; // Vector - public const nint m_iszEffectName = 0xC78; // CUtlSymbolLarge - public const nint m_iszSSEffectName = 0xC80; // CUtlSymbolLarge - public const nint m_clrOverlay = 0xC88; // Color - public const nint m_bOn = 0xC8C; // bool - public const nint m_bmaxColor = 0xC8D; // bool - public const nint m_flSize = 0xC90; // float32 - public const nint m_flHazeScale = 0xC94; // float32 - public const nint m_flRotation = 0xC98; // float32 - public const nint m_flHDRColorScale = 0xC9C; // float32 - public const nint m_flAlphaHaze = 0xCA0; // float32 - public const nint m_flAlphaScale = 0xCA4; // float32 - public const nint m_flAlphaHdr = 0xCA8; // float32 - public const nint m_flFarZScale = 0xCAC; // float32 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MNetworkIncludeByName - // NetworkVarNames: m_bDisabled (bool) - // NetworkVarNames: m_bClientSidePredicted (bool) - public static class C_BaseTrigger { - public const nint m_bDisabled = 0xC50; // bool - public const nint m_bClientSidePredicted = 0xC51; // bool - } - // Parent: C_BaseTrigger - // Fields count: 13 - // - // Metadata: - // NetworkVarNames: m_gravityScale (float) - // NetworkVarNames: m_linearLimit (float) - // NetworkVarNames: m_linearDamping (float) - // NetworkVarNames: m_angularLimit (float) - // NetworkVarNames: m_angularDamping (float) - // NetworkVarNames: m_linearForce (float) - // NetworkVarNames: m_flFrequency (float) - // NetworkVarNames: m_flDampingRatio (float) - // NetworkVarNames: m_vecLinearForcePointAt (Vector) - // NetworkVarNames: m_bCollapseToForcePoint (bool) - // NetworkVarNames: m_vecLinearForcePointAtWorld (Vector) - // NetworkVarNames: m_vecLinearForceDirection (Vector) - // NetworkVarNames: m_bConvertToDebrisWhenPossible (bool) - public static class C_TriggerPhysics { - public const nint m_gravityScale = 0xC54; // float32 - public const nint m_linearLimit = 0xC58; // float32 - public const nint m_linearDamping = 0xC5C; // float32 - public const nint m_angularLimit = 0xC60; // float32 - public const nint m_angularDamping = 0xC64; // float32 - public const nint m_linearForce = 0xC68; // float32 - public const nint m_flFrequency = 0xC6C; // float32 - public const nint m_flDampingRatio = 0xC70; // float32 - public const nint m_vecLinearForcePointAt = 0xC74; // Vector - public const nint m_bCollapseToForcePoint = 0xC80; // bool - public const nint m_vecLinearForcePointAtWorld = 0xC84; // Vector - public const nint m_vecLinearForceDirection = 0xC90; // Vector - public const nint m_bConvertToDebrisWhenPossible = 0xC9C; // bool - } - // Parent: C_BaseModelEntity - // Fields count: 24 - // - // Metadata: - // MNetworkIncludeByUserGroup - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkOverride - // NetworkVarNames: m_flFrameRate (float32) - // NetworkVarNames: m_flHDRColorScale (float32) - // NetworkVarNames: m_nNumBeamEnts (uint8) - // NetworkVarNames: m_hBaseMaterial (HMaterialStrong) - // NetworkVarNames: m_nHaloIndex (HMaterialStrong) - // NetworkVarNames: m_nBeamType (BeamType_t) - // NetworkVarNames: m_nBeamFlags (uint32) - // NetworkVarNames: m_hAttachEntity (CHandle) - // NetworkVarNames: m_nAttachIndex (AttachmentHandle_t) - // NetworkVarNames: m_fWidth (float32) - // NetworkVarNames: m_fEndWidth (float32) - // NetworkVarNames: m_fFadeLength (float32) - // NetworkVarNames: m_fHaloScale (float32) - // NetworkVarNames: m_fAmplitude (float32) - // NetworkVarNames: m_fStartFrame (float32) - // NetworkVarNames: m_fSpeed (float32) - // NetworkVarNames: m_flFrame (float32) - // NetworkVarNames: m_nClipStyle (BeamClipStyle_t) - // NetworkVarNames: m_bTurnedOff (bool) - // NetworkVarNames: m_vecEndPos (Vector) - public static class C_Beam { - public const nint m_flFrameRate = 0xC50; // float32 - public const nint m_flHDRColorScale = 0xC54; // float32 - public const nint m_flFireTime = 0xC58; // GameTime_t - public const nint m_flDamage = 0xC5C; // float32 - public const nint m_nNumBeamEnts = 0xC60; // uint8 - public const nint m_queryHandleHalo = 0xC64; // int32 - public const nint m_hBaseMaterial = 0xC88; // CStrongHandle - public const nint m_nHaloIndex = 0xC90; // CStrongHandle - public const nint m_nBeamType = 0xC98; // BeamType_t - public const nint m_nBeamFlags = 0xC9C; // uint32 - public const nint m_hAttachEntity = 0xCA0; // CHandle[10] - public const nint m_nAttachIndex = 0xCC8; // AttachmentHandle_t[10] - public const nint m_fWidth = 0xCD4; // float32 - public const nint m_fEndWidth = 0xCD8; // float32 - public const nint m_fFadeLength = 0xCDC; // float32 - public const nint m_fHaloScale = 0xCE0; // float32 - public const nint m_fAmplitude = 0xCE4; // float32 - public const nint m_fStartFrame = 0xCE8; // float32 - public const nint m_fSpeed = 0xCEC; // float32 - public const nint m_flFrame = 0xCF0; // float32 - public const nint m_nClipStyle = 0xCF4; // BeamClipStyle_t - public const nint m_bTurnedOff = 0xCF8; // bool - public const nint m_vecEndPos = 0xCFC; // Vector - public const nint m_hEndEntity = 0xD08; // CHandle - } - // Parent: C_BaseModelEntity - // Fields count: 9 - // - // Metadata: - // NetworkVarNames: m_vecLadderDir (Vector) - // NetworkVarNames: m_vecPlayerMountPositionTop (Vector) - // NetworkVarNames: m_vecPlayerMountPositionBottom (Vector) - // NetworkVarNames: m_flAutoRideSpeed (float) - // NetworkVarNames: m_bFakeLadder (bool) - public static class C_FuncLadder { - public const nint m_vecLadderDir = 0xC50; // Vector - public const nint m_Dismounts = 0xC60; // CUtlVector> - public const nint m_vecLocalTop = 0xC78; // Vector - public const nint m_vecPlayerMountPositionTop = 0xC84; // Vector - public const nint m_vecPlayerMountPositionBottom = 0xC90; // Vector - public const nint m_flAutoRideSpeed = 0xC9C; // float32 - public const nint m_bDisabled = 0xCA0; // bool - public const nint m_bFakeLadder = 0xCA1; // bool - public const nint m_bHasSlack = 0xCA2; // bool - } - // Parent: None - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CPrecipitationVData { - public const nint m_szParticlePrecipitationEffect = 0x28; // CResourceNameTyped> - public const nint m_flInnerDistance = 0x108; // float32 - public const nint m_nAttachType = 0x10C; // ParticleAttachment_t - public const nint m_bBatchSameVolumeType = 0x110; // bool - public const nint m_nRTEnvCP = 0x114; // int32 - public const nint m_nRTEnvCPComponent = 0x118; // int32 - public const nint m_szModifier = 0x120; // CUtlString - } - // Parent: C_BaseModelEntity - // Fields count: 24 - // - // Metadata: - // NetworkVarNames: m_hSpriteMaterial (HMaterialStrong) - // NetworkVarNames: m_hAttachedToEntity (CHandle) - // NetworkVarNames: m_nAttachment (AttachmentHandle_t) - // NetworkVarNames: m_flSpriteFramerate (float32) - // NetworkVarNames: m_flFrame (float32) - // NetworkVarNames: m_nBrightness (uint32) - // NetworkVarNames: m_flBrightnessDuration (float32) - // NetworkVarNames: m_flSpriteScale (float32) - // NetworkVarNames: m_flScaleDuration (float32) - // NetworkVarNames: m_bWorldSpaceScale (bool) - // NetworkVarNames: m_flGlowProxySize (float32) - // NetworkVarNames: m_flHDRColorScale (float32) - public static class C_Sprite { - public const nint m_hSpriteMaterial = 0xC68; // CStrongHandle - public const nint m_hAttachedToEntity = 0xC70; // CHandle - public const nint m_nAttachment = 0xC74; // AttachmentHandle_t - public const nint m_flSpriteFramerate = 0xC78; // float32 - public const nint m_flFrame = 0xC7C; // float32 - public const nint m_flDieTime = 0xC80; // GameTime_t - public const nint m_nBrightness = 0xC90; // uint32 - public const nint m_flBrightnessDuration = 0xC94; // float32 - public const nint m_flSpriteScale = 0xC98; // float32 - public const nint m_flScaleDuration = 0xC9C; // float32 - public const nint m_bWorldSpaceScale = 0xCA0; // bool - public const nint m_flGlowProxySize = 0xCA4; // float32 - public const nint m_flHDRColorScale = 0xCA8; // float32 - public const nint m_flLastTime = 0xCAC; // GameTime_t - public const nint m_flMaxFrame = 0xCB0; // float32 - public const nint m_flStartScale = 0xCB4; // float32 - public const nint m_flDestScale = 0xCB8; // float32 - public const nint m_flScaleTimeStart = 0xCBC; // GameTime_t - public const nint m_nStartBrightness = 0xCC0; // int32 - public const nint m_nDestBrightness = 0xCC4; // int32 - public const nint m_flBrightnessTimeStart = 0xCC8; // GameTime_t - public const nint m_hOldSpriteMaterial = 0xCD0; // CWeakHandle - public const nint m_nSpriteWidth = 0xD78; // int32 - public const nint m_nSpriteHeight = 0xD7C; // int32 - } - // Parent: C_BaseModelEntity - // Fields count: 4 - // - // Metadata: - // NetworkVarNames: m_bEnabled (bool) - // NetworkVarNames: m_DialogXMLName (string_t) - // NetworkVarNames: m_PanelClassName (string_t) - // NetworkVarNames: m_PanelID (string_t) - public static class C_BaseClientUIEntity { - public const nint m_bEnabled = 0xC58; // bool - public const nint m_DialogXMLName = 0xC60; // CUtlSymbolLarge - public const nint m_PanelClassName = 0xC68; // CUtlSymbolLarge - public const nint m_PanelID = 0xC70; // CUtlSymbolLarge - } - // Parent: C_BaseClientUIEntity - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_hActivator (EHANDLE) - public static class C_PointClientUIDialog { - public const nint m_hActivator = 0xC80; // CHandle - public const nint m_bStartEnabled = 0xC84; // bool - } - // Parent: C_BaseClientUIEntity - // Fields count: 13 - // - // Metadata: - // NetworkVarNames: m_bIgnoreInput (bool) - // NetworkVarNames: m_flWidth (float) - // NetworkVarNames: m_flHeight (float) - // NetworkVarNames: m_flDPI (float) - // NetworkVarNames: m_flInteractDistance (float) - // NetworkVarNames: m_flDepthOffset (float) - // NetworkVarNames: m_unOwnerContext (uint32) - // NetworkVarNames: m_unHorizontalAlign (uint32) - // NetworkVarNames: m_unVerticalAlign (uint32) - // NetworkVarNames: m_unOrientation (uint32) - // NetworkVarNames: m_bAllowInteractionFromAllSceneWorlds (bool) - // NetworkVarNames: m_vecCSSClasses (string_t) - public static class C_PointClientUIHUD { - public const nint m_bCheckCSSClasses = 0xC88; // bool - public const nint m_bIgnoreInput = 0xE10; // bool - public const nint m_flWidth = 0xE14; // float32 - public const nint m_flHeight = 0xE18; // float32 - public const nint m_flDPI = 0xE1C; // float32 - public const nint m_flInteractDistance = 0xE20; // float32 - public const nint m_flDepthOffset = 0xE24; // float32 - public const nint m_unOwnerContext = 0xE28; // uint32 - public const nint m_unHorizontalAlign = 0xE2C; // uint32 - public const nint m_unVerticalAlign = 0xE30; // uint32 - public const nint m_unOrientation = 0xE34; // uint32 - public const nint m_bAllowInteractionFromAllSceneWorlds = 0xE38; // bool - public const nint m_vecCSSClasses = 0xE40; // C_NetworkUtlVectorBase - } - // Parent: C_BaseClientUIEntity - // Fields count: 28 - // - // Metadata: - // NetworkVarNames: m_bIgnoreInput (bool) - // NetworkVarNames: m_bLit (bool) - // NetworkVarNames: m_bFollowPlayerAcrossTeleport (bool) - // NetworkVarNames: m_flWidth (float) - // NetworkVarNames: m_flHeight (float) - // NetworkVarNames: m_flDPI (float) - // NetworkVarNames: m_flInteractDistance (float) - // NetworkVarNames: m_flDepthOffset (float) - // NetworkVarNames: m_unOwnerContext (uint32) - // NetworkVarNames: m_unHorizontalAlign (uint32) - // NetworkVarNames: m_unVerticalAlign (uint32) - // NetworkVarNames: m_unOrientation (uint32) - // NetworkVarNames: m_bAllowInteractionFromAllSceneWorlds (bool) - // NetworkVarNames: m_vecCSSClasses (string_t) - // NetworkVarNames: m_bOpaque (bool) - // NetworkVarNames: m_bNoDepth (bool) - // NetworkVarNames: m_bRenderBackface (bool) - // NetworkVarNames: m_bUseOffScreenIndicator (bool) - // NetworkVarNames: m_bExcludeFromSaveGames (bool) - // NetworkVarNames: m_bGrabbable (bool) - // NetworkVarNames: m_bOnlyRenderToTexture (bool) - // NetworkVarNames: m_bDisableMipGen (bool) - // NetworkVarNames: m_nExplicitImageLayout (int32) - public static class C_PointClientUIWorldPanel { - public const nint m_bForceRecreateNextUpdate = 0xC88; // bool - public const nint m_bMoveViewToPlayerNextThink = 0xC89; // bool - public const nint m_bCheckCSSClasses = 0xC8A; // bool - public const nint m_anchorDeltaTransform = 0xC90; // CTransform - public const nint m_pOffScreenIndicator = 0xE30; // CPointOffScreenIndicatorUi* - public const nint m_bIgnoreInput = 0xE58; // bool - public const nint m_bLit = 0xE59; // bool - public const nint m_bFollowPlayerAcrossTeleport = 0xE5A; // bool - public const nint m_flWidth = 0xE5C; // float32 - public const nint m_flHeight = 0xE60; // float32 - public const nint m_flDPI = 0xE64; // float32 - public const nint m_flInteractDistance = 0xE68; // float32 - public const nint m_flDepthOffset = 0xE6C; // float32 - public const nint m_unOwnerContext = 0xE70; // uint32 - public const nint m_unHorizontalAlign = 0xE74; // uint32 - public const nint m_unVerticalAlign = 0xE78; // uint32 - public const nint m_unOrientation = 0xE7C; // uint32 - public const nint m_bAllowInteractionFromAllSceneWorlds = 0xE80; // bool - public const nint m_vecCSSClasses = 0xE88; // C_NetworkUtlVectorBase - public const nint m_bOpaque = 0xEA0; // bool - public const nint m_bNoDepth = 0xEA1; // bool - public const nint m_bRenderBackface = 0xEA2; // bool - public const nint m_bUseOffScreenIndicator = 0xEA3; // bool - public const nint m_bExcludeFromSaveGames = 0xEA4; // bool - public const nint m_bGrabbable = 0xEA5; // bool - public const nint m_bOnlyRenderToTexture = 0xEA6; // bool - public const nint m_bDisableMipGen = 0xEA7; // bool - public const nint m_nExplicitImageLayout = 0xEA8; // int32 - } - // Parent: C_PointClientUIWorldPanel - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_messageText (char) - public static class C_PointClientUIWorldTextPanel { - public const nint m_messageText = 0xEAC; // char[512] - } - // Parent: None - // Fields count: 9 - // - // Metadata: - // NetworkVarNames: m_bDisabled (bool) - // NetworkVarNames: m_nResolutionX (int) - // NetworkVarNames: m_nResolutionY (int) - // NetworkVarNames: m_szLayoutFileName (string_t) - // NetworkVarNames: m_RenderAttrName (string_t) - // NetworkVarNames: m_TargetEntities (CHandle) - // NetworkVarNames: m_nTargetChangeCount (int) - // NetworkVarNames: m_vecCSSClasses (string_t) - public static class CInfoOffscreenPanoramaTexture { - public const nint m_bDisabled = 0x6D0; // bool - public const nint m_nResolutionX = 0x6D4; // int32 - public const nint m_nResolutionY = 0x6D8; // int32 - public const nint m_szLayoutFileName = 0x6E0; // CUtlSymbolLarge - public const nint m_RenderAttrName = 0x6E8; // CUtlSymbolLarge - public const nint m_TargetEntities = 0x6F0; // C_NetworkUtlVectorBase> - public const nint m_nTargetChangeCount = 0x708; // int32 - public const nint m_vecCSSClasses = 0x710; // C_NetworkUtlVectorBase - public const nint m_bCheckCSSClasses = 0x888; // bool - } - // Parent: None - // Fields count: 28 - // - // Metadata: - // NetworkVarNames: m_iItemDefinitionIndex (item_definition_index_t) - // NetworkVarNames: m_iEntityQuality (int) - // NetworkVarNames: m_iEntityLevel (uint32) - // NetworkVarNames: m_iItemIDHigh (uint32) - // NetworkVarNames: m_iItemIDLow (uint32) - // NetworkVarNames: m_iAccountID (uint32) - // NetworkVarNames: m_iInventoryPosition (uint32) - // NetworkVarNames: m_bInitialized (bool) - // NetworkVarNames: m_AttributeList (CAttributeList) - // NetworkVarNames: m_NetworkedDynamicAttributes (CAttributeList) - // NetworkVarNames: m_szCustomName (char) - public static class C_EconItemView { - public const nint m_bInventoryImageRgbaRequested = 0x70; // bool - public const nint m_bInventoryImageTriedCache = 0x71; // bool - public const nint m_nInventoryImageRgbaWidth = 0x90; // int32 - public const nint m_nInventoryImageRgbaHeight = 0x94; // int32 - public const nint m_szCurrentLoadCachedFileName = 0x98; // char[4096] - public const nint m_bRestoreCustomMaterialAfterPrecache = 0x10C0; // bool - public const nint m_iItemDefinitionIndex = 0x10C2; // uint16 - public const nint m_iEntityQuality = 0x10C4; // int32 - public const nint m_iEntityLevel = 0x10C8; // uint32 - public const nint m_iItemID = 0x10D0; // uint64 - public const nint m_iItemIDHigh = 0x10D8; // uint32 - public const nint m_iItemIDLow = 0x10DC; // uint32 - public const nint m_iAccountID = 0x10E0; // uint32 - public const nint m_iInventoryPosition = 0x10E4; // uint32 - public const nint m_bInitialized = 0x10F0; // bool - public const nint m_bDisallowSOC = 0x10F1; // bool - public const nint m_bIsStoreItem = 0x10F2; // bool - public const nint m_bIsTradeItem = 0x10F3; // bool - public const nint m_iEntityQuantity = 0x10F4; // int32 - public const nint m_iRarityOverride = 0x10F8; // int32 - public const nint m_iQualityOverride = 0x10FC; // int32 - public const nint m_unClientFlags = 0x1100; // uint8 - public const nint m_unOverrideStyle = 0x1101; // uint8 - public const nint m_AttributeList = 0x1118; // CAttributeList - public const nint m_NetworkedDynamicAttributes = 0x1178; // CAttributeList - public const nint m_szCustomName = 0x11D8; // char[161] - public const nint m_szCustomNameOverride = 0x1279; // char[161] - public const nint m_bInitializedTags = 0x1348; // bool - } - // Parent: C_BaseTrigger - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_bBombPlantedHere (bool) - public static class CBombTarget { - public const nint m_bBombPlantedHere = 0xC52; // bool - } - // Parent: C_BaseTrigger - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_flFluidDensity (float) - public static class C_TriggerBuoyancy { - public const nint m_BuoyancyHelper = 0xC58; // CBuoyancyHelper - public const nint m_flFluidDensity = 0xC78; // float32 - } - // Parent: CBasePlayerController - // Fields count: 62 - // - // Metadata: - // MNetworkUserGroupProxy - // MNetworkUserGroupProxy - // MNetworkUserGroupProxy - // NetworkVarNames: m_pInGameMoneyServices (CCSPlayerController_InGameMoneyServices*) - // NetworkVarNames: m_pInventoryServices (CCSPlayerController_InventoryServices*) - // NetworkVarNames: m_pActionTrackingServices (CCSPlayerController_ActionTrackingServices*) - // NetworkVarNames: m_pDamageServices (CCSPlayerController_DamageServices*) - // NetworkVarNames: m_iPing (uint32) - // NetworkVarNames: m_bHasCommunicationAbuseMute (bool) - // NetworkVarNames: m_szCrosshairCodes (string_t) - // NetworkVarNames: m_iPendingTeamNum (uint8) - // NetworkVarNames: m_flForceTeamTime (GameTime_t) - // NetworkVarNames: m_iCompTeammateColor (int) - // NetworkVarNames: m_bEverPlayedOnTeam (bool) - // NetworkVarNames: m_szClan (string_t) - // NetworkVarNames: m_iCoachingTeam (int) - // NetworkVarNames: m_nPlayerDominated (uint64) - // NetworkVarNames: m_nPlayerDominatingMe (uint64) - // NetworkVarNames: m_iCompetitiveRanking (int) - // NetworkVarNames: m_iCompetitiveWins (int) - // NetworkVarNames: m_iCompetitiveRankType (int8) - // NetworkVarNames: m_iCompetitiveRankingPredicted_Win (int) - // NetworkVarNames: m_iCompetitiveRankingPredicted_Loss (int) - // NetworkVarNames: m_iCompetitiveRankingPredicted_Tie (int) - // NetworkVarNames: m_nEndMatchNextMapVote (int) - // NetworkVarNames: m_unActiveQuestId (uint16) - // NetworkVarNames: m_nQuestProgressReason (QuestProgress::Reason) - // NetworkVarNames: m_unPlayerTvControlFlags (uint32) - // NetworkVarNames: m_nDisconnectionTick (int) - // NetworkVarNames: m_bControllingBot (bool) - // NetworkVarNames: m_bHasControlledBotThisRound (bool) - // NetworkVarNames: m_bCanControlObservedBot (bool) - // NetworkVarNames: m_hPlayerPawn (CHandle) - // NetworkVarNames: m_hObserverPawn (CHandle) - // NetworkVarNames: m_bPawnIsAlive (bool) - // NetworkVarNames: m_iPawnHealth (uint32) - // NetworkVarNames: m_iPawnArmor (int) - // NetworkVarNames: m_bPawnHasDefuser (bool) - // NetworkVarNames: m_bPawnHasHelmet (bool) - // NetworkVarNames: m_nPawnCharacterDefIndex (item_definition_index_t) - // NetworkVarNames: m_iPawnLifetimeStart (int) - // NetworkVarNames: m_iPawnLifetimeEnd (int) - // NetworkVarNames: m_iPawnBotDifficulty (int) - // NetworkVarNames: m_hOriginalControllerOfCurrentPawn (CHandle) - // NetworkVarNames: m_iScore (int32) - // NetworkVarNames: m_vecKills (EKillTypes_t) - // NetworkVarNames: m_bMvpNoMusic (bool) - // NetworkVarNames: m_eMvpReason (int) - // NetworkVarNames: m_iMusicKitID (int) - // NetworkVarNames: m_iMusicKitMVPs (int) - // NetworkVarNames: m_iMVPs (int) - public static class CCSPlayerController { - public const nint m_pInGameMoneyServices = 0x878; // CCSPlayerController_InGameMoneyServices* - public const nint m_pInventoryServices = 0x880; // CCSPlayerController_InventoryServices* - public const nint m_pActionTrackingServices = 0x888; // CCSPlayerController_ActionTrackingServices* - public const nint m_pDamageServices = 0x890; // CCSPlayerController_DamageServices* - public const nint m_iPing = 0x898; // uint32 - public const nint m_bHasCommunicationAbuseMute = 0x89C; // bool - public const nint m_szCrosshairCodes = 0x8A0; // CUtlSymbolLarge - public const nint m_iPendingTeamNum = 0x8A8; // uint8 - public const nint m_flForceTeamTime = 0x8AC; // GameTime_t - public const nint m_iCompTeammateColor = 0x8B0; // int32 - public const nint m_bEverPlayedOnTeam = 0x8B4; // bool - public const nint m_flPreviousForceJoinTeamTime = 0x8B8; // GameTime_t - public const nint m_szClan = 0x8C0; // CUtlSymbolLarge - public const nint m_sSanitizedPlayerName = 0x8C8; // CUtlString - public const nint m_iCoachingTeam = 0x8D0; // int32 - public const nint m_nPlayerDominated = 0x8D8; // uint64 - public const nint m_nPlayerDominatingMe = 0x8E0; // uint64 - public const nint m_iCompetitiveRanking = 0x8E8; // int32 - public const nint m_iCompetitiveWins = 0x8EC; // int32 - public const nint m_iCompetitiveRankType = 0x8F0; // int8 - public const nint m_iCompetitiveRankingPredicted_Win = 0x8F4; // int32 - public const nint m_iCompetitiveRankingPredicted_Loss = 0x8F8; // int32 - public const nint m_iCompetitiveRankingPredicted_Tie = 0x8FC; // int32 - public const nint m_nEndMatchNextMapVote = 0x900; // int32 - public const nint m_unActiveQuestId = 0x904; // uint16 - public const nint m_nQuestProgressReason = 0x908; // QuestProgress::Reason - public const nint m_unPlayerTvControlFlags = 0x90C; // uint32 - public const nint m_iDraftIndex = 0x938; // int32 - public const nint m_msQueuedModeDisconnectionTimestamp = 0x93C; // uint32 - public const nint m_uiAbandonRecordedReason = 0x940; // uint32 - public const nint m_bCannotBeKicked = 0x944; // bool - public const nint m_bEverFullyConnected = 0x945; // bool - public const nint m_bAbandonAllowsSurrender = 0x946; // bool - public const nint m_bAbandonOffersInstantSurrender = 0x947; // bool - public const nint m_bDisconnection1MinWarningPrinted = 0x948; // bool - public const nint m_bScoreReported = 0x949; // bool - public const nint m_nDisconnectionTick = 0x94C; // int32 - public const nint m_bControllingBot = 0x958; // bool - public const nint m_bHasControlledBotThisRound = 0x959; // bool - public const nint m_bHasBeenControlledByPlayerThisRound = 0x95A; // bool - public const nint m_nBotsControlledThisRound = 0x95C; // int32 - public const nint m_bCanControlObservedBot = 0x960; // bool - public const nint m_hPlayerPawn = 0x964; // CHandle - public const nint m_hObserverPawn = 0x968; // CHandle - public const nint m_bPawnIsAlive = 0x96C; // bool - public const nint m_iPawnHealth = 0x970; // uint32 - public const nint m_iPawnArmor = 0x974; // int32 - public const nint m_bPawnHasDefuser = 0x978; // bool - public const nint m_bPawnHasHelmet = 0x979; // bool - public const nint m_nPawnCharacterDefIndex = 0x97A; // uint16 - public const nint m_iPawnLifetimeStart = 0x97C; // int32 - public const nint m_iPawnLifetimeEnd = 0x980; // int32 - public const nint m_iPawnBotDifficulty = 0x984; // int32 - public const nint m_hOriginalControllerOfCurrentPawn = 0x988; // CHandle - public const nint m_iScore = 0x98C; // int32 - public const nint m_vecKills = 0x990; // C_NetworkUtlVectorBase - public const nint m_bMvpNoMusic = 0x9A8; // bool - public const nint m_eMvpReason = 0x9AC; // int32 - public const nint m_iMusicKitID = 0x9B0; // int32 - public const nint m_iMusicKitMVPs = 0x9B4; // int32 - public const nint m_iMVPs = 0x9B8; // int32 - public const nint m_bIsPlayerNameDirty = 0x9BC; // bool - } - // Parent: C_BaseTrigger - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_source (string_t) - // NetworkVarNames: m_destination (string_t) - public static class C_FootstepControl { - public const nint m_source = 0xC58; // CUtlSymbolLarge - public const nint m_destination = 0xC60; // CUtlSymbolLarge - } - // Parent: CBasePlayerWeaponVData - // Fields count: 92 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertySuppressBaseClassField - // MPropertySuppressBaseClassField - public static class CCSWeaponBaseVData { - public const nint m_WeaponType = 0x248; // CSWeaponType - public const nint m_WeaponCategory = 0x24C; // CSWeaponCategory - public const nint m_szViewModel = 0x250; // CResourceNameTyped> - public const nint m_szPlayerModel = 0x330; // CResourceNameTyped> - public const nint m_szWorldDroppedModel = 0x410; // CResourceNameTyped> - public const nint m_szAimsightLensMaskModel = 0x4F0; // CResourceNameTyped> - public const nint m_szMagazineModel = 0x5D0; // CResourceNameTyped> - public const nint m_szHeatEffect = 0x6B0; // CResourceNameTyped> - public const nint m_szEjectBrassEffect = 0x790; // CResourceNameTyped> - public const nint m_szMuzzleFlashParticleAlt = 0x870; // CResourceNameTyped> - public const nint m_szMuzzleFlashThirdPersonParticle = 0x950; // CResourceNameTyped> - public const nint m_szMuzzleFlashThirdPersonParticleAlt = 0xA30; // CResourceNameTyped> - public const nint m_szTracerParticle = 0xB10; // CResourceNameTyped> - public const nint m_GearSlot = 0xBF0; // gear_slot_t - public const nint m_GearSlotPosition = 0xBF4; // int32 - public const nint m_DefaultLoadoutSlot = 0xBF8; // loadout_slot_t - public const nint m_sWrongTeamMsg = 0xC00; // CUtlString - public const nint m_nPrice = 0xC08; // int32 - public const nint m_nKillAward = 0xC0C; // int32 - public const nint m_nPrimaryReserveAmmoMax = 0xC10; // int32 - public const nint m_nSecondaryReserveAmmoMax = 0xC14; // int32 - public const nint m_bMeleeWeapon = 0xC18; // bool - public const nint m_bHasBurstMode = 0xC19; // bool - public const nint m_bIsRevolver = 0xC1A; // bool - public const nint m_bCannotShootUnderwater = 0xC1B; // bool - public const nint m_szName = 0xC20; // CGlobalSymbol - public const nint m_szAnimExtension = 0xC28; // CUtlString - public const nint m_eSilencerType = 0xC30; // CSWeaponSilencerType - public const nint m_nCrosshairMinDistance = 0xC34; // int32 - public const nint m_nCrosshairDeltaDistance = 0xC38; // int32 - public const nint m_bIsFullAuto = 0xC3C; // bool - public const nint m_nNumBullets = 0xC40; // int32 - public const nint m_flCycleTime = 0xC44; // CFiringModeFloat - public const nint m_flMaxSpeed = 0xC4C; // CFiringModeFloat - public const nint m_flSpread = 0xC54; // CFiringModeFloat - public const nint m_flInaccuracyCrouch = 0xC5C; // CFiringModeFloat - public const nint m_flInaccuracyStand = 0xC64; // CFiringModeFloat - public const nint m_flInaccuracyJump = 0xC6C; // CFiringModeFloat - public const nint m_flInaccuracyLand = 0xC74; // CFiringModeFloat - public const nint m_flInaccuracyLadder = 0xC7C; // CFiringModeFloat - public const nint m_flInaccuracyFire = 0xC84; // CFiringModeFloat - public const nint m_flInaccuracyMove = 0xC8C; // CFiringModeFloat - public const nint m_flRecoilAngle = 0xC94; // CFiringModeFloat - public const nint m_flRecoilAngleVariance = 0xC9C; // CFiringModeFloat - public const nint m_flRecoilMagnitude = 0xCA4; // CFiringModeFloat - public const nint m_flRecoilMagnitudeVariance = 0xCAC; // CFiringModeFloat - public const nint m_nTracerFrequency = 0xCB4; // CFiringModeInt - public const nint m_flInaccuracyJumpInitial = 0xCBC; // float32 - public const nint m_flInaccuracyJumpApex = 0xCC0; // float32 - public const nint m_flInaccuracyReload = 0xCC4; // float32 - public const nint m_nRecoilSeed = 0xCC8; // int32 - public const nint m_nSpreadSeed = 0xCCC; // int32 - public const nint m_flTimeToIdleAfterFire = 0xCD0; // float32 - public const nint m_flIdleInterval = 0xCD4; // float32 - public const nint m_flAttackMovespeedFactor = 0xCD8; // float32 - public const nint m_flHeatPerShot = 0xCDC; // float32 - public const nint m_flInaccuracyPitchShift = 0xCE0; // float32 - public const nint m_flInaccuracyAltSoundThreshold = 0xCE4; // float32 - public const nint m_flBotAudibleRange = 0xCE8; // float32 - public const nint m_szUseRadioSubtitle = 0xCF0; // CUtlString - public const nint m_bUnzoomsAfterShot = 0xCF8; // bool - public const nint m_bHideViewModelWhenZoomed = 0xCF9; // bool - public const nint m_nZoomLevels = 0xCFC; // int32 - public const nint m_nZoomFOV1 = 0xD00; // int32 - public const nint m_nZoomFOV2 = 0xD04; // int32 - public const nint m_flZoomTime0 = 0xD08; // float32 - public const nint m_flZoomTime1 = 0xD0C; // float32 - public const nint m_flZoomTime2 = 0xD10; // float32 - public const nint m_flIronSightPullUpSpeed = 0xD14; // float32 - public const nint m_flIronSightPutDownSpeed = 0xD18; // float32 - public const nint m_flIronSightFOV = 0xD1C; // float32 - public const nint m_flIronSightPivotForward = 0xD20; // float32 - public const nint m_flIronSightLooseness = 0xD24; // float32 - public const nint m_angPivotAngle = 0xD28; // QAngle - public const nint m_vecIronSightEyePos = 0xD34; // Vector - public const nint m_nDamage = 0xD40; // int32 - public const nint m_flHeadshotMultiplier = 0xD44; // float32 - public const nint m_flArmorRatio = 0xD48; // float32 - public const nint m_flPenetration = 0xD4C; // float32 - public const nint m_flRange = 0xD50; // float32 - public const nint m_flRangeModifier = 0xD54; // float32 - public const nint m_flFlinchVelocityModifierLarge = 0xD58; // float32 - public const nint m_flFlinchVelocityModifierSmall = 0xD5C; // float32 - public const nint m_flRecoveryTimeCrouch = 0xD60; // float32 - public const nint m_flRecoveryTimeStand = 0xD64; // float32 - public const nint m_flRecoveryTimeCrouchFinal = 0xD68; // float32 - public const nint m_flRecoveryTimeStandFinal = 0xD6C; // float32 - public const nint m_nRecoveryTransitionStartBullet = 0xD70; // int32 - public const nint m_nRecoveryTransitionEndBullet = 0xD74; // int32 - public const nint m_flThrowVelocity = 0xD78; // float32 - public const nint m_vSmokeColor = 0xD7C; // Vector - public const nint m_szAnimClass = 0xD88; // CGlobalSymbol - } - // Parent: None - // Fields count: 16 - // - // Metadata: - // NetworkVarNames: m_nUniqueID (int) - // NetworkVarNames: m_unAccountID (uint32) - // NetworkVarNames: m_unTraceID (uint32) - // NetworkVarNames: m_rtGcTime (uint32) - // NetworkVarNames: m_vecEndPos (Vector) - // NetworkVarNames: m_vecStart (Vector) - // NetworkVarNames: m_vecLeft (Vector) - // NetworkVarNames: m_vecNormal (Vector) - // NetworkVarNames: m_nPlayer (int) - // NetworkVarNames: m_nEntity (int) - // NetworkVarNames: m_nHitbox (int) - // NetworkVarNames: m_flCreationTime (float) - // NetworkVarNames: m_nTintID (int) - // NetworkVarNames: m_nVersion (uint8) - // NetworkVarNames: m_ubSignature (uint8) - public static class C_PlayerSprayDecal { - public const nint m_nUniqueID = 0xC50; // int32 - public const nint m_unAccountID = 0xC54; // uint32 - public const nint m_unTraceID = 0xC58; // uint32 - public const nint m_rtGcTime = 0xC5C; // uint32 - public const nint m_vecEndPos = 0xC60; // Vector - public const nint m_vecStart = 0xC6C; // Vector - public const nint m_vecLeft = 0xC78; // Vector - public const nint m_vecNormal = 0xC84; // Vector - public const nint m_nPlayer = 0xC90; // int32 - public const nint m_nEntity = 0xC94; // int32 - public const nint m_nHitbox = 0xC98; // int32 - public const nint m_flCreationTime = 0xC9C; // float32 - public const nint m_nTintID = 0xCA0; // int32 - public const nint m_nVersion = 0xCA4; // uint8 - public const nint m_ubSignature = 0xCA5; // uint8[128] - public const nint m_SprayRenderHelper = 0xD30; // CPlayerSprayDecalRenderHelper - } - // Parent: C_BaseModelEntity - // Fields count: 8 - // - // Metadata: - // MNetworkIncludeByName - // MNetworkOverride - // NetworkVarNames: m_vecMoveDirEntitySpace (Vector) - // NetworkVarNames: m_flTargetSpeed (float32) - // NetworkVarNames: m_nTransitionStartTick (GameTick_t) - // NetworkVarNames: m_nTransitionDurationTicks (int) - // NetworkVarNames: m_flTransitionStartSpeed (float32) - // NetworkVarNames: m_hConveyorModels (EHANDLE) - public static class C_FuncConveyor { - public const nint m_vecMoveDirEntitySpace = 0xC58; // Vector - public const nint m_flTargetSpeed = 0xC64; // float32 - public const nint m_nTransitionStartTick = 0xC68; // GameTick_t - public const nint m_nTransitionDurationTicks = 0xC6C; // int32 - public const nint m_flTransitionStartSpeed = 0xC70; // float32 - public const nint m_hConveyorModels = 0xC78; // C_NetworkUtlVectorBase> - public const nint m_flCurrentConveyorOffset = 0xC90; // float32 - public const nint m_flCurrentConveyorSpeed = 0xC94; // float32 - } - // Parent: C_BaseModelEntity - // Fields count: 19 - // - // Metadata: - // NetworkVarNames: m_firePositions (Vector) - // NetworkVarNames: m_fireParentPositions (Vector) - // NetworkVarNames: m_bFireIsBurning (bool) - // NetworkVarNames: m_BurnNormal (Vector) - // NetworkVarNames: m_fireCount (int) - // NetworkVarNames: m_nInfernoType (int) - // NetworkVarNames: m_nFireLifetime (float) - // NetworkVarNames: m_bInPostEffectTime (bool) - // NetworkVarNames: m_nFireEffectTickBegin (int) - public static class C_Inferno { - public const nint m_nfxFireDamageEffect = 0xC90; // ParticleIndex_t - public const nint m_firePositions = 0xC94; // Vector[64] - public const nint m_fireParentPositions = 0xF94; // Vector[64] - public const nint m_bFireIsBurning = 0x1294; // bool[64] - public const nint m_BurnNormal = 0x12D4; // Vector[64] - public const nint m_fireCount = 0x15D4; // int32 - public const nint m_nInfernoType = 0x15D8; // int32 - public const nint m_nFireLifetime = 0x15DC; // float32 - public const nint m_bInPostEffectTime = 0x15E0; // bool - public const nint m_lastFireCount = 0x15E4; // int32 - public const nint m_nFireEffectTickBegin = 0x15E8; // int32 - public const nint m_drawableCount = 0x81F0; // int32 - public const nint m_blosCheck = 0x81F4; // bool - public const nint m_nlosperiod = 0x81F8; // int32 - public const nint m_maxFireHalfWidth = 0x81FC; // float32 - public const nint m_maxFireHeight = 0x8200; // float32 - public const nint m_minBounds = 0x8204; // Vector - public const nint m_maxBounds = 0x8210; // Vector - public const nint m_flLastGrassBurnThink = 0x821C; // float32 - } - // Parent: C_BaseModelEntity - // Fields count: 51 - // - // Metadata: - // NetworkVarNames: m_bEnabled (bool) - // NetworkVarNames: m_nColorMode (int) - // NetworkVarNames: m_Color (Color) - // NetworkVarNames: m_flColorTemperature (float) - // NetworkVarNames: m_flBrightness (float) - // NetworkVarNames: m_flBrightnessScale (float) - // NetworkVarNames: m_nDirectLight (int) - // NetworkVarNames: m_nBakedShadowIndex (int) - // NetworkVarNames: m_nLuminaireShape (int) - // NetworkVarNames: m_flLuminaireSize (float) - // NetworkVarNames: m_flLuminaireAnisotropy (float) - // NetworkVarNames: m_LightStyleString (CUtlString) - // NetworkVarNames: m_flLightStyleStartTime (GameTime_t) - // NetworkVarNames: m_QueuedLightStyleStrings (CUtlString) - // NetworkVarNames: m_LightStyleEvents (CUtlString) - // NetworkVarNames: m_LightStyleTargets (CHandle) - // NetworkVarNames: m_hLightCookie (HRenderTextureStrong) - // NetworkVarNames: m_flShape (float) - // NetworkVarNames: m_flSoftX (float) - // NetworkVarNames: m_flSoftY (float) - // NetworkVarNames: m_flSkirt (float) - // NetworkVarNames: m_flSkirtNear (float) - // NetworkVarNames: m_vSizeParams (Vector) - // NetworkVarNames: m_flRange (float) - // NetworkVarNames: m_vShear (Vector) - // NetworkVarNames: m_nBakeSpecularToCubemaps (int) - // NetworkVarNames: m_vBakeSpecularToCubemapsSize (Vector) - // NetworkVarNames: m_nCastShadows (int) - // NetworkVarNames: m_nShadowMapSize (int) - // NetworkVarNames: m_nShadowPriority (int) - // NetworkVarNames: m_bContactShadow (bool) - // NetworkVarNames: m_nBounceLight (int) - // NetworkVarNames: m_flBounceScale (float) - // NetworkVarNames: m_flMinRoughness (float) - // NetworkVarNames: m_vAlternateColor (Vector) - // NetworkVarNames: m_fAlternateColorBrightness (float) - // NetworkVarNames: m_nFog (int) - // NetworkVarNames: m_flFogStrength (float) - // NetworkVarNames: m_nFogShadows (int) - // NetworkVarNames: m_flFogScale (float) - // NetworkVarNames: m_flFadeSizeStart (float) - // NetworkVarNames: m_flFadeSizeEnd (float) - // NetworkVarNames: m_flShadowFadeSizeStart (float) - // NetworkVarNames: m_flShadowFadeSizeEnd (float) - // NetworkVarNames: m_bPrecomputedFieldsValid (bool) - // NetworkVarNames: m_vPrecomputedBoundsMins (Vector) - // NetworkVarNames: m_vPrecomputedBoundsMaxs (Vector) - // NetworkVarNames: m_vPrecomputedOBBOrigin (Vector) - // NetworkVarNames: m_vPrecomputedOBBAngles (QAngle) - // NetworkVarNames: m_vPrecomputedOBBExtent (Vector) - public static class C_BarnLight { - public const nint m_bEnabled = 0xC50; // bool - public const nint m_nColorMode = 0xC54; // int32 - public const nint m_Color = 0xC58; // Color - public const nint m_flColorTemperature = 0xC5C; // float32 - public const nint m_flBrightness = 0xC60; // float32 - public const nint m_flBrightnessScale = 0xC64; // float32 - public const nint m_nDirectLight = 0xC68; // int32 - public const nint m_nBakedShadowIndex = 0xC6C; // int32 - public const nint m_nLuminaireShape = 0xC70; // int32 - public const nint m_flLuminaireSize = 0xC74; // float32 - public const nint m_flLuminaireAnisotropy = 0xC78; // float32 - public const nint m_LightStyleString = 0xC80; // CUtlString - public const nint m_flLightStyleStartTime = 0xC88; // GameTime_t - public const nint m_QueuedLightStyleStrings = 0xC90; // C_NetworkUtlVectorBase - public const nint m_LightStyleEvents = 0xCA8; // C_NetworkUtlVectorBase - public const nint m_LightStyleTargets = 0xCC0; // C_NetworkUtlVectorBase> - public const nint m_StyleEvent = 0xCD8; // CEntityIOOutput[4] - public const nint m_hLightCookie = 0xD78; // CStrongHandle - public const nint m_flShape = 0xD80; // float32 - public const nint m_flSoftX = 0xD84; // float32 - public const nint m_flSoftY = 0xD88; // float32 - public const nint m_flSkirt = 0xD8C; // float32 - public const nint m_flSkirtNear = 0xD90; // float32 - public const nint m_vSizeParams = 0xD94; // Vector - public const nint m_flRange = 0xDA0; // float32 - public const nint m_vShear = 0xDA4; // Vector - public const nint m_nBakeSpecularToCubemaps = 0xDB0; // int32 - public const nint m_vBakeSpecularToCubemapsSize = 0xDB4; // Vector - public const nint m_nCastShadows = 0xDC0; // int32 - public const nint m_nShadowMapSize = 0xDC4; // int32 - public const nint m_nShadowPriority = 0xDC8; // int32 - public const nint m_bContactShadow = 0xDCC; // bool - public const nint m_nBounceLight = 0xDD0; // int32 - public const nint m_flBounceScale = 0xDD4; // float32 - public const nint m_flMinRoughness = 0xDD8; // float32 - public const nint m_vAlternateColor = 0xDDC; // Vector - public const nint m_fAlternateColorBrightness = 0xDE8; // float32 - public const nint m_nFog = 0xDEC; // int32 - public const nint m_flFogStrength = 0xDF0; // float32 - public const nint m_nFogShadows = 0xDF4; // int32 - public const nint m_flFogScale = 0xDF8; // float32 - public const nint m_flFadeSizeStart = 0xDFC; // float32 - public const nint m_flFadeSizeEnd = 0xE00; // float32 - public const nint m_flShadowFadeSizeStart = 0xE04; // float32 - public const nint m_flShadowFadeSizeEnd = 0xE08; // float32 - public const nint m_bPrecomputedFieldsValid = 0xE0C; // bool - public const nint m_vPrecomputedBoundsMins = 0xE10; // Vector - public const nint m_vPrecomputedBoundsMaxs = 0xE1C; // Vector - public const nint m_vPrecomputedOBBOrigin = 0xE28; // Vector - public const nint m_vPrecomputedOBBAngles = 0xE34; // QAngle - public const nint m_vPrecomputedOBBExtent = 0xE40; // Vector - } - // Parent: C_BarnLight - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_bShowLight (bool) - public static class C_RectLight { - public const nint m_bShowLight = 0xE98; // bool - } - // Parent: C_BarnLight - // Fields count: 3 - // - // Metadata: - // NetworkVarNames: m_flInnerAngle (float) - // NetworkVarNames: m_flOuterAngle (float) - // NetworkVarNames: m_bShowLight (bool) - public static class C_OmniLight { - public const nint m_flInnerAngle = 0xE98; // float32 - public const nint m_flOuterAngle = 0xE9C; // float32 - public const nint m_bShowLight = 0xEA0; // bool - } - // Parent: C_Team - // Fields count: 10 - // - // Metadata: - // NetworkVarNames: m_szTeamMatchStat (char) - // NetworkVarNames: m_numMapVictories (int) - // NetworkVarNames: m_bSurrendered (bool) - // NetworkVarNames: m_scoreFirstHalf (int32) - // NetworkVarNames: m_scoreSecondHalf (int32) - // NetworkVarNames: m_scoreOvertime (int32) - // NetworkVarNames: m_szClanTeamname (char) - // NetworkVarNames: m_iClanID (uint32) - // NetworkVarNames: m_szTeamFlagImage (char) - // NetworkVarNames: m_szTeamLogoImage (char) - public static class C_CSTeam { - public const nint m_szTeamMatchStat = 0x785; // char[512] - public const nint m_numMapVictories = 0x988; // int32 - public const nint m_bSurrendered = 0x98C; // bool - public const nint m_scoreFirstHalf = 0x990; // int32 - public const nint m_scoreSecondHalf = 0x994; // int32 - public const nint m_scoreOvertime = 0x998; // int32 - public const nint m_szClanTeamname = 0x99C; // char[129] - public const nint m_iClanID = 0xA20; // uint32 - public const nint m_szTeamFlagImage = 0xA24; // char[8] - public const nint m_szTeamLogoImage = 0xA2C; // char[8] - } - // Parent: C_BaseModelEntity - // Fields count: 12 - // - // Metadata: - // NetworkVarNames: m_hSkyMaterial (HMaterialStrong) - // NetworkVarNames: m_hSkyMaterialLightingOnly (HMaterialStrong) - // NetworkVarNames: m_bStartDisabled (bool) - // NetworkVarNames: m_vTintColor (Color) - // NetworkVarNames: m_vTintColorLightingOnly (Color) - // NetworkVarNames: m_flBrightnessScale (float) - // NetworkVarNames: m_nFogType (int) - // NetworkVarNames: m_flFogMinStart (float) - // NetworkVarNames: m_flFogMinEnd (float) - // NetworkVarNames: m_flFogMaxStart (float) - // NetworkVarNames: m_flFogMaxEnd (float) - // NetworkVarNames: m_bEnabled (bool) - public static class C_EnvSky { - public const nint m_hSkyMaterial = 0xC50; // CStrongHandle - public const nint m_hSkyMaterialLightingOnly = 0xC58; // CStrongHandle - public const nint m_bStartDisabled = 0xC60; // bool - public const nint m_vTintColor = 0xC61; // Color - public const nint m_vTintColorLightingOnly = 0xC65; // Color - public const nint m_flBrightnessScale = 0xC6C; // float32 - public const nint m_nFogType = 0xC70; // int32 - public const nint m_flFogMinStart = 0xC74; // float32 - public const nint m_flFogMinEnd = 0xC78; // float32 - public const nint m_flFogMaxStart = 0xC7C; // float32 - public const nint m_flFogMaxEnd = 0xC80; // float32 - public const nint m_bEnabled = 0xC84; // bool - } - // Parent: C_BaseModelEntity - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_CLightComponent (CLightComponent::Storage_t) - public static class C_LightEntity { - public const nint m_CLightComponent = 0xC50; // CLightComponent* - } - // Parent: C_BaseTrigger - // Fields count: 16 - // - // Metadata: - // NetworkVarNames: m_hPostSettings (HPostProcessingStrong) - // NetworkVarNames: m_flFadeDuration (float) - // NetworkVarNames: m_flMinLogExposure (float) - // NetworkVarNames: m_flMaxLogExposure (float) - // NetworkVarNames: m_flMinExposure (float) - // NetworkVarNames: m_flMaxExposure (float) - // NetworkVarNames: m_flExposureCompensation (float) - // NetworkVarNames: m_flExposureFadeSpeedUp (float) - // NetworkVarNames: m_flExposureFadeSpeedDown (float) - // NetworkVarNames: m_flTonemapEVSmoothingRange (float) - // NetworkVarNames: m_bMaster (bool) - // NetworkVarNames: m_bExposureControl (bool) - // NetworkVarNames: m_flRate (float) - // NetworkVarNames: m_flTonemapPercentTarget (float) - // NetworkVarNames: m_flTonemapPercentBrightPixels (float) - // NetworkVarNames: m_flTonemapMinAvgLum (float) - public static class C_PostProcessingVolume { - public const nint m_hPostSettings = 0xC68; // CStrongHandle - public const nint m_flFadeDuration = 0xC70; // float32 - public const nint m_flMinLogExposure = 0xC74; // float32 - public const nint m_flMaxLogExposure = 0xC78; // float32 - public const nint m_flMinExposure = 0xC7C; // float32 - public const nint m_flMaxExposure = 0xC80; // float32 - public const nint m_flExposureCompensation = 0xC84; // float32 - public const nint m_flExposureFadeSpeedUp = 0xC88; // float32 - public const nint m_flExposureFadeSpeedDown = 0xC8C; // float32 - public const nint m_flTonemapEVSmoothingRange = 0xC90; // float32 - public const nint m_bMaster = 0xC94; // bool - public const nint m_bExposureControl = 0xC95; // bool - public const nint m_flRate = 0xC98; // float32 - public const nint m_flTonemapPercentTarget = 0xC9C; // float32 - public const nint m_flTonemapPercentBrightPixels = 0xCA0; // float32 - public const nint m_flTonemapMinAvgLum = 0xCA4; // float32 - } - // Parent: C_ParticleSystem - // Fields count: 5 - // - // Metadata: - // NetworkVarNames: m_flAlphaScale (float32) - // NetworkVarNames: m_flRadiusScale (float32) - // NetworkVarNames: m_flSelfIllumScale (float32) - // NetworkVarNames: m_ColorTint (Color) - // NetworkVarNames: m_hTextureOverride (HRenderTextureStrong) - public static class C_EnvParticleGlow { - public const nint m_flAlphaScale = 0x1200; // float32 - public const nint m_flRadiusScale = 0x1204; // float32 - public const nint m_flSelfIllumScale = 0x1208; // float32 - public const nint m_ColorTint = 0x120C; // Color - public const nint m_hTextureOverride = 0x1210; // CStrongHandle - } - // Parent: C_BaseModelEntity - // Fields count: 8 - // - // Metadata: - // NetworkVarNames: m_bLoop (bool) - // NetworkVarNames: m_flFPS (float) - // NetworkVarNames: m_hPositionKeys (HRenderTextureStrong) - // NetworkVarNames: m_hRotationKeys (HRenderTextureStrong) - // NetworkVarNames: m_vAnimationBoundsMin (Vector) - // NetworkVarNames: m_vAnimationBoundsMax (Vector) - // NetworkVarNames: m_flStartTime (float) - // NetworkVarNames: m_flStartFrame (float) - public static class C_TextureBasedAnimatable { - public const nint m_bLoop = 0xC50; // bool - public const nint m_flFPS = 0xC54; // float32 - public const nint m_hPositionKeys = 0xC58; // CStrongHandle - public const nint m_hRotationKeys = 0xC60; // CStrongHandle - public const nint m_vAnimationBoundsMin = 0xC68; // Vector - public const nint m_vAnimationBoundsMax = 0xC74; // Vector - public const nint m_flStartTime = 0xC80; // float32 - public const nint m_flStartFrame = 0xC84; // float32 - } - // Parent: C_BaseModelEntity - // Fields count: 13 - // - // Metadata: - // MNetworkIncludeByName - // NetworkVarNames: m_bInitiallyPopulateInterpHistory (bool) - // NetworkVarNames: m_bAnimGraphUpdateEnabled (bool) - // NetworkVarNames: m_vecForce (Vector) - // NetworkVarNames: m_nForceBone (int32) - // NetworkVarNames: m_pRagdollPose (PhysicsRagdollPose_t*) - // NetworkVarNames: m_bClientRagdoll (bool) - public static class CBaseAnimGraph { - public const nint m_bInitiallyPopulateInterpHistory = 0xCC8; // bool - public const nint m_bSuppressAnimEventSounds = 0xCCA; // bool - public const nint m_bAnimGraphUpdateEnabled = 0xCD8; // bool - public const nint m_flMaxSlopeDistance = 0xCDC; // float32 - public const nint m_vLastSlopeCheckPos = 0xCE0; // Vector - public const nint m_bAnimationUpdateScheduled = 0xCEC; // bool - public const nint m_vecForce = 0xCF0; // Vector - public const nint m_nForceBone = 0xCFC; // int32 - public const nint m_pClientsideRagdoll = 0xD00; // CBaseAnimGraph* - public const nint m_bBuiltRagdoll = 0xD08; // bool - public const nint m_pRagdollPose = 0xD20; // PhysicsRagdollPose_t* - public const nint m_bClientRagdoll = 0xD28; // bool - public const nint m_bHasAnimatedMaterialAttributes = 0xD38; // bool - } - // Parent: None - // Fields count: 30 - // - // Metadata: - // NetworkVarNames: m_noGhostCollision (bool) - public static class C_BreakableProp { - public const nint m_OnBreak = 0xEC0; // CEntityIOOutput - public const nint m_OnHealthChanged = 0xEE8; // CEntityOutputTemplate - public const nint m_OnTakeDamage = 0xF10; // CEntityIOOutput - public const nint m_impactEnergyScale = 0xF38; // float32 - public const nint m_iMinHealthDmg = 0xF3C; // int32 - public const nint m_flPressureDelay = 0xF40; // float32 - public const nint m_hBreaker = 0xF44; // CHandle - public const nint m_PerformanceMode = 0xF48; // PerformanceMode_t - public const nint m_flDmgModBullet = 0xF4C; // float32 - public const nint m_flDmgModClub = 0xF50; // float32 - public const nint m_flDmgModExplosive = 0xF54; // float32 - public const nint m_flDmgModFire = 0xF58; // float32 - public const nint m_iszPhysicsDamageTableName = 0xF60; // CUtlSymbolLarge - public const nint m_iszBasePropData = 0xF68; // CUtlSymbolLarge - public const nint m_iInteractions = 0xF70; // int32 - public const nint m_flPreventDamageBeforeTime = 0xF74; // GameTime_t - public const nint m_bHasBreakPiecesOrCommands = 0xF78; // bool - public const nint m_explodeDamage = 0xF7C; // float32 - public const nint m_explodeRadius = 0xF80; // float32 - public const nint m_explosionDelay = 0xF88; // float32 - public const nint m_explosionBuildupSound = 0xF90; // CUtlSymbolLarge - public const nint m_explosionCustomEffect = 0xF98; // CUtlSymbolLarge - public const nint m_explosionCustomSound = 0xFA0; // CUtlSymbolLarge - public const nint m_explosionModifier = 0xFA8; // CUtlSymbolLarge - public const nint m_hPhysicsAttacker = 0xFB0; // CHandle - public const nint m_flLastPhysicsInfluenceTime = 0xFB4; // GameTime_t - public const nint m_flDefaultFadeScale = 0xFB8; // float32 - public const nint m_hLastAttacker = 0xFBC; // CHandle - public const nint m_hFlareEnt = 0xFC0; // CHandle - public const nint m_noGhostCollision = 0xFC4; // bool - } - // Parent: C_BreakableProp - // Fields count: 23 - // - // Metadata: - // NetworkVarNames: m_bUseHitboxesForRenderBox (bool) - // NetworkVarNames: m_bUseAnimGraph (bool) - public static class C_DynamicProp { - public const nint m_bUseHitboxesForRenderBox = 0xFC5; // bool - public const nint m_bUseAnimGraph = 0xFC6; // bool - public const nint m_pOutputAnimBegun = 0xFC8; // CEntityIOOutput - public const nint m_pOutputAnimOver = 0xFF0; // CEntityIOOutput - public const nint m_pOutputAnimLoopCycleOver = 0x1018; // CEntityIOOutput - public const nint m_OnAnimReachedStart = 0x1040; // CEntityIOOutput - public const nint m_OnAnimReachedEnd = 0x1068; // CEntityIOOutput - public const nint m_iszIdleAnim = 0x1090; // CUtlSymbolLarge - public const nint m_nIdleAnimLoopMode = 0x1098; // AnimLoopMode_t - public const nint m_bRandomizeCycle = 0x109C; // bool - public const nint m_bStartDisabled = 0x109D; // bool - public const nint m_bFiredStartEndOutput = 0x109E; // bool - public const nint m_bForceNpcExclude = 0x109F; // bool - public const nint m_bCreateNonSolid = 0x10A0; // bool - public const nint m_bIsOverrideProp = 0x10A1; // bool - public const nint m_iInitialGlowState = 0x10A4; // int32 - public const nint m_nGlowRange = 0x10A8; // int32 - public const nint m_nGlowRangeMin = 0x10AC; // int32 - public const nint m_glowColor = 0x10B0; // Color - public const nint m_nGlowTeam = 0x10B4; // int32 - public const nint m_iCachedFrameCount = 0x10B8; // int32 - public const nint m_vecCachedRenderMins = 0x10BC; // Vector - public const nint m_vecCachedRenderMaxs = 0x10C8; // Vector - } - // Parent: C_BaseTrigger - // Fields count: 9 - // - // Metadata: - // NetworkVarNames: m_bEnabled (bool) - // NetworkVarNames: m_MaxWeight (float) - // NetworkVarNames: m_FadeDuration (float) - // NetworkVarNames: m_Weight (float) - // NetworkVarNames: m_lookupFilename (char) - public static class C_ColorCorrectionVolume { - public const nint m_LastEnterWeight = 0xC54; // float32 - public const nint m_LastEnterTime = 0xC58; // float32 - public const nint m_LastExitWeight = 0xC5C; // float32 - public const nint m_LastExitTime = 0xC60; // float32 - public const nint m_bEnabled = 0xC64; // bool - public const nint m_MaxWeight = 0xC68; // float32 - public const nint m_FadeDuration = 0xC6C; // float32 - public const nint m_Weight = 0xC70; // float32 - public const nint m_lookupFilename = 0xC74; // char[512] - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // NetworkVarNames: m_targetCamera (CUtlString) - // NetworkVarNames: m_nResolutionEnum (int) - // NetworkVarNames: m_bRenderShadows (bool) - // NetworkVarNames: m_bUseUniqueColorTarget (bool) - // NetworkVarNames: m_brushModelName (CUtlString) - // NetworkVarNames: m_hTargetCamera (EHANDLE) - // NetworkVarNames: m_bEnabled (bool) - // NetworkVarNames: m_bDraw3DSkybox (bool) - public static class C_FuncMonitor { - public const nint m_targetCamera = 0xC50; // CUtlString - public const nint m_nResolutionEnum = 0xC58; // int32 - public const nint m_bRenderShadows = 0xC5C; // bool - public const nint m_bUseUniqueColorTarget = 0xC5D; // bool - public const nint m_brushModelName = 0xC60; // CUtlString - public const nint m_hTargetCamera = 0xC68; // CHandle - public const nint m_bEnabled = 0xC6C; // bool - public const nint m_bDraw3DSkybox = 0xC6D; // bool - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkOverride - public static class C_FuncMoveLinear { - } - // Parent: CBaseAnimGraph - // Fields count: 13 - // - // Metadata: - // NetworkVarNames: m_bActive (bool) - // NetworkVarNames: m_flStartTime (GameTime_t) - // NetworkVarNames: m_flStartTimeInCommentary (float32) - // NetworkVarNames: m_iszCommentaryFile (string_t) - // NetworkVarNames: m_iszTitle (string_t) - // NetworkVarNames: m_iszSpeakers (string_t) - // NetworkVarNames: m_iNodeNumber (int) - // NetworkVarNames: m_iNodeNumberMax (int) - // NetworkVarNames: m_bListenedTo (bool) - // NetworkVarNames: m_hViewPosition (CHandle) - public static class C_PointCommentaryNode { - public const nint m_bActive = 0xE80; // bool - public const nint m_bWasActive = 0xE81; // bool - public const nint m_flEndTime = 0xE84; // GameTime_t - public const nint m_flStartTime = 0xE88; // GameTime_t - public const nint m_flStartTimeInCommentary = 0xE8C; // float32 - public const nint m_iszCommentaryFile = 0xE90; // CUtlSymbolLarge - public const nint m_iszTitle = 0xE98; // CUtlSymbolLarge - public const nint m_iszSpeakers = 0xEA0; // CUtlSymbolLarge - public const nint m_iNodeNumber = 0xEA8; // int32 - public const nint m_iNodeNumberMax = 0xEAC; // int32 - public const nint m_bListenedTo = 0xEB0; // bool - public const nint m_hViewPosition = 0xEC0; // CHandle - public const nint m_bRestartAfterRestore = 0xEC4; // bool - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_bIsUsable (bool) - public static class C_BaseDoor { - public const nint m_bIsUsable = 0xC50; // bool - } - // Parent: CBaseAnimGraph - // Fields count: 19 - // - // Metadata: - // NetworkVarNames: m_flexWeight (float32) - // NetworkVarNames: m_blinktoggle (bool) - public static class C_BaseFlex { - public const nint m_flexWeight = 0xE88; // C_NetworkUtlVectorBase - public const nint m_vLookTargetPosition = 0xEA0; // Vector - public const nint m_blinktoggle = 0xEB8; // bool - public const nint m_nLastFlexUpdateFrameCount = 0xF18; // int32 - public const nint m_CachedViewTarget = 0xF1C; // Vector - public const nint m_nNextSceneEventId = 0xF28; // uint32 - public const nint m_iBlink = 0xF2C; // int32 - public const nint m_blinktime = 0xF30; // float32 - public const nint m_prevblinktoggle = 0xF34; // bool - public const nint m_iJawOpen = 0xF38; // int32 - public const nint m_flJawOpenAmount = 0xF3C; // float32 - public const nint m_flBlinkAmount = 0xF40; // float32 - public const nint m_iMouthAttachment = 0xF44; // AttachmentHandle_t - public const nint m_iEyeAttachment = 0xF45; // AttachmentHandle_t - public const nint m_bResetFlexWeightsOnModelChange = 0xF46; // bool - public const nint m_nEyeOcclusionRendererBone = 0xF60; // int32 - public const nint m_mEyeOcclusionRendererCameraToBoneTransform = 0xF64; // matrix3x4_t - public const nint m_vEyeOcclusionRendererHalfExtent = 0xF94; // Vector - public const nint m_PhonemeClasses = 0xFB0; // C_BaseFlex::Emphasized_Phoneme[3] - } - // Parent: CBaseAnimGraph - // Fields count: 23 - // - // Metadata: - // MNetworkIncludeByName - // MNetworkIncludeByName - // NetworkVarNames: m_poolOrigin (Vector) - // NetworkVarNames: m_waterLevel (float32) - // NetworkVarNames: m_x (float32) - // NetworkVarNames: m_y (float32) - // NetworkVarNames: m_z (float32) - // NetworkVarNames: m_angle (float32) - public static class C_Fish { - public const nint m_pos = 0xE78; // Vector - public const nint m_vel = 0xE84; // Vector - public const nint m_angles = 0xE90; // QAngle - public const nint m_localLifeState = 0xE9C; // int32 - public const nint m_deathDepth = 0xEA0; // float32 - public const nint m_deathAngle = 0xEA4; // float32 - public const nint m_buoyancy = 0xEA8; // float32 - public const nint m_wiggleTimer = 0xEB0; // CountdownTimer - public const nint m_wigglePhase = 0xEC8; // float32 - public const nint m_wiggleRate = 0xECC; // float32 - public const nint m_actualPos = 0xED0; // Vector - public const nint m_actualAngles = 0xEDC; // QAngle - public const nint m_poolOrigin = 0xEE8; // Vector - public const nint m_waterLevel = 0xEF4; // float32 - public const nint m_gotUpdate = 0xEF8; // bool - public const nint m_x = 0xEFC; // float32 - public const nint m_y = 0xF00; // float32 - public const nint m_z = 0xF04; // float32 - public const nint m_angle = 0xF08; // float32 - public const nint m_errorHistory = 0xF0C; // float32[20] - public const nint m_errorHistoryIndex = 0xF5C; // int32 - public const nint m_errorHistoryCount = 0xF60; // int32 - public const nint m_averageError = 0xF64; // float32 - } - // Parent: C_BreakableProp - // Fields count: 1 - // - // Metadata: - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByUserGroup - // MNetworkExcludeByName - // MNetworkExcludeByUserGroup - // MNetworkIncludeByName - // NetworkVarNames: m_bAwake (bool) - public static class C_PhysicsProp { - public const nint m_bAwake = 0xFC5; // bool - } - // Parent: C_DynamicProp - // Fields count: 7 - // - // Metadata: - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByUserGroup - // MNetworkExcludeByName - // MNetworkExcludeByUserGroup - // MNetworkIncludeByName - // NetworkVarNames: m_eDoorState (DoorState_t) - // NetworkVarNames: m_bLocked (bool) - // NetworkVarNames: m_closedPosition (Vector) - // NetworkVarNames: m_closedAngles (QAngle) - // NetworkVarNames: m_hMaster (CHandle) - public static class C_BasePropDoor { - public const nint m_eDoorState = 0x10E4; // DoorState_t - public const nint m_modelChanged = 0x10E8; // bool - public const nint m_bLocked = 0x10E9; // bool - public const nint m_closedPosition = 0x10EC; // Vector - public const nint m_closedAngles = 0x10F8; // QAngle - public const nint m_hMaster = 0x1104; // CHandle - public const nint m_vWhereToSetLightingOrigin = 0x1108; // Vector - } - // Parent: CBaseAnimGraph - // Fields count: 8 - // - // Metadata: - // NetworkVarNames: m_ragPos (Vector) - // NetworkVarNames: m_ragAngles (QAngle) - // NetworkVarNames: m_flBlendWeight (float32) - // NetworkVarNames: m_hRagdollSource (EHANDLE) - public static class C_RagdollProp { - public const nint m_ragPos = 0xE80; // C_NetworkUtlVectorBase - public const nint m_ragAngles = 0xE98; // C_NetworkUtlVectorBase - public const nint m_flBlendWeight = 0xEB0; // float32 - public const nint m_hRagdollSource = 0xEB4; // CHandle - public const nint m_iEyeAttachment = 0xEB8; // AttachmentHandle_t - public const nint m_flBlendWeightCurrent = 0xEBC; // float32 - public const nint m_parentPhysicsBoneIndices = 0xEC0; // CUtlVector - public const nint m_worldSpaceBoneComputationOrder = 0xED8; // CUtlVector - } - // Parent: C_PhysicsProp - // Fields count: 1 - // - // Metadata: - // MNetworkExcludeByName - // NetworkVarNames: m_ShardDesc (shard_model_desc_t) - public static class C_ShatterGlassShardPhysics { - public const nint m_ShardDesc = 0xFD0; // shard_model_desc_t - } - // Parent: C_BaseFlex - // Fields count: 20 - // - // Metadata: - // NetworkVarNames: m_AttributeManager (CAttributeContainer) - // NetworkVarNames: m_OriginalOwnerXuidLow (uint32) - // NetworkVarNames: m_OriginalOwnerXuidHigh (uint32) - // NetworkVarNames: m_nFallbackPaintKit (int) - // NetworkVarNames: m_nFallbackSeed (int) - // NetworkVarNames: m_flFallbackWear (float) - // NetworkVarNames: m_nFallbackStatTrak (int) - public static class C_EconEntity { - public const nint m_flFlexDelayTime = 0x1020; // float32 - public const nint m_flFlexDelayedWeight = 0x1028; // float32* - public const nint m_bAttributesInitialized = 0x1030; // bool - public const nint m_AttributeManager = 0x1038; // C_AttributeContainer - public const nint m_OriginalOwnerXuidLow = 0x23E8; // uint32 - public const nint m_OriginalOwnerXuidHigh = 0x23EC; // uint32 - public const nint m_nFallbackPaintKit = 0x23F0; // int32 - public const nint m_nFallbackSeed = 0x23F4; // int32 - public const nint m_flFallbackWear = 0x23F8; // float32 - public const nint m_nFallbackStatTrak = 0x23FC; // int32 - public const nint m_bClientside = 0x2400; // bool - public const nint m_bParticleSystemsCreated = 0x2401; // bool - public const nint m_vecAttachedParticles = 0x2408; // CUtlVector - public const nint m_hViewmodelAttachment = 0x2420; // CHandle - public const nint m_iOldTeam = 0x2424; // int32 - public const nint m_bAttachmentDirty = 0x2428; // bool - public const nint m_nUnloadedModelIndex = 0x242C; // int32 - public const nint m_iNumOwnerValidationRetries = 0x2430; // int32 - public const nint m_hOldProvidee = 0x2440; // CHandle - public const nint m_vecAttachedModels = 0x2448; // CUtlVector - } - // Parent: C_BaseFlex - // Fields count: 12 - // - // Metadata: - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByUserGroup - // MNetworkExcludeByName - // MNetworkExcludeByUserGroup - // MNetworkExcludeByName - // MNetworkExcludeByUserGroup - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByName - // NetworkVarNames: m_bIsLive (bool) - // NetworkVarNames: m_DmgRadius (float32) - // NetworkVarNames: m_flDetonateTime (GameTime_t) - // NetworkVarNames: m_flDamage (float32) - // NetworkVarNames: m_hThrower (CHandle) - public static class C_BaseGrenade { - public const nint m_bHasWarnedAI = 0x1010; // bool - public const nint m_bIsSmokeGrenade = 0x1011; // bool - public const nint m_bIsLive = 0x1012; // bool - public const nint m_DmgRadius = 0x1014; // float32 - public const nint m_flDetonateTime = 0x1018; // GameTime_t - public const nint m_flWarnAITime = 0x101C; // float32 - public const nint m_flDamage = 0x1020; // float32 - public const nint m_iszBounceSound = 0x1028; // CUtlSymbolLarge - public const nint m_ExplosionSound = 0x1030; // CUtlString - public const nint m_hThrower = 0x103C; // CHandle - public const nint m_flNextAttack = 0x1054; // GameTime_t - public const nint m_hOriginalThrower = 0x1058; // CHandle - } - // Parent: CBaseAnimGraph - // Fields count: 17 - // - // Metadata: - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkExcludeByUserGroup - // MNetworkOverride - // MNetworkIncludeByName - // NetworkVarNames: m_nViewModelIndex (uint32) - // NetworkVarNames: m_nAnimationParity (uint32) - // NetworkVarNames: m_flAnimationStartTime (float32) - // NetworkVarNames: m_hWeapon (CHandle) - // NetworkVarNames: m_hControlPanel (CHandle) - public static class C_BaseViewModel { - public const nint m_vecLastFacing = 0xE80; // Vector - public const nint m_nViewModelIndex = 0xE8C; // uint32 - public const nint m_nAnimationParity = 0xE90; // uint32 - public const nint m_flAnimationStartTime = 0xE94; // float32 - public const nint m_hWeapon = 0xE98; // CHandle - public const nint m_sVMName = 0xEA0; // CUtlSymbolLarge - public const nint m_sAnimationPrefix = 0xEA8; // CUtlSymbolLarge - public const nint m_hWeaponModel = 0xEB0; // CHandle - public const nint m_iCameraAttachment = 0xEB4; // AttachmentHandle_t - public const nint m_vecLastCameraAngles = 0xEB8; // QAngle - public const nint m_previousElapsedDuration = 0xEC4; // float32 - public const nint m_previousCycle = 0xEC8; // float32 - public const nint m_nOldAnimationParity = 0xECC; // int32 - public const nint m_hOldLayerSequence = 0xED0; // HSequence - public const nint m_oldLayer = 0xED4; // int32 - public const nint m_oldLayerStartTime = 0xED8; // float32 - public const nint m_hControlPanel = 0xEDC; // CHandle - } - // Parent: C_BaseGrenade - // Fields count: 16 - // - // Metadata: - // NetworkVarNames: m_vInitialPosition (Vector) - // NetworkVarNames: m_vInitialVelocity (Vector) - // NetworkVarNames: m_nBounces (int) - // NetworkVarNames: m_nExplodeEffectIndex (HParticleSystemDefinitionStrong) - // NetworkVarNames: m_nExplodeEffectTickBegin (int) - // NetworkVarNames: m_vecExplodeEffectOrigin (Vector) - public static class C_BaseCSGrenadeProjectile { - public const nint m_vInitialPosition = 0x105C; // Vector - public const nint m_vInitialVelocity = 0x1068; // Vector - public const nint m_nBounces = 0x1074; // int32 - public const nint m_nExplodeEffectIndex = 0x1078; // CStrongHandle - public const nint m_nExplodeEffectTickBegin = 0x1080; // int32 - public const nint m_vecExplodeEffectOrigin = 0x1084; // Vector - public const nint m_flSpawnTime = 0x1090; // GameTime_t - public const nint vecLastTrailLinePos = 0x1094; // Vector - public const nint flNextTrailLineTime = 0x10A0; // GameTime_t - public const nint m_bExplodeEffectBegan = 0x10A4; // bool - public const nint m_bCanCreateGrenadeTrail = 0x10A5; // bool - public const nint m_nSnapshotTrajectoryEffectIndex = 0x10A8; // ParticleIndex_t - public const nint m_hSnapshotTrajectoryParticleSnapshot = 0x10B0; // CStrongHandle - public const nint m_arrTrajectoryTrailPoints = 0x10B8; // CUtlVector - public const nint m_arrTrajectoryTrailPointCreationTimes = 0x10D0; // CUtlVector - public const nint m_flTrajectoryTrailEffectCreationTime = 0x10E8; // float32 - } - // Parent: CBaseAnimGraph - // Fields count: 29 - // - // Metadata: - // NetworkVarNames: m_bBombTicking (bool) - // NetworkVarNames: m_nBombSite (int) - // NetworkVarNames: m_nSourceSoundscapeHash (int) - // NetworkVarNames: m_entitySpottedState (EntitySpottedState_t) - // NetworkVarNames: m_flC4Blow (GameTime_t) - // NetworkVarNames: m_bCannotBeDefused (bool) - // NetworkVarNames: m_bHasExploded (bool) - // NetworkVarNames: m_flTimerLength (float) - // NetworkVarNames: m_bBeingDefused (bool) - // NetworkVarNames: m_flDefuseLength (float) - // NetworkVarNames: m_flDefuseCountDown (GameTime_t) - // NetworkVarNames: m_bBombDefused (bool) - // NetworkVarNames: m_hBombDefuser (CHandle) - // NetworkVarNames: m_hControlPanel (CHandle) - public static class C_PlantedC4 { - public const nint m_bBombTicking = 0xE78; // bool - public const nint m_nBombSite = 0xE7C; // int32 - public const nint m_nSourceSoundscapeHash = 0xE80; // int32 - public const nint m_entitySpottedState = 0xE88; // EntitySpottedState_t - public const nint m_flNextGlow = 0xEA0; // GameTime_t - public const nint m_flNextBeep = 0xEA4; // GameTime_t - public const nint m_flC4Blow = 0xEA8; // GameTime_t - public const nint m_bCannotBeDefused = 0xEAC; // bool - public const nint m_bHasExploded = 0xEAD; // bool - public const nint m_flTimerLength = 0xEB0; // float32 - public const nint m_bBeingDefused = 0xEB4; // bool - public const nint m_bTriggerWarning = 0xEB8; // float32 - public const nint m_bExplodeWarning = 0xEBC; // float32 - public const nint m_bC4Activated = 0xEC0; // bool - public const nint m_bTenSecWarning = 0xEC1; // bool - public const nint m_flDefuseLength = 0xEC4; // float32 - public const nint m_flDefuseCountDown = 0xEC8; // GameTime_t - public const nint m_bBombDefused = 0xECC; // bool - public const nint m_hBombDefuser = 0xED0; // CHandle - public const nint m_hControlPanel = 0xED4; // CHandle - public const nint m_hDefuserMultimeter = 0xED8; // CHandle - public const nint m_flNextRadarFlashTime = 0xEDC; // GameTime_t - public const nint m_bRadarFlash = 0xEE0; // bool - public const nint m_pBombDefuser = 0xEE4; // CHandle - public const nint m_fLastDefuseTime = 0xEE8; // GameTime_t - public const nint m_pPredictionOwner = 0xEF0; // CBasePlayerController* - public const nint m_vecC4ExplodeSpectatePos = 0xEF8; // Vector - public const nint m_vecC4ExplodeSpectateAng = 0xF04; // QAngle - public const nint m_flC4ExplodeSpectateDuration = 0xF10; // float32 - } - // Parent: C_EconEntity - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_bShouldGlow (bool) - public static class C_Item { - public const nint m_bShouldGlow = 0x2460; // bool - public const nint m_pReticleHintTextName = 0x2461; // char[256] - } - // Parent: C_DynamicProp - // Fields count: 8 - // - // Metadata: - // NetworkVarNames: m_jumpedThisFrame (bool) - // NetworkVarNames: m_leader (CHandle) - // NetworkVarNames: m_AttributeManager (CAttributeContainer) - // NetworkVarNames: m_OriginalOwnerXuidLow (uint32) - // NetworkVarNames: m_OriginalOwnerXuidHigh (uint32) - public static class C_Chicken { - public const nint m_hHolidayHatAddon = 0x10E0; // CHandle - public const nint m_jumpedThisFrame = 0x10E4; // bool - public const nint m_leader = 0x10E8; // CHandle - public const nint m_AttributeManager = 0x10F0; // C_AttributeContainer - public const nint m_OriginalOwnerXuidLow = 0x24A0; // uint32 - public const nint m_OriginalOwnerXuidHigh = 0x24A4; // uint32 - public const nint m_bAttributesInitialized = 0x24A8; // bool - public const nint m_hWaterWakeParticles = 0x24AC; // ParticleIndex_t - } - // Parent: C_EconEntity - // Fields count: 7 - // - // Metadata: - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkIncludeByName - // MNetworkExcludeByUserGroup - // MNetworkExcludeByUserGroup - // MNetworkExcludeByUserGroup - // MNetworkUserGroupProxy - // NetworkVarNames: m_nNextPrimaryAttackTick (GameTick_t) - // NetworkVarNames: m_flNextPrimaryAttackTickRatio (float32) - // NetworkVarNames: m_nNextSecondaryAttackTick (GameTick_t) - // NetworkVarNames: m_flNextSecondaryAttackTickRatio (float32) - // NetworkVarNames: m_iClip1 (int32) - // NetworkVarNames: m_iClip2 (int32) - // NetworkVarNames: m_pReserveAmmo (int) - public static class C_BasePlayerWeapon { - public const nint m_nNextPrimaryAttackTick = 0x2460; // GameTick_t - public const nint m_flNextPrimaryAttackTickRatio = 0x2464; // float32 - public const nint m_nNextSecondaryAttackTick = 0x2468; // GameTick_t - public const nint m_flNextSecondaryAttackTickRatio = 0x246C; // float32 - public const nint m_iClip1 = 0x2470; // int32 - public const nint m_iClip2 = 0x2474; // int32 - public const nint m_pReserveAmmo = 0x2478; // int32[2] - } - // Parent: C_RagdollProp - // Fields count: 7 - // - // Metadata: - // NetworkVarNames: m_boneIndexAttached (uint32) - // NetworkVarNames: m_ragdollAttachedObjectIndex (uint32) - // NetworkVarNames: m_attachmentPointBoneSpace (Vector) - // NetworkVarNames: m_attachmentPointRagdollSpace (Vector) - public static class C_RagdollPropAttached { - public const nint m_boneIndexAttached = 0xEF0; // uint32 - public const nint m_ragdollAttachedObjectIndex = 0xEF4; // uint32 - public const nint m_attachmentPointBoneSpace = 0xEF8; // Vector - public const nint m_attachmentPointRagdollSpace = 0xF04; // Vector - public const nint m_vecOffset = 0xF10; // Vector - public const nint m_parentTime = 0xF1C; // float32 - public const nint m_bHasParent = 0xF20; // bool - } - // Parent: C_BaseFlex - // Fields count: 8 - // - // Metadata: - // MNetworkExcludeByUserGroup - // NetworkVarNames: m_hMyWearables (CHandle) - // NetworkVarNames: m_flFieldOfView (float) - public static class C_BaseCombatCharacter { - public const nint m_hMyWearables = 0x1010; // C_NetworkUtlVectorBase> - public const nint m_bloodColor = 0x1028; // int32 - public const nint m_leftFootAttachment = 0x102C; // AttachmentHandle_t - public const nint m_rightFootAttachment = 0x102D; // AttachmentHandle_t - public const nint m_nWaterWakeMode = 0x1030; // C_BaseCombatCharacter::WaterWakeMode_t - public const nint m_flWaterWorldZ = 0x1034; // float32 - public const nint m_flWaterNextTraceTime = 0x1038; // float32 - public const nint m_flFieldOfView = 0x103C; // float32 - } - // Parent: C_BaseCombatCharacter - // Fields count: 28 - // - // Metadata: - // MNetworkUserGroupProxy - // MNetworkUserGroupProxy - // MNetworkExcludeByUserGroup - // MNetworkIncludeByUserGroup - // MNetworkIncludeByUserGroup - // MNetworkIncludeByUserGroup - // MNetworkOverride - // MNetworkOverride - // MNetworkOverride - // MNetworkOverride - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByName - // NetworkVarNames: m_pWeaponServices (CPlayer_WeaponServices*) - // NetworkVarNames: m_pItemServices (CPlayer_ItemServices*) - // NetworkVarNames: m_pAutoaimServices (CPlayer_AutoaimServices*) - // NetworkVarNames: m_pObserverServices (CPlayer_ObserverServices*) - // NetworkVarNames: m_pWaterServices (CPlayer_WaterServices*) - // NetworkVarNames: m_pUseServices (CPlayer_UseServices*) - // NetworkVarNames: m_pFlashlightServices (CPlayer_FlashlightServices*) - // NetworkVarNames: m_pCameraServices (CPlayer_CameraServices*) - // NetworkVarNames: m_pMovementServices (CPlayer_MovementServices*) - // NetworkVarNames: m_ServerViewAngleChanges (ViewAngleServerChange_t) - // NetworkVarNames: m_iHideHUD (uint32) - // NetworkVarNames: m_skybox3d (sky3dparams_t) - // NetworkVarNames: m_flDeathTime (GameTime_t) - // NetworkVarNames: m_hController (CHandle) - public static class C_BasePlayerPawn { - public const nint m_pWeaponServices = 0x10A0; // CPlayer_WeaponServices* - public const nint m_pItemServices = 0x10A8; // CPlayer_ItemServices* - public const nint m_pAutoaimServices = 0x10B0; // CPlayer_AutoaimServices* - public const nint m_pObserverServices = 0x10B8; // CPlayer_ObserverServices* - public const nint m_pWaterServices = 0x10C0; // CPlayer_WaterServices* - public const nint m_pUseServices = 0x10C8; // CPlayer_UseServices* - public const nint m_pFlashlightServices = 0x10D0; // CPlayer_FlashlightServices* - public const nint m_pCameraServices = 0x10D8; // CPlayer_CameraServices* - public const nint m_pMovementServices = 0x10E0; // CPlayer_MovementServices* - public const nint m_ServerViewAngleChanges = 0x10F0; // C_UtlVectorEmbeddedNetworkVar - public const nint m_nHighestConsumedServerViewAngleChangeIndex = 0x1140; // uint32 - public const nint v_angle = 0x1144; // QAngle - public const nint v_anglePrevious = 0x1150; // QAngle - public const nint m_iHideHUD = 0x115C; // uint32 - public const nint m_skybox3d = 0x1160; // sky3dparams_t - public const nint m_flDeathTime = 0x11F0; // GameTime_t - public const nint m_vecPredictionError = 0x11F4; // Vector - public const nint m_flPredictionErrorTime = 0x1200; // GameTime_t - public const nint m_vecLastCameraSetupLocalOrigin = 0x1204; // Vector - public const nint m_flLastCameraSetupTime = 0x1210; // GameTime_t - public const nint m_flFOVSensitivityAdjust = 0x1214; // float32 - public const nint m_flMouseSensitivity = 0x1218; // float32 - public const nint m_vOldOrigin = 0x121C; // Vector - public const nint m_flOldSimulationTime = 0x1228; // float32 - public const nint m_nLastExecutedCommandNumber = 0x122C; // int32 - public const nint m_nLastExecutedCommandTick = 0x1230; // int32 - public const nint m_hController = 0x1234; // CHandle - public const nint m_bIsSwappingToPredictableController = 0x1238; // bool - } - // Parent: None - // Fields count: 6 - // - // Metadata: - // MNetworkOverride - // NetworkVarNames: m_bShouldIgnoreOffsetAndAccuracy (bool) - // NetworkVarNames: m_nWeaponParity (uint32) - public static class C_CSGOViewModel { - public const nint m_bShouldIgnoreOffsetAndAccuracy = 0xF04; // bool - public const nint m_nWeaponParity = 0xF08; // uint32 - public const nint m_nOldWeaponParity = 0xF0C; // uint32 - public const nint m_nLastKnownAssociatedWeaponEntIndex = 0xF10; // CEntityIndex - public const nint m_bNeedToQueueHighResComposite = 0xF14; // bool - public const nint m_vLoweredWeaponOffset = 0xF74; // QAngle - } - // Parent: C_BasePlayerWeapon - // Fields count: 71 - // - // Metadata: - // MNetworkExcludeByName - // NetworkVarNames: m_flFireSequenceStartTime (float) - // NetworkVarNames: m_nFireSequenceStartTimeChange (int) - // NetworkVarNames: m_ePlayerFireEvent (PlayerAnimEvent_t) - // NetworkVarNames: m_ePlayerFireEventAttackType (WeaponAttackType_t) - // NetworkVarNames: m_iState (CSWeaponState_t) - // NetworkVarNames: m_nViewModelIndex (uint32) - // NetworkVarNames: m_flTimeWeaponIdle (GameTime_t) - // NetworkVarNames: m_weaponMode (CSWeaponMode) - // NetworkVarNames: m_fAccuracyPenalty (float) - // NetworkVarNames: m_iRecoilIndex (int) - // NetworkVarNames: m_flRecoilIndex (float) - // NetworkVarNames: m_bBurstMode (bool) - // NetworkVarNames: m_nPostponeFireReadyTicks (GameTick_t) - // NetworkVarNames: m_flPostponeFireReadyFrac (float) - // NetworkVarNames: m_bInReload (bool) - // NetworkVarNames: m_bReloadVisuallyComplete (bool) - // NetworkVarNames: m_flDroppedAtTime (GameTime_t) - // NetworkVarNames: m_bIsHauledBack (bool) - // NetworkVarNames: m_bSilencerOn (bool) - // NetworkVarNames: m_flTimeSilencerSwitchComplete (GameTime_t) - // NetworkVarNames: m_iOriginalTeamNumber (int) - // NetworkVarNames: m_hPrevOwner (CHandle) - // NetworkVarNames: m_nDropTick (GameTick_t) - // NetworkVarNames: m_fLastShotTime (GameTime_t) - // NetworkVarNames: m_iIronSightMode (int) - // NetworkVarNames: m_iNumEmptyAttacks (int) - public static class C_CSWeaponBase { - public const nint m_flFireSequenceStartTime = 0x24CC; // float32 - public const nint m_nFireSequenceStartTimeChange = 0x24D0; // int32 - public const nint m_nFireSequenceStartTimeAck = 0x24D4; // int32 - public const nint m_ePlayerFireEvent = 0x24D8; // PlayerAnimEvent_t - public const nint m_ePlayerFireEventAttackType = 0x24DC; // WeaponAttackType_t - public const nint m_seqIdle = 0x24E0; // HSequence - public const nint m_seqFirePrimary = 0x24E4; // HSequence - public const nint m_seqFireSecondary = 0x24E8; // HSequence - public const nint m_thirdPersonFireSequences = 0x24F0; // CUtlVector - public const nint m_hCurrentThirdPersonSequence = 0x2508; // HSequence - public const nint m_nSilencerBoneIndex = 0x250C; // int32 - public const nint m_thirdPersonSequences = 0x2510; // HSequence[7] - public const nint m_ClientPreviousWeaponState = 0x2548; // CSWeaponState_t - public const nint m_iState = 0x254C; // CSWeaponState_t - public const nint m_flCrosshairDistance = 0x2550; // float32 - public const nint m_iAmmoLastCheck = 0x2554; // int32 - public const nint m_iAlpha = 0x2558; // int32 - public const nint m_iScopeTextureID = 0x255C; // int32 - public const nint m_iCrosshairTextureID = 0x2560; // int32 - public const nint m_flGunAccuracyPositionDeprecated = 0x2564; // float32 - public const nint m_nLastEmptySoundCmdNum = 0x2568; // int32 - public const nint m_nViewModelIndex = 0x256C; // uint32 - public const nint m_bReloadsWithClips = 0x2570; // bool - public const nint m_flTimeWeaponIdle = 0x2574; // GameTime_t - public const nint m_bFireOnEmpty = 0x2578; // bool - public const nint m_OnPlayerPickup = 0x2580; // CEntityIOOutput - public const nint m_weaponMode = 0x25A8; // CSWeaponMode - public const nint m_flTurningInaccuracyDelta = 0x25AC; // float32 - public const nint m_vecTurningInaccuracyEyeDirLast = 0x25B0; // Vector - public const nint m_flTurningInaccuracy = 0x25BC; // float32 - public const nint m_fAccuracyPenalty = 0x25C0; // float32 - public const nint m_flLastAccuracyUpdateTime = 0x25C4; // GameTime_t - public const nint m_fAccuracySmoothedForZoom = 0x25C8; // float32 - public const nint m_fScopeZoomEndTime = 0x25CC; // GameTime_t - public const nint m_iRecoilIndex = 0x25D0; // int32 - public const nint m_flRecoilIndex = 0x25D4; // float32 - public const nint m_bBurstMode = 0x25D8; // bool - public const nint m_nPostponeFireReadyTicks = 0x25DC; // GameTick_t - public const nint m_flPostponeFireReadyFrac = 0x25E0; // float32 - public const nint m_bInReload = 0x25E4; // bool - public const nint m_bReloadVisuallyComplete = 0x25E5; // bool - public const nint m_flDroppedAtTime = 0x25E8; // GameTime_t - public const nint m_bIsHauledBack = 0x25EC; // bool - public const nint m_bSilencerOn = 0x25ED; // bool - public const nint m_flTimeSilencerSwitchComplete = 0x25F0; // GameTime_t - public const nint m_iOriginalTeamNumber = 0x25F4; // int32 - public const nint m_flNextAttackRenderTimeOffset = 0x25F8; // float32 - public const nint m_bVisualsDataSet = 0x2680; // bool - public const nint m_bOldFirstPersonSpectatedState = 0x2681; // bool - public const nint m_hOurPing = 0x2684; // CHandle - public const nint m_nOurPingIndex = 0x2688; // CEntityIndex - public const nint m_vecOurPingPos = 0x268C; // Vector - public const nint m_bGlowForPing = 0x2698; // bool - public const nint m_bUIWeapon = 0x2699; // bool - public const nint m_hPrevOwner = 0x26A8; // CHandle - public const nint m_nDropTick = 0x26AC; // GameTick_t - public const nint m_donated = 0x26CC; // bool - public const nint m_fLastShotTime = 0x26D0; // GameTime_t - public const nint m_bWasOwnedByCT = 0x26D4; // bool - public const nint m_bWasOwnedByTerrorist = 0x26D5; // bool - public const nint m_gunHeat = 0x26D8; // float32 - public const nint m_smokeAttachments = 0x26DC; // uint32 - public const nint m_lastSmokeTime = 0x26E0; // GameTime_t - public const nint m_flNextClientFireBulletTime = 0x26E4; // float32 - public const nint m_flNextClientFireBulletTime_Repredict = 0x26E8; // float32 - public const nint m_IronSightController = 0x27C0; // C_IronSightController - public const nint m_iIronSightMode = 0x2870; // int32 - public const nint m_flLastLOSTraceFailureTime = 0x2880; // GameTime_t - public const nint m_iNumEmptyAttacks = 0x2884; // int32 - public const nint m_flLastMagDropRequestTime = 0x2900; // GameTime_t - public const nint m_flWatTickOffset = 0x2904; // float32 - } - // Parent: C_CSWeaponBase - // Fields count: 6 - // - // Metadata: - // NetworkVarNames: m_zoomLevel (int) - // NetworkVarNames: m_iBurstShotsRemaining (int) - // NetworkVarNames: m_bNeedsBoltAction (bool) - public static class C_CSWeaponBaseGun { - public const nint m_zoomLevel = 0x2908; // int32 - public const nint m_iBurstShotsRemaining = 0x290C; // int32 - public const nint m_iSilencerBodygroup = 0x2910; // int32 - public const nint m_silencedModelIndex = 0x2920; // int32 - public const nint m_inPrecache = 0x2924; // bool - public const nint m_bNeedsBoltAction = 0x2925; // bool - } - // Parent: C_CSWeaponBase - // Fields count: 11 - // - // Metadata: - // NetworkVarNames: m_bStartedArming (bool) - // NetworkVarNames: m_fArmedTime (GameTime_t) - // NetworkVarNames: m_bBombPlacedAnimation (bool) - // NetworkVarNames: m_bIsPlantingViaUse (bool) - // NetworkVarNames: m_entitySpottedState (EntitySpottedState_t) - public static class C_C4 { - public const nint m_szScreenText = 0x2908; // char[32] - public const nint m_activeLightParticleIndex = 0x2928; // ParticleIndex_t - public const nint m_eActiveLightEffect = 0x292C; // C4LightEffect_t - public const nint m_bStartedArming = 0x2930; // bool - public const nint m_fArmedTime = 0x2934; // GameTime_t - public const nint m_bBombPlacedAnimation = 0x2938; // bool - public const nint m_bIsPlantingViaUse = 0x2939; // bool - public const nint m_entitySpottedState = 0x2940; // EntitySpottedState_t - public const nint m_nSpotRules = 0x2958; // int32 - public const nint m_bPlayedArmingBeeps = 0x295C; // bool[7] - public const nint m_bBombPlanted = 0x2963; // bool - } - // Parent: C_CSWeaponBaseGun - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_fFireTime (GameTime_t) - public static class C_WeaponTaser { - public const nint m_fFireTime = 0x2928; // GameTime_t - } - // Parent: C_CSWeaponBaseGun - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_flDisplayHealth (float) - public static class C_WeaponShield { - public const nint m_flDisplayHealth = 0x2928; // float32 - } - // Parent: C_BaseCSGrenadeProjectile - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_bIsIncGrenade (bool) - public static class C_MolotovProjectile { - public const nint m_bIsIncGrenade = 0x10EC; // bool - } - // Parent: C_BaseCSGrenadeProjectile - // Fields count: 3 - // - // Metadata: - // NetworkVarNames: m_nDecoyShotTick (int) - public static class C_DecoyProjectile { - public const nint m_nDecoyShotTick = 0x10EC; // int32 - public const nint m_nClientLastKnownDecoyShotTick = 0x10F0; // int32 - public const nint m_flTimeParticleEffectSpawn = 0x1118; // GameTime_t - } - // Parent: C_BaseCSGrenadeProjectile - // Fields count: 8 - // - // Metadata: - // NetworkVarNames: m_nSmokeEffectTickBegin (int) - // NetworkVarNames: m_bDidSmokeEffect (bool) - // NetworkVarNames: m_nRandomSeed (int) - // NetworkVarNames: m_vSmokeColor (Vector) - // NetworkVarNames: m_vSmokeDetonationPos (Vector) - // NetworkVarNames: m_VoxelFrameData (CUtlVector) - public static class C_SmokeGrenadeProjectile { - public const nint m_nSmokeEffectTickBegin = 0x10F8; // int32 - public const nint m_bDidSmokeEffect = 0x10FC; // bool - public const nint m_nRandomSeed = 0x1100; // int32 - public const nint m_vSmokeColor = 0x1104; // Vector - public const nint m_vSmokeDetonationPos = 0x1110; // Vector - public const nint m_VoxelFrameData = 0x1120; // CUtlVector - public const nint m_bSmokeVolumeDataReceived = 0x1138; // bool - public const nint m_bSmokeEffectSpawned = 0x1139; // bool - } - // Parent: C_CSWeaponBase - // Fields count: 14 - // - // Metadata: - // NetworkVarNames: m_bRedraw (bool) - // NetworkVarNames: m_bIsHeldByPlayer (bool) - // NetworkVarNames: m_bPinPulled (bool) - // NetworkVarNames: m_bJumpThrow (bool) - // NetworkVarNames: m_bThrowAnimating (bool) - // NetworkVarNames: m_fThrowTime (GameTime_t) - // NetworkVarNames: m_flThrowStrength (float) - // NetworkVarNames: m_flThrowStrengthApproach (float) - // NetworkVarNames: m_fDropTime (GameTime_t) - // NetworkVarNames: m_bJustPulledPin (bool) - // NetworkVarNames: m_nNextHoldTick (GameTick_t) - // NetworkVarNames: m_flNextHoldFrac (float) - // NetworkVarNames: m_hSwitchToWeaponAfterThrow (CHandle) - public static class C_BaseCSGrenade { - public const nint m_bClientPredictDelete = 0x2908; // bool - public const nint m_bRedraw = 0x2909; // bool - public const nint m_bIsHeldByPlayer = 0x290A; // bool - public const nint m_bPinPulled = 0x290B; // bool - public const nint m_bJumpThrow = 0x290C; // bool - public const nint m_bThrowAnimating = 0x290D; // bool - public const nint m_fThrowTime = 0x2910; // GameTime_t - public const nint m_flThrowStrength = 0x2914; // float32 - public const nint m_flThrowStrengthApproach = 0x2918; // float32 - public const nint m_fDropTime = 0x291C; // GameTime_t - public const nint m_bJustPulledPin = 0x2920; // bool - public const nint m_nNextHoldTick = 0x2924; // GameTick_t - public const nint m_flNextHoldFrac = 0x2928; // float32 - public const nint m_hSwitchToWeaponAfterThrow = 0x292C; // CHandle - } - // Parent: C_CSWeaponBase - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_SequenceCompleteTimer (CountdownTimer) - // NetworkVarNames: m_bRedraw (bool) - public static class C_WeaponBaseItem { - public const nint m_SequenceCompleteTimer = 0x2908; // CountdownTimer - public const nint m_bRedraw = 0x2920; // bool - } - // Parent: C_Item - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_OwningPlayer (CHandle) - // NetworkVarNames: m_KillingPlayer (CHandle) - public static class C_ItemDogtags { - public const nint m_OwningPlayer = 0x2564; // CHandle - public const nint m_KillingPlayer = 0x2568; // CHandle - } - // Parent: C_CSWeaponBase - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_bPlayingUninterruptableAct (bool) - // NetworkVarNames: m_nUninterruptableActivity (PlayerAnimEvent_t) - public static class C_Fists { - public const nint m_bPlayingUninterruptableAct = 0x2908; // bool - public const nint m_nUninterruptableActivity = 0x290C; // PlayerAnimEvent_t - } - // Parent: C_BasePlayerPawn - // Fields count: 142 - // - // Metadata: - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByUserGroup - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkIncludeByName - // NetworkVarNames: m_pPingServices (CCSPlayer_PingServices*) - // NetworkVarNames: m_pViewModelServices (CPlayer_ViewModelServices*) - // NetworkVarNames: m_bIsScoped (bool) - // NetworkVarNames: m_bIsWalking (bool) - // NetworkVarNames: m_bResumeZoom (bool) - // NetworkVarNames: m_iPlayerState (CSPlayerState) - // NetworkVarNames: m_bIsDefusing (bool) - // NetworkVarNames: m_bIsGrabbingHostage (bool) - // NetworkVarNames: m_iBlockingUseActionInProgress (CSPlayerBlockingUseAction_t) - // NetworkVarNames: m_bIsRescuing (bool) - // NetworkVarNames: m_fImmuneToGunGameDamageTime (GameTime_t) - // NetworkVarNames: m_bGunGameImmunity (bool) - // NetworkVarNames: m_GunGameImmunityColor (Color) - // NetworkVarNames: m_bHasMovedSinceSpawn (bool) - // NetworkVarNames: m_fMolotovUseTime (float) - // NetworkVarNames: m_fMolotovDamageTime (float) - // NetworkVarNames: m_nWhichBombZone (int) - // NetworkVarNames: m_bInNoDefuseArea (bool) - // NetworkVarNames: m_iThrowGrenadeCounter (int) - // NetworkVarNames: m_bWaitForNoAttack (bool) - // NetworkVarNames: m_flGuardianTooFarDistFrac (float) - // NetworkVarNames: m_flDetectedByEnemySensorTime (GameTime_t) - // NetworkVarNames: m_bKilledByTaser (bool) - // NetworkVarNames: m_iMoveState (int) - // NetworkVarNames: m_bCanMoveDuringFreezePeriod (bool) - // NetworkVarNames: m_flLowerBodyYawTarget (float) - // NetworkVarNames: m_bStrafing (bool) - // NetworkVarNames: m_flEmitSoundTime (GameTime_t) - // NetworkVarNames: m_iAddonBits (int) - // NetworkVarNames: m_iPrimaryAddon (int) - // NetworkVarNames: m_iSecondaryAddon (int) - // NetworkVarNames: m_iProgressBarDuration (int) - // NetworkVarNames: m_flProgressBarStartTime (float) - // NetworkVarNames: m_iDirection (int) - // NetworkVarNames: m_iShotsFired (int) - // NetworkVarNames: m_bNightVisionOn (bool) - // NetworkVarNames: m_bHasNightVision (bool) - // NetworkVarNames: m_flVelocityModifier (float) - // NetworkVarNames: m_flHitHeading (float) - // NetworkVarNames: m_nHitBodyPart (int) - // NetworkVarNames: m_iStartAccount (int) - // NetworkVarNames: m_flFlashMaxAlpha (float) - // NetworkVarNames: m_flFlashDuration (float) - // NetworkVarNames: m_unCurrentEquipmentValue (uint16) - // NetworkVarNames: m_unRoundStartEquipmentValue (uint16) - // NetworkVarNames: m_unFreezetimeEndEquipmentValue (uint16) - // NetworkVarNames: m_nHeavyAssaultSuitCooldownRemaining (int) - // NetworkVarNames: m_ArmorValue (int32) - // NetworkVarNames: m_bHud_MiniScoreHidden (bool) - // NetworkVarNames: m_bHud_RadarHidden (bool) - // NetworkVarNames: m_nLastKillerIndex (CEntityIndex) - // NetworkVarNames: m_nLastConcurrentKilled (int) - // NetworkVarNames: m_nDeathCamMusic (int) - // NetworkVarNames: m_cycleLatch (int) - // NetworkVarNames: m_vecPlayerPatchEconIndices (uint32) - // NetworkVarNames: m_bHideTargetID (bool) - // NetworkVarNames: m_entitySpottedState (EntitySpottedState_t) - // NetworkVarNames: m_nSurvivalTeamNumber (int) - // NetworkVarNames: m_bKilledByHeadshot (bool) - // NetworkVarNames: m_hOriginalController (CHandle) - public static class C_CSPlayerPawnBase { - public const nint m_pPingServices = 0x1260; // CCSPlayer_PingServices* - public const nint m_pViewModelServices = 0x1268; // CPlayer_ViewModelServices* - public const nint m_fRenderingClipPlane = 0x1278; // float32[4] - public const nint m_nLastClipPlaneSetupFrame = 0x1288; // int32 - public const nint m_vecLastClipCameraPos = 0x128C; // Vector - public const nint m_vecLastClipCameraForward = 0x1298; // Vector - public const nint m_bClipHitStaticWorld = 0x12A4; // bool - public const nint m_bCachedPlaneIsValid = 0x12A5; // bool - public const nint m_pClippingWeapon = 0x12A8; // C_CSWeaponBase* - public const nint m_previousPlayerState = 0x12B0; // CSPlayerState - public const nint m_flLastCollisionCeiling = 0x12B4; // float32 - public const nint m_flLastCollisionCeilingChangeTime = 0x12B8; // float32 - public const nint m_grenadeParameterStashTime = 0x12D8; // GameTime_t - public const nint m_bGrenadeParametersStashed = 0x12DC; // bool - public const nint m_angStashedShootAngles = 0x12E0; // QAngle - public const nint m_vecStashedGrenadeThrowPosition = 0x12EC; // Vector - public const nint m_vecStashedVelocity = 0x12F8; // Vector - public const nint m_angShootAngleHistory = 0x1304; // QAngle[2] - public const nint m_vecThrowPositionHistory = 0x131C; // Vector[2] - public const nint m_vecVelocityHistory = 0x1334; // Vector[2] - public const nint m_thirdPersonHeading = 0x1350; // QAngle - public const nint m_flSlopeDropOffset = 0x1368; // float32 - public const nint m_flSlopeDropHeight = 0x1378; // float32 - public const nint m_vHeadConstraintOffset = 0x1388; // Vector - public const nint m_bIsScoped = 0x13A0; // bool - public const nint m_bIsWalking = 0x13A1; // bool - public const nint m_bResumeZoom = 0x13A2; // bool - public const nint m_iPlayerState = 0x13A4; // CSPlayerState - public const nint m_bIsDefusing = 0x13A8; // bool - public const nint m_bIsGrabbingHostage = 0x13A9; // bool - public const nint m_iBlockingUseActionInProgress = 0x13AC; // CSPlayerBlockingUseAction_t - public const nint m_bIsRescuing = 0x13B0; // bool - public const nint m_fImmuneToGunGameDamageTime = 0x13B4; // GameTime_t - public const nint m_fImmuneToGunGameDamageTimeLast = 0x13B8; // GameTime_t - public const nint m_bGunGameImmunity = 0x13BC; // bool - public const nint m_GunGameImmunityColor = 0x13BD; // Color - public const nint m_bHasMovedSinceSpawn = 0x13C1; // bool - public const nint m_fMolotovUseTime = 0x13C4; // float32 - public const nint m_fMolotovDamageTime = 0x13C8; // float32 - public const nint m_nWhichBombZone = 0x13CC; // int32 - public const nint m_bInNoDefuseArea = 0x13D0; // bool - public const nint m_iThrowGrenadeCounter = 0x13D4; // int32 - public const nint m_bWaitForNoAttack = 0x13D8; // bool - public const nint m_flGuardianTooFarDistFrac = 0x13DC; // float32 - public const nint m_flDetectedByEnemySensorTime = 0x13E0; // GameTime_t - public const nint m_flNextGuardianTooFarWarning = 0x13E4; // float32 - public const nint m_bSuppressGuardianTooFarWarningAudio = 0x13E8; // bool - public const nint m_bKilledByTaser = 0x13E9; // bool - public const nint m_iMoveState = 0x13EC; // int32 - public const nint m_bCanMoveDuringFreezePeriod = 0x13F0; // bool - public const nint m_flLowerBodyYawTarget = 0x13F4; // float32 - public const nint m_bStrafing = 0x13F8; // bool - public const nint m_flLastSpawnTimeIndex = 0x13FC; // GameTime_t - public const nint m_flEmitSoundTime = 0x1400; // GameTime_t - public const nint m_iAddonBits = 0x1404; // int32 - public const nint m_iPrimaryAddon = 0x1408; // int32 - public const nint m_iSecondaryAddon = 0x140C; // int32 - public const nint m_iProgressBarDuration = 0x1410; // int32 - public const nint m_flProgressBarStartTime = 0x1414; // float32 - public const nint m_iDirection = 0x1418; // int32 - public const nint m_iShotsFired = 0x141C; // int32 - public const nint m_bNightVisionOn = 0x1420; // bool - public const nint m_bHasNightVision = 0x1421; // bool - public const nint m_flVelocityModifier = 0x1424; // float32 - public const nint m_flHitHeading = 0x1428; // float32 - public const nint m_nHitBodyPart = 0x142C; // int32 - public const nint m_iStartAccount = 0x1430; // int32 - public const nint m_vecIntroStartEyePosition = 0x1434; // Vector - public const nint m_vecIntroStartPlayerForward = 0x1440; // Vector - public const nint m_flClientDeathTime = 0x144C; // GameTime_t - public const nint m_flNightVisionAlpha = 0x1450; // float32 - public const nint m_bScreenTearFrameCaptured = 0x1454; // bool - public const nint m_flFlashBangTime = 0x1458; // float32 - public const nint m_flFlashScreenshotAlpha = 0x145C; // float32 - public const nint m_flFlashOverlayAlpha = 0x1460; // float32 - public const nint m_bFlashBuildUp = 0x1464; // bool - public const nint m_bFlashDspHasBeenCleared = 0x1465; // bool - public const nint m_bFlashScreenshotHasBeenGrabbed = 0x1466; // bool - public const nint m_flFlashMaxAlpha = 0x1468; // float32 - public const nint m_flFlashDuration = 0x146C; // float32 - public const nint m_lastStandingPos = 0x1470; // Vector - public const nint m_vecLastMuzzleFlashPos = 0x147C; // Vector - public const nint m_angLastMuzzleFlashAngle = 0x1488; // QAngle - public const nint m_hMuzzleFlashShape = 0x1494; // CHandle - public const nint m_iHealthBarRenderMaskIndex = 0x1498; // int32 - public const nint m_flHealthFadeValue = 0x149C; // float32 - public const nint m_flHealthFadeAlpha = 0x14A0; // float32 - public const nint m_nMyCollisionGroup = 0x14A4; // int32 - public const nint m_ignoreLadderJumpTime = 0x14A8; // float32 - public const nint m_ladderSurpressionTimer = 0x14B0; // CountdownTimer - public const nint m_lastLadderNormal = 0x14C8; // Vector - public const nint m_lastLadderPos = 0x14D4; // Vector - public const nint m_flDeathCCWeight = 0x14E8; // float32 - public const nint m_bOldIsScoped = 0x14EC; // bool - public const nint m_flPrevRoundEndTime = 0x14F0; // float32 - public const nint m_flPrevMatchEndTime = 0x14F4; // float32 - public const nint m_unCurrentEquipmentValue = 0x14F8; // uint16 - public const nint m_unRoundStartEquipmentValue = 0x14FA; // uint16 - public const nint m_unFreezetimeEndEquipmentValue = 0x14FC; // uint16 - public const nint m_vecThirdPersonViewPositionOverride = 0x1500; // Vector - public const nint m_nHeavyAssaultSuitCooldownRemaining = 0x150C; // int32 - public const nint m_ArmorValue = 0x1510; // int32 - public const nint m_angEyeAngles = 0x1518; // QAngle - public const nint m_fNextThinkPushAway = 0x1530; // float32 - public const nint m_bShouldAutobuyDMWeapons = 0x1534; // bool - public const nint m_bShouldAutobuyNow = 0x1535; // bool - public const nint m_bHud_MiniScoreHidden = 0x1536; // bool - public const nint m_bHud_RadarHidden = 0x1537; // bool - public const nint m_nLastKillerIndex = 0x1538; // CEntityIndex - public const nint m_nLastConcurrentKilled = 0x153C; // int32 - public const nint m_nDeathCamMusic = 0x1540; // int32 - public const nint m_iIDEntIndex = 0x1544; // CEntityIndex - public const nint m_delayTargetIDTimer = 0x1548; // CountdownTimer - public const nint m_iTargetedWeaponEntIndex = 0x1560; // CEntityIndex - public const nint m_iOldIDEntIndex = 0x1564; // CEntityIndex - public const nint m_holdTargetIDTimer = 0x1568; // CountdownTimer - public const nint m_flCurrentMusicStartTime = 0x1584; // float32 - public const nint m_flMusicRoundStartTime = 0x1588; // float32 - public const nint m_bDeferStartMusicOnWarmup = 0x158C; // bool - public const nint m_cycleLatch = 0x1590; // int32 - public const nint m_serverIntendedCycle = 0x1594; // float32 - public const nint m_vecPlayerPatchEconIndices = 0x1598; // uint32[5] - public const nint m_bHideTargetID = 0x15B4; // bool - public const nint m_flLastSmokeOverlayAlpha = 0x15B8; // float32 - public const nint m_flLastSmokeAge = 0x15BC; // float32 - public const nint m_vLastSmokeOverlayColor = 0x15C0; // Vector - public const nint m_nPlayerSmokedFx = 0x15CC; // ParticleIndex_t - public const nint m_nPlayerInfernoBodyFx = 0x15D0; // ParticleIndex_t - public const nint m_nPlayerInfernoFootFx = 0x15D4; // ParticleIndex_t - public const nint m_flNextMagDropTime = 0x15D8; // float32 - public const nint m_nLastMagDropAttachmentIndex = 0x15DC; // int32 - public const nint m_vecBulletHitModels = 0x15E0; // CUtlVector - public const nint m_vecPickupModelSlerpers = 0x15F8; // CUtlVector - public const nint m_vecLastAliveLocalVelocity = 0x1610; // Vector - public const nint m_entitySpottedState = 0x1638; // EntitySpottedState_t - public const nint m_nSurvivalTeamNumber = 0x1650; // int32 - public const nint m_bGuardianShouldSprayCustomXMark = 0x1654; // bool - public const nint m_bHasDeathInfo = 0x1655; // bool - public const nint m_flDeathInfoTime = 0x1658; // float32 - public const nint m_vecDeathInfoOrigin = 0x165C; // Vector - public const nint m_bKilledByHeadshot = 0x1668; // bool - public const nint m_hOriginalController = 0x166C; // CHandle - } - // Parent: C_CSPlayerPawnBase - // Fields count: 1 - // - // Metadata: - // MNetworkVarTypeOverride - // MNetworkIncludeByName - // MNetworkVarTypeOverride - // MNetworkIncludeByName - // MNetworkVarTypeOverride - // MNetworkIncludeByName - // MNetworkVarTypeOverride - // MNetworkIncludeByName - // MNetworkVarTypeOverride - // MNetworkIncludeByName - public static class C_CSObserverPawn { - public const nint m_hDetectParentChange = 0x16B4; // CEntityHandle - } - // Parent: C_CSPlayerPawnBase - // Fields count: 52 - // - // Metadata: - // NetworkVarNames: m_pBulletServices (CCSPlayer_BulletServices*) - // NetworkVarNames: m_pHostageServices (CCSPlayer_HostageServices*) - // NetworkVarNames: m_pBuyServices (CCSPlayer_BuyServices*) - // NetworkVarNames: m_pGlowServices (CCSPlayer_GlowServices*) - // NetworkVarNames: m_pActionTrackingServices (CCSPlayer_ActionTrackingServices*) - // MNetworkVarTypeOverride - // MNetworkIncludeByName - // MNetworkVarTypeOverride - // MNetworkIncludeByName - // MNetworkVarTypeOverride - // MNetworkIncludeByName - // MNetworkVarTypeOverride - // MNetworkIncludeByName - // MNetworkVarTypeOverride - // MNetworkIncludeByName - // MNetworkVarTypeOverride - // MNetworkIncludeByName - // MNetworkVarTypeOverride - // MNetworkIncludeByName - // NetworkVarNames: m_flHealthShotBoostExpirationTime (GameTime_t) - // NetworkVarNames: m_bHasFemaleVoice (bool) - // NetworkVarNames: m_szLastPlaceName (char) - // NetworkVarNames: m_bInBuyZone (bool) - // NetworkVarNames: m_aimPunchAngle (QAngle) - // NetworkVarNames: m_aimPunchAngleVel (QAngle) - // NetworkVarNames: m_aimPunchTickBase (int) - // NetworkVarNames: m_aimPunchTickFraction (float) - // NetworkVarNames: m_bInHostageRescueZone (bool) - // NetworkVarNames: m_bInBombZone (bool) - // NetworkVarNames: m_bIsBuyMenuOpen (bool) - // NetworkVarNames: m_flTimeOfLastInjury (GameTime_t) - // NetworkVarNames: m_flNextSprayDecalTime (GameTime_t) - // NetworkVarNames: m_iRetakesOffering (int) - // NetworkVarNames: m_iRetakesOfferingCard (int) - // NetworkVarNames: m_bRetakesHasDefuseKit (bool) - // NetworkVarNames: m_bRetakesMVPLastRound (bool) - // NetworkVarNames: m_iRetakesMVPBoostItem (int) - // NetworkVarNames: m_RetakesMVPBoostExtraUtility (loadout_slot_t) - // NetworkVarNames: m_EconGloves (CEconItemView) - // NetworkVarNames: m_nEconGlovesChanged (uint8) - // NetworkVarNames: m_nRagdollDamageBone (int) - // NetworkVarNames: m_vRagdollDamageForce (Vector) - // NetworkVarNames: m_vRagdollDamagePosition (Vector) - // NetworkVarNames: m_szRagdollDamageWeaponName (char) - // NetworkVarNames: m_bRagdollDamageHeadshot (bool) - // NetworkVarNames: m_vRagdollServerOrigin (Vector) - // NetworkVarNames: m_qDeathEyeAngles (QAngle) - public static class C_CSPlayerPawn { - public const nint m_pBulletServices = 0x16B8; // CCSPlayer_BulletServices* - public const nint m_pHostageServices = 0x16C0; // CCSPlayer_HostageServices* - public const nint m_pBuyServices = 0x16C8; // CCSPlayer_BuyServices* - public const nint m_pGlowServices = 0x16D0; // CCSPlayer_GlowServices* - public const nint m_pActionTrackingServices = 0x16D8; // CCSPlayer_ActionTrackingServices* - public const nint m_flHealthShotBoostExpirationTime = 0x16E0; // GameTime_t - public const nint m_flLastFiredWeaponTime = 0x16E4; // GameTime_t - public const nint m_bHasFemaleVoice = 0x16E8; // bool - public const nint m_flLandseconds = 0x16EC; // float32 - public const nint m_flOldFallVelocity = 0x16F0; // float32 - public const nint m_szLastPlaceName = 0x16F4; // char[18] - public const nint m_bPrevDefuser = 0x1706; // bool - public const nint m_bPrevHelmet = 0x1707; // bool - public const nint m_nPrevArmorVal = 0x1708; // int32 - public const nint m_nPrevGrenadeAmmoCount = 0x170C; // int32 - public const nint m_unPreviousWeaponHash = 0x1710; // uint32 - public const nint m_unWeaponHash = 0x1714; // uint32 - public const nint m_bInBuyZone = 0x1718; // bool - public const nint m_bPreviouslyInBuyZone = 0x1719; // bool - public const nint m_aimPunchAngle = 0x171C; // QAngle - public const nint m_aimPunchAngleVel = 0x1728; // QAngle - public const nint m_aimPunchTickBase = 0x1734; // int32 - public const nint m_aimPunchTickFraction = 0x1738; // float32 - public const nint m_aimPunchCache = 0x1740; // CUtlVector - public const nint m_bInLanding = 0x1760; // bool - public const nint m_flLandingTime = 0x1764; // float32 - public const nint m_bInHostageRescueZone = 0x1768; // bool - public const nint m_bInBombZone = 0x1769; // bool - public const nint m_bIsBuyMenuOpen = 0x176A; // bool - public const nint m_flTimeOfLastInjury = 0x176C; // GameTime_t - public const nint m_flNextSprayDecalTime = 0x1770; // GameTime_t - public const nint m_iRetakesOffering = 0x1888; // int32 - public const nint m_iRetakesOfferingCard = 0x188C; // int32 - public const nint m_bRetakesHasDefuseKit = 0x1890; // bool - public const nint m_bRetakesMVPLastRound = 0x1891; // bool - public const nint m_iRetakesMVPBoostItem = 0x1894; // int32 - public const nint m_RetakesMVPBoostExtraUtility = 0x1898; // loadout_slot_t - public const nint m_bNeedToReApplyGloves = 0x18B8; // bool - public const nint m_EconGloves = 0x18C0; // C_EconItemView - public const nint m_nEconGlovesChanged = 0x2C10; // uint8 - public const nint m_bMustSyncRagdollState = 0x2C11; // bool - public const nint m_nRagdollDamageBone = 0x2C14; // int32 - public const nint m_vRagdollDamageForce = 0x2C18; // Vector - public const nint m_vRagdollDamagePosition = 0x2C24; // Vector - public const nint m_szRagdollDamageWeaponName = 0x2C30; // char[64] - public const nint m_bRagdollDamageHeadshot = 0x2C70; // bool - public const nint m_vRagdollServerOrigin = 0x2C74; // Vector - public const nint m_bLastHeadBoneTransformIsValid = 0x3288; // bool - public const nint m_lastLandTime = 0x328C; // GameTime_t - public const nint m_bOnGroundLastTick = 0x3290; // bool - public const nint m_qDeathEyeAngles = 0x32AC; // QAngle - public const nint m_bSkipOneHeadConstraintUpdate = 0x32B8; // bool - } - // Parent: C_BaseCombatCharacter - // Fields count: 23 - // - // Metadata: - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkOverride - // NetworkVarNames: m_entitySpottedState (EntitySpottedState_t) - // NetworkVarNames: m_leader (CHandle) - // NetworkVarNames: m_reuseTimer (CountdownTimer) - // NetworkVarNames: m_vel (Vector) - // NetworkVarNames: m_isRescued (bool) - // NetworkVarNames: m_jumpedThisFrame (bool) - // NetworkVarNames: m_nHostageState (int) - // NetworkVarNames: m_bHandsHaveBeenCut (bool) - // NetworkVarNames: m_hHostageGrabber (CHandle) - // NetworkVarNames: m_flRescueStartTime (GameTime_t) - // NetworkVarNames: m_flGrabSuccessTime (GameTime_t) - // NetworkVarNames: m_flDropStartTime (GameTime_t) - public static class C_Hostage { - public const nint m_entitySpottedState = 0x10A0; // EntitySpottedState_t - public const nint m_leader = 0x10B8; // CHandle - public const nint m_reuseTimer = 0x10C0; // CountdownTimer - public const nint m_vel = 0x10D8; // Vector - public const nint m_isRescued = 0x10E4; // bool - public const nint m_jumpedThisFrame = 0x10E5; // bool - public const nint m_nHostageState = 0x10E8; // int32 - public const nint m_bHandsHaveBeenCut = 0x10EC; // bool - public const nint m_hHostageGrabber = 0x10F0; // CHandle - public const nint m_fLastGrabTime = 0x10F4; // GameTime_t - public const nint m_vecGrabbedPos = 0x10F8; // Vector - public const nint m_flRescueStartTime = 0x1104; // GameTime_t - public const nint m_flGrabSuccessTime = 0x1108; // GameTime_t - public const nint m_flDropStartTime = 0x110C; // GameTime_t - public const nint m_flDeadOrRescuedTime = 0x1110; // GameTime_t - public const nint m_blinkTimer = 0x1118; // CountdownTimer - public const nint m_lookAt = 0x1130; // Vector - public const nint m_lookAroundTimer = 0x1140; // CountdownTimer - public const nint m_isInit = 0x1158; // bool - public const nint m_eyeAttachment = 0x1159; // AttachmentHandle_t - public const nint m_chestAttachment = 0x115A; // AttachmentHandle_t - public const nint m_pPredictionOwner = 0x1160; // CBasePlayerController* - public const nint m_fNewestAlphaThinkTime = 0x1168; // GameTime_t - } - } -} diff --git a/output/linux/libclient.so.hpp b/output/linux/libclient.so.hpp deleted file mode 100644 index a0f4e59..0000000 --- a/output/linux/libclient.so.hpp +++ /dev/null @@ -1,5797 +0,0 @@ -// Generated using https://github.com/a2x/cs2-dumper -// 2024-03-29 21:16:02.890657436 UTC - -#pragma once - -#include - -namespace cs2_dumper { - namespace schemas { - // Module: libclient.so - // Classes count: 220 - // Enums count: 0 - namespace libclient { - // 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 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_sceneNode (CGameSceneNode) - namespace CBodyComponentPoint { - constexpr std::ptrdiff_t m_sceneNode = 0x60; // CGameSceneNode - constexpr std::ptrdiff_t __m_pChainEntity = 0x1C0; // CNetworkVarChainer - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_skeletonInstance (CSkeletonInstance) - namespace CBodyComponentSkeletonInstance { - constexpr std::ptrdiff_t m_skeletonInstance = 0x60; // CSkeletonInstance - constexpr std::ptrdiff_t __m_pChainEntity = 0x450; // CNetworkVarChainer - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_bvDisabledHitGroups (uint32) - namespace CHitboxComponent { - constexpr std::ptrdiff_t m_bvDisabledHitGroups = 0x24; // uint32[1] - } - // Parent: None - // Fields count: 66 - // - // Metadata: - // NetworkVarNames: m_Color (Color) - // NetworkVarNames: m_SecondaryColor (Color) - // NetworkVarNames: m_flBrightness (float) - // NetworkVarNames: m_flBrightnessScale (float) - // NetworkVarNames: m_flBrightnessMult (float) - // NetworkVarNames: m_flRange (float) - // NetworkVarNames: m_flFalloff (float) - // NetworkVarNames: m_flAttenuation0 (float) - // NetworkVarNames: m_flAttenuation1 (float) - // NetworkVarNames: m_flAttenuation2 (float) - // NetworkVarNames: m_flTheta (float) - // NetworkVarNames: m_flPhi (float) - // NetworkVarNames: m_hLightCookie (HRenderTextureStrong) - // NetworkVarNames: m_nCascades (int) - // NetworkVarNames: m_nCastShadows (int) - // NetworkVarNames: m_nShadowWidth (int) - // NetworkVarNames: m_nShadowHeight (int) - // NetworkVarNames: m_bRenderDiffuse (bool) - // NetworkVarNames: m_nRenderSpecular (int) - // NetworkVarNames: m_bRenderTransmissive (bool) - // NetworkVarNames: m_flOrthoLightWidth (float) - // NetworkVarNames: m_flOrthoLightHeight (float) - // NetworkVarNames: m_nStyle (int) - // NetworkVarNames: m_Pattern (CUtlString) - // NetworkVarNames: m_nCascadeRenderStaticObjects (int) - // NetworkVarNames: m_flShadowCascadeCrossFade (float) - // NetworkVarNames: m_flShadowCascadeDistanceFade (float) - // NetworkVarNames: m_flShadowCascadeDistance0 (float) - // NetworkVarNames: m_flShadowCascadeDistance1 (float) - // NetworkVarNames: m_flShadowCascadeDistance2 (float) - // NetworkVarNames: m_flShadowCascadeDistance3 (float) - // NetworkVarNames: m_nShadowCascadeResolution0 (int) - // NetworkVarNames: m_nShadowCascadeResolution1 (int) - // NetworkVarNames: m_nShadowCascadeResolution2 (int) - // NetworkVarNames: m_nShadowCascadeResolution3 (int) - // NetworkVarNames: m_bUsesBakedShadowing (bool) - // NetworkVarNames: m_nShadowPriority (int) - // NetworkVarNames: m_nBakedShadowIndex (int) - // NetworkVarNames: m_bRenderToCubemaps (bool) - // NetworkVarNames: m_nDirectLight (int) - // NetworkVarNames: m_nIndirectLight (int) - // NetworkVarNames: m_flFadeMinDist (float) - // NetworkVarNames: m_flFadeMaxDist (float) - // NetworkVarNames: m_flShadowFadeMinDist (float) - // NetworkVarNames: m_flShadowFadeMaxDist (float) - // NetworkVarNames: m_bEnabled (bool) - // NetworkVarNames: m_bFlicker (bool) - // NetworkVarNames: m_bPrecomputedFieldsValid (bool) - // NetworkVarNames: m_vPrecomputedBoundsMins (Vector) - // NetworkVarNames: m_vPrecomputedBoundsMaxs (Vector) - // NetworkVarNames: m_vPrecomputedOBBOrigin (Vector) - // NetworkVarNames: m_vPrecomputedOBBAngles (QAngle) - // NetworkVarNames: m_vPrecomputedOBBExtent (Vector) - // NetworkVarNames: m_flPrecomputedMaxRange (float) - // NetworkVarNames: m_nFogLightingMode (int) - // NetworkVarNames: m_flFogContributionStength (float) - // NetworkVarNames: m_flNearClipPlane (float) - // NetworkVarNames: m_SkyColor (Color) - // NetworkVarNames: m_flSkyIntensity (float) - // NetworkVarNames: m_SkyAmbientBounce (Color) - // NetworkVarNames: m_bUseSecondaryColor (bool) - // NetworkVarNames: m_bMixedShadows (bool) - // NetworkVarNames: m_flLightStyleStartTime (GameTime_t) - // NetworkVarNames: m_flCapsuleLength (float) - // NetworkVarNames: m_flMinRoughness (float) - namespace CLightComponent { - constexpr std::ptrdiff_t __m_pChainEntity = 0x58; // CNetworkVarChainer - constexpr std::ptrdiff_t m_Color = 0x95; // Color - constexpr std::ptrdiff_t m_SecondaryColor = 0x99; // Color - constexpr std::ptrdiff_t m_flBrightness = 0xA0; // float32 - constexpr std::ptrdiff_t m_flBrightnessScale = 0xA4; // float32 - constexpr std::ptrdiff_t m_flBrightnessMult = 0xA8; // float32 - constexpr std::ptrdiff_t m_flRange = 0xAC; // float32 - constexpr std::ptrdiff_t m_flFalloff = 0xB0; // float32 - constexpr std::ptrdiff_t m_flAttenuation0 = 0xB4; // float32 - constexpr std::ptrdiff_t m_flAttenuation1 = 0xB8; // float32 - constexpr std::ptrdiff_t m_flAttenuation2 = 0xBC; // float32 - constexpr std::ptrdiff_t m_flTheta = 0xC0; // float32 - constexpr std::ptrdiff_t m_flPhi = 0xC4; // float32 - constexpr std::ptrdiff_t m_hLightCookie = 0xC8; // CStrongHandle - constexpr std::ptrdiff_t m_nCascades = 0xD0; // int32 - constexpr std::ptrdiff_t m_nCastShadows = 0xD4; // int32 - constexpr std::ptrdiff_t m_nShadowWidth = 0xD8; // int32 - constexpr std::ptrdiff_t m_nShadowHeight = 0xDC; // int32 - constexpr std::ptrdiff_t m_bRenderDiffuse = 0xE0; // bool - constexpr std::ptrdiff_t m_nRenderSpecular = 0xE4; // int32 - constexpr std::ptrdiff_t m_bRenderTransmissive = 0xE8; // bool - constexpr std::ptrdiff_t m_flOrthoLightWidth = 0xEC; // float32 - constexpr std::ptrdiff_t m_flOrthoLightHeight = 0xF0; // float32 - constexpr std::ptrdiff_t m_nStyle = 0xF4; // int32 - constexpr std::ptrdiff_t m_Pattern = 0xF8; // CUtlString - constexpr std::ptrdiff_t m_nCascadeRenderStaticObjects = 0x100; // int32 - constexpr std::ptrdiff_t m_flShadowCascadeCrossFade = 0x104; // float32 - constexpr std::ptrdiff_t m_flShadowCascadeDistanceFade = 0x108; // float32 - constexpr std::ptrdiff_t m_flShadowCascadeDistance0 = 0x10C; // float32 - constexpr std::ptrdiff_t m_flShadowCascadeDistance1 = 0x110; // float32 - constexpr std::ptrdiff_t m_flShadowCascadeDistance2 = 0x114; // float32 - constexpr std::ptrdiff_t m_flShadowCascadeDistance3 = 0x118; // float32 - constexpr std::ptrdiff_t m_nShadowCascadeResolution0 = 0x11C; // int32 - constexpr std::ptrdiff_t m_nShadowCascadeResolution1 = 0x120; // int32 - constexpr std::ptrdiff_t m_nShadowCascadeResolution2 = 0x124; // int32 - constexpr std::ptrdiff_t m_nShadowCascadeResolution3 = 0x128; // int32 - constexpr std::ptrdiff_t m_bUsesBakedShadowing = 0x12C; // bool - constexpr std::ptrdiff_t m_nShadowPriority = 0x130; // int32 - constexpr std::ptrdiff_t m_nBakedShadowIndex = 0x134; // int32 - constexpr std::ptrdiff_t m_bRenderToCubemaps = 0x138; // bool - constexpr std::ptrdiff_t m_nDirectLight = 0x13C; // int32 - constexpr std::ptrdiff_t m_nIndirectLight = 0x140; // int32 - constexpr std::ptrdiff_t m_flFadeMinDist = 0x144; // float32 - constexpr std::ptrdiff_t m_flFadeMaxDist = 0x148; // float32 - constexpr std::ptrdiff_t m_flShadowFadeMinDist = 0x14C; // float32 - constexpr std::ptrdiff_t m_flShadowFadeMaxDist = 0x150; // float32 - constexpr std::ptrdiff_t m_bEnabled = 0x154; // bool - constexpr std::ptrdiff_t m_bFlicker = 0x155; // bool - constexpr std::ptrdiff_t m_bPrecomputedFieldsValid = 0x156; // bool - constexpr std::ptrdiff_t m_vPrecomputedBoundsMins = 0x158; // Vector - constexpr std::ptrdiff_t m_vPrecomputedBoundsMaxs = 0x164; // Vector - constexpr std::ptrdiff_t m_vPrecomputedOBBOrigin = 0x170; // Vector - constexpr std::ptrdiff_t m_vPrecomputedOBBAngles = 0x17C; // QAngle - constexpr std::ptrdiff_t m_vPrecomputedOBBExtent = 0x188; // Vector - constexpr std::ptrdiff_t m_flPrecomputedMaxRange = 0x194; // float32 - constexpr std::ptrdiff_t m_nFogLightingMode = 0x198; // int32 - constexpr std::ptrdiff_t m_flFogContributionStength = 0x19C; // float32 - constexpr std::ptrdiff_t m_flNearClipPlane = 0x1A0; // float32 - constexpr std::ptrdiff_t m_SkyColor = 0x1A4; // Color - constexpr std::ptrdiff_t m_flSkyIntensity = 0x1A8; // float32 - constexpr std::ptrdiff_t m_SkyAmbientBounce = 0x1AC; // Color - constexpr std::ptrdiff_t m_bUseSecondaryColor = 0x1B0; // bool - constexpr std::ptrdiff_t m_bMixedShadows = 0x1B1; // bool - constexpr std::ptrdiff_t m_flLightStyleStartTime = 0x1B4; // GameTime_t - constexpr std::ptrdiff_t m_flCapsuleLength = 0x1B8; // float32 - constexpr std::ptrdiff_t m_flMinRoughness = 0x1BC; // float32 - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MPulseProvideFeatureTag - // MPulseLibraryBindings - namespace CBasePlayerControllerAPI { - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // NetworkVarNames: nType (FixAngleSet_t) - // NetworkVarNames: qAngle (QAngle) - // NetworkVarNames: nIndex (uint32) - namespace ViewAngleServerChange_t { - constexpr std::ptrdiff_t nType = 0x30; // FixAngleSet_t - constexpr std::ptrdiff_t qAngle = 0x34; // QAngle - constexpr std::ptrdiff_t nIndex = 0x40; // uint32 - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MPulseProvideFeatureTag - // MPulseLibraryBindings - namespace CDynamicPropAPI { - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // NetworkVarNames: localSound (Vector) - // NetworkVarNames: soundscapeIndex (int32) - // NetworkVarNames: localBits (uint8) - // NetworkVarNames: soundscapeEntityListIndex (int) - // NetworkVarNames: soundEventHash (uint32) - namespace audioparams_t { - constexpr std::ptrdiff_t localSound = 0x8; // Vector[8] - constexpr std::ptrdiff_t soundscapeIndex = 0x68; // int32 - constexpr std::ptrdiff_t localBits = 0x6C; // uint8 - constexpr std::ptrdiff_t soundscapeEntityListIndex = 0x70; // int32 - constexpr std::ptrdiff_t soundEventHash = 0x74; // uint32 - } - // Parent: None - // Fields count: 20 - // - // Metadata: - // NetworkVarNames: m_vecCsViewPunchAngle (QAngle) - // NetworkVarNames: m_nCsViewPunchAngleTick (GameTick_t) - // NetworkVarNames: m_flCsViewPunchAngleTickRatio (float32) - // NetworkVarNames: m_PlayerFog (fogplayerparams_t) - // NetworkVarNames: m_hColorCorrectionCtrl (CHandle) - // NetworkVarNames: m_hViewEntity (CHandle) - // NetworkVarNames: m_hTonemapController (CHandle) - // NetworkVarNames: m_audio (audioparams_t) - // NetworkVarNames: m_PostProcessingVolumes (CHandle) - namespace CPlayer_CameraServices { - constexpr std::ptrdiff_t m_vecCsViewPunchAngle = 0x40; // QAngle - constexpr std::ptrdiff_t m_nCsViewPunchAngleTick = 0x4C; // GameTick_t - constexpr std::ptrdiff_t m_flCsViewPunchAngleTickRatio = 0x50; // float32 - constexpr std::ptrdiff_t m_PlayerFog = 0x58; // C_fogplayerparams_t - constexpr std::ptrdiff_t m_hColorCorrectionCtrl = 0x98; // CHandle - constexpr std::ptrdiff_t m_hViewEntity = 0x9C; // CHandle - constexpr std::ptrdiff_t m_hTonemapController = 0xA0; // CHandle - constexpr std::ptrdiff_t m_audio = 0xA8; // audioparams_t - constexpr std::ptrdiff_t m_PostProcessingVolumes = 0x120; // C_NetworkUtlVectorBase> - constexpr std::ptrdiff_t m_flOldPlayerZ = 0x138; // float32 - constexpr std::ptrdiff_t m_flOldPlayerViewOffsetZ = 0x13C; // float32 - constexpr std::ptrdiff_t m_CurrentFog = 0x140; // fogparams_t - constexpr std::ptrdiff_t m_hOldFogController = 0x1A8; // CHandle - constexpr std::ptrdiff_t m_bOverrideFogColor = 0x1AC; // bool[5] - constexpr std::ptrdiff_t m_OverrideFogColor = 0x1B1; // Color[5] - constexpr std::ptrdiff_t m_bOverrideFogStartEnd = 0x1C5; // bool[5] - constexpr std::ptrdiff_t m_fOverrideFogStart = 0x1CC; // float32[5] - constexpr std::ptrdiff_t m_fOverrideFogEnd = 0x1E0; // float32[5] - constexpr std::ptrdiff_t m_hActivePostProcessingVolume = 0x1F4; // CHandle - constexpr std::ptrdiff_t m_angDemoViewAngles = 0x1F8; // QAngle - } - // Parent: None - // Fields count: 15 - // - // Metadata: - // NetworkVarNames: m_nToggleButtonDownMask (ButtonBitMask_t) - // NetworkVarNames: m_flMaxspeed (float32) - // NetworkVarNames: m_arrForceSubtickMoveWhen (float32) - namespace CPlayer_MovementServices { - constexpr std::ptrdiff_t m_nImpulse = 0x40; // int32 - constexpr std::ptrdiff_t m_nButtons = 0x48; // CInButtonState - constexpr std::ptrdiff_t m_nQueuedButtonDownMask = 0x68; // uint64 - constexpr std::ptrdiff_t m_nQueuedButtonChangeMask = 0x70; // uint64 - constexpr std::ptrdiff_t m_nButtonDoublePressed = 0x78; // uint64 - constexpr std::ptrdiff_t m_pButtonPressedCmdNumber = 0x80; // uint32[64] - constexpr std::ptrdiff_t m_nLastCommandNumberProcessed = 0x180; // uint32 - constexpr std::ptrdiff_t m_nToggleButtonDownMask = 0x188; // uint64 - constexpr std::ptrdiff_t m_flMaxspeed = 0x198; // float32 - constexpr std::ptrdiff_t m_arrForceSubtickMoveWhen = 0x19C; // float32[4] - constexpr std::ptrdiff_t m_flForwardMove = 0x1AC; // float32 - constexpr std::ptrdiff_t m_flLeftMove = 0x1B0; // float32 - constexpr std::ptrdiff_t m_flUpMove = 0x1B4; // float32 - constexpr std::ptrdiff_t m_vecLastMovementImpulses = 0x1B8; // Vector - constexpr std::ptrdiff_t m_vecOldViewAngles = 0x1C4; // QAngle - } - // Parent: CPlayer_MovementServices - // Fields count: 12 - // - // Metadata: - // NetworkVarNames: m_flFallVelocity (float32) - // NetworkVarNames: m_bInCrouch (bool) - // NetworkVarNames: m_nCrouchState (uint32) - // NetworkVarNames: m_flCrouchTransitionStartTime (GameTime_t) - // NetworkVarNames: m_bDucked (bool) - // NetworkVarNames: m_bDucking (bool) - // NetworkVarNames: m_bInDuckJump (bool) - namespace CPlayer_MovementServices_Humanoid { - constexpr std::ptrdiff_t m_flStepSoundTime = 0x1D8; // float32 - constexpr std::ptrdiff_t m_flFallVelocity = 0x1DC; // float32 - constexpr std::ptrdiff_t m_bInCrouch = 0x1E0; // bool - constexpr std::ptrdiff_t m_nCrouchState = 0x1E4; // uint32 - constexpr std::ptrdiff_t m_flCrouchTransitionStartTime = 0x1E8; // GameTime_t - constexpr std::ptrdiff_t m_bDucked = 0x1EC; // bool - constexpr std::ptrdiff_t m_bDucking = 0x1ED; // bool - constexpr std::ptrdiff_t m_bInDuckJump = 0x1EE; // bool - constexpr std::ptrdiff_t m_groundNormal = 0x1F0; // Vector - constexpr std::ptrdiff_t m_flSurfaceFriction = 0x1FC; // float32 - constexpr std::ptrdiff_t m_surfaceProps = 0x200; // CUtlStringToken - constexpr std::ptrdiff_t m_nStepside = 0x210; // int32 - } - // Parent: None - // Fields count: 6 - // - // Metadata: - // NetworkVarNames: m_iObserverMode (uint8) - // NetworkVarNames: m_hObserverTarget (CHandle) - namespace CPlayer_ObserverServices { - constexpr std::ptrdiff_t m_iObserverMode = 0x40; // uint8 - constexpr std::ptrdiff_t m_hObserverTarget = 0x44; // CHandle - constexpr std::ptrdiff_t m_iObserverLastMode = 0x48; // ObserverMode_t - constexpr std::ptrdiff_t m_bForcedObserverMode = 0x4C; // bool - constexpr std::ptrdiff_t m_flObserverChaseDistance = 0x50; // float32 - constexpr std::ptrdiff_t m_flObserverChaseDistanceCalcTime = 0x54; // GameTime_t - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // NetworkVarNames: m_hMyWeapons (CHandle) - // NetworkVarNames: m_hActiveWeapon (CHandle) - // NetworkVarNames: m_hLastWeapon (CHandle) - // NetworkVarNames: m_iAmmo (uint16) - namespace CPlayer_WeaponServices { - constexpr std::ptrdiff_t m_hMyWeapons = 0x40; // C_NetworkUtlVectorBase> - constexpr std::ptrdiff_t m_hActiveWeapon = 0x58; // CHandle - constexpr std::ptrdiff_t m_hLastWeapon = 0x5C; // CHandle - constexpr std::ptrdiff_t m_iAmmo = 0x60; // uint16[32] - } - // Parent: CBodyComponentSkeletonInstance - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_animationController (CBaseAnimGraphController) - namespace CBodyComponentBaseAnimGraph { - constexpr std::ptrdiff_t m_animationController = 0x478; // CBaseAnimGraphController - constexpr std::ptrdiff_t __m_pChainEntity = 0x1C68; // CNetworkVarChainer - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_ID (CUtlStringToken) - // NetworkVarNames: m_Values (Vector4D) - namespace EntityRenderAttribute_t { - constexpr std::ptrdiff_t m_ID = 0x30; // CUtlStringToken - constexpr std::ptrdiff_t m_Values = 0x34; // Vector4D - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // NetworkVarNames: m_Handle (ModelConfigHandle_t) - // NetworkVarNames: m_Name (string_t) - // NetworkVarNames: m_AssociatedEntities (CHandle) - // NetworkVarNames: m_AssociatedEntityNames (string_t) - namespace ActiveModelConfig_t { - constexpr std::ptrdiff_t m_Handle = 0x28; // ModelConfigHandle_t - constexpr std::ptrdiff_t m_Name = 0x30; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_AssociatedEntities = 0x38; // C_NetworkUtlVectorBase> - constexpr std::ptrdiff_t m_AssociatedEntityNames = 0x50; // C_NetworkUtlVectorBase - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_hOwner (CEntityHandle) - // NetworkVarNames: m_name (CUtlStringToken) - namespace CGameSceneNodeHandle { - constexpr std::ptrdiff_t m_hOwner = 0x8; // CEntityHandle - constexpr std::ptrdiff_t m_name = 0xC; // CUtlStringToken - } - // Parent: None - // Fields count: 32 - // - // Metadata: - // NetworkVarNames: m_hParent (CGameSceneNodeHandle) - // NetworkVarNames: m_vecOrigin (CNetworkOriginCellCoordQuantizedVector) - // NetworkVarNames: m_angRotation (QAngle) - // NetworkVarNames: m_flScale (float) - // NetworkVarNames: m_name (CUtlStringToken) - // NetworkVarNames: m_hierarchyAttachName (CUtlStringToken) - namespace CGameSceneNode { - constexpr std::ptrdiff_t m_nodeToWorld = 0x10; // CTransform - constexpr std::ptrdiff_t m_pOwner = 0x30; // CEntityInstance* - constexpr std::ptrdiff_t m_pParent = 0x38; // CGameSceneNode* - constexpr std::ptrdiff_t m_pChild = 0x40; // CGameSceneNode* - constexpr std::ptrdiff_t m_pNextSibling = 0x48; // CGameSceneNode* - constexpr std::ptrdiff_t m_hParent = 0x70; // CGameSceneNodeHandle - constexpr std::ptrdiff_t m_vecOrigin = 0x80; // CNetworkOriginCellCoordQuantizedVector - constexpr std::ptrdiff_t m_angRotation = 0xB8; // QAngle - constexpr std::ptrdiff_t m_flScale = 0xC4; // float32 - constexpr std::ptrdiff_t m_vecAbsOrigin = 0xC8; // Vector - constexpr std::ptrdiff_t m_angAbsRotation = 0xD4; // QAngle - constexpr std::ptrdiff_t m_flAbsScale = 0xE0; // float32 - constexpr std::ptrdiff_t m_nParentAttachmentOrBone = 0xE4; // int16 - constexpr std::ptrdiff_t m_bDebugAbsOriginChanges = 0xE6; // bool - constexpr std::ptrdiff_t m_bDormant = 0xE7; // bool - constexpr std::ptrdiff_t m_bForceParentToBeNetworked = 0xE8; // bool - constexpr std::ptrdiff_t m_bDirtyHierarchy = 0x0; // bitfield:1 - constexpr std::ptrdiff_t m_bDirtyBoneMergeInfo = 0x0; // bitfield:1 - constexpr std::ptrdiff_t m_bNetworkedPositionChanged = 0x0; // bitfield:1 - constexpr std::ptrdiff_t m_bNetworkedAnglesChanged = 0x0; // bitfield:1 - constexpr std::ptrdiff_t m_bNetworkedScaleChanged = 0x0; // bitfield:1 - constexpr std::ptrdiff_t m_bWillBeCallingPostDataUpdate = 0x0; // bitfield:1 - constexpr std::ptrdiff_t m_bBoneMergeFlex = 0x0; // bitfield:1 - constexpr std::ptrdiff_t m_nLatchAbsOrigin = 0x0; // bitfield:2 - constexpr std::ptrdiff_t m_bDirtyBoneMergeBoneToRoot = 0x0; // bitfield:1 - constexpr std::ptrdiff_t m_nHierarchicalDepth = 0xEB; // uint8 - constexpr std::ptrdiff_t m_nHierarchyType = 0xEC; // uint8 - constexpr std::ptrdiff_t m_nDoNotSetAnimTimeInInvalidatePhysicsCount = 0xED; // uint8 - constexpr std::ptrdiff_t m_name = 0xF0; // CUtlStringToken - constexpr std::ptrdiff_t m_hierarchyAttachName = 0x140; // CUtlStringToken - constexpr std::ptrdiff_t m_flZOffset = 0x144; // float32 - constexpr std::ptrdiff_t m_vRenderOrigin = 0x148; // Vector - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // NetworkVarNames: m_hSequence (HSequence) - // NetworkVarNames: m_flPrevCycle (float32) - // NetworkVarNames: m_flCycle (float32) - namespace CNetworkedSequenceOperation { - constexpr std::ptrdiff_t m_hSequence = 0x8; // HSequence - constexpr std::ptrdiff_t m_flPrevCycle = 0xC; // float32 - constexpr std::ptrdiff_t m_flCycle = 0x10; // float32 - constexpr std::ptrdiff_t m_flWeight = 0x14; // CNetworkedQuantizedFloat - constexpr std::ptrdiff_t m_bSequenceChangeNetworked = 0x1C; // bool - constexpr std::ptrdiff_t m_bDiscontinuity = 0x1D; // bool - constexpr std::ptrdiff_t m_flPrevCycleFromDiscontinuity = 0x20; // float32 - constexpr std::ptrdiff_t m_flPrevCycleForAnimEventDetection = 0x24; // float32 - } - // Parent: None - // Fields count: 7 - // - // Metadata: - // NetworkVarNames: m_hModel (HModelStrong) - // NetworkVarNames: m_bClientClothCreationSuppressed (bool) - // NetworkVarNames: m_MeshGroupMask (MeshGroupMask_t) - // NetworkVarNames: m_nIdealMotionType (int8) - namespace CModelState { - constexpr std::ptrdiff_t m_hModel = 0xA0; // CStrongHandle - constexpr std::ptrdiff_t m_ModelName = 0xA8; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_bClientClothCreationSuppressed = 0xE8; // bool - constexpr std::ptrdiff_t m_MeshGroupMask = 0x180; // uint64 - constexpr std::ptrdiff_t m_nIdealMotionType = 0x212; // int8 - constexpr std::ptrdiff_t m_nForceLOD = 0x213; // int8 - constexpr std::ptrdiff_t m_nClothUpdateFlags = 0x214; // int8 - } - // Parent: CGameSceneNode - // Fields count: 8 - // - // Metadata: - // NetworkVarNames: m_modelState (CModelState) - // NetworkVarNames: m_bIsAnimationEnabled (bool) - // NetworkVarNames: m_bUseParentRenderBounds (bool) - // NetworkVarNames: m_materialGroup (CUtlStringToken) - // NetworkVarNames: m_nHitboxSet (uint8) - namespace CSkeletonInstance { - constexpr std::ptrdiff_t m_modelState = 0x160; // CModelState - constexpr std::ptrdiff_t m_bIsAnimationEnabled = 0x380; // bool - constexpr std::ptrdiff_t m_bUseParentRenderBounds = 0x381; // bool - constexpr std::ptrdiff_t m_bDisableSolidCollisionsForHierarchy = 0x382; // bool - constexpr std::ptrdiff_t m_bDirtyMotionType = 0x0; // bitfield:1 - constexpr std::ptrdiff_t m_bIsGeneratingLatchedParentSpaceState = 0x0; // bitfield:1 - constexpr std::ptrdiff_t m_materialGroup = 0x384; // CUtlStringToken - constexpr std::ptrdiff_t m_nHitboxSet = 0x388; // uint8 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_timestamp (GameTime_t) - // NetworkVarNames: m_nWorldGroupId (WorldGroupId_t) - namespace IntervalTimer { - constexpr std::ptrdiff_t m_timestamp = 0x8; // GameTime_t - constexpr std::ptrdiff_t m_nWorldGroupId = 0xC; // WorldGroupId_t - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // NetworkVarNames: m_duration (float32) - // NetworkVarNames: m_timestamp (GameTime_t) - // NetworkVarNames: m_timescale (float32) - // NetworkVarNames: m_nWorldGroupId (WorldGroupId_t) - namespace CountdownTimer { - constexpr std::ptrdiff_t m_duration = 0x8; // float32 - constexpr std::ptrdiff_t m_timestamp = 0xC; // GameTime_t - constexpr std::ptrdiff_t m_timescale = 0x10; // float32 - constexpr std::ptrdiff_t m_nWorldGroupId = 0x14; // WorldGroupId_t - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // NetworkVarNames: m_duration (float32) - // NetworkVarNames: m_timestamp (float32) - // NetworkVarNames: m_timescale (float32) - namespace EngineCountdownTimer { - constexpr std::ptrdiff_t m_duration = 0x8; // float32 - constexpr std::ptrdiff_t m_timestamp = 0xC; // float32 - constexpr std::ptrdiff_t m_timescale = 0x10; // float32 - } - // Parent: IntervalTimer - // Fields count: 7 - // - // Metadata: - // NetworkVarNames: m_flValues (float) - // NetworkVarNames: m_nValueCounts (int) - // NetworkVarNames: m_nBucketCount (int) - // NetworkVarNames: m_flInterval (float) - // NetworkVarNames: m_flFinalValue (float) - // NetworkVarNames: m_nCompressionType (TimelineCompression_t) - // NetworkVarNames: m_bStopped (bool) - namespace CTimeline { - constexpr std::ptrdiff_t m_flValues = 0x10; // float32[64] - constexpr std::ptrdiff_t m_nValueCounts = 0x110; // int32[64] - constexpr std::ptrdiff_t m_nBucketCount = 0x210; // int32 - constexpr std::ptrdiff_t m_flInterval = 0x214; // float32 - constexpr std::ptrdiff_t m_flFinalValue = 0x218; // float32 - constexpr std::ptrdiff_t m_nCompressionType = 0x21C; // TimelineCompression_t - constexpr std::ptrdiff_t m_bStopped = 0x220; // bool - } - // Parent: None - // Fields count: 24 - // - // Metadata: - // NetworkVarNames: m_PredNetBoolVariables (uint32) - // NetworkVarNames: m_PredNetByteVariables (byte) - // NetworkVarNames: m_PredNetUInt16Variables (uint16) - // NetworkVarNames: m_PredNetIntVariables (int32) - // NetworkVarNames: m_PredNetUInt32Variables (uint32) - // NetworkVarNames: m_PredNetUInt64Variables (uint64) - // NetworkVarNames: m_PredNetFloatVariables (float) - // NetworkVarNames: m_PredNetVectorVariables (Vector) - // NetworkVarNames: m_PredNetQuaternionVariables (Quaternion) - // NetworkVarNames: m_PredNetGlobalSymbolVariables (CGlobalSymbol) - // NetworkVarNames: m_OwnerOnlyPredNetBoolVariables (uint32) - // NetworkVarNames: m_OwnerOnlyPredNetByteVariables (byte) - // NetworkVarNames: m_OwnerOnlyPredNetUInt16Variables (uint16) - // NetworkVarNames: m_OwnerOnlyPredNetIntVariables (int32) - // NetworkVarNames: m_OwnerOnlyPredNetUInt32Variables (uint32) - // NetworkVarNames: m_OwnerOnlyPredNetUInt64Variables (uint64) - // NetworkVarNames: m_OwnerOnlyPredNetFloatVariables (float) - // NetworkVarNames: m_OwnerOnlyPredNetVectorVariables (Vector) - // NetworkVarNames: m_OwnerOnlyPredNetQuaternionVariables (Quaternion) - // NetworkVarNames: m_OwnerOnlyPredNetGlobalSymbolVariables (CGlobalSymbol) - // NetworkVarNames: m_nBoolVariablesCount (int) - // NetworkVarNames: m_nOwnerOnlyBoolVariablesCount (int) - // NetworkVarNames: m_nRandomSeedOffset (int) - // NetworkVarNames: m_flLastTeleportTime (float) - namespace CAnimGraphNetworkedVariables { - constexpr std::ptrdiff_t m_PredNetBoolVariables = 0x8; // C_NetworkUtlVectorBase - constexpr std::ptrdiff_t m_PredNetByteVariables = 0x20; // C_NetworkUtlVectorBase - constexpr std::ptrdiff_t m_PredNetUInt16Variables = 0x38; // C_NetworkUtlVectorBase - constexpr std::ptrdiff_t m_PredNetIntVariables = 0x50; // C_NetworkUtlVectorBase - constexpr std::ptrdiff_t m_PredNetUInt32Variables = 0x68; // C_NetworkUtlVectorBase - constexpr std::ptrdiff_t m_PredNetUInt64Variables = 0x80; // C_NetworkUtlVectorBase - constexpr std::ptrdiff_t m_PredNetFloatVariables = 0x98; // C_NetworkUtlVectorBase - constexpr std::ptrdiff_t m_PredNetVectorVariables = 0xB0; // C_NetworkUtlVectorBase - constexpr std::ptrdiff_t m_PredNetQuaternionVariables = 0xC8; // C_NetworkUtlVectorBase - constexpr std::ptrdiff_t m_PredNetGlobalSymbolVariables = 0xE0; // C_NetworkUtlVectorBase - constexpr std::ptrdiff_t m_OwnerOnlyPredNetBoolVariables = 0xF8; // C_NetworkUtlVectorBase - constexpr std::ptrdiff_t m_OwnerOnlyPredNetByteVariables = 0x110; // C_NetworkUtlVectorBase - constexpr std::ptrdiff_t m_OwnerOnlyPredNetUInt16Variables = 0x128; // C_NetworkUtlVectorBase - constexpr std::ptrdiff_t m_OwnerOnlyPredNetIntVariables = 0x140; // C_NetworkUtlVectorBase - constexpr std::ptrdiff_t m_OwnerOnlyPredNetUInt32Variables = 0x158; // C_NetworkUtlVectorBase - constexpr std::ptrdiff_t m_OwnerOnlyPredNetUInt64Variables = 0x170; // C_NetworkUtlVectorBase - constexpr std::ptrdiff_t m_OwnerOnlyPredNetFloatVariables = 0x188; // C_NetworkUtlVectorBase - constexpr std::ptrdiff_t m_OwnerOnlyPredNetVectorVariables = 0x1A0; // C_NetworkUtlVectorBase - constexpr std::ptrdiff_t m_OwnerOnlyPredNetQuaternionVariables = 0x1B8; // C_NetworkUtlVectorBase - constexpr std::ptrdiff_t m_OwnerOnlyPredNetGlobalSymbolVariables = 0x1D0; // C_NetworkUtlVectorBase - constexpr std::ptrdiff_t m_nBoolVariablesCount = 0x1E8; // int32 - constexpr std::ptrdiff_t m_nOwnerOnlyBoolVariablesCount = 0x1EC; // int32 - constexpr std::ptrdiff_t m_nRandomSeedOffset = 0x1F0; // int32 - constexpr std::ptrdiff_t m_flLastTeleportTime = 0x1F4; // float32 - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MPulseProvideFeatureTag - // MPulseLibraryBindings - namespace C_BaseEntityAPI { - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MPulseProvideFeatureTag - // MPulseLibraryBindings - namespace CTakeDamageInfoAPI { - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MPulseLibraryBindings - namespace CClientPointEntityAPI { - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MPulseInstanceDomainInfo - // MPulseLibraryBindings - // MPulseDomainOptInFeatureTag - namespace CPulseGraphInstance_ClientEntity { - constexpr std::ptrdiff_t m_pParent = 0xD8; // CClientScriptEntity* - } - // Parent: CEntityInstance - // Fields count: 80 - // - // Metadata: - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByUserGroup - // MNetworkExcludeByUserGroup - // MNetworkExcludeByUserGroup - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByName - // NetworkVarNames: m_CBodyComponent (CBodyComponent::Storage_t) - // NetworkVarNames: m_iMaxHealth (int32) - // NetworkVarNames: m_iHealth (int32) - // NetworkVarNames: m_lifeState (uint8) - // NetworkVarNames: m_bTakesDamage (bool) - // NetworkVarNames: m_nTakeDamageFlags (TakeDamageFlags_t) - // NetworkVarNames: m_bIsPlatform (bool) - // NetworkVarNames: m_ubInterpolationFrame (uint8) - // NetworkVarNames: m_nSubclassID (EntitySubclassID_t) - // NetworkVarNames: m_flAnimTime (float32) - // NetworkVarNames: m_flSimulationTime (float32) - // NetworkVarNames: m_flCreateTime (GameTime_t) - // NetworkVarNames: m_bClientSideRagdoll (bool) - // NetworkVarNames: m_iTeamNum (uint8) - // NetworkVarNames: m_spawnflags (uint32) - // NetworkVarNames: m_nNextThinkTick (GameTick_t) - // NetworkVarNames: m_fFlags (uint32) - // NetworkVarNames: m_vecBaseVelocity (Vector) - // NetworkVarNames: m_hEffectEntity (CHandle) - // NetworkVarNames: m_hOwnerEntity (CHandle) - // NetworkVarNames: m_MoveCollide (MoveCollide_t) - // NetworkVarNames: m_MoveType (MoveType_t) - // NetworkVarNames: m_flWaterLevel (float32) - // NetworkVarNames: m_fEffects (uint32) - // NetworkVarNames: m_hGroundEntity (CHandle) - // NetworkVarNames: m_flFriction (float32) - // NetworkVarNames: m_flElasticity (float32) - // NetworkVarNames: m_flGravityScale (float32) - // NetworkVarNames: m_flTimeScale (float32) - // NetworkVarNames: m_bAnimatedEveryTick (bool) - // NetworkVarNames: m_flNavIgnoreUntilTime (GameTime_t) - namespace C_BaseEntity { - constexpr std::ptrdiff_t m_CBodyComponent = 0x38; // CBodyComponent* - constexpr std::ptrdiff_t m_NetworkTransmitComponent = 0x40; // CNetworkTransmitComponent - constexpr std::ptrdiff_t m_nLastThinkTick = 0x488; // GameTick_t - constexpr std::ptrdiff_t m_pGameSceneNode = 0x490; // CGameSceneNode* - constexpr std::ptrdiff_t m_pRenderComponent = 0x498; // CRenderComponent* - constexpr std::ptrdiff_t m_pCollision = 0x4A0; // CCollisionProperty* - constexpr std::ptrdiff_t m_iMaxHealth = 0x4A8; // int32 - constexpr std::ptrdiff_t m_iHealth = 0x4AC; // int32 - constexpr std::ptrdiff_t m_lifeState = 0x4B0; // uint8 - constexpr std::ptrdiff_t m_bTakesDamage = 0x4B1; // bool - constexpr std::ptrdiff_t m_nTakeDamageFlags = 0x4B4; // TakeDamageFlags_t - constexpr std::ptrdiff_t m_bIsPlatform = 0x4B8; // bool - constexpr std::ptrdiff_t m_ubInterpolationFrame = 0x4B9; // uint8 - constexpr std::ptrdiff_t m_hSceneObjectController = 0x4BC; // CHandle - constexpr std::ptrdiff_t m_nNoInterpolationTick = 0x4C0; // int32 - constexpr std::ptrdiff_t m_nVisibilityNoInterpolationTick = 0x4C4; // int32 - constexpr std::ptrdiff_t m_flProxyRandomValue = 0x4C8; // float32 - constexpr std::ptrdiff_t m_iEFlags = 0x4CC; // int32 - constexpr std::ptrdiff_t m_nWaterType = 0x4D0; // uint8 - constexpr std::ptrdiff_t m_bInterpolateEvenWithNoModel = 0x4D1; // bool - constexpr std::ptrdiff_t m_bPredictionEligible = 0x4D2; // bool - constexpr std::ptrdiff_t m_bApplyLayerMatchIDToModel = 0x4D3; // bool - constexpr std::ptrdiff_t m_tokLayerMatchID = 0x4D4; // CUtlStringToken - constexpr std::ptrdiff_t m_nSubclassID = 0x4D8; // CUtlStringToken - constexpr std::ptrdiff_t m_nSimulationTick = 0x4E8; // int32 - constexpr std::ptrdiff_t m_iCurrentThinkContext = 0x4EC; // int32 - constexpr std::ptrdiff_t m_aThinkFunctions = 0x4F0; // CUtlVector - constexpr std::ptrdiff_t m_nDisableContextThinkStartTick = 0x508; // GameTick_t - constexpr std::ptrdiff_t m_flAnimTime = 0x50C; // float32 - constexpr std::ptrdiff_t m_flSimulationTime = 0x510; // float32 - constexpr std::ptrdiff_t m_nSceneObjectOverrideFlags = 0x514; // uint8 - constexpr std::ptrdiff_t m_bHasSuccessfullyInterpolated = 0x515; // bool - constexpr std::ptrdiff_t m_bHasAddedVarsToInterpolation = 0x516; // bool - constexpr std::ptrdiff_t m_bRenderEvenWhenNotSuccessfullyInterpolated = 0x517; // bool - constexpr std::ptrdiff_t m_nInterpolationLatchDirtyFlags = 0x518; // int32[2] - constexpr std::ptrdiff_t m_ListEntry = 0x520; // uint16[11] - constexpr std::ptrdiff_t m_flCreateTime = 0x538; // GameTime_t - constexpr std::ptrdiff_t m_flSpeed = 0x53C; // float32 - constexpr std::ptrdiff_t m_EntClientFlags = 0x540; // uint16 - constexpr std::ptrdiff_t m_bClientSideRagdoll = 0x542; // bool - constexpr std::ptrdiff_t m_iTeamNum = 0x543; // uint8 - constexpr std::ptrdiff_t m_spawnflags = 0x544; // uint32 - constexpr std::ptrdiff_t m_nNextThinkTick = 0x548; // GameTick_t - constexpr std::ptrdiff_t m_fFlags = 0x54C; // uint32 - constexpr std::ptrdiff_t m_vecAbsVelocity = 0x550; // Vector - constexpr std::ptrdiff_t m_vecVelocity = 0x560; // CNetworkVelocityVector - constexpr std::ptrdiff_t m_vecBaseVelocity = 0x590; // Vector - constexpr std::ptrdiff_t m_hEffectEntity = 0x59C; // CHandle - constexpr std::ptrdiff_t m_hOwnerEntity = 0x5A0; // CHandle - constexpr std::ptrdiff_t m_MoveCollide = 0x5A4; // MoveCollide_t - constexpr std::ptrdiff_t m_MoveType = 0x5A5; // MoveType_t - constexpr std::ptrdiff_t m_nActualMoveType = 0x5A6; // MoveType_t - constexpr std::ptrdiff_t m_flWaterLevel = 0x5A8; // float32 - constexpr std::ptrdiff_t m_fEffects = 0x5AC; // uint32 - constexpr std::ptrdiff_t m_hGroundEntity = 0x5B0; // CHandle - constexpr std::ptrdiff_t m_flFriction = 0x5B4; // float32 - constexpr std::ptrdiff_t m_flElasticity = 0x5B8; // float32 - constexpr std::ptrdiff_t m_flGravityScale = 0x5BC; // float32 - constexpr std::ptrdiff_t m_flTimeScale = 0x5C0; // float32 - constexpr std::ptrdiff_t m_bAnimatedEveryTick = 0x5C4; // bool - constexpr std::ptrdiff_t m_flNavIgnoreUntilTime = 0x5C8; // GameTime_t - constexpr std::ptrdiff_t m_hThink = 0x5CC; // uint16 - constexpr std::ptrdiff_t m_fBBoxVisFlags = 0x5D8; // uint8 - constexpr std::ptrdiff_t m_bPredictable = 0x5D9; // bool - constexpr std::ptrdiff_t m_bRenderWithViewModels = 0x5DA; // bool - constexpr std::ptrdiff_t m_nSplitUserPlayerPredictionSlot = 0x5DC; // CSplitScreenSlot - constexpr std::ptrdiff_t m_nFirstPredictableCommand = 0x5E0; // int32 - constexpr std::ptrdiff_t m_nLastPredictableCommand = 0x5E4; // int32 - constexpr std::ptrdiff_t m_hOldMoveParent = 0x5E8; // CHandle - constexpr std::ptrdiff_t m_Particles = 0x5F0; // CParticleProperty - constexpr std::ptrdiff_t m_vecPredictedScriptFloats = 0x618; // CUtlVector - constexpr std::ptrdiff_t m_vecPredictedScriptFloatIDs = 0x630; // CUtlVector - constexpr std::ptrdiff_t m_nNextScriptVarRecordID = 0x660; // int32 - constexpr std::ptrdiff_t m_vecAngVelocity = 0x670; // QAngle - constexpr std::ptrdiff_t m_DataChangeEventRef = 0x67C; // int32 - constexpr std::ptrdiff_t m_dependencies = 0x680; // CUtlVector - constexpr std::ptrdiff_t m_nCreationTick = 0x698; // int32 - constexpr std::ptrdiff_t m_bAnimTimeChanged = 0x6B9; // bool - constexpr std::ptrdiff_t m_bSimulationTimeChanged = 0x6BA; // bool - constexpr std::ptrdiff_t m_sUniqueHammerID = 0x6C8; // CUtlString - } - // Parent: C_BaseEntity - // Fields count: 18 - // - // Metadata: - // MNetworkIncludeByUserGroup - // NetworkVarNames: m_MinFalloff (float32) - // NetworkVarNames: m_MaxFalloff (float32) - // NetworkVarNames: m_flFadeInDuration (float32) - // NetworkVarNames: m_flFadeOutDuration (float32) - // NetworkVarNames: m_flMaxWeight (float32) - // NetworkVarNames: m_flCurWeight (float32) - // NetworkVarNames: m_netlookupFilename (char) - // NetworkVarNames: m_bEnabled (bool) - // NetworkVarNames: m_bMaster (bool) - // NetworkVarNames: m_bClientSide (bool) - // NetworkVarNames: m_bExclusive (bool) - namespace C_ColorCorrection { - constexpr std::ptrdiff_t m_vecOrigin = 0x6D0; // Vector - constexpr std::ptrdiff_t m_MinFalloff = 0x6DC; // float32 - constexpr std::ptrdiff_t m_MaxFalloff = 0x6E0; // float32 - constexpr std::ptrdiff_t m_flFadeInDuration = 0x6E4; // float32 - constexpr std::ptrdiff_t m_flFadeOutDuration = 0x6E8; // float32 - constexpr std::ptrdiff_t m_flMaxWeight = 0x6EC; // float32 - constexpr std::ptrdiff_t m_flCurWeight = 0x6F0; // float32 - constexpr std::ptrdiff_t m_netlookupFilename = 0x6F4; // char[512] - constexpr std::ptrdiff_t m_bEnabled = 0x8F4; // bool - constexpr std::ptrdiff_t m_bMaster = 0x8F5; // bool - constexpr std::ptrdiff_t m_bClientSide = 0x8F6; // bool - constexpr std::ptrdiff_t m_bExclusive = 0x8F7; // bool - constexpr std::ptrdiff_t m_bEnabledOnClient = 0x8F8; // bool[1] - constexpr std::ptrdiff_t m_flCurWeightOnClient = 0x8FC; // float32[1] - constexpr std::ptrdiff_t m_bFadingIn = 0x900; // bool[1] - constexpr std::ptrdiff_t m_flFadeStartWeight = 0x904; // float32[1] - constexpr std::ptrdiff_t m_flFadeStartTime = 0x908; // float32[1] - constexpr std::ptrdiff_t m_flFadeDuration = 0x90C; // float32[1] - } - // Parent: C_BaseEntity - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_EnvWindShared (CEnvWindShared) - namespace C_EnvWindClientside { - constexpr std::ptrdiff_t m_EnvWindShared = 0x6D0; // C_EnvWindShared - } - // Parent: C_BaseEntity - // Fields count: 3 - // - // Metadata: - // NetworkVarNames: m_hEntAttached (CHandle) - // NetworkVarNames: m_bCheapEffect (bool) - namespace C_EntityFlame { - constexpr std::ptrdiff_t m_hEntAttached = 0x6D0; // CHandle - constexpr std::ptrdiff_t m_hOldAttached = 0x6F8; // CHandle - constexpr std::ptrdiff_t m_bCheapEffect = 0x6FC; // bool - } - // Parent: None - // Fields count: 30 - // - // Metadata: - // NetworkVarNames: m_hTargetEntity (CHandle) - // NetworkVarNames: m_bState (bool) - // NetworkVarNames: m_bAlwaysUpdate (bool) - // NetworkVarNames: m_flLightFOV (float32) - // NetworkVarNames: m_bEnableShadows (bool) - // NetworkVarNames: m_bSimpleProjection (bool) - // NetworkVarNames: m_bLightOnlyTarget (bool) - // NetworkVarNames: m_bLightWorld (bool) - // NetworkVarNames: m_bCameraSpace (bool) - // NetworkVarNames: m_flBrightnessScale (float32) - // NetworkVarNames: m_LightColor (Color) - // NetworkVarNames: m_flIntensity (float32) - // NetworkVarNames: m_flLinearAttenuation (float32) - // NetworkVarNames: m_flQuadraticAttenuation (float32) - // NetworkVarNames: m_bVolumetric (bool) - // NetworkVarNames: m_flVolumetricIntensity (float32) - // NetworkVarNames: m_flNoiseStrength (float32) - // NetworkVarNames: m_flFlashlightTime (float32) - // NetworkVarNames: m_nNumPlanes (uint32) - // NetworkVarNames: m_flPlaneOffset (float32) - // NetworkVarNames: m_flColorTransitionTime (float32) - // NetworkVarNames: m_flAmbient (float32) - // NetworkVarNames: m_SpotlightTextureName (char) - // NetworkVarNames: m_nSpotlightTextureFrame (int32) - // NetworkVarNames: m_nShadowQuality (uint32) - // NetworkVarNames: m_flNearZ (float32) - // NetworkVarNames: m_flFarZ (float32) - // NetworkVarNames: m_flProjectionSize (float32) - // NetworkVarNames: m_flRotation (float32) - // NetworkVarNames: m_bFlipHorizontal (bool) - namespace CProjectedTextureBase { - constexpr std::ptrdiff_t m_hTargetEntity = 0xC; // CHandle - constexpr std::ptrdiff_t m_bState = 0x10; // bool - constexpr std::ptrdiff_t m_bAlwaysUpdate = 0x11; // bool - constexpr std::ptrdiff_t m_flLightFOV = 0x14; // float32 - constexpr std::ptrdiff_t m_bEnableShadows = 0x18; // bool - constexpr std::ptrdiff_t m_bSimpleProjection = 0x19; // bool - constexpr std::ptrdiff_t m_bLightOnlyTarget = 0x1A; // bool - constexpr std::ptrdiff_t m_bLightWorld = 0x1B; // bool - constexpr std::ptrdiff_t m_bCameraSpace = 0x1C; // bool - constexpr std::ptrdiff_t m_flBrightnessScale = 0x20; // float32 - constexpr std::ptrdiff_t m_LightColor = 0x24; // Color - constexpr std::ptrdiff_t m_flIntensity = 0x28; // float32 - constexpr std::ptrdiff_t m_flLinearAttenuation = 0x2C; // float32 - constexpr std::ptrdiff_t m_flQuadraticAttenuation = 0x30; // float32 - constexpr std::ptrdiff_t m_bVolumetric = 0x34; // bool - constexpr std::ptrdiff_t m_flVolumetricIntensity = 0x38; // float32 - constexpr std::ptrdiff_t m_flNoiseStrength = 0x3C; // float32 - constexpr std::ptrdiff_t m_flFlashlightTime = 0x40; // float32 - constexpr std::ptrdiff_t m_nNumPlanes = 0x44; // uint32 - constexpr std::ptrdiff_t m_flPlaneOffset = 0x48; // float32 - constexpr std::ptrdiff_t m_flColorTransitionTime = 0x4C; // float32 - constexpr std::ptrdiff_t m_flAmbient = 0x50; // float32 - constexpr std::ptrdiff_t m_SpotlightTextureName = 0x54; // char[512] - constexpr std::ptrdiff_t m_nSpotlightTextureFrame = 0x254; // int32 - constexpr std::ptrdiff_t m_nShadowQuality = 0x258; // uint32 - constexpr std::ptrdiff_t m_flNearZ = 0x25C; // float32 - constexpr std::ptrdiff_t m_flFarZ = 0x260; // float32 - constexpr std::ptrdiff_t m_flProjectionSize = 0x264; // float32 - constexpr std::ptrdiff_t m_flRotation = 0x268; // float32 - constexpr std::ptrdiff_t m_bFlipHorizontal = 0x26C; // bool - } - // Parent: C_BaseEntity - // Fields count: 4 - // - // Metadata: - // NetworkVarNames: m_flScale (float32) - // NetworkVarNames: m_flStartScale (float32) - // NetworkVarNames: m_flScaleTime (float) - // NetworkVarNames: m_nFlags (uint32) - namespace C_BaseFire { - constexpr std::ptrdiff_t m_flScale = 0x6D0; // float32 - constexpr std::ptrdiff_t m_flStartScale = 0x6D4; // float32 - constexpr std::ptrdiff_t m_flScaleTime = 0x6D8; // float32 - constexpr std::ptrdiff_t m_nFlags = 0x6DC; // uint32 - } - // Parent: C_BaseFire - // Fields count: 13 - // - // Metadata: - // MNetworkOverride - // MNetworkOverride - // NetworkVarNames: m_nFlameModelIndex (int32) - // NetworkVarNames: m_nFlameFromAboveModelIndex (int32) - namespace C_FireSmoke { - constexpr std::ptrdiff_t m_nFlameModelIndex = 0x6E0; // int32 - constexpr std::ptrdiff_t m_nFlameFromAboveModelIndex = 0x6E4; // int32 - constexpr std::ptrdiff_t m_flScaleRegister = 0x6E8; // float32 - constexpr std::ptrdiff_t m_flScaleStart = 0x6EC; // float32 - constexpr std::ptrdiff_t m_flScaleEnd = 0x6F0; // float32 - constexpr std::ptrdiff_t m_flScaleTimeStart = 0x6F4; // GameTime_t - constexpr std::ptrdiff_t m_flScaleTimeEnd = 0x6F8; // GameTime_t - constexpr std::ptrdiff_t m_flChildFlameSpread = 0x6FC; // float32 - constexpr std::ptrdiff_t m_flClipPerc = 0x710; // float32 - constexpr std::ptrdiff_t m_bClipTested = 0x714; // bool - constexpr std::ptrdiff_t m_bFadingOut = 0x715; // bool - constexpr std::ptrdiff_t m_tParticleSpawn = 0x718; // TimedEvent - constexpr std::ptrdiff_t m_pFireOverlay = 0x720; // CFireOverlay* - } - // Parent: C_BaseEntity - // Fields count: 4 - // - // Metadata: - // NetworkVarNames: m_skyboxData (sky3dparams_t) - // NetworkVarNames: m_skyboxSlotToken (CUtlStringToken) - namespace C_SkyCamera { - constexpr std::ptrdiff_t m_skyboxData = 0x6D0; // sky3dparams_t - constexpr std::ptrdiff_t m_skyboxSlotToken = 0x760; // CUtlStringToken - constexpr std::ptrdiff_t m_bUseAngles = 0x764; // bool - constexpr std::ptrdiff_t m_pNext = 0x768; // C_SkyCamera* - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // NetworkVarNames: m_nInteractsAs (uint64) - // NetworkVarNames: m_nInteractsWith (uint64) - // NetworkVarNames: m_nInteractsExclude (uint64) - // NetworkVarNames: m_nEntityId (uint32) - // NetworkVarNames: m_nOwnerId (uint32) - // NetworkVarNames: m_nHierarchyId (uint16) - // NetworkVarNames: m_nCollisionGroup (uint8) - // NetworkVarNames: m_nCollisionFunctionMask (uint8) - namespace VPhysicsCollisionAttribute_t { - constexpr std::ptrdiff_t m_nInteractsAs = 0x8; // uint64 - constexpr std::ptrdiff_t m_nInteractsWith = 0x10; // uint64 - constexpr std::ptrdiff_t m_nInteractsExclude = 0x18; // uint64 - constexpr std::ptrdiff_t m_nEntityId = 0x20; // uint32 - constexpr std::ptrdiff_t m_nOwnerId = 0x24; // uint32 - constexpr std::ptrdiff_t m_nHierarchyId = 0x28; // uint16 - constexpr std::ptrdiff_t m_nCollisionGroup = 0x2A; // uint8 - constexpr std::ptrdiff_t m_nCollisionFunctionMask = 0x2B; // uint8 - } - // Parent: None - // Fields count: 17 - // - // Metadata: - // NetworkVarNames: m_collisionAttribute (VPhysicsCollisionAttribute_t) - // NetworkVarNames: m_vecMins (Vector) - // NetworkVarNames: m_vecMaxs (Vector) - // NetworkVarNames: m_usSolidFlags (uint8) - // NetworkVarNames: m_nSolidType (SolidType_t) - // NetworkVarNames: m_triggerBloat (uint8) - // NetworkVarNames: m_nSurroundType (SurroundingBoundsType_t) - // NetworkVarNames: m_CollisionGroup (uint8) - // NetworkVarNames: m_nEnablePhysics (uint8) - // NetworkVarNames: m_vecSpecifiedSurroundingMins (Vector) - // NetworkVarNames: m_vecSpecifiedSurroundingMaxs (Vector) - // NetworkVarNames: m_vCapsuleCenter1 (Vector) - // NetworkVarNames: m_vCapsuleCenter2 (Vector) - // NetworkVarNames: m_flCapsuleRadius (float) - namespace CCollisionProperty { - constexpr std::ptrdiff_t m_collisionAttribute = 0x10; // VPhysicsCollisionAttribute_t - constexpr std::ptrdiff_t m_vecMins = 0x40; // Vector - constexpr std::ptrdiff_t m_vecMaxs = 0x4C; // Vector - constexpr std::ptrdiff_t m_usSolidFlags = 0x5A; // uint8 - constexpr std::ptrdiff_t m_nSolidType = 0x5B; // SolidType_t - constexpr std::ptrdiff_t m_triggerBloat = 0x5C; // uint8 - constexpr std::ptrdiff_t m_nSurroundType = 0x5D; // SurroundingBoundsType_t - constexpr std::ptrdiff_t m_CollisionGroup = 0x5E; // uint8 - constexpr std::ptrdiff_t m_nEnablePhysics = 0x5F; // uint8 - constexpr std::ptrdiff_t m_flBoundingRadius = 0x60; // float32 - constexpr std::ptrdiff_t m_vecSpecifiedSurroundingMins = 0x64; // Vector - constexpr std::ptrdiff_t m_vecSpecifiedSurroundingMaxs = 0x70; // Vector - constexpr std::ptrdiff_t m_vecSurroundingMaxs = 0x7C; // Vector - constexpr std::ptrdiff_t m_vecSurroundingMins = 0x88; // Vector - constexpr std::ptrdiff_t m_vCapsuleCenter1 = 0x94; // Vector - constexpr std::ptrdiff_t m_vCapsuleCenter2 = 0xA0; // Vector - constexpr std::ptrdiff_t m_flCapsuleRadius = 0xAC; // float32 - } - // Parent: None - // Fields count: 21 - // - // Metadata: - // NetworkVarNames: m_vOrigin (Vector) - // NetworkVarNames: m_vStart (Vector) - // NetworkVarNames: m_vNormal (Vector) - // NetworkVarNames: m_vAngles (QAngle) - // NetworkVarNames: m_hEntity (CEntityHandle) - // NetworkVarNames: m_hOtherEntity (CEntityHandle) - // NetworkVarNames: m_flScale (float32) - // NetworkVarNames: m_flMagnitude (float32) - // NetworkVarNames: m_flRadius (float32) - // NetworkVarNames: m_nSurfaceProp (CUtlStringToken) - // NetworkVarNames: m_nEffectIndex (HParticleSystemDefinition) - // NetworkVarNames: m_nDamageType (uint32) - // NetworkVarNames: m_nPenetrate (uint8) - // NetworkVarNames: m_nMaterial (uint16) - // NetworkVarNames: m_nHitBox (uint16) - // NetworkVarNames: m_nColor (uint8) - // NetworkVarNames: m_fFlags (uint8) - // NetworkVarNames: m_nAttachmentIndex (AttachmentHandle_t) - // NetworkVarNames: m_nAttachmentName (CUtlStringToken) - // NetworkVarNames: m_iEffectName (uint16) - // NetworkVarNames: m_nExplosionType (uint8) - namespace CEffectData { - constexpr std::ptrdiff_t m_vOrigin = 0x8; // Vector - constexpr std::ptrdiff_t m_vStart = 0x14; // Vector - constexpr std::ptrdiff_t m_vNormal = 0x20; // Vector - constexpr std::ptrdiff_t m_vAngles = 0x2C; // QAngle - constexpr std::ptrdiff_t m_hEntity = 0x38; // CEntityHandle - constexpr std::ptrdiff_t m_hOtherEntity = 0x3C; // CEntityHandle - constexpr std::ptrdiff_t m_flScale = 0x40; // float32 - constexpr std::ptrdiff_t m_flMagnitude = 0x44; // float32 - constexpr std::ptrdiff_t m_flRadius = 0x48; // float32 - constexpr std::ptrdiff_t m_nSurfaceProp = 0x4C; // CUtlStringToken - constexpr std::ptrdiff_t m_nEffectIndex = 0x50; // CWeakHandle - constexpr std::ptrdiff_t m_nDamageType = 0x58; // uint32 - constexpr std::ptrdiff_t m_nPenetrate = 0x5C; // uint8 - constexpr std::ptrdiff_t m_nMaterial = 0x5E; // uint16 - constexpr std::ptrdiff_t m_nHitBox = 0x60; // uint16 - constexpr std::ptrdiff_t m_nColor = 0x62; // uint8 - constexpr std::ptrdiff_t m_fFlags = 0x63; // uint8 - constexpr std::ptrdiff_t m_nAttachmentIndex = 0x64; // AttachmentHandle_t - constexpr std::ptrdiff_t m_nAttachmentName = 0x68; // CUtlStringToken - constexpr std::ptrdiff_t m_iEffectName = 0x6C; // uint16 - constexpr std::ptrdiff_t m_nExplosionType = 0x6E; // uint8 - } - // Parent: C_BaseEntity - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_flFadeStartDist (float32) - // NetworkVarNames: m_flFadeEndDist (float32) - namespace C_EnvDetailController { - constexpr std::ptrdiff_t m_flFadeStartDist = 0x6D0; // float32 - constexpr std::ptrdiff_t m_flFadeEndDist = 0x6D4; // float32 - } - // Parent: None - // Fields count: 29 - // - // Metadata: - // NetworkVarNames: m_flStartTime (GameTime_t) - // NetworkVarNames: m_iWindSeed (uint32) - // NetworkVarNames: m_iMinWind (uint16) - // NetworkVarNames: m_iMaxWind (uint16) - // NetworkVarNames: m_windRadius (int32) - // NetworkVarNames: m_iMinGust (uint16) - // NetworkVarNames: m_iMaxGust (uint16) - // NetworkVarNames: m_flMinGustDelay (float32) - // NetworkVarNames: m_flMaxGustDelay (float32) - // NetworkVarNames: m_flGustDuration (float32) - // NetworkVarNames: m_iGustDirChange (uint16) - // NetworkVarNames: m_location (Vector) - // NetworkVarNames: m_iInitialWindDir (uint16) - // NetworkVarNames: m_flInitialWindSpeed (float32) - namespace C_EnvWindShared { - constexpr std::ptrdiff_t m_flStartTime = 0x8; // GameTime_t - constexpr std::ptrdiff_t m_iWindSeed = 0xC; // uint32 - constexpr std::ptrdiff_t m_iMinWind = 0x10; // uint16 - constexpr std::ptrdiff_t m_iMaxWind = 0x12; // uint16 - constexpr std::ptrdiff_t m_windRadius = 0x14; // int32 - constexpr std::ptrdiff_t m_iMinGust = 0x18; // uint16 - constexpr std::ptrdiff_t m_iMaxGust = 0x1A; // uint16 - constexpr std::ptrdiff_t m_flMinGustDelay = 0x1C; // float32 - constexpr std::ptrdiff_t m_flMaxGustDelay = 0x20; // float32 - constexpr std::ptrdiff_t m_flGustDuration = 0x24; // float32 - constexpr std::ptrdiff_t m_iGustDirChange = 0x28; // uint16 - constexpr std::ptrdiff_t m_location = 0x2C; // Vector - constexpr std::ptrdiff_t m_iszGustSound = 0x38; // int32 - constexpr std::ptrdiff_t m_iWindDir = 0x3C; // int32 - constexpr std::ptrdiff_t m_flWindSpeed = 0x40; // float32 - constexpr std::ptrdiff_t m_currentWindVector = 0x44; // Vector - constexpr std::ptrdiff_t m_CurrentSwayVector = 0x50; // Vector - constexpr std::ptrdiff_t m_PrevSwayVector = 0x5C; // Vector - constexpr std::ptrdiff_t m_iInitialWindDir = 0x68; // uint16 - constexpr std::ptrdiff_t m_flInitialWindSpeed = 0x6C; // float32 - constexpr std::ptrdiff_t m_flVariationTime = 0x70; // GameTime_t - constexpr std::ptrdiff_t m_flSwayTime = 0x74; // GameTime_t - constexpr std::ptrdiff_t m_flSimTime = 0x78; // GameTime_t - constexpr std::ptrdiff_t m_flSwitchTime = 0x7C; // GameTime_t - constexpr std::ptrdiff_t m_flAveWindSpeed = 0x80; // float32 - constexpr std::ptrdiff_t m_bGusting = 0x84; // bool - constexpr std::ptrdiff_t m_flWindAngleVariation = 0x88; // float32 - constexpr std::ptrdiff_t m_flWindSpeedVariation = 0x8C; // float32 - constexpr std::ptrdiff_t m_iEntIndex = 0x90; // CEntityIndex - } - // Parent: None - // Fields count: 12 - // - // Metadata: - // NetworkVarNames: m_nModelID (int32) - // NetworkVarNames: m_hMaterial (HMaterialStrong) - // NetworkVarNames: m_solid (ShardSolid_t) - // NetworkVarNames: m_ShatterPanelMode (ShatterPanelMode) - // NetworkVarNames: m_vecPanelSize (Vector2D) - // NetworkVarNames: m_vecStressPositionA (Vector2D) - // NetworkVarNames: m_vecStressPositionB (Vector2D) - // NetworkVarNames: m_vecPanelVertices (Vector2D) - // NetworkVarNames: m_flGlassHalfThickness (float) - // NetworkVarNames: m_bHasParent (bool) - // NetworkVarNames: m_bParentFrozen (bool) - // NetworkVarNames: m_SurfacePropStringToken (CUtlStringToken) - namespace shard_model_desc_t { - constexpr std::ptrdiff_t m_nModelID = 0x8; // int32 - constexpr std::ptrdiff_t m_hMaterial = 0x10; // CStrongHandle - constexpr std::ptrdiff_t m_solid = 0x18; // ShardSolid_t - constexpr std::ptrdiff_t m_ShatterPanelMode = 0x19; // ShatterPanelMode - constexpr std::ptrdiff_t m_vecPanelSize = 0x1C; // Vector2D - constexpr std::ptrdiff_t m_vecStressPositionA = 0x24; // Vector2D - constexpr std::ptrdiff_t m_vecStressPositionB = 0x2C; // Vector2D - constexpr std::ptrdiff_t m_vecPanelVertices = 0x38; // C_NetworkUtlVectorBase - constexpr std::ptrdiff_t m_flGlassHalfThickness = 0x50; // float32 - constexpr std::ptrdiff_t m_bHasParent = 0x54; // bool - constexpr std::ptrdiff_t m_bParentFrozen = 0x55; // bool - constexpr std::ptrdiff_t m_SurfacePropStringToken = 0x58; // CUtlStringToken - } - // Parent: None - // Fields count: 11 - // - // Metadata: - // NetworkVarNames: m_iGlowType (int32) - // NetworkVarNames: m_iGlowTeam (int32) - // NetworkVarNames: m_nGlowRange (int32) - // NetworkVarNames: m_nGlowRangeMin (int32) - // NetworkVarNames: m_glowColorOverride (Color) - // NetworkVarNames: m_bFlashing (bool) - // NetworkVarNames: m_flGlowTime (float) - // NetworkVarNames: m_flGlowStartTime (float) - // NetworkVarNames: m_bEligibleForScreenHighlight (bool) - namespace CGlowProperty { - constexpr std::ptrdiff_t m_fGlowColor = 0x8; // Vector - constexpr std::ptrdiff_t m_iGlowType = 0x30; // int32 - constexpr std::ptrdiff_t m_iGlowTeam = 0x34; // int32 - constexpr std::ptrdiff_t m_nGlowRange = 0x38; // int32 - constexpr std::ptrdiff_t m_nGlowRangeMin = 0x3C; // int32 - constexpr std::ptrdiff_t m_glowColorOverride = 0x40; // Color - constexpr std::ptrdiff_t m_bFlashing = 0x44; // bool - constexpr std::ptrdiff_t m_flGlowTime = 0x48; // float32 - constexpr std::ptrdiff_t m_flGlowStartTime = 0x4C; // float32 - constexpr std::ptrdiff_t m_bEligibleForScreenHighlight = 0x50; // bool - constexpr std::ptrdiff_t m_bGlowing = 0x51; // bool - } - // Parent: None - // Fields count: 25 - // - // Metadata: - // NetworkVarNames: dirPrimary (Vector) - // NetworkVarNames: colorPrimary (Color) - // NetworkVarNames: colorSecondary (Color) - // NetworkVarNames: colorPrimaryLerpTo (Color) - // NetworkVarNames: colorSecondaryLerpTo (Color) - // NetworkVarNames: start (float32) - // NetworkVarNames: end (float32) - // NetworkVarNames: farz (float32) - // NetworkVarNames: maxdensity (float32) - // NetworkVarNames: exponent (float32) - // NetworkVarNames: HDRColorScale (float32) - // NetworkVarNames: skyboxFogFactor (float32) - // NetworkVarNames: skyboxFogFactorLerpTo (float32) - // NetworkVarNames: startLerpTo (float32) - // NetworkVarNames: endLerpTo (float32) - // NetworkVarNames: maxdensityLerpTo (float32) - // NetworkVarNames: lerptime (GameTime_t) - // NetworkVarNames: duration (float32) - // NetworkVarNames: blendtobackground (float32) - // NetworkVarNames: scattering (float32) - // NetworkVarNames: locallightscale (float32) - // NetworkVarNames: enable (bool) - // NetworkVarNames: blend (bool) - // NetworkVarNames: m_bNoReflectionFog (bool) - namespace fogparams_t { - constexpr std::ptrdiff_t dirPrimary = 0x8; // Vector - constexpr std::ptrdiff_t colorPrimary = 0x14; // Color - constexpr std::ptrdiff_t colorSecondary = 0x18; // Color - constexpr std::ptrdiff_t colorPrimaryLerpTo = 0x1C; // Color - constexpr std::ptrdiff_t colorSecondaryLerpTo = 0x20; // Color - constexpr std::ptrdiff_t start = 0x24; // float32 - constexpr std::ptrdiff_t end = 0x28; // float32 - constexpr std::ptrdiff_t farz = 0x2C; // float32 - constexpr std::ptrdiff_t maxdensity = 0x30; // float32 - constexpr std::ptrdiff_t exponent = 0x34; // float32 - constexpr std::ptrdiff_t HDRColorScale = 0x38; // float32 - constexpr std::ptrdiff_t skyboxFogFactor = 0x3C; // float32 - constexpr std::ptrdiff_t skyboxFogFactorLerpTo = 0x40; // float32 - constexpr std::ptrdiff_t startLerpTo = 0x44; // float32 - constexpr std::ptrdiff_t endLerpTo = 0x48; // float32 - constexpr std::ptrdiff_t maxdensityLerpTo = 0x4C; // float32 - constexpr std::ptrdiff_t lerptime = 0x50; // GameTime_t - constexpr std::ptrdiff_t duration = 0x54; // float32 - constexpr std::ptrdiff_t blendtobackground = 0x58; // float32 - constexpr std::ptrdiff_t scattering = 0x5C; // float32 - constexpr std::ptrdiff_t locallightscale = 0x60; // float32 - constexpr std::ptrdiff_t enable = 0x64; // bool - constexpr std::ptrdiff_t blend = 0x65; // bool - constexpr std::ptrdiff_t m_bNoReflectionFog = 0x66; // bool - constexpr std::ptrdiff_t m_bPadding = 0x67; // bool - } - // Parent: None - // Fields count: 14 - // - // Metadata: - // NetworkVarNames: m_hCtrl (CHandle) - namespace C_fogplayerparams_t { - constexpr std::ptrdiff_t m_hCtrl = 0x8; // CHandle - constexpr std::ptrdiff_t m_flTransitionTime = 0xC; // float32 - constexpr std::ptrdiff_t m_OldColor = 0x10; // Color - constexpr std::ptrdiff_t m_flOldStart = 0x14; // float32 - constexpr std::ptrdiff_t m_flOldEnd = 0x18; // float32 - constexpr std::ptrdiff_t m_flOldMaxDensity = 0x1C; // float32 - constexpr std::ptrdiff_t m_flOldHDRColorScale = 0x20; // float32 - constexpr std::ptrdiff_t m_flOldFarZ = 0x24; // float32 - constexpr std::ptrdiff_t m_NewColor = 0x28; // Color - constexpr std::ptrdiff_t m_flNewStart = 0x2C; // float32 - constexpr std::ptrdiff_t m_flNewEnd = 0x30; // float32 - constexpr std::ptrdiff_t m_flNewMaxDensity = 0x34; // float32 - constexpr std::ptrdiff_t m_flNewHDRColorScale = 0x38; // float32 - constexpr std::ptrdiff_t m_flNewFarZ = 0x3C; // float32 - } - // Parent: None - // Fields count: 6 - // - // Metadata: - // NetworkVarNames: scale (int16) - // NetworkVarNames: origin (Vector) - // NetworkVarNames: bClip3DSkyBoxNearToWorldFar (bool) - // NetworkVarNames: flClip3DSkyBoxNearToWorldFarOffset (float32) - // NetworkVarNames: fog (fogparams_t) - // NetworkVarNames: m_nWorldGroupID (WorldGroupId_t) - namespace sky3dparams_t { - constexpr std::ptrdiff_t scale = 0x8; // int16 - constexpr std::ptrdiff_t origin = 0xC; // Vector - constexpr std::ptrdiff_t bClip3DSkyBoxNearToWorldFar = 0x18; // bool - constexpr std::ptrdiff_t flClip3DSkyBoxNearToWorldFarOffset = 0x1C; // float32 - constexpr std::ptrdiff_t fog = 0x20; // fogparams_t - constexpr std::ptrdiff_t m_nWorldGroupID = 0x88; // WorldGroupId_t - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // NetworkVarNames: m_Transforms (CTransform) - // NetworkVarNames: m_hOwner (EHANDLE) - namespace PhysicsRagdollPose_t { - constexpr std::ptrdiff_t __m_pChainEntity = 0x8; // CNetworkVarChainer - constexpr std::ptrdiff_t m_Transforms = 0x30; // C_NetworkUtlVectorBase - constexpr std::ptrdiff_t m_hOwner = 0x48; // CHandle - constexpr std::ptrdiff_t m_bDirty = 0x68; // bool - } - // Parent: C_BaseEntity - // Fields count: 5 - // - // Metadata: - // NetworkVarNames: m_iszStackName (string_t) - // NetworkVarNames: m_iszOperatorName (string_t) - // NetworkVarNames: m_iszOpvarName (string_t) - // NetworkVarNames: m_iOpvarIndex (int) - // NetworkVarNames: m_bUseAutoCompare (bool) - namespace C_SoundOpvarSetPointBase { - constexpr std::ptrdiff_t m_iszStackName = 0x6D0; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_iszOperatorName = 0x6D8; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_iszOpvarName = 0x6E0; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_iOpvarIndex = 0x6E8; // int32 - constexpr std::ptrdiff_t m_bUseAutoCompare = 0x6EC; // bool - } - // Parent: C_BaseEntity - // Fields count: 30 - // - // Metadata: - // NetworkVarNames: m_bTimerPaused (bool) - // NetworkVarNames: m_flTimeRemaining (float) - // NetworkVarNames: m_flTimerEndTime (GameTime_t) - // NetworkVarNames: m_bIsDisabled (bool) - // NetworkVarNames: m_bShowInHUD (bool) - // NetworkVarNames: m_nTimerLength (int) - // NetworkVarNames: m_nTimerInitialLength (int) - // NetworkVarNames: m_nTimerMaxLength (int) - // NetworkVarNames: m_bAutoCountdown (bool) - // NetworkVarNames: m_nSetupTimeLength (int) - // NetworkVarNames: m_nState (int) - // NetworkVarNames: m_bStartPaused (bool) - // NetworkVarNames: m_bInCaptureWatchState (bool) - // NetworkVarNames: m_flTotalTime (float) - // NetworkVarNames: m_bStopWatchTimer (bool) - namespace C_TeamRoundTimer { - constexpr std::ptrdiff_t m_bTimerPaused = 0x6D0; // bool - constexpr std::ptrdiff_t m_flTimeRemaining = 0x6D4; // float32 - constexpr std::ptrdiff_t m_flTimerEndTime = 0x6D8; // GameTime_t - constexpr std::ptrdiff_t m_bIsDisabled = 0x6DC; // bool - constexpr std::ptrdiff_t m_bShowInHUD = 0x6DD; // bool - constexpr std::ptrdiff_t m_nTimerLength = 0x6E0; // int32 - constexpr std::ptrdiff_t m_nTimerInitialLength = 0x6E4; // int32 - constexpr std::ptrdiff_t m_nTimerMaxLength = 0x6E8; // int32 - constexpr std::ptrdiff_t m_bAutoCountdown = 0x6EC; // bool - constexpr std::ptrdiff_t m_nSetupTimeLength = 0x6F0; // int32 - constexpr std::ptrdiff_t m_nState = 0x6F4; // int32 - constexpr std::ptrdiff_t m_bStartPaused = 0x6F8; // bool - constexpr std::ptrdiff_t m_bInCaptureWatchState = 0x6F9; // bool - constexpr std::ptrdiff_t m_flTotalTime = 0x6FC; // float32 - constexpr std::ptrdiff_t m_bStopWatchTimer = 0x700; // bool - constexpr std::ptrdiff_t m_bFireFinished = 0x701; // bool - constexpr std::ptrdiff_t m_bFire5MinRemain = 0x702; // bool - constexpr std::ptrdiff_t m_bFire4MinRemain = 0x703; // bool - constexpr std::ptrdiff_t m_bFire3MinRemain = 0x704; // bool - constexpr std::ptrdiff_t m_bFire2MinRemain = 0x705; // bool - constexpr std::ptrdiff_t m_bFire1MinRemain = 0x706; // bool - constexpr std::ptrdiff_t m_bFire30SecRemain = 0x707; // bool - constexpr std::ptrdiff_t m_bFire10SecRemain = 0x708; // bool - constexpr std::ptrdiff_t m_bFire5SecRemain = 0x709; // bool - constexpr std::ptrdiff_t m_bFire4SecRemain = 0x70A; // bool - constexpr std::ptrdiff_t m_bFire3SecRemain = 0x70B; // bool - constexpr std::ptrdiff_t m_bFire2SecRemain = 0x70C; // bool - constexpr std::ptrdiff_t m_bFire1SecRemain = 0x70D; // bool - constexpr std::ptrdiff_t m_nOldTimerLength = 0x710; // int32 - constexpr std::ptrdiff_t m_nOldTimerState = 0x714; // int32 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_Attributes (CEconItemAttribute) - namespace CAttributeList { - constexpr std::ptrdiff_t m_Attributes = 0x8; // C_UtlVectorEmbeddedNetworkVar - constexpr std::ptrdiff_t m_pManager = 0x58; // CAttributeManager* - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // NetworkVarNames: m_iAttributeDefinitionIndex (attrib_definition_index_t) - // NetworkVarNames: m_flValue (float) - // NetworkVarNames: m_flInitialValue (float) - // NetworkVarNames: m_nRefundableCurrency (int) - // NetworkVarNames: m_bSetBonus (bool) - namespace CEconItemAttribute { - constexpr std::ptrdiff_t m_iAttributeDefinitionIndex = 0x30; // uint16 - constexpr std::ptrdiff_t m_flValue = 0x34; // float32 - constexpr std::ptrdiff_t m_flInitialValue = 0x38; // float32 - constexpr std::ptrdiff_t m_nRefundableCurrency = 0x3C; // int32 - constexpr std::ptrdiff_t m_bSetBonus = 0x40; // bool - } - // Parent: None - // Fields count: 6 - // - // Metadata: - // NetworkVarNames: m_iReapplyProvisionParity (int) - // NetworkVarNames: m_hOuter (EHANDLE) - // NetworkVarNames: m_ProviderType (attributeprovidertypes_t) - namespace CAttributeManager { - constexpr std::ptrdiff_t m_Providers = 0x8; // CUtlVector> - constexpr std::ptrdiff_t m_iReapplyProvisionParity = 0x20; // int32 - constexpr std::ptrdiff_t m_hOuter = 0x24; // CHandle - constexpr std::ptrdiff_t m_bPreventLoopback = 0x28; // bool - constexpr std::ptrdiff_t m_ProviderType = 0x2C; // attributeprovidertypes_t - constexpr std::ptrdiff_t m_CachedResults = 0x30; // CUtlVector - } - // Parent: CAttributeManager - // Fields count: 3 - // - // Metadata: - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // NetworkVarNames: m_Item (CEconItemView) - namespace C_AttributeContainer { - constexpr std::ptrdiff_t m_Item = 0x50; // C_EconItemView - constexpr std::ptrdiff_t m_iExternalItemProviderRegisteredToken = 0x13A0; // int32 - constexpr std::ptrdiff_t m_ullRegisteredAsItemID = 0x13A8; // uint64 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_bSpotted (bool) - // NetworkVarNames: m_bSpottedByMask (uint32) - namespace EntitySpottedState_t { - constexpr std::ptrdiff_t m_bSpotted = 0x8; // bool - constexpr std::ptrdiff_t m_bSpottedByMask = 0xC; // uint32[2] - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_pGameRules (CCSGameRules*) - namespace C_CSGameRulesProxy { - constexpr std::ptrdiff_t m_pGameRules = 0x6D0; // C_CSGameRules* - } - // Parent: None - // Fields count: 117 - // - // Metadata: - // NetworkVarNames: m_bFreezePeriod (bool) - // NetworkVarNames: m_bWarmupPeriod (bool) - // NetworkVarNames: m_fWarmupPeriodEnd (GameTime_t) - // NetworkVarNames: m_fWarmupPeriodStart (GameTime_t) - // NetworkVarNames: m_nTotalPausedTicks (int) - // NetworkVarNames: m_nPauseStartTick (int) - // NetworkVarNames: m_bServerPaused (bool) - // NetworkVarNames: m_bGamePaused (bool) - // NetworkVarNames: m_bTerroristTimeOutActive (bool) - // NetworkVarNames: m_bCTTimeOutActive (bool) - // NetworkVarNames: m_flTerroristTimeOutRemaining (float) - // NetworkVarNames: m_flCTTimeOutRemaining (float) - // NetworkVarNames: m_nTerroristTimeOuts (int) - // NetworkVarNames: m_nCTTimeOuts (int) - // NetworkVarNames: m_bTechnicalTimeOut (bool) - // NetworkVarNames: m_bMatchWaitingForResume (bool) - // NetworkVarNames: m_iRoundTime (int) - // NetworkVarNames: m_fMatchStartTime (float) - // NetworkVarNames: m_fRoundStartTime (GameTime_t) - // NetworkVarNames: m_flRestartRoundTime (GameTime_t) - // NetworkVarNames: m_bGameRestart (bool) - // NetworkVarNames: m_flGameStartTime (float) - // NetworkVarNames: m_timeUntilNextPhaseStarts (float) - // NetworkVarNames: m_gamePhase (int) - // NetworkVarNames: m_totalRoundsPlayed (int) - // NetworkVarNames: m_nRoundsPlayedThisPhase (int) - // NetworkVarNames: m_nOvertimePlaying (int) - // NetworkVarNames: m_iHostagesRemaining (int) - // NetworkVarNames: m_bAnyHostageReached (bool) - // NetworkVarNames: m_bMapHasBombTarget (bool) - // NetworkVarNames: m_bMapHasRescueZone (bool) - // NetworkVarNames: m_bMapHasBuyZone (bool) - // NetworkVarNames: m_bIsQueuedMatchmaking (bool) - // NetworkVarNames: m_nQueuedMatchmakingMode (int) - // NetworkVarNames: m_bIsValveDS (bool) - // NetworkVarNames: m_bLogoMap (bool) - // NetworkVarNames: m_bPlayAllStepSoundsOnServer (bool) - // NetworkVarNames: m_iSpectatorSlotCount (int) - // NetworkVarNames: m_MatchDevice (int) - // NetworkVarNames: m_bHasMatchStarted (bool) - // NetworkVarNames: m_nNextMapInMapgroup (int) - // NetworkVarNames: m_szTournamentEventName (char) - // NetworkVarNames: m_szTournamentEventStage (char) - // NetworkVarNames: m_szMatchStatTxt (char) - // NetworkVarNames: m_szTournamentPredictionsTxt (char) - // NetworkVarNames: m_nTournamentPredictionsPct (int) - // NetworkVarNames: m_flCMMItemDropRevealStartTime (GameTime_t) - // NetworkVarNames: m_flCMMItemDropRevealEndTime (GameTime_t) - // NetworkVarNames: m_bIsDroppingItems (bool) - // NetworkVarNames: m_bIsQuestEligible (bool) - // NetworkVarNames: m_bIsHltvActive (bool) - // NetworkVarNames: m_nGuardianModeWaveNumber (int) - // NetworkVarNames: m_nGuardianModeSpecialKillsRemaining (int) - // NetworkVarNames: m_nGuardianModeSpecialWeaponNeeded (int) - // NetworkVarNames: m_numGlobalGiftsGiven (uint32) - // NetworkVarNames: m_numGlobalGifters (uint32) - // NetworkVarNames: m_numGlobalGiftsPeriodSeconds (uint32) - // NetworkVarNames: m_arrFeaturedGiftersAccounts (uint32) - // NetworkVarNames: m_arrFeaturedGiftersGifts (uint32) - // NetworkVarNames: m_arrProhibitedItemIndices (uint16) - // NetworkVarNames: m_arrTournamentActiveCasterAccounts (uint32) - // NetworkVarNames: m_numBestOfMaps (int) - // NetworkVarNames: m_nHalloweenMaskListSeed (int) - // NetworkVarNames: m_bBombDropped (bool) - // NetworkVarNames: m_bBombPlanted (bool) - // NetworkVarNames: m_iRoundWinStatus (int) - // NetworkVarNames: m_eRoundWinReason (int) - // NetworkVarNames: m_bTCantBuy (bool) - // NetworkVarNames: m_bCTCantBuy (bool) - // NetworkVarNames: m_flGuardianBuyUntilTime (GameTime_t) - // NetworkVarNames: m_iMatchStats_RoundResults (int) - // NetworkVarNames: m_iMatchStats_PlayersAlive_CT (int) - // NetworkVarNames: m_iMatchStats_PlayersAlive_T (int) - // NetworkVarNames: m_TeamRespawnWaveTimes (float) - // NetworkVarNames: m_flNextRespawnWave (GameTime_t) - // NetworkVarNames: m_nServerQuestID (int) - // NetworkVarNames: m_vMinimapMins (Vector) - // NetworkVarNames: m_vMinimapMaxs (Vector) - // NetworkVarNames: m_MinimapVerticalSectionHeights (float) - // NetworkVarNames: m_nEndMatchMapGroupVoteTypes (int) - // NetworkVarNames: m_nEndMatchMapGroupVoteOptions (int) - // NetworkVarNames: m_nEndMatchMapVoteWinner (int) - // NetworkVarNames: m_iNumConsecutiveCTLoses (int) - // NetworkVarNames: m_iNumConsecutiveTerroristLoses (int) - // NetworkVarNames: m_nMatchAbortedEarlyReason (int) - // NetworkVarNames: m_pGameModeRules (CCSGameModeRules*) - // NetworkVarNames: m_RetakeRules (CRetakeGameRules) - // NetworkVarNames: m_nMatchEndCount (uint8) - // NetworkVarNames: m_nTTeamIntroVariant (int) - // NetworkVarNames: m_nCTTeamIntroVariant (int) - // NetworkVarNames: m_bTeamIntroPeriod (bool) - // NetworkVarNames: m_iRoundEndWinnerTeam (int) - // NetworkVarNames: m_eRoundEndReason (int) - // NetworkVarNames: m_bRoundEndShowTimerDefend (bool) - // NetworkVarNames: m_iRoundEndTimerTime (int) - // NetworkVarNames: m_sRoundEndFunFactToken (CUtlString) - // NetworkVarNames: m_iRoundEndFunFactPlayerSlot (CPlayerSlot) - // NetworkVarNames: m_iRoundEndFunFactData1 (int) - // NetworkVarNames: m_iRoundEndFunFactData2 (int) - // NetworkVarNames: m_iRoundEndFunFactData3 (int) - // NetworkVarNames: m_sRoundEndMessage (CUtlString) - // NetworkVarNames: m_iRoundEndPlayerCount (int) - // NetworkVarNames: m_bRoundEndNoMusic (bool) - // NetworkVarNames: m_iRoundEndLegacy (int) - // NetworkVarNames: m_nRoundEndCount (uint8) - // NetworkVarNames: m_iRoundStartRoundNumber (int) - // NetworkVarNames: m_nRoundStartCount (uint8) - namespace C_CSGameRules { - constexpr std::ptrdiff_t __m_pChainEntity = 0x8; // CNetworkVarChainer - constexpr std::ptrdiff_t m_bFreezePeriod = 0x30; // bool - constexpr std::ptrdiff_t m_bWarmupPeriod = 0x31; // bool - constexpr std::ptrdiff_t m_fWarmupPeriodEnd = 0x34; // GameTime_t - constexpr std::ptrdiff_t m_fWarmupPeriodStart = 0x38; // GameTime_t - constexpr std::ptrdiff_t m_nTotalPausedTicks = 0x3C; // int32 - constexpr std::ptrdiff_t m_nPauseStartTick = 0x40; // int32 - constexpr std::ptrdiff_t m_bServerPaused = 0x44; // bool - constexpr std::ptrdiff_t m_bGamePaused = 0x45; // bool - constexpr std::ptrdiff_t m_bTerroristTimeOutActive = 0x46; // bool - constexpr std::ptrdiff_t m_bCTTimeOutActive = 0x47; // bool - constexpr std::ptrdiff_t m_flTerroristTimeOutRemaining = 0x48; // float32 - constexpr std::ptrdiff_t m_flCTTimeOutRemaining = 0x4C; // float32 - constexpr std::ptrdiff_t m_nTerroristTimeOuts = 0x50; // int32 - constexpr std::ptrdiff_t m_nCTTimeOuts = 0x54; // int32 - constexpr std::ptrdiff_t m_bTechnicalTimeOut = 0x58; // bool - constexpr std::ptrdiff_t m_bMatchWaitingForResume = 0x59; // bool - constexpr std::ptrdiff_t m_iRoundTime = 0x5C; // int32 - constexpr std::ptrdiff_t m_fMatchStartTime = 0x60; // float32 - constexpr std::ptrdiff_t m_fRoundStartTime = 0x64; // GameTime_t - constexpr std::ptrdiff_t m_flRestartRoundTime = 0x68; // GameTime_t - constexpr std::ptrdiff_t m_bGameRestart = 0x6C; // bool - constexpr std::ptrdiff_t m_flGameStartTime = 0x70; // float32 - constexpr std::ptrdiff_t m_timeUntilNextPhaseStarts = 0x74; // float32 - constexpr std::ptrdiff_t m_gamePhase = 0x78; // int32 - constexpr std::ptrdiff_t m_totalRoundsPlayed = 0x7C; // int32 - constexpr std::ptrdiff_t m_nRoundsPlayedThisPhase = 0x80; // int32 - constexpr std::ptrdiff_t m_nOvertimePlaying = 0x84; // int32 - constexpr std::ptrdiff_t m_iHostagesRemaining = 0x88; // int32 - constexpr std::ptrdiff_t m_bAnyHostageReached = 0x8C; // bool - constexpr std::ptrdiff_t m_bMapHasBombTarget = 0x8D; // bool - constexpr std::ptrdiff_t m_bMapHasRescueZone = 0x8E; // bool - constexpr std::ptrdiff_t m_bMapHasBuyZone = 0x8F; // bool - constexpr std::ptrdiff_t m_bIsQueuedMatchmaking = 0x90; // bool - constexpr std::ptrdiff_t m_nQueuedMatchmakingMode = 0x94; // int32 - constexpr std::ptrdiff_t m_bIsValveDS = 0x98; // bool - constexpr std::ptrdiff_t m_bLogoMap = 0x99; // bool - constexpr std::ptrdiff_t m_bPlayAllStepSoundsOnServer = 0x9A; // bool - constexpr std::ptrdiff_t m_iSpectatorSlotCount = 0x9C; // int32 - constexpr std::ptrdiff_t m_MatchDevice = 0xA0; // int32 - constexpr std::ptrdiff_t m_bHasMatchStarted = 0xA4; // bool - constexpr std::ptrdiff_t m_nNextMapInMapgroup = 0xA8; // int32 - constexpr std::ptrdiff_t m_szTournamentEventName = 0xAC; // char[512] - constexpr std::ptrdiff_t m_szTournamentEventStage = 0x2AC; // char[512] - constexpr std::ptrdiff_t m_szMatchStatTxt = 0x4AC; // char[512] - constexpr std::ptrdiff_t m_szTournamentPredictionsTxt = 0x6AC; // char[512] - constexpr std::ptrdiff_t m_nTournamentPredictionsPct = 0x8AC; // int32 - constexpr std::ptrdiff_t m_flCMMItemDropRevealStartTime = 0x8B0; // GameTime_t - constexpr std::ptrdiff_t m_flCMMItemDropRevealEndTime = 0x8B4; // GameTime_t - constexpr std::ptrdiff_t m_bIsDroppingItems = 0x8B8; // bool - constexpr std::ptrdiff_t m_bIsQuestEligible = 0x8B9; // bool - constexpr std::ptrdiff_t m_bIsHltvActive = 0x8BA; // bool - constexpr std::ptrdiff_t m_nGuardianModeWaveNumber = 0x8BC; // int32 - constexpr std::ptrdiff_t m_nGuardianModeSpecialKillsRemaining = 0x8C0; // int32 - constexpr std::ptrdiff_t m_nGuardianModeSpecialWeaponNeeded = 0x8C4; // int32 - constexpr std::ptrdiff_t m_nGuardianGrenadesToGiveBots = 0x8C8; // int32 - constexpr std::ptrdiff_t m_nNumHeaviesToSpawn = 0x8CC; // int32 - constexpr std::ptrdiff_t m_numGlobalGiftsGiven = 0x8D0; // uint32 - constexpr std::ptrdiff_t m_numGlobalGifters = 0x8D4; // uint32 - constexpr std::ptrdiff_t m_numGlobalGiftsPeriodSeconds = 0x8D8; // uint32 - constexpr std::ptrdiff_t m_arrFeaturedGiftersAccounts = 0x8DC; // uint32[4] - constexpr std::ptrdiff_t m_arrFeaturedGiftersGifts = 0x8EC; // uint32[4] - constexpr std::ptrdiff_t m_arrProhibitedItemIndices = 0x8FC; // uint16[100] - constexpr std::ptrdiff_t m_arrTournamentActiveCasterAccounts = 0x9C4; // uint32[4] - constexpr std::ptrdiff_t m_numBestOfMaps = 0x9D4; // int32 - constexpr std::ptrdiff_t m_nHalloweenMaskListSeed = 0x9D8; // int32 - constexpr std::ptrdiff_t m_bBombDropped = 0x9DC; // bool - constexpr std::ptrdiff_t m_bBombPlanted = 0x9DD; // bool - constexpr std::ptrdiff_t m_iRoundWinStatus = 0x9E0; // int32 - constexpr std::ptrdiff_t m_eRoundWinReason = 0x9E4; // int32 - constexpr std::ptrdiff_t m_bTCantBuy = 0x9E8; // bool - constexpr std::ptrdiff_t m_bCTCantBuy = 0x9E9; // bool - constexpr std::ptrdiff_t m_flGuardianBuyUntilTime = 0x9EC; // GameTime_t - constexpr std::ptrdiff_t m_iMatchStats_RoundResults = 0x9F0; // int32[30] - constexpr std::ptrdiff_t m_iMatchStats_PlayersAlive_CT = 0xA68; // int32[30] - constexpr std::ptrdiff_t m_iMatchStats_PlayersAlive_T = 0xAE0; // int32[30] - constexpr std::ptrdiff_t m_TeamRespawnWaveTimes = 0xB58; // float32[32] - constexpr std::ptrdiff_t m_flNextRespawnWave = 0xBD8; // GameTime_t[32] - constexpr std::ptrdiff_t m_nServerQuestID = 0xC58; // int32 - constexpr std::ptrdiff_t m_vMinimapMins = 0xC5C; // Vector - constexpr std::ptrdiff_t m_vMinimapMaxs = 0xC68; // Vector - constexpr std::ptrdiff_t m_MinimapVerticalSectionHeights = 0xC74; // float32[8] - constexpr std::ptrdiff_t m_bDontIncrementCoopWave = 0xC94; // bool - constexpr std::ptrdiff_t m_bSpawnedTerrorHuntHeavy = 0xC95; // bool - constexpr std::ptrdiff_t m_nEndMatchMapGroupVoteTypes = 0xC98; // int32[10] - constexpr std::ptrdiff_t m_nEndMatchMapGroupVoteOptions = 0xCC0; // int32[10] - constexpr std::ptrdiff_t m_nEndMatchMapVoteWinner = 0xCE8; // int32 - constexpr std::ptrdiff_t m_iNumConsecutiveCTLoses = 0xCEC; // int32 - constexpr std::ptrdiff_t m_iNumConsecutiveTerroristLoses = 0xCF0; // int32 - constexpr std::ptrdiff_t m_bMarkClientStopRecordAtRoundEnd = 0xD10; // bool - constexpr std::ptrdiff_t m_nMatchAbortedEarlyReason = 0xD68; // int32 - constexpr std::ptrdiff_t m_bHasTriggeredRoundStartMusic = 0xD6C; // bool - constexpr std::ptrdiff_t m_bHasTriggeredCoopSpawnReset = 0xD6D; // bool - constexpr std::ptrdiff_t m_bSwitchingTeamsAtRoundReset = 0xD6E; // bool - constexpr std::ptrdiff_t m_pGameModeRules = 0xD88; // CCSGameModeRules* - constexpr std::ptrdiff_t m_RetakeRules = 0xD90; // C_RetakeGameRules - constexpr std::ptrdiff_t m_nMatchEndCount = 0xEA8; // uint8 - constexpr std::ptrdiff_t m_nTTeamIntroVariant = 0xEAC; // int32 - constexpr std::ptrdiff_t m_nCTTeamIntroVariant = 0xEB0; // int32 - constexpr std::ptrdiff_t m_bTeamIntroPeriod = 0xEB4; // bool - constexpr std::ptrdiff_t m_iRoundEndWinnerTeam = 0xEB8; // int32 - constexpr std::ptrdiff_t m_eRoundEndReason = 0xEBC; // int32 - constexpr std::ptrdiff_t m_bRoundEndShowTimerDefend = 0xEC0; // bool - constexpr std::ptrdiff_t m_iRoundEndTimerTime = 0xEC4; // int32 - constexpr std::ptrdiff_t m_sRoundEndFunFactToken = 0xEC8; // CUtlString - constexpr std::ptrdiff_t m_iRoundEndFunFactPlayerSlot = 0xED0; // CPlayerSlot - constexpr std::ptrdiff_t m_iRoundEndFunFactData1 = 0xED4; // int32 - constexpr std::ptrdiff_t m_iRoundEndFunFactData2 = 0xED8; // int32 - constexpr std::ptrdiff_t m_iRoundEndFunFactData3 = 0xEDC; // int32 - constexpr std::ptrdiff_t m_sRoundEndMessage = 0xEE0; // CUtlString - constexpr std::ptrdiff_t m_iRoundEndPlayerCount = 0xEE8; // int32 - constexpr std::ptrdiff_t m_bRoundEndNoMusic = 0xEEC; // bool - constexpr std::ptrdiff_t m_iRoundEndLegacy = 0xEF0; // int32 - constexpr std::ptrdiff_t m_nRoundEndCount = 0xEF4; // uint8 - constexpr std::ptrdiff_t m_iRoundStartRoundNumber = 0xEF8; // int32 - constexpr std::ptrdiff_t m_nRoundStartCount = 0xEFC; // uint8 - constexpr std::ptrdiff_t m_flLastPerfSampleTime = 0x4F08; // float64 - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MPulseProvideFeatureTag - // MPulseLibraryBindings - namespace CCSTakeDamageInfoAPI { - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MPulseInstanceDomainInfo - // MPulseLibraryBindings - // MPulseDomainOptInFeatureTag - namespace CCSGameModeScript { - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_WeaponSequence (CUtlString) - namespace CCSGameModeRules_ArmsRace { - constexpr std::ptrdiff_t m_WeaponSequence = 0x38; // C_NetworkUtlVectorBase - } - // Parent: CCSGameModeScript - // Fields count: 1 - // - // Metadata: - // MPulseInstanceDomainInfo - // MPulseLibraryBindings - // MPulseDomainOptInFeatureTag - namespace CCSArmsRaceScript { - constexpr std::ptrdiff_t m_pOuter = 0xD8; // CCSGameModeRules_ArmsRace* - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // NetworkVarNames: m_flDMBonusStartTime (GameTime_t) - // NetworkVarNames: m_flDMBonusTimeLength (float) - // NetworkVarNames: m_nDMBonusWeaponLoadoutSlot (int16) - namespace CCSGameModeRules_Deathmatch { - constexpr std::ptrdiff_t m_flDMBonusStartTime = 0x38; // GameTime_t - constexpr std::ptrdiff_t m_flDMBonusTimeLength = 0x3C; // float32 - constexpr std::ptrdiff_t m_nDMBonusWeaponLoadoutSlot = 0x40; // int16 - } - // Parent: CCSGameModeScript - // Fields count: 1 - // - // Metadata: - // MPulseInstanceDomainInfo - // MPulseLibraryBindings - // MPulseDomainOptInFeatureTag - namespace CCSDeathmatchScript { - constexpr std::ptrdiff_t m_pOuter = 0xD8; // CCSGameModeRules_Deathmatch* - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // NetworkVarNames: m_nMatchSeed (int) - // NetworkVarNames: m_bBlockersPresent (bool) - // NetworkVarNames: m_bRoundInProgress (bool) - // NetworkVarNames: m_iFirstSecondHalfRound (int) - // NetworkVarNames: m_iBombSite (int) - namespace C_RetakeGameRules { - constexpr std::ptrdiff_t m_nMatchSeed = 0xF8; // int32 - constexpr std::ptrdiff_t m_bBlockersPresent = 0xFC; // bool - constexpr std::ptrdiff_t m_bRoundInProgress = 0xFD; // bool - constexpr std::ptrdiff_t m_iFirstSecondHalfRound = 0x100; // int32 - constexpr std::ptrdiff_t m_iBombSite = 0x104; // int32 - } - // Parent: None - // Fields count: 13 - // - // Metadata: - // NetworkVarNames: m_iKills (int) - // NetworkVarNames: m_iDeaths (int) - // NetworkVarNames: m_iAssists (int) - // NetworkVarNames: m_iDamage (int) - // NetworkVarNames: m_iEquipmentValue (int) - // NetworkVarNames: m_iMoneySaved (int) - // NetworkVarNames: m_iKillReward (int) - // NetworkVarNames: m_iLiveTime (int) - // NetworkVarNames: m_iHeadShotKills (int) - // NetworkVarNames: m_iObjective (int) - // NetworkVarNames: m_iCashEarned (int) - // NetworkVarNames: m_iUtilityDamage (int) - // NetworkVarNames: m_iEnemiesFlashed (int) - namespace CSPerRoundStats_t { - constexpr std::ptrdiff_t m_iKills = 0x30; // int32 - constexpr std::ptrdiff_t m_iDeaths = 0x34; // int32 - constexpr std::ptrdiff_t m_iAssists = 0x38; // int32 - constexpr std::ptrdiff_t m_iDamage = 0x3C; // int32 - constexpr std::ptrdiff_t m_iEquipmentValue = 0x40; // int32 - constexpr std::ptrdiff_t m_iMoneySaved = 0x44; // int32 - constexpr std::ptrdiff_t m_iKillReward = 0x48; // int32 - constexpr std::ptrdiff_t m_iLiveTime = 0x4C; // int32 - constexpr std::ptrdiff_t m_iHeadShotKills = 0x50; // int32 - constexpr std::ptrdiff_t m_iObjective = 0x54; // int32 - constexpr std::ptrdiff_t m_iCashEarned = 0x58; // int32 - constexpr std::ptrdiff_t m_iUtilityDamage = 0x5C; // int32 - constexpr std::ptrdiff_t m_iEnemiesFlashed = 0x60; // int32 - } - // Parent: CSPerRoundStats_t - // Fields count: 5 - // - // Metadata: - // NetworkVarNames: m_iEnemy5Ks (int) - // NetworkVarNames: m_iEnemy4Ks (int) - // NetworkVarNames: m_iEnemy3Ks (int) - // NetworkVarNames: m_iEnemyKnifeKills (int) - // NetworkVarNames: m_iEnemyTaserKills (int) - namespace CSMatchStats_t { - constexpr std::ptrdiff_t m_iEnemy5Ks = 0x64; // int32 - constexpr std::ptrdiff_t m_iEnemy4Ks = 0x68; // int32 - constexpr std::ptrdiff_t m_iEnemy3Ks = 0x6C; // int32 - constexpr std::ptrdiff_t m_iEnemyKnifeKills = 0x70; // int32 - constexpr std::ptrdiff_t m_iEnemyTaserKills = 0x74; // int32 - } - // Parent: C_BaseEntity - // Fields count: 8 - // - // Metadata: - // NetworkVarNames: m_nVariant (int) - // NetworkVarNames: m_nRandom (int) - // NetworkVarNames: m_nOrdinal (int) - // NetworkVarNames: m_sWeaponName (CUtlString) - // NetworkVarNames: m_xuid (XUID) - // NetworkVarNames: m_agentItem (CEconItemView) - // NetworkVarNames: m_glovesItem (CEconItemView) - // NetworkVarNames: m_weaponItem (CEconItemView) - namespace C_CSGO_TeamPreviewCharacterPosition { - constexpr std::ptrdiff_t m_nVariant = 0x6D0; // int32 - constexpr std::ptrdiff_t m_nRandom = 0x6D4; // int32 - constexpr std::ptrdiff_t m_nOrdinal = 0x6D8; // int32 - constexpr std::ptrdiff_t m_sWeaponName = 0x6E0; // CUtlString - constexpr std::ptrdiff_t m_xuid = 0x6E8; // uint64 - constexpr std::ptrdiff_t m_agentItem = 0x6F0; // C_EconItemView - constexpr std::ptrdiff_t m_glovesItem = 0x1A40; // C_EconItemView - constexpr std::ptrdiff_t m_weaponItem = 0x2D90; // C_EconItemView - } - // Parent: C_BaseEntity - // Fields count: 5 - // - // Metadata: - // NetworkVarNames: m_hPlayer (CHandle) - // NetworkVarNames: m_hPingedEntity (CHandle) - // NetworkVarNames: m_iType (int) - // NetworkVarNames: m_bUrgent (bool) - // NetworkVarNames: m_szPlaceName (char) - namespace C_PlayerPing { - constexpr std::ptrdiff_t m_hPlayer = 0x700; // CHandle - constexpr std::ptrdiff_t m_hPingedEntity = 0x704; // CHandle - constexpr std::ptrdiff_t m_iType = 0x708; // int32 - constexpr std::ptrdiff_t m_bUrgent = 0x70C; // bool - constexpr std::ptrdiff_t m_szPlaceName = 0x70D; // char[18] - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_hPlayerPing (CHandle) - namespace CCSPlayer_PingServices { - constexpr std::ptrdiff_t m_hPlayerPing = 0x40; // CHandle - } - // Parent: C_BaseEntity - // Fields count: 10 - // - // Metadata: - // NetworkVarNames: m_bHostageAlive (bool) - // NetworkVarNames: m_isHostageFollowingSomeone (bool) - // NetworkVarNames: m_iHostageEntityIDs (CEntityIndex) - // NetworkVarNames: m_bombsiteCenterA (Vector) - // NetworkVarNames: m_bombsiteCenterB (Vector) - // NetworkVarNames: m_hostageRescueX (int) - // NetworkVarNames: m_hostageRescueY (int) - // NetworkVarNames: m_hostageRescueZ (int) - // NetworkVarNames: m_bEndMatchNextMapAllVoted (bool) - namespace C_CSPlayerResource { - constexpr std::ptrdiff_t m_bHostageAlive = 0x6D0; // bool[12] - constexpr std::ptrdiff_t m_isHostageFollowingSomeone = 0x6DC; // bool[12] - constexpr std::ptrdiff_t m_iHostageEntityIDs = 0x6E8; // CEntityIndex[12] - constexpr std::ptrdiff_t m_bombsiteCenterA = 0x718; // Vector - constexpr std::ptrdiff_t m_bombsiteCenterB = 0x724; // Vector - constexpr std::ptrdiff_t m_hostageRescueX = 0x730; // int32[4] - constexpr std::ptrdiff_t m_hostageRescueY = 0x740; // int32[4] - constexpr std::ptrdiff_t m_hostageRescueZ = 0x750; // int32[4] - constexpr std::ptrdiff_t m_bEndMatchNextMapAllVoted = 0x760; // bool - constexpr std::ptrdiff_t m_foundGoalPositions = 0x761; // bool - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MPulseProvideFeatureTag - // MPulseLibraryBindings - namespace CCSPlayerControllerAPI { - } - // Parent: CPlayer_CameraServices - // Fields count: 6 - // - // Metadata: - // NetworkVarNames: m_iFOV (uint32) - // NetworkVarNames: m_iFOVStart (uint32) - // NetworkVarNames: m_flFOVTime (GameTime_t) - // NetworkVarNames: m_flFOVRate (float32) - // NetworkVarNames: m_hZoomOwner (CHandle) - namespace CCSPlayerBase_CameraServices { - constexpr std::ptrdiff_t m_iFOV = 0x210; // uint32 - constexpr std::ptrdiff_t m_iFOVStart = 0x214; // uint32 - constexpr std::ptrdiff_t m_flFOVTime = 0x218; // GameTime_t - constexpr std::ptrdiff_t m_flFOVRate = 0x21C; // float32 - constexpr std::ptrdiff_t m_hZoomOwner = 0x220; // CHandle - constexpr std::ptrdiff_t m_flLastShotFOV = 0x224; // float32 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_nItemDefIndex (uint16) - // NetworkVarNames: m_nCount (uint16) - namespace WeaponPurchaseCount_t { - constexpr std::ptrdiff_t m_nItemDefIndex = 0x30; // uint16 - constexpr std::ptrdiff_t m_nCount = 0x32; // uint16 - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_weaponPurchases (WeaponPurchaseCount_t) - namespace WeaponPurchaseTracker_t { - constexpr std::ptrdiff_t m_weaponPurchases = 0x8; // C_UtlVectorEmbeddedNetworkVar - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // NetworkVarNames: m_bIsRescuing (bool) - // NetworkVarNames: m_weaponPurchasesThisMatch (WeaponPurchaseTracker_t) - // NetworkVarNames: m_weaponPurchasesThisRound (WeaponPurchaseTracker_t) - namespace CCSPlayer_ActionTrackingServices { - constexpr std::ptrdiff_t m_hLastWeaponBeforeC4AutoSwitch = 0x40; // CHandle - constexpr std::ptrdiff_t m_bIsRescuing = 0x44; // bool - constexpr std::ptrdiff_t m_weaponPurchasesThisMatch = 0x48; // WeaponPurchaseTracker_t - constexpr std::ptrdiff_t m_weaponPurchasesThisRound = 0xA0; // WeaponPurchaseTracker_t - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_totalHitsOnServer (int32) - namespace CCSPlayer_BulletServices { - constexpr std::ptrdiff_t m_totalHitsOnServer = 0x40; // int32 - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // NetworkVarNames: m_unDefIdx (item_definition_index_t) - // NetworkVarNames: m_nCost (int) - // NetworkVarNames: m_nPrevArmor (int) - // NetworkVarNames: m_bPrevHelmet (bool) - // NetworkVarNames: m_hItem (CEntityHandle) - namespace SellbackPurchaseEntry_t { - constexpr std::ptrdiff_t m_unDefIdx = 0x30; // uint16 - constexpr std::ptrdiff_t m_nCost = 0x34; // int32 - constexpr std::ptrdiff_t m_nPrevArmor = 0x38; // int32 - constexpr std::ptrdiff_t m_bPrevHelmet = 0x3C; // bool - constexpr std::ptrdiff_t m_hItem = 0x40; // CEntityHandle - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_vecSellbackPurchaseEntries (SellbackPurchaseEntry_t) - namespace CCSPlayer_BuyServices { - constexpr std::ptrdiff_t m_vecSellbackPurchaseEntries = 0x40; // C_UtlVectorEmbeddedNetworkVar - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_hCarriedHostage (CHandle) - // NetworkVarNames: m_hCarriedHostageProp (CHandle) - namespace CCSPlayer_HostageServices { - constexpr std::ptrdiff_t m_hCarriedHostage = 0x40; // CHandle - constexpr std::ptrdiff_t m_hCarriedHostageProp = 0x44; // CHandle - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // NetworkVarNames: m_bHasDefuser (bool) - // NetworkVarNames: m_bHasHelmet (bool) - // NetworkVarNames: m_bHasHeavyArmor (bool) - namespace CCSPlayer_ItemServices { - constexpr std::ptrdiff_t m_bHasDefuser = 0x40; // bool - constexpr std::ptrdiff_t m_bHasHelmet = 0x41; // bool - constexpr std::ptrdiff_t m_bHasHeavyArmor = 0x42; // bool - } - // Parent: CPlayer_MovementServices_Humanoid - // Fields count: 37 - // - // Metadata: - // NetworkVarNames: m_flMaxFallVelocity (float) - // NetworkVarNames: m_vecLadderNormal (Vector) - // NetworkVarNames: m_nLadderSurfacePropIndex (int) - // NetworkVarNames: m_flDuckAmount (float) - // NetworkVarNames: m_flDuckSpeed (float) - // NetworkVarNames: m_bDuckOverride (bool) - // NetworkVarNames: m_bDesiresDuck (bool) - // NetworkVarNames: m_nDuckTimeMsecs (uint32) - // NetworkVarNames: m_nDuckJumpTimeMsecs (uint32) - // NetworkVarNames: m_nJumpTimeMsecs (uint32) - // NetworkVarNames: m_flLastDuckTime (float) - // NetworkVarNames: m_nGameCodeHasMovedPlayerAfterCommand (int) - // NetworkVarNames: m_bOldJumpPressed (bool) - // NetworkVarNames: m_flJumpUntil (float) - // NetworkVarNames: m_flJumpVel (float) - // NetworkVarNames: m_fStashGrenadeParameterWhen (GameTime_t) - // NetworkVarNames: m_nButtonDownMaskPrev (ButtonBitMask_t) - // NetworkVarNames: m_flOffsetTickCompleteTime (float) - // NetworkVarNames: m_flOffsetTickStashedSpeed (float) - // NetworkVarNames: m_flStamina (float) - namespace CCSPlayer_MovementServices { - constexpr std::ptrdiff_t m_flMaxFallVelocity = 0x214; // float32 - constexpr std::ptrdiff_t m_vecLadderNormal = 0x218; // Vector - constexpr std::ptrdiff_t m_nLadderSurfacePropIndex = 0x224; // int32 - constexpr std::ptrdiff_t m_flDuckAmount = 0x228; // float32 - constexpr std::ptrdiff_t m_flDuckSpeed = 0x22C; // float32 - constexpr std::ptrdiff_t m_bDuckOverride = 0x230; // bool - constexpr std::ptrdiff_t m_bDesiresDuck = 0x231; // bool - constexpr std::ptrdiff_t m_flDuckOffset = 0x234; // float32 - constexpr std::ptrdiff_t m_nDuckTimeMsecs = 0x238; // uint32 - constexpr std::ptrdiff_t m_nDuckJumpTimeMsecs = 0x23C; // uint32 - constexpr std::ptrdiff_t m_nJumpTimeMsecs = 0x240; // uint32 - constexpr std::ptrdiff_t m_flLastDuckTime = 0x244; // float32 - constexpr std::ptrdiff_t m_vecLastPositionAtFullCrouchSpeed = 0x250; // Vector2D - constexpr std::ptrdiff_t m_duckUntilOnGround = 0x258; // bool - constexpr std::ptrdiff_t m_bHasWalkMovedSinceLastJump = 0x259; // bool - constexpr std::ptrdiff_t m_bInStuckTest = 0x25A; // bool - constexpr std::ptrdiff_t m_flStuckCheckTime = 0x268; // float32[64][2] - constexpr std::ptrdiff_t m_nTraceCount = 0x468; // int32 - constexpr std::ptrdiff_t m_StuckLast = 0x46C; // int32 - constexpr std::ptrdiff_t m_bSpeedCropped = 0x470; // bool - constexpr std::ptrdiff_t m_nOldWaterLevel = 0x474; // int32 - constexpr std::ptrdiff_t m_flWaterEntryTime = 0x478; // float32 - constexpr std::ptrdiff_t m_vecForward = 0x47C; // Vector - constexpr std::ptrdiff_t m_vecLeft = 0x488; // Vector - constexpr std::ptrdiff_t m_vecUp = 0x494; // Vector - constexpr std::ptrdiff_t m_nGameCodeHasMovedPlayerAfterCommand = 0x4A0; // int32 - constexpr std::ptrdiff_t m_bOldJumpPressed = 0x4A4; // bool - constexpr std::ptrdiff_t m_flJumpPressedTime = 0x4A8; // float32 - constexpr std::ptrdiff_t m_flJumpUntil = 0x4AC; // float32 - constexpr std::ptrdiff_t m_flJumpVel = 0x4B0; // float32 - constexpr std::ptrdiff_t m_fStashGrenadeParameterWhen = 0x4B4; // GameTime_t - constexpr std::ptrdiff_t m_nButtonDownMaskPrev = 0x4B8; // uint64 - constexpr std::ptrdiff_t m_flOffsetTickCompleteTime = 0x4C0; // float32 - constexpr std::ptrdiff_t m_flOffsetTickStashedSpeed = 0x4C4; // float32 - constexpr std::ptrdiff_t m_flStamina = 0x4C8; // float32 - constexpr std::ptrdiff_t m_flHeightAtJumpStart = 0x4CC; // float32 - constexpr std::ptrdiff_t m_flMaxJumpHeightThisJump = 0x4D0; // float32 - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_hViewModel (CHandle) - namespace CCSPlayer_ViewModelServices { - constexpr std::ptrdiff_t m_hViewModel = 0x40; // CHandle[3] - } - // Parent: CPlayer_WeaponServices - // Fields count: 5 - // - // Metadata: - // NetworkVarNames: m_flNextAttack (GameTime_t) - // NetworkVarNames: m_bIsLookingAtWeapon (bool) - // NetworkVarNames: m_bIsHoldingLookAtWeapon (bool) - namespace CCSPlayer_WeaponServices { - constexpr std::ptrdiff_t m_flNextAttack = 0xB8; // GameTime_t - constexpr std::ptrdiff_t m_bIsLookingAtWeapon = 0xBC; // bool - constexpr std::ptrdiff_t m_bIsHoldingLookAtWeapon = 0xBD; // bool - constexpr std::ptrdiff_t m_nOldShootPositionHistoryCount = 0xC0; // uint32 - constexpr std::ptrdiff_t m_nOldInputHistoryCount = 0x458; // uint32 - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // NetworkVarNames: m_perRoundStats (CSPerRoundStats_t) - // NetworkVarNames: m_matchStats (CSMatchStats_t) - // NetworkVarNames: m_iNumRoundKills (int) - // NetworkVarNames: m_iNumRoundKillsHeadshots (int) - // NetworkVarNames: m_unTotalRoundDamageDealt (uint32) - namespace CCSPlayerController_ActionTrackingServices { - constexpr std::ptrdiff_t m_perRoundStats = 0x40; // C_UtlVectorEmbeddedNetworkVar - constexpr std::ptrdiff_t m_matchStats = 0x90; // CSMatchStats_t - constexpr std::ptrdiff_t m_iNumRoundKills = 0x108; // int32 - constexpr std::ptrdiff_t m_iNumRoundKillsHeadshots = 0x10C; // int32 - constexpr std::ptrdiff_t m_unTotalRoundDamageDealt = 0x110; // uint32 - } - // Parent: None - // Fields count: 14 - // - // Metadata: - // NetworkVarNames: m_PlayerDamager (CHandle) - // NetworkVarNames: m_PlayerRecipient (CHandle) - // NetworkVarNames: m_hPlayerControllerDamager (CHandle) - // NetworkVarNames: m_hPlayerControllerRecipient (CHandle) - // NetworkVarNames: m_szPlayerDamagerName (CUtlString) - // NetworkVarNames: m_szPlayerRecipientName (CUtlString) - // NetworkVarNames: m_DamagerXuid (uint64) - // NetworkVarNames: m_RecipientXuid (uint64) - // NetworkVarNames: m_iDamage (int) - // NetworkVarNames: m_iActualHealthRemoved (int) - // NetworkVarNames: m_iNumHits (int) - // NetworkVarNames: m_iLastBulletUpdate (int) - // NetworkVarNames: m_bIsOtherEnemy (bool) - // NetworkVarNames: m_killType (EKillTypes_t) - namespace CDamageRecord { - constexpr std::ptrdiff_t m_PlayerDamager = 0x28; // CHandle - constexpr std::ptrdiff_t m_PlayerRecipient = 0x2C; // CHandle - constexpr std::ptrdiff_t m_hPlayerControllerDamager = 0x30; // CHandle - constexpr std::ptrdiff_t m_hPlayerControllerRecipient = 0x34; // CHandle - constexpr std::ptrdiff_t m_szPlayerDamagerName = 0x38; // CUtlString - constexpr std::ptrdiff_t m_szPlayerRecipientName = 0x40; // CUtlString - constexpr std::ptrdiff_t m_DamagerXuid = 0x48; // uint64 - constexpr std::ptrdiff_t m_RecipientXuid = 0x50; // uint64 - constexpr std::ptrdiff_t m_iDamage = 0x58; // int32 - constexpr std::ptrdiff_t m_iActualHealthRemoved = 0x5C; // int32 - constexpr std::ptrdiff_t m_iNumHits = 0x60; // int32 - constexpr std::ptrdiff_t m_iLastBulletUpdate = 0x64; // int32 - constexpr std::ptrdiff_t m_bIsOtherEnemy = 0x68; // bool - constexpr std::ptrdiff_t m_killType = 0x69; // EKillTypes_t - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_nSendUpdate (int) - // NetworkVarNames: m_DamageList (CDamageRecord) - namespace CCSPlayerController_DamageServices { - constexpr std::ptrdiff_t m_nSendUpdate = 0x40; // int32 - constexpr std::ptrdiff_t m_DamageList = 0x48; // C_UtlVectorEmbeddedNetworkVar - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // NetworkVarNames: m_iAccount (int) - // NetworkVarNames: m_iStartAccount (int) - // NetworkVarNames: m_iTotalCashSpent (int) - // NetworkVarNames: m_iCashSpentThisRound (int) - namespace CCSPlayerController_InGameMoneyServices { - constexpr std::ptrdiff_t m_iAccount = 0x40; // int32 - constexpr std::ptrdiff_t m_iStartAccount = 0x44; // int32 - constexpr std::ptrdiff_t m_iTotalCashSpent = 0x48; // int32 - constexpr std::ptrdiff_t m_iCashSpentThisRound = 0x4C; // int32 - constexpr std::ptrdiff_t m_nPreviousAccount = 0x50; // int32 - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // NetworkVarNames: m_unMusicID (item_definition_index_t) - // NetworkVarNames: m_rank (MedalRank_t) - // NetworkVarNames: m_nPersonaDataPublicLevel (int) - // NetworkVarNames: m_nPersonaDataPublicCommendsLeader (int) - // NetworkVarNames: m_nPersonaDataPublicCommendsTeacher (int) - // NetworkVarNames: m_nPersonaDataPublicCommendsFriendly (int) - // NetworkVarNames: m_nPersonaDataXpTrailLevel (int) - // NetworkVarNames: m_vecServerAuthoritativeWeaponSlots (ServerAuthoritativeWeaponSlot_t) - namespace CCSPlayerController_InventoryServices { - constexpr std::ptrdiff_t m_unMusicID = 0x40; // uint16 - constexpr std::ptrdiff_t m_rank = 0x44; // MedalRank_t[6] - constexpr std::ptrdiff_t m_nPersonaDataPublicLevel = 0x5C; // int32 - constexpr std::ptrdiff_t m_nPersonaDataPublicCommendsLeader = 0x60; // int32 - constexpr std::ptrdiff_t m_nPersonaDataPublicCommendsTeacher = 0x64; // int32 - constexpr std::ptrdiff_t m_nPersonaDataPublicCommendsFriendly = 0x68; // int32 - constexpr std::ptrdiff_t m_nPersonaDataXpTrailLevel = 0x6C; // int32 - constexpr std::ptrdiff_t m_vecServerAuthoritativeWeaponSlots = 0x70; // C_UtlVectorEmbeddedNetworkVar - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MPulseProvideFeatureTag - // MPulseLibraryBindings - namespace CCSWeaponBaseVDataAPI { - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MPulseProvideFeatureTag - // MPulseLibraryBindings - namespace CCSWeaponBaseAPI { - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyElementNameFn - namespace CompositeMaterialMatchFilter_t { - constexpr std::ptrdiff_t m_nCompositeMaterialMatchFilterType = 0x0; // CompositeMaterialMatchFilterType_t - constexpr std::ptrdiff_t m_strMatchFilter = 0x8; // CUtlString - constexpr std::ptrdiff_t m_strMatchValue = 0x10; // CUtlString - constexpr std::ptrdiff_t m_bPassWhenTrue = 0x18; // bool - } - // Parent: None - // Fields count: 34 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyElementNameFn - namespace CompositeMaterialInputLooseVariable_t { - constexpr std::ptrdiff_t m_strName = 0x0; // CUtlString - constexpr std::ptrdiff_t m_bExposeExternally = 0x8; // bool - constexpr std::ptrdiff_t m_strExposedFriendlyName = 0x10; // CUtlString - constexpr std::ptrdiff_t m_strExposedFriendlyGroupName = 0x18; // CUtlString - constexpr std::ptrdiff_t m_bExposedVariableIsFixedRange = 0x20; // bool - constexpr std::ptrdiff_t m_strExposedVisibleWhenTrue = 0x28; // CUtlString - constexpr std::ptrdiff_t m_strExposedHiddenWhenTrue = 0x30; // CUtlString - constexpr std::ptrdiff_t m_nVariableType = 0x38; // CompositeMaterialInputLooseVariableType_t - constexpr std::ptrdiff_t m_bValueBoolean = 0x3C; // bool - constexpr std::ptrdiff_t m_nValueIntX = 0x40; // int32 - constexpr std::ptrdiff_t m_nValueIntY = 0x44; // int32 - constexpr std::ptrdiff_t m_nValueIntZ = 0x48; // int32 - constexpr std::ptrdiff_t m_nValueIntW = 0x4C; // int32 - constexpr std::ptrdiff_t m_bHasFloatBounds = 0x50; // bool - constexpr std::ptrdiff_t m_flValueFloatX = 0x54; // float32 - constexpr std::ptrdiff_t m_flValueFloatX_Min = 0x58; // float32 - constexpr std::ptrdiff_t m_flValueFloatX_Max = 0x5C; // float32 - constexpr std::ptrdiff_t m_flValueFloatY = 0x60; // float32 - constexpr std::ptrdiff_t m_flValueFloatY_Min = 0x64; // float32 - constexpr std::ptrdiff_t m_flValueFloatY_Max = 0x68; // float32 - constexpr std::ptrdiff_t m_flValueFloatZ = 0x6C; // float32 - constexpr std::ptrdiff_t m_flValueFloatZ_Min = 0x70; // float32 - constexpr std::ptrdiff_t m_flValueFloatZ_Max = 0x74; // float32 - constexpr std::ptrdiff_t m_flValueFloatW = 0x78; // float32 - constexpr std::ptrdiff_t m_flValueFloatW_Min = 0x7C; // float32 - constexpr std::ptrdiff_t m_flValueFloatW_Max = 0x80; // float32 - constexpr std::ptrdiff_t m_cValueColor4 = 0x84; // Color - constexpr std::ptrdiff_t m_nValueSystemVar = 0x88; // CompositeMaterialVarSystemVar_t - constexpr std::ptrdiff_t m_strResourceMaterial = 0x90; // CResourceName - constexpr std::ptrdiff_t m_strTextureContentAssetPath = 0x170; // CUtlString - constexpr std::ptrdiff_t m_strTextureRuntimeResourcePath = 0x178; // CResourceName - constexpr std::ptrdiff_t m_strTextureCompilationVtexTemplate = 0x258; // CUtlString - constexpr std::ptrdiff_t m_nTextureType = 0x260; // CompositeMaterialInputTextureType_t - constexpr std::ptrdiff_t m_strString = 0x268; // CUtlString - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyElementNameFn - namespace CompMatMutatorCondition_t { - constexpr std::ptrdiff_t m_nMutatorCondition = 0x0; // CompMatPropertyMutatorConditionType_t - constexpr std::ptrdiff_t m_strMutatorConditionContainerName = 0x8; // CUtlString - constexpr std::ptrdiff_t m_strMutatorConditionContainerVarName = 0x10; // CUtlString - constexpr std::ptrdiff_t m_strMutatorConditionContainerVarValue = 0x18; // CUtlString - constexpr std::ptrdiff_t m_bPassWhenTrue = 0x20; // bool - } - // Parent: None - // Fields count: 28 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyElementNameFn - namespace CompMatPropertyMutator_t { - constexpr std::ptrdiff_t m_bEnabled = 0x0; // bool - constexpr std::ptrdiff_t m_nMutatorCommandType = 0x4; // CompMatPropertyMutatorType_t - constexpr std::ptrdiff_t m_strInitWith_Container = 0x8; // CUtlString - constexpr std::ptrdiff_t m_strCopyProperty_InputContainerSrc = 0x10; // CUtlString - constexpr std::ptrdiff_t m_strCopyProperty_InputContainerProperty = 0x18; // CUtlString - constexpr std::ptrdiff_t m_strCopyProperty_TargetProperty = 0x20; // CUtlString - constexpr std::ptrdiff_t m_strRandomRollInputVars_SeedInputVar = 0x28; // CUtlString - constexpr std::ptrdiff_t m_vecRandomRollInputVars_InputVarsToRoll = 0x30; // CUtlVector - constexpr std::ptrdiff_t m_strCopyMatchingKeys_InputContainerSrc = 0x48; // CUtlString - constexpr std::ptrdiff_t m_strCopyKeysWithSuffix_InputContainerSrc = 0x50; // CUtlString - constexpr std::ptrdiff_t m_strCopyKeysWithSuffix_FindSuffix = 0x58; // CUtlString - constexpr std::ptrdiff_t m_strCopyKeysWithSuffix_ReplaceSuffix = 0x60; // CUtlString - constexpr std::ptrdiff_t m_nSetValue_Value = 0x68; // CompositeMaterialInputLooseVariable_t - constexpr std::ptrdiff_t m_strGenerateTexture_TargetParam = 0x2D8; // CUtlString - constexpr std::ptrdiff_t m_strGenerateTexture_InitialContainer = 0x2E0; // CUtlString - constexpr std::ptrdiff_t m_nResolution = 0x2E8; // int32 - constexpr std::ptrdiff_t m_bIsScratchTarget = 0x2EC; // bool - constexpr std::ptrdiff_t m_bSplatDebugInfo = 0x2ED; // bool - constexpr std::ptrdiff_t m_bCaptureInRenderDoc = 0x2EE; // bool - constexpr std::ptrdiff_t m_vecTexGenInstructions = 0x2F0; // CUtlVector - constexpr std::ptrdiff_t m_vecConditionalMutators = 0x308; // CUtlVector - constexpr std::ptrdiff_t m_strPopInputQueue_Container = 0x320; // CUtlString - constexpr std::ptrdiff_t m_strDrawText_InputContainerSrc = 0x328; // CUtlString - constexpr std::ptrdiff_t m_strDrawText_InputContainerProperty = 0x330; // CUtlString - constexpr std::ptrdiff_t m_vecDrawText_Position = 0x338; // Vector2D - constexpr std::ptrdiff_t m_colDrawText_Color = 0x340; // Color - constexpr std::ptrdiff_t m_strDrawText_Font = 0x348; // CUtlString - constexpr std::ptrdiff_t m_vecConditions = 0x350; // CUtlVector - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyElementNameFn - namespace CompositeMaterialInputContainer_t { - constexpr std::ptrdiff_t m_bEnabled = 0x0; // bool - constexpr std::ptrdiff_t m_nCompositeMaterialInputContainerSourceType = 0x4; // CompositeMaterialInputContainerSourceType_t - constexpr std::ptrdiff_t m_strSpecificContainerMaterial = 0x8; // CResourceName - constexpr std::ptrdiff_t m_strAttrName = 0xE8; // CUtlString - constexpr std::ptrdiff_t m_strAlias = 0xF0; // CUtlString - constexpr std::ptrdiff_t m_vecLooseVariables = 0xF8; // CUtlVector - constexpr std::ptrdiff_t m_strAttrNameForVar = 0x110; // CUtlString - constexpr std::ptrdiff_t m_bExposeExternally = 0x118; // bool - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyElementNameFn - namespace CompositeMaterialAssemblyProcedure_t { - constexpr std::ptrdiff_t m_vecCompMatIncludes = 0x0; // CUtlVector - constexpr std::ptrdiff_t m_vecMatchFilters = 0x18; // CUtlVector - constexpr std::ptrdiff_t m_vecCompositeInputContainers = 0x30; // CUtlVector - constexpr std::ptrdiff_t m_vecPropertyMutators = 0x48; // CUtlVector - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MPropertyElementNameFn - namespace GeneratedTextureHandle_t { - constexpr std::ptrdiff_t m_strBitmapName = 0x0; // CUtlString - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MPropertyElementNameFn - namespace CompositeMaterial_t { - constexpr std::ptrdiff_t m_TargetKVs = 0x8; // KeyValues3 - constexpr std::ptrdiff_t m_PreGenerationKVs = 0x18; // KeyValues3 - constexpr std::ptrdiff_t m_FinalKVs = 0x28; // KeyValues3 - constexpr std::ptrdiff_t m_vecGeneratedTextures = 0x40; // CUtlVector - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CompositeMaterialEditorPoint_t { - constexpr std::ptrdiff_t m_ModelName = 0x0; // CResourceName - constexpr std::ptrdiff_t m_nSequenceIndex = 0xE0; // int32 - constexpr std::ptrdiff_t m_flCycle = 0xE4; // float32 - constexpr std::ptrdiff_t m_KVModelStateChoices = 0xE8; // KeyValues3 - constexpr std::ptrdiff_t m_bEnableChildModel = 0xF8; // bool - constexpr std::ptrdiff_t m_ChildModelName = 0x100; // CResourceName - constexpr std::ptrdiff_t m_vecCompositeMaterialAssemblyProcedures = 0x1E0; // CUtlVector - constexpr std::ptrdiff_t m_vecCompositeMaterials = 0x1F8; // CUtlVector - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CCompositeMaterialEditorDoc { - constexpr std::ptrdiff_t m_nVersion = 0x8; // int32 - constexpr std::ptrdiff_t m_Points = 0x10; // CUtlVector - constexpr std::ptrdiff_t m_KVthumbnail = 0x28; // KeyValues3 - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MPulseProvideFeatureTag - // MPulseLibraryBindings - namespace C_CSObserverPawnAPI { - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MPulseProvideFeatureTag - // MPulseLibraryBindings - namespace C_CSPlayerPawnAPI { - } - // Parent: C_BaseEntity - // Fields count: 7 - // - // Metadata: - // NetworkVarNames: m_iActiveIssueIndex (int) - // NetworkVarNames: m_iOnlyTeamToVote (int) - // NetworkVarNames: m_nVoteOptionCount (int) - // NetworkVarNames: m_nPotentialVotes (int) - // NetworkVarNames: m_bIsYesNoVote (bool) - namespace C_VoteController { - constexpr std::ptrdiff_t m_iActiveIssueIndex = 0x6DC; // int32 - constexpr std::ptrdiff_t m_iOnlyTeamToVote = 0x6E0; // int32 - constexpr std::ptrdiff_t m_nVoteOptionCount = 0x6E4; // int32[5] - constexpr std::ptrdiff_t m_nPotentialVotes = 0x6F8; // int32 - constexpr std::ptrdiff_t m_bVotesDirty = 0x6FC; // bool - constexpr std::ptrdiff_t m_bTypeDirty = 0x6FD; // bool - constexpr std::ptrdiff_t m_bIsYesNoVote = 0x6FE; // bool - } - // Parent: C_BaseEntity - // Fields count: 17 - // - // Metadata: - // NetworkVarNames: m_nDraftType (int) - // NetworkVarNames: m_nTeamWinningCoinToss (int) - // NetworkVarNames: m_nTeamWithFirstChoice (int) - // NetworkVarNames: m_nVoteMapIdsList (int) - // NetworkVarNames: m_nAccountIDs (int) - // NetworkVarNames: m_nMapId0 (int) - // NetworkVarNames: m_nMapId1 (int) - // NetworkVarNames: m_nMapId2 (int) - // NetworkVarNames: m_nMapId3 (int) - // NetworkVarNames: m_nMapId4 (int) - // NetworkVarNames: m_nMapId5 (int) - // NetworkVarNames: m_nStartingSide0 (int) - // NetworkVarNames: m_nCurrentPhase (int) - // NetworkVarNames: m_nPhaseStartTick (int) - // NetworkVarNames: m_nPhaseDurationTicks (int) - namespace C_MapVetoPickController { - constexpr std::ptrdiff_t m_nDraftType = 0x6DC; // int32 - constexpr std::ptrdiff_t m_nTeamWinningCoinToss = 0x6E0; // int32 - constexpr std::ptrdiff_t m_nTeamWithFirstChoice = 0x6E4; // int32[64] - constexpr std::ptrdiff_t m_nVoteMapIdsList = 0x7E4; // int32[7] - constexpr std::ptrdiff_t m_nAccountIDs = 0x800; // int32[64] - constexpr std::ptrdiff_t m_nMapId0 = 0x900; // int32[64] - constexpr std::ptrdiff_t m_nMapId1 = 0xA00; // int32[64] - constexpr std::ptrdiff_t m_nMapId2 = 0xB00; // int32[64] - constexpr std::ptrdiff_t m_nMapId3 = 0xC00; // int32[64] - constexpr std::ptrdiff_t m_nMapId4 = 0xD00; // int32[64] - constexpr std::ptrdiff_t m_nMapId5 = 0xE00; // int32[64] - constexpr std::ptrdiff_t m_nStartingSide0 = 0xF00; // int32[64] - constexpr std::ptrdiff_t m_nCurrentPhase = 0x1000; // int32 - constexpr std::ptrdiff_t m_nPhaseStartTick = 0x1004; // int32 - constexpr std::ptrdiff_t m_nPhaseDurationTicks = 0x1008; // int32 - constexpr std::ptrdiff_t m_nPostDataUpdateTick = 0x100C; // int32 - constexpr std::ptrdiff_t m_bDisabledHud = 0x1010; // bool - } - // Parent: C_BaseEntity - // Fields count: 24 - // - // Metadata: - // NetworkVarNames: m_Color (Color) - // NetworkVarNames: m_flBrightness (float) - // NetworkVarNames: m_hCubemapTexture (HRenderTextureStrong) - // NetworkVarNames: m_bCustomCubemapTexture (bool) - // NetworkVarNames: m_hLightProbeTexture (HRenderTextureStrong) - // NetworkVarNames: m_hLightProbeDirectLightIndicesTexture (HRenderTextureStrong) - // NetworkVarNames: m_hLightProbeDirectLightScalarsTexture (HRenderTextureStrong) - // NetworkVarNames: m_hLightProbeDirectLightShadowsTexture (HRenderTextureStrong) - // NetworkVarNames: m_vBoxMins (Vector) - // NetworkVarNames: m_vBoxMaxs (Vector) - // NetworkVarNames: m_bMoveable (bool) - // NetworkVarNames: m_nHandshake (int) - // NetworkVarNames: m_nEnvCubeMapArrayIndex (int) - // NetworkVarNames: m_nPriority (int) - // NetworkVarNames: m_bStartDisabled (bool) - // NetworkVarNames: m_flEdgeFadeDist (float) - // NetworkVarNames: m_vEdgeFadeDists (Vector) - // NetworkVarNames: m_nLightProbeSizeX (int) - // NetworkVarNames: m_nLightProbeSizeY (int) - // NetworkVarNames: m_nLightProbeSizeZ (int) - // NetworkVarNames: m_nLightProbeAtlasX (int) - // NetworkVarNames: m_nLightProbeAtlasY (int) - // NetworkVarNames: m_nLightProbeAtlasZ (int) - // NetworkVarNames: m_bEnabled (bool) - namespace C_EnvCombinedLightProbeVolume { - constexpr std::ptrdiff_t m_Color = 0x1728; // Color - constexpr std::ptrdiff_t m_flBrightness = 0x172C; // float32 - constexpr std::ptrdiff_t m_hCubemapTexture = 0x1730; // CStrongHandle - constexpr std::ptrdiff_t m_bCustomCubemapTexture = 0x1738; // bool - constexpr std::ptrdiff_t m_hLightProbeTexture = 0x1740; // CStrongHandle - constexpr std::ptrdiff_t m_hLightProbeDirectLightIndicesTexture = 0x1748; // CStrongHandle - constexpr std::ptrdiff_t m_hLightProbeDirectLightScalarsTexture = 0x1750; // CStrongHandle - constexpr std::ptrdiff_t m_hLightProbeDirectLightShadowsTexture = 0x1758; // CStrongHandle - constexpr std::ptrdiff_t m_vBoxMins = 0x1760; // Vector - constexpr std::ptrdiff_t m_vBoxMaxs = 0x176C; // Vector - constexpr std::ptrdiff_t m_bMoveable = 0x1778; // bool - constexpr std::ptrdiff_t m_nHandshake = 0x177C; // int32 - constexpr std::ptrdiff_t m_nEnvCubeMapArrayIndex = 0x1780; // int32 - constexpr std::ptrdiff_t m_nPriority = 0x1784; // int32 - constexpr std::ptrdiff_t m_bStartDisabled = 0x1788; // bool - constexpr std::ptrdiff_t m_flEdgeFadeDist = 0x178C; // float32 - constexpr std::ptrdiff_t m_vEdgeFadeDists = 0x1790; // Vector - constexpr std::ptrdiff_t m_nLightProbeSizeX = 0x179C; // int32 - constexpr std::ptrdiff_t m_nLightProbeSizeY = 0x17A0; // int32 - constexpr std::ptrdiff_t m_nLightProbeSizeZ = 0x17A4; // int32 - constexpr std::ptrdiff_t m_nLightProbeAtlasX = 0x17A8; // int32 - constexpr std::ptrdiff_t m_nLightProbeAtlasY = 0x17AC; // int32 - constexpr std::ptrdiff_t m_nLightProbeAtlasZ = 0x17B0; // int32 - constexpr std::ptrdiff_t m_bEnabled = 0x17C9; // bool - } - // Parent: C_BaseEntity - // Fields count: 18 - // - // Metadata: - // NetworkVarNames: m_hCubemapTexture (HRenderTextureStrong) - // NetworkVarNames: m_bCustomCubemapTexture (bool) - // NetworkVarNames: m_flInfluenceRadius (float) - // NetworkVarNames: m_vBoxProjectMins (Vector) - // NetworkVarNames: m_vBoxProjectMaxs (Vector) - // NetworkVarNames: m_bMoveable (bool) - // NetworkVarNames: m_nHandshake (int) - // NetworkVarNames: m_nEnvCubeMapArrayIndex (int) - // NetworkVarNames: m_nPriority (int) - // NetworkVarNames: m_flEdgeFadeDist (float) - // NetworkVarNames: m_vEdgeFadeDists (Vector) - // NetworkVarNames: m_flDiffuseScale (float) - // NetworkVarNames: m_bStartDisabled (bool) - // NetworkVarNames: m_bDefaultEnvMap (bool) - // NetworkVarNames: m_bDefaultSpecEnvMap (bool) - // NetworkVarNames: m_bIndoorCubeMap (bool) - // NetworkVarNames: m_bCopyDiffuseFromDefaultCubemap (bool) - // NetworkVarNames: m_bEnabled (bool) - namespace C_EnvCubemap { - constexpr std::ptrdiff_t m_hCubemapTexture = 0x750; // CStrongHandle - constexpr std::ptrdiff_t m_bCustomCubemapTexture = 0x758; // bool - constexpr std::ptrdiff_t m_flInfluenceRadius = 0x75C; // float32 - constexpr std::ptrdiff_t m_vBoxProjectMins = 0x760; // Vector - constexpr std::ptrdiff_t m_vBoxProjectMaxs = 0x76C; // Vector - constexpr std::ptrdiff_t m_bMoveable = 0x778; // bool - constexpr std::ptrdiff_t m_nHandshake = 0x77C; // int32 - constexpr std::ptrdiff_t m_nEnvCubeMapArrayIndex = 0x780; // int32 - constexpr std::ptrdiff_t m_nPriority = 0x784; // int32 - constexpr std::ptrdiff_t m_flEdgeFadeDist = 0x788; // float32 - constexpr std::ptrdiff_t m_vEdgeFadeDists = 0x78C; // Vector - constexpr std::ptrdiff_t m_flDiffuseScale = 0x798; // float32 - constexpr std::ptrdiff_t m_bStartDisabled = 0x79C; // bool - constexpr std::ptrdiff_t m_bDefaultEnvMap = 0x79D; // bool - constexpr std::ptrdiff_t m_bDefaultSpecEnvMap = 0x79E; // bool - constexpr std::ptrdiff_t m_bIndoorCubeMap = 0x79F; // bool - constexpr std::ptrdiff_t m_bCopyDiffuseFromDefaultCubemap = 0x7A0; // bool - constexpr std::ptrdiff_t m_bEnabled = 0x7B0; // bool - } - // Parent: C_BaseEntity - // Fields count: 18 - // - // Metadata: - // NetworkVarNames: m_flEndDistance (float) - // NetworkVarNames: m_flStartDistance (float) - // NetworkVarNames: m_flFogFalloffExponent (float) - // NetworkVarNames: m_bHeightFogEnabled (bool) - // NetworkVarNames: m_flFogHeightWidth (float) - // NetworkVarNames: m_flFogHeightEnd (float) - // NetworkVarNames: m_flFogHeightStart (float) - // NetworkVarNames: m_flFogHeightExponent (float) - // NetworkVarNames: m_flLODBias (float) - // NetworkVarNames: m_bActive (bool) - // NetworkVarNames: m_bStartDisabled (bool) - // NetworkVarNames: m_flFogMaxOpacity (float) - // NetworkVarNames: m_nCubemapSourceType (int) - // NetworkVarNames: m_hSkyMaterial (HMaterialStrong) - // NetworkVarNames: m_iszSkyEntity (string_t) - // NetworkVarNames: m_hFogCubemapTexture (HRenderTextureStrong) - // NetworkVarNames: m_bHasHeightFogEnd (bool) - namespace C_EnvCubemapFog { - constexpr std::ptrdiff_t m_flEndDistance = 0x6D0; // float32 - constexpr std::ptrdiff_t m_flStartDistance = 0x6D4; // float32 - constexpr std::ptrdiff_t m_flFogFalloffExponent = 0x6D8; // float32 - constexpr std::ptrdiff_t m_bHeightFogEnabled = 0x6DC; // bool - constexpr std::ptrdiff_t m_flFogHeightWidth = 0x6E0; // float32 - constexpr std::ptrdiff_t m_flFogHeightEnd = 0x6E4; // float32 - constexpr std::ptrdiff_t m_flFogHeightStart = 0x6E8; // float32 - constexpr std::ptrdiff_t m_flFogHeightExponent = 0x6EC; // float32 - constexpr std::ptrdiff_t m_flLODBias = 0x6F0; // float32 - constexpr std::ptrdiff_t m_bActive = 0x6F4; // bool - constexpr std::ptrdiff_t m_bStartDisabled = 0x6F5; // bool - constexpr std::ptrdiff_t m_flFogMaxOpacity = 0x6F8; // float32 - constexpr std::ptrdiff_t m_nCubemapSourceType = 0x6FC; // int32 - constexpr std::ptrdiff_t m_hSkyMaterial = 0x700; // CStrongHandle - constexpr std::ptrdiff_t m_iszSkyEntity = 0x708; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_hFogCubemapTexture = 0x710; // CStrongHandle - constexpr std::ptrdiff_t m_bHasHeightFogEnd = 0x718; // bool - constexpr std::ptrdiff_t m_bFirstTime = 0x719; // bool - } - // Parent: C_BaseEntity - // Fields count: 16 - // - // Metadata: - // NetworkVarNames: m_hGradientFogTexture (HRenderTextureStrong) - // NetworkVarNames: m_flFogStartDistance (float) - // NetworkVarNames: m_flFogEndDistance (float) - // NetworkVarNames: m_bHeightFogEnabled (bool) - // NetworkVarNames: m_flFogStartHeight (float) - // NetworkVarNames: m_flFogEndHeight (float) - // NetworkVarNames: m_flFarZ (float) - // NetworkVarNames: m_flFogMaxOpacity (float) - // NetworkVarNames: m_flFogFalloffExponent (float) - // NetworkVarNames: m_flFogVerticalExponent (float) - // NetworkVarNames: m_fogColor (Color) - // NetworkVarNames: m_flFogStrength (float) - // NetworkVarNames: m_flFadeTime (float) - // NetworkVarNames: m_bStartDisabled (bool) - // NetworkVarNames: m_bIsEnabled (bool) - namespace C_GradientFog { - constexpr std::ptrdiff_t m_hGradientFogTexture = 0x6D0; // CStrongHandle - constexpr std::ptrdiff_t m_flFogStartDistance = 0x6D8; // float32 - constexpr std::ptrdiff_t m_flFogEndDistance = 0x6DC; // float32 - constexpr std::ptrdiff_t m_bHeightFogEnabled = 0x6E0; // bool - constexpr std::ptrdiff_t m_flFogStartHeight = 0x6E4; // float32 - constexpr std::ptrdiff_t m_flFogEndHeight = 0x6E8; // float32 - constexpr std::ptrdiff_t m_flFarZ = 0x6EC; // float32 - constexpr std::ptrdiff_t m_flFogMaxOpacity = 0x6F0; // float32 - constexpr std::ptrdiff_t m_flFogFalloffExponent = 0x6F4; // float32 - constexpr std::ptrdiff_t m_flFogVerticalExponent = 0x6F8; // float32 - constexpr std::ptrdiff_t m_fogColor = 0x6FC; // Color - constexpr std::ptrdiff_t m_flFogStrength = 0x700; // float32 - constexpr std::ptrdiff_t m_flFadeTime = 0x704; // float32 - constexpr std::ptrdiff_t m_bStartDisabled = 0x708; // bool - constexpr std::ptrdiff_t m_bIsEnabled = 0x709; // bool - constexpr std::ptrdiff_t m_bGradientFogNeedsTextures = 0x70A; // bool - } - // Parent: C_BaseEntity - // Fields count: 17 - // - // Metadata: - // NetworkVarNames: m_hLightProbeTexture (HRenderTextureStrong) - // NetworkVarNames: m_hLightProbeDirectLightIndicesTexture (HRenderTextureStrong) - // NetworkVarNames: m_hLightProbeDirectLightScalarsTexture (HRenderTextureStrong) - // NetworkVarNames: m_hLightProbeDirectLightShadowsTexture (HRenderTextureStrong) - // NetworkVarNames: m_vBoxMins (Vector) - // NetworkVarNames: m_vBoxMaxs (Vector) - // NetworkVarNames: m_bMoveable (bool) - // NetworkVarNames: m_nHandshake (int) - // NetworkVarNames: m_nPriority (int) - // NetworkVarNames: m_bStartDisabled (bool) - // NetworkVarNames: m_nLightProbeSizeX (int) - // NetworkVarNames: m_nLightProbeSizeY (int) - // NetworkVarNames: m_nLightProbeSizeZ (int) - // NetworkVarNames: m_nLightProbeAtlasX (int) - // NetworkVarNames: m_nLightProbeAtlasY (int) - // NetworkVarNames: m_nLightProbeAtlasZ (int) - // NetworkVarNames: m_bEnabled (bool) - namespace C_EnvLightProbeVolume { - constexpr std::ptrdiff_t m_hLightProbeTexture = 0x16A8; // CStrongHandle - constexpr std::ptrdiff_t m_hLightProbeDirectLightIndicesTexture = 0x16B0; // CStrongHandle - constexpr std::ptrdiff_t m_hLightProbeDirectLightScalarsTexture = 0x16B8; // CStrongHandle - constexpr std::ptrdiff_t m_hLightProbeDirectLightShadowsTexture = 0x16C0; // CStrongHandle - constexpr std::ptrdiff_t m_vBoxMins = 0x16C8; // Vector - constexpr std::ptrdiff_t m_vBoxMaxs = 0x16D4; // Vector - constexpr std::ptrdiff_t m_bMoveable = 0x16E0; // bool - constexpr std::ptrdiff_t m_nHandshake = 0x16E4; // int32 - constexpr std::ptrdiff_t m_nPriority = 0x16E8; // int32 - constexpr std::ptrdiff_t m_bStartDisabled = 0x16EC; // bool - constexpr std::ptrdiff_t m_nLightProbeSizeX = 0x16F0; // int32 - constexpr std::ptrdiff_t m_nLightProbeSizeY = 0x16F4; // int32 - constexpr std::ptrdiff_t m_nLightProbeSizeZ = 0x16F8; // int32 - constexpr std::ptrdiff_t m_nLightProbeAtlasX = 0x16FC; // int32 - constexpr std::ptrdiff_t m_nLightProbeAtlasY = 0x1700; // int32 - constexpr std::ptrdiff_t m_nLightProbeAtlasZ = 0x1704; // int32 - constexpr std::ptrdiff_t m_bEnabled = 0x1711; // bool - } - // Parent: C_BaseEntity - // Fields count: 6 - // - // Metadata: - // NetworkVarNames: m_flVisibilityStrength (float) - // NetworkVarNames: m_flFogDistanceMultiplier (float) - // NetworkVarNames: m_flFogMaxDensityMultiplier (float) - // NetworkVarNames: m_flFadeTime (float) - // NetworkVarNames: m_bStartDisabled (bool) - // NetworkVarNames: m_bIsEnabled (bool) - namespace C_PlayerVisibility { - constexpr std::ptrdiff_t m_flVisibilityStrength = 0x6D0; // float32 - constexpr std::ptrdiff_t m_flFogDistanceMultiplier = 0x6D4; // float32 - constexpr std::ptrdiff_t m_flFogMaxDensityMultiplier = 0x6D8; // float32 - constexpr std::ptrdiff_t m_flFadeTime = 0x6DC; // float32 - constexpr std::ptrdiff_t m_bStartDisabled = 0x6E0; // bool - constexpr std::ptrdiff_t m_bIsEnabled = 0x6E1; // bool - } - // Parent: C_BaseEntity - // Fields count: 8 - // - // Metadata: - // NetworkVarNames: m_flAutoExposureMin (float) - // NetworkVarNames: m_flAutoExposureMax (float) - // NetworkVarNames: m_flTonemapPercentTarget (float) - // NetworkVarNames: m_flTonemapPercentBrightPixels (float) - // NetworkVarNames: m_flTonemapMinAvgLum (float) - // NetworkVarNames: m_flExposureAdaptationSpeedUp (float) - // NetworkVarNames: m_flExposureAdaptationSpeedDown (float) - // NetworkVarNames: m_flTonemapEVSmoothingRange (float) - namespace C_TonemapController2 { - constexpr std::ptrdiff_t m_flAutoExposureMin = 0x6D0; // float32 - constexpr std::ptrdiff_t m_flAutoExposureMax = 0x6D4; // float32 - constexpr std::ptrdiff_t m_flTonemapPercentTarget = 0x6D8; // float32 - constexpr std::ptrdiff_t m_flTonemapPercentBrightPixels = 0x6DC; // float32 - constexpr std::ptrdiff_t m_flTonemapMinAvgLum = 0x6E0; // float32 - constexpr std::ptrdiff_t m_flExposureAdaptationSpeedUp = 0x6E4; // float32 - constexpr std::ptrdiff_t m_flExposureAdaptationSpeedDown = 0x6E8; // float32 - constexpr std::ptrdiff_t m_flTonemapEVSmoothingRange = 0x6EC; // float32 - } - // Parent: C_BaseEntity - // Fields count: 28 - // - // Metadata: - // NetworkVarNames: m_flScattering (float) - // NetworkVarNames: m_flAnisotropy (float) - // NetworkVarNames: m_flFadeSpeed (float) - // NetworkVarNames: m_flDrawDistance (float) - // NetworkVarNames: m_flFadeInStart (float) - // NetworkVarNames: m_flFadeInEnd (float) - // NetworkVarNames: m_flIndirectStrength (float) - // NetworkVarNames: m_nIndirectTextureDimX (int) - // NetworkVarNames: m_nIndirectTextureDimY (int) - // NetworkVarNames: m_nIndirectTextureDimZ (int) - // NetworkVarNames: m_vBoxMins (Vector) - // NetworkVarNames: m_vBoxMaxs (Vector) - // NetworkVarNames: m_bActive (bool) - // NetworkVarNames: m_flStartAnisoTime (GameTime_t) - // NetworkVarNames: m_flStartScatterTime (GameTime_t) - // NetworkVarNames: m_flStartDrawDistanceTime (GameTime_t) - // NetworkVarNames: m_flStartAnisotropy (float) - // NetworkVarNames: m_flStartScattering (float) - // NetworkVarNames: m_flStartDrawDistance (float) - // NetworkVarNames: m_flDefaultAnisotropy (float) - // NetworkVarNames: m_flDefaultScattering (float) - // NetworkVarNames: m_flDefaultDrawDistance (float) - // NetworkVarNames: m_bStartDisabled (bool) - // NetworkVarNames: m_bEnableIndirect (bool) - // NetworkVarNames: m_bIsMaster (bool) - // NetworkVarNames: m_hFogIndirectTexture (HRenderTextureStrong) - // NetworkVarNames: m_nForceRefreshCount (int) - namespace C_EnvVolumetricFogController { - constexpr std::ptrdiff_t m_flScattering = 0x6D0; // float32 - constexpr std::ptrdiff_t m_flAnisotropy = 0x6D4; // float32 - constexpr std::ptrdiff_t m_flFadeSpeed = 0x6D8; // float32 - constexpr std::ptrdiff_t m_flDrawDistance = 0x6DC; // float32 - constexpr std::ptrdiff_t m_flFadeInStart = 0x6E0; // float32 - constexpr std::ptrdiff_t m_flFadeInEnd = 0x6E4; // float32 - constexpr std::ptrdiff_t m_flIndirectStrength = 0x6E8; // float32 - constexpr std::ptrdiff_t m_nIndirectTextureDimX = 0x6EC; // int32 - constexpr std::ptrdiff_t m_nIndirectTextureDimY = 0x6F0; // int32 - constexpr std::ptrdiff_t m_nIndirectTextureDimZ = 0x6F4; // int32 - constexpr std::ptrdiff_t m_vBoxMins = 0x6F8; // Vector - constexpr std::ptrdiff_t m_vBoxMaxs = 0x704; // Vector - constexpr std::ptrdiff_t m_bActive = 0x710; // bool - constexpr std::ptrdiff_t m_flStartAnisoTime = 0x714; // GameTime_t - constexpr std::ptrdiff_t m_flStartScatterTime = 0x718; // GameTime_t - constexpr std::ptrdiff_t m_flStartDrawDistanceTime = 0x71C; // GameTime_t - constexpr std::ptrdiff_t m_flStartAnisotropy = 0x720; // float32 - constexpr std::ptrdiff_t m_flStartScattering = 0x724; // float32 - constexpr std::ptrdiff_t m_flStartDrawDistance = 0x728; // float32 - constexpr std::ptrdiff_t m_flDefaultAnisotropy = 0x72C; // float32 - constexpr std::ptrdiff_t m_flDefaultScattering = 0x730; // float32 - constexpr std::ptrdiff_t m_flDefaultDrawDistance = 0x734; // float32 - constexpr std::ptrdiff_t m_bStartDisabled = 0x738; // bool - constexpr std::ptrdiff_t m_bEnableIndirect = 0x739; // bool - constexpr std::ptrdiff_t m_bIsMaster = 0x73A; // bool - constexpr std::ptrdiff_t m_hFogIndirectTexture = 0x740; // CStrongHandle - constexpr std::ptrdiff_t m_nForceRefreshCount = 0x748; // int32 - constexpr std::ptrdiff_t m_bFirstTime = 0x74C; // bool - } - // Parent: C_BaseEntity - // Fields count: 7 - // - // Metadata: - // NetworkVarNames: m_bActive (bool) - // NetworkVarNames: m_vBoxMins (Vector) - // NetworkVarNames: m_vBoxMaxs (Vector) - // NetworkVarNames: m_bStartDisabled (bool) - // NetworkVarNames: m_flStrength (float) - // NetworkVarNames: m_nFalloffShape (int) - // NetworkVarNames: m_flFalloffExponent (float) - namespace C_EnvVolumetricFogVolume { - constexpr std::ptrdiff_t m_bActive = 0x6D0; // bool - constexpr std::ptrdiff_t m_vBoxMins = 0x6D4; // Vector - constexpr std::ptrdiff_t m_vBoxMaxs = 0x6E0; // Vector - constexpr std::ptrdiff_t m_bStartDisabled = 0x6EC; // bool - constexpr std::ptrdiff_t m_flStrength = 0x6F0; // float32 - constexpr std::ptrdiff_t m_nFalloffShape = 0x6F4; // int32 - constexpr std::ptrdiff_t m_flFalloffExponent = 0x6F8; // float32 - } - // Parent: C_BaseEntity - // Fields count: 3 - // - // Metadata: - // NetworkVarNames: m_fog (fogparams_t) - namespace C_FogController { - constexpr std::ptrdiff_t m_fog = 0x6D0; // fogparams_t - constexpr std::ptrdiff_t m_bUseAngles = 0x738; // bool - constexpr std::ptrdiff_t m_iChangedVariables = 0x73C; // int32 - } - // Parent: C_BaseEntity - // Fields count: 3 - // - // Metadata: - // NetworkVarNames: m_nMode (int) - // NetworkVarNames: m_vBoxSize (Vector) - // NetworkVarNames: m_bEnabled (bool) - namespace C_InfoVisibilityBox { - constexpr std::ptrdiff_t m_nMode = 0x6D4; // int32 - constexpr std::ptrdiff_t m_vBoxSize = 0x6D8; // Vector - constexpr std::ptrdiff_t m_bEnabled = 0x6E4; // bool - } - // Parent: C_BaseEntity - // Fields count: 8 - // - // Metadata: - // NetworkVarNames: m_worldName (string_t) - // NetworkVarNames: m_layerName (string_t) - // NetworkVarNames: m_bWorldLayerVisible (bool) - // NetworkVarNames: m_bEntitiesSpawned (bool) - namespace CInfoWorldLayer { - constexpr std::ptrdiff_t m_pOutputOnEntitiesSpawned = 0x6D0; // CEntityIOOutput - constexpr std::ptrdiff_t m_worldName = 0x6F8; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_layerName = 0x700; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_bWorldLayerVisible = 0x708; // bool - constexpr std::ptrdiff_t m_bEntitiesSpawned = 0x709; // bool - constexpr std::ptrdiff_t m_bCreateAsChildSpawnGroup = 0x70A; // bool - constexpr std::ptrdiff_t m_hLayerSpawnGroup = 0x70C; // uint32 - constexpr std::ptrdiff_t m_bWorldLayerActuallyVisible = 0x710; // bool - } - // Parent: C_BaseEntity - // Fields count: 25 - // - // Metadata: - // NetworkVarNames: m_FOV (float) - // NetworkVarNames: m_Resolution (float) - // NetworkVarNames: m_bFogEnable (bool) - // NetworkVarNames: m_FogColor (Color) - // NetworkVarNames: m_flFogStart (float) - // NetworkVarNames: m_flFogEnd (float) - // NetworkVarNames: m_flFogMaxDensity (float) - // NetworkVarNames: m_bActive (bool) - // NetworkVarNames: m_bUseScreenAspectRatio (bool) - // NetworkVarNames: m_flAspectRatio (float) - // NetworkVarNames: m_bNoSky (bool) - // NetworkVarNames: m_fBrightness (float) - // NetworkVarNames: m_flZFar (float) - // NetworkVarNames: m_flZNear (float) - // NetworkVarNames: m_bCanHLTVUse (bool) - // NetworkVarNames: m_bDofEnabled (bool) - // NetworkVarNames: m_flDofNearBlurry (float) - // NetworkVarNames: m_flDofNearCrisp (float) - // NetworkVarNames: m_flDofFarCrisp (float) - // NetworkVarNames: m_flDofFarBlurry (float) - // NetworkVarNames: m_flDofTiltToGround (float) - namespace C_PointCamera { - constexpr std::ptrdiff_t m_FOV = 0x6D0; // float32 - constexpr std::ptrdiff_t m_Resolution = 0x6D4; // float32 - constexpr std::ptrdiff_t m_bFogEnable = 0x6D8; // bool - constexpr std::ptrdiff_t m_FogColor = 0x6D9; // Color - constexpr std::ptrdiff_t m_flFogStart = 0x6E0; // float32 - constexpr std::ptrdiff_t m_flFogEnd = 0x6E4; // float32 - constexpr std::ptrdiff_t m_flFogMaxDensity = 0x6E8; // float32 - constexpr std::ptrdiff_t m_bActive = 0x6EC; // bool - constexpr std::ptrdiff_t m_bUseScreenAspectRatio = 0x6ED; // bool - constexpr std::ptrdiff_t m_flAspectRatio = 0x6F0; // float32 - constexpr std::ptrdiff_t m_bNoSky = 0x6F4; // bool - constexpr std::ptrdiff_t m_fBrightness = 0x6F8; // float32 - constexpr std::ptrdiff_t m_flZFar = 0x6FC; // float32 - constexpr std::ptrdiff_t m_flZNear = 0x700; // float32 - constexpr std::ptrdiff_t m_bCanHLTVUse = 0x704; // bool - constexpr std::ptrdiff_t m_bDofEnabled = 0x705; // bool - constexpr std::ptrdiff_t m_flDofNearBlurry = 0x708; // float32 - constexpr std::ptrdiff_t m_flDofNearCrisp = 0x70C; // float32 - constexpr std::ptrdiff_t m_flDofFarCrisp = 0x710; // float32 - constexpr std::ptrdiff_t m_flDofFarBlurry = 0x714; // float32 - constexpr std::ptrdiff_t m_flDofTiltToGround = 0x718; // float32 - constexpr std::ptrdiff_t m_TargetFOV = 0x71C; // float32 - constexpr std::ptrdiff_t m_DegreesPerSecond = 0x720; // float32 - constexpr std::ptrdiff_t m_bIsOn = 0x724; // bool - constexpr std::ptrdiff_t m_pNext = 0x728; // C_PointCamera* - } - // Parent: C_BaseEntity - // Fields count: 4 - // - // Metadata: - // NetworkVarNames: m_bDisabled (bool) - // NetworkVarNames: m_iszSoundAreaType (string_t) - // NetworkVarNames: m_vPos (Vector) - namespace C_SoundAreaEntityBase { - constexpr std::ptrdiff_t m_bDisabled = 0x6D0; // bool - constexpr std::ptrdiff_t m_bWasEnabled = 0x6D8; // bool - constexpr std::ptrdiff_t m_iszSoundAreaType = 0x6E0; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_vPos = 0x6E8; // Vector - } - // Parent: C_SoundAreaEntityBase - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_flRadius (float) - namespace C_SoundAreaEntitySphere { - constexpr std::ptrdiff_t m_flRadius = 0x6F4; // float32 - } - // Parent: C_SoundAreaEntityBase - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_vMin (Vector) - // NetworkVarNames: m_vMax (Vector) - namespace C_SoundAreaEntityOrientedBox { - constexpr std::ptrdiff_t m_vMin = 0x6F4; // Vector - constexpr std::ptrdiff_t m_vMax = 0x700; // Vector - } - // Parent: C_BaseEntity - // Fields count: 4 - // - // Metadata: - // MNetworkIncludeByName - // NetworkVarNames: m_aPlayerControllers (CHandle) - // NetworkVarNames: m_aPlayers (CHandle) - // NetworkVarNames: m_iScore (int32) - // NetworkVarNames: m_szTeamname (char) - namespace C_Team { - constexpr std::ptrdiff_t m_aPlayerControllers = 0x6D0; // C_NetworkUtlVectorBase> - constexpr std::ptrdiff_t m_aPlayers = 0x6E8; // C_NetworkUtlVectorBase> - constexpr std::ptrdiff_t m_iScore = 0x700; // int32 - constexpr std::ptrdiff_t m_szTeamname = 0x704; // char[129] - } - // Parent: C_BaseEntity - // Fields count: 15 - // - // Metadata: - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkUserGroupProxy - // MNetworkUserGroupProxy - // MNetworkIncludeByUserGroup - // NetworkVarNames: m_nTickBase (uint32) - // NetworkVarNames: m_hPawn (CHandle) - // NetworkVarNames: m_iConnected (PlayerConnectedState) - // NetworkVarNames: m_iszPlayerName (char) - // NetworkVarNames: m_steamID (uint64) - // NetworkVarNames: m_iDesiredFOV (uint32) - // MNetworkReplayCompatField - namespace CBasePlayerController { - constexpr std::ptrdiff_t m_nFinalPredictedTick = 0x6D8; // int32 - constexpr std::ptrdiff_t m_CommandContext = 0x6E0; // C_CommandContext - constexpr std::ptrdiff_t m_nInButtonsWhichAreToggles = 0x778; // uint64 - constexpr std::ptrdiff_t m_nTickBase = 0x780; // uint32 - constexpr std::ptrdiff_t m_hPawn = 0x784; // CHandle - constexpr std::ptrdiff_t m_hPredictedPawn = 0x788; // CHandle - constexpr std::ptrdiff_t m_nSplitScreenSlot = 0x78C; // CSplitScreenSlot - constexpr std::ptrdiff_t m_hSplitOwner = 0x790; // CHandle - constexpr std::ptrdiff_t m_hSplitScreenPlayers = 0x798; // CUtlVector> - constexpr std::ptrdiff_t m_bIsHLTV = 0x7B0; // bool - constexpr std::ptrdiff_t m_iConnected = 0x7B4; // PlayerConnectedState - constexpr std::ptrdiff_t m_iszPlayerName = 0x7B8; // char[128] - constexpr std::ptrdiff_t m_steamID = 0x840; // uint64 - constexpr std::ptrdiff_t m_bIsLocalPlayerController = 0x848; // bool - constexpr std::ptrdiff_t m_iDesiredFOV = 0x84C; // uint32 - } - // Parent: None - // Fields count: 14 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CBasePlayerVData { - constexpr std::ptrdiff_t m_sModelName = 0x28; // CResourceNameTyped> - constexpr std::ptrdiff_t m_flHeadDamageMultiplier = 0x108; // CSkillFloat - constexpr std::ptrdiff_t m_flChestDamageMultiplier = 0x118; // CSkillFloat - constexpr std::ptrdiff_t m_flStomachDamageMultiplier = 0x128; // CSkillFloat - constexpr std::ptrdiff_t m_flArmDamageMultiplier = 0x138; // CSkillFloat - constexpr std::ptrdiff_t m_flLegDamageMultiplier = 0x148; // CSkillFloat - constexpr std::ptrdiff_t m_flHoldBreathTime = 0x158; // float32 - constexpr std::ptrdiff_t m_flDrowningDamageInterval = 0x15C; // float32 - constexpr std::ptrdiff_t m_nDrowningDamageInitial = 0x160; // int32 - constexpr std::ptrdiff_t m_nDrowningDamageMax = 0x164; // int32 - constexpr std::ptrdiff_t m_nWaterSpeed = 0x168; // int32 - constexpr std::ptrdiff_t m_flUseRange = 0x16C; // float32 - constexpr std::ptrdiff_t m_flUseAngleTolerance = 0x170; // float32 - constexpr std::ptrdiff_t m_flCrouchTime = 0x174; // float32 - } - // Parent: None - // Fields count: 20 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CBasePlayerWeaponVData { - constexpr std::ptrdiff_t m_szWorldModel = 0x28; // CResourceNameTyped> - constexpr std::ptrdiff_t m_bBuiltRightHanded = 0x108; // bool - constexpr std::ptrdiff_t m_bAllowFlipping = 0x109; // bool - constexpr std::ptrdiff_t m_sMuzzleAttachment = 0x110; // CUtlString - constexpr std::ptrdiff_t m_szMuzzleFlashParticle = 0x118; // CResourceNameTyped> - constexpr std::ptrdiff_t m_iFlags = 0x1F8; // ItemFlagTypes_t - constexpr std::ptrdiff_t m_nPrimaryAmmoType = 0x1F9; // AmmoIndex_t - constexpr std::ptrdiff_t m_nSecondaryAmmoType = 0x1FA; // AmmoIndex_t - constexpr std::ptrdiff_t m_iMaxClip1 = 0x1FC; // int32 - constexpr std::ptrdiff_t m_iMaxClip2 = 0x200; // int32 - constexpr std::ptrdiff_t m_iDefaultClip1 = 0x204; // int32 - constexpr std::ptrdiff_t m_iDefaultClip2 = 0x208; // int32 - constexpr std::ptrdiff_t m_iWeight = 0x20C; // int32 - constexpr std::ptrdiff_t m_bAutoSwitchTo = 0x210; // bool - constexpr std::ptrdiff_t m_bAutoSwitchFrom = 0x211; // bool - constexpr std::ptrdiff_t m_iRumbleEffect = 0x214; // RumbleEffect_t - constexpr std::ptrdiff_t m_bLinkedCooldowns = 0x218; // bool - constexpr std::ptrdiff_t m_aShootSounds = 0x220; // CUtlMap - constexpr std::ptrdiff_t m_iSlot = 0x240; // int32 - constexpr std::ptrdiff_t m_iPosition = 0x244; // int32 - } - // Parent: None - // Fields count: 13 - // - // Metadata: - // NetworkVarNames: m_animGraphNetworkedVars (CAnimGraphNetworkedVariables) - // NetworkVarNames: m_hSequence (HSequence) - // NetworkVarNames: m_flSeqStartTime (GameTime_t) - // NetworkVarNames: m_flSeqFixedCycle (float) - // NetworkVarNames: m_nAnimLoopMode (AnimLoopMode_t) - namespace CBaseAnimGraphController { - constexpr std::ptrdiff_t m_animGraphNetworkedVars = 0x18; // CAnimGraphNetworkedVariables - constexpr std::ptrdiff_t m_bSequenceFinished = 0x14A8; // bool - constexpr std::ptrdiff_t m_flSoundSyncTime = 0x14AC; // float32 - constexpr std::ptrdiff_t m_hSequence = 0x14B0; // HSequence - constexpr std::ptrdiff_t m_flSeqStartTime = 0x14B4; // GameTime_t - constexpr std::ptrdiff_t m_flSeqFixedCycle = 0x14B8; // float32 - constexpr std::ptrdiff_t m_nAnimLoopMode = 0x14BC; // AnimLoopMode_t - constexpr std::ptrdiff_t m_flPlaybackRate = 0x14C0; // CNetworkedQuantizedFloat - constexpr std::ptrdiff_t m_nNotifyState = 0x14CC; // SequenceFinishNotifyState_t - constexpr std::ptrdiff_t m_bNetworkedAnimationInputsChanged = 0x14CE; // bool - constexpr std::ptrdiff_t m_bNetworkedSequenceChanged = 0x14CF; // bool - constexpr std::ptrdiff_t m_bLastUpdateSkipped = 0x14D0; // bool - constexpr std::ptrdiff_t m_flPrevAnimUpdateTime = 0x14D4; // GameTime_t - } - // Parent: C_BaseEntity - // Fields count: 31 - // - // Metadata: - // NetworkVarNames: m_CRenderComponent (CRenderComponent::Storage_t) - // NetworkVarNames: m_CHitboxComponent (CHitboxComponent::Storage_t) - // NetworkVarNames: m_nRenderMode (RenderMode_t) - // NetworkVarNames: m_nRenderFX (RenderFx_t) - // NetworkVarNames: m_clrRender (Color) - // NetworkVarNames: m_vecRenderAttributes (EntityRenderAttribute_t) - // NetworkVarNames: m_bRenderToCubemaps (bool) - // NetworkVarNames: m_Collision (CCollisionProperty) - // NetworkVarNames: m_Glow (CGlowProperty) - // NetworkVarNames: m_flGlowBackfaceMult (float) - // NetworkVarNames: m_fadeMinDist (float32) - // NetworkVarNames: m_fadeMaxDist (float32) - // NetworkVarNames: m_flFadeScale (float32) - // NetworkVarNames: m_flShadowStrength (float32) - // NetworkVarNames: m_nObjectCulling (uint8) - // NetworkVarNames: m_nAddDecal (int) - // NetworkVarNames: m_vDecalPosition (Vector) - // NetworkVarNames: m_vDecalForwardAxis (Vector) - // NetworkVarNames: m_flDecalHealBloodRate (float) - // NetworkVarNames: m_flDecalHealHeightRate (float) - // NetworkVarNames: m_ConfigEntitiesToPropagateMaterialDecalsTo (CHandle) - namespace C_BaseModelEntity { - constexpr std::ptrdiff_t m_CRenderComponent = 0x9A0; // CRenderComponent* - constexpr std::ptrdiff_t m_CHitboxComponent = 0x9A8; // CHitboxComponent - constexpr std::ptrdiff_t m_bInitModelEffects = 0x9F0; // bool - constexpr std::ptrdiff_t m_bIsStaticProp = 0x9F1; // bool - constexpr std::ptrdiff_t m_nLastAddDecal = 0x9F4; // int32 - constexpr std::ptrdiff_t m_nDecalsAdded = 0x9F8; // int32 - constexpr std::ptrdiff_t m_iOldHealth = 0x9FC; // int32 - constexpr std::ptrdiff_t m_nRenderMode = 0xA00; // RenderMode_t - constexpr std::ptrdiff_t m_nRenderFX = 0xA01; // RenderFx_t - constexpr std::ptrdiff_t m_bAllowFadeInView = 0xA02; // bool - constexpr std::ptrdiff_t m_clrRender = 0xA03; // Color - constexpr std::ptrdiff_t m_vecRenderAttributes = 0xA08; // C_UtlVectorEmbeddedNetworkVar - constexpr std::ptrdiff_t m_bRenderToCubemaps = 0xA70; // bool - constexpr std::ptrdiff_t m_Collision = 0xA78; // CCollisionProperty - constexpr std::ptrdiff_t m_Glow = 0xB28; // CGlowProperty - constexpr std::ptrdiff_t m_flGlowBackfaceMult = 0xB80; // float32 - constexpr std::ptrdiff_t m_fadeMinDist = 0xB84; // float32 - constexpr std::ptrdiff_t m_fadeMaxDist = 0xB88; // float32 - constexpr std::ptrdiff_t m_flFadeScale = 0xB8C; // float32 - constexpr std::ptrdiff_t m_flShadowStrength = 0xB90; // float32 - constexpr std::ptrdiff_t m_nObjectCulling = 0xB94; // uint8 - constexpr std::ptrdiff_t m_nAddDecal = 0xB98; // int32 - constexpr std::ptrdiff_t m_vDecalPosition = 0xB9C; // Vector - constexpr std::ptrdiff_t m_vDecalForwardAxis = 0xBA8; // Vector - constexpr std::ptrdiff_t m_flDecalHealBloodRate = 0xBB4; // float32 - constexpr std::ptrdiff_t m_flDecalHealHeightRate = 0xBB8; // float32 - constexpr std::ptrdiff_t m_ConfigEntitiesToPropagateMaterialDecalsTo = 0xBC0; // C_NetworkUtlVectorBase> - constexpr std::ptrdiff_t m_vecViewOffset = 0xBD8; // CNetworkViewOffsetVector - constexpr std::ptrdiff_t m_pClientAlphaProperty = 0xC08; // CClientAlphaProperty* - constexpr std::ptrdiff_t m_ClientOverrideTint = 0xC10; // Color - constexpr std::ptrdiff_t m_bUseClientOverrideTint = 0xC14; // bool - } - // Parent: C_BaseModelEntity - // Fields count: 24 - // - // Metadata: - // MNetworkIncludeByUserGroup - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // NetworkVarNames: m_szSnapshotFileName (char) - // NetworkVarNames: m_bActive (bool) - // NetworkVarNames: m_bFrozen (bool) - // NetworkVarNames: m_flFreezeTransitionDuration (float) - // NetworkVarNames: m_nStopType (int) - // NetworkVarNames: m_bAnimateDuringGameplayPause (bool) - // NetworkVarNames: m_iEffectIndex (HParticleSystemDefinitionStrong) - // NetworkVarNames: m_flStartTime (GameTime_t) - // NetworkVarNames: m_flPreSimTime (float32) - // NetworkVarNames: m_vServerControlPoints (Vector) - // NetworkVarNames: m_iServerControlPointAssignments (uint8) - // NetworkVarNames: m_hControlPointEnts (CHandle) - // NetworkVarNames: m_bNoSave (bool) - // NetworkVarNames: m_bNoFreeze (bool) - // NetworkVarNames: m_bNoRamp (bool) - namespace C_ParticleSystem { - constexpr std::ptrdiff_t m_szSnapshotFileName = 0xC50; // char[512] - constexpr std::ptrdiff_t m_bActive = 0xE50; // bool - constexpr std::ptrdiff_t m_bFrozen = 0xE51; // bool - constexpr std::ptrdiff_t m_flFreezeTransitionDuration = 0xE54; // float32 - constexpr std::ptrdiff_t m_nStopType = 0xE58; // int32 - constexpr std::ptrdiff_t m_bAnimateDuringGameplayPause = 0xE5C; // bool - constexpr std::ptrdiff_t m_iEffectIndex = 0xE60; // CStrongHandle - constexpr std::ptrdiff_t m_flStartTime = 0xE68; // GameTime_t - constexpr std::ptrdiff_t m_flPreSimTime = 0xE6C; // float32 - constexpr std::ptrdiff_t m_vServerControlPoints = 0xE70; // Vector[4] - constexpr std::ptrdiff_t m_iServerControlPointAssignments = 0xEA0; // uint8[4] - constexpr std::ptrdiff_t m_hControlPointEnts = 0xEA4; // CHandle[64] - constexpr std::ptrdiff_t m_bNoSave = 0xFA4; // bool - constexpr std::ptrdiff_t m_bNoFreeze = 0xFA5; // bool - constexpr std::ptrdiff_t m_bNoRamp = 0xFA6; // bool - constexpr std::ptrdiff_t m_bStartActive = 0xFA7; // bool - constexpr std::ptrdiff_t m_iszEffectName = 0xFA8; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_iszControlPointNames = 0xFB0; // CUtlSymbolLarge[64] - constexpr std::ptrdiff_t m_nDataCP = 0x11B0; // int32 - constexpr std::ptrdiff_t m_vecDataCPValue = 0x11B4; // Vector - constexpr std::ptrdiff_t m_nTintCP = 0x11C0; // int32 - constexpr std::ptrdiff_t m_clrTint = 0x11C4; // Color - constexpr std::ptrdiff_t m_bOldActive = 0x11E8; // bool - constexpr std::ptrdiff_t m_bOldFrozen = 0x11E9; // bool - } - // Parent: C_BaseEntity - // Fields count: 16 - // - // Metadata: - // NetworkVarNames: m_flParticleSpacing (float) - // NetworkVarNames: m_flSlack (float) - // NetworkVarNames: m_flRadius (float) - // NetworkVarNames: m_ColorTint (Color) - // NetworkVarNames: m_nEffectState (int) - // NetworkVarNames: m_iEffectIndex (HParticleSystemDefinitionStrong) - // NetworkVarNames: m_PathNodes_Position (Vector) - // NetworkVarNames: m_PathNodes_TangentIn (Vector) - // NetworkVarNames: m_PathNodes_TangentOut (Vector) - // NetworkVarNames: m_PathNodes_Color (Vector) - // NetworkVarNames: m_PathNodes_PinEnabled (bool) - // NetworkVarNames: m_PathNodes_RadiusScale (float) - namespace C_PathParticleRope { - constexpr std::ptrdiff_t m_bStartActive = 0x6D0; // bool - constexpr std::ptrdiff_t m_flMaxSimulationTime = 0x6D4; // float32 - constexpr std::ptrdiff_t m_iszEffectName = 0x6D8; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_PathNodes_Name = 0x6E0; // CUtlVector - constexpr std::ptrdiff_t m_flParticleSpacing = 0x6F8; // float32 - constexpr std::ptrdiff_t m_flSlack = 0x6FC; // float32 - constexpr std::ptrdiff_t m_flRadius = 0x700; // float32 - constexpr std::ptrdiff_t m_ColorTint = 0x704; // Color - constexpr std::ptrdiff_t m_nEffectState = 0x708; // int32 - constexpr std::ptrdiff_t m_iEffectIndex = 0x710; // CStrongHandle - constexpr std::ptrdiff_t m_PathNodes_Position = 0x718; // C_NetworkUtlVectorBase - constexpr std::ptrdiff_t m_PathNodes_TangentIn = 0x730; // C_NetworkUtlVectorBase - constexpr std::ptrdiff_t m_PathNodes_TangentOut = 0x748; // C_NetworkUtlVectorBase - constexpr std::ptrdiff_t m_PathNodes_Color = 0x760; // C_NetworkUtlVectorBase - constexpr std::ptrdiff_t m_PathNodes_PinEnabled = 0x778; // C_NetworkUtlVectorBase - constexpr std::ptrdiff_t m_PathNodes_RadiusScale = 0x790; // C_NetworkUtlVectorBase - } - // Parent: C_BaseModelEntity - // Fields count: 7 - // - // Metadata: - // NetworkVarNames: m_Flags (uint8) - // NetworkVarNames: m_LightStyle (uint8) - // NetworkVarNames: m_Radius (float32) - // NetworkVarNames: m_Exponent (int32) - // NetworkVarNames: m_InnerAngle (float32) - // NetworkVarNames: m_OuterAngle (float32) - // NetworkVarNames: m_SpotRadius (float32) - namespace C_DynamicLight { - constexpr std::ptrdiff_t m_Flags = 0xC50; // uint8 - constexpr std::ptrdiff_t m_LightStyle = 0xC51; // uint8 - constexpr std::ptrdiff_t m_Radius = 0xC54; // float32 - constexpr std::ptrdiff_t m_Exponent = 0xC58; // int32 - constexpr std::ptrdiff_t m_InnerAngle = 0xC5C; // float32 - constexpr std::ptrdiff_t m_OuterAngle = 0xC60; // float32 - constexpr std::ptrdiff_t m_SpotRadius = 0xC64; // float32 - } - // Parent: None - // Fields count: 9 - // - // Metadata: - // NetworkVarNames: m_iszOverlayNames (string_t) - // NetworkVarNames: m_flOverlayTimes (float32) - // NetworkVarNames: m_flStartTime (GameTime_t) - // NetworkVarNames: m_iDesiredOverlay (int32) - // NetworkVarNames: m_bIsActive (bool) - namespace C_EnvScreenOverlay { - constexpr std::ptrdiff_t m_iszOverlayNames = 0x6D0; // CUtlSymbolLarge[10] - constexpr std::ptrdiff_t m_flOverlayTimes = 0x720; // float32[10] - constexpr std::ptrdiff_t m_flStartTime = 0x748; // GameTime_t - constexpr std::ptrdiff_t m_iDesiredOverlay = 0x74C; // int32 - constexpr std::ptrdiff_t m_bIsActive = 0x750; // bool - constexpr std::ptrdiff_t m_bWasActive = 0x751; // bool - constexpr std::ptrdiff_t m_iCachedDesiredOverlay = 0x754; // int32 - constexpr std::ptrdiff_t m_iCurrentOverlay = 0x758; // int32 - constexpr std::ptrdiff_t m_flCurrentOverlayTime = 0x75C; // GameTime_t - } - // Parent: C_BaseModelEntity - // Fields count: 8 - // - // Metadata: - // MNetworkIncludeByUserGroup - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // NetworkVarNames: m_nHorizontalSize (uint32) - // NetworkVarNames: m_nVerticalSize (uint32) - // NetworkVarNames: m_nMinDist (uint32) - // NetworkVarNames: m_nMaxDist (uint32) - // NetworkVarNames: m_nOuterMaxDist (uint32) - // NetworkVarNames: m_flGlowProxySize (float32) - // NetworkVarNames: m_flHDRColorScale (float32) - namespace C_LightGlow { - constexpr std::ptrdiff_t m_nHorizontalSize = 0xC50; // uint32 - constexpr std::ptrdiff_t m_nVerticalSize = 0xC54; // uint32 - constexpr std::ptrdiff_t m_nMinDist = 0xC58; // uint32 - constexpr std::ptrdiff_t m_nMaxDist = 0xC5C; // uint32 - constexpr std::ptrdiff_t m_nOuterMaxDist = 0xC60; // uint32 - constexpr std::ptrdiff_t m_flGlowProxySize = 0xC64; // float32 - constexpr std::ptrdiff_t m_flHDRColorScale = 0xC68; // float32 - constexpr std::ptrdiff_t m_Glow = 0xC70; // C_LightGlowOverlay - } - // Parent: C_BaseEntity - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_iCurrentMaxRagdollCount (int8) - namespace C_RagdollManager { - constexpr std::ptrdiff_t m_iCurrentMaxRagdollCount = 0x6D0; // int8 - } - // Parent: C_BaseModelEntity - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_flLightScale (float32) - // NetworkVarNames: m_Radius (float32) - namespace C_SpotlightEnd { - constexpr std::ptrdiff_t m_flLightScale = 0xC50; // float32 - constexpr std::ptrdiff_t m_Radius = 0xC54; // float32 - } - // Parent: C_BaseEntity - // Fields count: 25 - // - // Metadata: - // NetworkVarNames: m_bDisabled (bool) - // NetworkVarNames: m_bUpdateOnClient (bool) - // NetworkVarNames: m_nInputType (ValueRemapperInputType_t) - // NetworkVarNames: m_hRemapLineStart (CHandle) - // NetworkVarNames: m_hRemapLineEnd (CHandle) - // NetworkVarNames: m_flMaximumChangePerSecond (float) - // NetworkVarNames: m_flDisengageDistance (float) - // NetworkVarNames: m_flEngageDistance (float) - // NetworkVarNames: m_bRequiresUseKey (bool) - // NetworkVarNames: m_nOutputType (ValueRemapperOutputType_t) - // NetworkVarNames: m_hOutputEntities (CHandle) - // NetworkVarNames: m_nHapticsType (ValueRemapperHapticsType_t) - // NetworkVarNames: m_nMomentumType (ValueRemapperMomentumType_t) - // NetworkVarNames: m_flMomentumModifier (float) - // NetworkVarNames: m_flSnapValue (float) - // NetworkVarNames: m_nRatchetType (ValueRemapperRatchetType_t) - // NetworkVarNames: m_flInputOffset (float) - namespace C_PointValueRemapper { - constexpr std::ptrdiff_t m_bDisabled = 0x6D0; // bool - constexpr std::ptrdiff_t m_bDisabledOld = 0x6D1; // bool - constexpr std::ptrdiff_t m_bUpdateOnClient = 0x6D2; // bool - constexpr std::ptrdiff_t m_nInputType = 0x6D4; // ValueRemapperInputType_t - constexpr std::ptrdiff_t m_hRemapLineStart = 0x6D8; // CHandle - constexpr std::ptrdiff_t m_hRemapLineEnd = 0x6DC; // CHandle - constexpr std::ptrdiff_t m_flMaximumChangePerSecond = 0x6E0; // float32 - constexpr std::ptrdiff_t m_flDisengageDistance = 0x6E4; // float32 - constexpr std::ptrdiff_t m_flEngageDistance = 0x6E8; // float32 - constexpr std::ptrdiff_t m_bRequiresUseKey = 0x6EC; // bool - constexpr std::ptrdiff_t m_nOutputType = 0x6F0; // ValueRemapperOutputType_t - constexpr std::ptrdiff_t m_hOutputEntities = 0x6F8; // C_NetworkUtlVectorBase> - constexpr std::ptrdiff_t m_nHapticsType = 0x710; // ValueRemapperHapticsType_t - constexpr std::ptrdiff_t m_nMomentumType = 0x714; // ValueRemapperMomentumType_t - constexpr std::ptrdiff_t m_flMomentumModifier = 0x718; // float32 - constexpr std::ptrdiff_t m_flSnapValue = 0x71C; // float32 - constexpr std::ptrdiff_t m_flCurrentMomentum = 0x720; // float32 - constexpr std::ptrdiff_t m_nRatchetType = 0x724; // ValueRemapperRatchetType_t - constexpr std::ptrdiff_t m_flRatchetOffset = 0x728; // float32 - constexpr std::ptrdiff_t m_flInputOffset = 0x72C; // float32 - constexpr std::ptrdiff_t m_bEngaged = 0x730; // bool - constexpr std::ptrdiff_t m_bFirstUpdate = 0x731; // bool - constexpr std::ptrdiff_t m_flPreviousValue = 0x734; // float32 - constexpr std::ptrdiff_t m_flPreviousUpdateTickTime = 0x738; // GameTime_t - constexpr std::ptrdiff_t m_vecPreviousTestPoint = 0x73C; // Vector - } - // Parent: None - // Fields count: 12 - // - // Metadata: - // NetworkVarNames: m_messageText (char) - // NetworkVarNames: m_FontName (char) - // NetworkVarNames: m_bEnabled (bool) - // NetworkVarNames: m_bFullbright (bool) - // NetworkVarNames: m_flWorldUnitsPerPx (float) - // NetworkVarNames: m_flFontSize (float) - // NetworkVarNames: m_flDepthOffset (float) - // NetworkVarNames: m_Color (Color) - // NetworkVarNames: m_nJustifyHorizontal (PointWorldTextJustifyHorizontal_t) - // NetworkVarNames: m_nJustifyVertical (PointWorldTextJustifyVertical_t) - // NetworkVarNames: m_nReorientMode (PointWorldTextReorientMode_t) - namespace C_PointWorldText { - constexpr std::ptrdiff_t m_bForceRecreateNextUpdate = 0xC58; // bool - constexpr std::ptrdiff_t m_messageText = 0xC68; // char[512] - constexpr std::ptrdiff_t m_FontName = 0xE68; // char[64] - constexpr std::ptrdiff_t m_bEnabled = 0xEA8; // bool - constexpr std::ptrdiff_t m_bFullbright = 0xEA9; // bool - constexpr std::ptrdiff_t m_flWorldUnitsPerPx = 0xEAC; // float32 - constexpr std::ptrdiff_t m_flFontSize = 0xEB0; // float32 - constexpr std::ptrdiff_t m_flDepthOffset = 0xEB4; // float32 - constexpr std::ptrdiff_t m_Color = 0xEB8; // Color - constexpr std::ptrdiff_t m_nJustifyHorizontal = 0xEBC; // PointWorldTextJustifyHorizontal_t - constexpr std::ptrdiff_t m_nJustifyVertical = 0xEC0; // PointWorldTextJustifyVertical_t - constexpr std::ptrdiff_t m_nReorientMode = 0xEC4; // PointWorldTextReorientMode_t - } - // Parent: C_BaseEntity - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_Handle (CHandle) - // NetworkVarNames: m_bSendHandle (bool) - namespace C_HandleTest { - constexpr std::ptrdiff_t m_Handle = 0x6D0; // CHandle - constexpr std::ptrdiff_t m_bSendHandle = 0x6D4; // bool - } - // Parent: C_BaseEntity - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_EnvWindShared (CEnvWindShared) - namespace C_EnvWind { - constexpr std::ptrdiff_t m_EnvWindShared = 0x6D0; // C_EnvWindShared - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // NetworkVarNames: m_glowEntity (CHandle) - // NetworkVarNames: m_usable (bool) - // NetworkVarNames: m_szDisplayText (string_t) - namespace C_BaseButton { - constexpr std::ptrdiff_t m_glowEntity = 0xC50; // CHandle - constexpr std::ptrdiff_t m_usable = 0xC54; // bool - constexpr std::ptrdiff_t m_szDisplayText = 0xC58; // CUtlSymbolLarge - } - // Parent: C_BaseModelEntity - // Fields count: 13 - // - // Metadata: - // NetworkVarNames: m_flStartTime (GameTime_t) - // NetworkVarNames: m_flFadeInStart (float32) - // NetworkVarNames: m_flFadeInLength (float32) - // NetworkVarNames: m_flFadeOutModelStart (float32) - // NetworkVarNames: m_flFadeOutModelLength (float32) - // NetworkVarNames: m_flFadeOutStart (float32) - // NetworkVarNames: m_flFadeOutLength (float32) - // NetworkVarNames: m_nDissolveType (EntityDisolveType_t) - // NetworkVarNames: m_vDissolverOrigin (Vector) - // NetworkVarNames: m_nMagnitude (uint32) - namespace C_EntityDissolve { - constexpr std::ptrdiff_t m_flStartTime = 0xC58; // GameTime_t - constexpr std::ptrdiff_t m_flFadeInStart = 0xC5C; // float32 - constexpr std::ptrdiff_t m_flFadeInLength = 0xC60; // float32 - constexpr std::ptrdiff_t m_flFadeOutModelStart = 0xC64; // float32 - constexpr std::ptrdiff_t m_flFadeOutModelLength = 0xC68; // float32 - constexpr std::ptrdiff_t m_flFadeOutStart = 0xC6C; // float32 - constexpr std::ptrdiff_t m_flFadeOutLength = 0xC70; // float32 - constexpr std::ptrdiff_t m_flNextSparkTime = 0xC74; // GameTime_t - constexpr std::ptrdiff_t m_nDissolveType = 0xC78; // EntityDisolveType_t - constexpr std::ptrdiff_t m_vDissolverOrigin = 0xC7C; // Vector - constexpr std::ptrdiff_t m_nMagnitude = 0xC88; // uint32 - constexpr std::ptrdiff_t m_bCoreExplode = 0xC8C; // bool - constexpr std::ptrdiff_t m_bLinkedToServerEnt = 0xC8D; // bool - } - // Parent: C_BaseModelEntity - // Fields count: 9 - // - // Metadata: - // NetworkVarNames: m_hDecalMaterial (HMaterialStrong) - // NetworkVarNames: m_flWidth (float) - // NetworkVarNames: m_flHeight (float) - // NetworkVarNames: m_flDepth (float) - // NetworkVarNames: m_nRenderOrder (uint32) - // NetworkVarNames: m_bProjectOnWorld (bool) - // NetworkVarNames: m_bProjectOnCharacters (bool) - // NetworkVarNames: m_bProjectOnWater (bool) - // NetworkVarNames: m_flDepthSortBias (float) - namespace C_EnvDecal { - constexpr std::ptrdiff_t m_hDecalMaterial = 0xC50; // CStrongHandle - constexpr std::ptrdiff_t m_flWidth = 0xC58; // float32 - constexpr std::ptrdiff_t m_flHeight = 0xC5C; // float32 - constexpr std::ptrdiff_t m_flDepth = 0xC60; // float32 - constexpr std::ptrdiff_t m_nRenderOrder = 0xC64; // uint32 - constexpr std::ptrdiff_t m_bProjectOnWorld = 0xC68; // bool - constexpr std::ptrdiff_t m_bProjectOnCharacters = 0xC69; // bool - constexpr std::ptrdiff_t m_bProjectOnWater = 0xC6A; // bool - constexpr std::ptrdiff_t m_flDepthSortBias = 0xC6C; // float32 - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // NetworkVarNames: m_EffectName (string_t) - // NetworkVarNames: m_bState (bool) - namespace C_FuncElectrifiedVolume { - constexpr std::ptrdiff_t m_nAmbientEffect = 0xC50; // ParticleIndex_t - constexpr std::ptrdiff_t m_EffectName = 0xC58; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_bState = 0xC60; // bool - } - // Parent: C_BaseModelEntity - // Fields count: 0 - // - // Metadata: - // MNetworkOverride - // MNetworkOverride - namespace C_FuncRotating { - } - // Parent: C_BaseModelEntity - // Fields count: 41 - // - // Metadata: - // MNetworkIncludeByUserGroup - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // NetworkVarNames: m_flScrollSpeed (float32) - // NetworkVarNames: m_RopeFlags (uint16) - // NetworkVarNames: m_iRopeMaterialModelIndex (HMaterialStrong) - // NetworkVarNames: m_nSegments (uint8) - // NetworkVarNames: m_hStartPoint (CHandle) - // NetworkVarNames: m_hEndPoint (CHandle) - // NetworkVarNames: m_iStartAttachment (AttachmentHandle_t) - // NetworkVarNames: m_iEndAttachment (AttachmentHandle_t) - // NetworkVarNames: m_Subdiv (uint8) - // NetworkVarNames: m_RopeLength (int16) - // NetworkVarNames: m_Slack (int16) - // NetworkVarNames: m_TextureScale (float32) - // NetworkVarNames: m_fLockedPoints (uint8) - // NetworkVarNames: m_nChangeCount (uint8) - // NetworkVarNames: m_Width (float32) - // NetworkVarNames: m_bConstrainBetweenEndpoints (bool) - namespace C_RopeKeyframe { - constexpr std::ptrdiff_t m_LinksTouchingSomething = 0xC58; // CBitVec<10> - constexpr std::ptrdiff_t m_nLinksTouchingSomething = 0xC5C; // int32 - constexpr std::ptrdiff_t m_bApplyWind = 0xC60; // bool - constexpr std::ptrdiff_t m_fPrevLockedPoints = 0xC64; // int32 - constexpr std::ptrdiff_t m_iForcePointMoveCounter = 0xC68; // int32 - constexpr std::ptrdiff_t m_bPrevEndPointPos = 0xC6C; // bool[2] - constexpr std::ptrdiff_t m_vPrevEndPointPos = 0xC70; // Vector[2] - constexpr std::ptrdiff_t m_flCurScroll = 0xC88; // float32 - constexpr std::ptrdiff_t m_flScrollSpeed = 0xC8C; // float32 - constexpr std::ptrdiff_t m_RopeFlags = 0xC90; // uint16 - constexpr std::ptrdiff_t m_iRopeMaterialModelIndex = 0xC98; // CStrongHandle - constexpr std::ptrdiff_t m_LightValues = 0xF10; // Vector[10] - constexpr std::ptrdiff_t m_nSegments = 0xF88; // uint8 - constexpr std::ptrdiff_t m_hStartPoint = 0xF8C; // CHandle - constexpr std::ptrdiff_t m_hEndPoint = 0xF90; // CHandle - constexpr std::ptrdiff_t m_iStartAttachment = 0xF94; // AttachmentHandle_t - constexpr std::ptrdiff_t m_iEndAttachment = 0xF95; // AttachmentHandle_t - constexpr std::ptrdiff_t m_Subdiv = 0xF96; // uint8 - constexpr std::ptrdiff_t m_RopeLength = 0xF98; // int16 - constexpr std::ptrdiff_t m_Slack = 0xF9A; // int16 - constexpr std::ptrdiff_t m_TextureScale = 0xF9C; // float32 - constexpr std::ptrdiff_t m_fLockedPoints = 0xFA0; // uint8 - constexpr std::ptrdiff_t m_nChangeCount = 0xFA1; // uint8 - constexpr std::ptrdiff_t m_Width = 0xFA4; // float32 - constexpr std::ptrdiff_t m_PhysicsDelegate = 0xFA8; // C_RopeKeyframe::CPhysicsDelegate - constexpr std::ptrdiff_t m_hMaterial = 0xFB8; // CStrongHandle - constexpr std::ptrdiff_t m_TextureHeight = 0xFC0; // int32 - constexpr std::ptrdiff_t m_vecImpulse = 0xFC4; // Vector - constexpr std::ptrdiff_t m_vecPreviousImpulse = 0xFD0; // Vector - constexpr std::ptrdiff_t m_flCurrentGustTimer = 0xFDC; // float32 - constexpr std::ptrdiff_t m_flCurrentGustLifetime = 0xFE0; // float32 - constexpr std::ptrdiff_t m_flTimeToNextGust = 0xFE4; // float32 - constexpr std::ptrdiff_t m_vWindDir = 0xFE8; // Vector - constexpr std::ptrdiff_t m_vColorMod = 0xFF4; // Vector - constexpr std::ptrdiff_t m_vCachedEndPointAttachmentPos = 0x1000; // Vector[2] - constexpr std::ptrdiff_t m_vCachedEndPointAttachmentAngle = 0x1018; // QAngle[2] - constexpr std::ptrdiff_t m_bConstrainBetweenEndpoints = 0x1030; // bool - constexpr std::ptrdiff_t m_bEndPointAttachmentPositionsDirty = 0x0; // bitfield:1 - constexpr std::ptrdiff_t m_bEndPointAttachmentAnglesDirty = 0x0; // bitfield:1 - constexpr std::ptrdiff_t m_bNewDataThisFrame = 0x0; // bitfield:1 - constexpr std::ptrdiff_t m_bPhysicsInitted = 0x0; // bitfield:1 - } - // Parent: None - // Fields count: 12 - // - // Metadata: - // NetworkVarNames: m_bIsPlayingBack (bool) - // NetworkVarNames: m_bPaused (bool) - // NetworkVarNames: m_bMultiplayer (bool) - // NetworkVarNames: m_bAutogenerated (bool) - // NetworkVarNames: m_flForceClientTime (float32) - // NetworkVarNames: m_nSceneStringIndex (uint16) - // NetworkVarNames: m_hActorList (CHandle) - namespace C_SceneEntity { - constexpr std::ptrdiff_t m_bIsPlayingBack = 0x6D8; // bool - constexpr std::ptrdiff_t m_bPaused = 0x6D9; // bool - constexpr std::ptrdiff_t m_bMultiplayer = 0x6DA; // bool - constexpr std::ptrdiff_t m_bAutogenerated = 0x6DB; // bool - constexpr std::ptrdiff_t m_flForceClientTime = 0x6DC; // float32 - constexpr std::ptrdiff_t m_nSceneStringIndex = 0x6E0; // uint16 - constexpr std::ptrdiff_t m_bClientOnly = 0x6E2; // bool - constexpr std::ptrdiff_t m_hOwner = 0x6E4; // CHandle - constexpr std::ptrdiff_t m_hActorList = 0x6E8; // C_NetworkUtlVectorBase> - constexpr std::ptrdiff_t m_bWasPlaying = 0x700; // bool - constexpr std::ptrdiff_t m_QueuedEvents = 0x710; // CUtlVector - constexpr std::ptrdiff_t m_flCurrentTime = 0x728; // float32 - } - // Parent: C_BaseModelEntity - // Fields count: 18 - // - // Metadata: - // MNetworkIncludeByName - // MNetworkExcludeByName - // MNetworkIncludeByUserGroup - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // NetworkVarNames: m_vDirection (Vector) - // NetworkVarNames: m_iszEffectName (string_t) - // NetworkVarNames: m_iszSSEffectName (string_t) - // NetworkVarNames: m_clrOverlay (Color) - // NetworkVarNames: m_bOn (bool) - // NetworkVarNames: m_bmaxColor (bool) - // NetworkVarNames: m_flSize (float32) - // NetworkVarNames: m_flHazeScale (float32) - // NetworkVarNames: m_flRotation (float32) - // NetworkVarNames: m_flHDRColorScale (float32) - // NetworkVarNames: m_flAlphaHaze (float32) - // NetworkVarNames: m_flAlphaScale (float32) - // NetworkVarNames: m_flAlphaHdr (float32) - // NetworkVarNames: m_flFarZScale (float32) - namespace C_Sun { - constexpr std::ptrdiff_t m_fxSSSunFlareEffectIndex = 0xC50; // ParticleIndex_t - constexpr std::ptrdiff_t m_fxSunFlareEffectIndex = 0xC54; // ParticleIndex_t - constexpr std::ptrdiff_t m_fdistNormalize = 0xC58; // float32 - constexpr std::ptrdiff_t m_vSunPos = 0xC5C; // Vector - constexpr std::ptrdiff_t m_vDirection = 0xC68; // Vector - constexpr std::ptrdiff_t m_iszEffectName = 0xC78; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_iszSSEffectName = 0xC80; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_clrOverlay = 0xC88; // Color - constexpr std::ptrdiff_t m_bOn = 0xC8C; // bool - constexpr std::ptrdiff_t m_bmaxColor = 0xC8D; // bool - constexpr std::ptrdiff_t m_flSize = 0xC90; // float32 - constexpr std::ptrdiff_t m_flHazeScale = 0xC94; // float32 - constexpr std::ptrdiff_t m_flRotation = 0xC98; // float32 - constexpr std::ptrdiff_t m_flHDRColorScale = 0xC9C; // float32 - constexpr std::ptrdiff_t m_flAlphaHaze = 0xCA0; // float32 - constexpr std::ptrdiff_t m_flAlphaScale = 0xCA4; // float32 - constexpr std::ptrdiff_t m_flAlphaHdr = 0xCA8; // float32 - constexpr std::ptrdiff_t m_flFarZScale = 0xCAC; // float32 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MNetworkIncludeByName - // NetworkVarNames: m_bDisabled (bool) - // NetworkVarNames: m_bClientSidePredicted (bool) - namespace C_BaseTrigger { - constexpr std::ptrdiff_t m_bDisabled = 0xC50; // bool - constexpr std::ptrdiff_t m_bClientSidePredicted = 0xC51; // bool - } - // Parent: C_BaseTrigger - // Fields count: 13 - // - // Metadata: - // NetworkVarNames: m_gravityScale (float) - // NetworkVarNames: m_linearLimit (float) - // NetworkVarNames: m_linearDamping (float) - // NetworkVarNames: m_angularLimit (float) - // NetworkVarNames: m_angularDamping (float) - // NetworkVarNames: m_linearForce (float) - // NetworkVarNames: m_flFrequency (float) - // NetworkVarNames: m_flDampingRatio (float) - // NetworkVarNames: m_vecLinearForcePointAt (Vector) - // NetworkVarNames: m_bCollapseToForcePoint (bool) - // NetworkVarNames: m_vecLinearForcePointAtWorld (Vector) - // NetworkVarNames: m_vecLinearForceDirection (Vector) - // NetworkVarNames: m_bConvertToDebrisWhenPossible (bool) - namespace C_TriggerPhysics { - constexpr std::ptrdiff_t m_gravityScale = 0xC54; // float32 - constexpr std::ptrdiff_t m_linearLimit = 0xC58; // float32 - constexpr std::ptrdiff_t m_linearDamping = 0xC5C; // float32 - constexpr std::ptrdiff_t m_angularLimit = 0xC60; // float32 - constexpr std::ptrdiff_t m_angularDamping = 0xC64; // float32 - constexpr std::ptrdiff_t m_linearForce = 0xC68; // float32 - constexpr std::ptrdiff_t m_flFrequency = 0xC6C; // float32 - constexpr std::ptrdiff_t m_flDampingRatio = 0xC70; // float32 - constexpr std::ptrdiff_t m_vecLinearForcePointAt = 0xC74; // Vector - constexpr std::ptrdiff_t m_bCollapseToForcePoint = 0xC80; // bool - constexpr std::ptrdiff_t m_vecLinearForcePointAtWorld = 0xC84; // Vector - constexpr std::ptrdiff_t m_vecLinearForceDirection = 0xC90; // Vector - constexpr std::ptrdiff_t m_bConvertToDebrisWhenPossible = 0xC9C; // bool - } - // Parent: C_BaseModelEntity - // Fields count: 24 - // - // Metadata: - // MNetworkIncludeByUserGroup - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkOverride - // NetworkVarNames: m_flFrameRate (float32) - // NetworkVarNames: m_flHDRColorScale (float32) - // NetworkVarNames: m_nNumBeamEnts (uint8) - // NetworkVarNames: m_hBaseMaterial (HMaterialStrong) - // NetworkVarNames: m_nHaloIndex (HMaterialStrong) - // NetworkVarNames: m_nBeamType (BeamType_t) - // NetworkVarNames: m_nBeamFlags (uint32) - // NetworkVarNames: m_hAttachEntity (CHandle) - // NetworkVarNames: m_nAttachIndex (AttachmentHandle_t) - // NetworkVarNames: m_fWidth (float32) - // NetworkVarNames: m_fEndWidth (float32) - // NetworkVarNames: m_fFadeLength (float32) - // NetworkVarNames: m_fHaloScale (float32) - // NetworkVarNames: m_fAmplitude (float32) - // NetworkVarNames: m_fStartFrame (float32) - // NetworkVarNames: m_fSpeed (float32) - // NetworkVarNames: m_flFrame (float32) - // NetworkVarNames: m_nClipStyle (BeamClipStyle_t) - // NetworkVarNames: m_bTurnedOff (bool) - // NetworkVarNames: m_vecEndPos (Vector) - namespace C_Beam { - constexpr std::ptrdiff_t m_flFrameRate = 0xC50; // float32 - constexpr std::ptrdiff_t m_flHDRColorScale = 0xC54; // float32 - constexpr std::ptrdiff_t m_flFireTime = 0xC58; // GameTime_t - constexpr std::ptrdiff_t m_flDamage = 0xC5C; // float32 - constexpr std::ptrdiff_t m_nNumBeamEnts = 0xC60; // uint8 - constexpr std::ptrdiff_t m_queryHandleHalo = 0xC64; // int32 - constexpr std::ptrdiff_t m_hBaseMaterial = 0xC88; // CStrongHandle - constexpr std::ptrdiff_t m_nHaloIndex = 0xC90; // CStrongHandle - constexpr std::ptrdiff_t m_nBeamType = 0xC98; // BeamType_t - constexpr std::ptrdiff_t m_nBeamFlags = 0xC9C; // uint32 - constexpr std::ptrdiff_t m_hAttachEntity = 0xCA0; // CHandle[10] - constexpr std::ptrdiff_t m_nAttachIndex = 0xCC8; // AttachmentHandle_t[10] - constexpr std::ptrdiff_t m_fWidth = 0xCD4; // float32 - constexpr std::ptrdiff_t m_fEndWidth = 0xCD8; // float32 - constexpr std::ptrdiff_t m_fFadeLength = 0xCDC; // float32 - constexpr std::ptrdiff_t m_fHaloScale = 0xCE0; // float32 - constexpr std::ptrdiff_t m_fAmplitude = 0xCE4; // float32 - constexpr std::ptrdiff_t m_fStartFrame = 0xCE8; // float32 - constexpr std::ptrdiff_t m_fSpeed = 0xCEC; // float32 - constexpr std::ptrdiff_t m_flFrame = 0xCF0; // float32 - constexpr std::ptrdiff_t m_nClipStyle = 0xCF4; // BeamClipStyle_t - constexpr std::ptrdiff_t m_bTurnedOff = 0xCF8; // bool - constexpr std::ptrdiff_t m_vecEndPos = 0xCFC; // Vector - constexpr std::ptrdiff_t m_hEndEntity = 0xD08; // CHandle - } - // Parent: C_BaseModelEntity - // Fields count: 9 - // - // Metadata: - // NetworkVarNames: m_vecLadderDir (Vector) - // NetworkVarNames: m_vecPlayerMountPositionTop (Vector) - // NetworkVarNames: m_vecPlayerMountPositionBottom (Vector) - // NetworkVarNames: m_flAutoRideSpeed (float) - // NetworkVarNames: m_bFakeLadder (bool) - namespace C_FuncLadder { - constexpr std::ptrdiff_t m_vecLadderDir = 0xC50; // Vector - constexpr std::ptrdiff_t m_Dismounts = 0xC60; // CUtlVector> - constexpr std::ptrdiff_t m_vecLocalTop = 0xC78; // Vector - constexpr std::ptrdiff_t m_vecPlayerMountPositionTop = 0xC84; // Vector - constexpr std::ptrdiff_t m_vecPlayerMountPositionBottom = 0xC90; // Vector - constexpr std::ptrdiff_t m_flAutoRideSpeed = 0xC9C; // float32 - constexpr std::ptrdiff_t m_bDisabled = 0xCA0; // bool - constexpr std::ptrdiff_t m_bFakeLadder = 0xCA1; // bool - constexpr std::ptrdiff_t m_bHasSlack = 0xCA2; // bool - } - // Parent: None - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CPrecipitationVData { - constexpr std::ptrdiff_t m_szParticlePrecipitationEffect = 0x28; // CResourceNameTyped> - constexpr std::ptrdiff_t m_flInnerDistance = 0x108; // float32 - constexpr std::ptrdiff_t m_nAttachType = 0x10C; // ParticleAttachment_t - constexpr std::ptrdiff_t m_bBatchSameVolumeType = 0x110; // bool - constexpr std::ptrdiff_t m_nRTEnvCP = 0x114; // int32 - constexpr std::ptrdiff_t m_nRTEnvCPComponent = 0x118; // int32 - constexpr std::ptrdiff_t m_szModifier = 0x120; // CUtlString - } - // Parent: C_BaseModelEntity - // Fields count: 24 - // - // Metadata: - // NetworkVarNames: m_hSpriteMaterial (HMaterialStrong) - // NetworkVarNames: m_hAttachedToEntity (CHandle) - // NetworkVarNames: m_nAttachment (AttachmentHandle_t) - // NetworkVarNames: m_flSpriteFramerate (float32) - // NetworkVarNames: m_flFrame (float32) - // NetworkVarNames: m_nBrightness (uint32) - // NetworkVarNames: m_flBrightnessDuration (float32) - // NetworkVarNames: m_flSpriteScale (float32) - // NetworkVarNames: m_flScaleDuration (float32) - // NetworkVarNames: m_bWorldSpaceScale (bool) - // NetworkVarNames: m_flGlowProxySize (float32) - // NetworkVarNames: m_flHDRColorScale (float32) - namespace C_Sprite { - constexpr std::ptrdiff_t m_hSpriteMaterial = 0xC68; // CStrongHandle - constexpr std::ptrdiff_t m_hAttachedToEntity = 0xC70; // CHandle - constexpr std::ptrdiff_t m_nAttachment = 0xC74; // AttachmentHandle_t - constexpr std::ptrdiff_t m_flSpriteFramerate = 0xC78; // float32 - constexpr std::ptrdiff_t m_flFrame = 0xC7C; // float32 - constexpr std::ptrdiff_t m_flDieTime = 0xC80; // GameTime_t - constexpr std::ptrdiff_t m_nBrightness = 0xC90; // uint32 - constexpr std::ptrdiff_t m_flBrightnessDuration = 0xC94; // float32 - constexpr std::ptrdiff_t m_flSpriteScale = 0xC98; // float32 - constexpr std::ptrdiff_t m_flScaleDuration = 0xC9C; // float32 - constexpr std::ptrdiff_t m_bWorldSpaceScale = 0xCA0; // bool - constexpr std::ptrdiff_t m_flGlowProxySize = 0xCA4; // float32 - constexpr std::ptrdiff_t m_flHDRColorScale = 0xCA8; // float32 - constexpr std::ptrdiff_t m_flLastTime = 0xCAC; // GameTime_t - constexpr std::ptrdiff_t m_flMaxFrame = 0xCB0; // float32 - constexpr std::ptrdiff_t m_flStartScale = 0xCB4; // float32 - constexpr std::ptrdiff_t m_flDestScale = 0xCB8; // float32 - constexpr std::ptrdiff_t m_flScaleTimeStart = 0xCBC; // GameTime_t - constexpr std::ptrdiff_t m_nStartBrightness = 0xCC0; // int32 - constexpr std::ptrdiff_t m_nDestBrightness = 0xCC4; // int32 - constexpr std::ptrdiff_t m_flBrightnessTimeStart = 0xCC8; // GameTime_t - constexpr std::ptrdiff_t m_hOldSpriteMaterial = 0xCD0; // CWeakHandle - constexpr std::ptrdiff_t m_nSpriteWidth = 0xD78; // int32 - constexpr std::ptrdiff_t m_nSpriteHeight = 0xD7C; // int32 - } - // Parent: C_BaseModelEntity - // Fields count: 4 - // - // Metadata: - // NetworkVarNames: m_bEnabled (bool) - // NetworkVarNames: m_DialogXMLName (string_t) - // NetworkVarNames: m_PanelClassName (string_t) - // NetworkVarNames: m_PanelID (string_t) - namespace C_BaseClientUIEntity { - constexpr std::ptrdiff_t m_bEnabled = 0xC58; // bool - constexpr std::ptrdiff_t m_DialogXMLName = 0xC60; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_PanelClassName = 0xC68; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_PanelID = 0xC70; // CUtlSymbolLarge - } - // Parent: C_BaseClientUIEntity - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_hActivator (EHANDLE) - namespace C_PointClientUIDialog { - constexpr std::ptrdiff_t m_hActivator = 0xC80; // CHandle - constexpr std::ptrdiff_t m_bStartEnabled = 0xC84; // bool - } - // Parent: C_BaseClientUIEntity - // Fields count: 13 - // - // Metadata: - // NetworkVarNames: m_bIgnoreInput (bool) - // NetworkVarNames: m_flWidth (float) - // NetworkVarNames: m_flHeight (float) - // NetworkVarNames: m_flDPI (float) - // NetworkVarNames: m_flInteractDistance (float) - // NetworkVarNames: m_flDepthOffset (float) - // NetworkVarNames: m_unOwnerContext (uint32) - // NetworkVarNames: m_unHorizontalAlign (uint32) - // NetworkVarNames: m_unVerticalAlign (uint32) - // NetworkVarNames: m_unOrientation (uint32) - // NetworkVarNames: m_bAllowInteractionFromAllSceneWorlds (bool) - // NetworkVarNames: m_vecCSSClasses (string_t) - namespace C_PointClientUIHUD { - constexpr std::ptrdiff_t m_bCheckCSSClasses = 0xC88; // bool - constexpr std::ptrdiff_t m_bIgnoreInput = 0xE10; // bool - constexpr std::ptrdiff_t m_flWidth = 0xE14; // float32 - constexpr std::ptrdiff_t m_flHeight = 0xE18; // float32 - constexpr std::ptrdiff_t m_flDPI = 0xE1C; // float32 - constexpr std::ptrdiff_t m_flInteractDistance = 0xE20; // float32 - constexpr std::ptrdiff_t m_flDepthOffset = 0xE24; // float32 - constexpr std::ptrdiff_t m_unOwnerContext = 0xE28; // uint32 - constexpr std::ptrdiff_t m_unHorizontalAlign = 0xE2C; // uint32 - constexpr std::ptrdiff_t m_unVerticalAlign = 0xE30; // uint32 - constexpr std::ptrdiff_t m_unOrientation = 0xE34; // uint32 - constexpr std::ptrdiff_t m_bAllowInteractionFromAllSceneWorlds = 0xE38; // bool - constexpr std::ptrdiff_t m_vecCSSClasses = 0xE40; // C_NetworkUtlVectorBase - } - // Parent: C_BaseClientUIEntity - // Fields count: 28 - // - // Metadata: - // NetworkVarNames: m_bIgnoreInput (bool) - // NetworkVarNames: m_bLit (bool) - // NetworkVarNames: m_bFollowPlayerAcrossTeleport (bool) - // NetworkVarNames: m_flWidth (float) - // NetworkVarNames: m_flHeight (float) - // NetworkVarNames: m_flDPI (float) - // NetworkVarNames: m_flInteractDistance (float) - // NetworkVarNames: m_flDepthOffset (float) - // NetworkVarNames: m_unOwnerContext (uint32) - // NetworkVarNames: m_unHorizontalAlign (uint32) - // NetworkVarNames: m_unVerticalAlign (uint32) - // NetworkVarNames: m_unOrientation (uint32) - // NetworkVarNames: m_bAllowInteractionFromAllSceneWorlds (bool) - // NetworkVarNames: m_vecCSSClasses (string_t) - // NetworkVarNames: m_bOpaque (bool) - // NetworkVarNames: m_bNoDepth (bool) - // NetworkVarNames: m_bRenderBackface (bool) - // NetworkVarNames: m_bUseOffScreenIndicator (bool) - // NetworkVarNames: m_bExcludeFromSaveGames (bool) - // NetworkVarNames: m_bGrabbable (bool) - // NetworkVarNames: m_bOnlyRenderToTexture (bool) - // NetworkVarNames: m_bDisableMipGen (bool) - // NetworkVarNames: m_nExplicitImageLayout (int32) - namespace C_PointClientUIWorldPanel { - constexpr std::ptrdiff_t m_bForceRecreateNextUpdate = 0xC88; // bool - constexpr std::ptrdiff_t m_bMoveViewToPlayerNextThink = 0xC89; // bool - constexpr std::ptrdiff_t m_bCheckCSSClasses = 0xC8A; // bool - constexpr std::ptrdiff_t m_anchorDeltaTransform = 0xC90; // CTransform - constexpr std::ptrdiff_t m_pOffScreenIndicator = 0xE30; // CPointOffScreenIndicatorUi* - constexpr std::ptrdiff_t m_bIgnoreInput = 0xE58; // bool - constexpr std::ptrdiff_t m_bLit = 0xE59; // bool - constexpr std::ptrdiff_t m_bFollowPlayerAcrossTeleport = 0xE5A; // bool - constexpr std::ptrdiff_t m_flWidth = 0xE5C; // float32 - constexpr std::ptrdiff_t m_flHeight = 0xE60; // float32 - constexpr std::ptrdiff_t m_flDPI = 0xE64; // float32 - constexpr std::ptrdiff_t m_flInteractDistance = 0xE68; // float32 - constexpr std::ptrdiff_t m_flDepthOffset = 0xE6C; // float32 - constexpr std::ptrdiff_t m_unOwnerContext = 0xE70; // uint32 - constexpr std::ptrdiff_t m_unHorizontalAlign = 0xE74; // uint32 - constexpr std::ptrdiff_t m_unVerticalAlign = 0xE78; // uint32 - constexpr std::ptrdiff_t m_unOrientation = 0xE7C; // uint32 - constexpr std::ptrdiff_t m_bAllowInteractionFromAllSceneWorlds = 0xE80; // bool - constexpr std::ptrdiff_t m_vecCSSClasses = 0xE88; // C_NetworkUtlVectorBase - constexpr std::ptrdiff_t m_bOpaque = 0xEA0; // bool - constexpr std::ptrdiff_t m_bNoDepth = 0xEA1; // bool - constexpr std::ptrdiff_t m_bRenderBackface = 0xEA2; // bool - constexpr std::ptrdiff_t m_bUseOffScreenIndicator = 0xEA3; // bool - constexpr std::ptrdiff_t m_bExcludeFromSaveGames = 0xEA4; // bool - constexpr std::ptrdiff_t m_bGrabbable = 0xEA5; // bool - constexpr std::ptrdiff_t m_bOnlyRenderToTexture = 0xEA6; // bool - constexpr std::ptrdiff_t m_bDisableMipGen = 0xEA7; // bool - constexpr std::ptrdiff_t m_nExplicitImageLayout = 0xEA8; // int32 - } - // Parent: C_PointClientUIWorldPanel - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_messageText (char) - namespace C_PointClientUIWorldTextPanel { - constexpr std::ptrdiff_t m_messageText = 0xEAC; // char[512] - } - // Parent: None - // Fields count: 9 - // - // Metadata: - // NetworkVarNames: m_bDisabled (bool) - // NetworkVarNames: m_nResolutionX (int) - // NetworkVarNames: m_nResolutionY (int) - // NetworkVarNames: m_szLayoutFileName (string_t) - // NetworkVarNames: m_RenderAttrName (string_t) - // NetworkVarNames: m_TargetEntities (CHandle) - // NetworkVarNames: m_nTargetChangeCount (int) - // NetworkVarNames: m_vecCSSClasses (string_t) - namespace CInfoOffscreenPanoramaTexture { - constexpr std::ptrdiff_t m_bDisabled = 0x6D0; // bool - constexpr std::ptrdiff_t m_nResolutionX = 0x6D4; // int32 - constexpr std::ptrdiff_t m_nResolutionY = 0x6D8; // int32 - constexpr std::ptrdiff_t m_szLayoutFileName = 0x6E0; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_RenderAttrName = 0x6E8; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_TargetEntities = 0x6F0; // C_NetworkUtlVectorBase> - constexpr std::ptrdiff_t m_nTargetChangeCount = 0x708; // int32 - constexpr std::ptrdiff_t m_vecCSSClasses = 0x710; // C_NetworkUtlVectorBase - constexpr std::ptrdiff_t m_bCheckCSSClasses = 0x888; // bool - } - // Parent: None - // Fields count: 28 - // - // Metadata: - // NetworkVarNames: m_iItemDefinitionIndex (item_definition_index_t) - // NetworkVarNames: m_iEntityQuality (int) - // NetworkVarNames: m_iEntityLevel (uint32) - // NetworkVarNames: m_iItemIDHigh (uint32) - // NetworkVarNames: m_iItemIDLow (uint32) - // NetworkVarNames: m_iAccountID (uint32) - // NetworkVarNames: m_iInventoryPosition (uint32) - // NetworkVarNames: m_bInitialized (bool) - // NetworkVarNames: m_AttributeList (CAttributeList) - // NetworkVarNames: m_NetworkedDynamicAttributes (CAttributeList) - // NetworkVarNames: m_szCustomName (char) - namespace C_EconItemView { - constexpr std::ptrdiff_t m_bInventoryImageRgbaRequested = 0x70; // bool - constexpr std::ptrdiff_t m_bInventoryImageTriedCache = 0x71; // bool - constexpr std::ptrdiff_t m_nInventoryImageRgbaWidth = 0x90; // int32 - constexpr std::ptrdiff_t m_nInventoryImageRgbaHeight = 0x94; // int32 - constexpr std::ptrdiff_t m_szCurrentLoadCachedFileName = 0x98; // char[4096] - constexpr std::ptrdiff_t m_bRestoreCustomMaterialAfterPrecache = 0x10C0; // bool - constexpr std::ptrdiff_t m_iItemDefinitionIndex = 0x10C2; // uint16 - constexpr std::ptrdiff_t m_iEntityQuality = 0x10C4; // int32 - constexpr std::ptrdiff_t m_iEntityLevel = 0x10C8; // uint32 - constexpr std::ptrdiff_t m_iItemID = 0x10D0; // uint64 - constexpr std::ptrdiff_t m_iItemIDHigh = 0x10D8; // uint32 - constexpr std::ptrdiff_t m_iItemIDLow = 0x10DC; // uint32 - constexpr std::ptrdiff_t m_iAccountID = 0x10E0; // uint32 - constexpr std::ptrdiff_t m_iInventoryPosition = 0x10E4; // uint32 - constexpr std::ptrdiff_t m_bInitialized = 0x10F0; // bool - constexpr std::ptrdiff_t m_bDisallowSOC = 0x10F1; // bool - constexpr std::ptrdiff_t m_bIsStoreItem = 0x10F2; // bool - constexpr std::ptrdiff_t m_bIsTradeItem = 0x10F3; // bool - constexpr std::ptrdiff_t m_iEntityQuantity = 0x10F4; // int32 - constexpr std::ptrdiff_t m_iRarityOverride = 0x10F8; // int32 - constexpr std::ptrdiff_t m_iQualityOverride = 0x10FC; // int32 - constexpr std::ptrdiff_t m_unClientFlags = 0x1100; // uint8 - constexpr std::ptrdiff_t m_unOverrideStyle = 0x1101; // uint8 - constexpr std::ptrdiff_t m_AttributeList = 0x1118; // CAttributeList - constexpr std::ptrdiff_t m_NetworkedDynamicAttributes = 0x1178; // CAttributeList - constexpr std::ptrdiff_t m_szCustomName = 0x11D8; // char[161] - constexpr std::ptrdiff_t m_szCustomNameOverride = 0x1279; // char[161] - constexpr std::ptrdiff_t m_bInitializedTags = 0x1348; // bool - } - // Parent: C_BaseTrigger - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_bBombPlantedHere (bool) - namespace CBombTarget { - constexpr std::ptrdiff_t m_bBombPlantedHere = 0xC52; // bool - } - // Parent: C_BaseTrigger - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_flFluidDensity (float) - namespace C_TriggerBuoyancy { - constexpr std::ptrdiff_t m_BuoyancyHelper = 0xC58; // CBuoyancyHelper - constexpr std::ptrdiff_t m_flFluidDensity = 0xC78; // float32 - } - // Parent: CBasePlayerController - // Fields count: 62 - // - // Metadata: - // MNetworkUserGroupProxy - // MNetworkUserGroupProxy - // MNetworkUserGroupProxy - // NetworkVarNames: m_pInGameMoneyServices (CCSPlayerController_InGameMoneyServices*) - // NetworkVarNames: m_pInventoryServices (CCSPlayerController_InventoryServices*) - // NetworkVarNames: m_pActionTrackingServices (CCSPlayerController_ActionTrackingServices*) - // NetworkVarNames: m_pDamageServices (CCSPlayerController_DamageServices*) - // NetworkVarNames: m_iPing (uint32) - // NetworkVarNames: m_bHasCommunicationAbuseMute (bool) - // NetworkVarNames: m_szCrosshairCodes (string_t) - // NetworkVarNames: m_iPendingTeamNum (uint8) - // NetworkVarNames: m_flForceTeamTime (GameTime_t) - // NetworkVarNames: m_iCompTeammateColor (int) - // NetworkVarNames: m_bEverPlayedOnTeam (bool) - // NetworkVarNames: m_szClan (string_t) - // NetworkVarNames: m_iCoachingTeam (int) - // NetworkVarNames: m_nPlayerDominated (uint64) - // NetworkVarNames: m_nPlayerDominatingMe (uint64) - // NetworkVarNames: m_iCompetitiveRanking (int) - // NetworkVarNames: m_iCompetitiveWins (int) - // NetworkVarNames: m_iCompetitiveRankType (int8) - // NetworkVarNames: m_iCompetitiveRankingPredicted_Win (int) - // NetworkVarNames: m_iCompetitiveRankingPredicted_Loss (int) - // NetworkVarNames: m_iCompetitiveRankingPredicted_Tie (int) - // NetworkVarNames: m_nEndMatchNextMapVote (int) - // NetworkVarNames: m_unActiveQuestId (uint16) - // NetworkVarNames: m_nQuestProgressReason (QuestProgress::Reason) - // NetworkVarNames: m_unPlayerTvControlFlags (uint32) - // NetworkVarNames: m_nDisconnectionTick (int) - // NetworkVarNames: m_bControllingBot (bool) - // NetworkVarNames: m_bHasControlledBotThisRound (bool) - // NetworkVarNames: m_bCanControlObservedBot (bool) - // NetworkVarNames: m_hPlayerPawn (CHandle) - // NetworkVarNames: m_hObserverPawn (CHandle) - // NetworkVarNames: m_bPawnIsAlive (bool) - // NetworkVarNames: m_iPawnHealth (uint32) - // NetworkVarNames: m_iPawnArmor (int) - // NetworkVarNames: m_bPawnHasDefuser (bool) - // NetworkVarNames: m_bPawnHasHelmet (bool) - // NetworkVarNames: m_nPawnCharacterDefIndex (item_definition_index_t) - // NetworkVarNames: m_iPawnLifetimeStart (int) - // NetworkVarNames: m_iPawnLifetimeEnd (int) - // NetworkVarNames: m_iPawnBotDifficulty (int) - // NetworkVarNames: m_hOriginalControllerOfCurrentPawn (CHandle) - // NetworkVarNames: m_iScore (int32) - // NetworkVarNames: m_vecKills (EKillTypes_t) - // NetworkVarNames: m_bMvpNoMusic (bool) - // NetworkVarNames: m_eMvpReason (int) - // NetworkVarNames: m_iMusicKitID (int) - // NetworkVarNames: m_iMusicKitMVPs (int) - // NetworkVarNames: m_iMVPs (int) - namespace CCSPlayerController { - constexpr std::ptrdiff_t m_pInGameMoneyServices = 0x878; // CCSPlayerController_InGameMoneyServices* - constexpr std::ptrdiff_t m_pInventoryServices = 0x880; // CCSPlayerController_InventoryServices* - constexpr std::ptrdiff_t m_pActionTrackingServices = 0x888; // CCSPlayerController_ActionTrackingServices* - constexpr std::ptrdiff_t m_pDamageServices = 0x890; // CCSPlayerController_DamageServices* - constexpr std::ptrdiff_t m_iPing = 0x898; // uint32 - constexpr std::ptrdiff_t m_bHasCommunicationAbuseMute = 0x89C; // bool - constexpr std::ptrdiff_t m_szCrosshairCodes = 0x8A0; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_iPendingTeamNum = 0x8A8; // uint8 - constexpr std::ptrdiff_t m_flForceTeamTime = 0x8AC; // GameTime_t - constexpr std::ptrdiff_t m_iCompTeammateColor = 0x8B0; // int32 - constexpr std::ptrdiff_t m_bEverPlayedOnTeam = 0x8B4; // bool - constexpr std::ptrdiff_t m_flPreviousForceJoinTeamTime = 0x8B8; // GameTime_t - constexpr std::ptrdiff_t m_szClan = 0x8C0; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_sSanitizedPlayerName = 0x8C8; // CUtlString - constexpr std::ptrdiff_t m_iCoachingTeam = 0x8D0; // int32 - constexpr std::ptrdiff_t m_nPlayerDominated = 0x8D8; // uint64 - constexpr std::ptrdiff_t m_nPlayerDominatingMe = 0x8E0; // uint64 - constexpr std::ptrdiff_t m_iCompetitiveRanking = 0x8E8; // int32 - constexpr std::ptrdiff_t m_iCompetitiveWins = 0x8EC; // int32 - constexpr std::ptrdiff_t m_iCompetitiveRankType = 0x8F0; // int8 - constexpr std::ptrdiff_t m_iCompetitiveRankingPredicted_Win = 0x8F4; // int32 - constexpr std::ptrdiff_t m_iCompetitiveRankingPredicted_Loss = 0x8F8; // int32 - constexpr std::ptrdiff_t m_iCompetitiveRankingPredicted_Tie = 0x8FC; // int32 - constexpr std::ptrdiff_t m_nEndMatchNextMapVote = 0x900; // int32 - constexpr std::ptrdiff_t m_unActiveQuestId = 0x904; // uint16 - constexpr std::ptrdiff_t m_nQuestProgressReason = 0x908; // QuestProgress::Reason - constexpr std::ptrdiff_t m_unPlayerTvControlFlags = 0x90C; // uint32 - constexpr std::ptrdiff_t m_iDraftIndex = 0x938; // int32 - constexpr std::ptrdiff_t m_msQueuedModeDisconnectionTimestamp = 0x93C; // uint32 - constexpr std::ptrdiff_t m_uiAbandonRecordedReason = 0x940; // uint32 - constexpr std::ptrdiff_t m_bCannotBeKicked = 0x944; // bool - constexpr std::ptrdiff_t m_bEverFullyConnected = 0x945; // bool - constexpr std::ptrdiff_t m_bAbandonAllowsSurrender = 0x946; // bool - constexpr std::ptrdiff_t m_bAbandonOffersInstantSurrender = 0x947; // bool - constexpr std::ptrdiff_t m_bDisconnection1MinWarningPrinted = 0x948; // bool - constexpr std::ptrdiff_t m_bScoreReported = 0x949; // bool - constexpr std::ptrdiff_t m_nDisconnectionTick = 0x94C; // int32 - constexpr std::ptrdiff_t m_bControllingBot = 0x958; // bool - constexpr std::ptrdiff_t m_bHasControlledBotThisRound = 0x959; // bool - constexpr std::ptrdiff_t m_bHasBeenControlledByPlayerThisRound = 0x95A; // bool - constexpr std::ptrdiff_t m_nBotsControlledThisRound = 0x95C; // int32 - constexpr std::ptrdiff_t m_bCanControlObservedBot = 0x960; // bool - constexpr std::ptrdiff_t m_hPlayerPawn = 0x964; // CHandle - constexpr std::ptrdiff_t m_hObserverPawn = 0x968; // CHandle - constexpr std::ptrdiff_t m_bPawnIsAlive = 0x96C; // bool - constexpr std::ptrdiff_t m_iPawnHealth = 0x970; // uint32 - constexpr std::ptrdiff_t m_iPawnArmor = 0x974; // int32 - constexpr std::ptrdiff_t m_bPawnHasDefuser = 0x978; // bool - constexpr std::ptrdiff_t m_bPawnHasHelmet = 0x979; // bool - constexpr std::ptrdiff_t m_nPawnCharacterDefIndex = 0x97A; // uint16 - constexpr std::ptrdiff_t m_iPawnLifetimeStart = 0x97C; // int32 - constexpr std::ptrdiff_t m_iPawnLifetimeEnd = 0x980; // int32 - constexpr std::ptrdiff_t m_iPawnBotDifficulty = 0x984; // int32 - constexpr std::ptrdiff_t m_hOriginalControllerOfCurrentPawn = 0x988; // CHandle - constexpr std::ptrdiff_t m_iScore = 0x98C; // int32 - constexpr std::ptrdiff_t m_vecKills = 0x990; // C_NetworkUtlVectorBase - constexpr std::ptrdiff_t m_bMvpNoMusic = 0x9A8; // bool - constexpr std::ptrdiff_t m_eMvpReason = 0x9AC; // int32 - constexpr std::ptrdiff_t m_iMusicKitID = 0x9B0; // int32 - constexpr std::ptrdiff_t m_iMusicKitMVPs = 0x9B4; // int32 - constexpr std::ptrdiff_t m_iMVPs = 0x9B8; // int32 - constexpr std::ptrdiff_t m_bIsPlayerNameDirty = 0x9BC; // bool - } - // Parent: C_BaseTrigger - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_source (string_t) - // NetworkVarNames: m_destination (string_t) - namespace C_FootstepControl { - constexpr std::ptrdiff_t m_source = 0xC58; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_destination = 0xC60; // CUtlSymbolLarge - } - // Parent: CBasePlayerWeaponVData - // Fields count: 92 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertySuppressBaseClassField - // MPropertySuppressBaseClassField - namespace CCSWeaponBaseVData { - constexpr std::ptrdiff_t m_WeaponType = 0x248; // CSWeaponType - constexpr std::ptrdiff_t m_WeaponCategory = 0x24C; // CSWeaponCategory - constexpr std::ptrdiff_t m_szViewModel = 0x250; // CResourceNameTyped> - constexpr std::ptrdiff_t m_szPlayerModel = 0x330; // CResourceNameTyped> - constexpr std::ptrdiff_t m_szWorldDroppedModel = 0x410; // CResourceNameTyped> - constexpr std::ptrdiff_t m_szAimsightLensMaskModel = 0x4F0; // CResourceNameTyped> - constexpr std::ptrdiff_t m_szMagazineModel = 0x5D0; // CResourceNameTyped> - constexpr std::ptrdiff_t m_szHeatEffect = 0x6B0; // CResourceNameTyped> - constexpr std::ptrdiff_t m_szEjectBrassEffect = 0x790; // CResourceNameTyped> - constexpr std::ptrdiff_t m_szMuzzleFlashParticleAlt = 0x870; // CResourceNameTyped> - constexpr std::ptrdiff_t m_szMuzzleFlashThirdPersonParticle = 0x950; // CResourceNameTyped> - constexpr std::ptrdiff_t m_szMuzzleFlashThirdPersonParticleAlt = 0xA30; // CResourceNameTyped> - constexpr std::ptrdiff_t m_szTracerParticle = 0xB10; // CResourceNameTyped> - constexpr std::ptrdiff_t m_GearSlot = 0xBF0; // gear_slot_t - constexpr std::ptrdiff_t m_GearSlotPosition = 0xBF4; // int32 - constexpr std::ptrdiff_t m_DefaultLoadoutSlot = 0xBF8; // loadout_slot_t - constexpr std::ptrdiff_t m_sWrongTeamMsg = 0xC00; // CUtlString - constexpr std::ptrdiff_t m_nPrice = 0xC08; // int32 - constexpr std::ptrdiff_t m_nKillAward = 0xC0C; // int32 - constexpr std::ptrdiff_t m_nPrimaryReserveAmmoMax = 0xC10; // int32 - constexpr std::ptrdiff_t m_nSecondaryReserveAmmoMax = 0xC14; // int32 - constexpr std::ptrdiff_t m_bMeleeWeapon = 0xC18; // bool - constexpr std::ptrdiff_t m_bHasBurstMode = 0xC19; // bool - constexpr std::ptrdiff_t m_bIsRevolver = 0xC1A; // bool - constexpr std::ptrdiff_t m_bCannotShootUnderwater = 0xC1B; // bool - constexpr std::ptrdiff_t m_szName = 0xC20; // CGlobalSymbol - constexpr std::ptrdiff_t m_szAnimExtension = 0xC28; // CUtlString - constexpr std::ptrdiff_t m_eSilencerType = 0xC30; // CSWeaponSilencerType - constexpr std::ptrdiff_t m_nCrosshairMinDistance = 0xC34; // int32 - constexpr std::ptrdiff_t m_nCrosshairDeltaDistance = 0xC38; // int32 - constexpr std::ptrdiff_t m_bIsFullAuto = 0xC3C; // bool - constexpr std::ptrdiff_t m_nNumBullets = 0xC40; // int32 - constexpr std::ptrdiff_t m_flCycleTime = 0xC44; // CFiringModeFloat - constexpr std::ptrdiff_t m_flMaxSpeed = 0xC4C; // CFiringModeFloat - constexpr std::ptrdiff_t m_flSpread = 0xC54; // CFiringModeFloat - constexpr std::ptrdiff_t m_flInaccuracyCrouch = 0xC5C; // CFiringModeFloat - constexpr std::ptrdiff_t m_flInaccuracyStand = 0xC64; // CFiringModeFloat - constexpr std::ptrdiff_t m_flInaccuracyJump = 0xC6C; // CFiringModeFloat - constexpr std::ptrdiff_t m_flInaccuracyLand = 0xC74; // CFiringModeFloat - constexpr std::ptrdiff_t m_flInaccuracyLadder = 0xC7C; // CFiringModeFloat - constexpr std::ptrdiff_t m_flInaccuracyFire = 0xC84; // CFiringModeFloat - constexpr std::ptrdiff_t m_flInaccuracyMove = 0xC8C; // CFiringModeFloat - constexpr std::ptrdiff_t m_flRecoilAngle = 0xC94; // CFiringModeFloat - constexpr std::ptrdiff_t m_flRecoilAngleVariance = 0xC9C; // CFiringModeFloat - constexpr std::ptrdiff_t m_flRecoilMagnitude = 0xCA4; // CFiringModeFloat - constexpr std::ptrdiff_t m_flRecoilMagnitudeVariance = 0xCAC; // CFiringModeFloat - constexpr std::ptrdiff_t m_nTracerFrequency = 0xCB4; // CFiringModeInt - constexpr std::ptrdiff_t m_flInaccuracyJumpInitial = 0xCBC; // float32 - constexpr std::ptrdiff_t m_flInaccuracyJumpApex = 0xCC0; // float32 - constexpr std::ptrdiff_t m_flInaccuracyReload = 0xCC4; // float32 - constexpr std::ptrdiff_t m_nRecoilSeed = 0xCC8; // int32 - constexpr std::ptrdiff_t m_nSpreadSeed = 0xCCC; // int32 - constexpr std::ptrdiff_t m_flTimeToIdleAfterFire = 0xCD0; // float32 - constexpr std::ptrdiff_t m_flIdleInterval = 0xCD4; // float32 - constexpr std::ptrdiff_t m_flAttackMovespeedFactor = 0xCD8; // float32 - constexpr std::ptrdiff_t m_flHeatPerShot = 0xCDC; // float32 - constexpr std::ptrdiff_t m_flInaccuracyPitchShift = 0xCE0; // float32 - constexpr std::ptrdiff_t m_flInaccuracyAltSoundThreshold = 0xCE4; // float32 - constexpr std::ptrdiff_t m_flBotAudibleRange = 0xCE8; // float32 - constexpr std::ptrdiff_t m_szUseRadioSubtitle = 0xCF0; // CUtlString - constexpr std::ptrdiff_t m_bUnzoomsAfterShot = 0xCF8; // bool - constexpr std::ptrdiff_t m_bHideViewModelWhenZoomed = 0xCF9; // bool - constexpr std::ptrdiff_t m_nZoomLevels = 0xCFC; // int32 - constexpr std::ptrdiff_t m_nZoomFOV1 = 0xD00; // int32 - constexpr std::ptrdiff_t m_nZoomFOV2 = 0xD04; // int32 - constexpr std::ptrdiff_t m_flZoomTime0 = 0xD08; // float32 - constexpr std::ptrdiff_t m_flZoomTime1 = 0xD0C; // float32 - constexpr std::ptrdiff_t m_flZoomTime2 = 0xD10; // float32 - constexpr std::ptrdiff_t m_flIronSightPullUpSpeed = 0xD14; // float32 - constexpr std::ptrdiff_t m_flIronSightPutDownSpeed = 0xD18; // float32 - constexpr std::ptrdiff_t m_flIronSightFOV = 0xD1C; // float32 - constexpr std::ptrdiff_t m_flIronSightPivotForward = 0xD20; // float32 - constexpr std::ptrdiff_t m_flIronSightLooseness = 0xD24; // float32 - constexpr std::ptrdiff_t m_angPivotAngle = 0xD28; // QAngle - constexpr std::ptrdiff_t m_vecIronSightEyePos = 0xD34; // Vector - constexpr std::ptrdiff_t m_nDamage = 0xD40; // int32 - constexpr std::ptrdiff_t m_flHeadshotMultiplier = 0xD44; // float32 - constexpr std::ptrdiff_t m_flArmorRatio = 0xD48; // float32 - constexpr std::ptrdiff_t m_flPenetration = 0xD4C; // float32 - constexpr std::ptrdiff_t m_flRange = 0xD50; // float32 - constexpr std::ptrdiff_t m_flRangeModifier = 0xD54; // float32 - constexpr std::ptrdiff_t m_flFlinchVelocityModifierLarge = 0xD58; // float32 - constexpr std::ptrdiff_t m_flFlinchVelocityModifierSmall = 0xD5C; // float32 - constexpr std::ptrdiff_t m_flRecoveryTimeCrouch = 0xD60; // float32 - constexpr std::ptrdiff_t m_flRecoveryTimeStand = 0xD64; // float32 - constexpr std::ptrdiff_t m_flRecoveryTimeCrouchFinal = 0xD68; // float32 - constexpr std::ptrdiff_t m_flRecoveryTimeStandFinal = 0xD6C; // float32 - constexpr std::ptrdiff_t m_nRecoveryTransitionStartBullet = 0xD70; // int32 - constexpr std::ptrdiff_t m_nRecoveryTransitionEndBullet = 0xD74; // int32 - constexpr std::ptrdiff_t m_flThrowVelocity = 0xD78; // float32 - constexpr std::ptrdiff_t m_vSmokeColor = 0xD7C; // Vector - constexpr std::ptrdiff_t m_szAnimClass = 0xD88; // CGlobalSymbol - } - // Parent: None - // Fields count: 16 - // - // Metadata: - // NetworkVarNames: m_nUniqueID (int) - // NetworkVarNames: m_unAccountID (uint32) - // NetworkVarNames: m_unTraceID (uint32) - // NetworkVarNames: m_rtGcTime (uint32) - // NetworkVarNames: m_vecEndPos (Vector) - // NetworkVarNames: m_vecStart (Vector) - // NetworkVarNames: m_vecLeft (Vector) - // NetworkVarNames: m_vecNormal (Vector) - // NetworkVarNames: m_nPlayer (int) - // NetworkVarNames: m_nEntity (int) - // NetworkVarNames: m_nHitbox (int) - // NetworkVarNames: m_flCreationTime (float) - // NetworkVarNames: m_nTintID (int) - // NetworkVarNames: m_nVersion (uint8) - // NetworkVarNames: m_ubSignature (uint8) - namespace C_PlayerSprayDecal { - constexpr std::ptrdiff_t m_nUniqueID = 0xC50; // int32 - constexpr std::ptrdiff_t m_unAccountID = 0xC54; // uint32 - constexpr std::ptrdiff_t m_unTraceID = 0xC58; // uint32 - constexpr std::ptrdiff_t m_rtGcTime = 0xC5C; // uint32 - constexpr std::ptrdiff_t m_vecEndPos = 0xC60; // Vector - constexpr std::ptrdiff_t m_vecStart = 0xC6C; // Vector - constexpr std::ptrdiff_t m_vecLeft = 0xC78; // Vector - constexpr std::ptrdiff_t m_vecNormal = 0xC84; // Vector - constexpr std::ptrdiff_t m_nPlayer = 0xC90; // int32 - constexpr std::ptrdiff_t m_nEntity = 0xC94; // int32 - constexpr std::ptrdiff_t m_nHitbox = 0xC98; // int32 - constexpr std::ptrdiff_t m_flCreationTime = 0xC9C; // float32 - constexpr std::ptrdiff_t m_nTintID = 0xCA0; // int32 - constexpr std::ptrdiff_t m_nVersion = 0xCA4; // uint8 - constexpr std::ptrdiff_t m_ubSignature = 0xCA5; // uint8[128] - constexpr std::ptrdiff_t m_SprayRenderHelper = 0xD30; // CPlayerSprayDecalRenderHelper - } - // Parent: C_BaseModelEntity - // Fields count: 8 - // - // Metadata: - // MNetworkIncludeByName - // MNetworkOverride - // NetworkVarNames: m_vecMoveDirEntitySpace (Vector) - // NetworkVarNames: m_flTargetSpeed (float32) - // NetworkVarNames: m_nTransitionStartTick (GameTick_t) - // NetworkVarNames: m_nTransitionDurationTicks (int) - // NetworkVarNames: m_flTransitionStartSpeed (float32) - // NetworkVarNames: m_hConveyorModels (EHANDLE) - namespace C_FuncConveyor { - constexpr std::ptrdiff_t m_vecMoveDirEntitySpace = 0xC58; // Vector - constexpr std::ptrdiff_t m_flTargetSpeed = 0xC64; // float32 - constexpr std::ptrdiff_t m_nTransitionStartTick = 0xC68; // GameTick_t - constexpr std::ptrdiff_t m_nTransitionDurationTicks = 0xC6C; // int32 - constexpr std::ptrdiff_t m_flTransitionStartSpeed = 0xC70; // float32 - constexpr std::ptrdiff_t m_hConveyorModels = 0xC78; // C_NetworkUtlVectorBase> - constexpr std::ptrdiff_t m_flCurrentConveyorOffset = 0xC90; // float32 - constexpr std::ptrdiff_t m_flCurrentConveyorSpeed = 0xC94; // float32 - } - // Parent: C_BaseModelEntity - // Fields count: 19 - // - // Metadata: - // NetworkVarNames: m_firePositions (Vector) - // NetworkVarNames: m_fireParentPositions (Vector) - // NetworkVarNames: m_bFireIsBurning (bool) - // NetworkVarNames: m_BurnNormal (Vector) - // NetworkVarNames: m_fireCount (int) - // NetworkVarNames: m_nInfernoType (int) - // NetworkVarNames: m_nFireLifetime (float) - // NetworkVarNames: m_bInPostEffectTime (bool) - // NetworkVarNames: m_nFireEffectTickBegin (int) - namespace C_Inferno { - constexpr std::ptrdiff_t m_nfxFireDamageEffect = 0xC90; // ParticleIndex_t - constexpr std::ptrdiff_t m_firePositions = 0xC94; // Vector[64] - constexpr std::ptrdiff_t m_fireParentPositions = 0xF94; // Vector[64] - constexpr std::ptrdiff_t m_bFireIsBurning = 0x1294; // bool[64] - constexpr std::ptrdiff_t m_BurnNormal = 0x12D4; // Vector[64] - constexpr std::ptrdiff_t m_fireCount = 0x15D4; // int32 - constexpr std::ptrdiff_t m_nInfernoType = 0x15D8; // int32 - constexpr std::ptrdiff_t m_nFireLifetime = 0x15DC; // float32 - constexpr std::ptrdiff_t m_bInPostEffectTime = 0x15E0; // bool - constexpr std::ptrdiff_t m_lastFireCount = 0x15E4; // int32 - constexpr std::ptrdiff_t m_nFireEffectTickBegin = 0x15E8; // int32 - constexpr std::ptrdiff_t m_drawableCount = 0x81F0; // int32 - constexpr std::ptrdiff_t m_blosCheck = 0x81F4; // bool - constexpr std::ptrdiff_t m_nlosperiod = 0x81F8; // int32 - constexpr std::ptrdiff_t m_maxFireHalfWidth = 0x81FC; // float32 - constexpr std::ptrdiff_t m_maxFireHeight = 0x8200; // float32 - constexpr std::ptrdiff_t m_minBounds = 0x8204; // Vector - constexpr std::ptrdiff_t m_maxBounds = 0x8210; // Vector - constexpr std::ptrdiff_t m_flLastGrassBurnThink = 0x821C; // float32 - } - // Parent: C_BaseModelEntity - // Fields count: 51 - // - // Metadata: - // NetworkVarNames: m_bEnabled (bool) - // NetworkVarNames: m_nColorMode (int) - // NetworkVarNames: m_Color (Color) - // NetworkVarNames: m_flColorTemperature (float) - // NetworkVarNames: m_flBrightness (float) - // NetworkVarNames: m_flBrightnessScale (float) - // NetworkVarNames: m_nDirectLight (int) - // NetworkVarNames: m_nBakedShadowIndex (int) - // NetworkVarNames: m_nLuminaireShape (int) - // NetworkVarNames: m_flLuminaireSize (float) - // NetworkVarNames: m_flLuminaireAnisotropy (float) - // NetworkVarNames: m_LightStyleString (CUtlString) - // NetworkVarNames: m_flLightStyleStartTime (GameTime_t) - // NetworkVarNames: m_QueuedLightStyleStrings (CUtlString) - // NetworkVarNames: m_LightStyleEvents (CUtlString) - // NetworkVarNames: m_LightStyleTargets (CHandle) - // NetworkVarNames: m_hLightCookie (HRenderTextureStrong) - // NetworkVarNames: m_flShape (float) - // NetworkVarNames: m_flSoftX (float) - // NetworkVarNames: m_flSoftY (float) - // NetworkVarNames: m_flSkirt (float) - // NetworkVarNames: m_flSkirtNear (float) - // NetworkVarNames: m_vSizeParams (Vector) - // NetworkVarNames: m_flRange (float) - // NetworkVarNames: m_vShear (Vector) - // NetworkVarNames: m_nBakeSpecularToCubemaps (int) - // NetworkVarNames: m_vBakeSpecularToCubemapsSize (Vector) - // NetworkVarNames: m_nCastShadows (int) - // NetworkVarNames: m_nShadowMapSize (int) - // NetworkVarNames: m_nShadowPriority (int) - // NetworkVarNames: m_bContactShadow (bool) - // NetworkVarNames: m_nBounceLight (int) - // NetworkVarNames: m_flBounceScale (float) - // NetworkVarNames: m_flMinRoughness (float) - // NetworkVarNames: m_vAlternateColor (Vector) - // NetworkVarNames: m_fAlternateColorBrightness (float) - // NetworkVarNames: m_nFog (int) - // NetworkVarNames: m_flFogStrength (float) - // NetworkVarNames: m_nFogShadows (int) - // NetworkVarNames: m_flFogScale (float) - // NetworkVarNames: m_flFadeSizeStart (float) - // NetworkVarNames: m_flFadeSizeEnd (float) - // NetworkVarNames: m_flShadowFadeSizeStart (float) - // NetworkVarNames: m_flShadowFadeSizeEnd (float) - // NetworkVarNames: m_bPrecomputedFieldsValid (bool) - // NetworkVarNames: m_vPrecomputedBoundsMins (Vector) - // NetworkVarNames: m_vPrecomputedBoundsMaxs (Vector) - // NetworkVarNames: m_vPrecomputedOBBOrigin (Vector) - // NetworkVarNames: m_vPrecomputedOBBAngles (QAngle) - // NetworkVarNames: m_vPrecomputedOBBExtent (Vector) - namespace C_BarnLight { - constexpr std::ptrdiff_t m_bEnabled = 0xC50; // bool - constexpr std::ptrdiff_t m_nColorMode = 0xC54; // int32 - constexpr std::ptrdiff_t m_Color = 0xC58; // Color - constexpr std::ptrdiff_t m_flColorTemperature = 0xC5C; // float32 - constexpr std::ptrdiff_t m_flBrightness = 0xC60; // float32 - constexpr std::ptrdiff_t m_flBrightnessScale = 0xC64; // float32 - constexpr std::ptrdiff_t m_nDirectLight = 0xC68; // int32 - constexpr std::ptrdiff_t m_nBakedShadowIndex = 0xC6C; // int32 - constexpr std::ptrdiff_t m_nLuminaireShape = 0xC70; // int32 - constexpr std::ptrdiff_t m_flLuminaireSize = 0xC74; // float32 - constexpr std::ptrdiff_t m_flLuminaireAnisotropy = 0xC78; // float32 - constexpr std::ptrdiff_t m_LightStyleString = 0xC80; // CUtlString - constexpr std::ptrdiff_t m_flLightStyleStartTime = 0xC88; // GameTime_t - constexpr std::ptrdiff_t m_QueuedLightStyleStrings = 0xC90; // C_NetworkUtlVectorBase - constexpr std::ptrdiff_t m_LightStyleEvents = 0xCA8; // C_NetworkUtlVectorBase - constexpr std::ptrdiff_t m_LightStyleTargets = 0xCC0; // C_NetworkUtlVectorBase> - constexpr std::ptrdiff_t m_StyleEvent = 0xCD8; // CEntityIOOutput[4] - constexpr std::ptrdiff_t m_hLightCookie = 0xD78; // CStrongHandle - constexpr std::ptrdiff_t m_flShape = 0xD80; // float32 - constexpr std::ptrdiff_t m_flSoftX = 0xD84; // float32 - constexpr std::ptrdiff_t m_flSoftY = 0xD88; // float32 - constexpr std::ptrdiff_t m_flSkirt = 0xD8C; // float32 - constexpr std::ptrdiff_t m_flSkirtNear = 0xD90; // float32 - constexpr std::ptrdiff_t m_vSizeParams = 0xD94; // Vector - constexpr std::ptrdiff_t m_flRange = 0xDA0; // float32 - constexpr std::ptrdiff_t m_vShear = 0xDA4; // Vector - constexpr std::ptrdiff_t m_nBakeSpecularToCubemaps = 0xDB0; // int32 - constexpr std::ptrdiff_t m_vBakeSpecularToCubemapsSize = 0xDB4; // Vector - constexpr std::ptrdiff_t m_nCastShadows = 0xDC0; // int32 - constexpr std::ptrdiff_t m_nShadowMapSize = 0xDC4; // int32 - constexpr std::ptrdiff_t m_nShadowPriority = 0xDC8; // int32 - constexpr std::ptrdiff_t m_bContactShadow = 0xDCC; // bool - constexpr std::ptrdiff_t m_nBounceLight = 0xDD0; // int32 - constexpr std::ptrdiff_t m_flBounceScale = 0xDD4; // float32 - constexpr std::ptrdiff_t m_flMinRoughness = 0xDD8; // float32 - constexpr std::ptrdiff_t m_vAlternateColor = 0xDDC; // Vector - constexpr std::ptrdiff_t m_fAlternateColorBrightness = 0xDE8; // float32 - constexpr std::ptrdiff_t m_nFog = 0xDEC; // int32 - constexpr std::ptrdiff_t m_flFogStrength = 0xDF0; // float32 - constexpr std::ptrdiff_t m_nFogShadows = 0xDF4; // int32 - constexpr std::ptrdiff_t m_flFogScale = 0xDF8; // float32 - constexpr std::ptrdiff_t m_flFadeSizeStart = 0xDFC; // float32 - constexpr std::ptrdiff_t m_flFadeSizeEnd = 0xE00; // float32 - constexpr std::ptrdiff_t m_flShadowFadeSizeStart = 0xE04; // float32 - constexpr std::ptrdiff_t m_flShadowFadeSizeEnd = 0xE08; // float32 - constexpr std::ptrdiff_t m_bPrecomputedFieldsValid = 0xE0C; // bool - constexpr std::ptrdiff_t m_vPrecomputedBoundsMins = 0xE10; // Vector - constexpr std::ptrdiff_t m_vPrecomputedBoundsMaxs = 0xE1C; // Vector - constexpr std::ptrdiff_t m_vPrecomputedOBBOrigin = 0xE28; // Vector - constexpr std::ptrdiff_t m_vPrecomputedOBBAngles = 0xE34; // QAngle - constexpr std::ptrdiff_t m_vPrecomputedOBBExtent = 0xE40; // Vector - } - // Parent: C_BarnLight - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_bShowLight (bool) - namespace C_RectLight { - constexpr std::ptrdiff_t m_bShowLight = 0xE98; // bool - } - // Parent: C_BarnLight - // Fields count: 3 - // - // Metadata: - // NetworkVarNames: m_flInnerAngle (float) - // NetworkVarNames: m_flOuterAngle (float) - // NetworkVarNames: m_bShowLight (bool) - namespace C_OmniLight { - constexpr std::ptrdiff_t m_flInnerAngle = 0xE98; // float32 - constexpr std::ptrdiff_t m_flOuterAngle = 0xE9C; // float32 - constexpr std::ptrdiff_t m_bShowLight = 0xEA0; // bool - } - // Parent: C_Team - // Fields count: 10 - // - // Metadata: - // NetworkVarNames: m_szTeamMatchStat (char) - // NetworkVarNames: m_numMapVictories (int) - // NetworkVarNames: m_bSurrendered (bool) - // NetworkVarNames: m_scoreFirstHalf (int32) - // NetworkVarNames: m_scoreSecondHalf (int32) - // NetworkVarNames: m_scoreOvertime (int32) - // NetworkVarNames: m_szClanTeamname (char) - // NetworkVarNames: m_iClanID (uint32) - // NetworkVarNames: m_szTeamFlagImage (char) - // NetworkVarNames: m_szTeamLogoImage (char) - namespace C_CSTeam { - constexpr std::ptrdiff_t m_szTeamMatchStat = 0x785; // char[512] - constexpr std::ptrdiff_t m_numMapVictories = 0x988; // int32 - constexpr std::ptrdiff_t m_bSurrendered = 0x98C; // bool - constexpr std::ptrdiff_t m_scoreFirstHalf = 0x990; // int32 - constexpr std::ptrdiff_t m_scoreSecondHalf = 0x994; // int32 - constexpr std::ptrdiff_t m_scoreOvertime = 0x998; // int32 - constexpr std::ptrdiff_t m_szClanTeamname = 0x99C; // char[129] - constexpr std::ptrdiff_t m_iClanID = 0xA20; // uint32 - constexpr std::ptrdiff_t m_szTeamFlagImage = 0xA24; // char[8] - constexpr std::ptrdiff_t m_szTeamLogoImage = 0xA2C; // char[8] - } - // Parent: C_BaseModelEntity - // Fields count: 12 - // - // Metadata: - // NetworkVarNames: m_hSkyMaterial (HMaterialStrong) - // NetworkVarNames: m_hSkyMaterialLightingOnly (HMaterialStrong) - // NetworkVarNames: m_bStartDisabled (bool) - // NetworkVarNames: m_vTintColor (Color) - // NetworkVarNames: m_vTintColorLightingOnly (Color) - // NetworkVarNames: m_flBrightnessScale (float) - // NetworkVarNames: m_nFogType (int) - // NetworkVarNames: m_flFogMinStart (float) - // NetworkVarNames: m_flFogMinEnd (float) - // NetworkVarNames: m_flFogMaxStart (float) - // NetworkVarNames: m_flFogMaxEnd (float) - // NetworkVarNames: m_bEnabled (bool) - namespace C_EnvSky { - constexpr std::ptrdiff_t m_hSkyMaterial = 0xC50; // CStrongHandle - constexpr std::ptrdiff_t m_hSkyMaterialLightingOnly = 0xC58; // CStrongHandle - constexpr std::ptrdiff_t m_bStartDisabled = 0xC60; // bool - constexpr std::ptrdiff_t m_vTintColor = 0xC61; // Color - constexpr std::ptrdiff_t m_vTintColorLightingOnly = 0xC65; // Color - constexpr std::ptrdiff_t m_flBrightnessScale = 0xC6C; // float32 - constexpr std::ptrdiff_t m_nFogType = 0xC70; // int32 - constexpr std::ptrdiff_t m_flFogMinStart = 0xC74; // float32 - constexpr std::ptrdiff_t m_flFogMinEnd = 0xC78; // float32 - constexpr std::ptrdiff_t m_flFogMaxStart = 0xC7C; // float32 - constexpr std::ptrdiff_t m_flFogMaxEnd = 0xC80; // float32 - constexpr std::ptrdiff_t m_bEnabled = 0xC84; // bool - } - // Parent: C_BaseModelEntity - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_CLightComponent (CLightComponent::Storage_t) - namespace C_LightEntity { - constexpr std::ptrdiff_t m_CLightComponent = 0xC50; // CLightComponent* - } - // Parent: C_BaseTrigger - // Fields count: 16 - // - // Metadata: - // NetworkVarNames: m_hPostSettings (HPostProcessingStrong) - // NetworkVarNames: m_flFadeDuration (float) - // NetworkVarNames: m_flMinLogExposure (float) - // NetworkVarNames: m_flMaxLogExposure (float) - // NetworkVarNames: m_flMinExposure (float) - // NetworkVarNames: m_flMaxExposure (float) - // NetworkVarNames: m_flExposureCompensation (float) - // NetworkVarNames: m_flExposureFadeSpeedUp (float) - // NetworkVarNames: m_flExposureFadeSpeedDown (float) - // NetworkVarNames: m_flTonemapEVSmoothingRange (float) - // NetworkVarNames: m_bMaster (bool) - // NetworkVarNames: m_bExposureControl (bool) - // NetworkVarNames: m_flRate (float) - // NetworkVarNames: m_flTonemapPercentTarget (float) - // NetworkVarNames: m_flTonemapPercentBrightPixels (float) - // NetworkVarNames: m_flTonemapMinAvgLum (float) - namespace C_PostProcessingVolume { - constexpr std::ptrdiff_t m_hPostSettings = 0xC68; // CStrongHandle - constexpr std::ptrdiff_t m_flFadeDuration = 0xC70; // float32 - constexpr std::ptrdiff_t m_flMinLogExposure = 0xC74; // float32 - constexpr std::ptrdiff_t m_flMaxLogExposure = 0xC78; // float32 - constexpr std::ptrdiff_t m_flMinExposure = 0xC7C; // float32 - constexpr std::ptrdiff_t m_flMaxExposure = 0xC80; // float32 - constexpr std::ptrdiff_t m_flExposureCompensation = 0xC84; // float32 - constexpr std::ptrdiff_t m_flExposureFadeSpeedUp = 0xC88; // float32 - constexpr std::ptrdiff_t m_flExposureFadeSpeedDown = 0xC8C; // float32 - constexpr std::ptrdiff_t m_flTonemapEVSmoothingRange = 0xC90; // float32 - constexpr std::ptrdiff_t m_bMaster = 0xC94; // bool - constexpr std::ptrdiff_t m_bExposureControl = 0xC95; // bool - constexpr std::ptrdiff_t m_flRate = 0xC98; // float32 - constexpr std::ptrdiff_t m_flTonemapPercentTarget = 0xC9C; // float32 - constexpr std::ptrdiff_t m_flTonemapPercentBrightPixels = 0xCA0; // float32 - constexpr std::ptrdiff_t m_flTonemapMinAvgLum = 0xCA4; // float32 - } - // Parent: C_ParticleSystem - // Fields count: 5 - // - // Metadata: - // NetworkVarNames: m_flAlphaScale (float32) - // NetworkVarNames: m_flRadiusScale (float32) - // NetworkVarNames: m_flSelfIllumScale (float32) - // NetworkVarNames: m_ColorTint (Color) - // NetworkVarNames: m_hTextureOverride (HRenderTextureStrong) - namespace C_EnvParticleGlow { - constexpr std::ptrdiff_t m_flAlphaScale = 0x1200; // float32 - constexpr std::ptrdiff_t m_flRadiusScale = 0x1204; // float32 - constexpr std::ptrdiff_t m_flSelfIllumScale = 0x1208; // float32 - constexpr std::ptrdiff_t m_ColorTint = 0x120C; // Color - constexpr std::ptrdiff_t m_hTextureOverride = 0x1210; // CStrongHandle - } - // Parent: C_BaseModelEntity - // Fields count: 8 - // - // Metadata: - // NetworkVarNames: m_bLoop (bool) - // NetworkVarNames: m_flFPS (float) - // NetworkVarNames: m_hPositionKeys (HRenderTextureStrong) - // NetworkVarNames: m_hRotationKeys (HRenderTextureStrong) - // NetworkVarNames: m_vAnimationBoundsMin (Vector) - // NetworkVarNames: m_vAnimationBoundsMax (Vector) - // NetworkVarNames: m_flStartTime (float) - // NetworkVarNames: m_flStartFrame (float) - namespace C_TextureBasedAnimatable { - constexpr std::ptrdiff_t m_bLoop = 0xC50; // bool - constexpr std::ptrdiff_t m_flFPS = 0xC54; // float32 - constexpr std::ptrdiff_t m_hPositionKeys = 0xC58; // CStrongHandle - constexpr std::ptrdiff_t m_hRotationKeys = 0xC60; // CStrongHandle - constexpr std::ptrdiff_t m_vAnimationBoundsMin = 0xC68; // Vector - constexpr std::ptrdiff_t m_vAnimationBoundsMax = 0xC74; // Vector - constexpr std::ptrdiff_t m_flStartTime = 0xC80; // float32 - constexpr std::ptrdiff_t m_flStartFrame = 0xC84; // float32 - } - // Parent: C_BaseModelEntity - // Fields count: 13 - // - // Metadata: - // MNetworkIncludeByName - // NetworkVarNames: m_bInitiallyPopulateInterpHistory (bool) - // NetworkVarNames: m_bAnimGraphUpdateEnabled (bool) - // NetworkVarNames: m_vecForce (Vector) - // NetworkVarNames: m_nForceBone (int32) - // NetworkVarNames: m_pRagdollPose (PhysicsRagdollPose_t*) - // NetworkVarNames: m_bClientRagdoll (bool) - namespace CBaseAnimGraph { - constexpr std::ptrdiff_t m_bInitiallyPopulateInterpHistory = 0xCC8; // bool - constexpr std::ptrdiff_t m_bSuppressAnimEventSounds = 0xCCA; // bool - constexpr std::ptrdiff_t m_bAnimGraphUpdateEnabled = 0xCD8; // bool - constexpr std::ptrdiff_t m_flMaxSlopeDistance = 0xCDC; // float32 - constexpr std::ptrdiff_t m_vLastSlopeCheckPos = 0xCE0; // Vector - constexpr std::ptrdiff_t m_bAnimationUpdateScheduled = 0xCEC; // bool - constexpr std::ptrdiff_t m_vecForce = 0xCF0; // Vector - constexpr std::ptrdiff_t m_nForceBone = 0xCFC; // int32 - constexpr std::ptrdiff_t m_pClientsideRagdoll = 0xD00; // CBaseAnimGraph* - constexpr std::ptrdiff_t m_bBuiltRagdoll = 0xD08; // bool - constexpr std::ptrdiff_t m_pRagdollPose = 0xD20; // PhysicsRagdollPose_t* - constexpr std::ptrdiff_t m_bClientRagdoll = 0xD28; // bool - constexpr std::ptrdiff_t m_bHasAnimatedMaterialAttributes = 0xD38; // bool - } - // Parent: None - // Fields count: 30 - // - // Metadata: - // NetworkVarNames: m_noGhostCollision (bool) - namespace C_BreakableProp { - constexpr std::ptrdiff_t m_OnBreak = 0xEC0; // CEntityIOOutput - constexpr std::ptrdiff_t m_OnHealthChanged = 0xEE8; // CEntityOutputTemplate - constexpr std::ptrdiff_t m_OnTakeDamage = 0xF10; // CEntityIOOutput - constexpr std::ptrdiff_t m_impactEnergyScale = 0xF38; // float32 - constexpr std::ptrdiff_t m_iMinHealthDmg = 0xF3C; // int32 - constexpr std::ptrdiff_t m_flPressureDelay = 0xF40; // float32 - constexpr std::ptrdiff_t m_hBreaker = 0xF44; // CHandle - constexpr std::ptrdiff_t m_PerformanceMode = 0xF48; // PerformanceMode_t - constexpr std::ptrdiff_t m_flDmgModBullet = 0xF4C; // float32 - constexpr std::ptrdiff_t m_flDmgModClub = 0xF50; // float32 - constexpr std::ptrdiff_t m_flDmgModExplosive = 0xF54; // float32 - constexpr std::ptrdiff_t m_flDmgModFire = 0xF58; // float32 - constexpr std::ptrdiff_t m_iszPhysicsDamageTableName = 0xF60; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_iszBasePropData = 0xF68; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_iInteractions = 0xF70; // int32 - constexpr std::ptrdiff_t m_flPreventDamageBeforeTime = 0xF74; // GameTime_t - constexpr std::ptrdiff_t m_bHasBreakPiecesOrCommands = 0xF78; // bool - constexpr std::ptrdiff_t m_explodeDamage = 0xF7C; // float32 - constexpr std::ptrdiff_t m_explodeRadius = 0xF80; // float32 - constexpr std::ptrdiff_t m_explosionDelay = 0xF88; // float32 - constexpr std::ptrdiff_t m_explosionBuildupSound = 0xF90; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_explosionCustomEffect = 0xF98; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_explosionCustomSound = 0xFA0; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_explosionModifier = 0xFA8; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_hPhysicsAttacker = 0xFB0; // CHandle - constexpr std::ptrdiff_t m_flLastPhysicsInfluenceTime = 0xFB4; // GameTime_t - constexpr std::ptrdiff_t m_flDefaultFadeScale = 0xFB8; // float32 - constexpr std::ptrdiff_t m_hLastAttacker = 0xFBC; // CHandle - constexpr std::ptrdiff_t m_hFlareEnt = 0xFC0; // CHandle - constexpr std::ptrdiff_t m_noGhostCollision = 0xFC4; // bool - } - // Parent: C_BreakableProp - // Fields count: 23 - // - // Metadata: - // NetworkVarNames: m_bUseHitboxesForRenderBox (bool) - // NetworkVarNames: m_bUseAnimGraph (bool) - namespace C_DynamicProp { - constexpr std::ptrdiff_t m_bUseHitboxesForRenderBox = 0xFC5; // bool - constexpr std::ptrdiff_t m_bUseAnimGraph = 0xFC6; // bool - constexpr std::ptrdiff_t m_pOutputAnimBegun = 0xFC8; // CEntityIOOutput - constexpr std::ptrdiff_t m_pOutputAnimOver = 0xFF0; // CEntityIOOutput - constexpr std::ptrdiff_t m_pOutputAnimLoopCycleOver = 0x1018; // CEntityIOOutput - constexpr std::ptrdiff_t m_OnAnimReachedStart = 0x1040; // CEntityIOOutput - constexpr std::ptrdiff_t m_OnAnimReachedEnd = 0x1068; // CEntityIOOutput - constexpr std::ptrdiff_t m_iszIdleAnim = 0x1090; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_nIdleAnimLoopMode = 0x1098; // AnimLoopMode_t - constexpr std::ptrdiff_t m_bRandomizeCycle = 0x109C; // bool - constexpr std::ptrdiff_t m_bStartDisabled = 0x109D; // bool - constexpr std::ptrdiff_t m_bFiredStartEndOutput = 0x109E; // bool - constexpr std::ptrdiff_t m_bForceNpcExclude = 0x109F; // bool - constexpr std::ptrdiff_t m_bCreateNonSolid = 0x10A0; // bool - constexpr std::ptrdiff_t m_bIsOverrideProp = 0x10A1; // bool - constexpr std::ptrdiff_t m_iInitialGlowState = 0x10A4; // int32 - constexpr std::ptrdiff_t m_nGlowRange = 0x10A8; // int32 - constexpr std::ptrdiff_t m_nGlowRangeMin = 0x10AC; // int32 - constexpr std::ptrdiff_t m_glowColor = 0x10B0; // Color - constexpr std::ptrdiff_t m_nGlowTeam = 0x10B4; // int32 - constexpr std::ptrdiff_t m_iCachedFrameCount = 0x10B8; // int32 - constexpr std::ptrdiff_t m_vecCachedRenderMins = 0x10BC; // Vector - constexpr std::ptrdiff_t m_vecCachedRenderMaxs = 0x10C8; // Vector - } - // Parent: C_BaseTrigger - // Fields count: 9 - // - // Metadata: - // NetworkVarNames: m_bEnabled (bool) - // NetworkVarNames: m_MaxWeight (float) - // NetworkVarNames: m_FadeDuration (float) - // NetworkVarNames: m_Weight (float) - // NetworkVarNames: m_lookupFilename (char) - namespace C_ColorCorrectionVolume { - constexpr std::ptrdiff_t m_LastEnterWeight = 0xC54; // float32 - constexpr std::ptrdiff_t m_LastEnterTime = 0xC58; // float32 - constexpr std::ptrdiff_t m_LastExitWeight = 0xC5C; // float32 - constexpr std::ptrdiff_t m_LastExitTime = 0xC60; // float32 - constexpr std::ptrdiff_t m_bEnabled = 0xC64; // bool - constexpr std::ptrdiff_t m_MaxWeight = 0xC68; // float32 - constexpr std::ptrdiff_t m_FadeDuration = 0xC6C; // float32 - constexpr std::ptrdiff_t m_Weight = 0xC70; // float32 - constexpr std::ptrdiff_t m_lookupFilename = 0xC74; // char[512] - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // NetworkVarNames: m_targetCamera (CUtlString) - // NetworkVarNames: m_nResolutionEnum (int) - // NetworkVarNames: m_bRenderShadows (bool) - // NetworkVarNames: m_bUseUniqueColorTarget (bool) - // NetworkVarNames: m_brushModelName (CUtlString) - // NetworkVarNames: m_hTargetCamera (EHANDLE) - // NetworkVarNames: m_bEnabled (bool) - // NetworkVarNames: m_bDraw3DSkybox (bool) - namespace C_FuncMonitor { - constexpr std::ptrdiff_t m_targetCamera = 0xC50; // CUtlString - constexpr std::ptrdiff_t m_nResolutionEnum = 0xC58; // int32 - constexpr std::ptrdiff_t m_bRenderShadows = 0xC5C; // bool - constexpr std::ptrdiff_t m_bUseUniqueColorTarget = 0xC5D; // bool - constexpr std::ptrdiff_t m_brushModelName = 0xC60; // CUtlString - constexpr std::ptrdiff_t m_hTargetCamera = 0xC68; // CHandle - constexpr std::ptrdiff_t m_bEnabled = 0xC6C; // bool - constexpr std::ptrdiff_t m_bDraw3DSkybox = 0xC6D; // bool - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkOverride - namespace C_FuncMoveLinear { - } - // Parent: CBaseAnimGraph - // Fields count: 13 - // - // Metadata: - // NetworkVarNames: m_bActive (bool) - // NetworkVarNames: m_flStartTime (GameTime_t) - // NetworkVarNames: m_flStartTimeInCommentary (float32) - // NetworkVarNames: m_iszCommentaryFile (string_t) - // NetworkVarNames: m_iszTitle (string_t) - // NetworkVarNames: m_iszSpeakers (string_t) - // NetworkVarNames: m_iNodeNumber (int) - // NetworkVarNames: m_iNodeNumberMax (int) - // NetworkVarNames: m_bListenedTo (bool) - // NetworkVarNames: m_hViewPosition (CHandle) - namespace C_PointCommentaryNode { - constexpr std::ptrdiff_t m_bActive = 0xE80; // bool - constexpr std::ptrdiff_t m_bWasActive = 0xE81; // bool - constexpr std::ptrdiff_t m_flEndTime = 0xE84; // GameTime_t - constexpr std::ptrdiff_t m_flStartTime = 0xE88; // GameTime_t - constexpr std::ptrdiff_t m_flStartTimeInCommentary = 0xE8C; // float32 - constexpr std::ptrdiff_t m_iszCommentaryFile = 0xE90; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_iszTitle = 0xE98; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_iszSpeakers = 0xEA0; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_iNodeNumber = 0xEA8; // int32 - constexpr std::ptrdiff_t m_iNodeNumberMax = 0xEAC; // int32 - constexpr std::ptrdiff_t m_bListenedTo = 0xEB0; // bool - constexpr std::ptrdiff_t m_hViewPosition = 0xEC0; // CHandle - constexpr std::ptrdiff_t m_bRestartAfterRestore = 0xEC4; // bool - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_bIsUsable (bool) - namespace C_BaseDoor { - constexpr std::ptrdiff_t m_bIsUsable = 0xC50; // bool - } - // Parent: CBaseAnimGraph - // Fields count: 19 - // - // Metadata: - // NetworkVarNames: m_flexWeight (float32) - // NetworkVarNames: m_blinktoggle (bool) - namespace C_BaseFlex { - constexpr std::ptrdiff_t m_flexWeight = 0xE88; // C_NetworkUtlVectorBase - constexpr std::ptrdiff_t m_vLookTargetPosition = 0xEA0; // Vector - constexpr std::ptrdiff_t m_blinktoggle = 0xEB8; // bool - constexpr std::ptrdiff_t m_nLastFlexUpdateFrameCount = 0xF18; // int32 - constexpr std::ptrdiff_t m_CachedViewTarget = 0xF1C; // Vector - constexpr std::ptrdiff_t m_nNextSceneEventId = 0xF28; // uint32 - constexpr std::ptrdiff_t m_iBlink = 0xF2C; // int32 - constexpr std::ptrdiff_t m_blinktime = 0xF30; // float32 - constexpr std::ptrdiff_t m_prevblinktoggle = 0xF34; // bool - constexpr std::ptrdiff_t m_iJawOpen = 0xF38; // int32 - constexpr std::ptrdiff_t m_flJawOpenAmount = 0xF3C; // float32 - constexpr std::ptrdiff_t m_flBlinkAmount = 0xF40; // float32 - constexpr std::ptrdiff_t m_iMouthAttachment = 0xF44; // AttachmentHandle_t - constexpr std::ptrdiff_t m_iEyeAttachment = 0xF45; // AttachmentHandle_t - constexpr std::ptrdiff_t m_bResetFlexWeightsOnModelChange = 0xF46; // bool - constexpr std::ptrdiff_t m_nEyeOcclusionRendererBone = 0xF60; // int32 - constexpr std::ptrdiff_t m_mEyeOcclusionRendererCameraToBoneTransform = 0xF64; // matrix3x4_t - constexpr std::ptrdiff_t m_vEyeOcclusionRendererHalfExtent = 0xF94; // Vector - constexpr std::ptrdiff_t m_PhonemeClasses = 0xFB0; // C_BaseFlex::Emphasized_Phoneme[3] - } - // Parent: CBaseAnimGraph - // Fields count: 23 - // - // Metadata: - // MNetworkIncludeByName - // MNetworkIncludeByName - // NetworkVarNames: m_poolOrigin (Vector) - // NetworkVarNames: m_waterLevel (float32) - // NetworkVarNames: m_x (float32) - // NetworkVarNames: m_y (float32) - // NetworkVarNames: m_z (float32) - // NetworkVarNames: m_angle (float32) - namespace C_Fish { - constexpr std::ptrdiff_t m_pos = 0xE78; // Vector - constexpr std::ptrdiff_t m_vel = 0xE84; // Vector - constexpr std::ptrdiff_t m_angles = 0xE90; // QAngle - constexpr std::ptrdiff_t m_localLifeState = 0xE9C; // int32 - constexpr std::ptrdiff_t m_deathDepth = 0xEA0; // float32 - constexpr std::ptrdiff_t m_deathAngle = 0xEA4; // float32 - constexpr std::ptrdiff_t m_buoyancy = 0xEA8; // float32 - constexpr std::ptrdiff_t m_wiggleTimer = 0xEB0; // CountdownTimer - constexpr std::ptrdiff_t m_wigglePhase = 0xEC8; // float32 - constexpr std::ptrdiff_t m_wiggleRate = 0xECC; // float32 - constexpr std::ptrdiff_t m_actualPos = 0xED0; // Vector - constexpr std::ptrdiff_t m_actualAngles = 0xEDC; // QAngle - constexpr std::ptrdiff_t m_poolOrigin = 0xEE8; // Vector - constexpr std::ptrdiff_t m_waterLevel = 0xEF4; // float32 - constexpr std::ptrdiff_t m_gotUpdate = 0xEF8; // bool - constexpr std::ptrdiff_t m_x = 0xEFC; // float32 - constexpr std::ptrdiff_t m_y = 0xF00; // float32 - constexpr std::ptrdiff_t m_z = 0xF04; // float32 - constexpr std::ptrdiff_t m_angle = 0xF08; // float32 - constexpr std::ptrdiff_t m_errorHistory = 0xF0C; // float32[20] - constexpr std::ptrdiff_t m_errorHistoryIndex = 0xF5C; // int32 - constexpr std::ptrdiff_t m_errorHistoryCount = 0xF60; // int32 - constexpr std::ptrdiff_t m_averageError = 0xF64; // float32 - } - // Parent: C_BreakableProp - // Fields count: 1 - // - // Metadata: - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByUserGroup - // MNetworkExcludeByName - // MNetworkExcludeByUserGroup - // MNetworkIncludeByName - // NetworkVarNames: m_bAwake (bool) - namespace C_PhysicsProp { - constexpr std::ptrdiff_t m_bAwake = 0xFC5; // bool - } - // Parent: C_DynamicProp - // Fields count: 7 - // - // Metadata: - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByUserGroup - // MNetworkExcludeByName - // MNetworkExcludeByUserGroup - // MNetworkIncludeByName - // NetworkVarNames: m_eDoorState (DoorState_t) - // NetworkVarNames: m_bLocked (bool) - // NetworkVarNames: m_closedPosition (Vector) - // NetworkVarNames: m_closedAngles (QAngle) - // NetworkVarNames: m_hMaster (CHandle) - namespace C_BasePropDoor { - constexpr std::ptrdiff_t m_eDoorState = 0x10E4; // DoorState_t - constexpr std::ptrdiff_t m_modelChanged = 0x10E8; // bool - constexpr std::ptrdiff_t m_bLocked = 0x10E9; // bool - constexpr std::ptrdiff_t m_closedPosition = 0x10EC; // Vector - constexpr std::ptrdiff_t m_closedAngles = 0x10F8; // QAngle - constexpr std::ptrdiff_t m_hMaster = 0x1104; // CHandle - constexpr std::ptrdiff_t m_vWhereToSetLightingOrigin = 0x1108; // Vector - } - // Parent: CBaseAnimGraph - // Fields count: 8 - // - // Metadata: - // NetworkVarNames: m_ragPos (Vector) - // NetworkVarNames: m_ragAngles (QAngle) - // NetworkVarNames: m_flBlendWeight (float32) - // NetworkVarNames: m_hRagdollSource (EHANDLE) - namespace C_RagdollProp { - constexpr std::ptrdiff_t m_ragPos = 0xE80; // C_NetworkUtlVectorBase - constexpr std::ptrdiff_t m_ragAngles = 0xE98; // C_NetworkUtlVectorBase - constexpr std::ptrdiff_t m_flBlendWeight = 0xEB0; // float32 - constexpr std::ptrdiff_t m_hRagdollSource = 0xEB4; // CHandle - constexpr std::ptrdiff_t m_iEyeAttachment = 0xEB8; // AttachmentHandle_t - constexpr std::ptrdiff_t m_flBlendWeightCurrent = 0xEBC; // float32 - constexpr std::ptrdiff_t m_parentPhysicsBoneIndices = 0xEC0; // CUtlVector - constexpr std::ptrdiff_t m_worldSpaceBoneComputationOrder = 0xED8; // CUtlVector - } - // Parent: C_PhysicsProp - // Fields count: 1 - // - // Metadata: - // MNetworkExcludeByName - // NetworkVarNames: m_ShardDesc (shard_model_desc_t) - namespace C_ShatterGlassShardPhysics { - constexpr std::ptrdiff_t m_ShardDesc = 0xFD0; // shard_model_desc_t - } - // Parent: C_BaseFlex - // Fields count: 20 - // - // Metadata: - // NetworkVarNames: m_AttributeManager (CAttributeContainer) - // NetworkVarNames: m_OriginalOwnerXuidLow (uint32) - // NetworkVarNames: m_OriginalOwnerXuidHigh (uint32) - // NetworkVarNames: m_nFallbackPaintKit (int) - // NetworkVarNames: m_nFallbackSeed (int) - // NetworkVarNames: m_flFallbackWear (float) - // NetworkVarNames: m_nFallbackStatTrak (int) - namespace C_EconEntity { - constexpr std::ptrdiff_t m_flFlexDelayTime = 0x1020; // float32 - constexpr std::ptrdiff_t m_flFlexDelayedWeight = 0x1028; // float32* - constexpr std::ptrdiff_t m_bAttributesInitialized = 0x1030; // bool - constexpr std::ptrdiff_t m_AttributeManager = 0x1038; // C_AttributeContainer - constexpr std::ptrdiff_t m_OriginalOwnerXuidLow = 0x23E8; // uint32 - constexpr std::ptrdiff_t m_OriginalOwnerXuidHigh = 0x23EC; // uint32 - constexpr std::ptrdiff_t m_nFallbackPaintKit = 0x23F0; // int32 - constexpr std::ptrdiff_t m_nFallbackSeed = 0x23F4; // int32 - constexpr std::ptrdiff_t m_flFallbackWear = 0x23F8; // float32 - constexpr std::ptrdiff_t m_nFallbackStatTrak = 0x23FC; // int32 - constexpr std::ptrdiff_t m_bClientside = 0x2400; // bool - constexpr std::ptrdiff_t m_bParticleSystemsCreated = 0x2401; // bool - constexpr std::ptrdiff_t m_vecAttachedParticles = 0x2408; // CUtlVector - constexpr std::ptrdiff_t m_hViewmodelAttachment = 0x2420; // CHandle - constexpr std::ptrdiff_t m_iOldTeam = 0x2424; // int32 - constexpr std::ptrdiff_t m_bAttachmentDirty = 0x2428; // bool - constexpr std::ptrdiff_t m_nUnloadedModelIndex = 0x242C; // int32 - constexpr std::ptrdiff_t m_iNumOwnerValidationRetries = 0x2430; // int32 - constexpr std::ptrdiff_t m_hOldProvidee = 0x2440; // CHandle - constexpr std::ptrdiff_t m_vecAttachedModels = 0x2448; // CUtlVector - } - // Parent: C_BaseFlex - // Fields count: 12 - // - // Metadata: - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByUserGroup - // MNetworkExcludeByName - // MNetworkExcludeByUserGroup - // MNetworkExcludeByName - // MNetworkExcludeByUserGroup - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByName - // NetworkVarNames: m_bIsLive (bool) - // NetworkVarNames: m_DmgRadius (float32) - // NetworkVarNames: m_flDetonateTime (GameTime_t) - // NetworkVarNames: m_flDamage (float32) - // NetworkVarNames: m_hThrower (CHandle) - namespace C_BaseGrenade { - constexpr std::ptrdiff_t m_bHasWarnedAI = 0x1010; // bool - constexpr std::ptrdiff_t m_bIsSmokeGrenade = 0x1011; // bool - constexpr std::ptrdiff_t m_bIsLive = 0x1012; // bool - constexpr std::ptrdiff_t m_DmgRadius = 0x1014; // float32 - constexpr std::ptrdiff_t m_flDetonateTime = 0x1018; // GameTime_t - constexpr std::ptrdiff_t m_flWarnAITime = 0x101C; // float32 - constexpr std::ptrdiff_t m_flDamage = 0x1020; // float32 - constexpr std::ptrdiff_t m_iszBounceSound = 0x1028; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_ExplosionSound = 0x1030; // CUtlString - constexpr std::ptrdiff_t m_hThrower = 0x103C; // CHandle - constexpr std::ptrdiff_t m_flNextAttack = 0x1054; // GameTime_t - constexpr std::ptrdiff_t m_hOriginalThrower = 0x1058; // CHandle - } - // Parent: CBaseAnimGraph - // Fields count: 17 - // - // Metadata: - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkExcludeByUserGroup - // MNetworkOverride - // MNetworkIncludeByName - // NetworkVarNames: m_nViewModelIndex (uint32) - // NetworkVarNames: m_nAnimationParity (uint32) - // NetworkVarNames: m_flAnimationStartTime (float32) - // NetworkVarNames: m_hWeapon (CHandle) - // NetworkVarNames: m_hControlPanel (CHandle) - namespace C_BaseViewModel { - constexpr std::ptrdiff_t m_vecLastFacing = 0xE80; // Vector - constexpr std::ptrdiff_t m_nViewModelIndex = 0xE8C; // uint32 - constexpr std::ptrdiff_t m_nAnimationParity = 0xE90; // uint32 - constexpr std::ptrdiff_t m_flAnimationStartTime = 0xE94; // float32 - constexpr std::ptrdiff_t m_hWeapon = 0xE98; // CHandle - constexpr std::ptrdiff_t m_sVMName = 0xEA0; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_sAnimationPrefix = 0xEA8; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_hWeaponModel = 0xEB0; // CHandle - constexpr std::ptrdiff_t m_iCameraAttachment = 0xEB4; // AttachmentHandle_t - constexpr std::ptrdiff_t m_vecLastCameraAngles = 0xEB8; // QAngle - constexpr std::ptrdiff_t m_previousElapsedDuration = 0xEC4; // float32 - constexpr std::ptrdiff_t m_previousCycle = 0xEC8; // float32 - constexpr std::ptrdiff_t m_nOldAnimationParity = 0xECC; // int32 - constexpr std::ptrdiff_t m_hOldLayerSequence = 0xED0; // HSequence - constexpr std::ptrdiff_t m_oldLayer = 0xED4; // int32 - constexpr std::ptrdiff_t m_oldLayerStartTime = 0xED8; // float32 - constexpr std::ptrdiff_t m_hControlPanel = 0xEDC; // CHandle - } - // Parent: C_BaseGrenade - // Fields count: 16 - // - // Metadata: - // NetworkVarNames: m_vInitialPosition (Vector) - // NetworkVarNames: m_vInitialVelocity (Vector) - // NetworkVarNames: m_nBounces (int) - // NetworkVarNames: m_nExplodeEffectIndex (HParticleSystemDefinitionStrong) - // NetworkVarNames: m_nExplodeEffectTickBegin (int) - // NetworkVarNames: m_vecExplodeEffectOrigin (Vector) - namespace C_BaseCSGrenadeProjectile { - constexpr std::ptrdiff_t m_vInitialPosition = 0x105C; // Vector - constexpr std::ptrdiff_t m_vInitialVelocity = 0x1068; // Vector - constexpr std::ptrdiff_t m_nBounces = 0x1074; // int32 - constexpr std::ptrdiff_t m_nExplodeEffectIndex = 0x1078; // CStrongHandle - constexpr std::ptrdiff_t m_nExplodeEffectTickBegin = 0x1080; // int32 - constexpr std::ptrdiff_t m_vecExplodeEffectOrigin = 0x1084; // Vector - constexpr std::ptrdiff_t m_flSpawnTime = 0x1090; // GameTime_t - constexpr std::ptrdiff_t vecLastTrailLinePos = 0x1094; // Vector - constexpr std::ptrdiff_t flNextTrailLineTime = 0x10A0; // GameTime_t - constexpr std::ptrdiff_t m_bExplodeEffectBegan = 0x10A4; // bool - constexpr std::ptrdiff_t m_bCanCreateGrenadeTrail = 0x10A5; // bool - constexpr std::ptrdiff_t m_nSnapshotTrajectoryEffectIndex = 0x10A8; // ParticleIndex_t - constexpr std::ptrdiff_t m_hSnapshotTrajectoryParticleSnapshot = 0x10B0; // CStrongHandle - constexpr std::ptrdiff_t m_arrTrajectoryTrailPoints = 0x10B8; // CUtlVector - constexpr std::ptrdiff_t m_arrTrajectoryTrailPointCreationTimes = 0x10D0; // CUtlVector - constexpr std::ptrdiff_t m_flTrajectoryTrailEffectCreationTime = 0x10E8; // float32 - } - // Parent: CBaseAnimGraph - // Fields count: 29 - // - // Metadata: - // NetworkVarNames: m_bBombTicking (bool) - // NetworkVarNames: m_nBombSite (int) - // NetworkVarNames: m_nSourceSoundscapeHash (int) - // NetworkVarNames: m_entitySpottedState (EntitySpottedState_t) - // NetworkVarNames: m_flC4Blow (GameTime_t) - // NetworkVarNames: m_bCannotBeDefused (bool) - // NetworkVarNames: m_bHasExploded (bool) - // NetworkVarNames: m_flTimerLength (float) - // NetworkVarNames: m_bBeingDefused (bool) - // NetworkVarNames: m_flDefuseLength (float) - // NetworkVarNames: m_flDefuseCountDown (GameTime_t) - // NetworkVarNames: m_bBombDefused (bool) - // NetworkVarNames: m_hBombDefuser (CHandle) - // NetworkVarNames: m_hControlPanel (CHandle) - namespace C_PlantedC4 { - constexpr std::ptrdiff_t m_bBombTicking = 0xE78; // bool - constexpr std::ptrdiff_t m_nBombSite = 0xE7C; // int32 - constexpr std::ptrdiff_t m_nSourceSoundscapeHash = 0xE80; // int32 - constexpr std::ptrdiff_t m_entitySpottedState = 0xE88; // EntitySpottedState_t - constexpr std::ptrdiff_t m_flNextGlow = 0xEA0; // GameTime_t - constexpr std::ptrdiff_t m_flNextBeep = 0xEA4; // GameTime_t - constexpr std::ptrdiff_t m_flC4Blow = 0xEA8; // GameTime_t - constexpr std::ptrdiff_t m_bCannotBeDefused = 0xEAC; // bool - constexpr std::ptrdiff_t m_bHasExploded = 0xEAD; // bool - constexpr std::ptrdiff_t m_flTimerLength = 0xEB0; // float32 - constexpr std::ptrdiff_t m_bBeingDefused = 0xEB4; // bool - constexpr std::ptrdiff_t m_bTriggerWarning = 0xEB8; // float32 - constexpr std::ptrdiff_t m_bExplodeWarning = 0xEBC; // float32 - constexpr std::ptrdiff_t m_bC4Activated = 0xEC0; // bool - constexpr std::ptrdiff_t m_bTenSecWarning = 0xEC1; // bool - constexpr std::ptrdiff_t m_flDefuseLength = 0xEC4; // float32 - constexpr std::ptrdiff_t m_flDefuseCountDown = 0xEC8; // GameTime_t - constexpr std::ptrdiff_t m_bBombDefused = 0xECC; // bool - constexpr std::ptrdiff_t m_hBombDefuser = 0xED0; // CHandle - constexpr std::ptrdiff_t m_hControlPanel = 0xED4; // CHandle - constexpr std::ptrdiff_t m_hDefuserMultimeter = 0xED8; // CHandle - constexpr std::ptrdiff_t m_flNextRadarFlashTime = 0xEDC; // GameTime_t - constexpr std::ptrdiff_t m_bRadarFlash = 0xEE0; // bool - constexpr std::ptrdiff_t m_pBombDefuser = 0xEE4; // CHandle - constexpr std::ptrdiff_t m_fLastDefuseTime = 0xEE8; // GameTime_t - constexpr std::ptrdiff_t m_pPredictionOwner = 0xEF0; // CBasePlayerController* - constexpr std::ptrdiff_t m_vecC4ExplodeSpectatePos = 0xEF8; // Vector - constexpr std::ptrdiff_t m_vecC4ExplodeSpectateAng = 0xF04; // QAngle - constexpr std::ptrdiff_t m_flC4ExplodeSpectateDuration = 0xF10; // float32 - } - // Parent: C_EconEntity - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_bShouldGlow (bool) - namespace C_Item { - constexpr std::ptrdiff_t m_bShouldGlow = 0x2460; // bool - constexpr std::ptrdiff_t m_pReticleHintTextName = 0x2461; // char[256] - } - // Parent: C_DynamicProp - // Fields count: 8 - // - // Metadata: - // NetworkVarNames: m_jumpedThisFrame (bool) - // NetworkVarNames: m_leader (CHandle) - // NetworkVarNames: m_AttributeManager (CAttributeContainer) - // NetworkVarNames: m_OriginalOwnerXuidLow (uint32) - // NetworkVarNames: m_OriginalOwnerXuidHigh (uint32) - namespace C_Chicken { - constexpr std::ptrdiff_t m_hHolidayHatAddon = 0x10E0; // CHandle - constexpr std::ptrdiff_t m_jumpedThisFrame = 0x10E4; // bool - constexpr std::ptrdiff_t m_leader = 0x10E8; // CHandle - constexpr std::ptrdiff_t m_AttributeManager = 0x10F0; // C_AttributeContainer - constexpr std::ptrdiff_t m_OriginalOwnerXuidLow = 0x24A0; // uint32 - constexpr std::ptrdiff_t m_OriginalOwnerXuidHigh = 0x24A4; // uint32 - constexpr std::ptrdiff_t m_bAttributesInitialized = 0x24A8; // bool - constexpr std::ptrdiff_t m_hWaterWakeParticles = 0x24AC; // ParticleIndex_t - } - // Parent: C_EconEntity - // Fields count: 7 - // - // Metadata: - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkIncludeByName - // MNetworkExcludeByUserGroup - // MNetworkExcludeByUserGroup - // MNetworkExcludeByUserGroup - // MNetworkUserGroupProxy - // NetworkVarNames: m_nNextPrimaryAttackTick (GameTick_t) - // NetworkVarNames: m_flNextPrimaryAttackTickRatio (float32) - // NetworkVarNames: m_nNextSecondaryAttackTick (GameTick_t) - // NetworkVarNames: m_flNextSecondaryAttackTickRatio (float32) - // NetworkVarNames: m_iClip1 (int32) - // NetworkVarNames: m_iClip2 (int32) - // NetworkVarNames: m_pReserveAmmo (int) - namespace C_BasePlayerWeapon { - constexpr std::ptrdiff_t m_nNextPrimaryAttackTick = 0x2460; // GameTick_t - constexpr std::ptrdiff_t m_flNextPrimaryAttackTickRatio = 0x2464; // float32 - constexpr std::ptrdiff_t m_nNextSecondaryAttackTick = 0x2468; // GameTick_t - constexpr std::ptrdiff_t m_flNextSecondaryAttackTickRatio = 0x246C; // float32 - constexpr std::ptrdiff_t m_iClip1 = 0x2470; // int32 - constexpr std::ptrdiff_t m_iClip2 = 0x2474; // int32 - constexpr std::ptrdiff_t m_pReserveAmmo = 0x2478; // int32[2] - } - // Parent: C_RagdollProp - // Fields count: 7 - // - // Metadata: - // NetworkVarNames: m_boneIndexAttached (uint32) - // NetworkVarNames: m_ragdollAttachedObjectIndex (uint32) - // NetworkVarNames: m_attachmentPointBoneSpace (Vector) - // NetworkVarNames: m_attachmentPointRagdollSpace (Vector) - namespace C_RagdollPropAttached { - constexpr std::ptrdiff_t m_boneIndexAttached = 0xEF0; // uint32 - constexpr std::ptrdiff_t m_ragdollAttachedObjectIndex = 0xEF4; // uint32 - constexpr std::ptrdiff_t m_attachmentPointBoneSpace = 0xEF8; // Vector - constexpr std::ptrdiff_t m_attachmentPointRagdollSpace = 0xF04; // Vector - constexpr std::ptrdiff_t m_vecOffset = 0xF10; // Vector - constexpr std::ptrdiff_t m_parentTime = 0xF1C; // float32 - constexpr std::ptrdiff_t m_bHasParent = 0xF20; // bool - } - // Parent: C_BaseFlex - // Fields count: 8 - // - // Metadata: - // MNetworkExcludeByUserGroup - // NetworkVarNames: m_hMyWearables (CHandle) - // NetworkVarNames: m_flFieldOfView (float) - namespace C_BaseCombatCharacter { - constexpr std::ptrdiff_t m_hMyWearables = 0x1010; // C_NetworkUtlVectorBase> - constexpr std::ptrdiff_t m_bloodColor = 0x1028; // int32 - constexpr std::ptrdiff_t m_leftFootAttachment = 0x102C; // AttachmentHandle_t - constexpr std::ptrdiff_t m_rightFootAttachment = 0x102D; // AttachmentHandle_t - constexpr std::ptrdiff_t m_nWaterWakeMode = 0x1030; // C_BaseCombatCharacter::WaterWakeMode_t - constexpr std::ptrdiff_t m_flWaterWorldZ = 0x1034; // float32 - constexpr std::ptrdiff_t m_flWaterNextTraceTime = 0x1038; // float32 - constexpr std::ptrdiff_t m_flFieldOfView = 0x103C; // float32 - } - // Parent: C_BaseCombatCharacter - // Fields count: 28 - // - // Metadata: - // MNetworkUserGroupProxy - // MNetworkUserGroupProxy - // MNetworkExcludeByUserGroup - // MNetworkIncludeByUserGroup - // MNetworkIncludeByUserGroup - // MNetworkIncludeByUserGroup - // MNetworkOverride - // MNetworkOverride - // MNetworkOverride - // MNetworkOverride - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByName - // NetworkVarNames: m_pWeaponServices (CPlayer_WeaponServices*) - // NetworkVarNames: m_pItemServices (CPlayer_ItemServices*) - // NetworkVarNames: m_pAutoaimServices (CPlayer_AutoaimServices*) - // NetworkVarNames: m_pObserverServices (CPlayer_ObserverServices*) - // NetworkVarNames: m_pWaterServices (CPlayer_WaterServices*) - // NetworkVarNames: m_pUseServices (CPlayer_UseServices*) - // NetworkVarNames: m_pFlashlightServices (CPlayer_FlashlightServices*) - // NetworkVarNames: m_pCameraServices (CPlayer_CameraServices*) - // NetworkVarNames: m_pMovementServices (CPlayer_MovementServices*) - // NetworkVarNames: m_ServerViewAngleChanges (ViewAngleServerChange_t) - // NetworkVarNames: m_iHideHUD (uint32) - // NetworkVarNames: m_skybox3d (sky3dparams_t) - // NetworkVarNames: m_flDeathTime (GameTime_t) - // NetworkVarNames: m_hController (CHandle) - namespace C_BasePlayerPawn { - constexpr std::ptrdiff_t m_pWeaponServices = 0x10A0; // CPlayer_WeaponServices* - constexpr std::ptrdiff_t m_pItemServices = 0x10A8; // CPlayer_ItemServices* - constexpr std::ptrdiff_t m_pAutoaimServices = 0x10B0; // CPlayer_AutoaimServices* - constexpr std::ptrdiff_t m_pObserverServices = 0x10B8; // CPlayer_ObserverServices* - constexpr std::ptrdiff_t m_pWaterServices = 0x10C0; // CPlayer_WaterServices* - constexpr std::ptrdiff_t m_pUseServices = 0x10C8; // CPlayer_UseServices* - constexpr std::ptrdiff_t m_pFlashlightServices = 0x10D0; // CPlayer_FlashlightServices* - constexpr std::ptrdiff_t m_pCameraServices = 0x10D8; // CPlayer_CameraServices* - constexpr std::ptrdiff_t m_pMovementServices = 0x10E0; // CPlayer_MovementServices* - constexpr std::ptrdiff_t m_ServerViewAngleChanges = 0x10F0; // C_UtlVectorEmbeddedNetworkVar - constexpr std::ptrdiff_t m_nHighestConsumedServerViewAngleChangeIndex = 0x1140; // uint32 - constexpr std::ptrdiff_t v_angle = 0x1144; // QAngle - constexpr std::ptrdiff_t v_anglePrevious = 0x1150; // QAngle - constexpr std::ptrdiff_t m_iHideHUD = 0x115C; // uint32 - constexpr std::ptrdiff_t m_skybox3d = 0x1160; // sky3dparams_t - constexpr std::ptrdiff_t m_flDeathTime = 0x11F0; // GameTime_t - constexpr std::ptrdiff_t m_vecPredictionError = 0x11F4; // Vector - constexpr std::ptrdiff_t m_flPredictionErrorTime = 0x1200; // GameTime_t - constexpr std::ptrdiff_t m_vecLastCameraSetupLocalOrigin = 0x1204; // Vector - constexpr std::ptrdiff_t m_flLastCameraSetupTime = 0x1210; // GameTime_t - constexpr std::ptrdiff_t m_flFOVSensitivityAdjust = 0x1214; // float32 - constexpr std::ptrdiff_t m_flMouseSensitivity = 0x1218; // float32 - constexpr std::ptrdiff_t m_vOldOrigin = 0x121C; // Vector - constexpr std::ptrdiff_t m_flOldSimulationTime = 0x1228; // float32 - constexpr std::ptrdiff_t m_nLastExecutedCommandNumber = 0x122C; // int32 - constexpr std::ptrdiff_t m_nLastExecutedCommandTick = 0x1230; // int32 - constexpr std::ptrdiff_t m_hController = 0x1234; // CHandle - constexpr std::ptrdiff_t m_bIsSwappingToPredictableController = 0x1238; // bool - } - // Parent: None - // Fields count: 6 - // - // Metadata: - // MNetworkOverride - // NetworkVarNames: m_bShouldIgnoreOffsetAndAccuracy (bool) - // NetworkVarNames: m_nWeaponParity (uint32) - namespace C_CSGOViewModel { - constexpr std::ptrdiff_t m_bShouldIgnoreOffsetAndAccuracy = 0xF04; // bool - constexpr std::ptrdiff_t m_nWeaponParity = 0xF08; // uint32 - constexpr std::ptrdiff_t m_nOldWeaponParity = 0xF0C; // uint32 - constexpr std::ptrdiff_t m_nLastKnownAssociatedWeaponEntIndex = 0xF10; // CEntityIndex - constexpr std::ptrdiff_t m_bNeedToQueueHighResComposite = 0xF14; // bool - constexpr std::ptrdiff_t m_vLoweredWeaponOffset = 0xF74; // QAngle - } - // Parent: C_BasePlayerWeapon - // Fields count: 71 - // - // Metadata: - // MNetworkExcludeByName - // NetworkVarNames: m_flFireSequenceStartTime (float) - // NetworkVarNames: m_nFireSequenceStartTimeChange (int) - // NetworkVarNames: m_ePlayerFireEvent (PlayerAnimEvent_t) - // NetworkVarNames: m_ePlayerFireEventAttackType (WeaponAttackType_t) - // NetworkVarNames: m_iState (CSWeaponState_t) - // NetworkVarNames: m_nViewModelIndex (uint32) - // NetworkVarNames: m_flTimeWeaponIdle (GameTime_t) - // NetworkVarNames: m_weaponMode (CSWeaponMode) - // NetworkVarNames: m_fAccuracyPenalty (float) - // NetworkVarNames: m_iRecoilIndex (int) - // NetworkVarNames: m_flRecoilIndex (float) - // NetworkVarNames: m_bBurstMode (bool) - // NetworkVarNames: m_nPostponeFireReadyTicks (GameTick_t) - // NetworkVarNames: m_flPostponeFireReadyFrac (float) - // NetworkVarNames: m_bInReload (bool) - // NetworkVarNames: m_bReloadVisuallyComplete (bool) - // NetworkVarNames: m_flDroppedAtTime (GameTime_t) - // NetworkVarNames: m_bIsHauledBack (bool) - // NetworkVarNames: m_bSilencerOn (bool) - // NetworkVarNames: m_flTimeSilencerSwitchComplete (GameTime_t) - // NetworkVarNames: m_iOriginalTeamNumber (int) - // NetworkVarNames: m_hPrevOwner (CHandle) - // NetworkVarNames: m_nDropTick (GameTick_t) - // NetworkVarNames: m_fLastShotTime (GameTime_t) - // NetworkVarNames: m_iIronSightMode (int) - // NetworkVarNames: m_iNumEmptyAttacks (int) - namespace C_CSWeaponBase { - constexpr std::ptrdiff_t m_flFireSequenceStartTime = 0x24CC; // float32 - constexpr std::ptrdiff_t m_nFireSequenceStartTimeChange = 0x24D0; // int32 - constexpr std::ptrdiff_t m_nFireSequenceStartTimeAck = 0x24D4; // int32 - constexpr std::ptrdiff_t m_ePlayerFireEvent = 0x24D8; // PlayerAnimEvent_t - constexpr std::ptrdiff_t m_ePlayerFireEventAttackType = 0x24DC; // WeaponAttackType_t - constexpr std::ptrdiff_t m_seqIdle = 0x24E0; // HSequence - constexpr std::ptrdiff_t m_seqFirePrimary = 0x24E4; // HSequence - constexpr std::ptrdiff_t m_seqFireSecondary = 0x24E8; // HSequence - constexpr std::ptrdiff_t m_thirdPersonFireSequences = 0x24F0; // CUtlVector - constexpr std::ptrdiff_t m_hCurrentThirdPersonSequence = 0x2508; // HSequence - constexpr std::ptrdiff_t m_nSilencerBoneIndex = 0x250C; // int32 - constexpr std::ptrdiff_t m_thirdPersonSequences = 0x2510; // HSequence[7] - constexpr std::ptrdiff_t m_ClientPreviousWeaponState = 0x2548; // CSWeaponState_t - constexpr std::ptrdiff_t m_iState = 0x254C; // CSWeaponState_t - constexpr std::ptrdiff_t m_flCrosshairDistance = 0x2550; // float32 - constexpr std::ptrdiff_t m_iAmmoLastCheck = 0x2554; // int32 - constexpr std::ptrdiff_t m_iAlpha = 0x2558; // int32 - constexpr std::ptrdiff_t m_iScopeTextureID = 0x255C; // int32 - constexpr std::ptrdiff_t m_iCrosshairTextureID = 0x2560; // int32 - constexpr std::ptrdiff_t m_flGunAccuracyPositionDeprecated = 0x2564; // float32 - constexpr std::ptrdiff_t m_nLastEmptySoundCmdNum = 0x2568; // int32 - constexpr std::ptrdiff_t m_nViewModelIndex = 0x256C; // uint32 - constexpr std::ptrdiff_t m_bReloadsWithClips = 0x2570; // bool - constexpr std::ptrdiff_t m_flTimeWeaponIdle = 0x2574; // GameTime_t - constexpr std::ptrdiff_t m_bFireOnEmpty = 0x2578; // bool - constexpr std::ptrdiff_t m_OnPlayerPickup = 0x2580; // CEntityIOOutput - constexpr std::ptrdiff_t m_weaponMode = 0x25A8; // CSWeaponMode - constexpr std::ptrdiff_t m_flTurningInaccuracyDelta = 0x25AC; // float32 - constexpr std::ptrdiff_t m_vecTurningInaccuracyEyeDirLast = 0x25B0; // Vector - constexpr std::ptrdiff_t m_flTurningInaccuracy = 0x25BC; // float32 - constexpr std::ptrdiff_t m_fAccuracyPenalty = 0x25C0; // float32 - constexpr std::ptrdiff_t m_flLastAccuracyUpdateTime = 0x25C4; // GameTime_t - constexpr std::ptrdiff_t m_fAccuracySmoothedForZoom = 0x25C8; // float32 - constexpr std::ptrdiff_t m_fScopeZoomEndTime = 0x25CC; // GameTime_t - constexpr std::ptrdiff_t m_iRecoilIndex = 0x25D0; // int32 - constexpr std::ptrdiff_t m_flRecoilIndex = 0x25D4; // float32 - constexpr std::ptrdiff_t m_bBurstMode = 0x25D8; // bool - constexpr std::ptrdiff_t m_nPostponeFireReadyTicks = 0x25DC; // GameTick_t - constexpr std::ptrdiff_t m_flPostponeFireReadyFrac = 0x25E0; // float32 - constexpr std::ptrdiff_t m_bInReload = 0x25E4; // bool - constexpr std::ptrdiff_t m_bReloadVisuallyComplete = 0x25E5; // bool - constexpr std::ptrdiff_t m_flDroppedAtTime = 0x25E8; // GameTime_t - constexpr std::ptrdiff_t m_bIsHauledBack = 0x25EC; // bool - constexpr std::ptrdiff_t m_bSilencerOn = 0x25ED; // bool - constexpr std::ptrdiff_t m_flTimeSilencerSwitchComplete = 0x25F0; // GameTime_t - constexpr std::ptrdiff_t m_iOriginalTeamNumber = 0x25F4; // int32 - constexpr std::ptrdiff_t m_flNextAttackRenderTimeOffset = 0x25F8; // float32 - constexpr std::ptrdiff_t m_bVisualsDataSet = 0x2680; // bool - constexpr std::ptrdiff_t m_bOldFirstPersonSpectatedState = 0x2681; // bool - constexpr std::ptrdiff_t m_hOurPing = 0x2684; // CHandle - constexpr std::ptrdiff_t m_nOurPingIndex = 0x2688; // CEntityIndex - constexpr std::ptrdiff_t m_vecOurPingPos = 0x268C; // Vector - constexpr std::ptrdiff_t m_bGlowForPing = 0x2698; // bool - constexpr std::ptrdiff_t m_bUIWeapon = 0x2699; // bool - constexpr std::ptrdiff_t m_hPrevOwner = 0x26A8; // CHandle - constexpr std::ptrdiff_t m_nDropTick = 0x26AC; // GameTick_t - constexpr std::ptrdiff_t m_donated = 0x26CC; // bool - constexpr std::ptrdiff_t m_fLastShotTime = 0x26D0; // GameTime_t - constexpr std::ptrdiff_t m_bWasOwnedByCT = 0x26D4; // bool - constexpr std::ptrdiff_t m_bWasOwnedByTerrorist = 0x26D5; // bool - constexpr std::ptrdiff_t m_gunHeat = 0x26D8; // float32 - constexpr std::ptrdiff_t m_smokeAttachments = 0x26DC; // uint32 - constexpr std::ptrdiff_t m_lastSmokeTime = 0x26E0; // GameTime_t - constexpr std::ptrdiff_t m_flNextClientFireBulletTime = 0x26E4; // float32 - constexpr std::ptrdiff_t m_flNextClientFireBulletTime_Repredict = 0x26E8; // float32 - constexpr std::ptrdiff_t m_IronSightController = 0x27C0; // C_IronSightController - constexpr std::ptrdiff_t m_iIronSightMode = 0x2870; // int32 - constexpr std::ptrdiff_t m_flLastLOSTraceFailureTime = 0x2880; // GameTime_t - constexpr std::ptrdiff_t m_iNumEmptyAttacks = 0x2884; // int32 - constexpr std::ptrdiff_t m_flLastMagDropRequestTime = 0x2900; // GameTime_t - constexpr std::ptrdiff_t m_flWatTickOffset = 0x2904; // float32 - } - // Parent: C_CSWeaponBase - // Fields count: 6 - // - // Metadata: - // NetworkVarNames: m_zoomLevel (int) - // NetworkVarNames: m_iBurstShotsRemaining (int) - // NetworkVarNames: m_bNeedsBoltAction (bool) - namespace C_CSWeaponBaseGun { - constexpr std::ptrdiff_t m_zoomLevel = 0x2908; // int32 - constexpr std::ptrdiff_t m_iBurstShotsRemaining = 0x290C; // int32 - constexpr std::ptrdiff_t m_iSilencerBodygroup = 0x2910; // int32 - constexpr std::ptrdiff_t m_silencedModelIndex = 0x2920; // int32 - constexpr std::ptrdiff_t m_inPrecache = 0x2924; // bool - constexpr std::ptrdiff_t m_bNeedsBoltAction = 0x2925; // bool - } - // Parent: C_CSWeaponBase - // Fields count: 11 - // - // Metadata: - // NetworkVarNames: m_bStartedArming (bool) - // NetworkVarNames: m_fArmedTime (GameTime_t) - // NetworkVarNames: m_bBombPlacedAnimation (bool) - // NetworkVarNames: m_bIsPlantingViaUse (bool) - // NetworkVarNames: m_entitySpottedState (EntitySpottedState_t) - namespace C_C4 { - constexpr std::ptrdiff_t m_szScreenText = 0x2908; // char[32] - constexpr std::ptrdiff_t m_activeLightParticleIndex = 0x2928; // ParticleIndex_t - constexpr std::ptrdiff_t m_eActiveLightEffect = 0x292C; // C4LightEffect_t - constexpr std::ptrdiff_t m_bStartedArming = 0x2930; // bool - constexpr std::ptrdiff_t m_fArmedTime = 0x2934; // GameTime_t - constexpr std::ptrdiff_t m_bBombPlacedAnimation = 0x2938; // bool - constexpr std::ptrdiff_t m_bIsPlantingViaUse = 0x2939; // bool - constexpr std::ptrdiff_t m_entitySpottedState = 0x2940; // EntitySpottedState_t - constexpr std::ptrdiff_t m_nSpotRules = 0x2958; // int32 - constexpr std::ptrdiff_t m_bPlayedArmingBeeps = 0x295C; // bool[7] - constexpr std::ptrdiff_t m_bBombPlanted = 0x2963; // bool - } - // Parent: C_CSWeaponBaseGun - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_fFireTime (GameTime_t) - namespace C_WeaponTaser { - constexpr std::ptrdiff_t m_fFireTime = 0x2928; // GameTime_t - } - // Parent: C_CSWeaponBaseGun - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_flDisplayHealth (float) - namespace C_WeaponShield { - constexpr std::ptrdiff_t m_flDisplayHealth = 0x2928; // float32 - } - // Parent: C_BaseCSGrenadeProjectile - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_bIsIncGrenade (bool) - namespace C_MolotovProjectile { - constexpr std::ptrdiff_t m_bIsIncGrenade = 0x10EC; // bool - } - // Parent: C_BaseCSGrenadeProjectile - // Fields count: 3 - // - // Metadata: - // NetworkVarNames: m_nDecoyShotTick (int) - namespace C_DecoyProjectile { - constexpr std::ptrdiff_t m_nDecoyShotTick = 0x10EC; // int32 - constexpr std::ptrdiff_t m_nClientLastKnownDecoyShotTick = 0x10F0; // int32 - constexpr std::ptrdiff_t m_flTimeParticleEffectSpawn = 0x1118; // GameTime_t - } - // Parent: C_BaseCSGrenadeProjectile - // Fields count: 8 - // - // Metadata: - // NetworkVarNames: m_nSmokeEffectTickBegin (int) - // NetworkVarNames: m_bDidSmokeEffect (bool) - // NetworkVarNames: m_nRandomSeed (int) - // NetworkVarNames: m_vSmokeColor (Vector) - // NetworkVarNames: m_vSmokeDetonationPos (Vector) - // NetworkVarNames: m_VoxelFrameData (CUtlVector) - namespace C_SmokeGrenadeProjectile { - constexpr std::ptrdiff_t m_nSmokeEffectTickBegin = 0x10F8; // int32 - constexpr std::ptrdiff_t m_bDidSmokeEffect = 0x10FC; // bool - constexpr std::ptrdiff_t m_nRandomSeed = 0x1100; // int32 - constexpr std::ptrdiff_t m_vSmokeColor = 0x1104; // Vector - constexpr std::ptrdiff_t m_vSmokeDetonationPos = 0x1110; // Vector - constexpr std::ptrdiff_t m_VoxelFrameData = 0x1120; // CUtlVector - constexpr std::ptrdiff_t m_bSmokeVolumeDataReceived = 0x1138; // bool - constexpr std::ptrdiff_t m_bSmokeEffectSpawned = 0x1139; // bool - } - // Parent: C_CSWeaponBase - // Fields count: 14 - // - // Metadata: - // NetworkVarNames: m_bRedraw (bool) - // NetworkVarNames: m_bIsHeldByPlayer (bool) - // NetworkVarNames: m_bPinPulled (bool) - // NetworkVarNames: m_bJumpThrow (bool) - // NetworkVarNames: m_bThrowAnimating (bool) - // NetworkVarNames: m_fThrowTime (GameTime_t) - // NetworkVarNames: m_flThrowStrength (float) - // NetworkVarNames: m_flThrowStrengthApproach (float) - // NetworkVarNames: m_fDropTime (GameTime_t) - // NetworkVarNames: m_bJustPulledPin (bool) - // NetworkVarNames: m_nNextHoldTick (GameTick_t) - // NetworkVarNames: m_flNextHoldFrac (float) - // NetworkVarNames: m_hSwitchToWeaponAfterThrow (CHandle) - namespace C_BaseCSGrenade { - constexpr std::ptrdiff_t m_bClientPredictDelete = 0x2908; // bool - constexpr std::ptrdiff_t m_bRedraw = 0x2909; // bool - constexpr std::ptrdiff_t m_bIsHeldByPlayer = 0x290A; // bool - constexpr std::ptrdiff_t m_bPinPulled = 0x290B; // bool - constexpr std::ptrdiff_t m_bJumpThrow = 0x290C; // bool - constexpr std::ptrdiff_t m_bThrowAnimating = 0x290D; // bool - constexpr std::ptrdiff_t m_fThrowTime = 0x2910; // GameTime_t - constexpr std::ptrdiff_t m_flThrowStrength = 0x2914; // float32 - constexpr std::ptrdiff_t m_flThrowStrengthApproach = 0x2918; // float32 - constexpr std::ptrdiff_t m_fDropTime = 0x291C; // GameTime_t - constexpr std::ptrdiff_t m_bJustPulledPin = 0x2920; // bool - constexpr std::ptrdiff_t m_nNextHoldTick = 0x2924; // GameTick_t - constexpr std::ptrdiff_t m_flNextHoldFrac = 0x2928; // float32 - constexpr std::ptrdiff_t m_hSwitchToWeaponAfterThrow = 0x292C; // CHandle - } - // Parent: C_CSWeaponBase - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_SequenceCompleteTimer (CountdownTimer) - // NetworkVarNames: m_bRedraw (bool) - namespace C_WeaponBaseItem { - constexpr std::ptrdiff_t m_SequenceCompleteTimer = 0x2908; // CountdownTimer - constexpr std::ptrdiff_t m_bRedraw = 0x2920; // bool - } - // Parent: C_Item - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_OwningPlayer (CHandle) - // NetworkVarNames: m_KillingPlayer (CHandle) - namespace C_ItemDogtags { - constexpr std::ptrdiff_t m_OwningPlayer = 0x2564; // CHandle - constexpr std::ptrdiff_t m_KillingPlayer = 0x2568; // CHandle - } - // Parent: C_CSWeaponBase - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_bPlayingUninterruptableAct (bool) - // NetworkVarNames: m_nUninterruptableActivity (PlayerAnimEvent_t) - namespace C_Fists { - constexpr std::ptrdiff_t m_bPlayingUninterruptableAct = 0x2908; // bool - constexpr std::ptrdiff_t m_nUninterruptableActivity = 0x290C; // PlayerAnimEvent_t - } - // Parent: C_BasePlayerPawn - // Fields count: 142 - // - // Metadata: - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByUserGroup - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkIncludeByName - // NetworkVarNames: m_pPingServices (CCSPlayer_PingServices*) - // NetworkVarNames: m_pViewModelServices (CPlayer_ViewModelServices*) - // NetworkVarNames: m_bIsScoped (bool) - // NetworkVarNames: m_bIsWalking (bool) - // NetworkVarNames: m_bResumeZoom (bool) - // NetworkVarNames: m_iPlayerState (CSPlayerState) - // NetworkVarNames: m_bIsDefusing (bool) - // NetworkVarNames: m_bIsGrabbingHostage (bool) - // NetworkVarNames: m_iBlockingUseActionInProgress (CSPlayerBlockingUseAction_t) - // NetworkVarNames: m_bIsRescuing (bool) - // NetworkVarNames: m_fImmuneToGunGameDamageTime (GameTime_t) - // NetworkVarNames: m_bGunGameImmunity (bool) - // NetworkVarNames: m_GunGameImmunityColor (Color) - // NetworkVarNames: m_bHasMovedSinceSpawn (bool) - // NetworkVarNames: m_fMolotovUseTime (float) - // NetworkVarNames: m_fMolotovDamageTime (float) - // NetworkVarNames: m_nWhichBombZone (int) - // NetworkVarNames: m_bInNoDefuseArea (bool) - // NetworkVarNames: m_iThrowGrenadeCounter (int) - // NetworkVarNames: m_bWaitForNoAttack (bool) - // NetworkVarNames: m_flGuardianTooFarDistFrac (float) - // NetworkVarNames: m_flDetectedByEnemySensorTime (GameTime_t) - // NetworkVarNames: m_bKilledByTaser (bool) - // NetworkVarNames: m_iMoveState (int) - // NetworkVarNames: m_bCanMoveDuringFreezePeriod (bool) - // NetworkVarNames: m_flLowerBodyYawTarget (float) - // NetworkVarNames: m_bStrafing (bool) - // NetworkVarNames: m_flEmitSoundTime (GameTime_t) - // NetworkVarNames: m_iAddonBits (int) - // NetworkVarNames: m_iPrimaryAddon (int) - // NetworkVarNames: m_iSecondaryAddon (int) - // NetworkVarNames: m_iProgressBarDuration (int) - // NetworkVarNames: m_flProgressBarStartTime (float) - // NetworkVarNames: m_iDirection (int) - // NetworkVarNames: m_iShotsFired (int) - // NetworkVarNames: m_bNightVisionOn (bool) - // NetworkVarNames: m_bHasNightVision (bool) - // NetworkVarNames: m_flVelocityModifier (float) - // NetworkVarNames: m_flHitHeading (float) - // NetworkVarNames: m_nHitBodyPart (int) - // NetworkVarNames: m_iStartAccount (int) - // NetworkVarNames: m_flFlashMaxAlpha (float) - // NetworkVarNames: m_flFlashDuration (float) - // NetworkVarNames: m_unCurrentEquipmentValue (uint16) - // NetworkVarNames: m_unRoundStartEquipmentValue (uint16) - // NetworkVarNames: m_unFreezetimeEndEquipmentValue (uint16) - // NetworkVarNames: m_nHeavyAssaultSuitCooldownRemaining (int) - // NetworkVarNames: m_ArmorValue (int32) - // NetworkVarNames: m_bHud_MiniScoreHidden (bool) - // NetworkVarNames: m_bHud_RadarHidden (bool) - // NetworkVarNames: m_nLastKillerIndex (CEntityIndex) - // NetworkVarNames: m_nLastConcurrentKilled (int) - // NetworkVarNames: m_nDeathCamMusic (int) - // NetworkVarNames: m_cycleLatch (int) - // NetworkVarNames: m_vecPlayerPatchEconIndices (uint32) - // NetworkVarNames: m_bHideTargetID (bool) - // NetworkVarNames: m_entitySpottedState (EntitySpottedState_t) - // NetworkVarNames: m_nSurvivalTeamNumber (int) - // NetworkVarNames: m_bKilledByHeadshot (bool) - // NetworkVarNames: m_hOriginalController (CHandle) - namespace C_CSPlayerPawnBase { - constexpr std::ptrdiff_t m_pPingServices = 0x1260; // CCSPlayer_PingServices* - constexpr std::ptrdiff_t m_pViewModelServices = 0x1268; // CPlayer_ViewModelServices* - constexpr std::ptrdiff_t m_fRenderingClipPlane = 0x1278; // float32[4] - constexpr std::ptrdiff_t m_nLastClipPlaneSetupFrame = 0x1288; // int32 - constexpr std::ptrdiff_t m_vecLastClipCameraPos = 0x128C; // Vector - constexpr std::ptrdiff_t m_vecLastClipCameraForward = 0x1298; // Vector - constexpr std::ptrdiff_t m_bClipHitStaticWorld = 0x12A4; // bool - constexpr std::ptrdiff_t m_bCachedPlaneIsValid = 0x12A5; // bool - constexpr std::ptrdiff_t m_pClippingWeapon = 0x12A8; // C_CSWeaponBase* - constexpr std::ptrdiff_t m_previousPlayerState = 0x12B0; // CSPlayerState - constexpr std::ptrdiff_t m_flLastCollisionCeiling = 0x12B4; // float32 - constexpr std::ptrdiff_t m_flLastCollisionCeilingChangeTime = 0x12B8; // float32 - constexpr std::ptrdiff_t m_grenadeParameterStashTime = 0x12D8; // GameTime_t - constexpr std::ptrdiff_t m_bGrenadeParametersStashed = 0x12DC; // bool - constexpr std::ptrdiff_t m_angStashedShootAngles = 0x12E0; // QAngle - constexpr std::ptrdiff_t m_vecStashedGrenadeThrowPosition = 0x12EC; // Vector - constexpr std::ptrdiff_t m_vecStashedVelocity = 0x12F8; // Vector - constexpr std::ptrdiff_t m_angShootAngleHistory = 0x1304; // QAngle[2] - constexpr std::ptrdiff_t m_vecThrowPositionHistory = 0x131C; // Vector[2] - constexpr std::ptrdiff_t m_vecVelocityHistory = 0x1334; // Vector[2] - constexpr std::ptrdiff_t m_thirdPersonHeading = 0x1350; // QAngle - constexpr std::ptrdiff_t m_flSlopeDropOffset = 0x1368; // float32 - constexpr std::ptrdiff_t m_flSlopeDropHeight = 0x1378; // float32 - constexpr std::ptrdiff_t m_vHeadConstraintOffset = 0x1388; // Vector - constexpr std::ptrdiff_t m_bIsScoped = 0x13A0; // bool - constexpr std::ptrdiff_t m_bIsWalking = 0x13A1; // bool - constexpr std::ptrdiff_t m_bResumeZoom = 0x13A2; // bool - constexpr std::ptrdiff_t m_iPlayerState = 0x13A4; // CSPlayerState - constexpr std::ptrdiff_t m_bIsDefusing = 0x13A8; // bool - constexpr std::ptrdiff_t m_bIsGrabbingHostage = 0x13A9; // bool - constexpr std::ptrdiff_t m_iBlockingUseActionInProgress = 0x13AC; // CSPlayerBlockingUseAction_t - constexpr std::ptrdiff_t m_bIsRescuing = 0x13B0; // bool - constexpr std::ptrdiff_t m_fImmuneToGunGameDamageTime = 0x13B4; // GameTime_t - constexpr std::ptrdiff_t m_fImmuneToGunGameDamageTimeLast = 0x13B8; // GameTime_t - constexpr std::ptrdiff_t m_bGunGameImmunity = 0x13BC; // bool - constexpr std::ptrdiff_t m_GunGameImmunityColor = 0x13BD; // Color - constexpr std::ptrdiff_t m_bHasMovedSinceSpawn = 0x13C1; // bool - constexpr std::ptrdiff_t m_fMolotovUseTime = 0x13C4; // float32 - constexpr std::ptrdiff_t m_fMolotovDamageTime = 0x13C8; // float32 - constexpr std::ptrdiff_t m_nWhichBombZone = 0x13CC; // int32 - constexpr std::ptrdiff_t m_bInNoDefuseArea = 0x13D0; // bool - constexpr std::ptrdiff_t m_iThrowGrenadeCounter = 0x13D4; // int32 - constexpr std::ptrdiff_t m_bWaitForNoAttack = 0x13D8; // bool - constexpr std::ptrdiff_t m_flGuardianTooFarDistFrac = 0x13DC; // float32 - constexpr std::ptrdiff_t m_flDetectedByEnemySensorTime = 0x13E0; // GameTime_t - constexpr std::ptrdiff_t m_flNextGuardianTooFarWarning = 0x13E4; // float32 - constexpr std::ptrdiff_t m_bSuppressGuardianTooFarWarningAudio = 0x13E8; // bool - constexpr std::ptrdiff_t m_bKilledByTaser = 0x13E9; // bool - constexpr std::ptrdiff_t m_iMoveState = 0x13EC; // int32 - constexpr std::ptrdiff_t m_bCanMoveDuringFreezePeriod = 0x13F0; // bool - constexpr std::ptrdiff_t m_flLowerBodyYawTarget = 0x13F4; // float32 - constexpr std::ptrdiff_t m_bStrafing = 0x13F8; // bool - constexpr std::ptrdiff_t m_flLastSpawnTimeIndex = 0x13FC; // GameTime_t - constexpr std::ptrdiff_t m_flEmitSoundTime = 0x1400; // GameTime_t - constexpr std::ptrdiff_t m_iAddonBits = 0x1404; // int32 - constexpr std::ptrdiff_t m_iPrimaryAddon = 0x1408; // int32 - constexpr std::ptrdiff_t m_iSecondaryAddon = 0x140C; // int32 - constexpr std::ptrdiff_t m_iProgressBarDuration = 0x1410; // int32 - constexpr std::ptrdiff_t m_flProgressBarStartTime = 0x1414; // float32 - constexpr std::ptrdiff_t m_iDirection = 0x1418; // int32 - constexpr std::ptrdiff_t m_iShotsFired = 0x141C; // int32 - constexpr std::ptrdiff_t m_bNightVisionOn = 0x1420; // bool - constexpr std::ptrdiff_t m_bHasNightVision = 0x1421; // bool - constexpr std::ptrdiff_t m_flVelocityModifier = 0x1424; // float32 - constexpr std::ptrdiff_t m_flHitHeading = 0x1428; // float32 - constexpr std::ptrdiff_t m_nHitBodyPart = 0x142C; // int32 - constexpr std::ptrdiff_t m_iStartAccount = 0x1430; // int32 - constexpr std::ptrdiff_t m_vecIntroStartEyePosition = 0x1434; // Vector - constexpr std::ptrdiff_t m_vecIntroStartPlayerForward = 0x1440; // Vector - constexpr std::ptrdiff_t m_flClientDeathTime = 0x144C; // GameTime_t - constexpr std::ptrdiff_t m_flNightVisionAlpha = 0x1450; // float32 - constexpr std::ptrdiff_t m_bScreenTearFrameCaptured = 0x1454; // bool - constexpr std::ptrdiff_t m_flFlashBangTime = 0x1458; // float32 - constexpr std::ptrdiff_t m_flFlashScreenshotAlpha = 0x145C; // float32 - constexpr std::ptrdiff_t m_flFlashOverlayAlpha = 0x1460; // float32 - constexpr std::ptrdiff_t m_bFlashBuildUp = 0x1464; // bool - constexpr std::ptrdiff_t m_bFlashDspHasBeenCleared = 0x1465; // bool - constexpr std::ptrdiff_t m_bFlashScreenshotHasBeenGrabbed = 0x1466; // bool - constexpr std::ptrdiff_t m_flFlashMaxAlpha = 0x1468; // float32 - constexpr std::ptrdiff_t m_flFlashDuration = 0x146C; // float32 - constexpr std::ptrdiff_t m_lastStandingPos = 0x1470; // Vector - constexpr std::ptrdiff_t m_vecLastMuzzleFlashPos = 0x147C; // Vector - constexpr std::ptrdiff_t m_angLastMuzzleFlashAngle = 0x1488; // QAngle - constexpr std::ptrdiff_t m_hMuzzleFlashShape = 0x1494; // CHandle - constexpr std::ptrdiff_t m_iHealthBarRenderMaskIndex = 0x1498; // int32 - constexpr std::ptrdiff_t m_flHealthFadeValue = 0x149C; // float32 - constexpr std::ptrdiff_t m_flHealthFadeAlpha = 0x14A0; // float32 - constexpr std::ptrdiff_t m_nMyCollisionGroup = 0x14A4; // int32 - constexpr std::ptrdiff_t m_ignoreLadderJumpTime = 0x14A8; // float32 - constexpr std::ptrdiff_t m_ladderSurpressionTimer = 0x14B0; // CountdownTimer - constexpr std::ptrdiff_t m_lastLadderNormal = 0x14C8; // Vector - constexpr std::ptrdiff_t m_lastLadderPos = 0x14D4; // Vector - constexpr std::ptrdiff_t m_flDeathCCWeight = 0x14E8; // float32 - constexpr std::ptrdiff_t m_bOldIsScoped = 0x14EC; // bool - constexpr std::ptrdiff_t m_flPrevRoundEndTime = 0x14F0; // float32 - constexpr std::ptrdiff_t m_flPrevMatchEndTime = 0x14F4; // float32 - constexpr std::ptrdiff_t m_unCurrentEquipmentValue = 0x14F8; // uint16 - constexpr std::ptrdiff_t m_unRoundStartEquipmentValue = 0x14FA; // uint16 - constexpr std::ptrdiff_t m_unFreezetimeEndEquipmentValue = 0x14FC; // uint16 - constexpr std::ptrdiff_t m_vecThirdPersonViewPositionOverride = 0x1500; // Vector - constexpr std::ptrdiff_t m_nHeavyAssaultSuitCooldownRemaining = 0x150C; // int32 - constexpr std::ptrdiff_t m_ArmorValue = 0x1510; // int32 - constexpr std::ptrdiff_t m_angEyeAngles = 0x1518; // QAngle - constexpr std::ptrdiff_t m_fNextThinkPushAway = 0x1530; // float32 - constexpr std::ptrdiff_t m_bShouldAutobuyDMWeapons = 0x1534; // bool - constexpr std::ptrdiff_t m_bShouldAutobuyNow = 0x1535; // bool - constexpr std::ptrdiff_t m_bHud_MiniScoreHidden = 0x1536; // bool - constexpr std::ptrdiff_t m_bHud_RadarHidden = 0x1537; // bool - constexpr std::ptrdiff_t m_nLastKillerIndex = 0x1538; // CEntityIndex - constexpr std::ptrdiff_t m_nLastConcurrentKilled = 0x153C; // int32 - constexpr std::ptrdiff_t m_nDeathCamMusic = 0x1540; // int32 - constexpr std::ptrdiff_t m_iIDEntIndex = 0x1544; // CEntityIndex - constexpr std::ptrdiff_t m_delayTargetIDTimer = 0x1548; // CountdownTimer - constexpr std::ptrdiff_t m_iTargetedWeaponEntIndex = 0x1560; // CEntityIndex - constexpr std::ptrdiff_t m_iOldIDEntIndex = 0x1564; // CEntityIndex - constexpr std::ptrdiff_t m_holdTargetIDTimer = 0x1568; // CountdownTimer - constexpr std::ptrdiff_t m_flCurrentMusicStartTime = 0x1584; // float32 - constexpr std::ptrdiff_t m_flMusicRoundStartTime = 0x1588; // float32 - constexpr std::ptrdiff_t m_bDeferStartMusicOnWarmup = 0x158C; // bool - constexpr std::ptrdiff_t m_cycleLatch = 0x1590; // int32 - constexpr std::ptrdiff_t m_serverIntendedCycle = 0x1594; // float32 - constexpr std::ptrdiff_t m_vecPlayerPatchEconIndices = 0x1598; // uint32[5] - constexpr std::ptrdiff_t m_bHideTargetID = 0x15B4; // bool - constexpr std::ptrdiff_t m_flLastSmokeOverlayAlpha = 0x15B8; // float32 - constexpr std::ptrdiff_t m_flLastSmokeAge = 0x15BC; // float32 - constexpr std::ptrdiff_t m_vLastSmokeOverlayColor = 0x15C0; // Vector - constexpr std::ptrdiff_t m_nPlayerSmokedFx = 0x15CC; // ParticleIndex_t - constexpr std::ptrdiff_t m_nPlayerInfernoBodyFx = 0x15D0; // ParticleIndex_t - constexpr std::ptrdiff_t m_nPlayerInfernoFootFx = 0x15D4; // ParticleIndex_t - constexpr std::ptrdiff_t m_flNextMagDropTime = 0x15D8; // float32 - constexpr std::ptrdiff_t m_nLastMagDropAttachmentIndex = 0x15DC; // int32 - constexpr std::ptrdiff_t m_vecBulletHitModels = 0x15E0; // CUtlVector - constexpr std::ptrdiff_t m_vecPickupModelSlerpers = 0x15F8; // CUtlVector - constexpr std::ptrdiff_t m_vecLastAliveLocalVelocity = 0x1610; // Vector - constexpr std::ptrdiff_t m_entitySpottedState = 0x1638; // EntitySpottedState_t - constexpr std::ptrdiff_t m_nSurvivalTeamNumber = 0x1650; // int32 - constexpr std::ptrdiff_t m_bGuardianShouldSprayCustomXMark = 0x1654; // bool - constexpr std::ptrdiff_t m_bHasDeathInfo = 0x1655; // bool - constexpr std::ptrdiff_t m_flDeathInfoTime = 0x1658; // float32 - constexpr std::ptrdiff_t m_vecDeathInfoOrigin = 0x165C; // Vector - constexpr std::ptrdiff_t m_bKilledByHeadshot = 0x1668; // bool - constexpr std::ptrdiff_t m_hOriginalController = 0x166C; // CHandle - } - // Parent: C_CSPlayerPawnBase - // Fields count: 1 - // - // Metadata: - // MNetworkVarTypeOverride - // MNetworkIncludeByName - // MNetworkVarTypeOverride - // MNetworkIncludeByName - // MNetworkVarTypeOverride - // MNetworkIncludeByName - // MNetworkVarTypeOverride - // MNetworkIncludeByName - // MNetworkVarTypeOverride - // MNetworkIncludeByName - namespace C_CSObserverPawn { - constexpr std::ptrdiff_t m_hDetectParentChange = 0x16B4; // CEntityHandle - } - // Parent: C_CSPlayerPawnBase - // Fields count: 52 - // - // Metadata: - // NetworkVarNames: m_pBulletServices (CCSPlayer_BulletServices*) - // NetworkVarNames: m_pHostageServices (CCSPlayer_HostageServices*) - // NetworkVarNames: m_pBuyServices (CCSPlayer_BuyServices*) - // NetworkVarNames: m_pGlowServices (CCSPlayer_GlowServices*) - // NetworkVarNames: m_pActionTrackingServices (CCSPlayer_ActionTrackingServices*) - // MNetworkVarTypeOverride - // MNetworkIncludeByName - // MNetworkVarTypeOverride - // MNetworkIncludeByName - // MNetworkVarTypeOverride - // MNetworkIncludeByName - // MNetworkVarTypeOverride - // MNetworkIncludeByName - // MNetworkVarTypeOverride - // MNetworkIncludeByName - // MNetworkVarTypeOverride - // MNetworkIncludeByName - // MNetworkVarTypeOverride - // MNetworkIncludeByName - // NetworkVarNames: m_flHealthShotBoostExpirationTime (GameTime_t) - // NetworkVarNames: m_bHasFemaleVoice (bool) - // NetworkVarNames: m_szLastPlaceName (char) - // NetworkVarNames: m_bInBuyZone (bool) - // NetworkVarNames: m_aimPunchAngle (QAngle) - // NetworkVarNames: m_aimPunchAngleVel (QAngle) - // NetworkVarNames: m_aimPunchTickBase (int) - // NetworkVarNames: m_aimPunchTickFraction (float) - // NetworkVarNames: m_bInHostageRescueZone (bool) - // NetworkVarNames: m_bInBombZone (bool) - // NetworkVarNames: m_bIsBuyMenuOpen (bool) - // NetworkVarNames: m_flTimeOfLastInjury (GameTime_t) - // NetworkVarNames: m_flNextSprayDecalTime (GameTime_t) - // NetworkVarNames: m_iRetakesOffering (int) - // NetworkVarNames: m_iRetakesOfferingCard (int) - // NetworkVarNames: m_bRetakesHasDefuseKit (bool) - // NetworkVarNames: m_bRetakesMVPLastRound (bool) - // NetworkVarNames: m_iRetakesMVPBoostItem (int) - // NetworkVarNames: m_RetakesMVPBoostExtraUtility (loadout_slot_t) - // NetworkVarNames: m_EconGloves (CEconItemView) - // NetworkVarNames: m_nEconGlovesChanged (uint8) - // NetworkVarNames: m_nRagdollDamageBone (int) - // NetworkVarNames: m_vRagdollDamageForce (Vector) - // NetworkVarNames: m_vRagdollDamagePosition (Vector) - // NetworkVarNames: m_szRagdollDamageWeaponName (char) - // NetworkVarNames: m_bRagdollDamageHeadshot (bool) - // NetworkVarNames: m_vRagdollServerOrigin (Vector) - // NetworkVarNames: m_qDeathEyeAngles (QAngle) - namespace C_CSPlayerPawn { - constexpr std::ptrdiff_t m_pBulletServices = 0x16B8; // CCSPlayer_BulletServices* - constexpr std::ptrdiff_t m_pHostageServices = 0x16C0; // CCSPlayer_HostageServices* - constexpr std::ptrdiff_t m_pBuyServices = 0x16C8; // CCSPlayer_BuyServices* - constexpr std::ptrdiff_t m_pGlowServices = 0x16D0; // CCSPlayer_GlowServices* - constexpr std::ptrdiff_t m_pActionTrackingServices = 0x16D8; // CCSPlayer_ActionTrackingServices* - constexpr std::ptrdiff_t m_flHealthShotBoostExpirationTime = 0x16E0; // GameTime_t - constexpr std::ptrdiff_t m_flLastFiredWeaponTime = 0x16E4; // GameTime_t - constexpr std::ptrdiff_t m_bHasFemaleVoice = 0x16E8; // bool - constexpr std::ptrdiff_t m_flLandseconds = 0x16EC; // float32 - constexpr std::ptrdiff_t m_flOldFallVelocity = 0x16F0; // float32 - constexpr std::ptrdiff_t m_szLastPlaceName = 0x16F4; // char[18] - constexpr std::ptrdiff_t m_bPrevDefuser = 0x1706; // bool - constexpr std::ptrdiff_t m_bPrevHelmet = 0x1707; // bool - constexpr std::ptrdiff_t m_nPrevArmorVal = 0x1708; // int32 - constexpr std::ptrdiff_t m_nPrevGrenadeAmmoCount = 0x170C; // int32 - constexpr std::ptrdiff_t m_unPreviousWeaponHash = 0x1710; // uint32 - constexpr std::ptrdiff_t m_unWeaponHash = 0x1714; // uint32 - constexpr std::ptrdiff_t m_bInBuyZone = 0x1718; // bool - constexpr std::ptrdiff_t m_bPreviouslyInBuyZone = 0x1719; // bool - constexpr std::ptrdiff_t m_aimPunchAngle = 0x171C; // QAngle - constexpr std::ptrdiff_t m_aimPunchAngleVel = 0x1728; // QAngle - constexpr std::ptrdiff_t m_aimPunchTickBase = 0x1734; // int32 - constexpr std::ptrdiff_t m_aimPunchTickFraction = 0x1738; // float32 - constexpr std::ptrdiff_t m_aimPunchCache = 0x1740; // CUtlVector - constexpr std::ptrdiff_t m_bInLanding = 0x1760; // bool - constexpr std::ptrdiff_t m_flLandingTime = 0x1764; // float32 - constexpr std::ptrdiff_t m_bInHostageRescueZone = 0x1768; // bool - constexpr std::ptrdiff_t m_bInBombZone = 0x1769; // bool - constexpr std::ptrdiff_t m_bIsBuyMenuOpen = 0x176A; // bool - constexpr std::ptrdiff_t m_flTimeOfLastInjury = 0x176C; // GameTime_t - constexpr std::ptrdiff_t m_flNextSprayDecalTime = 0x1770; // GameTime_t - constexpr std::ptrdiff_t m_iRetakesOffering = 0x1888; // int32 - constexpr std::ptrdiff_t m_iRetakesOfferingCard = 0x188C; // int32 - constexpr std::ptrdiff_t m_bRetakesHasDefuseKit = 0x1890; // bool - constexpr std::ptrdiff_t m_bRetakesMVPLastRound = 0x1891; // bool - constexpr std::ptrdiff_t m_iRetakesMVPBoostItem = 0x1894; // int32 - constexpr std::ptrdiff_t m_RetakesMVPBoostExtraUtility = 0x1898; // loadout_slot_t - constexpr std::ptrdiff_t m_bNeedToReApplyGloves = 0x18B8; // bool - constexpr std::ptrdiff_t m_EconGloves = 0x18C0; // C_EconItemView - constexpr std::ptrdiff_t m_nEconGlovesChanged = 0x2C10; // uint8 - constexpr std::ptrdiff_t m_bMustSyncRagdollState = 0x2C11; // bool - constexpr std::ptrdiff_t m_nRagdollDamageBone = 0x2C14; // int32 - constexpr std::ptrdiff_t m_vRagdollDamageForce = 0x2C18; // Vector - constexpr std::ptrdiff_t m_vRagdollDamagePosition = 0x2C24; // Vector - constexpr std::ptrdiff_t m_szRagdollDamageWeaponName = 0x2C30; // char[64] - constexpr std::ptrdiff_t m_bRagdollDamageHeadshot = 0x2C70; // bool - constexpr std::ptrdiff_t m_vRagdollServerOrigin = 0x2C74; // Vector - constexpr std::ptrdiff_t m_bLastHeadBoneTransformIsValid = 0x3288; // bool - constexpr std::ptrdiff_t m_lastLandTime = 0x328C; // GameTime_t - constexpr std::ptrdiff_t m_bOnGroundLastTick = 0x3290; // bool - constexpr std::ptrdiff_t m_qDeathEyeAngles = 0x32AC; // QAngle - constexpr std::ptrdiff_t m_bSkipOneHeadConstraintUpdate = 0x32B8; // bool - } - // Parent: C_BaseCombatCharacter - // Fields count: 23 - // - // Metadata: - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkOverride - // NetworkVarNames: m_entitySpottedState (EntitySpottedState_t) - // NetworkVarNames: m_leader (CHandle) - // NetworkVarNames: m_reuseTimer (CountdownTimer) - // NetworkVarNames: m_vel (Vector) - // NetworkVarNames: m_isRescued (bool) - // NetworkVarNames: m_jumpedThisFrame (bool) - // NetworkVarNames: m_nHostageState (int) - // NetworkVarNames: m_bHandsHaveBeenCut (bool) - // NetworkVarNames: m_hHostageGrabber (CHandle) - // NetworkVarNames: m_flRescueStartTime (GameTime_t) - // NetworkVarNames: m_flGrabSuccessTime (GameTime_t) - // NetworkVarNames: m_flDropStartTime (GameTime_t) - namespace C_Hostage { - constexpr std::ptrdiff_t m_entitySpottedState = 0x10A0; // EntitySpottedState_t - constexpr std::ptrdiff_t m_leader = 0x10B8; // CHandle - constexpr std::ptrdiff_t m_reuseTimer = 0x10C0; // CountdownTimer - constexpr std::ptrdiff_t m_vel = 0x10D8; // Vector - constexpr std::ptrdiff_t m_isRescued = 0x10E4; // bool - constexpr std::ptrdiff_t m_jumpedThisFrame = 0x10E5; // bool - constexpr std::ptrdiff_t m_nHostageState = 0x10E8; // int32 - constexpr std::ptrdiff_t m_bHandsHaveBeenCut = 0x10EC; // bool - constexpr std::ptrdiff_t m_hHostageGrabber = 0x10F0; // CHandle - constexpr std::ptrdiff_t m_fLastGrabTime = 0x10F4; // GameTime_t - constexpr std::ptrdiff_t m_vecGrabbedPos = 0x10F8; // Vector - constexpr std::ptrdiff_t m_flRescueStartTime = 0x1104; // GameTime_t - constexpr std::ptrdiff_t m_flGrabSuccessTime = 0x1108; // GameTime_t - constexpr std::ptrdiff_t m_flDropStartTime = 0x110C; // GameTime_t - constexpr std::ptrdiff_t m_flDeadOrRescuedTime = 0x1110; // GameTime_t - constexpr std::ptrdiff_t m_blinkTimer = 0x1118; // CountdownTimer - constexpr std::ptrdiff_t m_lookAt = 0x1130; // Vector - constexpr std::ptrdiff_t m_lookAroundTimer = 0x1140; // CountdownTimer - constexpr std::ptrdiff_t m_isInit = 0x1158; // bool - constexpr std::ptrdiff_t m_eyeAttachment = 0x1159; // AttachmentHandle_t - constexpr std::ptrdiff_t m_chestAttachment = 0x115A; // AttachmentHandle_t - constexpr std::ptrdiff_t m_pPredictionOwner = 0x1160; // CBasePlayerController* - constexpr std::ptrdiff_t m_fNewestAlphaThinkTime = 0x1168; // GameTime_t - } - } - } -} diff --git a/output/linux/libclient.so.json b/output/linux/libclient.so.json deleted file mode 100644 index ffb3441..0000000 --- a/output/linux/libclient.so.json +++ /dev/null @@ -1,13093 +0,0 @@ -{ - "libclient.so": { - "classes": { - "ActiveModelConfig_t": { - "fields": { - "m_AssociatedEntities": 56, - "m_AssociatedEntityNames": 80, - "m_Handle": 40, - "m_Name": 48 - }, - "metadata": [ - { - "name": "m_Handle", - "ty": "ModelConfigHandle_t", - "type": "NetworkVarNames" - }, - { - "name": "m_Name", - "ty": "string_t", - "type": "NetworkVarNames" - }, - { - "name": "m_AssociatedEntities", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_AssociatedEntityNames", - "ty": "string_t", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CAnimGraphNetworkedVariables": { - "fields": { - "m_OwnerOnlyPredNetBoolVariables": 248, - "m_OwnerOnlyPredNetByteVariables": 272, - "m_OwnerOnlyPredNetFloatVariables": 392, - "m_OwnerOnlyPredNetGlobalSymbolVariables": 464, - "m_OwnerOnlyPredNetIntVariables": 320, - "m_OwnerOnlyPredNetQuaternionVariables": 440, - "m_OwnerOnlyPredNetUInt16Variables": 296, - "m_OwnerOnlyPredNetUInt32Variables": 344, - "m_OwnerOnlyPredNetUInt64Variables": 368, - "m_OwnerOnlyPredNetVectorVariables": 416, - "m_PredNetBoolVariables": 8, - "m_PredNetByteVariables": 32, - "m_PredNetFloatVariables": 152, - "m_PredNetGlobalSymbolVariables": 224, - "m_PredNetIntVariables": 80, - "m_PredNetQuaternionVariables": 200, - "m_PredNetUInt16Variables": 56, - "m_PredNetUInt32Variables": 104, - "m_PredNetUInt64Variables": 128, - "m_PredNetVectorVariables": 176, - "m_flLastTeleportTime": 500, - "m_nBoolVariablesCount": 488, - "m_nOwnerOnlyBoolVariablesCount": 492, - "m_nRandomSeedOffset": 496 - }, - "metadata": [ - { - "name": "m_PredNetBoolVariables", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_PredNetByteVariables", - "ty": "byte", - "type": "NetworkVarNames" - }, - { - "name": "m_PredNetUInt16Variables", - "ty": "uint16", - "type": "NetworkVarNames" - }, - { - "name": "m_PredNetIntVariables", - "ty": "int32", - "type": "NetworkVarNames" - }, - { - "name": "m_PredNetUInt32Variables", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_PredNetUInt64Variables", - "ty": "uint64", - "type": "NetworkVarNames" - }, - { - "name": "m_PredNetFloatVariables", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_PredNetVectorVariables", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_PredNetQuaternionVariables", - "ty": "Quaternion", - "type": "NetworkVarNames" - }, - { - "name": "m_PredNetGlobalSymbolVariables", - "ty": "CGlobalSymbol", - "type": "NetworkVarNames" - }, - { - "name": "m_OwnerOnlyPredNetBoolVariables", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_OwnerOnlyPredNetByteVariables", - "ty": "byte", - "type": "NetworkVarNames" - }, - { - "name": "m_OwnerOnlyPredNetUInt16Variables", - "ty": "uint16", - "type": "NetworkVarNames" - }, - { - "name": "m_OwnerOnlyPredNetIntVariables", - "ty": "int32", - "type": "NetworkVarNames" - }, - { - "name": "m_OwnerOnlyPredNetUInt32Variables", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_OwnerOnlyPredNetUInt64Variables", - "ty": "uint64", - "type": "NetworkVarNames" - }, - { - "name": "m_OwnerOnlyPredNetFloatVariables", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_OwnerOnlyPredNetVectorVariables", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_OwnerOnlyPredNetQuaternionVariables", - "ty": "Quaternion", - "type": "NetworkVarNames" - }, - { - "name": "m_OwnerOnlyPredNetGlobalSymbolVariables", - "ty": "CGlobalSymbol", - "type": "NetworkVarNames" - }, - { - "name": "m_nBoolVariablesCount", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nOwnerOnlyBoolVariablesCount", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nRandomSeedOffset", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_flLastTeleportTime", - "ty": "float", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CAttributeList": { - "fields": { - "m_Attributes": 8, - "m_pManager": 88 - }, - "metadata": [ - { - "name": "m_Attributes", - "ty": "CEconItemAttribute", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CAttributeManager": { - "fields": { - "m_CachedResults": 48, - "m_ProviderType": 44, - "m_Providers": 8, - "m_bPreventLoopback": 40, - "m_hOuter": 36, - "m_iReapplyProvisionParity": 32 - }, - "metadata": [ - { - "name": "m_iReapplyProvisionParity", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_hOuter", - "ty": "EHANDLE", - "type": "NetworkVarNames" - }, - { - "name": "m_ProviderType", - "ty": "attributeprovidertypes_t", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CBaseAnimGraph": { - "fields": { - "m_bAnimGraphUpdateEnabled": 3288, - "m_bAnimationUpdateScheduled": 3308, - "m_bBuiltRagdoll": 3336, - "m_bClientRagdoll": 3368, - "m_bHasAnimatedMaterialAttributes": 3384, - "m_bInitiallyPopulateInterpHistory": 3272, - "m_bSuppressAnimEventSounds": 3274, - "m_flMaxSlopeDistance": 3292, - "m_nForceBone": 3324, - "m_pClientsideRagdoll": 3328, - "m_pRagdollPose": 3360, - "m_vLastSlopeCheckPos": 3296, - "m_vecForce": 3312 - }, - "metadata": [ - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "m_bInitiallyPopulateInterpHistory", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bAnimGraphUpdateEnabled", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_vecForce", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_nForceBone", - "ty": "int32", - "type": "NetworkVarNames" - }, - { - "name": "m_pRagdollPose", - "ty": "PhysicsRagdollPose_t*", - "type": "NetworkVarNames" - }, - { - "name": "m_bClientRagdoll", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": "C_BaseModelEntity" - }, - "CBaseAnimGraphController": { - "fields": { - "m_animGraphNetworkedVars": 24, - "m_bLastUpdateSkipped": 5328, - "m_bNetworkedAnimationInputsChanged": 5326, - "m_bNetworkedSequenceChanged": 5327, - "m_bSequenceFinished": 5288, - "m_flPlaybackRate": 5312, - "m_flPrevAnimUpdateTime": 5332, - "m_flSeqFixedCycle": 5304, - "m_flSeqStartTime": 5300, - "m_flSoundSyncTime": 5292, - "m_hSequence": 5296, - "m_nAnimLoopMode": 5308, - "m_nNotifyState": 5324 - }, - "metadata": [ - { - "name": "m_animGraphNetworkedVars", - "ty": "CAnimGraphNetworkedVariables", - "type": "NetworkVarNames" - }, - { - "name": "m_hSequence", - "ty": "HSequence", - "type": "NetworkVarNames" - }, - { - "name": "m_flSeqStartTime", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_flSeqFixedCycle", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_nAnimLoopMode", - "ty": "AnimLoopMode_t", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CBasePlayerController": { - "fields": { - "m_CommandContext": 1760, - "m_bIsHLTV": 1968, - "m_bIsLocalPlayerController": 2120, - "m_hPawn": 1924, - "m_hPredictedPawn": 1928, - "m_hSplitOwner": 1936, - "m_hSplitScreenPlayers": 1944, - "m_iConnected": 1972, - "m_iDesiredFOV": 2124, - "m_iszPlayerName": 1976, - "m_nFinalPredictedTick": 1752, - "m_nInButtonsWhichAreToggles": 1912, - "m_nSplitScreenSlot": 1932, - "m_nTickBase": 1920, - "m_steamID": 2112 - }, - "metadata": [ - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkUserGroupProxy", - "type": "Unknown" - }, - { - "name": "MNetworkUserGroupProxy", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByUserGroup", - "type": "Unknown" - }, - { - "name": "m_nTickBase", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_hPawn", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_iConnected", - "ty": "PlayerConnectedState", - "type": "NetworkVarNames" - }, - { - "name": "m_iszPlayerName", - "ty": "char", - "type": "NetworkVarNames" - }, - { - "name": "m_steamID", - "ty": "uint64", - "type": "NetworkVarNames" - }, - { - "name": "m_iDesiredFOV", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "MNetworkReplayCompatField", - "type": "Unknown" - } - ], - "parent": "C_BaseEntity" - }, - "CBasePlayerControllerAPI": { - "fields": {}, - "metadata": [ - { - "name": "MPulseProvideFeatureTag", - "type": "Unknown" - }, - { - "name": "MPulseLibraryBindings", - "type": "Unknown" - } - ], - "parent": null - }, - "CBasePlayerVData": { - "fields": { - "m_flArmDamageMultiplier": 312, - "m_flChestDamageMultiplier": 280, - "m_flCrouchTime": 372, - "m_flDrowningDamageInterval": 348, - "m_flHeadDamageMultiplier": 264, - "m_flHoldBreathTime": 344, - "m_flLegDamageMultiplier": 328, - "m_flStomachDamageMultiplier": 296, - "m_flUseAngleTolerance": 368, - "m_flUseRange": 364, - "m_nDrowningDamageInitial": 352, - "m_nDrowningDamageMax": 356, - "m_nWaterSpeed": 360, - "m_sModelName": 40 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CBasePlayerWeaponVData": { - "fields": { - "m_aShootSounds": 544, - "m_bAllowFlipping": 265, - "m_bAutoSwitchFrom": 529, - "m_bAutoSwitchTo": 528, - "m_bBuiltRightHanded": 264, - "m_bLinkedCooldowns": 536, - "m_iDefaultClip1": 516, - "m_iDefaultClip2": 520, - "m_iFlags": 504, - "m_iMaxClip1": 508, - "m_iMaxClip2": 512, - "m_iPosition": 580, - "m_iRumbleEffect": 532, - "m_iSlot": 576, - "m_iWeight": 524, - "m_nPrimaryAmmoType": 505, - "m_nSecondaryAmmoType": 506, - "m_sMuzzleAttachment": 272, - "m_szMuzzleFlashParticle": 280, - "m_szWorldModel": 40 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CBodyComponentBaseAnimGraph": { - "fields": { - "__m_pChainEntity": 7272, - "m_animationController": 1144 - }, - "metadata": [ - { - "name": "m_animationController", - "ty": "CBaseAnimGraphController", - "type": "NetworkVarNames" - } - ], - "parent": "CBodyComponentSkeletonInstance" - }, - "CBodyComponentPoint": { - "fields": { - "__m_pChainEntity": 448, - "m_sceneNode": 96 - }, - "metadata": [ - { - "name": "m_sceneNode", - "ty": "CGameSceneNode", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CBodyComponentSkeletonInstance": { - "fields": { - "__m_pChainEntity": 1104, - "m_skeletonInstance": 96 - }, - "metadata": [ - { - "name": "m_skeletonInstance", - "ty": "CSkeletonInstance", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CBombTarget": { - "fields": { - "m_bBombPlantedHere": 3154 - }, - "metadata": [ - { - "name": "m_bBombPlantedHere", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": "C_BaseTrigger" - }, - "CCSArmsRaceScript": { - "fields": { - "m_pOuter": 216 - }, - "metadata": [ - { - "name": "MPulseInstanceDomainInfo", - "type": "Unknown" - }, - { - "name": "MPulseLibraryBindings", - "type": "Unknown" - }, - { - "name": "MPulseDomainOptInFeatureTag", - "type": "Unknown" - } - ], - "parent": "CCSGameModeScript" - }, - "CCSDeathmatchScript": { - "fields": { - "m_pOuter": 216 - }, - "metadata": [ - { - "name": "MPulseInstanceDomainInfo", - "type": "Unknown" - }, - { - "name": "MPulseLibraryBindings", - "type": "Unknown" - }, - { - "name": "MPulseDomainOptInFeatureTag", - "type": "Unknown" - } - ], - "parent": "CCSGameModeScript" - }, - "CCSGameModeRules_ArmsRace": { - "fields": { - "m_WeaponSequence": 56 - }, - "metadata": [ - { - "name": "m_WeaponSequence", - "ty": "CUtlString", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CCSGameModeRules_Deathmatch": { - "fields": { - "m_flDMBonusStartTime": 56, - "m_flDMBonusTimeLength": 60, - "m_nDMBonusWeaponLoadoutSlot": 64 - }, - "metadata": [ - { - "name": "m_flDMBonusStartTime", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_flDMBonusTimeLength", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_nDMBonusWeaponLoadoutSlot", - "ty": "int16", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CCSGameModeScript": { - "fields": {}, - "metadata": [ - { - "name": "MPulseInstanceDomainInfo", - "type": "Unknown" - }, - { - "name": "MPulseLibraryBindings", - "type": "Unknown" - }, - { - "name": "MPulseDomainOptInFeatureTag", - "type": "Unknown" - } - ], - "parent": null - }, - "CCSPlayerBase_CameraServices": { - "fields": { - "m_flFOVRate": 540, - "m_flFOVTime": 536, - "m_flLastShotFOV": 548, - "m_hZoomOwner": 544, - "m_iFOV": 528, - "m_iFOVStart": 532 - }, - "metadata": [ - { - "name": "m_iFOV", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_iFOVStart", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_flFOVTime", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_flFOVRate", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_hZoomOwner", - "ty": "CHandle", - "type": "NetworkVarNames" - } - ], - "parent": "CPlayer_CameraServices" - }, - "CCSPlayerController": { - "fields": { - "m_bAbandonAllowsSurrender": 2374, - "m_bAbandonOffersInstantSurrender": 2375, - "m_bCanControlObservedBot": 2400, - "m_bCannotBeKicked": 2372, - "m_bControllingBot": 2392, - "m_bDisconnection1MinWarningPrinted": 2376, - "m_bEverFullyConnected": 2373, - "m_bEverPlayedOnTeam": 2228, - "m_bHasBeenControlledByPlayerThisRound": 2394, - "m_bHasCommunicationAbuseMute": 2204, - "m_bHasControlledBotThisRound": 2393, - "m_bIsPlayerNameDirty": 2492, - "m_bMvpNoMusic": 2472, - "m_bPawnHasDefuser": 2424, - "m_bPawnHasHelmet": 2425, - "m_bPawnIsAlive": 2412, - "m_bScoreReported": 2377, - "m_eMvpReason": 2476, - "m_flForceTeamTime": 2220, - "m_flPreviousForceJoinTeamTime": 2232, - "m_hObserverPawn": 2408, - "m_hOriginalControllerOfCurrentPawn": 2440, - "m_hPlayerPawn": 2404, - "m_iCoachingTeam": 2256, - "m_iCompTeammateColor": 2224, - "m_iCompetitiveRankType": 2288, - "m_iCompetitiveRanking": 2280, - "m_iCompetitiveRankingPredicted_Loss": 2296, - "m_iCompetitiveRankingPredicted_Tie": 2300, - "m_iCompetitiveRankingPredicted_Win": 2292, - "m_iCompetitiveWins": 2284, - "m_iDraftIndex": 2360, - "m_iMVPs": 2488, - "m_iMusicKitID": 2480, - "m_iMusicKitMVPs": 2484, - "m_iPawnArmor": 2420, - "m_iPawnBotDifficulty": 2436, - "m_iPawnHealth": 2416, - "m_iPawnLifetimeEnd": 2432, - "m_iPawnLifetimeStart": 2428, - "m_iPendingTeamNum": 2216, - "m_iPing": 2200, - "m_iScore": 2444, - "m_msQueuedModeDisconnectionTimestamp": 2364, - "m_nBotsControlledThisRound": 2396, - "m_nDisconnectionTick": 2380, - "m_nEndMatchNextMapVote": 2304, - "m_nPawnCharacterDefIndex": 2426, - "m_nPlayerDominated": 2264, - "m_nPlayerDominatingMe": 2272, - "m_nQuestProgressReason": 2312, - "m_pActionTrackingServices": 2184, - "m_pDamageServices": 2192, - "m_pInGameMoneyServices": 2168, - "m_pInventoryServices": 2176, - "m_sSanitizedPlayerName": 2248, - "m_szClan": 2240, - "m_szCrosshairCodes": 2208, - "m_uiAbandonRecordedReason": 2368, - "m_unActiveQuestId": 2308, - "m_unPlayerTvControlFlags": 2316, - "m_vecKills": 2448 - }, - "metadata": [ - { - "name": "MNetworkUserGroupProxy", - "type": "Unknown" - }, - { - "name": "MNetworkUserGroupProxy", - "type": "Unknown" - }, - { - "name": "MNetworkUserGroupProxy", - "type": "Unknown" - }, - { - "name": "m_pInGameMoneyServices", - "ty": "CCSPlayerController_InGameMoneyServices*", - "type": "NetworkVarNames" - }, - { - "name": "m_pInventoryServices", - "ty": "CCSPlayerController_InventoryServices*", - "type": "NetworkVarNames" - }, - { - "name": "m_pActionTrackingServices", - "ty": "CCSPlayerController_ActionTrackingServices*", - "type": "NetworkVarNames" - }, - { - "name": "m_pDamageServices", - "ty": "CCSPlayerController_DamageServices*", - "type": "NetworkVarNames" - }, - { - "name": "m_iPing", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_bHasCommunicationAbuseMute", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_szCrosshairCodes", - "ty": "string_t", - "type": "NetworkVarNames" - }, - { - "name": "m_iPendingTeamNum", - "ty": "uint8", - "type": "NetworkVarNames" - }, - { - "name": "m_flForceTeamTime", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_iCompTeammateColor", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_bEverPlayedOnTeam", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_szClan", - "ty": "string_t", - "type": "NetworkVarNames" - }, - { - "name": "m_iCoachingTeam", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nPlayerDominated", - "ty": "uint64", - "type": "NetworkVarNames" - }, - { - "name": "m_nPlayerDominatingMe", - "ty": "uint64", - "type": "NetworkVarNames" - }, - { - "name": "m_iCompetitiveRanking", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iCompetitiveWins", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iCompetitiveRankType", - "ty": "int8", - "type": "NetworkVarNames" - }, - { - "name": "m_iCompetitiveRankingPredicted_Win", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iCompetitiveRankingPredicted_Loss", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iCompetitiveRankingPredicted_Tie", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nEndMatchNextMapVote", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_unActiveQuestId", - "ty": "uint16", - "type": "NetworkVarNames" - }, - { - "name": "m_nQuestProgressReason", - "ty": "QuestProgress::Reason", - "type": "NetworkVarNames" - }, - { - "name": "m_unPlayerTvControlFlags", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_nDisconnectionTick", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_bControllingBot", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bHasControlledBotThisRound", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bCanControlObservedBot", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_hPlayerPawn", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_hObserverPawn", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_bPawnIsAlive", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_iPawnHealth", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_iPawnArmor", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_bPawnHasDefuser", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bPawnHasHelmet", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_nPawnCharacterDefIndex", - "ty": "item_definition_index_t", - "type": "NetworkVarNames" - }, - { - "name": "m_iPawnLifetimeStart", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iPawnLifetimeEnd", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iPawnBotDifficulty", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_hOriginalControllerOfCurrentPawn", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_iScore", - "ty": "int32", - "type": "NetworkVarNames" - }, - { - "name": "m_vecKills", - "ty": "EKillTypes_t", - "type": "NetworkVarNames" - }, - { - "name": "m_bMvpNoMusic", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_eMvpReason", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iMusicKitID", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iMusicKitMVPs", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iMVPs", - "ty": "int", - "type": "NetworkVarNames" - } - ], - "parent": "CBasePlayerController" - }, - "CCSPlayerControllerAPI": { - "fields": {}, - "metadata": [ - { - "name": "MPulseProvideFeatureTag", - "type": "Unknown" - }, - { - "name": "MPulseLibraryBindings", - "type": "Unknown" - } - ], - "parent": null - }, - "CCSPlayerController_ActionTrackingServices": { - "fields": { - "m_iNumRoundKills": 264, - "m_iNumRoundKillsHeadshots": 268, - "m_matchStats": 144, - "m_perRoundStats": 64, - "m_unTotalRoundDamageDealt": 272 - }, - "metadata": [ - { - "name": "m_perRoundStats", - "ty": "CSPerRoundStats_t", - "type": "NetworkVarNames" - }, - { - "name": "m_matchStats", - "ty": "CSMatchStats_t", - "type": "NetworkVarNames" - }, - { - "name": "m_iNumRoundKills", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iNumRoundKillsHeadshots", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_unTotalRoundDamageDealt", - "ty": "uint32", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CCSPlayerController_DamageServices": { - "fields": { - "m_DamageList": 72, - "m_nSendUpdate": 64 - }, - "metadata": [ - { - "name": "m_nSendUpdate", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_DamageList", - "ty": "CDamageRecord", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CCSPlayerController_InGameMoneyServices": { - "fields": { - "m_iAccount": 64, - "m_iCashSpentThisRound": 76, - "m_iStartAccount": 68, - "m_iTotalCashSpent": 72, - "m_nPreviousAccount": 80 - }, - "metadata": [ - { - "name": "m_iAccount", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iStartAccount", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iTotalCashSpent", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iCashSpentThisRound", - "ty": "int", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CCSPlayerController_InventoryServices": { - "fields": { - "m_nPersonaDataPublicCommendsFriendly": 104, - "m_nPersonaDataPublicCommendsLeader": 96, - "m_nPersonaDataPublicCommendsTeacher": 100, - "m_nPersonaDataPublicLevel": 92, - "m_nPersonaDataXpTrailLevel": 108, - "m_rank": 68, - "m_unMusicID": 64, - "m_vecServerAuthoritativeWeaponSlots": 112 - }, - "metadata": [ - { - "name": "m_unMusicID", - "ty": "item_definition_index_t", - "type": "NetworkVarNames" - }, - { - "name": "m_rank", - "ty": "MedalRank_t", - "type": "NetworkVarNames" - }, - { - "name": "m_nPersonaDataPublicLevel", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nPersonaDataPublicCommendsLeader", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nPersonaDataPublicCommendsTeacher", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nPersonaDataPublicCommendsFriendly", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nPersonaDataXpTrailLevel", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_vecServerAuthoritativeWeaponSlots", - "ty": "ServerAuthoritativeWeaponSlot_t", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CCSPlayer_ActionTrackingServices": { - "fields": { - "m_bIsRescuing": 68, - "m_hLastWeaponBeforeC4AutoSwitch": 64, - "m_weaponPurchasesThisMatch": 72, - "m_weaponPurchasesThisRound": 160 - }, - "metadata": [ - { - "name": "m_bIsRescuing", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_weaponPurchasesThisMatch", - "ty": "WeaponPurchaseTracker_t", - "type": "NetworkVarNames" - }, - { - "name": "m_weaponPurchasesThisRound", - "ty": "WeaponPurchaseTracker_t", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CCSPlayer_BulletServices": { - "fields": { - "m_totalHitsOnServer": 64 - }, - "metadata": [ - { - "name": "m_totalHitsOnServer", - "ty": "int32", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CCSPlayer_BuyServices": { - "fields": { - "m_vecSellbackPurchaseEntries": 64 - }, - "metadata": [ - { - "name": "m_vecSellbackPurchaseEntries", - "ty": "SellbackPurchaseEntry_t", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CCSPlayer_HostageServices": { - "fields": { - "m_hCarriedHostage": 64, - "m_hCarriedHostageProp": 68 - }, - "metadata": [ - { - "name": "m_hCarriedHostage", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_hCarriedHostageProp", - "ty": "CHandle", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CCSPlayer_ItemServices": { - "fields": { - "m_bHasDefuser": 64, - "m_bHasHeavyArmor": 66, - "m_bHasHelmet": 65 - }, - "metadata": [ - { - "name": "m_bHasDefuser", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bHasHelmet", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bHasHeavyArmor", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CCSPlayer_MovementServices": { - "fields": { - "m_StuckLast": 1132, - "m_bDesiresDuck": 561, - "m_bDuckOverride": 560, - "m_bHasWalkMovedSinceLastJump": 601, - "m_bInStuckTest": 602, - "m_bOldJumpPressed": 1188, - "m_bSpeedCropped": 1136, - "m_duckUntilOnGround": 600, - "m_fStashGrenadeParameterWhen": 1204, - "m_flDuckAmount": 552, - "m_flDuckOffset": 564, - "m_flDuckSpeed": 556, - "m_flHeightAtJumpStart": 1228, - "m_flJumpPressedTime": 1192, - "m_flJumpUntil": 1196, - "m_flJumpVel": 1200, - "m_flLastDuckTime": 580, - "m_flMaxFallVelocity": 532, - "m_flMaxJumpHeightThisJump": 1232, - "m_flOffsetTickCompleteTime": 1216, - "m_flOffsetTickStashedSpeed": 1220, - "m_flStamina": 1224, - "m_flStuckCheckTime": 616, - "m_flWaterEntryTime": 1144, - "m_nButtonDownMaskPrev": 1208, - "m_nDuckJumpTimeMsecs": 572, - "m_nDuckTimeMsecs": 568, - "m_nGameCodeHasMovedPlayerAfterCommand": 1184, - "m_nJumpTimeMsecs": 576, - "m_nLadderSurfacePropIndex": 548, - "m_nOldWaterLevel": 1140, - "m_nTraceCount": 1128, - "m_vecForward": 1148, - "m_vecLadderNormal": 536, - "m_vecLastPositionAtFullCrouchSpeed": 592, - "m_vecLeft": 1160, - "m_vecUp": 1172 - }, - "metadata": [ - { - "name": "m_flMaxFallVelocity", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_vecLadderNormal", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_nLadderSurfacePropIndex", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_flDuckAmount", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flDuckSpeed", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_bDuckOverride", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bDesiresDuck", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_nDuckTimeMsecs", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_nDuckJumpTimeMsecs", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_nJumpTimeMsecs", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_flLastDuckTime", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_nGameCodeHasMovedPlayerAfterCommand", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_bOldJumpPressed", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_flJumpUntil", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flJumpVel", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_fStashGrenadeParameterWhen", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_nButtonDownMaskPrev", - "ty": "ButtonBitMask_t", - "type": "NetworkVarNames" - }, - { - "name": "m_flOffsetTickCompleteTime", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flOffsetTickStashedSpeed", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flStamina", - "ty": "float", - "type": "NetworkVarNames" - } - ], - "parent": "CPlayer_MovementServices_Humanoid" - }, - "CCSPlayer_PingServices": { - "fields": { - "m_hPlayerPing": 64 - }, - "metadata": [ - { - "name": "m_hPlayerPing", - "ty": "CHandle", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CCSPlayer_ViewModelServices": { - "fields": { - "m_hViewModel": 64 - }, - "metadata": [ - { - "name": "m_hViewModel", - "ty": "CHandle", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CCSPlayer_WeaponServices": { - "fields": { - "m_bIsHoldingLookAtWeapon": 189, - "m_bIsLookingAtWeapon": 188, - "m_flNextAttack": 184, - "m_nOldInputHistoryCount": 1112, - "m_nOldShootPositionHistoryCount": 192 - }, - "metadata": [ - { - "name": "m_flNextAttack", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_bIsLookingAtWeapon", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bIsHoldingLookAtWeapon", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": "CPlayer_WeaponServices" - }, - "CCSTakeDamageInfoAPI": { - "fields": {}, - "metadata": [ - { - "name": "MPulseProvideFeatureTag", - "type": "Unknown" - }, - { - "name": "MPulseLibraryBindings", - "type": "Unknown" - } - ], - "parent": null - }, - "CCSWeaponBaseAPI": { - "fields": {}, - "metadata": [ - { - "name": "MPulseProvideFeatureTag", - "type": "Unknown" - }, - { - "name": "MPulseLibraryBindings", - "type": "Unknown" - } - ], - "parent": null - }, - "CCSWeaponBaseVData": { - "fields": { - "m_DefaultLoadoutSlot": 3064, - "m_GearSlot": 3056, - "m_GearSlotPosition": 3060, - "m_WeaponCategory": 588, - "m_WeaponType": 584, - "m_angPivotAngle": 3368, - "m_bCannotShootUnderwater": 3099, - "m_bHasBurstMode": 3097, - "m_bHideViewModelWhenZoomed": 3321, - "m_bIsFullAuto": 3132, - "m_bIsRevolver": 3098, - "m_bMeleeWeapon": 3096, - "m_bUnzoomsAfterShot": 3320, - "m_eSilencerType": 3120, - "m_flArmorRatio": 3400, - "m_flAttackMovespeedFactor": 3288, - "m_flBotAudibleRange": 3304, - "m_flCycleTime": 3140, - "m_flFlinchVelocityModifierLarge": 3416, - "m_flFlinchVelocityModifierSmall": 3420, - "m_flHeadshotMultiplier": 3396, - "m_flHeatPerShot": 3292, - "m_flIdleInterval": 3284, - "m_flInaccuracyAltSoundThreshold": 3300, - "m_flInaccuracyCrouch": 3164, - "m_flInaccuracyFire": 3204, - "m_flInaccuracyJump": 3180, - "m_flInaccuracyJumpApex": 3264, - "m_flInaccuracyJumpInitial": 3260, - "m_flInaccuracyLadder": 3196, - "m_flInaccuracyLand": 3188, - "m_flInaccuracyMove": 3212, - "m_flInaccuracyPitchShift": 3296, - "m_flInaccuracyReload": 3268, - "m_flInaccuracyStand": 3172, - "m_flIronSightFOV": 3356, - "m_flIronSightLooseness": 3364, - "m_flIronSightPivotForward": 3360, - "m_flIronSightPullUpSpeed": 3348, - "m_flIronSightPutDownSpeed": 3352, - "m_flMaxSpeed": 3148, - "m_flPenetration": 3404, - "m_flRange": 3408, - "m_flRangeModifier": 3412, - "m_flRecoilAngle": 3220, - "m_flRecoilAngleVariance": 3228, - "m_flRecoilMagnitude": 3236, - "m_flRecoilMagnitudeVariance": 3244, - "m_flRecoveryTimeCrouch": 3424, - "m_flRecoveryTimeCrouchFinal": 3432, - "m_flRecoveryTimeStand": 3428, - "m_flRecoveryTimeStandFinal": 3436, - "m_flSpread": 3156, - "m_flThrowVelocity": 3448, - "m_flTimeToIdleAfterFire": 3280, - "m_flZoomTime0": 3336, - "m_flZoomTime1": 3340, - "m_flZoomTime2": 3344, - "m_nCrosshairDeltaDistance": 3128, - "m_nCrosshairMinDistance": 3124, - "m_nDamage": 3392, - "m_nKillAward": 3084, - "m_nNumBullets": 3136, - "m_nPrice": 3080, - "m_nPrimaryReserveAmmoMax": 3088, - "m_nRecoilSeed": 3272, - "m_nRecoveryTransitionEndBullet": 3444, - "m_nRecoveryTransitionStartBullet": 3440, - "m_nSecondaryReserveAmmoMax": 3092, - "m_nSpreadSeed": 3276, - "m_nTracerFrequency": 3252, - "m_nZoomFOV1": 3328, - "m_nZoomFOV2": 3332, - "m_nZoomLevels": 3324, - "m_sWrongTeamMsg": 3072, - "m_szAimsightLensMaskModel": 1264, - "m_szAnimClass": 3464, - "m_szAnimExtension": 3112, - "m_szEjectBrassEffect": 1936, - "m_szHeatEffect": 1712, - "m_szMagazineModel": 1488, - "m_szMuzzleFlashParticleAlt": 2160, - "m_szMuzzleFlashThirdPersonParticle": 2384, - "m_szMuzzleFlashThirdPersonParticleAlt": 2608, - "m_szName": 3104, - "m_szPlayerModel": 816, - "m_szTracerParticle": 2832, - "m_szUseRadioSubtitle": 3312, - "m_szViewModel": 592, - "m_szWorldDroppedModel": 1040, - "m_vSmokeColor": 3452, - "m_vecIronSightEyePos": 3380 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - }, - { - "name": "MPropertySuppressBaseClassField", - "type": "Unknown" - }, - { - "name": "MPropertySuppressBaseClassField", - "type": "Unknown" - } - ], - "parent": "CBasePlayerWeaponVData" - }, - "CCSWeaponBaseVDataAPI": { - "fields": {}, - "metadata": [ - { - "name": "MPulseProvideFeatureTag", - "type": "Unknown" - }, - { - "name": "MPulseLibraryBindings", - "type": "Unknown" - } - ], - "parent": null - }, - "CClientPointEntityAPI": { - "fields": {}, - "metadata": [ - { - "name": "MPulseLibraryBindings", - "type": "Unknown" - } - ], - "parent": null - }, - "CCollisionProperty": { - "fields": { - "m_CollisionGroup": 94, - "m_collisionAttribute": 16, - "m_flBoundingRadius": 96, - "m_flCapsuleRadius": 172, - "m_nEnablePhysics": 95, - "m_nSolidType": 91, - "m_nSurroundType": 93, - "m_triggerBloat": 92, - "m_usSolidFlags": 90, - "m_vCapsuleCenter1": 148, - "m_vCapsuleCenter2": 160, - "m_vecMaxs": 76, - "m_vecMins": 64, - "m_vecSpecifiedSurroundingMaxs": 112, - "m_vecSpecifiedSurroundingMins": 100, - "m_vecSurroundingMaxs": 124, - "m_vecSurroundingMins": 136 - }, - "metadata": [ - { - "name": "m_collisionAttribute", - "ty": "VPhysicsCollisionAttribute_t", - "type": "NetworkVarNames" - }, - { - "name": "m_vecMins", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_vecMaxs", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_usSolidFlags", - "ty": "uint8", - "type": "NetworkVarNames" - }, - { - "name": "m_nSolidType", - "ty": "SolidType_t", - "type": "NetworkVarNames" - }, - { - "name": "m_triggerBloat", - "ty": "uint8", - "type": "NetworkVarNames" - }, - { - "name": "m_nSurroundType", - "ty": "SurroundingBoundsType_t", - "type": "NetworkVarNames" - }, - { - "name": "m_CollisionGroup", - "ty": "uint8", - "type": "NetworkVarNames" - }, - { - "name": "m_nEnablePhysics", - "ty": "uint8", - "type": "NetworkVarNames" - }, - { - "name": "m_vecSpecifiedSurroundingMins", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_vecSpecifiedSurroundingMaxs", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_vCapsuleCenter1", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_vCapsuleCenter2", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_flCapsuleRadius", - "ty": "float", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CCompositeMaterialEditorDoc": { - "fields": { - "m_KVthumbnail": 40, - "m_Points": 16, - "m_nVersion": 8 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CDamageRecord": { - "fields": { - "m_DamagerXuid": 72, - "m_PlayerDamager": 40, - "m_PlayerRecipient": 44, - "m_RecipientXuid": 80, - "m_bIsOtherEnemy": 104, - "m_hPlayerControllerDamager": 48, - "m_hPlayerControllerRecipient": 52, - "m_iActualHealthRemoved": 92, - "m_iDamage": 88, - "m_iLastBulletUpdate": 100, - "m_iNumHits": 96, - "m_killType": 105, - "m_szPlayerDamagerName": 56, - "m_szPlayerRecipientName": 64 - }, - "metadata": [ - { - "name": "m_PlayerDamager", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_PlayerRecipient", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_hPlayerControllerDamager", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_hPlayerControllerRecipient", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_szPlayerDamagerName", - "ty": "CUtlString", - "type": "NetworkVarNames" - }, - { - "name": "m_szPlayerRecipientName", - "ty": "CUtlString", - "type": "NetworkVarNames" - }, - { - "name": "m_DamagerXuid", - "ty": "uint64", - "type": "NetworkVarNames" - }, - { - "name": "m_RecipientXuid", - "ty": "uint64", - "type": "NetworkVarNames" - }, - { - "name": "m_iDamage", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iActualHealthRemoved", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iNumHits", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iLastBulletUpdate", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_bIsOtherEnemy", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_killType", - "ty": "EKillTypes_t", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CDynamicPropAPI": { - "fields": {}, - "metadata": [ - { - "name": "MPulseProvideFeatureTag", - "type": "Unknown" - }, - { - "name": "MPulseLibraryBindings", - "type": "Unknown" - } - ], - "parent": null - }, - "CEconItemAttribute": { - "fields": { - "m_bSetBonus": 64, - "m_flInitialValue": 56, - "m_flValue": 52, - "m_iAttributeDefinitionIndex": 48, - "m_nRefundableCurrency": 60 - }, - "metadata": [ - { - "name": "m_iAttributeDefinitionIndex", - "ty": "attrib_definition_index_t", - "type": "NetworkVarNames" - }, - { - "name": "m_flValue", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flInitialValue", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_nRefundableCurrency", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_bSetBonus", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CEffectData": { - "fields": { - "m_fFlags": 99, - "m_flMagnitude": 68, - "m_flRadius": 72, - "m_flScale": 64, - "m_hEntity": 56, - "m_hOtherEntity": 60, - "m_iEffectName": 108, - "m_nAttachmentIndex": 100, - "m_nAttachmentName": 104, - "m_nColor": 98, - "m_nDamageType": 88, - "m_nEffectIndex": 80, - "m_nExplosionType": 110, - "m_nHitBox": 96, - "m_nMaterial": 94, - "m_nPenetrate": 92, - "m_nSurfaceProp": 76, - "m_vAngles": 44, - "m_vNormal": 32, - "m_vOrigin": 8, - "m_vStart": 20 - }, - "metadata": [ - { - "name": "m_vOrigin", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_vStart", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_vNormal", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_vAngles", - "ty": "QAngle", - "type": "NetworkVarNames" - }, - { - "name": "m_hEntity", - "ty": "CEntityHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_hOtherEntity", - "ty": "CEntityHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_flScale", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flMagnitude", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flRadius", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_nSurfaceProp", - "ty": "CUtlStringToken", - "type": "NetworkVarNames" - }, - { - "name": "m_nEffectIndex", - "ty": "HParticleSystemDefinition", - "type": "NetworkVarNames" - }, - { - "name": "m_nDamageType", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_nPenetrate", - "ty": "uint8", - "type": "NetworkVarNames" - }, - { - "name": "m_nMaterial", - "ty": "uint16", - "type": "NetworkVarNames" - }, - { - "name": "m_nHitBox", - "ty": "uint16", - "type": "NetworkVarNames" - }, - { - "name": "m_nColor", - "ty": "uint8", - "type": "NetworkVarNames" - }, - { - "name": "m_fFlags", - "ty": "uint8", - "type": "NetworkVarNames" - }, - { - "name": "m_nAttachmentIndex", - "ty": "AttachmentHandle_t", - "type": "NetworkVarNames" - }, - { - "name": "m_nAttachmentName", - "ty": "CUtlStringToken", - "type": "NetworkVarNames" - }, - { - "name": "m_iEffectName", - "ty": "uint16", - "type": "NetworkVarNames" - }, - { - "name": "m_nExplosionType", - "ty": "uint8", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "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 - }, - "CGameSceneNode": { - "fields": { - "m_angAbsRotation": 212, - "m_angRotation": 184, - "m_bBoneMergeFlex": 0, - "m_bDebugAbsOriginChanges": 230, - "m_bDirtyBoneMergeBoneToRoot": 0, - "m_bDirtyBoneMergeInfo": 0, - "m_bDirtyHierarchy": 0, - "m_bDormant": 231, - "m_bForceParentToBeNetworked": 232, - "m_bNetworkedAnglesChanged": 0, - "m_bNetworkedPositionChanged": 0, - "m_bNetworkedScaleChanged": 0, - "m_bWillBeCallingPostDataUpdate": 0, - "m_flAbsScale": 224, - "m_flScale": 196, - "m_flZOffset": 324, - "m_hParent": 112, - "m_hierarchyAttachName": 320, - "m_nDoNotSetAnimTimeInInvalidatePhysicsCount": 237, - "m_nHierarchicalDepth": 235, - "m_nHierarchyType": 236, - "m_nLatchAbsOrigin": 0, - "m_nParentAttachmentOrBone": 228, - "m_name": 240, - "m_nodeToWorld": 16, - "m_pChild": 64, - "m_pNextSibling": 72, - "m_pOwner": 48, - "m_pParent": 56, - "m_vRenderOrigin": 328, - "m_vecAbsOrigin": 200, - "m_vecOrigin": 128 - }, - "metadata": [ - { - "name": "m_hParent", - "ty": "CGameSceneNodeHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_vecOrigin", - "ty": "CNetworkOriginCellCoordQuantizedVector", - "type": "NetworkVarNames" - }, - { - "name": "m_angRotation", - "ty": "QAngle", - "type": "NetworkVarNames" - }, - { - "name": "m_flScale", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_name", - "ty": "CUtlStringToken", - "type": "NetworkVarNames" - }, - { - "name": "m_hierarchyAttachName", - "ty": "CUtlStringToken", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CGameSceneNodeHandle": { - "fields": { - "m_hOwner": 8, - "m_name": 12 - }, - "metadata": [ - { - "name": "m_hOwner", - "ty": "CEntityHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_name", - "ty": "CUtlStringToken", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CGlowProperty": { - "fields": { - "m_bEligibleForScreenHighlight": 80, - "m_bFlashing": 68, - "m_bGlowing": 81, - "m_fGlowColor": 8, - "m_flGlowStartTime": 76, - "m_flGlowTime": 72, - "m_glowColorOverride": 64, - "m_iGlowTeam": 52, - "m_iGlowType": 48, - "m_nGlowRange": 56, - "m_nGlowRangeMin": 60 - }, - "metadata": [ - { - "name": "m_iGlowType", - "ty": "int32", - "type": "NetworkVarNames" - }, - { - "name": "m_iGlowTeam", - "ty": "int32", - "type": "NetworkVarNames" - }, - { - "name": "m_nGlowRange", - "ty": "int32", - "type": "NetworkVarNames" - }, - { - "name": "m_nGlowRangeMin", - "ty": "int32", - "type": "NetworkVarNames" - }, - { - "name": "m_glowColorOverride", - "ty": "Color", - "type": "NetworkVarNames" - }, - { - "name": "m_bFlashing", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_flGlowTime", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flGlowStartTime", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_bEligibleForScreenHighlight", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CHitboxComponent": { - "fields": { - "m_bvDisabledHitGroups": 36 - }, - "metadata": [ - { - "name": "m_bvDisabledHitGroups", - "ty": "uint32", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CInfoOffscreenPanoramaTexture": { - "fields": { - "m_RenderAttrName": 1768, - "m_TargetEntities": 1776, - "m_bCheckCSSClasses": 2184, - "m_bDisabled": 1744, - "m_nResolutionX": 1748, - "m_nResolutionY": 1752, - "m_nTargetChangeCount": 1800, - "m_szLayoutFileName": 1760, - "m_vecCSSClasses": 1808 - }, - "metadata": [ - { - "name": "m_bDisabled", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_nResolutionX", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nResolutionY", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_szLayoutFileName", - "ty": "string_t", - "type": "NetworkVarNames" - }, - { - "name": "m_RenderAttrName", - "ty": "string_t", - "type": "NetworkVarNames" - }, - { - "name": "m_TargetEntities", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_nTargetChangeCount", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_vecCSSClasses", - "ty": "string_t", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CInfoWorldLayer": { - "fields": { - "m_bCreateAsChildSpawnGroup": 1802, - "m_bEntitiesSpawned": 1801, - "m_bWorldLayerActuallyVisible": 1808, - "m_bWorldLayerVisible": 1800, - "m_hLayerSpawnGroup": 1804, - "m_layerName": 1792, - "m_pOutputOnEntitiesSpawned": 1744, - "m_worldName": 1784 - }, - "metadata": [ - { - "name": "m_worldName", - "ty": "string_t", - "type": "NetworkVarNames" - }, - { - "name": "m_layerName", - "ty": "string_t", - "type": "NetworkVarNames" - }, - { - "name": "m_bWorldLayerVisible", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bEntitiesSpawned", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": "C_BaseEntity" - }, - "CLightComponent": { - "fields": { - "__m_pChainEntity": 88, - "m_Color": 149, - "m_Pattern": 248, - "m_SecondaryColor": 153, - "m_SkyAmbientBounce": 428, - "m_SkyColor": 420, - "m_bEnabled": 340, - "m_bFlicker": 341, - "m_bMixedShadows": 433, - "m_bPrecomputedFieldsValid": 342, - "m_bRenderDiffuse": 224, - "m_bRenderToCubemaps": 312, - "m_bRenderTransmissive": 232, - "m_bUseSecondaryColor": 432, - "m_bUsesBakedShadowing": 300, - "m_flAttenuation0": 180, - "m_flAttenuation1": 184, - "m_flAttenuation2": 188, - "m_flBrightness": 160, - "m_flBrightnessMult": 168, - "m_flBrightnessScale": 164, - "m_flCapsuleLength": 440, - "m_flFadeMaxDist": 328, - "m_flFadeMinDist": 324, - "m_flFalloff": 176, - "m_flFogContributionStength": 412, - "m_flLightStyleStartTime": 436, - "m_flMinRoughness": 444, - "m_flNearClipPlane": 416, - "m_flOrthoLightHeight": 240, - "m_flOrthoLightWidth": 236, - "m_flPhi": 196, - "m_flPrecomputedMaxRange": 404, - "m_flRange": 172, - "m_flShadowCascadeCrossFade": 260, - "m_flShadowCascadeDistance0": 268, - "m_flShadowCascadeDistance1": 272, - "m_flShadowCascadeDistance2": 276, - "m_flShadowCascadeDistance3": 280, - "m_flShadowCascadeDistanceFade": 264, - "m_flShadowFadeMaxDist": 336, - "m_flShadowFadeMinDist": 332, - "m_flSkyIntensity": 424, - "m_flTheta": 192, - "m_hLightCookie": 200, - "m_nBakedShadowIndex": 308, - "m_nCascadeRenderStaticObjects": 256, - "m_nCascades": 208, - "m_nCastShadows": 212, - "m_nDirectLight": 316, - "m_nFogLightingMode": 408, - "m_nIndirectLight": 320, - "m_nRenderSpecular": 228, - "m_nShadowCascadeResolution0": 284, - "m_nShadowCascadeResolution1": 288, - "m_nShadowCascadeResolution2": 292, - "m_nShadowCascadeResolution3": 296, - "m_nShadowHeight": 220, - "m_nShadowPriority": 304, - "m_nShadowWidth": 216, - "m_nStyle": 244, - "m_vPrecomputedBoundsMaxs": 356, - "m_vPrecomputedBoundsMins": 344, - "m_vPrecomputedOBBAngles": 380, - "m_vPrecomputedOBBExtent": 392, - "m_vPrecomputedOBBOrigin": 368 - }, - "metadata": [ - { - "name": "m_Color", - "ty": "Color", - "type": "NetworkVarNames" - }, - { - "name": "m_SecondaryColor", - "ty": "Color", - "type": "NetworkVarNames" - }, - { - "name": "m_flBrightness", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flBrightnessScale", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flBrightnessMult", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flRange", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flFalloff", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flAttenuation0", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flAttenuation1", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flAttenuation2", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flTheta", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flPhi", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_hLightCookie", - "ty": "HRenderTextureStrong", - "type": "NetworkVarNames" - }, - { - "name": "m_nCascades", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nCastShadows", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nShadowWidth", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nShadowHeight", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_bRenderDiffuse", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_nRenderSpecular", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_bRenderTransmissive", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_flOrthoLightWidth", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flOrthoLightHeight", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_nStyle", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_Pattern", - "ty": "CUtlString", - "type": "NetworkVarNames" - }, - { - "name": "m_nCascadeRenderStaticObjects", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_flShadowCascadeCrossFade", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flShadowCascadeDistanceFade", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flShadowCascadeDistance0", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flShadowCascadeDistance1", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flShadowCascadeDistance2", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flShadowCascadeDistance3", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_nShadowCascadeResolution0", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nShadowCascadeResolution1", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nShadowCascadeResolution2", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nShadowCascadeResolution3", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_bUsesBakedShadowing", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_nShadowPriority", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nBakedShadowIndex", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_bRenderToCubemaps", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_nDirectLight", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nIndirectLight", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_flFadeMinDist", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flFadeMaxDist", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flShadowFadeMinDist", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flShadowFadeMaxDist", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_bEnabled", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bFlicker", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bPrecomputedFieldsValid", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_vPrecomputedBoundsMins", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_vPrecomputedBoundsMaxs", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_vPrecomputedOBBOrigin", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_vPrecomputedOBBAngles", - "ty": "QAngle", - "type": "NetworkVarNames" - }, - { - "name": "m_vPrecomputedOBBExtent", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_flPrecomputedMaxRange", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_nFogLightingMode", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_flFogContributionStength", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flNearClipPlane", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_SkyColor", - "ty": "Color", - "type": "NetworkVarNames" - }, - { - "name": "m_flSkyIntensity", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_SkyAmbientBounce", - "ty": "Color", - "type": "NetworkVarNames" - }, - { - "name": "m_bUseSecondaryColor", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bMixedShadows", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_flLightStyleStartTime", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_flCapsuleLength", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flMinRoughness", - "ty": "float", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CModelState": { - "fields": { - "m_MeshGroupMask": 384, - "m_ModelName": 168, - "m_bClientClothCreationSuppressed": 232, - "m_hModel": 160, - "m_nClothUpdateFlags": 532, - "m_nForceLOD": 531, - "m_nIdealMotionType": 530 - }, - "metadata": [ - { - "name": "m_hModel", - "ty": "HModelStrong", - "type": "NetworkVarNames" - }, - { - "name": "m_bClientClothCreationSuppressed", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_MeshGroupMask", - "ty": "MeshGroupMask_t", - "type": "NetworkVarNames" - }, - { - "name": "m_nIdealMotionType", - "ty": "int8", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CNetworkedSequenceOperation": { - "fields": { - "m_bDiscontinuity": 29, - "m_bSequenceChangeNetworked": 28, - "m_flCycle": 16, - "m_flPrevCycle": 12, - "m_flPrevCycleForAnimEventDetection": 36, - "m_flPrevCycleFromDiscontinuity": 32, - "m_flWeight": 20, - "m_hSequence": 8 - }, - "metadata": [ - { - "name": "m_hSequence", - "ty": "HSequence", - "type": "NetworkVarNames" - }, - { - "name": "m_flPrevCycle", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flCycle", - "ty": "float32", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CPlayer_CameraServices": { - "fields": { - "m_CurrentFog": 320, - "m_OverrideFogColor": 433, - "m_PlayerFog": 88, - "m_PostProcessingVolumes": 288, - "m_angDemoViewAngles": 504, - "m_audio": 168, - "m_bOverrideFogColor": 428, - "m_bOverrideFogStartEnd": 453, - "m_fOverrideFogEnd": 480, - "m_fOverrideFogStart": 460, - "m_flCsViewPunchAngleTickRatio": 80, - "m_flOldPlayerViewOffsetZ": 316, - "m_flOldPlayerZ": 312, - "m_hActivePostProcessingVolume": 500, - "m_hColorCorrectionCtrl": 152, - "m_hOldFogController": 424, - "m_hTonemapController": 160, - "m_hViewEntity": 156, - "m_nCsViewPunchAngleTick": 76, - "m_vecCsViewPunchAngle": 64 - }, - "metadata": [ - { - "name": "m_vecCsViewPunchAngle", - "ty": "QAngle", - "type": "NetworkVarNames" - }, - { - "name": "m_nCsViewPunchAngleTick", - "ty": "GameTick_t", - "type": "NetworkVarNames" - }, - { - "name": "m_flCsViewPunchAngleTickRatio", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_PlayerFog", - "ty": "fogplayerparams_t", - "type": "NetworkVarNames" - }, - { - "name": "m_hColorCorrectionCtrl", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_hViewEntity", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_hTonemapController", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_audio", - "ty": "audioparams_t", - "type": "NetworkVarNames" - }, - { - "name": "m_PostProcessingVolumes", - "ty": "CHandle", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CPlayer_MovementServices": { - "fields": { - "m_arrForceSubtickMoveWhen": 412, - "m_flForwardMove": 428, - "m_flLeftMove": 432, - "m_flMaxspeed": 408, - "m_flUpMove": 436, - "m_nButtonDoublePressed": 120, - "m_nButtons": 72, - "m_nImpulse": 64, - "m_nLastCommandNumberProcessed": 384, - "m_nQueuedButtonChangeMask": 112, - "m_nQueuedButtonDownMask": 104, - "m_nToggleButtonDownMask": 392, - "m_pButtonPressedCmdNumber": 128, - "m_vecLastMovementImpulses": 440, - "m_vecOldViewAngles": 452 - }, - "metadata": [ - { - "name": "m_nToggleButtonDownMask", - "ty": "ButtonBitMask_t", - "type": "NetworkVarNames" - }, - { - "name": "m_flMaxspeed", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_arrForceSubtickMoveWhen", - "ty": "float32", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CPlayer_MovementServices_Humanoid": { - "fields": { - "m_bDucked": 492, - "m_bDucking": 493, - "m_bInCrouch": 480, - "m_bInDuckJump": 494, - "m_flCrouchTransitionStartTime": 488, - "m_flFallVelocity": 476, - "m_flStepSoundTime": 472, - "m_flSurfaceFriction": 508, - "m_groundNormal": 496, - "m_nCrouchState": 484, - "m_nStepside": 528, - "m_surfaceProps": 512 - }, - "metadata": [ - { - "name": "m_flFallVelocity", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_bInCrouch", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_nCrouchState", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_flCrouchTransitionStartTime", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_bDucked", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bDucking", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bInDuckJump", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": "CPlayer_MovementServices" - }, - "CPlayer_ObserverServices": { - "fields": { - "m_bForcedObserverMode": 76, - "m_flObserverChaseDistance": 80, - "m_flObserverChaseDistanceCalcTime": 84, - "m_hObserverTarget": 68, - "m_iObserverLastMode": 72, - "m_iObserverMode": 64 - }, - "metadata": [ - { - "name": "m_iObserverMode", - "ty": "uint8", - "type": "NetworkVarNames" - }, - { - "name": "m_hObserverTarget", - "ty": "CHandle", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CPlayer_WeaponServices": { - "fields": { - "m_hActiveWeapon": 88, - "m_hLastWeapon": 92, - "m_hMyWeapons": 64, - "m_iAmmo": 96 - }, - "metadata": [ - { - "name": "m_hMyWeapons", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_hActiveWeapon", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_hLastWeapon", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_iAmmo", - "ty": "uint16", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CPrecipitationVData": { - "fields": { - "m_bBatchSameVolumeType": 272, - "m_flInnerDistance": 264, - "m_nAttachType": 268, - "m_nRTEnvCP": 276, - "m_nRTEnvCPComponent": 280, - "m_szModifier": 288, - "m_szParticlePrecipitationEffect": 40 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CProjectedTextureBase": { - "fields": { - "m_LightColor": 36, - "m_SpotlightTextureName": 84, - "m_bAlwaysUpdate": 17, - "m_bCameraSpace": 28, - "m_bEnableShadows": 24, - "m_bFlipHorizontal": 620, - "m_bLightOnlyTarget": 26, - "m_bLightWorld": 27, - "m_bSimpleProjection": 25, - "m_bState": 16, - "m_bVolumetric": 52, - "m_flAmbient": 80, - "m_flBrightnessScale": 32, - "m_flColorTransitionTime": 76, - "m_flFarZ": 608, - "m_flFlashlightTime": 64, - "m_flIntensity": 40, - "m_flLightFOV": 20, - "m_flLinearAttenuation": 44, - "m_flNearZ": 604, - "m_flNoiseStrength": 60, - "m_flPlaneOffset": 72, - "m_flProjectionSize": 612, - "m_flQuadraticAttenuation": 48, - "m_flRotation": 616, - "m_flVolumetricIntensity": 56, - "m_hTargetEntity": 12, - "m_nNumPlanes": 68, - "m_nShadowQuality": 600, - "m_nSpotlightTextureFrame": 596 - }, - "metadata": [ - { - "name": "m_hTargetEntity", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_bState", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bAlwaysUpdate", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_flLightFOV", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_bEnableShadows", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bSimpleProjection", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bLightOnlyTarget", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bLightWorld", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bCameraSpace", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_flBrightnessScale", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_LightColor", - "ty": "Color", - "type": "NetworkVarNames" - }, - { - "name": "m_flIntensity", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flLinearAttenuation", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flQuadraticAttenuation", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_bVolumetric", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_flVolumetricIntensity", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flNoiseStrength", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flFlashlightTime", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_nNumPlanes", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_flPlaneOffset", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flColorTransitionTime", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flAmbient", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_SpotlightTextureName", - "ty": "char", - "type": "NetworkVarNames" - }, - { - "name": "m_nSpotlightTextureFrame", - "ty": "int32", - "type": "NetworkVarNames" - }, - { - "name": "m_nShadowQuality", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_flNearZ", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flFarZ", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flProjectionSize", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flRotation", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_bFlipHorizontal", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CPulseGraphInstance_ClientEntity": { - "fields": { - "m_pParent": 216 - }, - "metadata": [ - { - "name": "MPulseInstanceDomainInfo", - "type": "Unknown" - }, - { - "name": "MPulseLibraryBindings", - "type": "Unknown" - }, - { - "name": "MPulseDomainOptInFeatureTag", - "type": "Unknown" - } - ], - "parent": null - }, - "CSMatchStats_t": { - "fields": { - "m_iEnemy3Ks": 108, - "m_iEnemy4Ks": 104, - "m_iEnemy5Ks": 100, - "m_iEnemyKnifeKills": 112, - "m_iEnemyTaserKills": 116 - }, - "metadata": [ - { - "name": "m_iEnemy5Ks", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iEnemy4Ks", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iEnemy3Ks", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iEnemyKnifeKills", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iEnemyTaserKills", - "ty": "int", - "type": "NetworkVarNames" - } - ], - "parent": "CSPerRoundStats_t" - }, - "CSPerRoundStats_t": { - "fields": { - "m_iAssists": 56, - "m_iCashEarned": 88, - "m_iDamage": 60, - "m_iDeaths": 52, - "m_iEnemiesFlashed": 96, - "m_iEquipmentValue": 64, - "m_iHeadShotKills": 80, - "m_iKillReward": 72, - "m_iKills": 48, - "m_iLiveTime": 76, - "m_iMoneySaved": 68, - "m_iObjective": 84, - "m_iUtilityDamage": 92 - }, - "metadata": [ - { - "name": "m_iKills", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iDeaths", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iAssists", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iDamage", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iEquipmentValue", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iMoneySaved", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iKillReward", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iLiveTime", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iHeadShotKills", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iObjective", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iCashEarned", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iUtilityDamage", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iEnemiesFlashed", - "ty": "int", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CSkeletonInstance": { - "fields": { - "m_bDirtyMotionType": 0, - "m_bDisableSolidCollisionsForHierarchy": 898, - "m_bIsAnimationEnabled": 896, - "m_bIsGeneratingLatchedParentSpaceState": 0, - "m_bUseParentRenderBounds": 897, - "m_materialGroup": 900, - "m_modelState": 352, - "m_nHitboxSet": 904 - }, - "metadata": [ - { - "name": "m_modelState", - "ty": "CModelState", - "type": "NetworkVarNames" - }, - { - "name": "m_bIsAnimationEnabled", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bUseParentRenderBounds", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_materialGroup", - "ty": "CUtlStringToken", - "type": "NetworkVarNames" - }, - { - "name": "m_nHitboxSet", - "ty": "uint8", - "type": "NetworkVarNames" - } - ], - "parent": "CGameSceneNode" - }, - "CTakeDamageInfoAPI": { - "fields": {}, - "metadata": [ - { - "name": "MPulseProvideFeatureTag", - "type": "Unknown" - }, - { - "name": "MPulseLibraryBindings", - "type": "Unknown" - } - ], - "parent": null - }, - "CTimeline": { - "fields": { - "m_bStopped": 544, - "m_flFinalValue": 536, - "m_flInterval": 532, - "m_flValues": 16, - "m_nBucketCount": 528, - "m_nCompressionType": 540, - "m_nValueCounts": 272 - }, - "metadata": [ - { - "name": "m_flValues", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_nValueCounts", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nBucketCount", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_flInterval", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flFinalValue", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_nCompressionType", - "ty": "TimelineCompression_t", - "type": "NetworkVarNames" - }, - { - "name": "m_bStopped", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": "IntervalTimer" - }, - "C_AttributeContainer": { - "fields": { - "m_Item": 80, - "m_iExternalItemProviderRegisteredToken": 5024, - "m_ullRegisteredAsItemID": 5032 - }, - "metadata": [ - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "m_Item", - "ty": "CEconItemView", - "type": "NetworkVarNames" - } - ], - "parent": "CAttributeManager" - }, - "C_BarnLight": { - "fields": { - "m_Color": 3160, - "m_LightStyleEvents": 3240, - "m_LightStyleString": 3200, - "m_LightStyleTargets": 3264, - "m_QueuedLightStyleStrings": 3216, - "m_StyleEvent": 3288, - "m_bContactShadow": 3532, - "m_bEnabled": 3152, - "m_bPrecomputedFieldsValid": 3596, - "m_fAlternateColorBrightness": 3560, - "m_flBounceScale": 3540, - "m_flBrightness": 3168, - "m_flBrightnessScale": 3172, - "m_flColorTemperature": 3164, - "m_flFadeSizeEnd": 3584, - "m_flFadeSizeStart": 3580, - "m_flFogScale": 3576, - "m_flFogStrength": 3568, - "m_flLightStyleStartTime": 3208, - "m_flLuminaireAnisotropy": 3192, - "m_flLuminaireSize": 3188, - "m_flMinRoughness": 3544, - "m_flRange": 3488, - "m_flShadowFadeSizeEnd": 3592, - "m_flShadowFadeSizeStart": 3588, - "m_flShape": 3456, - "m_flSkirt": 3468, - "m_flSkirtNear": 3472, - "m_flSoftX": 3460, - "m_flSoftY": 3464, - "m_hLightCookie": 3448, - "m_nBakeSpecularToCubemaps": 3504, - "m_nBakedShadowIndex": 3180, - "m_nBounceLight": 3536, - "m_nCastShadows": 3520, - "m_nColorMode": 3156, - "m_nDirectLight": 3176, - "m_nFog": 3564, - "m_nFogShadows": 3572, - "m_nLuminaireShape": 3184, - "m_nShadowMapSize": 3524, - "m_nShadowPriority": 3528, - "m_vAlternateColor": 3548, - "m_vBakeSpecularToCubemapsSize": 3508, - "m_vPrecomputedBoundsMaxs": 3612, - "m_vPrecomputedBoundsMins": 3600, - "m_vPrecomputedOBBAngles": 3636, - "m_vPrecomputedOBBExtent": 3648, - "m_vPrecomputedOBBOrigin": 3624, - "m_vShear": 3492, - "m_vSizeParams": 3476 - }, - "metadata": [ - { - "name": "m_bEnabled", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_nColorMode", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_Color", - "ty": "Color", - "type": "NetworkVarNames" - }, - { - "name": "m_flColorTemperature", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flBrightness", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flBrightnessScale", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_nDirectLight", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nBakedShadowIndex", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nLuminaireShape", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_flLuminaireSize", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flLuminaireAnisotropy", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_LightStyleString", - "ty": "CUtlString", - "type": "NetworkVarNames" - }, - { - "name": "m_flLightStyleStartTime", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_QueuedLightStyleStrings", - "ty": "CUtlString", - "type": "NetworkVarNames" - }, - { - "name": "m_LightStyleEvents", - "ty": "CUtlString", - "type": "NetworkVarNames" - }, - { - "name": "m_LightStyleTargets", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_hLightCookie", - "ty": "HRenderTextureStrong", - "type": "NetworkVarNames" - }, - { - "name": "m_flShape", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flSoftX", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flSoftY", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flSkirt", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flSkirtNear", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_vSizeParams", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_flRange", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_vShear", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_nBakeSpecularToCubemaps", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_vBakeSpecularToCubemapsSize", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_nCastShadows", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nShadowMapSize", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nShadowPriority", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_bContactShadow", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_nBounceLight", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_flBounceScale", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flMinRoughness", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_vAlternateColor", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_fAlternateColorBrightness", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_nFog", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_flFogStrength", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_nFogShadows", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_flFogScale", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flFadeSizeStart", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flFadeSizeEnd", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flShadowFadeSizeStart", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flShadowFadeSizeEnd", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_bPrecomputedFieldsValid", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_vPrecomputedBoundsMins", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_vPrecomputedBoundsMaxs", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_vPrecomputedOBBOrigin", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_vPrecomputedOBBAngles", - "ty": "QAngle", - "type": "NetworkVarNames" - }, - { - "name": "m_vPrecomputedOBBExtent", - "ty": "Vector", - "type": "NetworkVarNames" - } - ], - "parent": "C_BaseModelEntity" - }, - "C_BaseButton": { - "fields": { - "m_glowEntity": 3152, - "m_szDisplayText": 3160, - "m_usable": 3156 - }, - "metadata": [ - { - "name": "m_glowEntity", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_usable", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_szDisplayText", - "ty": "string_t", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "C_BaseCSGrenade": { - "fields": { - "m_bClientPredictDelete": 10504, - "m_bIsHeldByPlayer": 10506, - "m_bJumpThrow": 10508, - "m_bJustPulledPin": 10528, - "m_bPinPulled": 10507, - "m_bRedraw": 10505, - "m_bThrowAnimating": 10509, - "m_fDropTime": 10524, - "m_fThrowTime": 10512, - "m_flNextHoldFrac": 10536, - "m_flThrowStrength": 10516, - "m_flThrowStrengthApproach": 10520, - "m_hSwitchToWeaponAfterThrow": 10540, - "m_nNextHoldTick": 10532 - }, - "metadata": [ - { - "name": "m_bRedraw", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bIsHeldByPlayer", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bPinPulled", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bJumpThrow", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bThrowAnimating", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_fThrowTime", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_flThrowStrength", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flThrowStrengthApproach", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_fDropTime", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_bJustPulledPin", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_nNextHoldTick", - "ty": "GameTick_t", - "type": "NetworkVarNames" - }, - { - "name": "m_flNextHoldFrac", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_hSwitchToWeaponAfterThrow", - "ty": "CHandle", - "type": "NetworkVarNames" - } - ], - "parent": "C_CSWeaponBase" - }, - "C_BaseCSGrenadeProjectile": { - "fields": { - "flNextTrailLineTime": 4256, - "m_arrTrajectoryTrailPointCreationTimes": 4304, - "m_arrTrajectoryTrailPoints": 4280, - "m_bCanCreateGrenadeTrail": 4261, - "m_bExplodeEffectBegan": 4260, - "m_flSpawnTime": 4240, - "m_flTrajectoryTrailEffectCreationTime": 4328, - "m_hSnapshotTrajectoryParticleSnapshot": 4272, - "m_nBounces": 4212, - "m_nExplodeEffectIndex": 4216, - "m_nExplodeEffectTickBegin": 4224, - "m_nSnapshotTrajectoryEffectIndex": 4264, - "m_vInitialPosition": 4188, - "m_vInitialVelocity": 4200, - "m_vecExplodeEffectOrigin": 4228, - "vecLastTrailLinePos": 4244 - }, - "metadata": [ - { - "name": "m_vInitialPosition", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_vInitialVelocity", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_nBounces", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nExplodeEffectIndex", - "ty": "HParticleSystemDefinitionStrong", - "type": "NetworkVarNames" - }, - { - "name": "m_nExplodeEffectTickBegin", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_vecExplodeEffectOrigin", - "ty": "Vector", - "type": "NetworkVarNames" - } - ], - "parent": "C_BaseGrenade" - }, - "C_BaseClientUIEntity": { - "fields": { - "m_DialogXMLName": 3168, - "m_PanelClassName": 3176, - "m_PanelID": 3184, - "m_bEnabled": 3160 - }, - "metadata": [ - { - "name": "m_bEnabled", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_DialogXMLName", - "ty": "string_t", - "type": "NetworkVarNames" - }, - { - "name": "m_PanelClassName", - "ty": "string_t", - "type": "NetworkVarNames" - }, - { - "name": "m_PanelID", - "ty": "string_t", - "type": "NetworkVarNames" - } - ], - "parent": "C_BaseModelEntity" - }, - "C_BaseCombatCharacter": { - "fields": { - "m_bloodColor": 4136, - "m_flFieldOfView": 4156, - "m_flWaterNextTraceTime": 4152, - "m_flWaterWorldZ": 4148, - "m_hMyWearables": 4112, - "m_leftFootAttachment": 4140, - "m_nWaterWakeMode": 4144, - "m_rightFootAttachment": 4141 - }, - "metadata": [ - { - "name": "MNetworkExcludeByUserGroup", - "type": "Unknown" - }, - { - "name": "m_hMyWearables", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_flFieldOfView", - "ty": "float", - "type": "NetworkVarNames" - } - ], - "parent": "C_BaseFlex" - }, - "C_BaseDoor": { - "fields": { - "m_bIsUsable": 3152 - }, - "metadata": [ - { - "name": "m_bIsUsable", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "C_BaseEntity": { - "fields": { - "m_CBodyComponent": 56, - "m_DataChangeEventRef": 1660, - "m_EntClientFlags": 1344, - "m_ListEntry": 1312, - "m_MoveCollide": 1444, - "m_MoveType": 1445, - "m_NetworkTransmitComponent": 64, - "m_Particles": 1520, - "m_aThinkFunctions": 1264, - "m_bAnimTimeChanged": 1721, - "m_bAnimatedEveryTick": 1476, - "m_bApplyLayerMatchIDToModel": 1235, - "m_bClientSideRagdoll": 1346, - "m_bHasAddedVarsToInterpolation": 1302, - "m_bHasSuccessfullyInterpolated": 1301, - "m_bInterpolateEvenWithNoModel": 1233, - "m_bIsPlatform": 1208, - "m_bPredictable": 1497, - "m_bPredictionEligible": 1234, - "m_bRenderEvenWhenNotSuccessfullyInterpolated": 1303, - "m_bRenderWithViewModels": 1498, - "m_bSimulationTimeChanged": 1722, - "m_bTakesDamage": 1201, - "m_dependencies": 1664, - "m_fBBoxVisFlags": 1496, - "m_fEffects": 1452, - "m_fFlags": 1356, - "m_flAnimTime": 1292, - "m_flCreateTime": 1336, - "m_flElasticity": 1464, - "m_flFriction": 1460, - "m_flGravityScale": 1468, - "m_flNavIgnoreUntilTime": 1480, - "m_flProxyRandomValue": 1224, - "m_flSimulationTime": 1296, - "m_flSpeed": 1340, - "m_flTimeScale": 1472, - "m_flWaterLevel": 1448, - "m_hEffectEntity": 1436, - "m_hGroundEntity": 1456, - "m_hOldMoveParent": 1512, - "m_hOwnerEntity": 1440, - "m_hSceneObjectController": 1212, - "m_hThink": 1484, - "m_iCurrentThinkContext": 1260, - "m_iEFlags": 1228, - "m_iHealth": 1196, - "m_iMaxHealth": 1192, - "m_iTeamNum": 1347, - "m_lifeState": 1200, - "m_nActualMoveType": 1446, - "m_nCreationTick": 1688, - "m_nDisableContextThinkStartTick": 1288, - "m_nFirstPredictableCommand": 1504, - "m_nInterpolationLatchDirtyFlags": 1304, - "m_nLastPredictableCommand": 1508, - "m_nLastThinkTick": 1160, - "m_nNextScriptVarRecordID": 1632, - "m_nNextThinkTick": 1352, - "m_nNoInterpolationTick": 1216, - "m_nSceneObjectOverrideFlags": 1300, - "m_nSimulationTick": 1256, - "m_nSplitUserPlayerPredictionSlot": 1500, - "m_nSubclassID": 1240, - "m_nTakeDamageFlags": 1204, - "m_nVisibilityNoInterpolationTick": 1220, - "m_nWaterType": 1232, - "m_pCollision": 1184, - "m_pGameSceneNode": 1168, - "m_pRenderComponent": 1176, - "m_sUniqueHammerID": 1736, - "m_spawnflags": 1348, - "m_tokLayerMatchID": 1236, - "m_ubInterpolationFrame": 1209, - "m_vecAbsVelocity": 1360, - "m_vecAngVelocity": 1648, - "m_vecBaseVelocity": 1424, - "m_vecPredictedScriptFloatIDs": 1584, - "m_vecPredictedScriptFloats": 1560, - "m_vecVelocity": 1376 - }, - "metadata": [ - { - "name": "MNetworkExcludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByUserGroup", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByUserGroup", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByUserGroup", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByName", - "type": "Unknown" - }, - { - "name": "m_CBodyComponent", - "ty": "CBodyComponent::Storage_t", - "type": "NetworkVarNames" - }, - { - "name": "m_iMaxHealth", - "ty": "int32", - "type": "NetworkVarNames" - }, - { - "name": "m_iHealth", - "ty": "int32", - "type": "NetworkVarNames" - }, - { - "name": "m_lifeState", - "ty": "uint8", - "type": "NetworkVarNames" - }, - { - "name": "m_bTakesDamage", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_nTakeDamageFlags", - "ty": "TakeDamageFlags_t", - "type": "NetworkVarNames" - }, - { - "name": "m_bIsPlatform", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_ubInterpolationFrame", - "ty": "uint8", - "type": "NetworkVarNames" - }, - { - "name": "m_nSubclassID", - "ty": "EntitySubclassID_t", - "type": "NetworkVarNames" - }, - { - "name": "m_flAnimTime", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flSimulationTime", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flCreateTime", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_bClientSideRagdoll", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_iTeamNum", - "ty": "uint8", - "type": "NetworkVarNames" - }, - { - "name": "m_spawnflags", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_nNextThinkTick", - "ty": "GameTick_t", - "type": "NetworkVarNames" - }, - { - "name": "m_fFlags", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_vecBaseVelocity", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_hEffectEntity", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_hOwnerEntity", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_MoveCollide", - "ty": "MoveCollide_t", - "type": "NetworkVarNames" - }, - { - "name": "m_MoveType", - "ty": "MoveType_t", - "type": "NetworkVarNames" - }, - { - "name": "m_flWaterLevel", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_fEffects", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_hGroundEntity", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_flFriction", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flElasticity", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flGravityScale", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flTimeScale", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_bAnimatedEveryTick", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_flNavIgnoreUntilTime", - "ty": "GameTime_t", - "type": "NetworkVarNames" - } - ], - "parent": "CEntityInstance" - }, - "C_BaseEntityAPI": { - "fields": {}, - "metadata": [ - { - "name": "MPulseProvideFeatureTag", - "type": "Unknown" - }, - { - "name": "MPulseLibraryBindings", - "type": "Unknown" - } - ], - "parent": null - }, - "C_BaseFire": { - "fields": { - "m_flScale": 1744, - "m_flScaleTime": 1752, - "m_flStartScale": 1748, - "m_nFlags": 1756 - }, - "metadata": [ - { - "name": "m_flScale", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flStartScale", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flScaleTime", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_nFlags", - "ty": "uint32", - "type": "NetworkVarNames" - } - ], - "parent": "C_BaseEntity" - }, - "C_BaseFlex": { - "fields": { - "m_CachedViewTarget": 3868, - "m_PhonemeClasses": 4016, - "m_bResetFlexWeightsOnModelChange": 3910, - "m_blinktime": 3888, - "m_blinktoggle": 3768, - "m_flBlinkAmount": 3904, - "m_flJawOpenAmount": 3900, - "m_flexWeight": 3720, - "m_iBlink": 3884, - "m_iEyeAttachment": 3909, - "m_iJawOpen": 3896, - "m_iMouthAttachment": 3908, - "m_mEyeOcclusionRendererCameraToBoneTransform": 3940, - "m_nEyeOcclusionRendererBone": 3936, - "m_nLastFlexUpdateFrameCount": 3864, - "m_nNextSceneEventId": 3880, - "m_prevblinktoggle": 3892, - "m_vEyeOcclusionRendererHalfExtent": 3988, - "m_vLookTargetPosition": 3744 - }, - "metadata": [ - { - "name": "m_flexWeight", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_blinktoggle", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": "CBaseAnimGraph" - }, - "C_BaseGrenade": { - "fields": { - "m_DmgRadius": 4116, - "m_ExplosionSound": 4144, - "m_bHasWarnedAI": 4112, - "m_bIsLive": 4114, - "m_bIsSmokeGrenade": 4113, - "m_flDamage": 4128, - "m_flDetonateTime": 4120, - "m_flNextAttack": 4180, - "m_flWarnAITime": 4124, - "m_hOriginalThrower": 4184, - "m_hThrower": 4156, - "m_iszBounceSound": 4136 - }, - "metadata": [ - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByUserGroup", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByUserGroup", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByUserGroup", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByName", - "type": "Unknown" - }, - { - "name": "m_bIsLive", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_DmgRadius", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flDetonateTime", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_flDamage", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_hThrower", - "ty": "CHandle", - "type": "NetworkVarNames" - } - ], - "parent": "C_BaseFlex" - }, - "C_BaseModelEntity": { - "fields": { - "m_CHitboxComponent": 2472, - "m_CRenderComponent": 2464, - "m_ClientOverrideTint": 3088, - "m_Collision": 2680, - "m_ConfigEntitiesToPropagateMaterialDecalsTo": 3008, - "m_Glow": 2856, - "m_bAllowFadeInView": 2562, - "m_bInitModelEffects": 2544, - "m_bIsStaticProp": 2545, - "m_bRenderToCubemaps": 2672, - "m_bUseClientOverrideTint": 3092, - "m_clrRender": 2563, - "m_fadeMaxDist": 2952, - "m_fadeMinDist": 2948, - "m_flDecalHealBloodRate": 2996, - "m_flDecalHealHeightRate": 3000, - "m_flFadeScale": 2956, - "m_flGlowBackfaceMult": 2944, - "m_flShadowStrength": 2960, - "m_iOldHealth": 2556, - "m_nAddDecal": 2968, - "m_nDecalsAdded": 2552, - "m_nLastAddDecal": 2548, - "m_nObjectCulling": 2964, - "m_nRenderFX": 2561, - "m_nRenderMode": 2560, - "m_pClientAlphaProperty": 3080, - "m_vDecalForwardAxis": 2984, - "m_vDecalPosition": 2972, - "m_vecRenderAttributes": 2568, - "m_vecViewOffset": 3032 - }, - "metadata": [ - { - "name": "m_CRenderComponent", - "ty": "CRenderComponent::Storage_t", - "type": "NetworkVarNames" - }, - { - "name": "m_CHitboxComponent", - "ty": "CHitboxComponent::Storage_t", - "type": "NetworkVarNames" - }, - { - "name": "m_nRenderMode", - "ty": "RenderMode_t", - "type": "NetworkVarNames" - }, - { - "name": "m_nRenderFX", - "ty": "RenderFx_t", - "type": "NetworkVarNames" - }, - { - "name": "m_clrRender", - "ty": "Color", - "type": "NetworkVarNames" - }, - { - "name": "m_vecRenderAttributes", - "ty": "EntityRenderAttribute_t", - "type": "NetworkVarNames" - }, - { - "name": "m_bRenderToCubemaps", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_Collision", - "ty": "CCollisionProperty", - "type": "NetworkVarNames" - }, - { - "name": "m_Glow", - "ty": "CGlowProperty", - "type": "NetworkVarNames" - }, - { - "name": "m_flGlowBackfaceMult", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_fadeMinDist", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_fadeMaxDist", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flFadeScale", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flShadowStrength", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_nObjectCulling", - "ty": "uint8", - "type": "NetworkVarNames" - }, - { - "name": "m_nAddDecal", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_vDecalPosition", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_vDecalForwardAxis", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_flDecalHealBloodRate", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flDecalHealHeightRate", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_ConfigEntitiesToPropagateMaterialDecalsTo", - "ty": "CHandle", - "type": "NetworkVarNames" - } - ], - "parent": "C_BaseEntity" - }, - "C_BasePlayerPawn": { - "fields": { - "m_ServerViewAngleChanges": 4336, - "m_bIsSwappingToPredictableController": 4664, - "m_flDeathTime": 4592, - "m_flFOVSensitivityAdjust": 4628, - "m_flLastCameraSetupTime": 4624, - "m_flMouseSensitivity": 4632, - "m_flOldSimulationTime": 4648, - "m_flPredictionErrorTime": 4608, - "m_hController": 4660, - "m_iHideHUD": 4444, - "m_nHighestConsumedServerViewAngleChangeIndex": 4416, - "m_nLastExecutedCommandNumber": 4652, - "m_nLastExecutedCommandTick": 4656, - "m_pAutoaimServices": 4272, - "m_pCameraServices": 4312, - "m_pFlashlightServices": 4304, - "m_pItemServices": 4264, - "m_pMovementServices": 4320, - "m_pObserverServices": 4280, - "m_pUseServices": 4296, - "m_pWaterServices": 4288, - "m_pWeaponServices": 4256, - "m_skybox3d": 4448, - "m_vOldOrigin": 4636, - "m_vecLastCameraSetupLocalOrigin": 4612, - "m_vecPredictionError": 4596, - "v_angle": 4420, - "v_anglePrevious": 4432 - }, - "metadata": [ - { - "name": "MNetworkUserGroupProxy", - "type": "Unknown" - }, - { - "name": "MNetworkUserGroupProxy", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByUserGroup", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByUserGroup", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByUserGroup", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByUserGroup", - "type": "Unknown" - }, - { - "name": "MNetworkOverride", - "type": "Unknown" - }, - { - "name": "MNetworkOverride", - "type": "Unknown" - }, - { - "name": "MNetworkOverride", - "type": "Unknown" - }, - { - "name": "MNetworkOverride", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByName", - "type": "Unknown" - }, - { - "name": "m_pWeaponServices", - "ty": "CPlayer_WeaponServices*", - "type": "NetworkVarNames" - }, - { - "name": "m_pItemServices", - "ty": "CPlayer_ItemServices*", - "type": "NetworkVarNames" - }, - { - "name": "m_pAutoaimServices", - "ty": "CPlayer_AutoaimServices*", - "type": "NetworkVarNames" - }, - { - "name": "m_pObserverServices", - "ty": "CPlayer_ObserverServices*", - "type": "NetworkVarNames" - }, - { - "name": "m_pWaterServices", - "ty": "CPlayer_WaterServices*", - "type": "NetworkVarNames" - }, - { - "name": "m_pUseServices", - "ty": "CPlayer_UseServices*", - "type": "NetworkVarNames" - }, - { - "name": "m_pFlashlightServices", - "ty": "CPlayer_FlashlightServices*", - "type": "NetworkVarNames" - }, - { - "name": "m_pCameraServices", - "ty": "CPlayer_CameraServices*", - "type": "NetworkVarNames" - }, - { - "name": "m_pMovementServices", - "ty": "CPlayer_MovementServices*", - "type": "NetworkVarNames" - }, - { - "name": "m_ServerViewAngleChanges", - "ty": "ViewAngleServerChange_t", - "type": "NetworkVarNames" - }, - { - "name": "m_iHideHUD", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_skybox3d", - "ty": "sky3dparams_t", - "type": "NetworkVarNames" - }, - { - "name": "m_flDeathTime", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_hController", - "ty": "CHandle", - "type": "NetworkVarNames" - } - ], - "parent": "C_BaseCombatCharacter" - }, - "C_BasePlayerWeapon": { - "fields": { - "m_flNextPrimaryAttackTickRatio": 9316, - "m_flNextSecondaryAttackTickRatio": 9324, - "m_iClip1": 9328, - "m_iClip2": 9332, - "m_nNextPrimaryAttackTick": 9312, - "m_nNextSecondaryAttackTick": 9320, - "m_pReserveAmmo": 9336 - }, - "metadata": [ - { - "name": "MNetworkExcludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByUserGroup", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByUserGroup", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByUserGroup", - "type": "Unknown" - }, - { - "name": "MNetworkUserGroupProxy", - "type": "Unknown" - }, - { - "name": "m_nNextPrimaryAttackTick", - "ty": "GameTick_t", - "type": "NetworkVarNames" - }, - { - "name": "m_flNextPrimaryAttackTickRatio", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_nNextSecondaryAttackTick", - "ty": "GameTick_t", - "type": "NetworkVarNames" - }, - { - "name": "m_flNextSecondaryAttackTickRatio", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_iClip1", - "ty": "int32", - "type": "NetworkVarNames" - }, - { - "name": "m_iClip2", - "ty": "int32", - "type": "NetworkVarNames" - }, - { - "name": "m_pReserveAmmo", - "ty": "int", - "type": "NetworkVarNames" - } - ], - "parent": "C_EconEntity" - }, - "C_BasePropDoor": { - "fields": { - "m_bLocked": 4329, - "m_closedAngles": 4344, - "m_closedPosition": 4332, - "m_eDoorState": 4324, - "m_hMaster": 4356, - "m_modelChanged": 4328, - "m_vWhereToSetLightingOrigin": 4360 - }, - "metadata": [ - { - "name": "MNetworkExcludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByUserGroup", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByUserGroup", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "m_eDoorState", - "ty": "DoorState_t", - "type": "NetworkVarNames" - }, - { - "name": "m_bLocked", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_closedPosition", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_closedAngles", - "ty": "QAngle", - "type": "NetworkVarNames" - }, - { - "name": "m_hMaster", - "ty": "CHandle", - "type": "NetworkVarNames" - } - ], - "parent": "C_DynamicProp" - }, - "C_BaseTrigger": { - "fields": { - "m_bClientSidePredicted": 3153, - "m_bDisabled": 3152 - }, - "metadata": [ - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "m_bDisabled", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bClientSidePredicted", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "C_BaseViewModel": { - "fields": { - "m_flAnimationStartTime": 3732, - "m_hControlPanel": 3804, - "m_hOldLayerSequence": 3792, - "m_hWeapon": 3736, - "m_hWeaponModel": 3760, - "m_iCameraAttachment": 3764, - "m_nAnimationParity": 3728, - "m_nOldAnimationParity": 3788, - "m_nViewModelIndex": 3724, - "m_oldLayer": 3796, - "m_oldLayerStartTime": 3800, - "m_previousCycle": 3784, - "m_previousElapsedDuration": 3780, - "m_sAnimationPrefix": 3752, - "m_sVMName": 3744, - "m_vecLastCameraAngles": 3768, - "m_vecLastFacing": 3712 - }, - "metadata": [ - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByUserGroup", - "type": "Unknown" - }, - { - "name": "MNetworkOverride", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "m_nViewModelIndex", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_nAnimationParity", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_flAnimationStartTime", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_hWeapon", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_hControlPanel", - "ty": "CHandle", - "type": "NetworkVarNames" - } - ], - "parent": "CBaseAnimGraph" - }, - "C_Beam": { - "fields": { - "m_bTurnedOff": 3320, - "m_fAmplitude": 3300, - "m_fEndWidth": 3288, - "m_fFadeLength": 3292, - "m_fHaloScale": 3296, - "m_fSpeed": 3308, - "m_fStartFrame": 3304, - "m_fWidth": 3284, - "m_flDamage": 3164, - "m_flFireTime": 3160, - "m_flFrame": 3312, - "m_flFrameRate": 3152, - "m_flHDRColorScale": 3156, - "m_hAttachEntity": 3232, - "m_hBaseMaterial": 3208, - "m_hEndEntity": 3336, - "m_nAttachIndex": 3272, - "m_nBeamFlags": 3228, - "m_nBeamType": 3224, - "m_nClipStyle": 3316, - "m_nHaloIndex": 3216, - "m_nNumBeamEnts": 3168, - "m_queryHandleHalo": 3172, - "m_vecEndPos": 3324 - }, - "metadata": [ - { - "name": "MNetworkIncludeByUserGroup", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkOverride", - "type": "Unknown" - }, - { - "name": "m_flFrameRate", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flHDRColorScale", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_nNumBeamEnts", - "ty": "uint8", - "type": "NetworkVarNames" - }, - { - "name": "m_hBaseMaterial", - "ty": "HMaterialStrong", - "type": "NetworkVarNames" - }, - { - "name": "m_nHaloIndex", - "ty": "HMaterialStrong", - "type": "NetworkVarNames" - }, - { - "name": "m_nBeamType", - "ty": "BeamType_t", - "type": "NetworkVarNames" - }, - { - "name": "m_nBeamFlags", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_hAttachEntity", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_nAttachIndex", - "ty": "AttachmentHandle_t", - "type": "NetworkVarNames" - }, - { - "name": "m_fWidth", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_fEndWidth", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_fFadeLength", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_fHaloScale", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_fAmplitude", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_fStartFrame", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_fSpeed", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flFrame", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_nClipStyle", - "ty": "BeamClipStyle_t", - "type": "NetworkVarNames" - }, - { - "name": "m_bTurnedOff", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_vecEndPos", - "ty": "Vector", - "type": "NetworkVarNames" - } - ], - "parent": "C_BaseModelEntity" - }, - "C_BreakableProp": { - "fields": { - "m_OnBreak": 3776, - "m_OnHealthChanged": 3816, - "m_OnTakeDamage": 3856, - "m_PerformanceMode": 3912, - "m_bHasBreakPiecesOrCommands": 3960, - "m_explodeDamage": 3964, - "m_explodeRadius": 3968, - "m_explosionBuildupSound": 3984, - "m_explosionCustomEffect": 3992, - "m_explosionCustomSound": 4000, - "m_explosionDelay": 3976, - "m_explosionModifier": 4008, - "m_flDefaultFadeScale": 4024, - "m_flDmgModBullet": 3916, - "m_flDmgModClub": 3920, - "m_flDmgModExplosive": 3924, - "m_flDmgModFire": 3928, - "m_flLastPhysicsInfluenceTime": 4020, - "m_flPressureDelay": 3904, - "m_flPreventDamageBeforeTime": 3956, - "m_hBreaker": 3908, - "m_hFlareEnt": 4032, - "m_hLastAttacker": 4028, - "m_hPhysicsAttacker": 4016, - "m_iInteractions": 3952, - "m_iMinHealthDmg": 3900, - "m_impactEnergyScale": 3896, - "m_iszBasePropData": 3944, - "m_iszPhysicsDamageTableName": 3936, - "m_noGhostCollision": 4036 - }, - "metadata": [ - { - "name": "m_noGhostCollision", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "C_C4": { - "fields": { - "m_activeLightParticleIndex": 10536, - "m_bBombPlacedAnimation": 10552, - "m_bBombPlanted": 10595, - "m_bIsPlantingViaUse": 10553, - "m_bPlayedArmingBeeps": 10588, - "m_bStartedArming": 10544, - "m_eActiveLightEffect": 10540, - "m_entitySpottedState": 10560, - "m_fArmedTime": 10548, - "m_nSpotRules": 10584, - "m_szScreenText": 10504 - }, - "metadata": [ - { - "name": "m_bStartedArming", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_fArmedTime", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_bBombPlacedAnimation", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bIsPlantingViaUse", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_entitySpottedState", - "ty": "EntitySpottedState_t", - "type": "NetworkVarNames" - } - ], - "parent": "C_CSWeaponBase" - }, - "C_CSGOViewModel": { - "fields": { - "m_bNeedToQueueHighResComposite": 3860, - "m_bShouldIgnoreOffsetAndAccuracy": 3844, - "m_nLastKnownAssociatedWeaponEntIndex": 3856, - "m_nOldWeaponParity": 3852, - "m_nWeaponParity": 3848, - "m_vLoweredWeaponOffset": 3956 - }, - "metadata": [ - { - "name": "MNetworkOverride", - "type": "Unknown" - }, - { - "name": "m_bShouldIgnoreOffsetAndAccuracy", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_nWeaponParity", - "ty": "uint32", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "C_CSGO_TeamPreviewCharacterPosition": { - "fields": { - "m_agentItem": 1776, - "m_glovesItem": 6720, - "m_nOrdinal": 1752, - "m_nRandom": 1748, - "m_nVariant": 1744, - "m_sWeaponName": 1760, - "m_weaponItem": 11664, - "m_xuid": 1768 - }, - "metadata": [ - { - "name": "m_nVariant", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nRandom", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nOrdinal", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_sWeaponName", - "ty": "CUtlString", - "type": "NetworkVarNames" - }, - { - "name": "m_xuid", - "ty": "XUID", - "type": "NetworkVarNames" - }, - { - "name": "m_agentItem", - "ty": "CEconItemView", - "type": "NetworkVarNames" - }, - { - "name": "m_glovesItem", - "ty": "CEconItemView", - "type": "NetworkVarNames" - }, - { - "name": "m_weaponItem", - "ty": "CEconItemView", - "type": "NetworkVarNames" - } - ], - "parent": "C_BaseEntity" - }, - "C_CSGameRules": { - "fields": { - "__m_pChainEntity": 8, - "m_MatchDevice": 160, - "m_MinimapVerticalSectionHeights": 3188, - "m_RetakeRules": 3472, - "m_TeamRespawnWaveTimes": 2904, - "m_arrFeaturedGiftersAccounts": 2268, - "m_arrFeaturedGiftersGifts": 2284, - "m_arrProhibitedItemIndices": 2300, - "m_arrTournamentActiveCasterAccounts": 2500, - "m_bAnyHostageReached": 140, - "m_bBombDropped": 2524, - "m_bBombPlanted": 2525, - "m_bCTCantBuy": 2537, - "m_bCTTimeOutActive": 71, - "m_bDontIncrementCoopWave": 3220, - "m_bFreezePeriod": 48, - "m_bGamePaused": 69, - "m_bGameRestart": 108, - "m_bHasMatchStarted": 164, - "m_bHasTriggeredCoopSpawnReset": 3437, - "m_bHasTriggeredRoundStartMusic": 3436, - "m_bIsDroppingItems": 2232, - "m_bIsHltvActive": 2234, - "m_bIsQuestEligible": 2233, - "m_bIsQueuedMatchmaking": 144, - "m_bIsValveDS": 152, - "m_bLogoMap": 153, - "m_bMapHasBombTarget": 141, - "m_bMapHasBuyZone": 143, - "m_bMapHasRescueZone": 142, - "m_bMarkClientStopRecordAtRoundEnd": 3344, - "m_bMatchWaitingForResume": 89, - "m_bPlayAllStepSoundsOnServer": 154, - "m_bRoundEndNoMusic": 3820, - "m_bRoundEndShowTimerDefend": 3776, - "m_bServerPaused": 68, - "m_bSpawnedTerrorHuntHeavy": 3221, - "m_bSwitchingTeamsAtRoundReset": 3438, - "m_bTCantBuy": 2536, - "m_bTeamIntroPeriod": 3764, - "m_bTechnicalTimeOut": 88, - "m_bTerroristTimeOutActive": 70, - "m_bWarmupPeriod": 49, - "m_eRoundEndReason": 3772, - "m_eRoundWinReason": 2532, - "m_fMatchStartTime": 96, - "m_fRoundStartTime": 100, - "m_fWarmupPeriodEnd": 52, - "m_fWarmupPeriodStart": 56, - "m_flCMMItemDropRevealEndTime": 2228, - "m_flCMMItemDropRevealStartTime": 2224, - "m_flCTTimeOutRemaining": 76, - "m_flGameStartTime": 112, - "m_flGuardianBuyUntilTime": 2540, - "m_flLastPerfSampleTime": 20232, - "m_flNextRespawnWave": 3032, - "m_flRestartRoundTime": 104, - "m_flTerroristTimeOutRemaining": 72, - "m_gamePhase": 120, - "m_iHostagesRemaining": 136, - "m_iMatchStats_PlayersAlive_CT": 2664, - "m_iMatchStats_PlayersAlive_T": 2784, - "m_iMatchStats_RoundResults": 2544, - "m_iNumConsecutiveCTLoses": 3308, - "m_iNumConsecutiveTerroristLoses": 3312, - "m_iRoundEndFunFactData1": 3796, - "m_iRoundEndFunFactData2": 3800, - "m_iRoundEndFunFactData3": 3804, - "m_iRoundEndFunFactPlayerSlot": 3792, - "m_iRoundEndLegacy": 3824, - "m_iRoundEndPlayerCount": 3816, - "m_iRoundEndTimerTime": 3780, - "m_iRoundEndWinnerTeam": 3768, - "m_iRoundStartRoundNumber": 3832, - "m_iRoundTime": 92, - "m_iRoundWinStatus": 2528, - "m_iSpectatorSlotCount": 156, - "m_nCTTeamIntroVariant": 3760, - "m_nCTTimeOuts": 84, - "m_nEndMatchMapGroupVoteOptions": 3264, - "m_nEndMatchMapGroupVoteTypes": 3224, - "m_nEndMatchMapVoteWinner": 3304, - "m_nGuardianGrenadesToGiveBots": 2248, - "m_nGuardianModeSpecialKillsRemaining": 2240, - "m_nGuardianModeSpecialWeaponNeeded": 2244, - "m_nGuardianModeWaveNumber": 2236, - "m_nHalloweenMaskListSeed": 2520, - "m_nMatchAbortedEarlyReason": 3432, - "m_nMatchEndCount": 3752, - "m_nNextMapInMapgroup": 168, - "m_nNumHeaviesToSpawn": 2252, - "m_nOvertimePlaying": 132, - "m_nPauseStartTick": 64, - "m_nQueuedMatchmakingMode": 148, - "m_nRoundEndCount": 3828, - "m_nRoundStartCount": 3836, - "m_nRoundsPlayedThisPhase": 128, - "m_nServerQuestID": 3160, - "m_nTTeamIntroVariant": 3756, - "m_nTerroristTimeOuts": 80, - "m_nTotalPausedTicks": 60, - "m_nTournamentPredictionsPct": 2220, - "m_numBestOfMaps": 2516, - "m_numGlobalGifters": 2260, - "m_numGlobalGiftsGiven": 2256, - "m_numGlobalGiftsPeriodSeconds": 2264, - "m_pGameModeRules": 3464, - "m_sRoundEndFunFactToken": 3784, - "m_sRoundEndMessage": 3808, - "m_szMatchStatTxt": 1196, - "m_szTournamentEventName": 172, - "m_szTournamentEventStage": 684, - "m_szTournamentPredictionsTxt": 1708, - "m_timeUntilNextPhaseStarts": 116, - "m_totalRoundsPlayed": 124, - "m_vMinimapMaxs": 3176, - "m_vMinimapMins": 3164 - }, - "metadata": [ - { - "name": "m_bFreezePeriod", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bWarmupPeriod", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_fWarmupPeriodEnd", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_fWarmupPeriodStart", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_nTotalPausedTicks", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nPauseStartTick", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_bServerPaused", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bGamePaused", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bTerroristTimeOutActive", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bCTTimeOutActive", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_flTerroristTimeOutRemaining", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flCTTimeOutRemaining", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_nTerroristTimeOuts", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nCTTimeOuts", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_bTechnicalTimeOut", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bMatchWaitingForResume", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_iRoundTime", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_fMatchStartTime", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_fRoundStartTime", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_flRestartRoundTime", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_bGameRestart", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_flGameStartTime", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_timeUntilNextPhaseStarts", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_gamePhase", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_totalRoundsPlayed", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nRoundsPlayedThisPhase", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nOvertimePlaying", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iHostagesRemaining", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_bAnyHostageReached", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bMapHasBombTarget", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bMapHasRescueZone", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bMapHasBuyZone", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bIsQueuedMatchmaking", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_nQueuedMatchmakingMode", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_bIsValveDS", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bLogoMap", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bPlayAllStepSoundsOnServer", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_iSpectatorSlotCount", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_MatchDevice", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_bHasMatchStarted", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_nNextMapInMapgroup", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_szTournamentEventName", - "ty": "char", - "type": "NetworkVarNames" - }, - { - "name": "m_szTournamentEventStage", - "ty": "char", - "type": "NetworkVarNames" - }, - { - "name": "m_szMatchStatTxt", - "ty": "char", - "type": "NetworkVarNames" - }, - { - "name": "m_szTournamentPredictionsTxt", - "ty": "char", - "type": "NetworkVarNames" - }, - { - "name": "m_nTournamentPredictionsPct", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_flCMMItemDropRevealStartTime", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_flCMMItemDropRevealEndTime", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_bIsDroppingItems", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bIsQuestEligible", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bIsHltvActive", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_nGuardianModeWaveNumber", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nGuardianModeSpecialKillsRemaining", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nGuardianModeSpecialWeaponNeeded", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_numGlobalGiftsGiven", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_numGlobalGifters", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_numGlobalGiftsPeriodSeconds", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_arrFeaturedGiftersAccounts", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_arrFeaturedGiftersGifts", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_arrProhibitedItemIndices", - "ty": "uint16", - "type": "NetworkVarNames" - }, - { - "name": "m_arrTournamentActiveCasterAccounts", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_numBestOfMaps", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nHalloweenMaskListSeed", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_bBombDropped", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bBombPlanted", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_iRoundWinStatus", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_eRoundWinReason", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_bTCantBuy", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bCTCantBuy", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_flGuardianBuyUntilTime", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_iMatchStats_RoundResults", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iMatchStats_PlayersAlive_CT", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iMatchStats_PlayersAlive_T", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_TeamRespawnWaveTimes", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flNextRespawnWave", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_nServerQuestID", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_vMinimapMins", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_vMinimapMaxs", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_MinimapVerticalSectionHeights", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_nEndMatchMapGroupVoteTypes", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nEndMatchMapGroupVoteOptions", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nEndMatchMapVoteWinner", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iNumConsecutiveCTLoses", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iNumConsecutiveTerroristLoses", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nMatchAbortedEarlyReason", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_pGameModeRules", - "ty": "CCSGameModeRules*", - "type": "NetworkVarNames" - }, - { - "name": "m_RetakeRules", - "ty": "CRetakeGameRules", - "type": "NetworkVarNames" - }, - { - "name": "m_nMatchEndCount", - "ty": "uint8", - "type": "NetworkVarNames" - }, - { - "name": "m_nTTeamIntroVariant", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nCTTeamIntroVariant", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_bTeamIntroPeriod", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_iRoundEndWinnerTeam", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_eRoundEndReason", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_bRoundEndShowTimerDefend", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_iRoundEndTimerTime", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_sRoundEndFunFactToken", - "ty": "CUtlString", - "type": "NetworkVarNames" - }, - { - "name": "m_iRoundEndFunFactPlayerSlot", - "ty": "CPlayerSlot", - "type": "NetworkVarNames" - }, - { - "name": "m_iRoundEndFunFactData1", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iRoundEndFunFactData2", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iRoundEndFunFactData3", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_sRoundEndMessage", - "ty": "CUtlString", - "type": "NetworkVarNames" - }, - { - "name": "m_iRoundEndPlayerCount", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_bRoundEndNoMusic", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_iRoundEndLegacy", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nRoundEndCount", - "ty": "uint8", - "type": "NetworkVarNames" - }, - { - "name": "m_iRoundStartRoundNumber", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nRoundStartCount", - "ty": "uint8", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "C_CSGameRulesProxy": { - "fields": { - "m_pGameRules": 1744 - }, - "metadata": [ - { - "name": "m_pGameRules", - "ty": "CCSGameRules*", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "C_CSObserverPawn": { - "fields": { - "m_hDetectParentChange": 5812 - }, - "metadata": [ - { - "name": "MNetworkVarTypeOverride", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkVarTypeOverride", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkVarTypeOverride", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkVarTypeOverride", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkVarTypeOverride", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - } - ], - "parent": "C_CSPlayerPawnBase" - }, - "C_CSObserverPawnAPI": { - "fields": {}, - "metadata": [ - { - "name": "MPulseProvideFeatureTag", - "type": "Unknown" - }, - { - "name": "MPulseLibraryBindings", - "type": "Unknown" - } - ], - "parent": null - }, - "C_CSPlayerPawn": { - "fields": { - "m_EconGloves": 6336, - "m_RetakesMVPBoostExtraUtility": 6296, - "m_aimPunchAngle": 5916, - "m_aimPunchAngleVel": 5928, - "m_aimPunchCache": 5952, - "m_aimPunchTickBase": 5940, - "m_aimPunchTickFraction": 5944, - "m_bHasFemaleVoice": 5864, - "m_bInBombZone": 5993, - "m_bInBuyZone": 5912, - "m_bInHostageRescueZone": 5992, - "m_bInLanding": 5984, - "m_bIsBuyMenuOpen": 5994, - "m_bLastHeadBoneTransformIsValid": 12936, - "m_bMustSyncRagdollState": 11281, - "m_bNeedToReApplyGloves": 6328, - "m_bOnGroundLastTick": 12944, - "m_bPrevDefuser": 5894, - "m_bPrevHelmet": 5895, - "m_bPreviouslyInBuyZone": 5913, - "m_bRagdollDamageHeadshot": 11376, - "m_bRetakesHasDefuseKit": 6288, - "m_bRetakesMVPLastRound": 6289, - "m_bSkipOneHeadConstraintUpdate": 12984, - "m_flHealthShotBoostExpirationTime": 5856, - "m_flLandingTime": 5988, - "m_flLandseconds": 5868, - "m_flLastFiredWeaponTime": 5860, - "m_flNextSprayDecalTime": 6000, - "m_flOldFallVelocity": 5872, - "m_flTimeOfLastInjury": 5996, - "m_iRetakesMVPBoostItem": 6292, - "m_iRetakesOffering": 6280, - "m_iRetakesOfferingCard": 6284, - "m_lastLandTime": 12940, - "m_nEconGlovesChanged": 11280, - "m_nPrevArmorVal": 5896, - "m_nPrevGrenadeAmmoCount": 5900, - "m_nRagdollDamageBone": 11284, - "m_pActionTrackingServices": 5848, - "m_pBulletServices": 5816, - "m_pBuyServices": 5832, - "m_pGlowServices": 5840, - "m_pHostageServices": 5824, - "m_qDeathEyeAngles": 12972, - "m_szLastPlaceName": 5876, - "m_szRagdollDamageWeaponName": 11312, - "m_unPreviousWeaponHash": 5904, - "m_unWeaponHash": 5908, - "m_vRagdollDamageForce": 11288, - "m_vRagdollDamagePosition": 11300, - "m_vRagdollServerOrigin": 11380 - }, - "metadata": [ - { - "name": "m_pBulletServices", - "ty": "CCSPlayer_BulletServices*", - "type": "NetworkVarNames" - }, - { - "name": "m_pHostageServices", - "ty": "CCSPlayer_HostageServices*", - "type": "NetworkVarNames" - }, - { - "name": "m_pBuyServices", - "ty": "CCSPlayer_BuyServices*", - "type": "NetworkVarNames" - }, - { - "name": "m_pGlowServices", - "ty": "CCSPlayer_GlowServices*", - "type": "NetworkVarNames" - }, - { - "name": "m_pActionTrackingServices", - "ty": "CCSPlayer_ActionTrackingServices*", - "type": "NetworkVarNames" - }, - { - "name": "MNetworkVarTypeOverride", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkVarTypeOverride", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkVarTypeOverride", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkVarTypeOverride", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkVarTypeOverride", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkVarTypeOverride", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkVarTypeOverride", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "m_flHealthShotBoostExpirationTime", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_bHasFemaleVoice", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_szLastPlaceName", - "ty": "char", - "type": "NetworkVarNames" - }, - { - "name": "m_bInBuyZone", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_aimPunchAngle", - "ty": "QAngle", - "type": "NetworkVarNames" - }, - { - "name": "m_aimPunchAngleVel", - "ty": "QAngle", - "type": "NetworkVarNames" - }, - { - "name": "m_aimPunchTickBase", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_aimPunchTickFraction", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_bInHostageRescueZone", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bInBombZone", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bIsBuyMenuOpen", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_flTimeOfLastInjury", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_flNextSprayDecalTime", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_iRetakesOffering", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iRetakesOfferingCard", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_bRetakesHasDefuseKit", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bRetakesMVPLastRound", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_iRetakesMVPBoostItem", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_RetakesMVPBoostExtraUtility", - "ty": "loadout_slot_t", - "type": "NetworkVarNames" - }, - { - "name": "m_EconGloves", - "ty": "CEconItemView", - "type": "NetworkVarNames" - }, - { - "name": "m_nEconGlovesChanged", - "ty": "uint8", - "type": "NetworkVarNames" - }, - { - "name": "m_nRagdollDamageBone", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_vRagdollDamageForce", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_vRagdollDamagePosition", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_szRagdollDamageWeaponName", - "ty": "char", - "type": "NetworkVarNames" - }, - { - "name": "m_bRagdollDamageHeadshot", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_vRagdollServerOrigin", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_qDeathEyeAngles", - "ty": "QAngle", - "type": "NetworkVarNames" - } - ], - "parent": "C_CSPlayerPawnBase" - }, - "C_CSPlayerPawnAPI": { - "fields": {}, - "metadata": [ - { - "name": "MPulseProvideFeatureTag", - "type": "Unknown" - }, - { - "name": "MPulseLibraryBindings", - "type": "Unknown" - } - ], - "parent": null - }, - "C_CSPlayerPawnBase": { - "fields": { - "m_ArmorValue": 5392, - "m_GunGameImmunityColor": 5053, - "m_angEyeAngles": 5400, - "m_angLastMuzzleFlashAngle": 5256, - "m_angShootAngleHistory": 4868, - "m_angStashedShootAngles": 4832, - "m_bCachedPlaneIsValid": 4773, - "m_bCanMoveDuringFreezePeriod": 5104, - "m_bClipHitStaticWorld": 4772, - "m_bDeferStartMusicOnWarmup": 5516, - "m_bFlashBuildUp": 5220, - "m_bFlashDspHasBeenCleared": 5221, - "m_bFlashScreenshotHasBeenGrabbed": 5222, - "m_bGrenadeParametersStashed": 4828, - "m_bGuardianShouldSprayCustomXMark": 5716, - "m_bGunGameImmunity": 5052, - "m_bHasDeathInfo": 5717, - "m_bHasMovedSinceSpawn": 5057, - "m_bHasNightVision": 5153, - "m_bHideTargetID": 5556, - "m_bHud_MiniScoreHidden": 5430, - "m_bHud_RadarHidden": 5431, - "m_bInNoDefuseArea": 5072, - "m_bIsDefusing": 5032, - "m_bIsGrabbingHostage": 5033, - "m_bIsRescuing": 5040, - "m_bIsScoped": 5024, - "m_bIsWalking": 5025, - "m_bKilledByHeadshot": 5736, - "m_bKilledByTaser": 5097, - "m_bNightVisionOn": 5152, - "m_bOldIsScoped": 5356, - "m_bResumeZoom": 5026, - "m_bScreenTearFrameCaptured": 5204, - "m_bShouldAutobuyDMWeapons": 5428, - "m_bShouldAutobuyNow": 5429, - "m_bStrafing": 5112, - "m_bSuppressGuardianTooFarWarningAudio": 5096, - "m_bWaitForNoAttack": 5080, - "m_cycleLatch": 5520, - "m_delayTargetIDTimer": 5448, - "m_entitySpottedState": 5688, - "m_fImmuneToGunGameDamageTime": 5044, - "m_fImmuneToGunGameDamageTimeLast": 5048, - "m_fMolotovDamageTime": 5064, - "m_fMolotovUseTime": 5060, - "m_fNextThinkPushAway": 5424, - "m_fRenderingClipPlane": 4728, - "m_flClientDeathTime": 5196, - "m_flCurrentMusicStartTime": 5508, - "m_flDeathCCWeight": 5352, - "m_flDeathInfoTime": 5720, - "m_flDetectedByEnemySensorTime": 5088, - "m_flEmitSoundTime": 5120, - "m_flFlashBangTime": 5208, - "m_flFlashDuration": 5228, - "m_flFlashMaxAlpha": 5224, - "m_flFlashOverlayAlpha": 5216, - "m_flFlashScreenshotAlpha": 5212, - "m_flGuardianTooFarDistFrac": 5084, - "m_flHealthFadeAlpha": 5280, - "m_flHealthFadeValue": 5276, - "m_flHitHeading": 5160, - "m_flLastCollisionCeiling": 4788, - "m_flLastCollisionCeilingChangeTime": 4792, - "m_flLastSmokeAge": 5564, - "m_flLastSmokeOverlayAlpha": 5560, - "m_flLastSpawnTimeIndex": 5116, - "m_flLowerBodyYawTarget": 5108, - "m_flMusicRoundStartTime": 5512, - "m_flNextGuardianTooFarWarning": 5092, - "m_flNextMagDropTime": 5592, - "m_flNightVisionAlpha": 5200, - "m_flPrevMatchEndTime": 5364, - "m_flPrevRoundEndTime": 5360, - "m_flProgressBarStartTime": 5140, - "m_flSlopeDropHeight": 4984, - "m_flSlopeDropOffset": 4968, - "m_flVelocityModifier": 5156, - "m_grenadeParameterStashTime": 4824, - "m_hMuzzleFlashShape": 5268, - "m_hOriginalController": 5740, - "m_holdTargetIDTimer": 5480, - "m_iAddonBits": 5124, - "m_iBlockingUseActionInProgress": 5036, - "m_iDirection": 5144, - "m_iHealthBarRenderMaskIndex": 5272, - "m_iIDEntIndex": 5444, - "m_iMoveState": 5100, - "m_iOldIDEntIndex": 5476, - "m_iPlayerState": 5028, - "m_iPrimaryAddon": 5128, - "m_iProgressBarDuration": 5136, - "m_iSecondaryAddon": 5132, - "m_iShotsFired": 5148, - "m_iStartAccount": 5168, - "m_iTargetedWeaponEntIndex": 5472, - "m_iThrowGrenadeCounter": 5076, - "m_ignoreLadderJumpTime": 5288, - "m_ladderSurpressionTimer": 5296, - "m_lastLadderNormal": 5320, - "m_lastLadderPos": 5332, - "m_lastStandingPos": 5232, - "m_nDeathCamMusic": 5440, - "m_nHeavyAssaultSuitCooldownRemaining": 5388, - "m_nHitBodyPart": 5164, - "m_nLastClipPlaneSetupFrame": 4744, - "m_nLastConcurrentKilled": 5436, - "m_nLastKillerIndex": 5432, - "m_nLastMagDropAttachmentIndex": 5596, - "m_nMyCollisionGroup": 5284, - "m_nPlayerInfernoBodyFx": 5584, - "m_nPlayerInfernoFootFx": 5588, - "m_nPlayerSmokedFx": 5580, - "m_nSurvivalTeamNumber": 5712, - "m_nWhichBombZone": 5068, - "m_pClippingWeapon": 4776, - "m_pPingServices": 4704, - "m_pViewModelServices": 4712, - "m_previousPlayerState": 4784, - "m_serverIntendedCycle": 5524, - "m_thirdPersonHeading": 4944, - "m_unCurrentEquipmentValue": 5368, - "m_unFreezetimeEndEquipmentValue": 5372, - "m_unRoundStartEquipmentValue": 5370, - "m_vHeadConstraintOffset": 5000, - "m_vLastSmokeOverlayColor": 5568, - "m_vecBulletHitModels": 5600, - "m_vecDeathInfoOrigin": 5724, - "m_vecIntroStartEyePosition": 5172, - "m_vecIntroStartPlayerForward": 5184, - "m_vecLastAliveLocalVelocity": 5648, - "m_vecLastClipCameraForward": 4760, - "m_vecLastClipCameraPos": 4748, - "m_vecLastMuzzleFlashPos": 5244, - "m_vecPickupModelSlerpers": 5624, - "m_vecPlayerPatchEconIndices": 5528, - "m_vecStashedGrenadeThrowPosition": 4844, - "m_vecStashedVelocity": 4856, - "m_vecThirdPersonViewPositionOverride": 5376, - "m_vecThrowPositionHistory": 4892, - "m_vecVelocityHistory": 4916 - }, - "metadata": [ - { - "name": "MNetworkExcludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByUserGroup", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "m_pPingServices", - "ty": "CCSPlayer_PingServices*", - "type": "NetworkVarNames" - }, - { - "name": "m_pViewModelServices", - "ty": "CPlayer_ViewModelServices*", - "type": "NetworkVarNames" - }, - { - "name": "m_bIsScoped", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bIsWalking", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bResumeZoom", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_iPlayerState", - "ty": "CSPlayerState", - "type": "NetworkVarNames" - }, - { - "name": "m_bIsDefusing", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bIsGrabbingHostage", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_iBlockingUseActionInProgress", - "ty": "CSPlayerBlockingUseAction_t", - "type": "NetworkVarNames" - }, - { - "name": "m_bIsRescuing", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_fImmuneToGunGameDamageTime", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_bGunGameImmunity", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_GunGameImmunityColor", - "ty": "Color", - "type": "NetworkVarNames" - }, - { - "name": "m_bHasMovedSinceSpawn", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_fMolotovUseTime", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_fMolotovDamageTime", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_nWhichBombZone", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_bInNoDefuseArea", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_iThrowGrenadeCounter", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_bWaitForNoAttack", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_flGuardianTooFarDistFrac", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flDetectedByEnemySensorTime", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_bKilledByTaser", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_iMoveState", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_bCanMoveDuringFreezePeriod", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_flLowerBodyYawTarget", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_bStrafing", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_flEmitSoundTime", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_iAddonBits", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iPrimaryAddon", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iSecondaryAddon", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iProgressBarDuration", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_flProgressBarStartTime", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_iDirection", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iShotsFired", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_bNightVisionOn", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bHasNightVision", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_flVelocityModifier", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flHitHeading", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_nHitBodyPart", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iStartAccount", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_flFlashMaxAlpha", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flFlashDuration", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_unCurrentEquipmentValue", - "ty": "uint16", - "type": "NetworkVarNames" - }, - { - "name": "m_unRoundStartEquipmentValue", - "ty": "uint16", - "type": "NetworkVarNames" - }, - { - "name": "m_unFreezetimeEndEquipmentValue", - "ty": "uint16", - "type": "NetworkVarNames" - }, - { - "name": "m_nHeavyAssaultSuitCooldownRemaining", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_ArmorValue", - "ty": "int32", - "type": "NetworkVarNames" - }, - { - "name": "m_bHud_MiniScoreHidden", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bHud_RadarHidden", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_nLastKillerIndex", - "ty": "CEntityIndex", - "type": "NetworkVarNames" - }, - { - "name": "m_nLastConcurrentKilled", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nDeathCamMusic", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_cycleLatch", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_vecPlayerPatchEconIndices", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_bHideTargetID", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_entitySpottedState", - "ty": "EntitySpottedState_t", - "type": "NetworkVarNames" - }, - { - "name": "m_nSurvivalTeamNumber", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_bKilledByHeadshot", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_hOriginalController", - "ty": "CHandle", - "type": "NetworkVarNames" - } - ], - "parent": "C_BasePlayerPawn" - }, - "C_CSPlayerResource": { - "fields": { - "m_bEndMatchNextMapAllVoted": 1888, - "m_bHostageAlive": 1744, - "m_bombsiteCenterA": 1816, - "m_bombsiteCenterB": 1828, - "m_foundGoalPositions": 1889, - "m_hostageRescueX": 1840, - "m_hostageRescueY": 1856, - "m_hostageRescueZ": 1872, - "m_iHostageEntityIDs": 1768, - "m_isHostageFollowingSomeone": 1756 - }, - "metadata": [ - { - "name": "m_bHostageAlive", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_isHostageFollowingSomeone", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_iHostageEntityIDs", - "ty": "CEntityIndex", - "type": "NetworkVarNames" - }, - { - "name": "m_bombsiteCenterA", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_bombsiteCenterB", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_hostageRescueX", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_hostageRescueY", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_hostageRescueZ", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_bEndMatchNextMapAllVoted", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": "C_BaseEntity" - }, - "C_CSTeam": { - "fields": { - "m_bSurrendered": 2444, - "m_iClanID": 2592, - "m_numMapVictories": 2440, - "m_scoreFirstHalf": 2448, - "m_scoreOvertime": 2456, - "m_scoreSecondHalf": 2452, - "m_szClanTeamname": 2460, - "m_szTeamFlagImage": 2596, - "m_szTeamLogoImage": 2604, - "m_szTeamMatchStat": 1925 - }, - "metadata": [ - { - "name": "m_szTeamMatchStat", - "ty": "char", - "type": "NetworkVarNames" - }, - { - "name": "m_numMapVictories", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_bSurrendered", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_scoreFirstHalf", - "ty": "int32", - "type": "NetworkVarNames" - }, - { - "name": "m_scoreSecondHalf", - "ty": "int32", - "type": "NetworkVarNames" - }, - { - "name": "m_scoreOvertime", - "ty": "int32", - "type": "NetworkVarNames" - }, - { - "name": "m_szClanTeamname", - "ty": "char", - "type": "NetworkVarNames" - }, - { - "name": "m_iClanID", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_szTeamFlagImage", - "ty": "char", - "type": "NetworkVarNames" - }, - { - "name": "m_szTeamLogoImage", - "ty": "char", - "type": "NetworkVarNames" - } - ], - "parent": "C_Team" - }, - "C_CSWeaponBase": { - "fields": { - "m_ClientPreviousWeaponState": 9544, - "m_IronSightController": 10176, - "m_OnPlayerPickup": 9600, - "m_bBurstMode": 9688, - "m_bFireOnEmpty": 9592, - "m_bGlowForPing": 9880, - "m_bInReload": 9700, - "m_bIsHauledBack": 9708, - "m_bOldFirstPersonSpectatedState": 9857, - "m_bReloadVisuallyComplete": 9701, - "m_bReloadsWithClips": 9584, - "m_bSilencerOn": 9709, - "m_bUIWeapon": 9881, - "m_bVisualsDataSet": 9856, - "m_bWasOwnedByCT": 9940, - "m_bWasOwnedByTerrorist": 9941, - "m_donated": 9932, - "m_ePlayerFireEvent": 9432, - "m_ePlayerFireEventAttackType": 9436, - "m_fAccuracyPenalty": 9664, - "m_fAccuracySmoothedForZoom": 9672, - "m_fLastShotTime": 9936, - "m_fScopeZoomEndTime": 9676, - "m_flCrosshairDistance": 9552, - "m_flDroppedAtTime": 9704, - "m_flFireSequenceStartTime": 9420, - "m_flGunAccuracyPositionDeprecated": 9572, - "m_flLastAccuracyUpdateTime": 9668, - "m_flLastLOSTraceFailureTime": 10368, - "m_flLastMagDropRequestTime": 10496, - "m_flNextAttackRenderTimeOffset": 9720, - "m_flNextClientFireBulletTime": 9956, - "m_flNextClientFireBulletTime_Repredict": 9960, - "m_flPostponeFireReadyFrac": 9696, - "m_flRecoilIndex": 9684, - "m_flTimeSilencerSwitchComplete": 9712, - "m_flTimeWeaponIdle": 9588, - "m_flTurningInaccuracy": 9660, - "m_flTurningInaccuracyDelta": 9644, - "m_flWatTickOffset": 10500, - "m_gunHeat": 9944, - "m_hCurrentThirdPersonSequence": 9480, - "m_hOurPing": 9860, - "m_hPrevOwner": 9896, - "m_iAlpha": 9560, - "m_iAmmoLastCheck": 9556, - "m_iCrosshairTextureID": 9568, - "m_iIronSightMode": 10352, - "m_iNumEmptyAttacks": 10372, - "m_iOriginalTeamNumber": 9716, - "m_iRecoilIndex": 9680, - "m_iScopeTextureID": 9564, - "m_iState": 9548, - "m_lastSmokeTime": 9952, - "m_nDropTick": 9900, - "m_nFireSequenceStartTimeAck": 9428, - "m_nFireSequenceStartTimeChange": 9424, - "m_nLastEmptySoundCmdNum": 9576, - "m_nOurPingIndex": 9864, - "m_nPostponeFireReadyTicks": 9692, - "m_nSilencerBoneIndex": 9484, - "m_nViewModelIndex": 9580, - "m_seqFirePrimary": 9444, - "m_seqFireSecondary": 9448, - "m_seqIdle": 9440, - "m_smokeAttachments": 9948, - "m_thirdPersonFireSequences": 9456, - "m_thirdPersonSequences": 9488, - "m_vecOurPingPos": 9868, - "m_vecTurningInaccuracyEyeDirLast": 9648, - "m_weaponMode": 9640 - }, - "metadata": [ - { - "name": "MNetworkExcludeByName", - "type": "Unknown" - }, - { - "name": "m_flFireSequenceStartTime", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_nFireSequenceStartTimeChange", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_ePlayerFireEvent", - "ty": "PlayerAnimEvent_t", - "type": "NetworkVarNames" - }, - { - "name": "m_ePlayerFireEventAttackType", - "ty": "WeaponAttackType_t", - "type": "NetworkVarNames" - }, - { - "name": "m_iState", - "ty": "CSWeaponState_t", - "type": "NetworkVarNames" - }, - { - "name": "m_nViewModelIndex", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_flTimeWeaponIdle", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_weaponMode", - "ty": "CSWeaponMode", - "type": "NetworkVarNames" - }, - { - "name": "m_fAccuracyPenalty", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_iRecoilIndex", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_flRecoilIndex", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_bBurstMode", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_nPostponeFireReadyTicks", - "ty": "GameTick_t", - "type": "NetworkVarNames" - }, - { - "name": "m_flPostponeFireReadyFrac", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_bInReload", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bReloadVisuallyComplete", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_flDroppedAtTime", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_bIsHauledBack", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bSilencerOn", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_flTimeSilencerSwitchComplete", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_iOriginalTeamNumber", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_hPrevOwner", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_nDropTick", - "ty": "GameTick_t", - "type": "NetworkVarNames" - }, - { - "name": "m_fLastShotTime", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_iIronSightMode", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iNumEmptyAttacks", - "ty": "int", - "type": "NetworkVarNames" - } - ], - "parent": "C_BasePlayerWeapon" - }, - "C_CSWeaponBaseGun": { - "fields": { - "m_bNeedsBoltAction": 10533, - "m_iBurstShotsRemaining": 10508, - "m_iSilencerBodygroup": 10512, - "m_inPrecache": 10532, - "m_silencedModelIndex": 10528, - "m_zoomLevel": 10504 - }, - "metadata": [ - { - "name": "m_zoomLevel", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iBurstShotsRemaining", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_bNeedsBoltAction", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": "C_CSWeaponBase" - }, - "C_Chicken": { - "fields": { - "m_AttributeManager": 4336, - "m_OriginalOwnerXuidHigh": 9380, - "m_OriginalOwnerXuidLow": 9376, - "m_bAttributesInitialized": 9384, - "m_hHolidayHatAddon": 4320, - "m_hWaterWakeParticles": 9388, - "m_jumpedThisFrame": 4324, - "m_leader": 4328 - }, - "metadata": [ - { - "name": "m_jumpedThisFrame", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_leader", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_AttributeManager", - "ty": "CAttributeContainer", - "type": "NetworkVarNames" - }, - { - "name": "m_OriginalOwnerXuidLow", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_OriginalOwnerXuidHigh", - "ty": "uint32", - "type": "NetworkVarNames" - } - ], - "parent": "C_DynamicProp" - }, - "C_ColorCorrection": { - "fields": { - "m_MaxFalloff": 1760, - "m_MinFalloff": 1756, - "m_bClientSide": 2294, - "m_bEnabled": 2292, - "m_bEnabledOnClient": 2296, - "m_bExclusive": 2295, - "m_bFadingIn": 2304, - "m_bMaster": 2293, - "m_flCurWeight": 1776, - "m_flCurWeightOnClient": 2300, - "m_flFadeDuration": 2316, - "m_flFadeInDuration": 1764, - "m_flFadeOutDuration": 1768, - "m_flFadeStartTime": 2312, - "m_flFadeStartWeight": 2308, - "m_flMaxWeight": 1772, - "m_netlookupFilename": 1780, - "m_vecOrigin": 1744 - }, - "metadata": [ - { - "name": "MNetworkIncludeByUserGroup", - "type": "Unknown" - }, - { - "name": "m_MinFalloff", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_MaxFalloff", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flFadeInDuration", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flFadeOutDuration", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flMaxWeight", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flCurWeight", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_netlookupFilename", - "ty": "char", - "type": "NetworkVarNames" - }, - { - "name": "m_bEnabled", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bMaster", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bClientSide", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bExclusive", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": "C_BaseEntity" - }, - "C_ColorCorrectionVolume": { - "fields": { - "m_FadeDuration": 3180, - "m_LastEnterTime": 3160, - "m_LastEnterWeight": 3156, - "m_LastExitTime": 3168, - "m_LastExitWeight": 3164, - "m_MaxWeight": 3176, - "m_Weight": 3184, - "m_bEnabled": 3172, - "m_lookupFilename": 3188 - }, - "metadata": [ - { - "name": "m_bEnabled", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_MaxWeight", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_FadeDuration", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_Weight", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_lookupFilename", - "ty": "char", - "type": "NetworkVarNames" - } - ], - "parent": "C_BaseTrigger" - }, - "C_DecoyProjectile": { - "fields": { - "m_flTimeParticleEffectSpawn": 4376, - "m_nClientLastKnownDecoyShotTick": 4336, - "m_nDecoyShotTick": 4332 - }, - "metadata": [ - { - "name": "m_nDecoyShotTick", - "ty": "int", - "type": "NetworkVarNames" - } - ], - "parent": "C_BaseCSGrenadeProjectile" - }, - "C_DynamicLight": { - "fields": { - "m_Exponent": 3160, - "m_Flags": 3152, - "m_InnerAngle": 3164, - "m_LightStyle": 3153, - "m_OuterAngle": 3168, - "m_Radius": 3156, - "m_SpotRadius": 3172 - }, - "metadata": [ - { - "name": "m_Flags", - "ty": "uint8", - "type": "NetworkVarNames" - }, - { - "name": "m_LightStyle", - "ty": "uint8", - "type": "NetworkVarNames" - }, - { - "name": "m_Radius", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_Exponent", - "ty": "int32", - "type": "NetworkVarNames" - }, - { - "name": "m_InnerAngle", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_OuterAngle", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_SpotRadius", - "ty": "float32", - "type": "NetworkVarNames" - } - ], - "parent": "C_BaseModelEntity" - }, - "C_DynamicProp": { - "fields": { - "m_OnAnimReachedEnd": 4200, - "m_OnAnimReachedStart": 4160, - "m_bCreateNonSolid": 4256, - "m_bFiredStartEndOutput": 4254, - "m_bForceNpcExclude": 4255, - "m_bIsOverrideProp": 4257, - "m_bRandomizeCycle": 4252, - "m_bStartDisabled": 4253, - "m_bUseAnimGraph": 4038, - "m_bUseHitboxesForRenderBox": 4037, - "m_glowColor": 4272, - "m_iCachedFrameCount": 4280, - "m_iInitialGlowState": 4260, - "m_iszIdleAnim": 4240, - "m_nGlowRange": 4264, - "m_nGlowRangeMin": 4268, - "m_nGlowTeam": 4276, - "m_nIdleAnimLoopMode": 4248, - "m_pOutputAnimBegun": 4040, - "m_pOutputAnimLoopCycleOver": 4120, - "m_pOutputAnimOver": 4080, - "m_vecCachedRenderMaxs": 4296, - "m_vecCachedRenderMins": 4284 - }, - "metadata": [ - { - "name": "m_bUseHitboxesForRenderBox", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bUseAnimGraph", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": "C_BreakableProp" - }, - "C_EconEntity": { - "fields": { - "m_AttributeManager": 4152, - "m_OriginalOwnerXuidHigh": 9196, - "m_OriginalOwnerXuidLow": 9192, - "m_bAttachmentDirty": 9256, - "m_bAttributesInitialized": 4144, - "m_bClientside": 9216, - "m_bParticleSystemsCreated": 9217, - "m_flFallbackWear": 9208, - "m_flFlexDelayTime": 4128, - "m_flFlexDelayedWeight": 4136, - "m_hOldProvidee": 9280, - "m_hViewmodelAttachment": 9248, - "m_iNumOwnerValidationRetries": 9264, - "m_iOldTeam": 9252, - "m_nFallbackPaintKit": 9200, - "m_nFallbackSeed": 9204, - "m_nFallbackStatTrak": 9212, - "m_nUnloadedModelIndex": 9260, - "m_vecAttachedModels": 9288, - "m_vecAttachedParticles": 9224 - }, - "metadata": [ - { - "name": "m_AttributeManager", - "ty": "CAttributeContainer", - "type": "NetworkVarNames" - }, - { - "name": "m_OriginalOwnerXuidLow", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_OriginalOwnerXuidHigh", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_nFallbackPaintKit", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nFallbackSeed", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_flFallbackWear", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_nFallbackStatTrak", - "ty": "int", - "type": "NetworkVarNames" - } - ], - "parent": "C_BaseFlex" - }, - "C_EconItemView": { - "fields": { - "m_AttributeList": 4376, - "m_NetworkedDynamicAttributes": 4472, - "m_bDisallowSOC": 4337, - "m_bInitialized": 4336, - "m_bInitializedTags": 4936, - "m_bInventoryImageRgbaRequested": 112, - "m_bInventoryImageTriedCache": 113, - "m_bIsStoreItem": 4338, - "m_bIsTradeItem": 4339, - "m_bRestoreCustomMaterialAfterPrecache": 4288, - "m_iAccountID": 4320, - "m_iEntityLevel": 4296, - "m_iEntityQuality": 4292, - "m_iEntityQuantity": 4340, - "m_iInventoryPosition": 4324, - "m_iItemDefinitionIndex": 4290, - "m_iItemID": 4304, - "m_iItemIDHigh": 4312, - "m_iItemIDLow": 4316, - "m_iQualityOverride": 4348, - "m_iRarityOverride": 4344, - "m_nInventoryImageRgbaHeight": 148, - "m_nInventoryImageRgbaWidth": 144, - "m_szCurrentLoadCachedFileName": 152, - "m_szCustomName": 4568, - "m_szCustomNameOverride": 4729, - "m_unClientFlags": 4352, - "m_unOverrideStyle": 4353 - }, - "metadata": [ - { - "name": "m_iItemDefinitionIndex", - "ty": "item_definition_index_t", - "type": "NetworkVarNames" - }, - { - "name": "m_iEntityQuality", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iEntityLevel", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_iItemIDHigh", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_iItemIDLow", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_iAccountID", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_iInventoryPosition", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_bInitialized", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_AttributeList", - "ty": "CAttributeList", - "type": "NetworkVarNames" - }, - { - "name": "m_NetworkedDynamicAttributes", - "ty": "CAttributeList", - "type": "NetworkVarNames" - }, - { - "name": "m_szCustomName", - "ty": "char", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "C_EntityDissolve": { - "fields": { - "m_bCoreExplode": 3212, - "m_bLinkedToServerEnt": 3213, - "m_flFadeInLength": 3168, - "m_flFadeInStart": 3164, - "m_flFadeOutLength": 3184, - "m_flFadeOutModelLength": 3176, - "m_flFadeOutModelStart": 3172, - "m_flFadeOutStart": 3180, - "m_flNextSparkTime": 3188, - "m_flStartTime": 3160, - "m_nDissolveType": 3192, - "m_nMagnitude": 3208, - "m_vDissolverOrigin": 3196 - }, - "metadata": [ - { - "name": "m_flStartTime", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_flFadeInStart", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flFadeInLength", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flFadeOutModelStart", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flFadeOutModelLength", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flFadeOutStart", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flFadeOutLength", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_nDissolveType", - "ty": "EntityDisolveType_t", - "type": "NetworkVarNames" - }, - { - "name": "m_vDissolverOrigin", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_nMagnitude", - "ty": "uint32", - "type": "NetworkVarNames" - } - ], - "parent": "C_BaseModelEntity" - }, - "C_EntityFlame": { - "fields": { - "m_bCheapEffect": 1788, - "m_hEntAttached": 1744, - "m_hOldAttached": 1784 - }, - "metadata": [ - { - "name": "m_hEntAttached", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_bCheapEffect", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": "C_BaseEntity" - }, - "C_EnvCombinedLightProbeVolume": { - "fields": { - "m_Color": 5928, - "m_bCustomCubemapTexture": 5944, - "m_bEnabled": 6089, - "m_bMoveable": 6008, - "m_bStartDisabled": 6024, - "m_flBrightness": 5932, - "m_flEdgeFadeDist": 6028, - "m_hCubemapTexture": 5936, - "m_hLightProbeDirectLightIndicesTexture": 5960, - "m_hLightProbeDirectLightScalarsTexture": 5968, - "m_hLightProbeDirectLightShadowsTexture": 5976, - "m_hLightProbeTexture": 5952, - "m_nEnvCubeMapArrayIndex": 6016, - "m_nHandshake": 6012, - "m_nLightProbeAtlasX": 6056, - "m_nLightProbeAtlasY": 6060, - "m_nLightProbeAtlasZ": 6064, - "m_nLightProbeSizeX": 6044, - "m_nLightProbeSizeY": 6048, - "m_nLightProbeSizeZ": 6052, - "m_nPriority": 6020, - "m_vBoxMaxs": 5996, - "m_vBoxMins": 5984, - "m_vEdgeFadeDists": 6032 - }, - "metadata": [ - { - "name": "m_Color", - "ty": "Color", - "type": "NetworkVarNames" - }, - { - "name": "m_flBrightness", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_hCubemapTexture", - "ty": "HRenderTextureStrong", - "type": "NetworkVarNames" - }, - { - "name": "m_bCustomCubemapTexture", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_hLightProbeTexture", - "ty": "HRenderTextureStrong", - "type": "NetworkVarNames" - }, - { - "name": "m_hLightProbeDirectLightIndicesTexture", - "ty": "HRenderTextureStrong", - "type": "NetworkVarNames" - }, - { - "name": "m_hLightProbeDirectLightScalarsTexture", - "ty": "HRenderTextureStrong", - "type": "NetworkVarNames" - }, - { - "name": "m_hLightProbeDirectLightShadowsTexture", - "ty": "HRenderTextureStrong", - "type": "NetworkVarNames" - }, - { - "name": "m_vBoxMins", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_vBoxMaxs", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_bMoveable", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_nHandshake", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nEnvCubeMapArrayIndex", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nPriority", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_bStartDisabled", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_flEdgeFadeDist", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_vEdgeFadeDists", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_nLightProbeSizeX", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nLightProbeSizeY", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nLightProbeSizeZ", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nLightProbeAtlasX", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nLightProbeAtlasY", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nLightProbeAtlasZ", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_bEnabled", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": "C_BaseEntity" - }, - "C_EnvCubemap": { - "fields": { - "m_bCopyDiffuseFromDefaultCubemap": 1952, - "m_bCustomCubemapTexture": 1880, - "m_bDefaultEnvMap": 1949, - "m_bDefaultSpecEnvMap": 1950, - "m_bEnabled": 1968, - "m_bIndoorCubeMap": 1951, - "m_bMoveable": 1912, - "m_bStartDisabled": 1948, - "m_flDiffuseScale": 1944, - "m_flEdgeFadeDist": 1928, - "m_flInfluenceRadius": 1884, - "m_hCubemapTexture": 1872, - "m_nEnvCubeMapArrayIndex": 1920, - "m_nHandshake": 1916, - "m_nPriority": 1924, - "m_vBoxProjectMaxs": 1900, - "m_vBoxProjectMins": 1888, - "m_vEdgeFadeDists": 1932 - }, - "metadata": [ - { - "name": "m_hCubemapTexture", - "ty": "HRenderTextureStrong", - "type": "NetworkVarNames" - }, - { - "name": "m_bCustomCubemapTexture", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_flInfluenceRadius", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_vBoxProjectMins", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_vBoxProjectMaxs", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_bMoveable", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_nHandshake", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nEnvCubeMapArrayIndex", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nPriority", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_flEdgeFadeDist", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_vEdgeFadeDists", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_flDiffuseScale", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_bStartDisabled", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bDefaultEnvMap", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bDefaultSpecEnvMap", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bIndoorCubeMap", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bCopyDiffuseFromDefaultCubemap", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bEnabled", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": "C_BaseEntity" - }, - "C_EnvCubemapFog": { - "fields": { - "m_bActive": 1780, - "m_bFirstTime": 1817, - "m_bHasHeightFogEnd": 1816, - "m_bHeightFogEnabled": 1756, - "m_bStartDisabled": 1781, - "m_flEndDistance": 1744, - "m_flFogFalloffExponent": 1752, - "m_flFogHeightEnd": 1764, - "m_flFogHeightExponent": 1772, - "m_flFogHeightStart": 1768, - "m_flFogHeightWidth": 1760, - "m_flFogMaxOpacity": 1784, - "m_flLODBias": 1776, - "m_flStartDistance": 1748, - "m_hFogCubemapTexture": 1808, - "m_hSkyMaterial": 1792, - "m_iszSkyEntity": 1800, - "m_nCubemapSourceType": 1788 - }, - "metadata": [ - { - "name": "m_flEndDistance", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flStartDistance", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flFogFalloffExponent", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_bHeightFogEnabled", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_flFogHeightWidth", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flFogHeightEnd", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flFogHeightStart", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flFogHeightExponent", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flLODBias", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_bActive", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bStartDisabled", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_flFogMaxOpacity", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_nCubemapSourceType", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_hSkyMaterial", - "ty": "HMaterialStrong", - "type": "NetworkVarNames" - }, - { - "name": "m_iszSkyEntity", - "ty": "string_t", - "type": "NetworkVarNames" - }, - { - "name": "m_hFogCubemapTexture", - "ty": "HRenderTextureStrong", - "type": "NetworkVarNames" - }, - { - "name": "m_bHasHeightFogEnd", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": "C_BaseEntity" - }, - "C_EnvDecal": { - "fields": { - "m_bProjectOnCharacters": 3177, - "m_bProjectOnWater": 3178, - "m_bProjectOnWorld": 3176, - "m_flDepth": 3168, - "m_flDepthSortBias": 3180, - "m_flHeight": 3164, - "m_flWidth": 3160, - "m_hDecalMaterial": 3152, - "m_nRenderOrder": 3172 - }, - "metadata": [ - { - "name": "m_hDecalMaterial", - "ty": "HMaterialStrong", - "type": "NetworkVarNames" - }, - { - "name": "m_flWidth", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flHeight", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flDepth", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_nRenderOrder", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_bProjectOnWorld", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bProjectOnCharacters", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bProjectOnWater", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_flDepthSortBias", - "ty": "float", - "type": "NetworkVarNames" - } - ], - "parent": "C_BaseModelEntity" - }, - "C_EnvDetailController": { - "fields": { - "m_flFadeEndDist": 1748, - "m_flFadeStartDist": 1744 - }, - "metadata": [ - { - "name": "m_flFadeStartDist", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flFadeEndDist", - "ty": "float32", - "type": "NetworkVarNames" - } - ], - "parent": "C_BaseEntity" - }, - "C_EnvLightProbeVolume": { - "fields": { - "m_bEnabled": 5905, - "m_bMoveable": 5856, - "m_bStartDisabled": 5868, - "m_hLightProbeDirectLightIndicesTexture": 5808, - "m_hLightProbeDirectLightScalarsTexture": 5816, - "m_hLightProbeDirectLightShadowsTexture": 5824, - "m_hLightProbeTexture": 5800, - "m_nHandshake": 5860, - "m_nLightProbeAtlasX": 5884, - "m_nLightProbeAtlasY": 5888, - "m_nLightProbeAtlasZ": 5892, - "m_nLightProbeSizeX": 5872, - "m_nLightProbeSizeY": 5876, - "m_nLightProbeSizeZ": 5880, - "m_nPriority": 5864, - "m_vBoxMaxs": 5844, - "m_vBoxMins": 5832 - }, - "metadata": [ - { - "name": "m_hLightProbeTexture", - "ty": "HRenderTextureStrong", - "type": "NetworkVarNames" - }, - { - "name": "m_hLightProbeDirectLightIndicesTexture", - "ty": "HRenderTextureStrong", - "type": "NetworkVarNames" - }, - { - "name": "m_hLightProbeDirectLightScalarsTexture", - "ty": "HRenderTextureStrong", - "type": "NetworkVarNames" - }, - { - "name": "m_hLightProbeDirectLightShadowsTexture", - "ty": "HRenderTextureStrong", - "type": "NetworkVarNames" - }, - { - "name": "m_vBoxMins", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_vBoxMaxs", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_bMoveable", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_nHandshake", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nPriority", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_bStartDisabled", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_nLightProbeSizeX", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nLightProbeSizeY", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nLightProbeSizeZ", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nLightProbeAtlasX", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nLightProbeAtlasY", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nLightProbeAtlasZ", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_bEnabled", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": "C_BaseEntity" - }, - "C_EnvParticleGlow": { - "fields": { - "m_ColorTint": 4620, - "m_flAlphaScale": 4608, - "m_flRadiusScale": 4612, - "m_flSelfIllumScale": 4616, - "m_hTextureOverride": 4624 - }, - "metadata": [ - { - "name": "m_flAlphaScale", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flRadiusScale", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flSelfIllumScale", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_ColorTint", - "ty": "Color", - "type": "NetworkVarNames" - }, - { - "name": "m_hTextureOverride", - "ty": "HRenderTextureStrong", - "type": "NetworkVarNames" - } - ], - "parent": "C_ParticleSystem" - }, - "C_EnvScreenOverlay": { - "fields": { - "m_bIsActive": 1872, - "m_bWasActive": 1873, - "m_flCurrentOverlayTime": 1884, - "m_flOverlayTimes": 1824, - "m_flStartTime": 1864, - "m_iCachedDesiredOverlay": 1876, - "m_iCurrentOverlay": 1880, - "m_iDesiredOverlay": 1868, - "m_iszOverlayNames": 1744 - }, - "metadata": [ - { - "name": "m_iszOverlayNames", - "ty": "string_t", - "type": "NetworkVarNames" - }, - { - "name": "m_flOverlayTimes", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flStartTime", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_iDesiredOverlay", - "ty": "int32", - "type": "NetworkVarNames" - }, - { - "name": "m_bIsActive", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "C_EnvSky": { - "fields": { - "m_bEnabled": 3204, - "m_bStartDisabled": 3168, - "m_flBrightnessScale": 3180, - "m_flFogMaxEnd": 3200, - "m_flFogMaxStart": 3196, - "m_flFogMinEnd": 3192, - "m_flFogMinStart": 3188, - "m_hSkyMaterial": 3152, - "m_hSkyMaterialLightingOnly": 3160, - "m_nFogType": 3184, - "m_vTintColor": 3169, - "m_vTintColorLightingOnly": 3173 - }, - "metadata": [ - { - "name": "m_hSkyMaterial", - "ty": "HMaterialStrong", - "type": "NetworkVarNames" - }, - { - "name": "m_hSkyMaterialLightingOnly", - "ty": "HMaterialStrong", - "type": "NetworkVarNames" - }, - { - "name": "m_bStartDisabled", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_vTintColor", - "ty": "Color", - "type": "NetworkVarNames" - }, - { - "name": "m_vTintColorLightingOnly", - "ty": "Color", - "type": "NetworkVarNames" - }, - { - "name": "m_flBrightnessScale", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_nFogType", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_flFogMinStart", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flFogMinEnd", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flFogMaxStart", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flFogMaxEnd", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_bEnabled", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": "C_BaseModelEntity" - }, - "C_EnvVolumetricFogController": { - "fields": { - "m_bActive": 1808, - "m_bEnableIndirect": 1849, - "m_bFirstTime": 1868, - "m_bIsMaster": 1850, - "m_bStartDisabled": 1848, - "m_flAnisotropy": 1748, - "m_flDefaultAnisotropy": 1836, - "m_flDefaultDrawDistance": 1844, - "m_flDefaultScattering": 1840, - "m_flDrawDistance": 1756, - "m_flFadeInEnd": 1764, - "m_flFadeInStart": 1760, - "m_flFadeSpeed": 1752, - "m_flIndirectStrength": 1768, - "m_flScattering": 1744, - "m_flStartAnisoTime": 1812, - "m_flStartAnisotropy": 1824, - "m_flStartDrawDistance": 1832, - "m_flStartDrawDistanceTime": 1820, - "m_flStartScatterTime": 1816, - "m_flStartScattering": 1828, - "m_hFogIndirectTexture": 1856, - "m_nForceRefreshCount": 1864, - "m_nIndirectTextureDimX": 1772, - "m_nIndirectTextureDimY": 1776, - "m_nIndirectTextureDimZ": 1780, - "m_vBoxMaxs": 1796, - "m_vBoxMins": 1784 - }, - "metadata": [ - { - "name": "m_flScattering", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flAnisotropy", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flFadeSpeed", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flDrawDistance", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flFadeInStart", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flFadeInEnd", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flIndirectStrength", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_nIndirectTextureDimX", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nIndirectTextureDimY", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nIndirectTextureDimZ", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_vBoxMins", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_vBoxMaxs", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_bActive", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_flStartAnisoTime", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_flStartScatterTime", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_flStartDrawDistanceTime", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_flStartAnisotropy", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flStartScattering", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flStartDrawDistance", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flDefaultAnisotropy", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flDefaultScattering", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flDefaultDrawDistance", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_bStartDisabled", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bEnableIndirect", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bIsMaster", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_hFogIndirectTexture", - "ty": "HRenderTextureStrong", - "type": "NetworkVarNames" - }, - { - "name": "m_nForceRefreshCount", - "ty": "int", - "type": "NetworkVarNames" - } - ], - "parent": "C_BaseEntity" - }, - "C_EnvVolumetricFogVolume": { - "fields": { - "m_bActive": 1744, - "m_bStartDisabled": 1772, - "m_flFalloffExponent": 1784, - "m_flStrength": 1776, - "m_nFalloffShape": 1780, - "m_vBoxMaxs": 1760, - "m_vBoxMins": 1748 - }, - "metadata": [ - { - "name": "m_bActive", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_vBoxMins", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_vBoxMaxs", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_bStartDisabled", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_flStrength", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_nFalloffShape", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_flFalloffExponent", - "ty": "float", - "type": "NetworkVarNames" - } - ], - "parent": "C_BaseEntity" - }, - "C_EnvWind": { - "fields": { - "m_EnvWindShared": 1744 - }, - "metadata": [ - { - "name": "m_EnvWindShared", - "ty": "CEnvWindShared", - "type": "NetworkVarNames" - } - ], - "parent": "C_BaseEntity" - }, - "C_EnvWindClientside": { - "fields": { - "m_EnvWindShared": 1744 - }, - "metadata": [ - { - "name": "m_EnvWindShared", - "ty": "CEnvWindShared", - "type": "NetworkVarNames" - } - ], - "parent": "C_BaseEntity" - }, - "C_EnvWindShared": { - "fields": { - "m_CurrentSwayVector": 80, - "m_PrevSwayVector": 92, - "m_bGusting": 132, - "m_currentWindVector": 68, - "m_flAveWindSpeed": 128, - "m_flGustDuration": 36, - "m_flInitialWindSpeed": 108, - "m_flMaxGustDelay": 32, - "m_flMinGustDelay": 28, - "m_flSimTime": 120, - "m_flStartTime": 8, - "m_flSwayTime": 116, - "m_flSwitchTime": 124, - "m_flVariationTime": 112, - "m_flWindAngleVariation": 136, - "m_flWindSpeed": 64, - "m_flWindSpeedVariation": 140, - "m_iEntIndex": 144, - "m_iGustDirChange": 40, - "m_iInitialWindDir": 104, - "m_iMaxGust": 26, - "m_iMaxWind": 18, - "m_iMinGust": 24, - "m_iMinWind": 16, - "m_iWindDir": 60, - "m_iWindSeed": 12, - "m_iszGustSound": 56, - "m_location": 44, - "m_windRadius": 20 - }, - "metadata": [ - { - "name": "m_flStartTime", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_iWindSeed", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_iMinWind", - "ty": "uint16", - "type": "NetworkVarNames" - }, - { - "name": "m_iMaxWind", - "ty": "uint16", - "type": "NetworkVarNames" - }, - { - "name": "m_windRadius", - "ty": "int32", - "type": "NetworkVarNames" - }, - { - "name": "m_iMinGust", - "ty": "uint16", - "type": "NetworkVarNames" - }, - { - "name": "m_iMaxGust", - "ty": "uint16", - "type": "NetworkVarNames" - }, - { - "name": "m_flMinGustDelay", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flMaxGustDelay", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flGustDuration", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_iGustDirChange", - "ty": "uint16", - "type": "NetworkVarNames" - }, - { - "name": "m_location", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_iInitialWindDir", - "ty": "uint16", - "type": "NetworkVarNames" - }, - { - "name": "m_flInitialWindSpeed", - "ty": "float32", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "C_FireSmoke": { - "fields": { - "m_bClipTested": 1812, - "m_bFadingOut": 1813, - "m_flChildFlameSpread": 1788, - "m_flClipPerc": 1808, - "m_flScaleEnd": 1776, - "m_flScaleRegister": 1768, - "m_flScaleStart": 1772, - "m_flScaleTimeEnd": 1784, - "m_flScaleTimeStart": 1780, - "m_nFlameFromAboveModelIndex": 1764, - "m_nFlameModelIndex": 1760, - "m_pFireOverlay": 1824, - "m_tParticleSpawn": 1816 - }, - "metadata": [ - { - "name": "MNetworkOverride", - "type": "Unknown" - }, - { - "name": "MNetworkOverride", - "type": "Unknown" - }, - { - "name": "m_nFlameModelIndex", - "ty": "int32", - "type": "NetworkVarNames" - }, - { - "name": "m_nFlameFromAboveModelIndex", - "ty": "int32", - "type": "NetworkVarNames" - } - ], - "parent": "C_BaseFire" - }, - "C_Fish": { - "fields": { - "m_actualAngles": 3804, - "m_actualPos": 3792, - "m_angle": 3848, - "m_angles": 3728, - "m_averageError": 3940, - "m_buoyancy": 3752, - "m_deathAngle": 3748, - "m_deathDepth": 3744, - "m_errorHistory": 3852, - "m_errorHistoryCount": 3936, - "m_errorHistoryIndex": 3932, - "m_gotUpdate": 3832, - "m_localLifeState": 3740, - "m_poolOrigin": 3816, - "m_pos": 3704, - "m_vel": 3716, - "m_waterLevel": 3828, - "m_wigglePhase": 3784, - "m_wiggleRate": 3788, - "m_wiggleTimer": 3760, - "m_x": 3836, - "m_y": 3840, - "m_z": 3844 - }, - "metadata": [ - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "m_poolOrigin", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_waterLevel", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_x", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_y", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_z", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_angle", - "ty": "float32", - "type": "NetworkVarNames" - } - ], - "parent": "CBaseAnimGraph" - }, - "C_Fists": { - "fields": { - "m_bPlayingUninterruptableAct": 10504, - "m_nUninterruptableActivity": 10508 - }, - "metadata": [ - { - "name": "m_bPlayingUninterruptableAct", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_nUninterruptableActivity", - "ty": "PlayerAnimEvent_t", - "type": "NetworkVarNames" - } - ], - "parent": "C_CSWeaponBase" - }, - "C_FogController": { - "fields": { - "m_bUseAngles": 1848, - "m_fog": 1744, - "m_iChangedVariables": 1852 - }, - "metadata": [ - { - "name": "m_fog", - "ty": "fogparams_t", - "type": "NetworkVarNames" - } - ], - "parent": "C_BaseEntity" - }, - "C_FootstepControl": { - "fields": { - "m_destination": 3168, - "m_source": 3160 - }, - "metadata": [ - { - "name": "m_source", - "ty": "string_t", - "type": "NetworkVarNames" - }, - { - "name": "m_destination", - "ty": "string_t", - "type": "NetworkVarNames" - } - ], - "parent": "C_BaseTrigger" - }, - "C_FuncConveyor": { - "fields": { - "m_flCurrentConveyorOffset": 3216, - "m_flCurrentConveyorSpeed": 3220, - "m_flTargetSpeed": 3172, - "m_flTransitionStartSpeed": 3184, - "m_hConveyorModels": 3192, - "m_nTransitionDurationTicks": 3180, - "m_nTransitionStartTick": 3176, - "m_vecMoveDirEntitySpace": 3160 - }, - "metadata": [ - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkOverride", - "type": "Unknown" - }, - { - "name": "m_vecMoveDirEntitySpace", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_flTargetSpeed", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_nTransitionStartTick", - "ty": "GameTick_t", - "type": "NetworkVarNames" - }, - { - "name": "m_nTransitionDurationTicks", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_flTransitionStartSpeed", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_hConveyorModels", - "ty": "EHANDLE", - "type": "NetworkVarNames" - } - ], - "parent": "C_BaseModelEntity" - }, - "C_FuncElectrifiedVolume": { - "fields": { - "m_EffectName": 3160, - "m_bState": 3168, - "m_nAmbientEffect": 3152 - }, - "metadata": [ - { - "name": "m_EffectName", - "ty": "string_t", - "type": "NetworkVarNames" - }, - { - "name": "m_bState", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "C_FuncLadder": { - "fields": { - "m_Dismounts": 3168, - "m_bDisabled": 3232, - "m_bFakeLadder": 3233, - "m_bHasSlack": 3234, - "m_flAutoRideSpeed": 3228, - "m_vecLadderDir": 3152, - "m_vecLocalTop": 3192, - "m_vecPlayerMountPositionBottom": 3216, - "m_vecPlayerMountPositionTop": 3204 - }, - "metadata": [ - { - "name": "m_vecLadderDir", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_vecPlayerMountPositionTop", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_vecPlayerMountPositionBottom", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_flAutoRideSpeed", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_bFakeLadder", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": "C_BaseModelEntity" - }, - "C_FuncMonitor": { - "fields": { - "m_bDraw3DSkybox": 3181, - "m_bEnabled": 3180, - "m_bRenderShadows": 3164, - "m_bUseUniqueColorTarget": 3165, - "m_brushModelName": 3168, - "m_hTargetCamera": 3176, - "m_nResolutionEnum": 3160, - "m_targetCamera": 3152 - }, - "metadata": [ - { - "name": "m_targetCamera", - "ty": "CUtlString", - "type": "NetworkVarNames" - }, - { - "name": "m_nResolutionEnum", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_bRenderShadows", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bUseUniqueColorTarget", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_brushModelName", - "ty": "CUtlString", - "type": "NetworkVarNames" - }, - { - "name": "m_hTargetCamera", - "ty": "EHANDLE", - "type": "NetworkVarNames" - }, - { - "name": "m_bEnabled", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bDraw3DSkybox", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "C_FuncMoveLinear": { - "fields": {}, - "metadata": [ - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkOverride", - "type": "Unknown" - } - ], - "parent": null - }, - "C_FuncRotating": { - "fields": {}, - "metadata": [ - { - "name": "MNetworkOverride", - "type": "Unknown" - }, - { - "name": "MNetworkOverride", - "type": "Unknown" - } - ], - "parent": "C_BaseModelEntity" - }, - "C_GradientFog": { - "fields": { - "m_bGradientFogNeedsTextures": 1802, - "m_bHeightFogEnabled": 1760, - "m_bIsEnabled": 1801, - "m_bStartDisabled": 1800, - "m_flFadeTime": 1796, - "m_flFarZ": 1772, - "m_flFogEndDistance": 1756, - "m_flFogEndHeight": 1768, - "m_flFogFalloffExponent": 1780, - "m_flFogMaxOpacity": 1776, - "m_flFogStartDistance": 1752, - "m_flFogStartHeight": 1764, - "m_flFogStrength": 1792, - "m_flFogVerticalExponent": 1784, - "m_fogColor": 1788, - "m_hGradientFogTexture": 1744 - }, - "metadata": [ - { - "name": "m_hGradientFogTexture", - "ty": "HRenderTextureStrong", - "type": "NetworkVarNames" - }, - { - "name": "m_flFogStartDistance", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flFogEndDistance", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_bHeightFogEnabled", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_flFogStartHeight", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flFogEndHeight", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flFarZ", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flFogMaxOpacity", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flFogFalloffExponent", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flFogVerticalExponent", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_fogColor", - "ty": "Color", - "type": "NetworkVarNames" - }, - { - "name": "m_flFogStrength", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flFadeTime", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_bStartDisabled", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bIsEnabled", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": "C_BaseEntity" - }, - "C_HandleTest": { - "fields": { - "m_Handle": 1744, - "m_bSendHandle": 1748 - }, - "metadata": [ - { - "name": "m_Handle", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_bSendHandle", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": "C_BaseEntity" - }, - "C_Hostage": { - "fields": { - "m_bHandsHaveBeenCut": 4332, - "m_blinkTimer": 4376, - "m_chestAttachment": 4442, - "m_entitySpottedState": 4256, - "m_eyeAttachment": 4441, - "m_fLastGrabTime": 4340, - "m_fNewestAlphaThinkTime": 4456, - "m_flDeadOrRescuedTime": 4368, - "m_flDropStartTime": 4364, - "m_flGrabSuccessTime": 4360, - "m_flRescueStartTime": 4356, - "m_hHostageGrabber": 4336, - "m_isInit": 4440, - "m_isRescued": 4324, - "m_jumpedThisFrame": 4325, - "m_leader": 4280, - "m_lookAroundTimer": 4416, - "m_lookAt": 4400, - "m_nHostageState": 4328, - "m_pPredictionOwner": 4448, - "m_reuseTimer": 4288, - "m_vecGrabbedPos": 4344, - "m_vel": 4312 - }, - "metadata": [ - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkOverride", - "type": "Unknown" - }, - { - "name": "m_entitySpottedState", - "ty": "EntitySpottedState_t", - "type": "NetworkVarNames" - }, - { - "name": "m_leader", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_reuseTimer", - "ty": "CountdownTimer", - "type": "NetworkVarNames" - }, - { - "name": "m_vel", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_isRescued", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_jumpedThisFrame", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_nHostageState", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_bHandsHaveBeenCut", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_hHostageGrabber", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_flRescueStartTime", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_flGrabSuccessTime", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_flDropStartTime", - "ty": "GameTime_t", - "type": "NetworkVarNames" - } - ], - "parent": "C_BaseCombatCharacter" - }, - "C_Inferno": { - "fields": { - "m_BurnNormal": 4820, - "m_bFireIsBurning": 4756, - "m_bInPostEffectTime": 5600, - "m_blosCheck": 33268, - "m_drawableCount": 33264, - "m_fireCount": 5588, - "m_fireParentPositions": 3988, - "m_firePositions": 3220, - "m_flLastGrassBurnThink": 33308, - "m_lastFireCount": 5604, - "m_maxBounds": 33296, - "m_maxFireHalfWidth": 33276, - "m_maxFireHeight": 33280, - "m_minBounds": 33284, - "m_nFireEffectTickBegin": 5608, - "m_nFireLifetime": 5596, - "m_nInfernoType": 5592, - "m_nfxFireDamageEffect": 3216, - "m_nlosperiod": 33272 - }, - "metadata": [ - { - "name": "m_firePositions", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_fireParentPositions", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_bFireIsBurning", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_BurnNormal", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_fireCount", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nInfernoType", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nFireLifetime", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_bInPostEffectTime", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_nFireEffectTickBegin", - "ty": "int", - "type": "NetworkVarNames" - } - ], - "parent": "C_BaseModelEntity" - }, - "C_InfoVisibilityBox": { - "fields": { - "m_bEnabled": 1764, - "m_nMode": 1748, - "m_vBoxSize": 1752 - }, - "metadata": [ - { - "name": "m_nMode", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_vBoxSize", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_bEnabled", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": "C_BaseEntity" - }, - "C_Item": { - "fields": { - "m_bShouldGlow": 9312, - "m_pReticleHintTextName": 9313 - }, - "metadata": [ - { - "name": "m_bShouldGlow", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": "C_EconEntity" - }, - "C_ItemDogtags": { - "fields": { - "m_KillingPlayer": 9576, - "m_OwningPlayer": 9572 - }, - "metadata": [ - { - "name": "m_OwningPlayer", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_KillingPlayer", - "ty": "CHandle", - "type": "NetworkVarNames" - } - ], - "parent": "C_Item" - }, - "C_LightEntity": { - "fields": { - "m_CLightComponent": 3152 - }, - "metadata": [ - { - "name": "m_CLightComponent", - "ty": "CLightComponent::Storage_t", - "type": "NetworkVarNames" - } - ], - "parent": "C_BaseModelEntity" - }, - "C_LightGlow": { - "fields": { - "m_Glow": 3184, - "m_flGlowProxySize": 3172, - "m_flHDRColorScale": 3176, - "m_nHorizontalSize": 3152, - "m_nMaxDist": 3164, - "m_nMinDist": 3160, - "m_nOuterMaxDist": 3168, - "m_nVerticalSize": 3156 - }, - "metadata": [ - { - "name": "MNetworkIncludeByUserGroup", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "m_nHorizontalSize", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_nVerticalSize", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_nMinDist", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_nMaxDist", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_nOuterMaxDist", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_flGlowProxySize", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flHDRColorScale", - "ty": "float32", - "type": "NetworkVarNames" - } - ], - "parent": "C_BaseModelEntity" - }, - "C_MapVetoPickController": { - "fields": { - "m_bDisabledHud": 4112, - "m_nAccountIDs": 2048, - "m_nCurrentPhase": 4096, - "m_nDraftType": 1756, - "m_nMapId0": 2304, - "m_nMapId1": 2560, - "m_nMapId2": 2816, - "m_nMapId3": 3072, - "m_nMapId4": 3328, - "m_nMapId5": 3584, - "m_nPhaseDurationTicks": 4104, - "m_nPhaseStartTick": 4100, - "m_nPostDataUpdateTick": 4108, - "m_nStartingSide0": 3840, - "m_nTeamWinningCoinToss": 1760, - "m_nTeamWithFirstChoice": 1764, - "m_nVoteMapIdsList": 2020 - }, - "metadata": [ - { - "name": "m_nDraftType", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nTeamWinningCoinToss", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nTeamWithFirstChoice", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nVoteMapIdsList", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nAccountIDs", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nMapId0", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nMapId1", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nMapId2", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nMapId3", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nMapId4", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nMapId5", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nStartingSide0", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nCurrentPhase", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nPhaseStartTick", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nPhaseDurationTicks", - "ty": "int", - "type": "NetworkVarNames" - } - ], - "parent": "C_BaseEntity" - }, - "C_MolotovProjectile": { - "fields": { - "m_bIsIncGrenade": 4332 - }, - "metadata": [ - { - "name": "m_bIsIncGrenade", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": "C_BaseCSGrenadeProjectile" - }, - "C_OmniLight": { - "fields": { - "m_bShowLight": 3744, - "m_flInnerAngle": 3736, - "m_flOuterAngle": 3740 - }, - "metadata": [ - { - "name": "m_flInnerAngle", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flOuterAngle", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_bShowLight", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": "C_BarnLight" - }, - "C_ParticleSystem": { - "fields": { - "m_bActive": 3664, - "m_bAnimateDuringGameplayPause": 3676, - "m_bFrozen": 3665, - "m_bNoFreeze": 4005, - "m_bNoRamp": 4006, - "m_bNoSave": 4004, - "m_bOldActive": 4584, - "m_bOldFrozen": 4585, - "m_bStartActive": 4007, - "m_clrTint": 4548, - "m_flFreezeTransitionDuration": 3668, - "m_flPreSimTime": 3692, - "m_flStartTime": 3688, - "m_hControlPointEnts": 3748, - "m_iEffectIndex": 3680, - "m_iServerControlPointAssignments": 3744, - "m_iszControlPointNames": 4016, - "m_iszEffectName": 4008, - "m_nDataCP": 4528, - "m_nStopType": 3672, - "m_nTintCP": 4544, - "m_szSnapshotFileName": 3152, - "m_vServerControlPoints": 3696, - "m_vecDataCPValue": 4532 - }, - "metadata": [ - { - "name": "MNetworkIncludeByUserGroup", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "m_szSnapshotFileName", - "ty": "char", - "type": "NetworkVarNames" - }, - { - "name": "m_bActive", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bFrozen", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_flFreezeTransitionDuration", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_nStopType", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_bAnimateDuringGameplayPause", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_iEffectIndex", - "ty": "HParticleSystemDefinitionStrong", - "type": "NetworkVarNames" - }, - { - "name": "m_flStartTime", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_flPreSimTime", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_vServerControlPoints", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_iServerControlPointAssignments", - "ty": "uint8", - "type": "NetworkVarNames" - }, - { - "name": "m_hControlPointEnts", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_bNoSave", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bNoFreeze", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bNoRamp", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": "C_BaseModelEntity" - }, - "C_PathParticleRope": { - "fields": { - "m_ColorTint": 1796, - "m_PathNodes_Color": 1888, - "m_PathNodes_Name": 1760, - "m_PathNodes_PinEnabled": 1912, - "m_PathNodes_Position": 1816, - "m_PathNodes_RadiusScale": 1936, - "m_PathNodes_TangentIn": 1840, - "m_PathNodes_TangentOut": 1864, - "m_bStartActive": 1744, - "m_flMaxSimulationTime": 1748, - "m_flParticleSpacing": 1784, - "m_flRadius": 1792, - "m_flSlack": 1788, - "m_iEffectIndex": 1808, - "m_iszEffectName": 1752, - "m_nEffectState": 1800 - }, - "metadata": [ - { - "name": "m_flParticleSpacing", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flSlack", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flRadius", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_ColorTint", - "ty": "Color", - "type": "NetworkVarNames" - }, - { - "name": "m_nEffectState", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iEffectIndex", - "ty": "HParticleSystemDefinitionStrong", - "type": "NetworkVarNames" - }, - { - "name": "m_PathNodes_Position", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_PathNodes_TangentIn", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_PathNodes_TangentOut", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_PathNodes_Color", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_PathNodes_PinEnabled", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_PathNodes_RadiusScale", - "ty": "float", - "type": "NetworkVarNames" - } - ], - "parent": "C_BaseEntity" - }, - "C_PhysicsProp": { - "fields": { - "m_bAwake": 4037 - }, - "metadata": [ - { - "name": "MNetworkExcludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByUserGroup", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByUserGroup", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "m_bAwake", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": "C_BreakableProp" - }, - "C_PlantedC4": { - "fields": { - "m_bBeingDefused": 3764, - "m_bBombDefused": 3788, - "m_bBombTicking": 3704, - "m_bC4Activated": 3776, - "m_bCannotBeDefused": 3756, - "m_bExplodeWarning": 3772, - "m_bHasExploded": 3757, - "m_bRadarFlash": 3808, - "m_bTenSecWarning": 3777, - "m_bTriggerWarning": 3768, - "m_entitySpottedState": 3720, - "m_fLastDefuseTime": 3816, - "m_flC4Blow": 3752, - "m_flC4ExplodeSpectateDuration": 3856, - "m_flDefuseCountDown": 3784, - "m_flDefuseLength": 3780, - "m_flNextBeep": 3748, - "m_flNextGlow": 3744, - "m_flNextRadarFlashTime": 3804, - "m_flTimerLength": 3760, - "m_hBombDefuser": 3792, - "m_hControlPanel": 3796, - "m_hDefuserMultimeter": 3800, - "m_nBombSite": 3708, - "m_nSourceSoundscapeHash": 3712, - "m_pBombDefuser": 3812, - "m_pPredictionOwner": 3824, - "m_vecC4ExplodeSpectateAng": 3844, - "m_vecC4ExplodeSpectatePos": 3832 - }, - "metadata": [ - { - "name": "m_bBombTicking", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_nBombSite", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nSourceSoundscapeHash", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_entitySpottedState", - "ty": "EntitySpottedState_t", - "type": "NetworkVarNames" - }, - { - "name": "m_flC4Blow", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_bCannotBeDefused", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bHasExploded", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_flTimerLength", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_bBeingDefused", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_flDefuseLength", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flDefuseCountDown", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_bBombDefused", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_hBombDefuser", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_hControlPanel", - "ty": "CHandle", - "type": "NetworkVarNames" - } - ], - "parent": "CBaseAnimGraph" - }, - "C_PlayerPing": { - "fields": { - "m_bUrgent": 1804, - "m_hPingedEntity": 1796, - "m_hPlayer": 1792, - "m_iType": 1800, - "m_szPlaceName": 1805 - }, - "metadata": [ - { - "name": "m_hPlayer", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_hPingedEntity", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_iType", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_bUrgent", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_szPlaceName", - "ty": "char", - "type": "NetworkVarNames" - } - ], - "parent": "C_BaseEntity" - }, - "C_PlayerSprayDecal": { - "fields": { - "m_SprayRenderHelper": 3376, - "m_flCreationTime": 3228, - "m_nEntity": 3220, - "m_nHitbox": 3224, - "m_nPlayer": 3216, - "m_nTintID": 3232, - "m_nUniqueID": 3152, - "m_nVersion": 3236, - "m_rtGcTime": 3164, - "m_ubSignature": 3237, - "m_unAccountID": 3156, - "m_unTraceID": 3160, - "m_vecEndPos": 3168, - "m_vecLeft": 3192, - "m_vecNormal": 3204, - "m_vecStart": 3180 - }, - "metadata": [ - { - "name": "m_nUniqueID", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_unAccountID", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_unTraceID", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_rtGcTime", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_vecEndPos", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_vecStart", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_vecLeft", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_vecNormal", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_nPlayer", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nEntity", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nHitbox", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_flCreationTime", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_nTintID", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nVersion", - "ty": "uint8", - "type": "NetworkVarNames" - }, - { - "name": "m_ubSignature", - "ty": "uint8", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "C_PlayerVisibility": { - "fields": { - "m_bIsEnabled": 1761, - "m_bStartDisabled": 1760, - "m_flFadeTime": 1756, - "m_flFogDistanceMultiplier": 1748, - "m_flFogMaxDensityMultiplier": 1752, - "m_flVisibilityStrength": 1744 - }, - "metadata": [ - { - "name": "m_flVisibilityStrength", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flFogDistanceMultiplier", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flFogMaxDensityMultiplier", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flFadeTime", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_bStartDisabled", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bIsEnabled", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": "C_BaseEntity" - }, - "C_PointCamera": { - "fields": { - "m_DegreesPerSecond": 1824, - "m_FOV": 1744, - "m_FogColor": 1753, - "m_Resolution": 1748, - "m_TargetFOV": 1820, - "m_bActive": 1772, - "m_bCanHLTVUse": 1796, - "m_bDofEnabled": 1797, - "m_bFogEnable": 1752, - "m_bIsOn": 1828, - "m_bNoSky": 1780, - "m_bUseScreenAspectRatio": 1773, - "m_fBrightness": 1784, - "m_flAspectRatio": 1776, - "m_flDofFarBlurry": 1812, - "m_flDofFarCrisp": 1808, - "m_flDofNearBlurry": 1800, - "m_flDofNearCrisp": 1804, - "m_flDofTiltToGround": 1816, - "m_flFogEnd": 1764, - "m_flFogMaxDensity": 1768, - "m_flFogStart": 1760, - "m_flZFar": 1788, - "m_flZNear": 1792, - "m_pNext": 1832 - }, - "metadata": [ - { - "name": "m_FOV", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_Resolution", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_bFogEnable", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_FogColor", - "ty": "Color", - "type": "NetworkVarNames" - }, - { - "name": "m_flFogStart", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flFogEnd", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flFogMaxDensity", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_bActive", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bUseScreenAspectRatio", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_flAspectRatio", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_bNoSky", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_fBrightness", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flZFar", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flZNear", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_bCanHLTVUse", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bDofEnabled", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_flDofNearBlurry", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flDofNearCrisp", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flDofFarCrisp", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flDofFarBlurry", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flDofTiltToGround", - "ty": "float", - "type": "NetworkVarNames" - } - ], - "parent": "C_BaseEntity" - }, - "C_PointClientUIDialog": { - "fields": { - "m_bStartEnabled": 3204, - "m_hActivator": 3200 - }, - "metadata": [ - { - "name": "m_hActivator", - "ty": "EHANDLE", - "type": "NetworkVarNames" - } - ], - "parent": "C_BaseClientUIEntity" - }, - "C_PointClientUIHUD": { - "fields": { - "m_bAllowInteractionFromAllSceneWorlds": 3640, - "m_bCheckCSSClasses": 3208, - "m_bIgnoreInput": 3600, - "m_flDPI": 3612, - "m_flDepthOffset": 3620, - "m_flHeight": 3608, - "m_flInteractDistance": 3616, - "m_flWidth": 3604, - "m_unHorizontalAlign": 3628, - "m_unOrientation": 3636, - "m_unOwnerContext": 3624, - "m_unVerticalAlign": 3632, - "m_vecCSSClasses": 3648 - }, - "metadata": [ - { - "name": "m_bIgnoreInput", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_flWidth", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flHeight", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flDPI", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flInteractDistance", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flDepthOffset", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_unOwnerContext", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_unHorizontalAlign", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_unVerticalAlign", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_unOrientation", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_bAllowInteractionFromAllSceneWorlds", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_vecCSSClasses", - "ty": "string_t", - "type": "NetworkVarNames" - } - ], - "parent": "C_BaseClientUIEntity" - }, - "C_PointClientUIWorldPanel": { - "fields": { - "m_anchorDeltaTransform": 3216, - "m_bAllowInteractionFromAllSceneWorlds": 3712, - "m_bCheckCSSClasses": 3210, - "m_bDisableMipGen": 3751, - "m_bExcludeFromSaveGames": 3748, - "m_bFollowPlayerAcrossTeleport": 3674, - "m_bForceRecreateNextUpdate": 3208, - "m_bGrabbable": 3749, - "m_bIgnoreInput": 3672, - "m_bLit": 3673, - "m_bMoveViewToPlayerNextThink": 3209, - "m_bNoDepth": 3745, - "m_bOnlyRenderToTexture": 3750, - "m_bOpaque": 3744, - "m_bRenderBackface": 3746, - "m_bUseOffScreenIndicator": 3747, - "m_flDPI": 3684, - "m_flDepthOffset": 3692, - "m_flHeight": 3680, - "m_flInteractDistance": 3688, - "m_flWidth": 3676, - "m_nExplicitImageLayout": 3752, - "m_pOffScreenIndicator": 3632, - "m_unHorizontalAlign": 3700, - "m_unOrientation": 3708, - "m_unOwnerContext": 3696, - "m_unVerticalAlign": 3704, - "m_vecCSSClasses": 3720 - }, - "metadata": [ - { - "name": "m_bIgnoreInput", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bLit", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bFollowPlayerAcrossTeleport", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_flWidth", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flHeight", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flDPI", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flInteractDistance", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flDepthOffset", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_unOwnerContext", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_unHorizontalAlign", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_unVerticalAlign", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_unOrientation", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_bAllowInteractionFromAllSceneWorlds", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_vecCSSClasses", - "ty": "string_t", - "type": "NetworkVarNames" - }, - { - "name": "m_bOpaque", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bNoDepth", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bRenderBackface", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bUseOffScreenIndicator", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bExcludeFromSaveGames", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bGrabbable", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bOnlyRenderToTexture", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bDisableMipGen", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_nExplicitImageLayout", - "ty": "int32", - "type": "NetworkVarNames" - } - ], - "parent": "C_BaseClientUIEntity" - }, - "C_PointClientUIWorldTextPanel": { - "fields": { - "m_messageText": 3756 - }, - "metadata": [ - { - "name": "m_messageText", - "ty": "char", - "type": "NetworkVarNames" - } - ], - "parent": "C_PointClientUIWorldPanel" - }, - "C_PointCommentaryNode": { - "fields": { - "m_bActive": 3712, - "m_bListenedTo": 3760, - "m_bRestartAfterRestore": 3780, - "m_bWasActive": 3713, - "m_flEndTime": 3716, - "m_flStartTime": 3720, - "m_flStartTimeInCommentary": 3724, - "m_hViewPosition": 3776, - "m_iNodeNumber": 3752, - "m_iNodeNumberMax": 3756, - "m_iszCommentaryFile": 3728, - "m_iszSpeakers": 3744, - "m_iszTitle": 3736 - }, - "metadata": [ - { - "name": "m_bActive", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_flStartTime", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_flStartTimeInCommentary", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_iszCommentaryFile", - "ty": "string_t", - "type": "NetworkVarNames" - }, - { - "name": "m_iszTitle", - "ty": "string_t", - "type": "NetworkVarNames" - }, - { - "name": "m_iszSpeakers", - "ty": "string_t", - "type": "NetworkVarNames" - }, - { - "name": "m_iNodeNumber", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iNodeNumberMax", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_bListenedTo", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_hViewPosition", - "ty": "CHandle", - "type": "NetworkVarNames" - } - ], - "parent": "CBaseAnimGraph" - }, - "C_PointValueRemapper": { - "fields": { - "m_bDisabled": 1744, - "m_bDisabledOld": 1745, - "m_bEngaged": 1840, - "m_bFirstUpdate": 1841, - "m_bRequiresUseKey": 1772, - "m_bUpdateOnClient": 1746, - "m_flCurrentMomentum": 1824, - "m_flDisengageDistance": 1764, - "m_flEngageDistance": 1768, - "m_flInputOffset": 1836, - "m_flMaximumChangePerSecond": 1760, - "m_flMomentumModifier": 1816, - "m_flPreviousUpdateTickTime": 1848, - "m_flPreviousValue": 1844, - "m_flRatchetOffset": 1832, - "m_flSnapValue": 1820, - "m_hOutputEntities": 1784, - "m_hRemapLineEnd": 1756, - "m_hRemapLineStart": 1752, - "m_nHapticsType": 1808, - "m_nInputType": 1748, - "m_nMomentumType": 1812, - "m_nOutputType": 1776, - "m_nRatchetType": 1828, - "m_vecPreviousTestPoint": 1852 - }, - "metadata": [ - { - "name": "m_bDisabled", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bUpdateOnClient", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_nInputType", - "ty": "ValueRemapperInputType_t", - "type": "NetworkVarNames" - }, - { - "name": "m_hRemapLineStart", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_hRemapLineEnd", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_flMaximumChangePerSecond", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flDisengageDistance", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flEngageDistance", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_bRequiresUseKey", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_nOutputType", - "ty": "ValueRemapperOutputType_t", - "type": "NetworkVarNames" - }, - { - "name": "m_hOutputEntities", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_nHapticsType", - "ty": "ValueRemapperHapticsType_t", - "type": "NetworkVarNames" - }, - { - "name": "m_nMomentumType", - "ty": "ValueRemapperMomentumType_t", - "type": "NetworkVarNames" - }, - { - "name": "m_flMomentumModifier", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flSnapValue", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_nRatchetType", - "ty": "ValueRemapperRatchetType_t", - "type": "NetworkVarNames" - }, - { - "name": "m_flInputOffset", - "ty": "float", - "type": "NetworkVarNames" - } - ], - "parent": "C_BaseEntity" - }, - "C_PointWorldText": { - "fields": { - "m_Color": 3768, - "m_FontName": 3688, - "m_bEnabled": 3752, - "m_bForceRecreateNextUpdate": 3160, - "m_bFullbright": 3753, - "m_flDepthOffset": 3764, - "m_flFontSize": 3760, - "m_flWorldUnitsPerPx": 3756, - "m_messageText": 3176, - "m_nJustifyHorizontal": 3772, - "m_nJustifyVertical": 3776, - "m_nReorientMode": 3780 - }, - "metadata": [ - { - "name": "m_messageText", - "ty": "char", - "type": "NetworkVarNames" - }, - { - "name": "m_FontName", - "ty": "char", - "type": "NetworkVarNames" - }, - { - "name": "m_bEnabled", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bFullbright", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_flWorldUnitsPerPx", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flFontSize", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flDepthOffset", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_Color", - "ty": "Color", - "type": "NetworkVarNames" - }, - { - "name": "m_nJustifyHorizontal", - "ty": "PointWorldTextJustifyHorizontal_t", - "type": "NetworkVarNames" - }, - { - "name": "m_nJustifyVertical", - "ty": "PointWorldTextJustifyVertical_t", - "type": "NetworkVarNames" - }, - { - "name": "m_nReorientMode", - "ty": "PointWorldTextReorientMode_t", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "C_PostProcessingVolume": { - "fields": { - "m_bExposureControl": 3221, - "m_bMaster": 3220, - "m_flExposureCompensation": 3204, - "m_flExposureFadeSpeedDown": 3212, - "m_flExposureFadeSpeedUp": 3208, - "m_flFadeDuration": 3184, - "m_flMaxExposure": 3200, - "m_flMaxLogExposure": 3192, - "m_flMinExposure": 3196, - "m_flMinLogExposure": 3188, - "m_flRate": 3224, - "m_flTonemapEVSmoothingRange": 3216, - "m_flTonemapMinAvgLum": 3236, - "m_flTonemapPercentBrightPixels": 3232, - "m_flTonemapPercentTarget": 3228, - "m_hPostSettings": 3176 - }, - "metadata": [ - { - "name": "m_hPostSettings", - "ty": "HPostProcessingStrong", - "type": "NetworkVarNames" - }, - { - "name": "m_flFadeDuration", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flMinLogExposure", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flMaxLogExposure", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flMinExposure", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flMaxExposure", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flExposureCompensation", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flExposureFadeSpeedUp", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flExposureFadeSpeedDown", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flTonemapEVSmoothingRange", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_bMaster", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bExposureControl", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_flRate", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flTonemapPercentTarget", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flTonemapPercentBrightPixels", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flTonemapMinAvgLum", - "ty": "float", - "type": "NetworkVarNames" - } - ], - "parent": "C_BaseTrigger" - }, - "C_RagdollManager": { - "fields": { - "m_iCurrentMaxRagdollCount": 1744 - }, - "metadata": [ - { - "name": "m_iCurrentMaxRagdollCount", - "ty": "int8", - "type": "NetworkVarNames" - } - ], - "parent": "C_BaseEntity" - }, - "C_RagdollProp": { - "fields": { - "m_flBlendWeight": 3760, - "m_flBlendWeightCurrent": 3772, - "m_hRagdollSource": 3764, - "m_iEyeAttachment": 3768, - "m_parentPhysicsBoneIndices": 3776, - "m_ragAngles": 3736, - "m_ragPos": 3712, - "m_worldSpaceBoneComputationOrder": 3800 - }, - "metadata": [ - { - "name": "m_ragPos", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_ragAngles", - "ty": "QAngle", - "type": "NetworkVarNames" - }, - { - "name": "m_flBlendWeight", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_hRagdollSource", - "ty": "EHANDLE", - "type": "NetworkVarNames" - } - ], - "parent": "CBaseAnimGraph" - }, - "C_RagdollPropAttached": { - "fields": { - "m_attachmentPointBoneSpace": 3832, - "m_attachmentPointRagdollSpace": 3844, - "m_bHasParent": 3872, - "m_boneIndexAttached": 3824, - "m_parentTime": 3868, - "m_ragdollAttachedObjectIndex": 3828, - "m_vecOffset": 3856 - }, - "metadata": [ - { - "name": "m_boneIndexAttached", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_ragdollAttachedObjectIndex", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_attachmentPointBoneSpace", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_attachmentPointRagdollSpace", - "ty": "Vector", - "type": "NetworkVarNames" - } - ], - "parent": "C_RagdollProp" - }, - "C_RectLight": { - "fields": { - "m_bShowLight": 3736 - }, - "metadata": [ - { - "name": "m_bShowLight", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": "C_BarnLight" - }, - "C_RetakeGameRules": { - "fields": { - "m_bBlockersPresent": 252, - "m_bRoundInProgress": 253, - "m_iBombSite": 260, - "m_iFirstSecondHalfRound": 256, - "m_nMatchSeed": 248 - }, - "metadata": [ - { - "name": "m_nMatchSeed", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_bBlockersPresent", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bRoundInProgress", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_iFirstSecondHalfRound", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iBombSite", - "ty": "int", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "C_RopeKeyframe": { - "fields": { - "m_LightValues": 3856, - "m_LinksTouchingSomething": 3160, - "m_PhysicsDelegate": 4008, - "m_RopeFlags": 3216, - "m_RopeLength": 3992, - "m_Slack": 3994, - "m_Subdiv": 3990, - "m_TextureHeight": 4032, - "m_TextureScale": 3996, - "m_Width": 4004, - "m_bApplyWind": 3168, - "m_bConstrainBetweenEndpoints": 4144, - "m_bEndPointAttachmentAnglesDirty": 0, - "m_bEndPointAttachmentPositionsDirty": 0, - "m_bNewDataThisFrame": 0, - "m_bPhysicsInitted": 0, - "m_bPrevEndPointPos": 3180, - "m_fLockedPoints": 4000, - "m_fPrevLockedPoints": 3172, - "m_flCurScroll": 3208, - "m_flCurrentGustLifetime": 4064, - "m_flCurrentGustTimer": 4060, - "m_flScrollSpeed": 3212, - "m_flTimeToNextGust": 4068, - "m_hEndPoint": 3984, - "m_hMaterial": 4024, - "m_hStartPoint": 3980, - "m_iEndAttachment": 3989, - "m_iForcePointMoveCounter": 3176, - "m_iRopeMaterialModelIndex": 3224, - "m_iStartAttachment": 3988, - "m_nChangeCount": 4001, - "m_nLinksTouchingSomething": 3164, - "m_nSegments": 3976, - "m_vCachedEndPointAttachmentAngle": 4120, - "m_vCachedEndPointAttachmentPos": 4096, - "m_vColorMod": 4084, - "m_vPrevEndPointPos": 3184, - "m_vWindDir": 4072, - "m_vecImpulse": 4036, - "m_vecPreviousImpulse": 4048 - }, - "metadata": [ - { - "name": "MNetworkIncludeByUserGroup", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "m_flScrollSpeed", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_RopeFlags", - "ty": "uint16", - "type": "NetworkVarNames" - }, - { - "name": "m_iRopeMaterialModelIndex", - "ty": "HMaterialStrong", - "type": "NetworkVarNames" - }, - { - "name": "m_nSegments", - "ty": "uint8", - "type": "NetworkVarNames" - }, - { - "name": "m_hStartPoint", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_hEndPoint", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_iStartAttachment", - "ty": "AttachmentHandle_t", - "type": "NetworkVarNames" - }, - { - "name": "m_iEndAttachment", - "ty": "AttachmentHandle_t", - "type": "NetworkVarNames" - }, - { - "name": "m_Subdiv", - "ty": "uint8", - "type": "NetworkVarNames" - }, - { - "name": "m_RopeLength", - "ty": "int16", - "type": "NetworkVarNames" - }, - { - "name": "m_Slack", - "ty": "int16", - "type": "NetworkVarNames" - }, - { - "name": "m_TextureScale", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_fLockedPoints", - "ty": "uint8", - "type": "NetworkVarNames" - }, - { - "name": "m_nChangeCount", - "ty": "uint8", - "type": "NetworkVarNames" - }, - { - "name": "m_Width", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_bConstrainBetweenEndpoints", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": "C_BaseModelEntity" - }, - "C_SceneEntity": { - "fields": { - "m_QueuedEvents": 1808, - "m_bAutogenerated": 1755, - "m_bClientOnly": 1762, - "m_bIsPlayingBack": 1752, - "m_bMultiplayer": 1754, - "m_bPaused": 1753, - "m_bWasPlaying": 1792, - "m_flCurrentTime": 1832, - "m_flForceClientTime": 1756, - "m_hActorList": 1768, - "m_hOwner": 1764, - "m_nSceneStringIndex": 1760 - }, - "metadata": [ - { - "name": "m_bIsPlayingBack", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bPaused", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bMultiplayer", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bAutogenerated", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_flForceClientTime", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_nSceneStringIndex", - "ty": "uint16", - "type": "NetworkVarNames" - }, - { - "name": "m_hActorList", - "ty": "CHandle", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "C_ShatterGlassShardPhysics": { - "fields": { - "m_ShardDesc": 4048 - }, - "metadata": [ - { - "name": "MNetworkExcludeByName", - "type": "Unknown" - }, - { - "name": "m_ShardDesc", - "ty": "shard_model_desc_t", - "type": "NetworkVarNames" - } - ], - "parent": "C_PhysicsProp" - }, - "C_SkyCamera": { - "fields": { - "m_bUseAngles": 1892, - "m_pNext": 1896, - "m_skyboxData": 1744, - "m_skyboxSlotToken": 1888 - }, - "metadata": [ - { - "name": "m_skyboxData", - "ty": "sky3dparams_t", - "type": "NetworkVarNames" - }, - { - "name": "m_skyboxSlotToken", - "ty": "CUtlStringToken", - "type": "NetworkVarNames" - } - ], - "parent": "C_BaseEntity" - }, - "C_SmokeGrenadeProjectile": { - "fields": { - "m_VoxelFrameData": 4384, - "m_bDidSmokeEffect": 4348, - "m_bSmokeEffectSpawned": 4409, - "m_bSmokeVolumeDataReceived": 4408, - "m_nRandomSeed": 4352, - "m_nSmokeEffectTickBegin": 4344, - "m_vSmokeColor": 4356, - "m_vSmokeDetonationPos": 4368 - }, - "metadata": [ - { - "name": "m_nSmokeEffectTickBegin", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_bDidSmokeEffect", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_nRandomSeed", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_vSmokeColor", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_vSmokeDetonationPos", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_VoxelFrameData", - "ty": "CUtlVector", - "type": "NetworkVarNames" - } - ], - "parent": "C_BaseCSGrenadeProjectile" - }, - "C_SoundAreaEntityBase": { - "fields": { - "m_bDisabled": 1744, - "m_bWasEnabled": 1752, - "m_iszSoundAreaType": 1760, - "m_vPos": 1768 - }, - "metadata": [ - { - "name": "m_bDisabled", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_iszSoundAreaType", - "ty": "string_t", - "type": "NetworkVarNames" - }, - { - "name": "m_vPos", - "ty": "Vector", - "type": "NetworkVarNames" - } - ], - "parent": "C_BaseEntity" - }, - "C_SoundAreaEntityOrientedBox": { - "fields": { - "m_vMax": 1792, - "m_vMin": 1780 - }, - "metadata": [ - { - "name": "m_vMin", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_vMax", - "ty": "Vector", - "type": "NetworkVarNames" - } - ], - "parent": "C_SoundAreaEntityBase" - }, - "C_SoundAreaEntitySphere": { - "fields": { - "m_flRadius": 1780 - }, - "metadata": [ - { - "name": "m_flRadius", - "ty": "float", - "type": "NetworkVarNames" - } - ], - "parent": "C_SoundAreaEntityBase" - }, - "C_SoundOpvarSetPointBase": { - "fields": { - "m_bUseAutoCompare": 1772, - "m_iOpvarIndex": 1768, - "m_iszOperatorName": 1752, - "m_iszOpvarName": 1760, - "m_iszStackName": 1744 - }, - "metadata": [ - { - "name": "m_iszStackName", - "ty": "string_t", - "type": "NetworkVarNames" - }, - { - "name": "m_iszOperatorName", - "ty": "string_t", - "type": "NetworkVarNames" - }, - { - "name": "m_iszOpvarName", - "ty": "string_t", - "type": "NetworkVarNames" - }, - { - "name": "m_iOpvarIndex", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_bUseAutoCompare", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": "C_BaseEntity" - }, - "C_SpotlightEnd": { - "fields": { - "m_Radius": 3156, - "m_flLightScale": 3152 - }, - "metadata": [ - { - "name": "m_flLightScale", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_Radius", - "ty": "float32", - "type": "NetworkVarNames" - } - ], - "parent": "C_BaseModelEntity" - }, - "C_Sprite": { - "fields": { - "m_bWorldSpaceScale": 3232, - "m_flBrightnessDuration": 3220, - "m_flBrightnessTimeStart": 3272, - "m_flDestScale": 3256, - "m_flDieTime": 3200, - "m_flFrame": 3196, - "m_flGlowProxySize": 3236, - "m_flHDRColorScale": 3240, - "m_flLastTime": 3244, - "m_flMaxFrame": 3248, - "m_flScaleDuration": 3228, - "m_flScaleTimeStart": 3260, - "m_flSpriteFramerate": 3192, - "m_flSpriteScale": 3224, - "m_flStartScale": 3252, - "m_hAttachedToEntity": 3184, - "m_hOldSpriteMaterial": 3280, - "m_hSpriteMaterial": 3176, - "m_nAttachment": 3188, - "m_nBrightness": 3216, - "m_nDestBrightness": 3268, - "m_nSpriteHeight": 3452, - "m_nSpriteWidth": 3448, - "m_nStartBrightness": 3264 - }, - "metadata": [ - { - "name": "m_hSpriteMaterial", - "ty": "HMaterialStrong", - "type": "NetworkVarNames" - }, - { - "name": "m_hAttachedToEntity", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_nAttachment", - "ty": "AttachmentHandle_t", - "type": "NetworkVarNames" - }, - { - "name": "m_flSpriteFramerate", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flFrame", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_nBrightness", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_flBrightnessDuration", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flSpriteScale", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flScaleDuration", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_bWorldSpaceScale", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_flGlowProxySize", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flHDRColorScale", - "ty": "float32", - "type": "NetworkVarNames" - } - ], - "parent": "C_BaseModelEntity" - }, - "C_Sun": { - "fields": { - "m_bOn": 3212, - "m_bmaxColor": 3213, - "m_clrOverlay": 3208, - "m_fdistNormalize": 3160, - "m_flAlphaHaze": 3232, - "m_flAlphaHdr": 3240, - "m_flAlphaScale": 3236, - "m_flFarZScale": 3244, - "m_flHDRColorScale": 3228, - "m_flHazeScale": 3220, - "m_flRotation": 3224, - "m_flSize": 3216, - "m_fxSSSunFlareEffectIndex": 3152, - "m_fxSunFlareEffectIndex": 3156, - "m_iszEffectName": 3192, - "m_iszSSEffectName": 3200, - "m_vDirection": 3176, - "m_vSunPos": 3164 - }, - "metadata": [ - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByUserGroup", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "m_vDirection", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_iszEffectName", - "ty": "string_t", - "type": "NetworkVarNames" - }, - { - "name": "m_iszSSEffectName", - "ty": "string_t", - "type": "NetworkVarNames" - }, - { - "name": "m_clrOverlay", - "ty": "Color", - "type": "NetworkVarNames" - }, - { - "name": "m_bOn", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bmaxColor", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_flSize", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flHazeScale", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flRotation", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flHDRColorScale", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flAlphaHaze", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flAlphaScale", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flAlphaHdr", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flFarZScale", - "ty": "float32", - "type": "NetworkVarNames" - } - ], - "parent": "C_BaseModelEntity" - }, - "C_Team": { - "fields": { - "m_aPlayerControllers": 1744, - "m_aPlayers": 1768, - "m_iScore": 1792, - "m_szTeamname": 1796 - }, - "metadata": [ - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "m_aPlayerControllers", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_aPlayers", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_iScore", - "ty": "int32", - "type": "NetworkVarNames" - }, - { - "name": "m_szTeamname", - "ty": "char", - "type": "NetworkVarNames" - } - ], - "parent": "C_BaseEntity" - }, - "C_TeamRoundTimer": { - "fields": { - "m_bAutoCountdown": 1772, - "m_bFire10SecRemain": 1800, - "m_bFire1MinRemain": 1798, - "m_bFire1SecRemain": 1805, - "m_bFire2MinRemain": 1797, - "m_bFire2SecRemain": 1804, - "m_bFire30SecRemain": 1799, - "m_bFire3MinRemain": 1796, - "m_bFire3SecRemain": 1803, - "m_bFire4MinRemain": 1795, - "m_bFire4SecRemain": 1802, - "m_bFire5MinRemain": 1794, - "m_bFire5SecRemain": 1801, - "m_bFireFinished": 1793, - "m_bInCaptureWatchState": 1785, - "m_bIsDisabled": 1756, - "m_bShowInHUD": 1757, - "m_bStartPaused": 1784, - "m_bStopWatchTimer": 1792, - "m_bTimerPaused": 1744, - "m_flTimeRemaining": 1748, - "m_flTimerEndTime": 1752, - "m_flTotalTime": 1788, - "m_nOldTimerLength": 1808, - "m_nOldTimerState": 1812, - "m_nSetupTimeLength": 1776, - "m_nState": 1780, - "m_nTimerInitialLength": 1764, - "m_nTimerLength": 1760, - "m_nTimerMaxLength": 1768 - }, - "metadata": [ - { - "name": "m_bTimerPaused", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_flTimeRemaining", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flTimerEndTime", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_bIsDisabled", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bShowInHUD", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_nTimerLength", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nTimerInitialLength", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nTimerMaxLength", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_bAutoCountdown", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_nSetupTimeLength", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nState", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_bStartPaused", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bInCaptureWatchState", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_flTotalTime", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_bStopWatchTimer", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": "C_BaseEntity" - }, - "C_TextureBasedAnimatable": { - "fields": { - "m_bLoop": 3152, - "m_flFPS": 3156, - "m_flStartFrame": 3204, - "m_flStartTime": 3200, - "m_hPositionKeys": 3160, - "m_hRotationKeys": 3168, - "m_vAnimationBoundsMax": 3188, - "m_vAnimationBoundsMin": 3176 - }, - "metadata": [ - { - "name": "m_bLoop", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_flFPS", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_hPositionKeys", - "ty": "HRenderTextureStrong", - "type": "NetworkVarNames" - }, - { - "name": "m_hRotationKeys", - "ty": "HRenderTextureStrong", - "type": "NetworkVarNames" - }, - { - "name": "m_vAnimationBoundsMin", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_vAnimationBoundsMax", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_flStartTime", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flStartFrame", - "ty": "float", - "type": "NetworkVarNames" - } - ], - "parent": "C_BaseModelEntity" - }, - "C_TonemapController2": { - "fields": { - "m_flAutoExposureMax": 1748, - "m_flAutoExposureMin": 1744, - "m_flExposureAdaptationSpeedDown": 1768, - "m_flExposureAdaptationSpeedUp": 1764, - "m_flTonemapEVSmoothingRange": 1772, - "m_flTonemapMinAvgLum": 1760, - "m_flTonemapPercentBrightPixels": 1756, - "m_flTonemapPercentTarget": 1752 - }, - "metadata": [ - { - "name": "m_flAutoExposureMin", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flAutoExposureMax", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flTonemapPercentTarget", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flTonemapPercentBrightPixels", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flTonemapMinAvgLum", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flExposureAdaptationSpeedUp", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flExposureAdaptationSpeedDown", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flTonemapEVSmoothingRange", - "ty": "float", - "type": "NetworkVarNames" - } - ], - "parent": "C_BaseEntity" - }, - "C_TriggerBuoyancy": { - "fields": { - "m_BuoyancyHelper": 3160, - "m_flFluidDensity": 3192 - }, - "metadata": [ - { - "name": "m_flFluidDensity", - "ty": "float", - "type": "NetworkVarNames" - } - ], - "parent": "C_BaseTrigger" - }, - "C_TriggerPhysics": { - "fields": { - "m_angularDamping": 3172, - "m_angularLimit": 3168, - "m_bCollapseToForcePoint": 3200, - "m_bConvertToDebrisWhenPossible": 3228, - "m_flDampingRatio": 3184, - "m_flFrequency": 3180, - "m_gravityScale": 3156, - "m_linearDamping": 3164, - "m_linearForce": 3176, - "m_linearLimit": 3160, - "m_vecLinearForceDirection": 3216, - "m_vecLinearForcePointAt": 3188, - "m_vecLinearForcePointAtWorld": 3204 - }, - "metadata": [ - { - "name": "m_gravityScale", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_linearLimit", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_linearDamping", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_angularLimit", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_angularDamping", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_linearForce", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flFrequency", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flDampingRatio", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_vecLinearForcePointAt", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_bCollapseToForcePoint", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_vecLinearForcePointAtWorld", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_vecLinearForceDirection", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_bConvertToDebrisWhenPossible", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": "C_BaseTrigger" - }, - "C_VoteController": { - "fields": { - "m_bIsYesNoVote": 1790, - "m_bTypeDirty": 1789, - "m_bVotesDirty": 1788, - "m_iActiveIssueIndex": 1756, - "m_iOnlyTeamToVote": 1760, - "m_nPotentialVotes": 1784, - "m_nVoteOptionCount": 1764 - }, - "metadata": [ - { - "name": "m_iActiveIssueIndex", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iOnlyTeamToVote", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nVoteOptionCount", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nPotentialVotes", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_bIsYesNoVote", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": "C_BaseEntity" - }, - "C_WeaponBaseItem": { - "fields": { - "m_SequenceCompleteTimer": 10504, - "m_bRedraw": 10528 - }, - "metadata": [ - { - "name": "m_SequenceCompleteTimer", - "ty": "CountdownTimer", - "type": "NetworkVarNames" - }, - { - "name": "m_bRedraw", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": "C_CSWeaponBase" - }, - "C_WeaponShield": { - "fields": { - "m_flDisplayHealth": 10536 - }, - "metadata": [ - { - "name": "m_flDisplayHealth", - "ty": "float", - "type": "NetworkVarNames" - } - ], - "parent": "C_CSWeaponBaseGun" - }, - "C_WeaponTaser": { - "fields": { - "m_fFireTime": 10536 - }, - "metadata": [ - { - "name": "m_fFireTime", - "ty": "GameTime_t", - "type": "NetworkVarNames" - } - ], - "parent": "C_CSWeaponBaseGun" - }, - "C_fogplayerparams_t": { - "fields": { - "m_NewColor": 40, - "m_OldColor": 16, - "m_flNewEnd": 48, - "m_flNewFarZ": 60, - "m_flNewHDRColorScale": 56, - "m_flNewMaxDensity": 52, - "m_flNewStart": 44, - "m_flOldEnd": 24, - "m_flOldFarZ": 36, - "m_flOldHDRColorScale": 32, - "m_flOldMaxDensity": 28, - "m_flOldStart": 20, - "m_flTransitionTime": 12, - "m_hCtrl": 8 - }, - "metadata": [ - { - "name": "m_hCtrl", - "ty": "CHandle", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CompMatMutatorCondition_t": { - "fields": { - "m_bPassWhenTrue": 32, - "m_nMutatorCondition": 0, - "m_strMutatorConditionContainerName": 8, - "m_strMutatorConditionContainerVarName": 16, - "m_strMutatorConditionContainerVarValue": 24 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - }, - { - "name": "MPropertyElementNameFn", - "type": "Unknown" - } - ], - "parent": null - }, - "CompMatPropertyMutator_t": { - "fields": { - "m_bCaptureInRenderDoc": 750, - "m_bEnabled": 0, - "m_bIsScratchTarget": 748, - "m_bSplatDebugInfo": 749, - "m_colDrawText_Color": 832, - "m_nMutatorCommandType": 4, - "m_nResolution": 744, - "m_nSetValue_Value": 104, - "m_strCopyKeysWithSuffix_FindSuffix": 88, - "m_strCopyKeysWithSuffix_InputContainerSrc": 80, - "m_strCopyKeysWithSuffix_ReplaceSuffix": 96, - "m_strCopyMatchingKeys_InputContainerSrc": 72, - "m_strCopyProperty_InputContainerProperty": 24, - "m_strCopyProperty_InputContainerSrc": 16, - "m_strCopyProperty_TargetProperty": 32, - "m_strDrawText_Font": 840, - "m_strDrawText_InputContainerProperty": 816, - "m_strDrawText_InputContainerSrc": 808, - "m_strGenerateTexture_InitialContainer": 736, - "m_strGenerateTexture_TargetParam": 728, - "m_strInitWith_Container": 8, - "m_strPopInputQueue_Container": 800, - "m_strRandomRollInputVars_SeedInputVar": 40, - "m_vecConditionalMutators": 776, - "m_vecConditions": 848, - "m_vecDrawText_Position": 824, - "m_vecRandomRollInputVars_InputVarsToRoll": 48, - "m_vecTexGenInstructions": 752 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - }, - { - "name": "MPropertyElementNameFn", - "type": "Unknown" - } - ], - "parent": null - }, - "CompositeMaterialAssemblyProcedure_t": { - "fields": { - "m_vecCompMatIncludes": 0, - "m_vecCompositeInputContainers": 48, - "m_vecMatchFilters": 24, - "m_vecPropertyMutators": 72 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - }, - { - "name": "MPropertyElementNameFn", - "type": "Unknown" - } - ], - "parent": null - }, - "CompositeMaterialEditorPoint_t": { - "fields": { - "m_ChildModelName": 256, - "m_KVModelStateChoices": 232, - "m_ModelName": 0, - "m_bEnableChildModel": 248, - "m_flCycle": 228, - "m_nSequenceIndex": 224, - "m_vecCompositeMaterialAssemblyProcedures": 480, - "m_vecCompositeMaterials": 504 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CompositeMaterialInputContainer_t": { - "fields": { - "m_bEnabled": 0, - "m_bExposeExternally": 280, - "m_nCompositeMaterialInputContainerSourceType": 4, - "m_strAlias": 240, - "m_strAttrName": 232, - "m_strAttrNameForVar": 272, - "m_strSpecificContainerMaterial": 8, - "m_vecLooseVariables": 248 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - }, - { - "name": "MPropertyElementNameFn", - "type": "Unknown" - } - ], - "parent": null - }, - "CompositeMaterialInputLooseVariable_t": { - "fields": { - "m_bExposeExternally": 8, - "m_bExposedVariableIsFixedRange": 32, - "m_bHasFloatBounds": 80, - "m_bValueBoolean": 60, - "m_cValueColor4": 132, - "m_flValueFloatW": 120, - "m_flValueFloatW_Max": 128, - "m_flValueFloatW_Min": 124, - "m_flValueFloatX": 84, - "m_flValueFloatX_Max": 92, - "m_flValueFloatX_Min": 88, - "m_flValueFloatY": 96, - "m_flValueFloatY_Max": 104, - "m_flValueFloatY_Min": 100, - "m_flValueFloatZ": 108, - "m_flValueFloatZ_Max": 116, - "m_flValueFloatZ_Min": 112, - "m_nTextureType": 608, - "m_nValueIntW": 76, - "m_nValueIntX": 64, - "m_nValueIntY": 68, - "m_nValueIntZ": 72, - "m_nValueSystemVar": 136, - "m_nVariableType": 56, - "m_strExposedFriendlyGroupName": 24, - "m_strExposedFriendlyName": 16, - "m_strExposedHiddenWhenTrue": 48, - "m_strExposedVisibleWhenTrue": 40, - "m_strName": 0, - "m_strResourceMaterial": 144, - "m_strString": 616, - "m_strTextureCompilationVtexTemplate": 600, - "m_strTextureContentAssetPath": 368, - "m_strTextureRuntimeResourcePath": 376 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - }, - { - "name": "MPropertyElementNameFn", - "type": "Unknown" - } - ], - "parent": null - }, - "CompositeMaterialMatchFilter_t": { - "fields": { - "m_bPassWhenTrue": 24, - "m_nCompositeMaterialMatchFilterType": 0, - "m_strMatchFilter": 8, - "m_strMatchValue": 16 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - }, - { - "name": "MPropertyElementNameFn", - "type": "Unknown" - } - ], - "parent": null - }, - "CompositeMaterial_t": { - "fields": { - "m_FinalKVs": 40, - "m_PreGenerationKVs": 24, - "m_TargetKVs": 8, - "m_vecGeneratedTextures": 64 - }, - "metadata": [ - { - "name": "MPropertyElementNameFn", - "type": "Unknown" - } - ], - "parent": null - }, - "CountdownTimer": { - "fields": { - "m_duration": 8, - "m_nWorldGroupId": 20, - "m_timescale": 16, - "m_timestamp": 12 - }, - "metadata": [ - { - "name": "m_duration", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_timestamp", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_timescale", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_nWorldGroupId", - "ty": "WorldGroupId_t", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "EngineCountdownTimer": { - "fields": { - "m_duration": 8, - "m_timescale": 16, - "m_timestamp": 12 - }, - "metadata": [ - { - "name": "m_duration", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_timestamp", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_timescale", - "ty": "float32", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "EntityRenderAttribute_t": { - "fields": { - "m_ID": 48, - "m_Values": 52 - }, - "metadata": [ - { - "name": "m_ID", - "ty": "CUtlStringToken", - "type": "NetworkVarNames" - }, - { - "name": "m_Values", - "ty": "Vector4D", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "EntitySpottedState_t": { - "fields": { - "m_bSpotted": 8, - "m_bSpottedByMask": 12 - }, - "metadata": [ - { - "name": "m_bSpotted", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bSpottedByMask", - "ty": "uint32", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "GeneratedTextureHandle_t": { - "fields": { - "m_strBitmapName": 0 - }, - "metadata": [ - { - "name": "MPropertyElementNameFn", - "type": "Unknown" - } - ], - "parent": null - }, - "IntervalTimer": { - "fields": { - "m_nWorldGroupId": 12, - "m_timestamp": 8 - }, - "metadata": [ - { - "name": "m_timestamp", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_nWorldGroupId", - "ty": "WorldGroupId_t", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "PhysicsRagdollPose_t": { - "fields": { - "__m_pChainEntity": 8, - "m_Transforms": 48, - "m_bDirty": 104, - "m_hOwner": 72 - }, - "metadata": [ - { - "name": "m_Transforms", - "ty": "CTransform", - "type": "NetworkVarNames" - }, - { - "name": "m_hOwner", - "ty": "EHANDLE", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "SellbackPurchaseEntry_t": { - "fields": { - "m_bPrevHelmet": 60, - "m_hItem": 64, - "m_nCost": 52, - "m_nPrevArmor": 56, - "m_unDefIdx": 48 - }, - "metadata": [ - { - "name": "m_unDefIdx", - "ty": "item_definition_index_t", - "type": "NetworkVarNames" - }, - { - "name": "m_nCost", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nPrevArmor", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_bPrevHelmet", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_hItem", - "ty": "CEntityHandle", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "VPhysicsCollisionAttribute_t": { - "fields": { - "m_nCollisionFunctionMask": 43, - "m_nCollisionGroup": 42, - "m_nEntityId": 32, - "m_nHierarchyId": 40, - "m_nInteractsAs": 8, - "m_nInteractsExclude": 24, - "m_nInteractsWith": 16, - "m_nOwnerId": 36 - }, - "metadata": [ - { - "name": "m_nInteractsAs", - "ty": "uint64", - "type": "NetworkVarNames" - }, - { - "name": "m_nInteractsWith", - "ty": "uint64", - "type": "NetworkVarNames" - }, - { - "name": "m_nInteractsExclude", - "ty": "uint64", - "type": "NetworkVarNames" - }, - { - "name": "m_nEntityId", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_nOwnerId", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_nHierarchyId", - "ty": "uint16", - "type": "NetworkVarNames" - }, - { - "name": "m_nCollisionGroup", - "ty": "uint8", - "type": "NetworkVarNames" - }, - { - "name": "m_nCollisionFunctionMask", - "ty": "uint8", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "ViewAngleServerChange_t": { - "fields": { - "nIndex": 64, - "nType": 48, - "qAngle": 52 - }, - "metadata": [ - { - "name": "nType", - "ty": "FixAngleSet_t", - "type": "NetworkVarNames" - }, - { - "name": "qAngle", - "ty": "QAngle", - "type": "NetworkVarNames" - }, - { - "name": "nIndex", - "ty": "uint32", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "WeaponPurchaseCount_t": { - "fields": { - "m_nCount": 50, - "m_nItemDefIndex": 48 - }, - "metadata": [ - { - "name": "m_nItemDefIndex", - "ty": "uint16", - "type": "NetworkVarNames" - }, - { - "name": "m_nCount", - "ty": "uint16", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "WeaponPurchaseTracker_t": { - "fields": { - "m_weaponPurchases": 8 - }, - "metadata": [ - { - "name": "m_weaponPurchases", - "ty": "WeaponPurchaseCount_t", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "audioparams_t": { - "fields": { - "localBits": 108, - "localSound": 8, - "soundEventHash": 116, - "soundscapeEntityListIndex": 112, - "soundscapeIndex": 104 - }, - "metadata": [ - { - "name": "localSound", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "soundscapeIndex", - "ty": "int32", - "type": "NetworkVarNames" - }, - { - "name": "localBits", - "ty": "uint8", - "type": "NetworkVarNames" - }, - { - "name": "soundscapeEntityListIndex", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "soundEventHash", - "ty": "uint32", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "fogparams_t": { - "fields": { - "HDRColorScale": 56, - "blend": 101, - "blendtobackground": 88, - "colorPrimary": 20, - "colorPrimaryLerpTo": 28, - "colorSecondary": 24, - "colorSecondaryLerpTo": 32, - "dirPrimary": 8, - "duration": 84, - "enable": 100, - "end": 40, - "endLerpTo": 72, - "exponent": 52, - "farz": 44, - "lerptime": 80, - "locallightscale": 96, - "m_bNoReflectionFog": 102, - "m_bPadding": 103, - "maxdensity": 48, - "maxdensityLerpTo": 76, - "scattering": 92, - "skyboxFogFactor": 60, - "skyboxFogFactorLerpTo": 64, - "start": 36, - "startLerpTo": 68 - }, - "metadata": [ - { - "name": "dirPrimary", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "colorPrimary", - "ty": "Color", - "type": "NetworkVarNames" - }, - { - "name": "colorSecondary", - "ty": "Color", - "type": "NetworkVarNames" - }, - { - "name": "colorPrimaryLerpTo", - "ty": "Color", - "type": "NetworkVarNames" - }, - { - "name": "colorSecondaryLerpTo", - "ty": "Color", - "type": "NetworkVarNames" - }, - { - "name": "start", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "end", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "farz", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "maxdensity", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "exponent", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "HDRColorScale", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "skyboxFogFactor", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "skyboxFogFactorLerpTo", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "startLerpTo", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "endLerpTo", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "maxdensityLerpTo", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "lerptime", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "duration", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "blendtobackground", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "scattering", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "locallightscale", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "enable", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "blend", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bNoReflectionFog", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "shard_model_desc_t": { - "fields": { - "m_ShatterPanelMode": 25, - "m_SurfacePropStringToken": 88, - "m_bHasParent": 84, - "m_bParentFrozen": 85, - "m_flGlassHalfThickness": 80, - "m_hMaterial": 16, - "m_nModelID": 8, - "m_solid": 24, - "m_vecPanelSize": 28, - "m_vecPanelVertices": 56, - "m_vecStressPositionA": 36, - "m_vecStressPositionB": 44 - }, - "metadata": [ - { - "name": "m_nModelID", - "ty": "int32", - "type": "NetworkVarNames" - }, - { - "name": "m_hMaterial", - "ty": "HMaterialStrong", - "type": "NetworkVarNames" - }, - { - "name": "m_solid", - "ty": "ShardSolid_t", - "type": "NetworkVarNames" - }, - { - "name": "m_ShatterPanelMode", - "ty": "ShatterPanelMode", - "type": "NetworkVarNames" - }, - { - "name": "m_vecPanelSize", - "ty": "Vector2D", - "type": "NetworkVarNames" - }, - { - "name": "m_vecStressPositionA", - "ty": "Vector2D", - "type": "NetworkVarNames" - }, - { - "name": "m_vecStressPositionB", - "ty": "Vector2D", - "type": "NetworkVarNames" - }, - { - "name": "m_vecPanelVertices", - "ty": "Vector2D", - "type": "NetworkVarNames" - }, - { - "name": "m_flGlassHalfThickness", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_bHasParent", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bParentFrozen", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_SurfacePropStringToken", - "ty": "CUtlStringToken", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "sky3dparams_t": { - "fields": { - "bClip3DSkyBoxNearToWorldFar": 24, - "flClip3DSkyBoxNearToWorldFarOffset": 28, - "fog": 32, - "m_nWorldGroupID": 136, - "origin": 12, - "scale": 8 - }, - "metadata": [ - { - "name": "scale", - "ty": "int16", - "type": "NetworkVarNames" - }, - { - "name": "origin", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "bClip3DSkyBoxNearToWorldFar", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "flClip3DSkyBoxNearToWorldFarOffset", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "fog", - "ty": "fogparams_t", - "type": "NetworkVarNames" - }, - { - "name": "m_nWorldGroupID", - "ty": "WorldGroupId_t", - "type": "NetworkVarNames" - } - ], - "parent": null - } - }, - "enums": {} - } -} \ No newline at end of file diff --git a/output/linux/libclient.so.rs b/output/linux/libclient.so.rs deleted file mode 100644 index 075403f..0000000 --- a/output/linux/libclient.so.rs +++ /dev/null @@ -1,5795 +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: libclient.so - // Classes count: 220 - // Enums count: 0 - pub mod libclient { - // 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 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_sceneNode (CGameSceneNode) - pub mod CBodyComponentPoint { - pub const m_sceneNode: usize = 0x60; // CGameSceneNode - pub const __m_pChainEntity: usize = 0x1C0; // CNetworkVarChainer - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_skeletonInstance (CSkeletonInstance) - pub mod CBodyComponentSkeletonInstance { - pub const m_skeletonInstance: usize = 0x60; // CSkeletonInstance - pub const __m_pChainEntity: usize = 0x450; // CNetworkVarChainer - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_bvDisabledHitGroups (uint32) - pub mod CHitboxComponent { - pub const m_bvDisabledHitGroups: usize = 0x24; // uint32[1] - } - // Parent: None - // Fields count: 66 - // - // Metadata: - // NetworkVarNames: m_Color (Color) - // NetworkVarNames: m_SecondaryColor (Color) - // NetworkVarNames: m_flBrightness (float) - // NetworkVarNames: m_flBrightnessScale (float) - // NetworkVarNames: m_flBrightnessMult (float) - // NetworkVarNames: m_flRange (float) - // NetworkVarNames: m_flFalloff (float) - // NetworkVarNames: m_flAttenuation0 (float) - // NetworkVarNames: m_flAttenuation1 (float) - // NetworkVarNames: m_flAttenuation2 (float) - // NetworkVarNames: m_flTheta (float) - // NetworkVarNames: m_flPhi (float) - // NetworkVarNames: m_hLightCookie (HRenderTextureStrong) - // NetworkVarNames: m_nCascades (int) - // NetworkVarNames: m_nCastShadows (int) - // NetworkVarNames: m_nShadowWidth (int) - // NetworkVarNames: m_nShadowHeight (int) - // NetworkVarNames: m_bRenderDiffuse (bool) - // NetworkVarNames: m_nRenderSpecular (int) - // NetworkVarNames: m_bRenderTransmissive (bool) - // NetworkVarNames: m_flOrthoLightWidth (float) - // NetworkVarNames: m_flOrthoLightHeight (float) - // NetworkVarNames: m_nStyle (int) - // NetworkVarNames: m_Pattern (CUtlString) - // NetworkVarNames: m_nCascadeRenderStaticObjects (int) - // NetworkVarNames: m_flShadowCascadeCrossFade (float) - // NetworkVarNames: m_flShadowCascadeDistanceFade (float) - // NetworkVarNames: m_flShadowCascadeDistance0 (float) - // NetworkVarNames: m_flShadowCascadeDistance1 (float) - // NetworkVarNames: m_flShadowCascadeDistance2 (float) - // NetworkVarNames: m_flShadowCascadeDistance3 (float) - // NetworkVarNames: m_nShadowCascadeResolution0 (int) - // NetworkVarNames: m_nShadowCascadeResolution1 (int) - // NetworkVarNames: m_nShadowCascadeResolution2 (int) - // NetworkVarNames: m_nShadowCascadeResolution3 (int) - // NetworkVarNames: m_bUsesBakedShadowing (bool) - // NetworkVarNames: m_nShadowPriority (int) - // NetworkVarNames: m_nBakedShadowIndex (int) - // NetworkVarNames: m_bRenderToCubemaps (bool) - // NetworkVarNames: m_nDirectLight (int) - // NetworkVarNames: m_nIndirectLight (int) - // NetworkVarNames: m_flFadeMinDist (float) - // NetworkVarNames: m_flFadeMaxDist (float) - // NetworkVarNames: m_flShadowFadeMinDist (float) - // NetworkVarNames: m_flShadowFadeMaxDist (float) - // NetworkVarNames: m_bEnabled (bool) - // NetworkVarNames: m_bFlicker (bool) - // NetworkVarNames: m_bPrecomputedFieldsValid (bool) - // NetworkVarNames: m_vPrecomputedBoundsMins (Vector) - // NetworkVarNames: m_vPrecomputedBoundsMaxs (Vector) - // NetworkVarNames: m_vPrecomputedOBBOrigin (Vector) - // NetworkVarNames: m_vPrecomputedOBBAngles (QAngle) - // NetworkVarNames: m_vPrecomputedOBBExtent (Vector) - // NetworkVarNames: m_flPrecomputedMaxRange (float) - // NetworkVarNames: m_nFogLightingMode (int) - // NetworkVarNames: m_flFogContributionStength (float) - // NetworkVarNames: m_flNearClipPlane (float) - // NetworkVarNames: m_SkyColor (Color) - // NetworkVarNames: m_flSkyIntensity (float) - // NetworkVarNames: m_SkyAmbientBounce (Color) - // NetworkVarNames: m_bUseSecondaryColor (bool) - // NetworkVarNames: m_bMixedShadows (bool) - // NetworkVarNames: m_flLightStyleStartTime (GameTime_t) - // NetworkVarNames: m_flCapsuleLength (float) - // NetworkVarNames: m_flMinRoughness (float) - pub mod CLightComponent { - pub const __m_pChainEntity: usize = 0x58; // CNetworkVarChainer - pub const m_Color: usize = 0x95; // Color - pub const m_SecondaryColor: usize = 0x99; // Color - pub const m_flBrightness: usize = 0xA0; // float32 - pub const m_flBrightnessScale: usize = 0xA4; // float32 - pub const m_flBrightnessMult: usize = 0xA8; // float32 - pub const m_flRange: usize = 0xAC; // float32 - pub const m_flFalloff: usize = 0xB0; // float32 - pub const m_flAttenuation0: usize = 0xB4; // float32 - pub const m_flAttenuation1: usize = 0xB8; // float32 - pub const m_flAttenuation2: usize = 0xBC; // float32 - pub const m_flTheta: usize = 0xC0; // float32 - pub const m_flPhi: usize = 0xC4; // float32 - pub const m_hLightCookie: usize = 0xC8; // CStrongHandle - pub const m_nCascades: usize = 0xD0; // int32 - pub const m_nCastShadows: usize = 0xD4; // int32 - pub const m_nShadowWidth: usize = 0xD8; // int32 - pub const m_nShadowHeight: usize = 0xDC; // int32 - pub const m_bRenderDiffuse: usize = 0xE0; // bool - pub const m_nRenderSpecular: usize = 0xE4; // int32 - pub const m_bRenderTransmissive: usize = 0xE8; // bool - pub const m_flOrthoLightWidth: usize = 0xEC; // float32 - pub const m_flOrthoLightHeight: usize = 0xF0; // float32 - pub const m_nStyle: usize = 0xF4; // int32 - pub const m_Pattern: usize = 0xF8; // CUtlString - pub const m_nCascadeRenderStaticObjects: usize = 0x100; // int32 - pub const m_flShadowCascadeCrossFade: usize = 0x104; // float32 - pub const m_flShadowCascadeDistanceFade: usize = 0x108; // float32 - pub const m_flShadowCascadeDistance0: usize = 0x10C; // float32 - pub const m_flShadowCascadeDistance1: usize = 0x110; // float32 - pub const m_flShadowCascadeDistance2: usize = 0x114; // float32 - pub const m_flShadowCascadeDistance3: usize = 0x118; // float32 - pub const m_nShadowCascadeResolution0: usize = 0x11C; // int32 - pub const m_nShadowCascadeResolution1: usize = 0x120; // int32 - pub const m_nShadowCascadeResolution2: usize = 0x124; // int32 - pub const m_nShadowCascadeResolution3: usize = 0x128; // int32 - pub const m_bUsesBakedShadowing: usize = 0x12C; // bool - pub const m_nShadowPriority: usize = 0x130; // int32 - pub const m_nBakedShadowIndex: usize = 0x134; // int32 - pub const m_bRenderToCubemaps: usize = 0x138; // bool - pub const m_nDirectLight: usize = 0x13C; // int32 - pub const m_nIndirectLight: usize = 0x140; // int32 - pub const m_flFadeMinDist: usize = 0x144; // float32 - pub const m_flFadeMaxDist: usize = 0x148; // float32 - pub const m_flShadowFadeMinDist: usize = 0x14C; // float32 - pub const m_flShadowFadeMaxDist: usize = 0x150; // float32 - pub const m_bEnabled: usize = 0x154; // bool - pub const m_bFlicker: usize = 0x155; // bool - pub const m_bPrecomputedFieldsValid: usize = 0x156; // bool - pub const m_vPrecomputedBoundsMins: usize = 0x158; // Vector - pub const m_vPrecomputedBoundsMaxs: usize = 0x164; // Vector - pub const m_vPrecomputedOBBOrigin: usize = 0x170; // Vector - pub const m_vPrecomputedOBBAngles: usize = 0x17C; // QAngle - pub const m_vPrecomputedOBBExtent: usize = 0x188; // Vector - pub const m_flPrecomputedMaxRange: usize = 0x194; // float32 - pub const m_nFogLightingMode: usize = 0x198; // int32 - pub const m_flFogContributionStength: usize = 0x19C; // float32 - pub const m_flNearClipPlane: usize = 0x1A0; // float32 - pub const m_SkyColor: usize = 0x1A4; // Color - pub const m_flSkyIntensity: usize = 0x1A8; // float32 - pub const m_SkyAmbientBounce: usize = 0x1AC; // Color - pub const m_bUseSecondaryColor: usize = 0x1B0; // bool - pub const m_bMixedShadows: usize = 0x1B1; // bool - pub const m_flLightStyleStartTime: usize = 0x1B4; // GameTime_t - pub const m_flCapsuleLength: usize = 0x1B8; // float32 - pub const m_flMinRoughness: usize = 0x1BC; // float32 - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MPulseProvideFeatureTag - // MPulseLibraryBindings - pub mod CBasePlayerControllerAPI { - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // NetworkVarNames: nType (FixAngleSet_t) - // NetworkVarNames: qAngle (QAngle) - // NetworkVarNames: nIndex (uint32) - pub mod ViewAngleServerChange_t { - pub const nType: usize = 0x30; // FixAngleSet_t - pub const qAngle: usize = 0x34; // QAngle - pub const nIndex: usize = 0x40; // uint32 - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MPulseProvideFeatureTag - // MPulseLibraryBindings - pub mod CDynamicPropAPI { - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // NetworkVarNames: localSound (Vector) - // NetworkVarNames: soundscapeIndex (int32) - // NetworkVarNames: localBits (uint8) - // NetworkVarNames: soundscapeEntityListIndex (int) - // NetworkVarNames: soundEventHash (uint32) - pub mod audioparams_t { - pub const localSound: usize = 0x8; // Vector[8] - pub const soundscapeIndex: usize = 0x68; // int32 - pub const localBits: usize = 0x6C; // uint8 - pub const soundscapeEntityListIndex: usize = 0x70; // int32 - pub const soundEventHash: usize = 0x74; // uint32 - } - // Parent: None - // Fields count: 20 - // - // Metadata: - // NetworkVarNames: m_vecCsViewPunchAngle (QAngle) - // NetworkVarNames: m_nCsViewPunchAngleTick (GameTick_t) - // NetworkVarNames: m_flCsViewPunchAngleTickRatio (float32) - // NetworkVarNames: m_PlayerFog (fogplayerparams_t) - // NetworkVarNames: m_hColorCorrectionCtrl (CHandle) - // NetworkVarNames: m_hViewEntity (CHandle) - // NetworkVarNames: m_hTonemapController (CHandle) - // NetworkVarNames: m_audio (audioparams_t) - // NetworkVarNames: m_PostProcessingVolumes (CHandle) - pub mod CPlayer_CameraServices { - pub const m_vecCsViewPunchAngle: usize = 0x40; // QAngle - pub const m_nCsViewPunchAngleTick: usize = 0x4C; // GameTick_t - pub const m_flCsViewPunchAngleTickRatio: usize = 0x50; // float32 - pub const m_PlayerFog: usize = 0x58; // C_fogplayerparams_t - pub const m_hColorCorrectionCtrl: usize = 0x98; // CHandle - pub const m_hViewEntity: usize = 0x9C; // CHandle - pub const m_hTonemapController: usize = 0xA0; // CHandle - pub const m_audio: usize = 0xA8; // audioparams_t - pub const m_PostProcessingVolumes: usize = 0x120; // C_NetworkUtlVectorBase> - pub const m_flOldPlayerZ: usize = 0x138; // float32 - pub const m_flOldPlayerViewOffsetZ: usize = 0x13C; // float32 - pub const m_CurrentFog: usize = 0x140; // fogparams_t - pub const m_hOldFogController: usize = 0x1A8; // CHandle - pub const m_bOverrideFogColor: usize = 0x1AC; // bool[5] - pub const m_OverrideFogColor: usize = 0x1B1; // Color[5] - pub const m_bOverrideFogStartEnd: usize = 0x1C5; // bool[5] - pub const m_fOverrideFogStart: usize = 0x1CC; // float32[5] - pub const m_fOverrideFogEnd: usize = 0x1E0; // float32[5] - pub const m_hActivePostProcessingVolume: usize = 0x1F4; // CHandle - pub const m_angDemoViewAngles: usize = 0x1F8; // QAngle - } - // Parent: None - // Fields count: 15 - // - // Metadata: - // NetworkVarNames: m_nToggleButtonDownMask (ButtonBitMask_t) - // NetworkVarNames: m_flMaxspeed (float32) - // NetworkVarNames: m_arrForceSubtickMoveWhen (float32) - pub mod CPlayer_MovementServices { - pub const m_nImpulse: usize = 0x40; // int32 - pub const m_nButtons: usize = 0x48; // CInButtonState - pub const m_nQueuedButtonDownMask: usize = 0x68; // uint64 - pub const m_nQueuedButtonChangeMask: usize = 0x70; // uint64 - pub const m_nButtonDoublePressed: usize = 0x78; // uint64 - pub const m_pButtonPressedCmdNumber: usize = 0x80; // uint32[64] - pub const m_nLastCommandNumberProcessed: usize = 0x180; // uint32 - pub const m_nToggleButtonDownMask: usize = 0x188; // uint64 - pub const m_flMaxspeed: usize = 0x198; // float32 - pub const m_arrForceSubtickMoveWhen: usize = 0x19C; // float32[4] - pub const m_flForwardMove: usize = 0x1AC; // float32 - pub const m_flLeftMove: usize = 0x1B0; // float32 - pub const m_flUpMove: usize = 0x1B4; // float32 - pub const m_vecLastMovementImpulses: usize = 0x1B8; // Vector - pub const m_vecOldViewAngles: usize = 0x1C4; // QAngle - } - // Parent: CPlayer_MovementServices - // Fields count: 12 - // - // Metadata: - // NetworkVarNames: m_flFallVelocity (float32) - // NetworkVarNames: m_bInCrouch (bool) - // NetworkVarNames: m_nCrouchState (uint32) - // NetworkVarNames: m_flCrouchTransitionStartTime (GameTime_t) - // NetworkVarNames: m_bDucked (bool) - // NetworkVarNames: m_bDucking (bool) - // NetworkVarNames: m_bInDuckJump (bool) - pub mod CPlayer_MovementServices_Humanoid { - pub const m_flStepSoundTime: usize = 0x1D8; // float32 - pub const m_flFallVelocity: usize = 0x1DC; // float32 - pub const m_bInCrouch: usize = 0x1E0; // bool - pub const m_nCrouchState: usize = 0x1E4; // uint32 - pub const m_flCrouchTransitionStartTime: usize = 0x1E8; // GameTime_t - pub const m_bDucked: usize = 0x1EC; // bool - pub const m_bDucking: usize = 0x1ED; // bool - pub const m_bInDuckJump: usize = 0x1EE; // bool - pub const m_groundNormal: usize = 0x1F0; // Vector - pub const m_flSurfaceFriction: usize = 0x1FC; // float32 - pub const m_surfaceProps: usize = 0x200; // CUtlStringToken - pub const m_nStepside: usize = 0x210; // int32 - } - // Parent: None - // Fields count: 6 - // - // Metadata: - // NetworkVarNames: m_iObserverMode (uint8) - // NetworkVarNames: m_hObserverTarget (CHandle) - pub mod CPlayer_ObserverServices { - pub const m_iObserverMode: usize = 0x40; // uint8 - pub const m_hObserverTarget: usize = 0x44; // CHandle - pub const m_iObserverLastMode: usize = 0x48; // ObserverMode_t - pub const m_bForcedObserverMode: usize = 0x4C; // bool - pub const m_flObserverChaseDistance: usize = 0x50; // float32 - pub const m_flObserverChaseDistanceCalcTime: usize = 0x54; // GameTime_t - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // NetworkVarNames: m_hMyWeapons (CHandle) - // NetworkVarNames: m_hActiveWeapon (CHandle) - // NetworkVarNames: m_hLastWeapon (CHandle) - // NetworkVarNames: m_iAmmo (uint16) - pub mod CPlayer_WeaponServices { - pub const m_hMyWeapons: usize = 0x40; // C_NetworkUtlVectorBase> - pub const m_hActiveWeapon: usize = 0x58; // CHandle - pub const m_hLastWeapon: usize = 0x5C; // CHandle - pub const m_iAmmo: usize = 0x60; // uint16[32] - } - // Parent: CBodyComponentSkeletonInstance - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_animationController (CBaseAnimGraphController) - pub mod CBodyComponentBaseAnimGraph { - pub const m_animationController: usize = 0x478; // CBaseAnimGraphController - pub const __m_pChainEntity: usize = 0x1C68; // CNetworkVarChainer - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_ID (CUtlStringToken) - // NetworkVarNames: m_Values (Vector4D) - pub mod EntityRenderAttribute_t { - pub const m_ID: usize = 0x30; // CUtlStringToken - pub const m_Values: usize = 0x34; // Vector4D - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // NetworkVarNames: m_Handle (ModelConfigHandle_t) - // NetworkVarNames: m_Name (string_t) - // NetworkVarNames: m_AssociatedEntities (CHandle) - // NetworkVarNames: m_AssociatedEntityNames (string_t) - pub mod ActiveModelConfig_t { - pub const m_Handle: usize = 0x28; // ModelConfigHandle_t - pub const m_Name: usize = 0x30; // CUtlSymbolLarge - pub const m_AssociatedEntities: usize = 0x38; // C_NetworkUtlVectorBase> - pub const m_AssociatedEntityNames: usize = 0x50; // C_NetworkUtlVectorBase - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_hOwner (CEntityHandle) - // NetworkVarNames: m_name (CUtlStringToken) - pub mod CGameSceneNodeHandle { - pub const m_hOwner: usize = 0x8; // CEntityHandle - pub const m_name: usize = 0xC; // CUtlStringToken - } - // Parent: None - // Fields count: 32 - // - // Metadata: - // NetworkVarNames: m_hParent (CGameSceneNodeHandle) - // NetworkVarNames: m_vecOrigin (CNetworkOriginCellCoordQuantizedVector) - // NetworkVarNames: m_angRotation (QAngle) - // NetworkVarNames: m_flScale (float) - // NetworkVarNames: m_name (CUtlStringToken) - // NetworkVarNames: m_hierarchyAttachName (CUtlStringToken) - pub mod CGameSceneNode { - pub const m_nodeToWorld: usize = 0x10; // CTransform - pub const m_pOwner: usize = 0x30; // CEntityInstance* - pub const m_pParent: usize = 0x38; // CGameSceneNode* - pub const m_pChild: usize = 0x40; // CGameSceneNode* - pub const m_pNextSibling: usize = 0x48; // CGameSceneNode* - pub const m_hParent: usize = 0x70; // CGameSceneNodeHandle - pub const m_vecOrigin: usize = 0x80; // CNetworkOriginCellCoordQuantizedVector - pub const m_angRotation: usize = 0xB8; // QAngle - pub const m_flScale: usize = 0xC4; // float32 - pub const m_vecAbsOrigin: usize = 0xC8; // Vector - pub const m_angAbsRotation: usize = 0xD4; // QAngle - pub const m_flAbsScale: usize = 0xE0; // float32 - pub const m_nParentAttachmentOrBone: usize = 0xE4; // int16 - pub const m_bDebugAbsOriginChanges: usize = 0xE6; // bool - pub const m_bDormant: usize = 0xE7; // bool - pub const m_bForceParentToBeNetworked: usize = 0xE8; // bool - pub const m_bDirtyHierarchy: usize = 0x0; // bitfield:1 - pub const m_bDirtyBoneMergeInfo: usize = 0x0; // bitfield:1 - pub const m_bNetworkedPositionChanged: usize = 0x0; // bitfield:1 - pub const m_bNetworkedAnglesChanged: usize = 0x0; // bitfield:1 - pub const m_bNetworkedScaleChanged: usize = 0x0; // bitfield:1 - pub const m_bWillBeCallingPostDataUpdate: usize = 0x0; // bitfield:1 - pub const m_bBoneMergeFlex: usize = 0x0; // bitfield:1 - pub const m_nLatchAbsOrigin: usize = 0x0; // bitfield:2 - pub const m_bDirtyBoneMergeBoneToRoot: usize = 0x0; // bitfield:1 - pub const m_nHierarchicalDepth: usize = 0xEB; // uint8 - pub const m_nHierarchyType: usize = 0xEC; // uint8 - pub const m_nDoNotSetAnimTimeInInvalidatePhysicsCount: usize = 0xED; // uint8 - pub const m_name: usize = 0xF0; // CUtlStringToken - pub const m_hierarchyAttachName: usize = 0x140; // CUtlStringToken - pub const m_flZOffset: usize = 0x144; // float32 - pub const m_vRenderOrigin: usize = 0x148; // Vector - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // NetworkVarNames: m_hSequence (HSequence) - // NetworkVarNames: m_flPrevCycle (float32) - // NetworkVarNames: m_flCycle (float32) - pub mod CNetworkedSequenceOperation { - pub const m_hSequence: usize = 0x8; // HSequence - pub const m_flPrevCycle: usize = 0xC; // float32 - pub const m_flCycle: usize = 0x10; // float32 - pub const m_flWeight: usize = 0x14; // CNetworkedQuantizedFloat - pub const m_bSequenceChangeNetworked: usize = 0x1C; // bool - pub const m_bDiscontinuity: usize = 0x1D; // bool - pub const m_flPrevCycleFromDiscontinuity: usize = 0x20; // float32 - pub const m_flPrevCycleForAnimEventDetection: usize = 0x24; // float32 - } - // Parent: None - // Fields count: 7 - // - // Metadata: - // NetworkVarNames: m_hModel (HModelStrong) - // NetworkVarNames: m_bClientClothCreationSuppressed (bool) - // NetworkVarNames: m_MeshGroupMask (MeshGroupMask_t) - // NetworkVarNames: m_nIdealMotionType (int8) - pub mod CModelState { - pub const m_hModel: usize = 0xA0; // CStrongHandle - pub const m_ModelName: usize = 0xA8; // CUtlSymbolLarge - pub const m_bClientClothCreationSuppressed: usize = 0xE8; // bool - pub const m_MeshGroupMask: usize = 0x180; // uint64 - pub const m_nIdealMotionType: usize = 0x212; // int8 - pub const m_nForceLOD: usize = 0x213; // int8 - pub const m_nClothUpdateFlags: usize = 0x214; // int8 - } - // Parent: CGameSceneNode - // Fields count: 8 - // - // Metadata: - // NetworkVarNames: m_modelState (CModelState) - // NetworkVarNames: m_bIsAnimationEnabled (bool) - // NetworkVarNames: m_bUseParentRenderBounds (bool) - // NetworkVarNames: m_materialGroup (CUtlStringToken) - // NetworkVarNames: m_nHitboxSet (uint8) - pub mod CSkeletonInstance { - pub const m_modelState: usize = 0x160; // CModelState - pub const m_bIsAnimationEnabled: usize = 0x380; // bool - pub const m_bUseParentRenderBounds: usize = 0x381; // bool - pub const m_bDisableSolidCollisionsForHierarchy: usize = 0x382; // bool - pub const m_bDirtyMotionType: usize = 0x0; // bitfield:1 - pub const m_bIsGeneratingLatchedParentSpaceState: usize = 0x0; // bitfield:1 - pub const m_materialGroup: usize = 0x384; // CUtlStringToken - pub const m_nHitboxSet: usize = 0x388; // uint8 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_timestamp (GameTime_t) - // NetworkVarNames: m_nWorldGroupId (WorldGroupId_t) - pub mod IntervalTimer { - pub const m_timestamp: usize = 0x8; // GameTime_t - pub const m_nWorldGroupId: usize = 0xC; // WorldGroupId_t - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // NetworkVarNames: m_duration (float32) - // NetworkVarNames: m_timestamp (GameTime_t) - // NetworkVarNames: m_timescale (float32) - // NetworkVarNames: m_nWorldGroupId (WorldGroupId_t) - pub mod CountdownTimer { - pub const m_duration: usize = 0x8; // float32 - pub const m_timestamp: usize = 0xC; // GameTime_t - pub const m_timescale: usize = 0x10; // float32 - pub const m_nWorldGroupId: usize = 0x14; // WorldGroupId_t - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // NetworkVarNames: m_duration (float32) - // NetworkVarNames: m_timestamp (float32) - // NetworkVarNames: m_timescale (float32) - pub mod EngineCountdownTimer { - pub const m_duration: usize = 0x8; // float32 - pub const m_timestamp: usize = 0xC; // float32 - pub const m_timescale: usize = 0x10; // float32 - } - // Parent: IntervalTimer - // Fields count: 7 - // - // Metadata: - // NetworkVarNames: m_flValues (float) - // NetworkVarNames: m_nValueCounts (int) - // NetworkVarNames: m_nBucketCount (int) - // NetworkVarNames: m_flInterval (float) - // NetworkVarNames: m_flFinalValue (float) - // NetworkVarNames: m_nCompressionType (TimelineCompression_t) - // NetworkVarNames: m_bStopped (bool) - pub mod CTimeline { - pub const m_flValues: usize = 0x10; // float32[64] - pub const m_nValueCounts: usize = 0x110; // int32[64] - pub const m_nBucketCount: usize = 0x210; // int32 - pub const m_flInterval: usize = 0x214; // float32 - pub const m_flFinalValue: usize = 0x218; // float32 - pub const m_nCompressionType: usize = 0x21C; // TimelineCompression_t - pub const m_bStopped: usize = 0x220; // bool - } - // Parent: None - // Fields count: 24 - // - // Metadata: - // NetworkVarNames: m_PredNetBoolVariables (uint32) - // NetworkVarNames: m_PredNetByteVariables (byte) - // NetworkVarNames: m_PredNetUInt16Variables (uint16) - // NetworkVarNames: m_PredNetIntVariables (int32) - // NetworkVarNames: m_PredNetUInt32Variables (uint32) - // NetworkVarNames: m_PredNetUInt64Variables (uint64) - // NetworkVarNames: m_PredNetFloatVariables (float) - // NetworkVarNames: m_PredNetVectorVariables (Vector) - // NetworkVarNames: m_PredNetQuaternionVariables (Quaternion) - // NetworkVarNames: m_PredNetGlobalSymbolVariables (CGlobalSymbol) - // NetworkVarNames: m_OwnerOnlyPredNetBoolVariables (uint32) - // NetworkVarNames: m_OwnerOnlyPredNetByteVariables (byte) - // NetworkVarNames: m_OwnerOnlyPredNetUInt16Variables (uint16) - // NetworkVarNames: m_OwnerOnlyPredNetIntVariables (int32) - // NetworkVarNames: m_OwnerOnlyPredNetUInt32Variables (uint32) - // NetworkVarNames: m_OwnerOnlyPredNetUInt64Variables (uint64) - // NetworkVarNames: m_OwnerOnlyPredNetFloatVariables (float) - // NetworkVarNames: m_OwnerOnlyPredNetVectorVariables (Vector) - // NetworkVarNames: m_OwnerOnlyPredNetQuaternionVariables (Quaternion) - // NetworkVarNames: m_OwnerOnlyPredNetGlobalSymbolVariables (CGlobalSymbol) - // NetworkVarNames: m_nBoolVariablesCount (int) - // NetworkVarNames: m_nOwnerOnlyBoolVariablesCount (int) - // NetworkVarNames: m_nRandomSeedOffset (int) - // NetworkVarNames: m_flLastTeleportTime (float) - pub mod CAnimGraphNetworkedVariables { - pub const m_PredNetBoolVariables: usize = 0x8; // C_NetworkUtlVectorBase - pub const m_PredNetByteVariables: usize = 0x20; // C_NetworkUtlVectorBase - pub const m_PredNetUInt16Variables: usize = 0x38; // C_NetworkUtlVectorBase - pub const m_PredNetIntVariables: usize = 0x50; // C_NetworkUtlVectorBase - pub const m_PredNetUInt32Variables: usize = 0x68; // C_NetworkUtlVectorBase - pub const m_PredNetUInt64Variables: usize = 0x80; // C_NetworkUtlVectorBase - pub const m_PredNetFloatVariables: usize = 0x98; // C_NetworkUtlVectorBase - pub const m_PredNetVectorVariables: usize = 0xB0; // C_NetworkUtlVectorBase - pub const m_PredNetQuaternionVariables: usize = 0xC8; // C_NetworkUtlVectorBase - pub const m_PredNetGlobalSymbolVariables: usize = 0xE0; // C_NetworkUtlVectorBase - pub const m_OwnerOnlyPredNetBoolVariables: usize = 0xF8; // C_NetworkUtlVectorBase - pub const m_OwnerOnlyPredNetByteVariables: usize = 0x110; // C_NetworkUtlVectorBase - pub const m_OwnerOnlyPredNetUInt16Variables: usize = 0x128; // C_NetworkUtlVectorBase - pub const m_OwnerOnlyPredNetIntVariables: usize = 0x140; // C_NetworkUtlVectorBase - pub const m_OwnerOnlyPredNetUInt32Variables: usize = 0x158; // C_NetworkUtlVectorBase - pub const m_OwnerOnlyPredNetUInt64Variables: usize = 0x170; // C_NetworkUtlVectorBase - pub const m_OwnerOnlyPredNetFloatVariables: usize = 0x188; // C_NetworkUtlVectorBase - pub const m_OwnerOnlyPredNetVectorVariables: usize = 0x1A0; // C_NetworkUtlVectorBase - pub const m_OwnerOnlyPredNetQuaternionVariables: usize = 0x1B8; // C_NetworkUtlVectorBase - pub const m_OwnerOnlyPredNetGlobalSymbolVariables: usize = 0x1D0; // C_NetworkUtlVectorBase - pub const m_nBoolVariablesCount: usize = 0x1E8; // int32 - pub const m_nOwnerOnlyBoolVariablesCount: usize = 0x1EC; // int32 - pub const m_nRandomSeedOffset: usize = 0x1F0; // int32 - pub const m_flLastTeleportTime: usize = 0x1F4; // float32 - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MPulseProvideFeatureTag - // MPulseLibraryBindings - pub mod C_BaseEntityAPI { - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MPulseProvideFeatureTag - // MPulseLibraryBindings - pub mod CTakeDamageInfoAPI { - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MPulseLibraryBindings - pub mod CClientPointEntityAPI { - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MPulseInstanceDomainInfo - // MPulseLibraryBindings - // MPulseDomainOptInFeatureTag - pub mod CPulseGraphInstance_ClientEntity { - pub const m_pParent: usize = 0xD8; // CClientScriptEntity* - } - // Parent: CEntityInstance - // Fields count: 80 - // - // Metadata: - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByUserGroup - // MNetworkExcludeByUserGroup - // MNetworkExcludeByUserGroup - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByName - // NetworkVarNames: m_CBodyComponent (CBodyComponent::Storage_t) - // NetworkVarNames: m_iMaxHealth (int32) - // NetworkVarNames: m_iHealth (int32) - // NetworkVarNames: m_lifeState (uint8) - // NetworkVarNames: m_bTakesDamage (bool) - // NetworkVarNames: m_nTakeDamageFlags (TakeDamageFlags_t) - // NetworkVarNames: m_bIsPlatform (bool) - // NetworkVarNames: m_ubInterpolationFrame (uint8) - // NetworkVarNames: m_nSubclassID (EntitySubclassID_t) - // NetworkVarNames: m_flAnimTime (float32) - // NetworkVarNames: m_flSimulationTime (float32) - // NetworkVarNames: m_flCreateTime (GameTime_t) - // NetworkVarNames: m_bClientSideRagdoll (bool) - // NetworkVarNames: m_iTeamNum (uint8) - // NetworkVarNames: m_spawnflags (uint32) - // NetworkVarNames: m_nNextThinkTick (GameTick_t) - // NetworkVarNames: m_fFlags (uint32) - // NetworkVarNames: m_vecBaseVelocity (Vector) - // NetworkVarNames: m_hEffectEntity (CHandle) - // NetworkVarNames: m_hOwnerEntity (CHandle) - // NetworkVarNames: m_MoveCollide (MoveCollide_t) - // NetworkVarNames: m_MoveType (MoveType_t) - // NetworkVarNames: m_flWaterLevel (float32) - // NetworkVarNames: m_fEffects (uint32) - // NetworkVarNames: m_hGroundEntity (CHandle) - // NetworkVarNames: m_flFriction (float32) - // NetworkVarNames: m_flElasticity (float32) - // NetworkVarNames: m_flGravityScale (float32) - // NetworkVarNames: m_flTimeScale (float32) - // NetworkVarNames: m_bAnimatedEveryTick (bool) - // NetworkVarNames: m_flNavIgnoreUntilTime (GameTime_t) - pub mod C_BaseEntity { - pub const m_CBodyComponent: usize = 0x38; // CBodyComponent* - pub const m_NetworkTransmitComponent: usize = 0x40; // CNetworkTransmitComponent - pub const m_nLastThinkTick: usize = 0x488; // GameTick_t - pub const m_pGameSceneNode: usize = 0x490; // CGameSceneNode* - pub const m_pRenderComponent: usize = 0x498; // CRenderComponent* - pub const m_pCollision: usize = 0x4A0; // CCollisionProperty* - pub const m_iMaxHealth: usize = 0x4A8; // int32 - pub const m_iHealth: usize = 0x4AC; // int32 - pub const m_lifeState: usize = 0x4B0; // uint8 - pub const m_bTakesDamage: usize = 0x4B1; // bool - pub const m_nTakeDamageFlags: usize = 0x4B4; // TakeDamageFlags_t - pub const m_bIsPlatform: usize = 0x4B8; // bool - pub const m_ubInterpolationFrame: usize = 0x4B9; // uint8 - pub const m_hSceneObjectController: usize = 0x4BC; // CHandle - pub const m_nNoInterpolationTick: usize = 0x4C0; // int32 - pub const m_nVisibilityNoInterpolationTick: usize = 0x4C4; // int32 - pub const m_flProxyRandomValue: usize = 0x4C8; // float32 - pub const m_iEFlags: usize = 0x4CC; // int32 - pub const m_nWaterType: usize = 0x4D0; // uint8 - pub const m_bInterpolateEvenWithNoModel: usize = 0x4D1; // bool - pub const m_bPredictionEligible: usize = 0x4D2; // bool - pub const m_bApplyLayerMatchIDToModel: usize = 0x4D3; // bool - pub const m_tokLayerMatchID: usize = 0x4D4; // CUtlStringToken - pub const m_nSubclassID: usize = 0x4D8; // CUtlStringToken - pub const m_nSimulationTick: usize = 0x4E8; // int32 - pub const m_iCurrentThinkContext: usize = 0x4EC; // int32 - pub const m_aThinkFunctions: usize = 0x4F0; // CUtlVector - pub const m_nDisableContextThinkStartTick: usize = 0x508; // GameTick_t - pub const m_flAnimTime: usize = 0x50C; // float32 - pub const m_flSimulationTime: usize = 0x510; // float32 - pub const m_nSceneObjectOverrideFlags: usize = 0x514; // uint8 - pub const m_bHasSuccessfullyInterpolated: usize = 0x515; // bool - pub const m_bHasAddedVarsToInterpolation: usize = 0x516; // bool - pub const m_bRenderEvenWhenNotSuccessfullyInterpolated: usize = 0x517; // bool - pub const m_nInterpolationLatchDirtyFlags: usize = 0x518; // int32[2] - pub const m_ListEntry: usize = 0x520; // uint16[11] - pub const m_flCreateTime: usize = 0x538; // GameTime_t - pub const m_flSpeed: usize = 0x53C; // float32 - pub const m_EntClientFlags: usize = 0x540; // uint16 - pub const m_bClientSideRagdoll: usize = 0x542; // bool - pub const m_iTeamNum: usize = 0x543; // uint8 - pub const m_spawnflags: usize = 0x544; // uint32 - pub const m_nNextThinkTick: usize = 0x548; // GameTick_t - pub const m_fFlags: usize = 0x54C; // uint32 - pub const m_vecAbsVelocity: usize = 0x550; // Vector - pub const m_vecVelocity: usize = 0x560; // CNetworkVelocityVector - pub const m_vecBaseVelocity: usize = 0x590; // Vector - pub const m_hEffectEntity: usize = 0x59C; // CHandle - pub const m_hOwnerEntity: usize = 0x5A0; // CHandle - pub const m_MoveCollide: usize = 0x5A4; // MoveCollide_t - pub const m_MoveType: usize = 0x5A5; // MoveType_t - pub const m_nActualMoveType: usize = 0x5A6; // MoveType_t - pub const m_flWaterLevel: usize = 0x5A8; // float32 - pub const m_fEffects: usize = 0x5AC; // uint32 - pub const m_hGroundEntity: usize = 0x5B0; // CHandle - pub const m_flFriction: usize = 0x5B4; // float32 - pub const m_flElasticity: usize = 0x5B8; // float32 - pub const m_flGravityScale: usize = 0x5BC; // float32 - pub const m_flTimeScale: usize = 0x5C0; // float32 - pub const m_bAnimatedEveryTick: usize = 0x5C4; // bool - pub const m_flNavIgnoreUntilTime: usize = 0x5C8; // GameTime_t - pub const m_hThink: usize = 0x5CC; // uint16 - pub const m_fBBoxVisFlags: usize = 0x5D8; // uint8 - pub const m_bPredictable: usize = 0x5D9; // bool - pub const m_bRenderWithViewModels: usize = 0x5DA; // bool - pub const m_nSplitUserPlayerPredictionSlot: usize = 0x5DC; // CSplitScreenSlot - pub const m_nFirstPredictableCommand: usize = 0x5E0; // int32 - pub const m_nLastPredictableCommand: usize = 0x5E4; // int32 - pub const m_hOldMoveParent: usize = 0x5E8; // CHandle - pub const m_Particles: usize = 0x5F0; // CParticleProperty - pub const m_vecPredictedScriptFloats: usize = 0x618; // CUtlVector - pub const m_vecPredictedScriptFloatIDs: usize = 0x630; // CUtlVector - pub const m_nNextScriptVarRecordID: usize = 0x660; // int32 - pub const m_vecAngVelocity: usize = 0x670; // QAngle - pub const m_DataChangeEventRef: usize = 0x67C; // int32 - pub const m_dependencies: usize = 0x680; // CUtlVector - pub const m_nCreationTick: usize = 0x698; // int32 - pub const m_bAnimTimeChanged: usize = 0x6B9; // bool - pub const m_bSimulationTimeChanged: usize = 0x6BA; // bool - pub const m_sUniqueHammerID: usize = 0x6C8; // CUtlString - } - // Parent: C_BaseEntity - // Fields count: 18 - // - // Metadata: - // MNetworkIncludeByUserGroup - // NetworkVarNames: m_MinFalloff (float32) - // NetworkVarNames: m_MaxFalloff (float32) - // NetworkVarNames: m_flFadeInDuration (float32) - // NetworkVarNames: m_flFadeOutDuration (float32) - // NetworkVarNames: m_flMaxWeight (float32) - // NetworkVarNames: m_flCurWeight (float32) - // NetworkVarNames: m_netlookupFilename (char) - // NetworkVarNames: m_bEnabled (bool) - // NetworkVarNames: m_bMaster (bool) - // NetworkVarNames: m_bClientSide (bool) - // NetworkVarNames: m_bExclusive (bool) - pub mod C_ColorCorrection { - pub const m_vecOrigin: usize = 0x6D0; // Vector - pub const m_MinFalloff: usize = 0x6DC; // float32 - pub const m_MaxFalloff: usize = 0x6E0; // float32 - pub const m_flFadeInDuration: usize = 0x6E4; // float32 - pub const m_flFadeOutDuration: usize = 0x6E8; // float32 - pub const m_flMaxWeight: usize = 0x6EC; // float32 - pub const m_flCurWeight: usize = 0x6F0; // float32 - pub const m_netlookupFilename: usize = 0x6F4; // char[512] - pub const m_bEnabled: usize = 0x8F4; // bool - pub const m_bMaster: usize = 0x8F5; // bool - pub const m_bClientSide: usize = 0x8F6; // bool - pub const m_bExclusive: usize = 0x8F7; // bool - pub const m_bEnabledOnClient: usize = 0x8F8; // bool[1] - pub const m_flCurWeightOnClient: usize = 0x8FC; // float32[1] - pub const m_bFadingIn: usize = 0x900; // bool[1] - pub const m_flFadeStartWeight: usize = 0x904; // float32[1] - pub const m_flFadeStartTime: usize = 0x908; // float32[1] - pub const m_flFadeDuration: usize = 0x90C; // float32[1] - } - // Parent: C_BaseEntity - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_EnvWindShared (CEnvWindShared) - pub mod C_EnvWindClientside { - pub const m_EnvWindShared: usize = 0x6D0; // C_EnvWindShared - } - // Parent: C_BaseEntity - // Fields count: 3 - // - // Metadata: - // NetworkVarNames: m_hEntAttached (CHandle) - // NetworkVarNames: m_bCheapEffect (bool) - pub mod C_EntityFlame { - pub const m_hEntAttached: usize = 0x6D0; // CHandle - pub const m_hOldAttached: usize = 0x6F8; // CHandle - pub const m_bCheapEffect: usize = 0x6FC; // bool - } - // Parent: None - // Fields count: 30 - // - // Metadata: - // NetworkVarNames: m_hTargetEntity (CHandle) - // NetworkVarNames: m_bState (bool) - // NetworkVarNames: m_bAlwaysUpdate (bool) - // NetworkVarNames: m_flLightFOV (float32) - // NetworkVarNames: m_bEnableShadows (bool) - // NetworkVarNames: m_bSimpleProjection (bool) - // NetworkVarNames: m_bLightOnlyTarget (bool) - // NetworkVarNames: m_bLightWorld (bool) - // NetworkVarNames: m_bCameraSpace (bool) - // NetworkVarNames: m_flBrightnessScale (float32) - // NetworkVarNames: m_LightColor (Color) - // NetworkVarNames: m_flIntensity (float32) - // NetworkVarNames: m_flLinearAttenuation (float32) - // NetworkVarNames: m_flQuadraticAttenuation (float32) - // NetworkVarNames: m_bVolumetric (bool) - // NetworkVarNames: m_flVolumetricIntensity (float32) - // NetworkVarNames: m_flNoiseStrength (float32) - // NetworkVarNames: m_flFlashlightTime (float32) - // NetworkVarNames: m_nNumPlanes (uint32) - // NetworkVarNames: m_flPlaneOffset (float32) - // NetworkVarNames: m_flColorTransitionTime (float32) - // NetworkVarNames: m_flAmbient (float32) - // NetworkVarNames: m_SpotlightTextureName (char) - // NetworkVarNames: m_nSpotlightTextureFrame (int32) - // NetworkVarNames: m_nShadowQuality (uint32) - // NetworkVarNames: m_flNearZ (float32) - // NetworkVarNames: m_flFarZ (float32) - // NetworkVarNames: m_flProjectionSize (float32) - // NetworkVarNames: m_flRotation (float32) - // NetworkVarNames: m_bFlipHorizontal (bool) - pub mod CProjectedTextureBase { - pub const m_hTargetEntity: usize = 0xC; // CHandle - pub const m_bState: usize = 0x10; // bool - pub const m_bAlwaysUpdate: usize = 0x11; // bool - pub const m_flLightFOV: usize = 0x14; // float32 - pub const m_bEnableShadows: usize = 0x18; // bool - pub const m_bSimpleProjection: usize = 0x19; // bool - pub const m_bLightOnlyTarget: usize = 0x1A; // bool - pub const m_bLightWorld: usize = 0x1B; // bool - pub const m_bCameraSpace: usize = 0x1C; // bool - pub const m_flBrightnessScale: usize = 0x20; // float32 - pub const m_LightColor: usize = 0x24; // Color - pub const m_flIntensity: usize = 0x28; // float32 - pub const m_flLinearAttenuation: usize = 0x2C; // float32 - pub const m_flQuadraticAttenuation: usize = 0x30; // float32 - pub const m_bVolumetric: usize = 0x34; // bool - pub const m_flVolumetricIntensity: usize = 0x38; // float32 - pub const m_flNoiseStrength: usize = 0x3C; // float32 - pub const m_flFlashlightTime: usize = 0x40; // float32 - pub const m_nNumPlanes: usize = 0x44; // uint32 - pub const m_flPlaneOffset: usize = 0x48; // float32 - pub const m_flColorTransitionTime: usize = 0x4C; // float32 - pub const m_flAmbient: usize = 0x50; // float32 - pub const m_SpotlightTextureName: usize = 0x54; // char[512] - pub const m_nSpotlightTextureFrame: usize = 0x254; // int32 - pub const m_nShadowQuality: usize = 0x258; // uint32 - pub const m_flNearZ: usize = 0x25C; // float32 - pub const m_flFarZ: usize = 0x260; // float32 - pub const m_flProjectionSize: usize = 0x264; // float32 - pub const m_flRotation: usize = 0x268; // float32 - pub const m_bFlipHorizontal: usize = 0x26C; // bool - } - // Parent: C_BaseEntity - // Fields count: 4 - // - // Metadata: - // NetworkVarNames: m_flScale (float32) - // NetworkVarNames: m_flStartScale (float32) - // NetworkVarNames: m_flScaleTime (float) - // NetworkVarNames: m_nFlags (uint32) - pub mod C_BaseFire { - pub const m_flScale: usize = 0x6D0; // float32 - pub const m_flStartScale: usize = 0x6D4; // float32 - pub const m_flScaleTime: usize = 0x6D8; // float32 - pub const m_nFlags: usize = 0x6DC; // uint32 - } - // Parent: C_BaseFire - // Fields count: 13 - // - // Metadata: - // MNetworkOverride - // MNetworkOverride - // NetworkVarNames: m_nFlameModelIndex (int32) - // NetworkVarNames: m_nFlameFromAboveModelIndex (int32) - pub mod C_FireSmoke { - pub const m_nFlameModelIndex: usize = 0x6E0; // int32 - pub const m_nFlameFromAboveModelIndex: usize = 0x6E4; // int32 - pub const m_flScaleRegister: usize = 0x6E8; // float32 - pub const m_flScaleStart: usize = 0x6EC; // float32 - pub const m_flScaleEnd: usize = 0x6F0; // float32 - pub const m_flScaleTimeStart: usize = 0x6F4; // GameTime_t - pub const m_flScaleTimeEnd: usize = 0x6F8; // GameTime_t - pub const m_flChildFlameSpread: usize = 0x6FC; // float32 - pub const m_flClipPerc: usize = 0x710; // float32 - pub const m_bClipTested: usize = 0x714; // bool - pub const m_bFadingOut: usize = 0x715; // bool - pub const m_tParticleSpawn: usize = 0x718; // TimedEvent - pub const m_pFireOverlay: usize = 0x720; // CFireOverlay* - } - // Parent: C_BaseEntity - // Fields count: 4 - // - // Metadata: - // NetworkVarNames: m_skyboxData (sky3dparams_t) - // NetworkVarNames: m_skyboxSlotToken (CUtlStringToken) - pub mod C_SkyCamera { - pub const m_skyboxData: usize = 0x6D0; // sky3dparams_t - pub const m_skyboxSlotToken: usize = 0x760; // CUtlStringToken - pub const m_bUseAngles: usize = 0x764; // bool - pub const m_pNext: usize = 0x768; // C_SkyCamera* - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // NetworkVarNames: m_nInteractsAs (uint64) - // NetworkVarNames: m_nInteractsWith (uint64) - // NetworkVarNames: m_nInteractsExclude (uint64) - // NetworkVarNames: m_nEntityId (uint32) - // NetworkVarNames: m_nOwnerId (uint32) - // NetworkVarNames: m_nHierarchyId (uint16) - // NetworkVarNames: m_nCollisionGroup (uint8) - // NetworkVarNames: m_nCollisionFunctionMask (uint8) - pub mod VPhysicsCollisionAttribute_t { - pub const m_nInteractsAs: usize = 0x8; // uint64 - pub const m_nInteractsWith: usize = 0x10; // uint64 - pub const m_nInteractsExclude: usize = 0x18; // uint64 - pub const m_nEntityId: usize = 0x20; // uint32 - pub const m_nOwnerId: usize = 0x24; // uint32 - pub const m_nHierarchyId: usize = 0x28; // uint16 - pub const m_nCollisionGroup: usize = 0x2A; // uint8 - pub const m_nCollisionFunctionMask: usize = 0x2B; // uint8 - } - // Parent: None - // Fields count: 17 - // - // Metadata: - // NetworkVarNames: m_collisionAttribute (VPhysicsCollisionAttribute_t) - // NetworkVarNames: m_vecMins (Vector) - // NetworkVarNames: m_vecMaxs (Vector) - // NetworkVarNames: m_usSolidFlags (uint8) - // NetworkVarNames: m_nSolidType (SolidType_t) - // NetworkVarNames: m_triggerBloat (uint8) - // NetworkVarNames: m_nSurroundType (SurroundingBoundsType_t) - // NetworkVarNames: m_CollisionGroup (uint8) - // NetworkVarNames: m_nEnablePhysics (uint8) - // NetworkVarNames: m_vecSpecifiedSurroundingMins (Vector) - // NetworkVarNames: m_vecSpecifiedSurroundingMaxs (Vector) - // NetworkVarNames: m_vCapsuleCenter1 (Vector) - // NetworkVarNames: m_vCapsuleCenter2 (Vector) - // NetworkVarNames: m_flCapsuleRadius (float) - pub mod CCollisionProperty { - pub const m_collisionAttribute: usize = 0x10; // VPhysicsCollisionAttribute_t - pub const m_vecMins: usize = 0x40; // Vector - pub const m_vecMaxs: usize = 0x4C; // Vector - pub const m_usSolidFlags: usize = 0x5A; // uint8 - pub const m_nSolidType: usize = 0x5B; // SolidType_t - pub const m_triggerBloat: usize = 0x5C; // uint8 - pub const m_nSurroundType: usize = 0x5D; // SurroundingBoundsType_t - pub const m_CollisionGroup: usize = 0x5E; // uint8 - pub const m_nEnablePhysics: usize = 0x5F; // uint8 - pub const m_flBoundingRadius: usize = 0x60; // float32 - pub const m_vecSpecifiedSurroundingMins: usize = 0x64; // Vector - pub const m_vecSpecifiedSurroundingMaxs: usize = 0x70; // Vector - pub const m_vecSurroundingMaxs: usize = 0x7C; // Vector - pub const m_vecSurroundingMins: usize = 0x88; // Vector - pub const m_vCapsuleCenter1: usize = 0x94; // Vector - pub const m_vCapsuleCenter2: usize = 0xA0; // Vector - pub const m_flCapsuleRadius: usize = 0xAC; // float32 - } - // Parent: None - // Fields count: 21 - // - // Metadata: - // NetworkVarNames: m_vOrigin (Vector) - // NetworkVarNames: m_vStart (Vector) - // NetworkVarNames: m_vNormal (Vector) - // NetworkVarNames: m_vAngles (QAngle) - // NetworkVarNames: m_hEntity (CEntityHandle) - // NetworkVarNames: m_hOtherEntity (CEntityHandle) - // NetworkVarNames: m_flScale (float32) - // NetworkVarNames: m_flMagnitude (float32) - // NetworkVarNames: m_flRadius (float32) - // NetworkVarNames: m_nSurfaceProp (CUtlStringToken) - // NetworkVarNames: m_nEffectIndex (HParticleSystemDefinition) - // NetworkVarNames: m_nDamageType (uint32) - // NetworkVarNames: m_nPenetrate (uint8) - // NetworkVarNames: m_nMaterial (uint16) - // NetworkVarNames: m_nHitBox (uint16) - // NetworkVarNames: m_nColor (uint8) - // NetworkVarNames: m_fFlags (uint8) - // NetworkVarNames: m_nAttachmentIndex (AttachmentHandle_t) - // NetworkVarNames: m_nAttachmentName (CUtlStringToken) - // NetworkVarNames: m_iEffectName (uint16) - // NetworkVarNames: m_nExplosionType (uint8) - pub mod CEffectData { - pub const m_vOrigin: usize = 0x8; // Vector - pub const m_vStart: usize = 0x14; // Vector - pub const m_vNormal: usize = 0x20; // Vector - pub const m_vAngles: usize = 0x2C; // QAngle - pub const m_hEntity: usize = 0x38; // CEntityHandle - pub const m_hOtherEntity: usize = 0x3C; // CEntityHandle - pub const m_flScale: usize = 0x40; // float32 - pub const m_flMagnitude: usize = 0x44; // float32 - pub const m_flRadius: usize = 0x48; // float32 - pub const m_nSurfaceProp: usize = 0x4C; // CUtlStringToken - pub const m_nEffectIndex: usize = 0x50; // CWeakHandle - pub const m_nDamageType: usize = 0x58; // uint32 - pub const m_nPenetrate: usize = 0x5C; // uint8 - pub const m_nMaterial: usize = 0x5E; // uint16 - pub const m_nHitBox: usize = 0x60; // uint16 - pub const m_nColor: usize = 0x62; // uint8 - pub const m_fFlags: usize = 0x63; // uint8 - pub const m_nAttachmentIndex: usize = 0x64; // AttachmentHandle_t - pub const m_nAttachmentName: usize = 0x68; // CUtlStringToken - pub const m_iEffectName: usize = 0x6C; // uint16 - pub const m_nExplosionType: usize = 0x6E; // uint8 - } - // Parent: C_BaseEntity - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_flFadeStartDist (float32) - // NetworkVarNames: m_flFadeEndDist (float32) - pub mod C_EnvDetailController { - pub const m_flFadeStartDist: usize = 0x6D0; // float32 - pub const m_flFadeEndDist: usize = 0x6D4; // float32 - } - // Parent: None - // Fields count: 29 - // - // Metadata: - // NetworkVarNames: m_flStartTime (GameTime_t) - // NetworkVarNames: m_iWindSeed (uint32) - // NetworkVarNames: m_iMinWind (uint16) - // NetworkVarNames: m_iMaxWind (uint16) - // NetworkVarNames: m_windRadius (int32) - // NetworkVarNames: m_iMinGust (uint16) - // NetworkVarNames: m_iMaxGust (uint16) - // NetworkVarNames: m_flMinGustDelay (float32) - // NetworkVarNames: m_flMaxGustDelay (float32) - // NetworkVarNames: m_flGustDuration (float32) - // NetworkVarNames: m_iGustDirChange (uint16) - // NetworkVarNames: m_location (Vector) - // NetworkVarNames: m_iInitialWindDir (uint16) - // NetworkVarNames: m_flInitialWindSpeed (float32) - pub mod C_EnvWindShared { - pub const m_flStartTime: usize = 0x8; // GameTime_t - pub const m_iWindSeed: usize = 0xC; // uint32 - pub const m_iMinWind: usize = 0x10; // uint16 - pub const m_iMaxWind: usize = 0x12; // uint16 - pub const m_windRadius: usize = 0x14; // int32 - pub const m_iMinGust: usize = 0x18; // uint16 - pub const m_iMaxGust: usize = 0x1A; // uint16 - pub const m_flMinGustDelay: usize = 0x1C; // float32 - pub const m_flMaxGustDelay: usize = 0x20; // float32 - pub const m_flGustDuration: usize = 0x24; // float32 - pub const m_iGustDirChange: usize = 0x28; // uint16 - pub const m_location: usize = 0x2C; // Vector - pub const m_iszGustSound: usize = 0x38; // int32 - pub const m_iWindDir: usize = 0x3C; // int32 - pub const m_flWindSpeed: usize = 0x40; // float32 - pub const m_currentWindVector: usize = 0x44; // Vector - pub const m_CurrentSwayVector: usize = 0x50; // Vector - pub const m_PrevSwayVector: usize = 0x5C; // Vector - pub const m_iInitialWindDir: usize = 0x68; // uint16 - pub const m_flInitialWindSpeed: usize = 0x6C; // float32 - pub const m_flVariationTime: usize = 0x70; // GameTime_t - pub const m_flSwayTime: usize = 0x74; // GameTime_t - pub const m_flSimTime: usize = 0x78; // GameTime_t - pub const m_flSwitchTime: usize = 0x7C; // GameTime_t - pub const m_flAveWindSpeed: usize = 0x80; // float32 - pub const m_bGusting: usize = 0x84; // bool - pub const m_flWindAngleVariation: usize = 0x88; // float32 - pub const m_flWindSpeedVariation: usize = 0x8C; // float32 - pub const m_iEntIndex: usize = 0x90; // CEntityIndex - } - // Parent: None - // Fields count: 12 - // - // Metadata: - // NetworkVarNames: m_nModelID (int32) - // NetworkVarNames: m_hMaterial (HMaterialStrong) - // NetworkVarNames: m_solid (ShardSolid_t) - // NetworkVarNames: m_ShatterPanelMode (ShatterPanelMode) - // NetworkVarNames: m_vecPanelSize (Vector2D) - // NetworkVarNames: m_vecStressPositionA (Vector2D) - // NetworkVarNames: m_vecStressPositionB (Vector2D) - // NetworkVarNames: m_vecPanelVertices (Vector2D) - // NetworkVarNames: m_flGlassHalfThickness (float) - // NetworkVarNames: m_bHasParent (bool) - // NetworkVarNames: m_bParentFrozen (bool) - // NetworkVarNames: m_SurfacePropStringToken (CUtlStringToken) - pub mod shard_model_desc_t { - pub const m_nModelID: usize = 0x8; // int32 - pub const m_hMaterial: usize = 0x10; // CStrongHandle - pub const m_solid: usize = 0x18; // ShardSolid_t - pub const m_ShatterPanelMode: usize = 0x19; // ShatterPanelMode - pub const m_vecPanelSize: usize = 0x1C; // Vector2D - pub const m_vecStressPositionA: usize = 0x24; // Vector2D - pub const m_vecStressPositionB: usize = 0x2C; // Vector2D - pub const m_vecPanelVertices: usize = 0x38; // C_NetworkUtlVectorBase - pub const m_flGlassHalfThickness: usize = 0x50; // float32 - pub const m_bHasParent: usize = 0x54; // bool - pub const m_bParentFrozen: usize = 0x55; // bool - pub const m_SurfacePropStringToken: usize = 0x58; // CUtlStringToken - } - // Parent: None - // Fields count: 11 - // - // Metadata: - // NetworkVarNames: m_iGlowType (int32) - // NetworkVarNames: m_iGlowTeam (int32) - // NetworkVarNames: m_nGlowRange (int32) - // NetworkVarNames: m_nGlowRangeMin (int32) - // NetworkVarNames: m_glowColorOverride (Color) - // NetworkVarNames: m_bFlashing (bool) - // NetworkVarNames: m_flGlowTime (float) - // NetworkVarNames: m_flGlowStartTime (float) - // NetworkVarNames: m_bEligibleForScreenHighlight (bool) - pub mod CGlowProperty { - pub const m_fGlowColor: usize = 0x8; // Vector - pub const m_iGlowType: usize = 0x30; // int32 - pub const m_iGlowTeam: usize = 0x34; // int32 - pub const m_nGlowRange: usize = 0x38; // int32 - pub const m_nGlowRangeMin: usize = 0x3C; // int32 - pub const m_glowColorOverride: usize = 0x40; // Color - pub const m_bFlashing: usize = 0x44; // bool - pub const m_flGlowTime: usize = 0x48; // float32 - pub const m_flGlowStartTime: usize = 0x4C; // float32 - pub const m_bEligibleForScreenHighlight: usize = 0x50; // bool - pub const m_bGlowing: usize = 0x51; // bool - } - // Parent: None - // Fields count: 25 - // - // Metadata: - // NetworkVarNames: dirPrimary (Vector) - // NetworkVarNames: colorPrimary (Color) - // NetworkVarNames: colorSecondary (Color) - // NetworkVarNames: colorPrimaryLerpTo (Color) - // NetworkVarNames: colorSecondaryLerpTo (Color) - // NetworkVarNames: start (float32) - // NetworkVarNames: end (float32) - // NetworkVarNames: farz (float32) - // NetworkVarNames: maxdensity (float32) - // NetworkVarNames: exponent (float32) - // NetworkVarNames: HDRColorScale (float32) - // NetworkVarNames: skyboxFogFactor (float32) - // NetworkVarNames: skyboxFogFactorLerpTo (float32) - // NetworkVarNames: startLerpTo (float32) - // NetworkVarNames: endLerpTo (float32) - // NetworkVarNames: maxdensityLerpTo (float32) - // NetworkVarNames: lerptime (GameTime_t) - // NetworkVarNames: duration (float32) - // NetworkVarNames: blendtobackground (float32) - // NetworkVarNames: scattering (float32) - // NetworkVarNames: locallightscale (float32) - // NetworkVarNames: enable (bool) - // NetworkVarNames: blend (bool) - // NetworkVarNames: m_bNoReflectionFog (bool) - pub mod fogparams_t { - pub const dirPrimary: usize = 0x8; // Vector - pub const colorPrimary: usize = 0x14; // Color - pub const colorSecondary: usize = 0x18; // Color - pub const colorPrimaryLerpTo: usize = 0x1C; // Color - pub const colorSecondaryLerpTo: usize = 0x20; // Color - pub const start: usize = 0x24; // float32 - pub const end: usize = 0x28; // float32 - pub const farz: usize = 0x2C; // float32 - pub const maxdensity: usize = 0x30; // float32 - pub const exponent: usize = 0x34; // float32 - pub const HDRColorScale: usize = 0x38; // float32 - pub const skyboxFogFactor: usize = 0x3C; // float32 - pub const skyboxFogFactorLerpTo: usize = 0x40; // float32 - pub const startLerpTo: usize = 0x44; // float32 - pub const endLerpTo: usize = 0x48; // float32 - pub const maxdensityLerpTo: usize = 0x4C; // float32 - pub const lerptime: usize = 0x50; // GameTime_t - pub const duration: usize = 0x54; // float32 - pub const blendtobackground: usize = 0x58; // float32 - pub const scattering: usize = 0x5C; // float32 - pub const locallightscale: usize = 0x60; // float32 - pub const enable: usize = 0x64; // bool - pub const blend: usize = 0x65; // bool - pub const m_bNoReflectionFog: usize = 0x66; // bool - pub const m_bPadding: usize = 0x67; // bool - } - // Parent: None - // Fields count: 14 - // - // Metadata: - // NetworkVarNames: m_hCtrl (CHandle) - pub mod C_fogplayerparams_t { - pub const m_hCtrl: usize = 0x8; // CHandle - pub const m_flTransitionTime: usize = 0xC; // float32 - pub const m_OldColor: usize = 0x10; // Color - pub const m_flOldStart: usize = 0x14; // float32 - pub const m_flOldEnd: usize = 0x18; // float32 - pub const m_flOldMaxDensity: usize = 0x1C; // float32 - pub const m_flOldHDRColorScale: usize = 0x20; // float32 - pub const m_flOldFarZ: usize = 0x24; // float32 - pub const m_NewColor: usize = 0x28; // Color - pub const m_flNewStart: usize = 0x2C; // float32 - pub const m_flNewEnd: usize = 0x30; // float32 - pub const m_flNewMaxDensity: usize = 0x34; // float32 - pub const m_flNewHDRColorScale: usize = 0x38; // float32 - pub const m_flNewFarZ: usize = 0x3C; // float32 - } - // Parent: None - // Fields count: 6 - // - // Metadata: - // NetworkVarNames: scale (int16) - // NetworkVarNames: origin (Vector) - // NetworkVarNames: bClip3DSkyBoxNearToWorldFar (bool) - // NetworkVarNames: flClip3DSkyBoxNearToWorldFarOffset (float32) - // NetworkVarNames: fog (fogparams_t) - // NetworkVarNames: m_nWorldGroupID (WorldGroupId_t) - pub mod sky3dparams_t { - pub const scale: usize = 0x8; // int16 - pub const origin: usize = 0xC; // Vector - pub const bClip3DSkyBoxNearToWorldFar: usize = 0x18; // bool - pub const flClip3DSkyBoxNearToWorldFarOffset: usize = 0x1C; // float32 - pub const fog: usize = 0x20; // fogparams_t - pub const m_nWorldGroupID: usize = 0x88; // WorldGroupId_t - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // NetworkVarNames: m_Transforms (CTransform) - // NetworkVarNames: m_hOwner (EHANDLE) - pub mod PhysicsRagdollPose_t { - pub const __m_pChainEntity: usize = 0x8; // CNetworkVarChainer - pub const m_Transforms: usize = 0x30; // C_NetworkUtlVectorBase - pub const m_hOwner: usize = 0x48; // CHandle - pub const m_bDirty: usize = 0x68; // bool - } - // Parent: C_BaseEntity - // Fields count: 5 - // - // Metadata: - // NetworkVarNames: m_iszStackName (string_t) - // NetworkVarNames: m_iszOperatorName (string_t) - // NetworkVarNames: m_iszOpvarName (string_t) - // NetworkVarNames: m_iOpvarIndex (int) - // NetworkVarNames: m_bUseAutoCompare (bool) - pub mod C_SoundOpvarSetPointBase { - pub const m_iszStackName: usize = 0x6D0; // CUtlSymbolLarge - pub const m_iszOperatorName: usize = 0x6D8; // CUtlSymbolLarge - pub const m_iszOpvarName: usize = 0x6E0; // CUtlSymbolLarge - pub const m_iOpvarIndex: usize = 0x6E8; // int32 - pub const m_bUseAutoCompare: usize = 0x6EC; // bool - } - // Parent: C_BaseEntity - // Fields count: 30 - // - // Metadata: - // NetworkVarNames: m_bTimerPaused (bool) - // NetworkVarNames: m_flTimeRemaining (float) - // NetworkVarNames: m_flTimerEndTime (GameTime_t) - // NetworkVarNames: m_bIsDisabled (bool) - // NetworkVarNames: m_bShowInHUD (bool) - // NetworkVarNames: m_nTimerLength (int) - // NetworkVarNames: m_nTimerInitialLength (int) - // NetworkVarNames: m_nTimerMaxLength (int) - // NetworkVarNames: m_bAutoCountdown (bool) - // NetworkVarNames: m_nSetupTimeLength (int) - // NetworkVarNames: m_nState (int) - // NetworkVarNames: m_bStartPaused (bool) - // NetworkVarNames: m_bInCaptureWatchState (bool) - // NetworkVarNames: m_flTotalTime (float) - // NetworkVarNames: m_bStopWatchTimer (bool) - pub mod C_TeamRoundTimer { - pub const m_bTimerPaused: usize = 0x6D0; // bool - pub const m_flTimeRemaining: usize = 0x6D4; // float32 - pub const m_flTimerEndTime: usize = 0x6D8; // GameTime_t - pub const m_bIsDisabled: usize = 0x6DC; // bool - pub const m_bShowInHUD: usize = 0x6DD; // bool - pub const m_nTimerLength: usize = 0x6E0; // int32 - pub const m_nTimerInitialLength: usize = 0x6E4; // int32 - pub const m_nTimerMaxLength: usize = 0x6E8; // int32 - pub const m_bAutoCountdown: usize = 0x6EC; // bool - pub const m_nSetupTimeLength: usize = 0x6F0; // int32 - pub const m_nState: usize = 0x6F4; // int32 - pub const m_bStartPaused: usize = 0x6F8; // bool - pub const m_bInCaptureWatchState: usize = 0x6F9; // bool - pub const m_flTotalTime: usize = 0x6FC; // float32 - pub const m_bStopWatchTimer: usize = 0x700; // bool - pub const m_bFireFinished: usize = 0x701; // bool - pub const m_bFire5MinRemain: usize = 0x702; // bool - pub const m_bFire4MinRemain: usize = 0x703; // bool - pub const m_bFire3MinRemain: usize = 0x704; // bool - pub const m_bFire2MinRemain: usize = 0x705; // bool - pub const m_bFire1MinRemain: usize = 0x706; // bool - pub const m_bFire30SecRemain: usize = 0x707; // bool - pub const m_bFire10SecRemain: usize = 0x708; // bool - pub const m_bFire5SecRemain: usize = 0x709; // bool - pub const m_bFire4SecRemain: usize = 0x70A; // bool - pub const m_bFire3SecRemain: usize = 0x70B; // bool - pub const m_bFire2SecRemain: usize = 0x70C; // bool - pub const m_bFire1SecRemain: usize = 0x70D; // bool - pub const m_nOldTimerLength: usize = 0x710; // int32 - pub const m_nOldTimerState: usize = 0x714; // int32 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_Attributes (CEconItemAttribute) - pub mod CAttributeList { - pub const m_Attributes: usize = 0x8; // C_UtlVectorEmbeddedNetworkVar - pub const m_pManager: usize = 0x58; // CAttributeManager* - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // NetworkVarNames: m_iAttributeDefinitionIndex (attrib_definition_index_t) - // NetworkVarNames: m_flValue (float) - // NetworkVarNames: m_flInitialValue (float) - // NetworkVarNames: m_nRefundableCurrency (int) - // NetworkVarNames: m_bSetBonus (bool) - pub mod CEconItemAttribute { - pub const m_iAttributeDefinitionIndex: usize = 0x30; // uint16 - pub const m_flValue: usize = 0x34; // float32 - pub const m_flInitialValue: usize = 0x38; // float32 - pub const m_nRefundableCurrency: usize = 0x3C; // int32 - pub const m_bSetBonus: usize = 0x40; // bool - } - // Parent: None - // Fields count: 6 - // - // Metadata: - // NetworkVarNames: m_iReapplyProvisionParity (int) - // NetworkVarNames: m_hOuter (EHANDLE) - // NetworkVarNames: m_ProviderType (attributeprovidertypes_t) - pub mod CAttributeManager { - pub const m_Providers: usize = 0x8; // CUtlVector> - pub const m_iReapplyProvisionParity: usize = 0x20; // int32 - pub const m_hOuter: usize = 0x24; // CHandle - pub const m_bPreventLoopback: usize = 0x28; // bool - pub const m_ProviderType: usize = 0x2C; // attributeprovidertypes_t - pub const m_CachedResults: usize = 0x30; // CUtlVector - } - // Parent: CAttributeManager - // Fields count: 3 - // - // Metadata: - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // NetworkVarNames: m_Item (CEconItemView) - pub mod C_AttributeContainer { - pub const m_Item: usize = 0x50; // C_EconItemView - pub const m_iExternalItemProviderRegisteredToken: usize = 0x13A0; // int32 - pub const m_ullRegisteredAsItemID: usize = 0x13A8; // uint64 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_bSpotted (bool) - // NetworkVarNames: m_bSpottedByMask (uint32) - pub mod EntitySpottedState_t { - pub const m_bSpotted: usize = 0x8; // bool - pub const m_bSpottedByMask: usize = 0xC; // uint32[2] - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_pGameRules (CCSGameRules*) - pub mod C_CSGameRulesProxy { - pub const m_pGameRules: usize = 0x6D0; // C_CSGameRules* - } - // Parent: None - // Fields count: 117 - // - // Metadata: - // NetworkVarNames: m_bFreezePeriod (bool) - // NetworkVarNames: m_bWarmupPeriod (bool) - // NetworkVarNames: m_fWarmupPeriodEnd (GameTime_t) - // NetworkVarNames: m_fWarmupPeriodStart (GameTime_t) - // NetworkVarNames: m_nTotalPausedTicks (int) - // NetworkVarNames: m_nPauseStartTick (int) - // NetworkVarNames: m_bServerPaused (bool) - // NetworkVarNames: m_bGamePaused (bool) - // NetworkVarNames: m_bTerroristTimeOutActive (bool) - // NetworkVarNames: m_bCTTimeOutActive (bool) - // NetworkVarNames: m_flTerroristTimeOutRemaining (float) - // NetworkVarNames: m_flCTTimeOutRemaining (float) - // NetworkVarNames: m_nTerroristTimeOuts (int) - // NetworkVarNames: m_nCTTimeOuts (int) - // NetworkVarNames: m_bTechnicalTimeOut (bool) - // NetworkVarNames: m_bMatchWaitingForResume (bool) - // NetworkVarNames: m_iRoundTime (int) - // NetworkVarNames: m_fMatchStartTime (float) - // NetworkVarNames: m_fRoundStartTime (GameTime_t) - // NetworkVarNames: m_flRestartRoundTime (GameTime_t) - // NetworkVarNames: m_bGameRestart (bool) - // NetworkVarNames: m_flGameStartTime (float) - // NetworkVarNames: m_timeUntilNextPhaseStarts (float) - // NetworkVarNames: m_gamePhase (int) - // NetworkVarNames: m_totalRoundsPlayed (int) - // NetworkVarNames: m_nRoundsPlayedThisPhase (int) - // NetworkVarNames: m_nOvertimePlaying (int) - // NetworkVarNames: m_iHostagesRemaining (int) - // NetworkVarNames: m_bAnyHostageReached (bool) - // NetworkVarNames: m_bMapHasBombTarget (bool) - // NetworkVarNames: m_bMapHasRescueZone (bool) - // NetworkVarNames: m_bMapHasBuyZone (bool) - // NetworkVarNames: m_bIsQueuedMatchmaking (bool) - // NetworkVarNames: m_nQueuedMatchmakingMode (int) - // NetworkVarNames: m_bIsValveDS (bool) - // NetworkVarNames: m_bLogoMap (bool) - // NetworkVarNames: m_bPlayAllStepSoundsOnServer (bool) - // NetworkVarNames: m_iSpectatorSlotCount (int) - // NetworkVarNames: m_MatchDevice (int) - // NetworkVarNames: m_bHasMatchStarted (bool) - // NetworkVarNames: m_nNextMapInMapgroup (int) - // NetworkVarNames: m_szTournamentEventName (char) - // NetworkVarNames: m_szTournamentEventStage (char) - // NetworkVarNames: m_szMatchStatTxt (char) - // NetworkVarNames: m_szTournamentPredictionsTxt (char) - // NetworkVarNames: m_nTournamentPredictionsPct (int) - // NetworkVarNames: m_flCMMItemDropRevealStartTime (GameTime_t) - // NetworkVarNames: m_flCMMItemDropRevealEndTime (GameTime_t) - // NetworkVarNames: m_bIsDroppingItems (bool) - // NetworkVarNames: m_bIsQuestEligible (bool) - // NetworkVarNames: m_bIsHltvActive (bool) - // NetworkVarNames: m_nGuardianModeWaveNumber (int) - // NetworkVarNames: m_nGuardianModeSpecialKillsRemaining (int) - // NetworkVarNames: m_nGuardianModeSpecialWeaponNeeded (int) - // NetworkVarNames: m_numGlobalGiftsGiven (uint32) - // NetworkVarNames: m_numGlobalGifters (uint32) - // NetworkVarNames: m_numGlobalGiftsPeriodSeconds (uint32) - // NetworkVarNames: m_arrFeaturedGiftersAccounts (uint32) - // NetworkVarNames: m_arrFeaturedGiftersGifts (uint32) - // NetworkVarNames: m_arrProhibitedItemIndices (uint16) - // NetworkVarNames: m_arrTournamentActiveCasterAccounts (uint32) - // NetworkVarNames: m_numBestOfMaps (int) - // NetworkVarNames: m_nHalloweenMaskListSeed (int) - // NetworkVarNames: m_bBombDropped (bool) - // NetworkVarNames: m_bBombPlanted (bool) - // NetworkVarNames: m_iRoundWinStatus (int) - // NetworkVarNames: m_eRoundWinReason (int) - // NetworkVarNames: m_bTCantBuy (bool) - // NetworkVarNames: m_bCTCantBuy (bool) - // NetworkVarNames: m_flGuardianBuyUntilTime (GameTime_t) - // NetworkVarNames: m_iMatchStats_RoundResults (int) - // NetworkVarNames: m_iMatchStats_PlayersAlive_CT (int) - // NetworkVarNames: m_iMatchStats_PlayersAlive_T (int) - // NetworkVarNames: m_TeamRespawnWaveTimes (float) - // NetworkVarNames: m_flNextRespawnWave (GameTime_t) - // NetworkVarNames: m_nServerQuestID (int) - // NetworkVarNames: m_vMinimapMins (Vector) - // NetworkVarNames: m_vMinimapMaxs (Vector) - // NetworkVarNames: m_MinimapVerticalSectionHeights (float) - // NetworkVarNames: m_nEndMatchMapGroupVoteTypes (int) - // NetworkVarNames: m_nEndMatchMapGroupVoteOptions (int) - // NetworkVarNames: m_nEndMatchMapVoteWinner (int) - // NetworkVarNames: m_iNumConsecutiveCTLoses (int) - // NetworkVarNames: m_iNumConsecutiveTerroristLoses (int) - // NetworkVarNames: m_nMatchAbortedEarlyReason (int) - // NetworkVarNames: m_pGameModeRules (CCSGameModeRules*) - // NetworkVarNames: m_RetakeRules (CRetakeGameRules) - // NetworkVarNames: m_nMatchEndCount (uint8) - // NetworkVarNames: m_nTTeamIntroVariant (int) - // NetworkVarNames: m_nCTTeamIntroVariant (int) - // NetworkVarNames: m_bTeamIntroPeriod (bool) - // NetworkVarNames: m_iRoundEndWinnerTeam (int) - // NetworkVarNames: m_eRoundEndReason (int) - // NetworkVarNames: m_bRoundEndShowTimerDefend (bool) - // NetworkVarNames: m_iRoundEndTimerTime (int) - // NetworkVarNames: m_sRoundEndFunFactToken (CUtlString) - // NetworkVarNames: m_iRoundEndFunFactPlayerSlot (CPlayerSlot) - // NetworkVarNames: m_iRoundEndFunFactData1 (int) - // NetworkVarNames: m_iRoundEndFunFactData2 (int) - // NetworkVarNames: m_iRoundEndFunFactData3 (int) - // NetworkVarNames: m_sRoundEndMessage (CUtlString) - // NetworkVarNames: m_iRoundEndPlayerCount (int) - // NetworkVarNames: m_bRoundEndNoMusic (bool) - // NetworkVarNames: m_iRoundEndLegacy (int) - // NetworkVarNames: m_nRoundEndCount (uint8) - // NetworkVarNames: m_iRoundStartRoundNumber (int) - // NetworkVarNames: m_nRoundStartCount (uint8) - pub mod C_CSGameRules { - pub const __m_pChainEntity: usize = 0x8; // CNetworkVarChainer - pub const m_bFreezePeriod: usize = 0x30; // bool - pub const m_bWarmupPeriod: usize = 0x31; // bool - pub const m_fWarmupPeriodEnd: usize = 0x34; // GameTime_t - pub const m_fWarmupPeriodStart: usize = 0x38; // GameTime_t - pub const m_nTotalPausedTicks: usize = 0x3C; // int32 - pub const m_nPauseStartTick: usize = 0x40; // int32 - pub const m_bServerPaused: usize = 0x44; // bool - pub const m_bGamePaused: usize = 0x45; // bool - pub const m_bTerroristTimeOutActive: usize = 0x46; // bool - pub const m_bCTTimeOutActive: usize = 0x47; // bool - pub const m_flTerroristTimeOutRemaining: usize = 0x48; // float32 - pub const m_flCTTimeOutRemaining: usize = 0x4C; // float32 - pub const m_nTerroristTimeOuts: usize = 0x50; // int32 - pub const m_nCTTimeOuts: usize = 0x54; // int32 - pub const m_bTechnicalTimeOut: usize = 0x58; // bool - pub const m_bMatchWaitingForResume: usize = 0x59; // bool - pub const m_iRoundTime: usize = 0x5C; // int32 - pub const m_fMatchStartTime: usize = 0x60; // float32 - pub const m_fRoundStartTime: usize = 0x64; // GameTime_t - pub const m_flRestartRoundTime: usize = 0x68; // GameTime_t - pub const m_bGameRestart: usize = 0x6C; // bool - pub const m_flGameStartTime: usize = 0x70; // float32 - pub const m_timeUntilNextPhaseStarts: usize = 0x74; // float32 - pub const m_gamePhase: usize = 0x78; // int32 - pub const m_totalRoundsPlayed: usize = 0x7C; // int32 - pub const m_nRoundsPlayedThisPhase: usize = 0x80; // int32 - pub const m_nOvertimePlaying: usize = 0x84; // int32 - pub const m_iHostagesRemaining: usize = 0x88; // int32 - pub const m_bAnyHostageReached: usize = 0x8C; // bool - pub const m_bMapHasBombTarget: usize = 0x8D; // bool - pub const m_bMapHasRescueZone: usize = 0x8E; // bool - pub const m_bMapHasBuyZone: usize = 0x8F; // bool - pub const m_bIsQueuedMatchmaking: usize = 0x90; // bool - pub const m_nQueuedMatchmakingMode: usize = 0x94; // int32 - pub const m_bIsValveDS: usize = 0x98; // bool - pub const m_bLogoMap: usize = 0x99; // bool - pub const m_bPlayAllStepSoundsOnServer: usize = 0x9A; // bool - pub const m_iSpectatorSlotCount: usize = 0x9C; // int32 - pub const m_MatchDevice: usize = 0xA0; // int32 - pub const m_bHasMatchStarted: usize = 0xA4; // bool - pub const m_nNextMapInMapgroup: usize = 0xA8; // int32 - pub const m_szTournamentEventName: usize = 0xAC; // char[512] - pub const m_szTournamentEventStage: usize = 0x2AC; // char[512] - pub const m_szMatchStatTxt: usize = 0x4AC; // char[512] - pub const m_szTournamentPredictionsTxt: usize = 0x6AC; // char[512] - pub const m_nTournamentPredictionsPct: usize = 0x8AC; // int32 - pub const m_flCMMItemDropRevealStartTime: usize = 0x8B0; // GameTime_t - pub const m_flCMMItemDropRevealEndTime: usize = 0x8B4; // GameTime_t - pub const m_bIsDroppingItems: usize = 0x8B8; // bool - pub const m_bIsQuestEligible: usize = 0x8B9; // bool - pub const m_bIsHltvActive: usize = 0x8BA; // bool - pub const m_nGuardianModeWaveNumber: usize = 0x8BC; // int32 - pub const m_nGuardianModeSpecialKillsRemaining: usize = 0x8C0; // int32 - pub const m_nGuardianModeSpecialWeaponNeeded: usize = 0x8C4; // int32 - pub const m_nGuardianGrenadesToGiveBots: usize = 0x8C8; // int32 - pub const m_nNumHeaviesToSpawn: usize = 0x8CC; // int32 - pub const m_numGlobalGiftsGiven: usize = 0x8D0; // uint32 - pub const m_numGlobalGifters: usize = 0x8D4; // uint32 - pub const m_numGlobalGiftsPeriodSeconds: usize = 0x8D8; // uint32 - pub const m_arrFeaturedGiftersAccounts: usize = 0x8DC; // uint32[4] - pub const m_arrFeaturedGiftersGifts: usize = 0x8EC; // uint32[4] - pub const m_arrProhibitedItemIndices: usize = 0x8FC; // uint16[100] - pub const m_arrTournamentActiveCasterAccounts: usize = 0x9C4; // uint32[4] - pub const m_numBestOfMaps: usize = 0x9D4; // int32 - pub const m_nHalloweenMaskListSeed: usize = 0x9D8; // int32 - pub const m_bBombDropped: usize = 0x9DC; // bool - pub const m_bBombPlanted: usize = 0x9DD; // bool - pub const m_iRoundWinStatus: usize = 0x9E0; // int32 - pub const m_eRoundWinReason: usize = 0x9E4; // int32 - pub const m_bTCantBuy: usize = 0x9E8; // bool - pub const m_bCTCantBuy: usize = 0x9E9; // bool - pub const m_flGuardianBuyUntilTime: usize = 0x9EC; // GameTime_t - pub const m_iMatchStats_RoundResults: usize = 0x9F0; // int32[30] - pub const m_iMatchStats_PlayersAlive_CT: usize = 0xA68; // int32[30] - pub const m_iMatchStats_PlayersAlive_T: usize = 0xAE0; // int32[30] - pub const m_TeamRespawnWaveTimes: usize = 0xB58; // float32[32] - pub const m_flNextRespawnWave: usize = 0xBD8; // GameTime_t[32] - pub const m_nServerQuestID: usize = 0xC58; // int32 - pub const m_vMinimapMins: usize = 0xC5C; // Vector - pub const m_vMinimapMaxs: usize = 0xC68; // Vector - pub const m_MinimapVerticalSectionHeights: usize = 0xC74; // float32[8] - pub const m_bDontIncrementCoopWave: usize = 0xC94; // bool - pub const m_bSpawnedTerrorHuntHeavy: usize = 0xC95; // bool - pub const m_nEndMatchMapGroupVoteTypes: usize = 0xC98; // int32[10] - pub const m_nEndMatchMapGroupVoteOptions: usize = 0xCC0; // int32[10] - pub const m_nEndMatchMapVoteWinner: usize = 0xCE8; // int32 - pub const m_iNumConsecutiveCTLoses: usize = 0xCEC; // int32 - pub const m_iNumConsecutiveTerroristLoses: usize = 0xCF0; // int32 - pub const m_bMarkClientStopRecordAtRoundEnd: usize = 0xD10; // bool - pub const m_nMatchAbortedEarlyReason: usize = 0xD68; // int32 - pub const m_bHasTriggeredRoundStartMusic: usize = 0xD6C; // bool - pub const m_bHasTriggeredCoopSpawnReset: usize = 0xD6D; // bool - pub const m_bSwitchingTeamsAtRoundReset: usize = 0xD6E; // bool - pub const m_pGameModeRules: usize = 0xD88; // CCSGameModeRules* - pub const m_RetakeRules: usize = 0xD90; // C_RetakeGameRules - pub const m_nMatchEndCount: usize = 0xEA8; // uint8 - pub const m_nTTeamIntroVariant: usize = 0xEAC; // int32 - pub const m_nCTTeamIntroVariant: usize = 0xEB0; // int32 - pub const m_bTeamIntroPeriod: usize = 0xEB4; // bool - pub const m_iRoundEndWinnerTeam: usize = 0xEB8; // int32 - pub const m_eRoundEndReason: usize = 0xEBC; // int32 - pub const m_bRoundEndShowTimerDefend: usize = 0xEC0; // bool - pub const m_iRoundEndTimerTime: usize = 0xEC4; // int32 - pub const m_sRoundEndFunFactToken: usize = 0xEC8; // CUtlString - pub const m_iRoundEndFunFactPlayerSlot: usize = 0xED0; // CPlayerSlot - pub const m_iRoundEndFunFactData1: usize = 0xED4; // int32 - pub const m_iRoundEndFunFactData2: usize = 0xED8; // int32 - pub const m_iRoundEndFunFactData3: usize = 0xEDC; // int32 - pub const m_sRoundEndMessage: usize = 0xEE0; // CUtlString - pub const m_iRoundEndPlayerCount: usize = 0xEE8; // int32 - pub const m_bRoundEndNoMusic: usize = 0xEEC; // bool - pub const m_iRoundEndLegacy: usize = 0xEF0; // int32 - pub const m_nRoundEndCount: usize = 0xEF4; // uint8 - pub const m_iRoundStartRoundNumber: usize = 0xEF8; // int32 - pub const m_nRoundStartCount: usize = 0xEFC; // uint8 - pub const m_flLastPerfSampleTime: usize = 0x4F08; // float64 - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MPulseProvideFeatureTag - // MPulseLibraryBindings - pub mod CCSTakeDamageInfoAPI { - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MPulseInstanceDomainInfo - // MPulseLibraryBindings - // MPulseDomainOptInFeatureTag - pub mod CCSGameModeScript { - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_WeaponSequence (CUtlString) - pub mod CCSGameModeRules_ArmsRace { - pub const m_WeaponSequence: usize = 0x38; // C_NetworkUtlVectorBase - } - // Parent: CCSGameModeScript - // Fields count: 1 - // - // Metadata: - // MPulseInstanceDomainInfo - // MPulseLibraryBindings - // MPulseDomainOptInFeatureTag - pub mod CCSArmsRaceScript { - pub const m_pOuter: usize = 0xD8; // CCSGameModeRules_ArmsRace* - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // NetworkVarNames: m_flDMBonusStartTime (GameTime_t) - // NetworkVarNames: m_flDMBonusTimeLength (float) - // NetworkVarNames: m_nDMBonusWeaponLoadoutSlot (int16) - pub mod CCSGameModeRules_Deathmatch { - pub const m_flDMBonusStartTime: usize = 0x38; // GameTime_t - pub const m_flDMBonusTimeLength: usize = 0x3C; // float32 - pub const m_nDMBonusWeaponLoadoutSlot: usize = 0x40; // int16 - } - // Parent: CCSGameModeScript - // Fields count: 1 - // - // Metadata: - // MPulseInstanceDomainInfo - // MPulseLibraryBindings - // MPulseDomainOptInFeatureTag - pub mod CCSDeathmatchScript { - pub const m_pOuter: usize = 0xD8; // CCSGameModeRules_Deathmatch* - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // NetworkVarNames: m_nMatchSeed (int) - // NetworkVarNames: m_bBlockersPresent (bool) - // NetworkVarNames: m_bRoundInProgress (bool) - // NetworkVarNames: m_iFirstSecondHalfRound (int) - // NetworkVarNames: m_iBombSite (int) - pub mod C_RetakeGameRules { - pub const m_nMatchSeed: usize = 0xF8; // int32 - pub const m_bBlockersPresent: usize = 0xFC; // bool - pub const m_bRoundInProgress: usize = 0xFD; // bool - pub const m_iFirstSecondHalfRound: usize = 0x100; // int32 - pub const m_iBombSite: usize = 0x104; // int32 - } - // Parent: None - // Fields count: 13 - // - // Metadata: - // NetworkVarNames: m_iKills (int) - // NetworkVarNames: m_iDeaths (int) - // NetworkVarNames: m_iAssists (int) - // NetworkVarNames: m_iDamage (int) - // NetworkVarNames: m_iEquipmentValue (int) - // NetworkVarNames: m_iMoneySaved (int) - // NetworkVarNames: m_iKillReward (int) - // NetworkVarNames: m_iLiveTime (int) - // NetworkVarNames: m_iHeadShotKills (int) - // NetworkVarNames: m_iObjective (int) - // NetworkVarNames: m_iCashEarned (int) - // NetworkVarNames: m_iUtilityDamage (int) - // NetworkVarNames: m_iEnemiesFlashed (int) - pub mod CSPerRoundStats_t { - pub const m_iKills: usize = 0x30; // int32 - pub const m_iDeaths: usize = 0x34; // int32 - pub const m_iAssists: usize = 0x38; // int32 - pub const m_iDamage: usize = 0x3C; // int32 - pub const m_iEquipmentValue: usize = 0x40; // int32 - pub const m_iMoneySaved: usize = 0x44; // int32 - pub const m_iKillReward: usize = 0x48; // int32 - pub const m_iLiveTime: usize = 0x4C; // int32 - pub const m_iHeadShotKills: usize = 0x50; // int32 - pub const m_iObjective: usize = 0x54; // int32 - pub const m_iCashEarned: usize = 0x58; // int32 - pub const m_iUtilityDamage: usize = 0x5C; // int32 - pub const m_iEnemiesFlashed: usize = 0x60; // int32 - } - // Parent: CSPerRoundStats_t - // Fields count: 5 - // - // Metadata: - // NetworkVarNames: m_iEnemy5Ks (int) - // NetworkVarNames: m_iEnemy4Ks (int) - // NetworkVarNames: m_iEnemy3Ks (int) - // NetworkVarNames: m_iEnemyKnifeKills (int) - // NetworkVarNames: m_iEnemyTaserKills (int) - pub mod CSMatchStats_t { - pub const m_iEnemy5Ks: usize = 0x64; // int32 - pub const m_iEnemy4Ks: usize = 0x68; // int32 - pub const m_iEnemy3Ks: usize = 0x6C; // int32 - pub const m_iEnemyKnifeKills: usize = 0x70; // int32 - pub const m_iEnemyTaserKills: usize = 0x74; // int32 - } - // Parent: C_BaseEntity - // Fields count: 8 - // - // Metadata: - // NetworkVarNames: m_nVariant (int) - // NetworkVarNames: m_nRandom (int) - // NetworkVarNames: m_nOrdinal (int) - // NetworkVarNames: m_sWeaponName (CUtlString) - // NetworkVarNames: m_xuid (XUID) - // NetworkVarNames: m_agentItem (CEconItemView) - // NetworkVarNames: m_glovesItem (CEconItemView) - // NetworkVarNames: m_weaponItem (CEconItemView) - pub mod C_CSGO_TeamPreviewCharacterPosition { - pub const m_nVariant: usize = 0x6D0; // int32 - pub const m_nRandom: usize = 0x6D4; // int32 - pub const m_nOrdinal: usize = 0x6D8; // int32 - pub const m_sWeaponName: usize = 0x6E0; // CUtlString - pub const m_xuid: usize = 0x6E8; // uint64 - pub const m_agentItem: usize = 0x6F0; // C_EconItemView - pub const m_glovesItem: usize = 0x1A40; // C_EconItemView - pub const m_weaponItem: usize = 0x2D90; // C_EconItemView - } - // Parent: C_BaseEntity - // Fields count: 5 - // - // Metadata: - // NetworkVarNames: m_hPlayer (CHandle) - // NetworkVarNames: m_hPingedEntity (CHandle) - // NetworkVarNames: m_iType (int) - // NetworkVarNames: m_bUrgent (bool) - // NetworkVarNames: m_szPlaceName (char) - pub mod C_PlayerPing { - pub const m_hPlayer: usize = 0x700; // CHandle - pub const m_hPingedEntity: usize = 0x704; // CHandle - pub const m_iType: usize = 0x708; // int32 - pub const m_bUrgent: usize = 0x70C; // bool - pub const m_szPlaceName: usize = 0x70D; // char[18] - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_hPlayerPing (CHandle) - pub mod CCSPlayer_PingServices { - pub const m_hPlayerPing: usize = 0x40; // CHandle - } - // Parent: C_BaseEntity - // Fields count: 10 - // - // Metadata: - // NetworkVarNames: m_bHostageAlive (bool) - // NetworkVarNames: m_isHostageFollowingSomeone (bool) - // NetworkVarNames: m_iHostageEntityIDs (CEntityIndex) - // NetworkVarNames: m_bombsiteCenterA (Vector) - // NetworkVarNames: m_bombsiteCenterB (Vector) - // NetworkVarNames: m_hostageRescueX (int) - // NetworkVarNames: m_hostageRescueY (int) - // NetworkVarNames: m_hostageRescueZ (int) - // NetworkVarNames: m_bEndMatchNextMapAllVoted (bool) - pub mod C_CSPlayerResource { - pub const m_bHostageAlive: usize = 0x6D0; // bool[12] - pub const m_isHostageFollowingSomeone: usize = 0x6DC; // bool[12] - pub const m_iHostageEntityIDs: usize = 0x6E8; // CEntityIndex[12] - pub const m_bombsiteCenterA: usize = 0x718; // Vector - pub const m_bombsiteCenterB: usize = 0x724; // Vector - pub const m_hostageRescueX: usize = 0x730; // int32[4] - pub const m_hostageRescueY: usize = 0x740; // int32[4] - pub const m_hostageRescueZ: usize = 0x750; // int32[4] - pub const m_bEndMatchNextMapAllVoted: usize = 0x760; // bool - pub const m_foundGoalPositions: usize = 0x761; // bool - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MPulseProvideFeatureTag - // MPulseLibraryBindings - pub mod CCSPlayerControllerAPI { - } - // Parent: CPlayer_CameraServices - // Fields count: 6 - // - // Metadata: - // NetworkVarNames: m_iFOV (uint32) - // NetworkVarNames: m_iFOVStart (uint32) - // NetworkVarNames: m_flFOVTime (GameTime_t) - // NetworkVarNames: m_flFOVRate (float32) - // NetworkVarNames: m_hZoomOwner (CHandle) - pub mod CCSPlayerBase_CameraServices { - pub const m_iFOV: usize = 0x210; // uint32 - pub const m_iFOVStart: usize = 0x214; // uint32 - pub const m_flFOVTime: usize = 0x218; // GameTime_t - pub const m_flFOVRate: usize = 0x21C; // float32 - pub const m_hZoomOwner: usize = 0x220; // CHandle - pub const m_flLastShotFOV: usize = 0x224; // float32 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_nItemDefIndex (uint16) - // NetworkVarNames: m_nCount (uint16) - pub mod WeaponPurchaseCount_t { - pub const m_nItemDefIndex: usize = 0x30; // uint16 - pub const m_nCount: usize = 0x32; // uint16 - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_weaponPurchases (WeaponPurchaseCount_t) - pub mod WeaponPurchaseTracker_t { - pub const m_weaponPurchases: usize = 0x8; // C_UtlVectorEmbeddedNetworkVar - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // NetworkVarNames: m_bIsRescuing (bool) - // NetworkVarNames: m_weaponPurchasesThisMatch (WeaponPurchaseTracker_t) - // NetworkVarNames: m_weaponPurchasesThisRound (WeaponPurchaseTracker_t) - pub mod CCSPlayer_ActionTrackingServices { - pub const m_hLastWeaponBeforeC4AutoSwitch: usize = 0x40; // CHandle - pub const m_bIsRescuing: usize = 0x44; // bool - pub const m_weaponPurchasesThisMatch: usize = 0x48; // WeaponPurchaseTracker_t - pub const m_weaponPurchasesThisRound: usize = 0xA0; // WeaponPurchaseTracker_t - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_totalHitsOnServer (int32) - pub mod CCSPlayer_BulletServices { - pub const m_totalHitsOnServer: usize = 0x40; // int32 - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // NetworkVarNames: m_unDefIdx (item_definition_index_t) - // NetworkVarNames: m_nCost (int) - // NetworkVarNames: m_nPrevArmor (int) - // NetworkVarNames: m_bPrevHelmet (bool) - // NetworkVarNames: m_hItem (CEntityHandle) - pub mod SellbackPurchaseEntry_t { - pub const m_unDefIdx: usize = 0x30; // uint16 - pub const m_nCost: usize = 0x34; // int32 - pub const m_nPrevArmor: usize = 0x38; // int32 - pub const m_bPrevHelmet: usize = 0x3C; // bool - pub const m_hItem: usize = 0x40; // CEntityHandle - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_vecSellbackPurchaseEntries (SellbackPurchaseEntry_t) - pub mod CCSPlayer_BuyServices { - pub const m_vecSellbackPurchaseEntries: usize = 0x40; // C_UtlVectorEmbeddedNetworkVar - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_hCarriedHostage (CHandle) - // NetworkVarNames: m_hCarriedHostageProp (CHandle) - pub mod CCSPlayer_HostageServices { - pub const m_hCarriedHostage: usize = 0x40; // CHandle - pub const m_hCarriedHostageProp: usize = 0x44; // CHandle - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // NetworkVarNames: m_bHasDefuser (bool) - // NetworkVarNames: m_bHasHelmet (bool) - // NetworkVarNames: m_bHasHeavyArmor (bool) - pub mod CCSPlayer_ItemServices { - pub const m_bHasDefuser: usize = 0x40; // bool - pub const m_bHasHelmet: usize = 0x41; // bool - pub const m_bHasHeavyArmor: usize = 0x42; // bool - } - // Parent: CPlayer_MovementServices_Humanoid - // Fields count: 37 - // - // Metadata: - // NetworkVarNames: m_flMaxFallVelocity (float) - // NetworkVarNames: m_vecLadderNormal (Vector) - // NetworkVarNames: m_nLadderSurfacePropIndex (int) - // NetworkVarNames: m_flDuckAmount (float) - // NetworkVarNames: m_flDuckSpeed (float) - // NetworkVarNames: m_bDuckOverride (bool) - // NetworkVarNames: m_bDesiresDuck (bool) - // NetworkVarNames: m_nDuckTimeMsecs (uint32) - // NetworkVarNames: m_nDuckJumpTimeMsecs (uint32) - // NetworkVarNames: m_nJumpTimeMsecs (uint32) - // NetworkVarNames: m_flLastDuckTime (float) - // NetworkVarNames: m_nGameCodeHasMovedPlayerAfterCommand (int) - // NetworkVarNames: m_bOldJumpPressed (bool) - // NetworkVarNames: m_flJumpUntil (float) - // NetworkVarNames: m_flJumpVel (float) - // NetworkVarNames: m_fStashGrenadeParameterWhen (GameTime_t) - // NetworkVarNames: m_nButtonDownMaskPrev (ButtonBitMask_t) - // NetworkVarNames: m_flOffsetTickCompleteTime (float) - // NetworkVarNames: m_flOffsetTickStashedSpeed (float) - // NetworkVarNames: m_flStamina (float) - pub mod CCSPlayer_MovementServices { - pub const m_flMaxFallVelocity: usize = 0x214; // float32 - pub const m_vecLadderNormal: usize = 0x218; // Vector - pub const m_nLadderSurfacePropIndex: usize = 0x224; // int32 - pub const m_flDuckAmount: usize = 0x228; // float32 - pub const m_flDuckSpeed: usize = 0x22C; // float32 - pub const m_bDuckOverride: usize = 0x230; // bool - pub const m_bDesiresDuck: usize = 0x231; // bool - pub const m_flDuckOffset: usize = 0x234; // float32 - pub const m_nDuckTimeMsecs: usize = 0x238; // uint32 - pub const m_nDuckJumpTimeMsecs: usize = 0x23C; // uint32 - pub const m_nJumpTimeMsecs: usize = 0x240; // uint32 - pub const m_flLastDuckTime: usize = 0x244; // float32 - pub const m_vecLastPositionAtFullCrouchSpeed: usize = 0x250; // Vector2D - pub const m_duckUntilOnGround: usize = 0x258; // bool - pub const m_bHasWalkMovedSinceLastJump: usize = 0x259; // bool - pub const m_bInStuckTest: usize = 0x25A; // bool - pub const m_flStuckCheckTime: usize = 0x268; // float32[64][2] - pub const m_nTraceCount: usize = 0x468; // int32 - pub const m_StuckLast: usize = 0x46C; // int32 - pub const m_bSpeedCropped: usize = 0x470; // bool - pub const m_nOldWaterLevel: usize = 0x474; // int32 - pub const m_flWaterEntryTime: usize = 0x478; // float32 - pub const m_vecForward: usize = 0x47C; // Vector - pub const m_vecLeft: usize = 0x488; // Vector - pub const m_vecUp: usize = 0x494; // Vector - pub const m_nGameCodeHasMovedPlayerAfterCommand: usize = 0x4A0; // int32 - pub const m_bOldJumpPressed: usize = 0x4A4; // bool - pub const m_flJumpPressedTime: usize = 0x4A8; // float32 - pub const m_flJumpUntil: usize = 0x4AC; // float32 - pub const m_flJumpVel: usize = 0x4B0; // float32 - pub const m_fStashGrenadeParameterWhen: usize = 0x4B4; // GameTime_t - pub const m_nButtonDownMaskPrev: usize = 0x4B8; // uint64 - pub const m_flOffsetTickCompleteTime: usize = 0x4C0; // float32 - pub const m_flOffsetTickStashedSpeed: usize = 0x4C4; // float32 - pub const m_flStamina: usize = 0x4C8; // float32 - pub const m_flHeightAtJumpStart: usize = 0x4CC; // float32 - pub const m_flMaxJumpHeightThisJump: usize = 0x4D0; // float32 - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_hViewModel (CHandle) - pub mod CCSPlayer_ViewModelServices { - pub const m_hViewModel: usize = 0x40; // CHandle[3] - } - // Parent: CPlayer_WeaponServices - // Fields count: 5 - // - // Metadata: - // NetworkVarNames: m_flNextAttack (GameTime_t) - // NetworkVarNames: m_bIsLookingAtWeapon (bool) - // NetworkVarNames: m_bIsHoldingLookAtWeapon (bool) - pub mod CCSPlayer_WeaponServices { - pub const m_flNextAttack: usize = 0xB8; // GameTime_t - pub const m_bIsLookingAtWeapon: usize = 0xBC; // bool - pub const m_bIsHoldingLookAtWeapon: usize = 0xBD; // bool - pub const m_nOldShootPositionHistoryCount: usize = 0xC0; // uint32 - pub const m_nOldInputHistoryCount: usize = 0x458; // uint32 - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // NetworkVarNames: m_perRoundStats (CSPerRoundStats_t) - // NetworkVarNames: m_matchStats (CSMatchStats_t) - // NetworkVarNames: m_iNumRoundKills (int) - // NetworkVarNames: m_iNumRoundKillsHeadshots (int) - // NetworkVarNames: m_unTotalRoundDamageDealt (uint32) - pub mod CCSPlayerController_ActionTrackingServices { - pub const m_perRoundStats: usize = 0x40; // C_UtlVectorEmbeddedNetworkVar - pub const m_matchStats: usize = 0x90; // CSMatchStats_t - pub const m_iNumRoundKills: usize = 0x108; // int32 - pub const m_iNumRoundKillsHeadshots: usize = 0x10C; // int32 - pub const m_unTotalRoundDamageDealt: usize = 0x110; // uint32 - } - // Parent: None - // Fields count: 14 - // - // Metadata: - // NetworkVarNames: m_PlayerDamager (CHandle) - // NetworkVarNames: m_PlayerRecipient (CHandle) - // NetworkVarNames: m_hPlayerControllerDamager (CHandle) - // NetworkVarNames: m_hPlayerControllerRecipient (CHandle) - // NetworkVarNames: m_szPlayerDamagerName (CUtlString) - // NetworkVarNames: m_szPlayerRecipientName (CUtlString) - // NetworkVarNames: m_DamagerXuid (uint64) - // NetworkVarNames: m_RecipientXuid (uint64) - // NetworkVarNames: m_iDamage (int) - // NetworkVarNames: m_iActualHealthRemoved (int) - // NetworkVarNames: m_iNumHits (int) - // NetworkVarNames: m_iLastBulletUpdate (int) - // NetworkVarNames: m_bIsOtherEnemy (bool) - // NetworkVarNames: m_killType (EKillTypes_t) - pub mod CDamageRecord { - pub const m_PlayerDamager: usize = 0x28; // CHandle - pub const m_PlayerRecipient: usize = 0x2C; // CHandle - pub const m_hPlayerControllerDamager: usize = 0x30; // CHandle - pub const m_hPlayerControllerRecipient: usize = 0x34; // CHandle - pub const m_szPlayerDamagerName: usize = 0x38; // CUtlString - pub const m_szPlayerRecipientName: usize = 0x40; // CUtlString - pub const m_DamagerXuid: usize = 0x48; // uint64 - pub const m_RecipientXuid: usize = 0x50; // uint64 - pub const m_iDamage: usize = 0x58; // int32 - pub const m_iActualHealthRemoved: usize = 0x5C; // int32 - pub const m_iNumHits: usize = 0x60; // int32 - pub const m_iLastBulletUpdate: usize = 0x64; // int32 - pub const m_bIsOtherEnemy: usize = 0x68; // bool - pub const m_killType: usize = 0x69; // EKillTypes_t - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_nSendUpdate (int) - // NetworkVarNames: m_DamageList (CDamageRecord) - pub mod CCSPlayerController_DamageServices { - pub const m_nSendUpdate: usize = 0x40; // int32 - pub const m_DamageList: usize = 0x48; // C_UtlVectorEmbeddedNetworkVar - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // NetworkVarNames: m_iAccount (int) - // NetworkVarNames: m_iStartAccount (int) - // NetworkVarNames: m_iTotalCashSpent (int) - // NetworkVarNames: m_iCashSpentThisRound (int) - pub mod CCSPlayerController_InGameMoneyServices { - pub const m_iAccount: usize = 0x40; // int32 - pub const m_iStartAccount: usize = 0x44; // int32 - pub const m_iTotalCashSpent: usize = 0x48; // int32 - pub const m_iCashSpentThisRound: usize = 0x4C; // int32 - pub const m_nPreviousAccount: usize = 0x50; // int32 - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // NetworkVarNames: m_unMusicID (item_definition_index_t) - // NetworkVarNames: m_rank (MedalRank_t) - // NetworkVarNames: m_nPersonaDataPublicLevel (int) - // NetworkVarNames: m_nPersonaDataPublicCommendsLeader (int) - // NetworkVarNames: m_nPersonaDataPublicCommendsTeacher (int) - // NetworkVarNames: m_nPersonaDataPublicCommendsFriendly (int) - // NetworkVarNames: m_nPersonaDataXpTrailLevel (int) - // NetworkVarNames: m_vecServerAuthoritativeWeaponSlots (ServerAuthoritativeWeaponSlot_t) - pub mod CCSPlayerController_InventoryServices { - pub const m_unMusicID: usize = 0x40; // uint16 - pub const m_rank: usize = 0x44; // MedalRank_t[6] - pub const m_nPersonaDataPublicLevel: usize = 0x5C; // int32 - pub const m_nPersonaDataPublicCommendsLeader: usize = 0x60; // int32 - pub const m_nPersonaDataPublicCommendsTeacher: usize = 0x64; // int32 - pub const m_nPersonaDataPublicCommendsFriendly: usize = 0x68; // int32 - pub const m_nPersonaDataXpTrailLevel: usize = 0x6C; // int32 - pub const m_vecServerAuthoritativeWeaponSlots: usize = 0x70; // C_UtlVectorEmbeddedNetworkVar - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MPulseProvideFeatureTag - // MPulseLibraryBindings - pub mod CCSWeaponBaseVDataAPI { - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MPulseProvideFeatureTag - // MPulseLibraryBindings - pub mod CCSWeaponBaseAPI { - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyElementNameFn - pub mod CompositeMaterialMatchFilter_t { - pub const m_nCompositeMaterialMatchFilterType: usize = 0x0; // CompositeMaterialMatchFilterType_t - pub const m_strMatchFilter: usize = 0x8; // CUtlString - pub const m_strMatchValue: usize = 0x10; // CUtlString - pub const m_bPassWhenTrue: usize = 0x18; // bool - } - // Parent: None - // Fields count: 34 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyElementNameFn - pub mod CompositeMaterialInputLooseVariable_t { - pub const m_strName: usize = 0x0; // CUtlString - pub const m_bExposeExternally: usize = 0x8; // bool - pub const m_strExposedFriendlyName: usize = 0x10; // CUtlString - pub const m_strExposedFriendlyGroupName: usize = 0x18; // CUtlString - pub const m_bExposedVariableIsFixedRange: usize = 0x20; // bool - pub const m_strExposedVisibleWhenTrue: usize = 0x28; // CUtlString - pub const m_strExposedHiddenWhenTrue: usize = 0x30; // CUtlString - pub const m_nVariableType: usize = 0x38; // CompositeMaterialInputLooseVariableType_t - pub const m_bValueBoolean: usize = 0x3C; // bool - pub const m_nValueIntX: usize = 0x40; // int32 - pub const m_nValueIntY: usize = 0x44; // int32 - pub const m_nValueIntZ: usize = 0x48; // int32 - pub const m_nValueIntW: usize = 0x4C; // int32 - pub const m_bHasFloatBounds: usize = 0x50; // bool - pub const m_flValueFloatX: usize = 0x54; // float32 - pub const m_flValueFloatX_Min: usize = 0x58; // float32 - pub const m_flValueFloatX_Max: usize = 0x5C; // float32 - pub const m_flValueFloatY: usize = 0x60; // float32 - pub const m_flValueFloatY_Min: usize = 0x64; // float32 - pub const m_flValueFloatY_Max: usize = 0x68; // float32 - pub const m_flValueFloatZ: usize = 0x6C; // float32 - pub const m_flValueFloatZ_Min: usize = 0x70; // float32 - pub const m_flValueFloatZ_Max: usize = 0x74; // float32 - pub const m_flValueFloatW: usize = 0x78; // float32 - pub const m_flValueFloatW_Min: usize = 0x7C; // float32 - pub const m_flValueFloatW_Max: usize = 0x80; // float32 - pub const m_cValueColor4: usize = 0x84; // Color - pub const m_nValueSystemVar: usize = 0x88; // CompositeMaterialVarSystemVar_t - pub const m_strResourceMaterial: usize = 0x90; // CResourceName - pub const m_strTextureContentAssetPath: usize = 0x170; // CUtlString - pub const m_strTextureRuntimeResourcePath: usize = 0x178; // CResourceName - pub const m_strTextureCompilationVtexTemplate: usize = 0x258; // CUtlString - pub const m_nTextureType: usize = 0x260; // CompositeMaterialInputTextureType_t - pub const m_strString: usize = 0x268; // CUtlString - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyElementNameFn - pub mod CompMatMutatorCondition_t { - pub const m_nMutatorCondition: usize = 0x0; // CompMatPropertyMutatorConditionType_t - pub const m_strMutatorConditionContainerName: usize = 0x8; // CUtlString - pub const m_strMutatorConditionContainerVarName: usize = 0x10; // CUtlString - pub const m_strMutatorConditionContainerVarValue: usize = 0x18; // CUtlString - pub const m_bPassWhenTrue: usize = 0x20; // bool - } - // Parent: None - // Fields count: 28 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyElementNameFn - pub mod CompMatPropertyMutator_t { - pub const m_bEnabled: usize = 0x0; // bool - pub const m_nMutatorCommandType: usize = 0x4; // CompMatPropertyMutatorType_t - pub const m_strInitWith_Container: usize = 0x8; // CUtlString - pub const m_strCopyProperty_InputContainerSrc: usize = 0x10; // CUtlString - pub const m_strCopyProperty_InputContainerProperty: usize = 0x18; // CUtlString - pub const m_strCopyProperty_TargetProperty: usize = 0x20; // CUtlString - pub const m_strRandomRollInputVars_SeedInputVar: usize = 0x28; // CUtlString - pub const m_vecRandomRollInputVars_InputVarsToRoll: usize = 0x30; // CUtlVector - pub const m_strCopyMatchingKeys_InputContainerSrc: usize = 0x48; // CUtlString - pub const m_strCopyKeysWithSuffix_InputContainerSrc: usize = 0x50; // CUtlString - pub const m_strCopyKeysWithSuffix_FindSuffix: usize = 0x58; // CUtlString - pub const m_strCopyKeysWithSuffix_ReplaceSuffix: usize = 0x60; // CUtlString - pub const m_nSetValue_Value: usize = 0x68; // CompositeMaterialInputLooseVariable_t - pub const m_strGenerateTexture_TargetParam: usize = 0x2D8; // CUtlString - pub const m_strGenerateTexture_InitialContainer: usize = 0x2E0; // CUtlString - pub const m_nResolution: usize = 0x2E8; // int32 - pub const m_bIsScratchTarget: usize = 0x2EC; // bool - pub const m_bSplatDebugInfo: usize = 0x2ED; // bool - pub const m_bCaptureInRenderDoc: usize = 0x2EE; // bool - pub const m_vecTexGenInstructions: usize = 0x2F0; // CUtlVector - pub const m_vecConditionalMutators: usize = 0x308; // CUtlVector - pub const m_strPopInputQueue_Container: usize = 0x320; // CUtlString - pub const m_strDrawText_InputContainerSrc: usize = 0x328; // CUtlString - pub const m_strDrawText_InputContainerProperty: usize = 0x330; // CUtlString - pub const m_vecDrawText_Position: usize = 0x338; // Vector2D - pub const m_colDrawText_Color: usize = 0x340; // Color - pub const m_strDrawText_Font: usize = 0x348; // CUtlString - pub const m_vecConditions: usize = 0x350; // CUtlVector - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyElementNameFn - pub mod CompositeMaterialInputContainer_t { - pub const m_bEnabled: usize = 0x0; // bool - pub const m_nCompositeMaterialInputContainerSourceType: usize = 0x4; // CompositeMaterialInputContainerSourceType_t - pub const m_strSpecificContainerMaterial: usize = 0x8; // CResourceName - pub const m_strAttrName: usize = 0xE8; // CUtlString - pub const m_strAlias: usize = 0xF0; // CUtlString - pub const m_vecLooseVariables: usize = 0xF8; // CUtlVector - pub const m_strAttrNameForVar: usize = 0x110; // CUtlString - pub const m_bExposeExternally: usize = 0x118; // bool - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyElementNameFn - pub mod CompositeMaterialAssemblyProcedure_t { - pub const m_vecCompMatIncludes: usize = 0x0; // CUtlVector - pub const m_vecMatchFilters: usize = 0x18; // CUtlVector - pub const m_vecCompositeInputContainers: usize = 0x30; // CUtlVector - pub const m_vecPropertyMutators: usize = 0x48; // CUtlVector - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MPropertyElementNameFn - pub mod GeneratedTextureHandle_t { - pub const m_strBitmapName: usize = 0x0; // CUtlString - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MPropertyElementNameFn - pub mod CompositeMaterial_t { - pub const m_TargetKVs: usize = 0x8; // KeyValues3 - pub const m_PreGenerationKVs: usize = 0x18; // KeyValues3 - pub const m_FinalKVs: usize = 0x28; // KeyValues3 - pub const m_vecGeneratedTextures: usize = 0x40; // CUtlVector - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CompositeMaterialEditorPoint_t { - pub const m_ModelName: usize = 0x0; // CResourceName - pub const m_nSequenceIndex: usize = 0xE0; // int32 - pub const m_flCycle: usize = 0xE4; // float32 - pub const m_KVModelStateChoices: usize = 0xE8; // KeyValues3 - pub const m_bEnableChildModel: usize = 0xF8; // bool - pub const m_ChildModelName: usize = 0x100; // CResourceName - pub const m_vecCompositeMaterialAssemblyProcedures: usize = 0x1E0; // CUtlVector - pub const m_vecCompositeMaterials: usize = 0x1F8; // CUtlVector - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CCompositeMaterialEditorDoc { - pub const m_nVersion: usize = 0x8; // int32 - pub const m_Points: usize = 0x10; // CUtlVector - pub const m_KVthumbnail: usize = 0x28; // KeyValues3 - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MPulseProvideFeatureTag - // MPulseLibraryBindings - pub mod C_CSObserverPawnAPI { - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MPulseProvideFeatureTag - // MPulseLibraryBindings - pub mod C_CSPlayerPawnAPI { - } - // Parent: C_BaseEntity - // Fields count: 7 - // - // Metadata: - // NetworkVarNames: m_iActiveIssueIndex (int) - // NetworkVarNames: m_iOnlyTeamToVote (int) - // NetworkVarNames: m_nVoteOptionCount (int) - // NetworkVarNames: m_nPotentialVotes (int) - // NetworkVarNames: m_bIsYesNoVote (bool) - pub mod C_VoteController { - pub const m_iActiveIssueIndex: usize = 0x6DC; // int32 - pub const m_iOnlyTeamToVote: usize = 0x6E0; // int32 - pub const m_nVoteOptionCount: usize = 0x6E4; // int32[5] - pub const m_nPotentialVotes: usize = 0x6F8; // int32 - pub const m_bVotesDirty: usize = 0x6FC; // bool - pub const m_bTypeDirty: usize = 0x6FD; // bool - pub const m_bIsYesNoVote: usize = 0x6FE; // bool - } - // Parent: C_BaseEntity - // Fields count: 17 - // - // Metadata: - // NetworkVarNames: m_nDraftType (int) - // NetworkVarNames: m_nTeamWinningCoinToss (int) - // NetworkVarNames: m_nTeamWithFirstChoice (int) - // NetworkVarNames: m_nVoteMapIdsList (int) - // NetworkVarNames: m_nAccountIDs (int) - // NetworkVarNames: m_nMapId0 (int) - // NetworkVarNames: m_nMapId1 (int) - // NetworkVarNames: m_nMapId2 (int) - // NetworkVarNames: m_nMapId3 (int) - // NetworkVarNames: m_nMapId4 (int) - // NetworkVarNames: m_nMapId5 (int) - // NetworkVarNames: m_nStartingSide0 (int) - // NetworkVarNames: m_nCurrentPhase (int) - // NetworkVarNames: m_nPhaseStartTick (int) - // NetworkVarNames: m_nPhaseDurationTicks (int) - pub mod C_MapVetoPickController { - pub const m_nDraftType: usize = 0x6DC; // int32 - pub const m_nTeamWinningCoinToss: usize = 0x6E0; // int32 - pub const m_nTeamWithFirstChoice: usize = 0x6E4; // int32[64] - pub const m_nVoteMapIdsList: usize = 0x7E4; // int32[7] - pub const m_nAccountIDs: usize = 0x800; // int32[64] - pub const m_nMapId0: usize = 0x900; // int32[64] - pub const m_nMapId1: usize = 0xA00; // int32[64] - pub const m_nMapId2: usize = 0xB00; // int32[64] - pub const m_nMapId3: usize = 0xC00; // int32[64] - pub const m_nMapId4: usize = 0xD00; // int32[64] - pub const m_nMapId5: usize = 0xE00; // int32[64] - pub const m_nStartingSide0: usize = 0xF00; // int32[64] - pub const m_nCurrentPhase: usize = 0x1000; // int32 - pub const m_nPhaseStartTick: usize = 0x1004; // int32 - pub const m_nPhaseDurationTicks: usize = 0x1008; // int32 - pub const m_nPostDataUpdateTick: usize = 0x100C; // int32 - pub const m_bDisabledHud: usize = 0x1010; // bool - } - // Parent: C_BaseEntity - // Fields count: 24 - // - // Metadata: - // NetworkVarNames: m_Color (Color) - // NetworkVarNames: m_flBrightness (float) - // NetworkVarNames: m_hCubemapTexture (HRenderTextureStrong) - // NetworkVarNames: m_bCustomCubemapTexture (bool) - // NetworkVarNames: m_hLightProbeTexture (HRenderTextureStrong) - // NetworkVarNames: m_hLightProbeDirectLightIndicesTexture (HRenderTextureStrong) - // NetworkVarNames: m_hLightProbeDirectLightScalarsTexture (HRenderTextureStrong) - // NetworkVarNames: m_hLightProbeDirectLightShadowsTexture (HRenderTextureStrong) - // NetworkVarNames: m_vBoxMins (Vector) - // NetworkVarNames: m_vBoxMaxs (Vector) - // NetworkVarNames: m_bMoveable (bool) - // NetworkVarNames: m_nHandshake (int) - // NetworkVarNames: m_nEnvCubeMapArrayIndex (int) - // NetworkVarNames: m_nPriority (int) - // NetworkVarNames: m_bStartDisabled (bool) - // NetworkVarNames: m_flEdgeFadeDist (float) - // NetworkVarNames: m_vEdgeFadeDists (Vector) - // NetworkVarNames: m_nLightProbeSizeX (int) - // NetworkVarNames: m_nLightProbeSizeY (int) - // NetworkVarNames: m_nLightProbeSizeZ (int) - // NetworkVarNames: m_nLightProbeAtlasX (int) - // NetworkVarNames: m_nLightProbeAtlasY (int) - // NetworkVarNames: m_nLightProbeAtlasZ (int) - // NetworkVarNames: m_bEnabled (bool) - pub mod C_EnvCombinedLightProbeVolume { - pub const m_Color: usize = 0x1728; // Color - pub const m_flBrightness: usize = 0x172C; // float32 - pub const m_hCubemapTexture: usize = 0x1730; // CStrongHandle - pub const m_bCustomCubemapTexture: usize = 0x1738; // bool - pub const m_hLightProbeTexture: usize = 0x1740; // CStrongHandle - pub const m_hLightProbeDirectLightIndicesTexture: usize = 0x1748; // CStrongHandle - pub const m_hLightProbeDirectLightScalarsTexture: usize = 0x1750; // CStrongHandle - pub const m_hLightProbeDirectLightShadowsTexture: usize = 0x1758; // CStrongHandle - pub const m_vBoxMins: usize = 0x1760; // Vector - pub const m_vBoxMaxs: usize = 0x176C; // Vector - pub const m_bMoveable: usize = 0x1778; // bool - pub const m_nHandshake: usize = 0x177C; // int32 - pub const m_nEnvCubeMapArrayIndex: usize = 0x1780; // int32 - pub const m_nPriority: usize = 0x1784; // int32 - pub const m_bStartDisabled: usize = 0x1788; // bool - pub const m_flEdgeFadeDist: usize = 0x178C; // float32 - pub const m_vEdgeFadeDists: usize = 0x1790; // Vector - pub const m_nLightProbeSizeX: usize = 0x179C; // int32 - pub const m_nLightProbeSizeY: usize = 0x17A0; // int32 - pub const m_nLightProbeSizeZ: usize = 0x17A4; // int32 - pub const m_nLightProbeAtlasX: usize = 0x17A8; // int32 - pub const m_nLightProbeAtlasY: usize = 0x17AC; // int32 - pub const m_nLightProbeAtlasZ: usize = 0x17B0; // int32 - pub const m_bEnabled: usize = 0x17C9; // bool - } - // Parent: C_BaseEntity - // Fields count: 18 - // - // Metadata: - // NetworkVarNames: m_hCubemapTexture (HRenderTextureStrong) - // NetworkVarNames: m_bCustomCubemapTexture (bool) - // NetworkVarNames: m_flInfluenceRadius (float) - // NetworkVarNames: m_vBoxProjectMins (Vector) - // NetworkVarNames: m_vBoxProjectMaxs (Vector) - // NetworkVarNames: m_bMoveable (bool) - // NetworkVarNames: m_nHandshake (int) - // NetworkVarNames: m_nEnvCubeMapArrayIndex (int) - // NetworkVarNames: m_nPriority (int) - // NetworkVarNames: m_flEdgeFadeDist (float) - // NetworkVarNames: m_vEdgeFadeDists (Vector) - // NetworkVarNames: m_flDiffuseScale (float) - // NetworkVarNames: m_bStartDisabled (bool) - // NetworkVarNames: m_bDefaultEnvMap (bool) - // NetworkVarNames: m_bDefaultSpecEnvMap (bool) - // NetworkVarNames: m_bIndoorCubeMap (bool) - // NetworkVarNames: m_bCopyDiffuseFromDefaultCubemap (bool) - // NetworkVarNames: m_bEnabled (bool) - pub mod C_EnvCubemap { - pub const m_hCubemapTexture: usize = 0x750; // CStrongHandle - pub const m_bCustomCubemapTexture: usize = 0x758; // bool - pub const m_flInfluenceRadius: usize = 0x75C; // float32 - pub const m_vBoxProjectMins: usize = 0x760; // Vector - pub const m_vBoxProjectMaxs: usize = 0x76C; // Vector - pub const m_bMoveable: usize = 0x778; // bool - pub const m_nHandshake: usize = 0x77C; // int32 - pub const m_nEnvCubeMapArrayIndex: usize = 0x780; // int32 - pub const m_nPriority: usize = 0x784; // int32 - pub const m_flEdgeFadeDist: usize = 0x788; // float32 - pub const m_vEdgeFadeDists: usize = 0x78C; // Vector - pub const m_flDiffuseScale: usize = 0x798; // float32 - pub const m_bStartDisabled: usize = 0x79C; // bool - pub const m_bDefaultEnvMap: usize = 0x79D; // bool - pub const m_bDefaultSpecEnvMap: usize = 0x79E; // bool - pub const m_bIndoorCubeMap: usize = 0x79F; // bool - pub const m_bCopyDiffuseFromDefaultCubemap: usize = 0x7A0; // bool - pub const m_bEnabled: usize = 0x7B0; // bool - } - // Parent: C_BaseEntity - // Fields count: 18 - // - // Metadata: - // NetworkVarNames: m_flEndDistance (float) - // NetworkVarNames: m_flStartDistance (float) - // NetworkVarNames: m_flFogFalloffExponent (float) - // NetworkVarNames: m_bHeightFogEnabled (bool) - // NetworkVarNames: m_flFogHeightWidth (float) - // NetworkVarNames: m_flFogHeightEnd (float) - // NetworkVarNames: m_flFogHeightStart (float) - // NetworkVarNames: m_flFogHeightExponent (float) - // NetworkVarNames: m_flLODBias (float) - // NetworkVarNames: m_bActive (bool) - // NetworkVarNames: m_bStartDisabled (bool) - // NetworkVarNames: m_flFogMaxOpacity (float) - // NetworkVarNames: m_nCubemapSourceType (int) - // NetworkVarNames: m_hSkyMaterial (HMaterialStrong) - // NetworkVarNames: m_iszSkyEntity (string_t) - // NetworkVarNames: m_hFogCubemapTexture (HRenderTextureStrong) - // NetworkVarNames: m_bHasHeightFogEnd (bool) - pub mod C_EnvCubemapFog { - pub const m_flEndDistance: usize = 0x6D0; // float32 - pub const m_flStartDistance: usize = 0x6D4; // float32 - pub const m_flFogFalloffExponent: usize = 0x6D8; // float32 - pub const m_bHeightFogEnabled: usize = 0x6DC; // bool - pub const m_flFogHeightWidth: usize = 0x6E0; // float32 - pub const m_flFogHeightEnd: usize = 0x6E4; // float32 - pub const m_flFogHeightStart: usize = 0x6E8; // float32 - pub const m_flFogHeightExponent: usize = 0x6EC; // float32 - pub const m_flLODBias: usize = 0x6F0; // float32 - pub const m_bActive: usize = 0x6F4; // bool - pub const m_bStartDisabled: usize = 0x6F5; // bool - pub const m_flFogMaxOpacity: usize = 0x6F8; // float32 - pub const m_nCubemapSourceType: usize = 0x6FC; // int32 - pub const m_hSkyMaterial: usize = 0x700; // CStrongHandle - pub const m_iszSkyEntity: usize = 0x708; // CUtlSymbolLarge - pub const m_hFogCubemapTexture: usize = 0x710; // CStrongHandle - pub const m_bHasHeightFogEnd: usize = 0x718; // bool - pub const m_bFirstTime: usize = 0x719; // bool - } - // Parent: C_BaseEntity - // Fields count: 16 - // - // Metadata: - // NetworkVarNames: m_hGradientFogTexture (HRenderTextureStrong) - // NetworkVarNames: m_flFogStartDistance (float) - // NetworkVarNames: m_flFogEndDistance (float) - // NetworkVarNames: m_bHeightFogEnabled (bool) - // NetworkVarNames: m_flFogStartHeight (float) - // NetworkVarNames: m_flFogEndHeight (float) - // NetworkVarNames: m_flFarZ (float) - // NetworkVarNames: m_flFogMaxOpacity (float) - // NetworkVarNames: m_flFogFalloffExponent (float) - // NetworkVarNames: m_flFogVerticalExponent (float) - // NetworkVarNames: m_fogColor (Color) - // NetworkVarNames: m_flFogStrength (float) - // NetworkVarNames: m_flFadeTime (float) - // NetworkVarNames: m_bStartDisabled (bool) - // NetworkVarNames: m_bIsEnabled (bool) - pub mod C_GradientFog { - pub const m_hGradientFogTexture: usize = 0x6D0; // CStrongHandle - pub const m_flFogStartDistance: usize = 0x6D8; // float32 - pub const m_flFogEndDistance: usize = 0x6DC; // float32 - pub const m_bHeightFogEnabled: usize = 0x6E0; // bool - pub const m_flFogStartHeight: usize = 0x6E4; // float32 - pub const m_flFogEndHeight: usize = 0x6E8; // float32 - pub const m_flFarZ: usize = 0x6EC; // float32 - pub const m_flFogMaxOpacity: usize = 0x6F0; // float32 - pub const m_flFogFalloffExponent: usize = 0x6F4; // float32 - pub const m_flFogVerticalExponent: usize = 0x6F8; // float32 - pub const m_fogColor: usize = 0x6FC; // Color - pub const m_flFogStrength: usize = 0x700; // float32 - pub const m_flFadeTime: usize = 0x704; // float32 - pub const m_bStartDisabled: usize = 0x708; // bool - pub const m_bIsEnabled: usize = 0x709; // bool - pub const m_bGradientFogNeedsTextures: usize = 0x70A; // bool - } - // Parent: C_BaseEntity - // Fields count: 17 - // - // Metadata: - // NetworkVarNames: m_hLightProbeTexture (HRenderTextureStrong) - // NetworkVarNames: m_hLightProbeDirectLightIndicesTexture (HRenderTextureStrong) - // NetworkVarNames: m_hLightProbeDirectLightScalarsTexture (HRenderTextureStrong) - // NetworkVarNames: m_hLightProbeDirectLightShadowsTexture (HRenderTextureStrong) - // NetworkVarNames: m_vBoxMins (Vector) - // NetworkVarNames: m_vBoxMaxs (Vector) - // NetworkVarNames: m_bMoveable (bool) - // NetworkVarNames: m_nHandshake (int) - // NetworkVarNames: m_nPriority (int) - // NetworkVarNames: m_bStartDisabled (bool) - // NetworkVarNames: m_nLightProbeSizeX (int) - // NetworkVarNames: m_nLightProbeSizeY (int) - // NetworkVarNames: m_nLightProbeSizeZ (int) - // NetworkVarNames: m_nLightProbeAtlasX (int) - // NetworkVarNames: m_nLightProbeAtlasY (int) - // NetworkVarNames: m_nLightProbeAtlasZ (int) - // NetworkVarNames: m_bEnabled (bool) - pub mod C_EnvLightProbeVolume { - pub const m_hLightProbeTexture: usize = 0x16A8; // CStrongHandle - pub const m_hLightProbeDirectLightIndicesTexture: usize = 0x16B0; // CStrongHandle - pub const m_hLightProbeDirectLightScalarsTexture: usize = 0x16B8; // CStrongHandle - pub const m_hLightProbeDirectLightShadowsTexture: usize = 0x16C0; // CStrongHandle - pub const m_vBoxMins: usize = 0x16C8; // Vector - pub const m_vBoxMaxs: usize = 0x16D4; // Vector - pub const m_bMoveable: usize = 0x16E0; // bool - pub const m_nHandshake: usize = 0x16E4; // int32 - pub const m_nPriority: usize = 0x16E8; // int32 - pub const m_bStartDisabled: usize = 0x16EC; // bool - pub const m_nLightProbeSizeX: usize = 0x16F0; // int32 - pub const m_nLightProbeSizeY: usize = 0x16F4; // int32 - pub const m_nLightProbeSizeZ: usize = 0x16F8; // int32 - pub const m_nLightProbeAtlasX: usize = 0x16FC; // int32 - pub const m_nLightProbeAtlasY: usize = 0x1700; // int32 - pub const m_nLightProbeAtlasZ: usize = 0x1704; // int32 - pub const m_bEnabled: usize = 0x1711; // bool - } - // Parent: C_BaseEntity - // Fields count: 6 - // - // Metadata: - // NetworkVarNames: m_flVisibilityStrength (float) - // NetworkVarNames: m_flFogDistanceMultiplier (float) - // NetworkVarNames: m_flFogMaxDensityMultiplier (float) - // NetworkVarNames: m_flFadeTime (float) - // NetworkVarNames: m_bStartDisabled (bool) - // NetworkVarNames: m_bIsEnabled (bool) - pub mod C_PlayerVisibility { - pub const m_flVisibilityStrength: usize = 0x6D0; // float32 - pub const m_flFogDistanceMultiplier: usize = 0x6D4; // float32 - pub const m_flFogMaxDensityMultiplier: usize = 0x6D8; // float32 - pub const m_flFadeTime: usize = 0x6DC; // float32 - pub const m_bStartDisabled: usize = 0x6E0; // bool - pub const m_bIsEnabled: usize = 0x6E1; // bool - } - // Parent: C_BaseEntity - // Fields count: 8 - // - // Metadata: - // NetworkVarNames: m_flAutoExposureMin (float) - // NetworkVarNames: m_flAutoExposureMax (float) - // NetworkVarNames: m_flTonemapPercentTarget (float) - // NetworkVarNames: m_flTonemapPercentBrightPixels (float) - // NetworkVarNames: m_flTonemapMinAvgLum (float) - // NetworkVarNames: m_flExposureAdaptationSpeedUp (float) - // NetworkVarNames: m_flExposureAdaptationSpeedDown (float) - // NetworkVarNames: m_flTonemapEVSmoothingRange (float) - pub mod C_TonemapController2 { - pub const m_flAutoExposureMin: usize = 0x6D0; // float32 - pub const m_flAutoExposureMax: usize = 0x6D4; // float32 - pub const m_flTonemapPercentTarget: usize = 0x6D8; // float32 - pub const m_flTonemapPercentBrightPixels: usize = 0x6DC; // float32 - pub const m_flTonemapMinAvgLum: usize = 0x6E0; // float32 - pub const m_flExposureAdaptationSpeedUp: usize = 0x6E4; // float32 - pub const m_flExposureAdaptationSpeedDown: usize = 0x6E8; // float32 - pub const m_flTonemapEVSmoothingRange: usize = 0x6EC; // float32 - } - // Parent: C_BaseEntity - // Fields count: 28 - // - // Metadata: - // NetworkVarNames: m_flScattering (float) - // NetworkVarNames: m_flAnisotropy (float) - // NetworkVarNames: m_flFadeSpeed (float) - // NetworkVarNames: m_flDrawDistance (float) - // NetworkVarNames: m_flFadeInStart (float) - // NetworkVarNames: m_flFadeInEnd (float) - // NetworkVarNames: m_flIndirectStrength (float) - // NetworkVarNames: m_nIndirectTextureDimX (int) - // NetworkVarNames: m_nIndirectTextureDimY (int) - // NetworkVarNames: m_nIndirectTextureDimZ (int) - // NetworkVarNames: m_vBoxMins (Vector) - // NetworkVarNames: m_vBoxMaxs (Vector) - // NetworkVarNames: m_bActive (bool) - // NetworkVarNames: m_flStartAnisoTime (GameTime_t) - // NetworkVarNames: m_flStartScatterTime (GameTime_t) - // NetworkVarNames: m_flStartDrawDistanceTime (GameTime_t) - // NetworkVarNames: m_flStartAnisotropy (float) - // NetworkVarNames: m_flStartScattering (float) - // NetworkVarNames: m_flStartDrawDistance (float) - // NetworkVarNames: m_flDefaultAnisotropy (float) - // NetworkVarNames: m_flDefaultScattering (float) - // NetworkVarNames: m_flDefaultDrawDistance (float) - // NetworkVarNames: m_bStartDisabled (bool) - // NetworkVarNames: m_bEnableIndirect (bool) - // NetworkVarNames: m_bIsMaster (bool) - // NetworkVarNames: m_hFogIndirectTexture (HRenderTextureStrong) - // NetworkVarNames: m_nForceRefreshCount (int) - pub mod C_EnvVolumetricFogController { - pub const m_flScattering: usize = 0x6D0; // float32 - pub const m_flAnisotropy: usize = 0x6D4; // float32 - pub const m_flFadeSpeed: usize = 0x6D8; // float32 - pub const m_flDrawDistance: usize = 0x6DC; // float32 - pub const m_flFadeInStart: usize = 0x6E0; // float32 - pub const m_flFadeInEnd: usize = 0x6E4; // float32 - pub const m_flIndirectStrength: usize = 0x6E8; // float32 - pub const m_nIndirectTextureDimX: usize = 0x6EC; // int32 - pub const m_nIndirectTextureDimY: usize = 0x6F0; // int32 - pub const m_nIndirectTextureDimZ: usize = 0x6F4; // int32 - pub const m_vBoxMins: usize = 0x6F8; // Vector - pub const m_vBoxMaxs: usize = 0x704; // Vector - pub const m_bActive: usize = 0x710; // bool - pub const m_flStartAnisoTime: usize = 0x714; // GameTime_t - pub const m_flStartScatterTime: usize = 0x718; // GameTime_t - pub const m_flStartDrawDistanceTime: usize = 0x71C; // GameTime_t - pub const m_flStartAnisotropy: usize = 0x720; // float32 - pub const m_flStartScattering: usize = 0x724; // float32 - pub const m_flStartDrawDistance: usize = 0x728; // float32 - pub const m_flDefaultAnisotropy: usize = 0x72C; // float32 - pub const m_flDefaultScattering: usize = 0x730; // float32 - pub const m_flDefaultDrawDistance: usize = 0x734; // float32 - pub const m_bStartDisabled: usize = 0x738; // bool - pub const m_bEnableIndirect: usize = 0x739; // bool - pub const m_bIsMaster: usize = 0x73A; // bool - pub const m_hFogIndirectTexture: usize = 0x740; // CStrongHandle - pub const m_nForceRefreshCount: usize = 0x748; // int32 - pub const m_bFirstTime: usize = 0x74C; // bool - } - // Parent: C_BaseEntity - // Fields count: 7 - // - // Metadata: - // NetworkVarNames: m_bActive (bool) - // NetworkVarNames: m_vBoxMins (Vector) - // NetworkVarNames: m_vBoxMaxs (Vector) - // NetworkVarNames: m_bStartDisabled (bool) - // NetworkVarNames: m_flStrength (float) - // NetworkVarNames: m_nFalloffShape (int) - // NetworkVarNames: m_flFalloffExponent (float) - pub mod C_EnvVolumetricFogVolume { - pub const m_bActive: usize = 0x6D0; // bool - pub const m_vBoxMins: usize = 0x6D4; // Vector - pub const m_vBoxMaxs: usize = 0x6E0; // Vector - pub const m_bStartDisabled: usize = 0x6EC; // bool - pub const m_flStrength: usize = 0x6F0; // float32 - pub const m_nFalloffShape: usize = 0x6F4; // int32 - pub const m_flFalloffExponent: usize = 0x6F8; // float32 - } - // Parent: C_BaseEntity - // Fields count: 3 - // - // Metadata: - // NetworkVarNames: m_fog (fogparams_t) - pub mod C_FogController { - pub const m_fog: usize = 0x6D0; // fogparams_t - pub const m_bUseAngles: usize = 0x738; // bool - pub const m_iChangedVariables: usize = 0x73C; // int32 - } - // Parent: C_BaseEntity - // Fields count: 3 - // - // Metadata: - // NetworkVarNames: m_nMode (int) - // NetworkVarNames: m_vBoxSize (Vector) - // NetworkVarNames: m_bEnabled (bool) - pub mod C_InfoVisibilityBox { - pub const m_nMode: usize = 0x6D4; // int32 - pub const m_vBoxSize: usize = 0x6D8; // Vector - pub const m_bEnabled: usize = 0x6E4; // bool - } - // Parent: C_BaseEntity - // Fields count: 8 - // - // Metadata: - // NetworkVarNames: m_worldName (string_t) - // NetworkVarNames: m_layerName (string_t) - // NetworkVarNames: m_bWorldLayerVisible (bool) - // NetworkVarNames: m_bEntitiesSpawned (bool) - pub mod CInfoWorldLayer { - pub const m_pOutputOnEntitiesSpawned: usize = 0x6D0; // CEntityIOOutput - pub const m_worldName: usize = 0x6F8; // CUtlSymbolLarge - pub const m_layerName: usize = 0x700; // CUtlSymbolLarge - pub const m_bWorldLayerVisible: usize = 0x708; // bool - pub const m_bEntitiesSpawned: usize = 0x709; // bool - pub const m_bCreateAsChildSpawnGroup: usize = 0x70A; // bool - pub const m_hLayerSpawnGroup: usize = 0x70C; // uint32 - pub const m_bWorldLayerActuallyVisible: usize = 0x710; // bool - } - // Parent: C_BaseEntity - // Fields count: 25 - // - // Metadata: - // NetworkVarNames: m_FOV (float) - // NetworkVarNames: m_Resolution (float) - // NetworkVarNames: m_bFogEnable (bool) - // NetworkVarNames: m_FogColor (Color) - // NetworkVarNames: m_flFogStart (float) - // NetworkVarNames: m_flFogEnd (float) - // NetworkVarNames: m_flFogMaxDensity (float) - // NetworkVarNames: m_bActive (bool) - // NetworkVarNames: m_bUseScreenAspectRatio (bool) - // NetworkVarNames: m_flAspectRatio (float) - // NetworkVarNames: m_bNoSky (bool) - // NetworkVarNames: m_fBrightness (float) - // NetworkVarNames: m_flZFar (float) - // NetworkVarNames: m_flZNear (float) - // NetworkVarNames: m_bCanHLTVUse (bool) - // NetworkVarNames: m_bDofEnabled (bool) - // NetworkVarNames: m_flDofNearBlurry (float) - // NetworkVarNames: m_flDofNearCrisp (float) - // NetworkVarNames: m_flDofFarCrisp (float) - // NetworkVarNames: m_flDofFarBlurry (float) - // NetworkVarNames: m_flDofTiltToGround (float) - pub mod C_PointCamera { - pub const m_FOV: usize = 0x6D0; // float32 - pub const m_Resolution: usize = 0x6D4; // float32 - pub const m_bFogEnable: usize = 0x6D8; // bool - pub const m_FogColor: usize = 0x6D9; // Color - pub const m_flFogStart: usize = 0x6E0; // float32 - pub const m_flFogEnd: usize = 0x6E4; // float32 - pub const m_flFogMaxDensity: usize = 0x6E8; // float32 - pub const m_bActive: usize = 0x6EC; // bool - pub const m_bUseScreenAspectRatio: usize = 0x6ED; // bool - pub const m_flAspectRatio: usize = 0x6F0; // float32 - pub const m_bNoSky: usize = 0x6F4; // bool - pub const m_fBrightness: usize = 0x6F8; // float32 - pub const m_flZFar: usize = 0x6FC; // float32 - pub const m_flZNear: usize = 0x700; // float32 - pub const m_bCanHLTVUse: usize = 0x704; // bool - pub const m_bDofEnabled: usize = 0x705; // bool - pub const m_flDofNearBlurry: usize = 0x708; // float32 - pub const m_flDofNearCrisp: usize = 0x70C; // float32 - pub const m_flDofFarCrisp: usize = 0x710; // float32 - pub const m_flDofFarBlurry: usize = 0x714; // float32 - pub const m_flDofTiltToGround: usize = 0x718; // float32 - pub const m_TargetFOV: usize = 0x71C; // float32 - pub const m_DegreesPerSecond: usize = 0x720; // float32 - pub const m_bIsOn: usize = 0x724; // bool - pub const m_pNext: usize = 0x728; // C_PointCamera* - } - // Parent: C_BaseEntity - // Fields count: 4 - // - // Metadata: - // NetworkVarNames: m_bDisabled (bool) - // NetworkVarNames: m_iszSoundAreaType (string_t) - // NetworkVarNames: m_vPos (Vector) - pub mod C_SoundAreaEntityBase { - pub const m_bDisabled: usize = 0x6D0; // bool - pub const m_bWasEnabled: usize = 0x6D8; // bool - pub const m_iszSoundAreaType: usize = 0x6E0; // CUtlSymbolLarge - pub const m_vPos: usize = 0x6E8; // Vector - } - // Parent: C_SoundAreaEntityBase - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_flRadius (float) - pub mod C_SoundAreaEntitySphere { - pub const m_flRadius: usize = 0x6F4; // float32 - } - // Parent: C_SoundAreaEntityBase - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_vMin (Vector) - // NetworkVarNames: m_vMax (Vector) - pub mod C_SoundAreaEntityOrientedBox { - pub const m_vMin: usize = 0x6F4; // Vector - pub const m_vMax: usize = 0x700; // Vector - } - // Parent: C_BaseEntity - // Fields count: 4 - // - // Metadata: - // MNetworkIncludeByName - // NetworkVarNames: m_aPlayerControllers (CHandle) - // NetworkVarNames: m_aPlayers (CHandle) - // NetworkVarNames: m_iScore (int32) - // NetworkVarNames: m_szTeamname (char) - pub mod C_Team { - pub const m_aPlayerControllers: usize = 0x6D0; // C_NetworkUtlVectorBase> - pub const m_aPlayers: usize = 0x6E8; // C_NetworkUtlVectorBase> - pub const m_iScore: usize = 0x700; // int32 - pub const m_szTeamname: usize = 0x704; // char[129] - } - // Parent: C_BaseEntity - // Fields count: 15 - // - // Metadata: - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkUserGroupProxy - // MNetworkUserGroupProxy - // MNetworkIncludeByUserGroup - // NetworkVarNames: m_nTickBase (uint32) - // NetworkVarNames: m_hPawn (CHandle) - // NetworkVarNames: m_iConnected (PlayerConnectedState) - // NetworkVarNames: m_iszPlayerName (char) - // NetworkVarNames: m_steamID (uint64) - // NetworkVarNames: m_iDesiredFOV (uint32) - // MNetworkReplayCompatField - pub mod CBasePlayerController { - pub const m_nFinalPredictedTick: usize = 0x6D8; // int32 - pub const m_CommandContext: usize = 0x6E0; // C_CommandContext - pub const m_nInButtonsWhichAreToggles: usize = 0x778; // uint64 - pub const m_nTickBase: usize = 0x780; // uint32 - pub const m_hPawn: usize = 0x784; // CHandle - pub const m_hPredictedPawn: usize = 0x788; // CHandle - pub const m_nSplitScreenSlot: usize = 0x78C; // CSplitScreenSlot - pub const m_hSplitOwner: usize = 0x790; // CHandle - pub const m_hSplitScreenPlayers: usize = 0x798; // CUtlVector> - pub const m_bIsHLTV: usize = 0x7B0; // bool - pub const m_iConnected: usize = 0x7B4; // PlayerConnectedState - pub const m_iszPlayerName: usize = 0x7B8; // char[128] - pub const m_steamID: usize = 0x840; // uint64 - pub const m_bIsLocalPlayerController: usize = 0x848; // bool - pub const m_iDesiredFOV: usize = 0x84C; // uint32 - } - // Parent: None - // Fields count: 14 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CBasePlayerVData { - pub const m_sModelName: usize = 0x28; // CResourceNameTyped> - pub const m_flHeadDamageMultiplier: usize = 0x108; // CSkillFloat - pub const m_flChestDamageMultiplier: usize = 0x118; // CSkillFloat - pub const m_flStomachDamageMultiplier: usize = 0x128; // CSkillFloat - pub const m_flArmDamageMultiplier: usize = 0x138; // CSkillFloat - pub const m_flLegDamageMultiplier: usize = 0x148; // CSkillFloat - pub const m_flHoldBreathTime: usize = 0x158; // float32 - pub const m_flDrowningDamageInterval: usize = 0x15C; // float32 - pub const m_nDrowningDamageInitial: usize = 0x160; // int32 - pub const m_nDrowningDamageMax: usize = 0x164; // int32 - pub const m_nWaterSpeed: usize = 0x168; // int32 - pub const m_flUseRange: usize = 0x16C; // float32 - pub const m_flUseAngleTolerance: usize = 0x170; // float32 - pub const m_flCrouchTime: usize = 0x174; // float32 - } - // Parent: None - // Fields count: 20 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CBasePlayerWeaponVData { - pub const m_szWorldModel: usize = 0x28; // CResourceNameTyped> - pub const m_bBuiltRightHanded: usize = 0x108; // bool - pub const m_bAllowFlipping: usize = 0x109; // bool - pub const m_sMuzzleAttachment: usize = 0x110; // CUtlString - pub const m_szMuzzleFlashParticle: usize = 0x118; // CResourceNameTyped> - pub const m_iFlags: usize = 0x1F8; // ItemFlagTypes_t - pub const m_nPrimaryAmmoType: usize = 0x1F9; // AmmoIndex_t - pub const m_nSecondaryAmmoType: usize = 0x1FA; // AmmoIndex_t - pub const m_iMaxClip1: usize = 0x1FC; // int32 - pub const m_iMaxClip2: usize = 0x200; // int32 - pub const m_iDefaultClip1: usize = 0x204; // int32 - pub const m_iDefaultClip2: usize = 0x208; // int32 - pub const m_iWeight: usize = 0x20C; // int32 - pub const m_bAutoSwitchTo: usize = 0x210; // bool - pub const m_bAutoSwitchFrom: usize = 0x211; // bool - pub const m_iRumbleEffect: usize = 0x214; // RumbleEffect_t - pub const m_bLinkedCooldowns: usize = 0x218; // bool - pub const m_aShootSounds: usize = 0x220; // CUtlMap - pub const m_iSlot: usize = 0x240; // int32 - pub const m_iPosition: usize = 0x244; // int32 - } - // Parent: None - // Fields count: 13 - // - // Metadata: - // NetworkVarNames: m_animGraphNetworkedVars (CAnimGraphNetworkedVariables) - // NetworkVarNames: m_hSequence (HSequence) - // NetworkVarNames: m_flSeqStartTime (GameTime_t) - // NetworkVarNames: m_flSeqFixedCycle (float) - // NetworkVarNames: m_nAnimLoopMode (AnimLoopMode_t) - pub mod CBaseAnimGraphController { - pub const m_animGraphNetworkedVars: usize = 0x18; // CAnimGraphNetworkedVariables - pub const m_bSequenceFinished: usize = 0x14A8; // bool - pub const m_flSoundSyncTime: usize = 0x14AC; // float32 - pub const m_hSequence: usize = 0x14B0; // HSequence - pub const m_flSeqStartTime: usize = 0x14B4; // GameTime_t - pub const m_flSeqFixedCycle: usize = 0x14B8; // float32 - pub const m_nAnimLoopMode: usize = 0x14BC; // AnimLoopMode_t - pub const m_flPlaybackRate: usize = 0x14C0; // CNetworkedQuantizedFloat - pub const m_nNotifyState: usize = 0x14CC; // SequenceFinishNotifyState_t - pub const m_bNetworkedAnimationInputsChanged: usize = 0x14CE; // bool - pub const m_bNetworkedSequenceChanged: usize = 0x14CF; // bool - pub const m_bLastUpdateSkipped: usize = 0x14D0; // bool - pub const m_flPrevAnimUpdateTime: usize = 0x14D4; // GameTime_t - } - // Parent: C_BaseEntity - // Fields count: 31 - // - // Metadata: - // NetworkVarNames: m_CRenderComponent (CRenderComponent::Storage_t) - // NetworkVarNames: m_CHitboxComponent (CHitboxComponent::Storage_t) - // NetworkVarNames: m_nRenderMode (RenderMode_t) - // NetworkVarNames: m_nRenderFX (RenderFx_t) - // NetworkVarNames: m_clrRender (Color) - // NetworkVarNames: m_vecRenderAttributes (EntityRenderAttribute_t) - // NetworkVarNames: m_bRenderToCubemaps (bool) - // NetworkVarNames: m_Collision (CCollisionProperty) - // NetworkVarNames: m_Glow (CGlowProperty) - // NetworkVarNames: m_flGlowBackfaceMult (float) - // NetworkVarNames: m_fadeMinDist (float32) - // NetworkVarNames: m_fadeMaxDist (float32) - // NetworkVarNames: m_flFadeScale (float32) - // NetworkVarNames: m_flShadowStrength (float32) - // NetworkVarNames: m_nObjectCulling (uint8) - // NetworkVarNames: m_nAddDecal (int) - // NetworkVarNames: m_vDecalPosition (Vector) - // NetworkVarNames: m_vDecalForwardAxis (Vector) - // NetworkVarNames: m_flDecalHealBloodRate (float) - // NetworkVarNames: m_flDecalHealHeightRate (float) - // NetworkVarNames: m_ConfigEntitiesToPropagateMaterialDecalsTo (CHandle) - pub mod C_BaseModelEntity { - pub const m_CRenderComponent: usize = 0x9A0; // CRenderComponent* - pub const m_CHitboxComponent: usize = 0x9A8; // CHitboxComponent - pub const m_bInitModelEffects: usize = 0x9F0; // bool - pub const m_bIsStaticProp: usize = 0x9F1; // bool - pub const m_nLastAddDecal: usize = 0x9F4; // int32 - pub const m_nDecalsAdded: usize = 0x9F8; // int32 - pub const m_iOldHealth: usize = 0x9FC; // int32 - pub const m_nRenderMode: usize = 0xA00; // RenderMode_t - pub const m_nRenderFX: usize = 0xA01; // RenderFx_t - pub const m_bAllowFadeInView: usize = 0xA02; // bool - pub const m_clrRender: usize = 0xA03; // Color - pub const m_vecRenderAttributes: usize = 0xA08; // C_UtlVectorEmbeddedNetworkVar - pub const m_bRenderToCubemaps: usize = 0xA70; // bool - pub const m_Collision: usize = 0xA78; // CCollisionProperty - pub const m_Glow: usize = 0xB28; // CGlowProperty - pub const m_flGlowBackfaceMult: usize = 0xB80; // float32 - pub const m_fadeMinDist: usize = 0xB84; // float32 - pub const m_fadeMaxDist: usize = 0xB88; // float32 - pub const m_flFadeScale: usize = 0xB8C; // float32 - pub const m_flShadowStrength: usize = 0xB90; // float32 - pub const m_nObjectCulling: usize = 0xB94; // uint8 - pub const m_nAddDecal: usize = 0xB98; // int32 - pub const m_vDecalPosition: usize = 0xB9C; // Vector - pub const m_vDecalForwardAxis: usize = 0xBA8; // Vector - pub const m_flDecalHealBloodRate: usize = 0xBB4; // float32 - pub const m_flDecalHealHeightRate: usize = 0xBB8; // float32 - pub const m_ConfigEntitiesToPropagateMaterialDecalsTo: usize = 0xBC0; // C_NetworkUtlVectorBase> - pub const m_vecViewOffset: usize = 0xBD8; // CNetworkViewOffsetVector - pub const m_pClientAlphaProperty: usize = 0xC08; // CClientAlphaProperty* - pub const m_ClientOverrideTint: usize = 0xC10; // Color - pub const m_bUseClientOverrideTint: usize = 0xC14; // bool - } - // Parent: C_BaseModelEntity - // Fields count: 24 - // - // Metadata: - // MNetworkIncludeByUserGroup - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // NetworkVarNames: m_szSnapshotFileName (char) - // NetworkVarNames: m_bActive (bool) - // NetworkVarNames: m_bFrozen (bool) - // NetworkVarNames: m_flFreezeTransitionDuration (float) - // NetworkVarNames: m_nStopType (int) - // NetworkVarNames: m_bAnimateDuringGameplayPause (bool) - // NetworkVarNames: m_iEffectIndex (HParticleSystemDefinitionStrong) - // NetworkVarNames: m_flStartTime (GameTime_t) - // NetworkVarNames: m_flPreSimTime (float32) - // NetworkVarNames: m_vServerControlPoints (Vector) - // NetworkVarNames: m_iServerControlPointAssignments (uint8) - // NetworkVarNames: m_hControlPointEnts (CHandle) - // NetworkVarNames: m_bNoSave (bool) - // NetworkVarNames: m_bNoFreeze (bool) - // NetworkVarNames: m_bNoRamp (bool) - pub mod C_ParticleSystem { - pub const m_szSnapshotFileName: usize = 0xC50; // char[512] - pub const m_bActive: usize = 0xE50; // bool - pub const m_bFrozen: usize = 0xE51; // bool - pub const m_flFreezeTransitionDuration: usize = 0xE54; // float32 - pub const m_nStopType: usize = 0xE58; // int32 - pub const m_bAnimateDuringGameplayPause: usize = 0xE5C; // bool - pub const m_iEffectIndex: usize = 0xE60; // CStrongHandle - pub const m_flStartTime: usize = 0xE68; // GameTime_t - pub const m_flPreSimTime: usize = 0xE6C; // float32 - pub const m_vServerControlPoints: usize = 0xE70; // Vector[4] - pub const m_iServerControlPointAssignments: usize = 0xEA0; // uint8[4] - pub const m_hControlPointEnts: usize = 0xEA4; // CHandle[64] - pub const m_bNoSave: usize = 0xFA4; // bool - pub const m_bNoFreeze: usize = 0xFA5; // bool - pub const m_bNoRamp: usize = 0xFA6; // bool - pub const m_bStartActive: usize = 0xFA7; // bool - pub const m_iszEffectName: usize = 0xFA8; // CUtlSymbolLarge - pub const m_iszControlPointNames: usize = 0xFB0; // CUtlSymbolLarge[64] - pub const m_nDataCP: usize = 0x11B0; // int32 - pub const m_vecDataCPValue: usize = 0x11B4; // Vector - pub const m_nTintCP: usize = 0x11C0; // int32 - pub const m_clrTint: usize = 0x11C4; // Color - pub const m_bOldActive: usize = 0x11E8; // bool - pub const m_bOldFrozen: usize = 0x11E9; // bool - } - // Parent: C_BaseEntity - // Fields count: 16 - // - // Metadata: - // NetworkVarNames: m_flParticleSpacing (float) - // NetworkVarNames: m_flSlack (float) - // NetworkVarNames: m_flRadius (float) - // NetworkVarNames: m_ColorTint (Color) - // NetworkVarNames: m_nEffectState (int) - // NetworkVarNames: m_iEffectIndex (HParticleSystemDefinitionStrong) - // NetworkVarNames: m_PathNodes_Position (Vector) - // NetworkVarNames: m_PathNodes_TangentIn (Vector) - // NetworkVarNames: m_PathNodes_TangentOut (Vector) - // NetworkVarNames: m_PathNodes_Color (Vector) - // NetworkVarNames: m_PathNodes_PinEnabled (bool) - // NetworkVarNames: m_PathNodes_RadiusScale (float) - pub mod C_PathParticleRope { - pub const m_bStartActive: usize = 0x6D0; // bool - pub const m_flMaxSimulationTime: usize = 0x6D4; // float32 - pub const m_iszEffectName: usize = 0x6D8; // CUtlSymbolLarge - pub const m_PathNodes_Name: usize = 0x6E0; // CUtlVector - pub const m_flParticleSpacing: usize = 0x6F8; // float32 - pub const m_flSlack: usize = 0x6FC; // float32 - pub const m_flRadius: usize = 0x700; // float32 - pub const m_ColorTint: usize = 0x704; // Color - pub const m_nEffectState: usize = 0x708; // int32 - pub const m_iEffectIndex: usize = 0x710; // CStrongHandle - pub const m_PathNodes_Position: usize = 0x718; // C_NetworkUtlVectorBase - pub const m_PathNodes_TangentIn: usize = 0x730; // C_NetworkUtlVectorBase - pub const m_PathNodes_TangentOut: usize = 0x748; // C_NetworkUtlVectorBase - pub const m_PathNodes_Color: usize = 0x760; // C_NetworkUtlVectorBase - pub const m_PathNodes_PinEnabled: usize = 0x778; // C_NetworkUtlVectorBase - pub const m_PathNodes_RadiusScale: usize = 0x790; // C_NetworkUtlVectorBase - } - // Parent: C_BaseModelEntity - // Fields count: 7 - // - // Metadata: - // NetworkVarNames: m_Flags (uint8) - // NetworkVarNames: m_LightStyle (uint8) - // NetworkVarNames: m_Radius (float32) - // NetworkVarNames: m_Exponent (int32) - // NetworkVarNames: m_InnerAngle (float32) - // NetworkVarNames: m_OuterAngle (float32) - // NetworkVarNames: m_SpotRadius (float32) - pub mod C_DynamicLight { - pub const m_Flags: usize = 0xC50; // uint8 - pub const m_LightStyle: usize = 0xC51; // uint8 - pub const m_Radius: usize = 0xC54; // float32 - pub const m_Exponent: usize = 0xC58; // int32 - pub const m_InnerAngle: usize = 0xC5C; // float32 - pub const m_OuterAngle: usize = 0xC60; // float32 - pub const m_SpotRadius: usize = 0xC64; // float32 - } - // Parent: None - // Fields count: 9 - // - // Metadata: - // NetworkVarNames: m_iszOverlayNames (string_t) - // NetworkVarNames: m_flOverlayTimes (float32) - // NetworkVarNames: m_flStartTime (GameTime_t) - // NetworkVarNames: m_iDesiredOverlay (int32) - // NetworkVarNames: m_bIsActive (bool) - pub mod C_EnvScreenOverlay { - pub const m_iszOverlayNames: usize = 0x6D0; // CUtlSymbolLarge[10] - pub const m_flOverlayTimes: usize = 0x720; // float32[10] - pub const m_flStartTime: usize = 0x748; // GameTime_t - pub const m_iDesiredOverlay: usize = 0x74C; // int32 - pub const m_bIsActive: usize = 0x750; // bool - pub const m_bWasActive: usize = 0x751; // bool - pub const m_iCachedDesiredOverlay: usize = 0x754; // int32 - pub const m_iCurrentOverlay: usize = 0x758; // int32 - pub const m_flCurrentOverlayTime: usize = 0x75C; // GameTime_t - } - // Parent: C_BaseModelEntity - // Fields count: 8 - // - // Metadata: - // MNetworkIncludeByUserGroup - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // NetworkVarNames: m_nHorizontalSize (uint32) - // NetworkVarNames: m_nVerticalSize (uint32) - // NetworkVarNames: m_nMinDist (uint32) - // NetworkVarNames: m_nMaxDist (uint32) - // NetworkVarNames: m_nOuterMaxDist (uint32) - // NetworkVarNames: m_flGlowProxySize (float32) - // NetworkVarNames: m_flHDRColorScale (float32) - pub mod C_LightGlow { - pub const m_nHorizontalSize: usize = 0xC50; // uint32 - pub const m_nVerticalSize: usize = 0xC54; // uint32 - pub const m_nMinDist: usize = 0xC58; // uint32 - pub const m_nMaxDist: usize = 0xC5C; // uint32 - pub const m_nOuterMaxDist: usize = 0xC60; // uint32 - pub const m_flGlowProxySize: usize = 0xC64; // float32 - pub const m_flHDRColorScale: usize = 0xC68; // float32 - pub const m_Glow: usize = 0xC70; // C_LightGlowOverlay - } - // Parent: C_BaseEntity - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_iCurrentMaxRagdollCount (int8) - pub mod C_RagdollManager { - pub const m_iCurrentMaxRagdollCount: usize = 0x6D0; // int8 - } - // Parent: C_BaseModelEntity - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_flLightScale (float32) - // NetworkVarNames: m_Radius (float32) - pub mod C_SpotlightEnd { - pub const m_flLightScale: usize = 0xC50; // float32 - pub const m_Radius: usize = 0xC54; // float32 - } - // Parent: C_BaseEntity - // Fields count: 25 - // - // Metadata: - // NetworkVarNames: m_bDisabled (bool) - // NetworkVarNames: m_bUpdateOnClient (bool) - // NetworkVarNames: m_nInputType (ValueRemapperInputType_t) - // NetworkVarNames: m_hRemapLineStart (CHandle) - // NetworkVarNames: m_hRemapLineEnd (CHandle) - // NetworkVarNames: m_flMaximumChangePerSecond (float) - // NetworkVarNames: m_flDisengageDistance (float) - // NetworkVarNames: m_flEngageDistance (float) - // NetworkVarNames: m_bRequiresUseKey (bool) - // NetworkVarNames: m_nOutputType (ValueRemapperOutputType_t) - // NetworkVarNames: m_hOutputEntities (CHandle) - // NetworkVarNames: m_nHapticsType (ValueRemapperHapticsType_t) - // NetworkVarNames: m_nMomentumType (ValueRemapperMomentumType_t) - // NetworkVarNames: m_flMomentumModifier (float) - // NetworkVarNames: m_flSnapValue (float) - // NetworkVarNames: m_nRatchetType (ValueRemapperRatchetType_t) - // NetworkVarNames: m_flInputOffset (float) - pub mod C_PointValueRemapper { - pub const m_bDisabled: usize = 0x6D0; // bool - pub const m_bDisabledOld: usize = 0x6D1; // bool - pub const m_bUpdateOnClient: usize = 0x6D2; // bool - pub const m_nInputType: usize = 0x6D4; // ValueRemapperInputType_t - pub const m_hRemapLineStart: usize = 0x6D8; // CHandle - pub const m_hRemapLineEnd: usize = 0x6DC; // CHandle - pub const m_flMaximumChangePerSecond: usize = 0x6E0; // float32 - pub const m_flDisengageDistance: usize = 0x6E4; // float32 - pub const m_flEngageDistance: usize = 0x6E8; // float32 - pub const m_bRequiresUseKey: usize = 0x6EC; // bool - pub const m_nOutputType: usize = 0x6F0; // ValueRemapperOutputType_t - pub const m_hOutputEntities: usize = 0x6F8; // C_NetworkUtlVectorBase> - pub const m_nHapticsType: usize = 0x710; // ValueRemapperHapticsType_t - pub const m_nMomentumType: usize = 0x714; // ValueRemapperMomentumType_t - pub const m_flMomentumModifier: usize = 0x718; // float32 - pub const m_flSnapValue: usize = 0x71C; // float32 - pub const m_flCurrentMomentum: usize = 0x720; // float32 - pub const m_nRatchetType: usize = 0x724; // ValueRemapperRatchetType_t - pub const m_flRatchetOffset: usize = 0x728; // float32 - pub const m_flInputOffset: usize = 0x72C; // float32 - pub const m_bEngaged: usize = 0x730; // bool - pub const m_bFirstUpdate: usize = 0x731; // bool - pub const m_flPreviousValue: usize = 0x734; // float32 - pub const m_flPreviousUpdateTickTime: usize = 0x738; // GameTime_t - pub const m_vecPreviousTestPoint: usize = 0x73C; // Vector - } - // Parent: None - // Fields count: 12 - // - // Metadata: - // NetworkVarNames: m_messageText (char) - // NetworkVarNames: m_FontName (char) - // NetworkVarNames: m_bEnabled (bool) - // NetworkVarNames: m_bFullbright (bool) - // NetworkVarNames: m_flWorldUnitsPerPx (float) - // NetworkVarNames: m_flFontSize (float) - // NetworkVarNames: m_flDepthOffset (float) - // NetworkVarNames: m_Color (Color) - // NetworkVarNames: m_nJustifyHorizontal (PointWorldTextJustifyHorizontal_t) - // NetworkVarNames: m_nJustifyVertical (PointWorldTextJustifyVertical_t) - // NetworkVarNames: m_nReorientMode (PointWorldTextReorientMode_t) - pub mod C_PointWorldText { - pub const m_bForceRecreateNextUpdate: usize = 0xC58; // bool - pub const m_messageText: usize = 0xC68; // char[512] - pub const m_FontName: usize = 0xE68; // char[64] - pub const m_bEnabled: usize = 0xEA8; // bool - pub const m_bFullbright: usize = 0xEA9; // bool - pub const m_flWorldUnitsPerPx: usize = 0xEAC; // float32 - pub const m_flFontSize: usize = 0xEB0; // float32 - pub const m_flDepthOffset: usize = 0xEB4; // float32 - pub const m_Color: usize = 0xEB8; // Color - pub const m_nJustifyHorizontal: usize = 0xEBC; // PointWorldTextJustifyHorizontal_t - pub const m_nJustifyVertical: usize = 0xEC0; // PointWorldTextJustifyVertical_t - pub const m_nReorientMode: usize = 0xEC4; // PointWorldTextReorientMode_t - } - // Parent: C_BaseEntity - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_Handle (CHandle) - // NetworkVarNames: m_bSendHandle (bool) - pub mod C_HandleTest { - pub const m_Handle: usize = 0x6D0; // CHandle - pub const m_bSendHandle: usize = 0x6D4; // bool - } - // Parent: C_BaseEntity - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_EnvWindShared (CEnvWindShared) - pub mod C_EnvWind { - pub const m_EnvWindShared: usize = 0x6D0; // C_EnvWindShared - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // NetworkVarNames: m_glowEntity (CHandle) - // NetworkVarNames: m_usable (bool) - // NetworkVarNames: m_szDisplayText (string_t) - pub mod C_BaseButton { - pub const m_glowEntity: usize = 0xC50; // CHandle - pub const m_usable: usize = 0xC54; // bool - pub const m_szDisplayText: usize = 0xC58; // CUtlSymbolLarge - } - // Parent: C_BaseModelEntity - // Fields count: 13 - // - // Metadata: - // NetworkVarNames: m_flStartTime (GameTime_t) - // NetworkVarNames: m_flFadeInStart (float32) - // NetworkVarNames: m_flFadeInLength (float32) - // NetworkVarNames: m_flFadeOutModelStart (float32) - // NetworkVarNames: m_flFadeOutModelLength (float32) - // NetworkVarNames: m_flFadeOutStart (float32) - // NetworkVarNames: m_flFadeOutLength (float32) - // NetworkVarNames: m_nDissolveType (EntityDisolveType_t) - // NetworkVarNames: m_vDissolverOrigin (Vector) - // NetworkVarNames: m_nMagnitude (uint32) - pub mod C_EntityDissolve { - pub const m_flStartTime: usize = 0xC58; // GameTime_t - pub const m_flFadeInStart: usize = 0xC5C; // float32 - pub const m_flFadeInLength: usize = 0xC60; // float32 - pub const m_flFadeOutModelStart: usize = 0xC64; // float32 - pub const m_flFadeOutModelLength: usize = 0xC68; // float32 - pub const m_flFadeOutStart: usize = 0xC6C; // float32 - pub const m_flFadeOutLength: usize = 0xC70; // float32 - pub const m_flNextSparkTime: usize = 0xC74; // GameTime_t - pub const m_nDissolveType: usize = 0xC78; // EntityDisolveType_t - pub const m_vDissolverOrigin: usize = 0xC7C; // Vector - pub const m_nMagnitude: usize = 0xC88; // uint32 - pub const m_bCoreExplode: usize = 0xC8C; // bool - pub const m_bLinkedToServerEnt: usize = 0xC8D; // bool - } - // Parent: C_BaseModelEntity - // Fields count: 9 - // - // Metadata: - // NetworkVarNames: m_hDecalMaterial (HMaterialStrong) - // NetworkVarNames: m_flWidth (float) - // NetworkVarNames: m_flHeight (float) - // NetworkVarNames: m_flDepth (float) - // NetworkVarNames: m_nRenderOrder (uint32) - // NetworkVarNames: m_bProjectOnWorld (bool) - // NetworkVarNames: m_bProjectOnCharacters (bool) - // NetworkVarNames: m_bProjectOnWater (bool) - // NetworkVarNames: m_flDepthSortBias (float) - pub mod C_EnvDecal { - pub const m_hDecalMaterial: usize = 0xC50; // CStrongHandle - pub const m_flWidth: usize = 0xC58; // float32 - pub const m_flHeight: usize = 0xC5C; // float32 - pub const m_flDepth: usize = 0xC60; // float32 - pub const m_nRenderOrder: usize = 0xC64; // uint32 - pub const m_bProjectOnWorld: usize = 0xC68; // bool - pub const m_bProjectOnCharacters: usize = 0xC69; // bool - pub const m_bProjectOnWater: usize = 0xC6A; // bool - pub const m_flDepthSortBias: usize = 0xC6C; // float32 - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // NetworkVarNames: m_EffectName (string_t) - // NetworkVarNames: m_bState (bool) - pub mod C_FuncElectrifiedVolume { - pub const m_nAmbientEffect: usize = 0xC50; // ParticleIndex_t - pub const m_EffectName: usize = 0xC58; // CUtlSymbolLarge - pub const m_bState: usize = 0xC60; // bool - } - // Parent: C_BaseModelEntity - // Fields count: 0 - // - // Metadata: - // MNetworkOverride - // MNetworkOverride - pub mod C_FuncRotating { - } - // Parent: C_BaseModelEntity - // Fields count: 41 - // - // Metadata: - // MNetworkIncludeByUserGroup - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // NetworkVarNames: m_flScrollSpeed (float32) - // NetworkVarNames: m_RopeFlags (uint16) - // NetworkVarNames: m_iRopeMaterialModelIndex (HMaterialStrong) - // NetworkVarNames: m_nSegments (uint8) - // NetworkVarNames: m_hStartPoint (CHandle) - // NetworkVarNames: m_hEndPoint (CHandle) - // NetworkVarNames: m_iStartAttachment (AttachmentHandle_t) - // NetworkVarNames: m_iEndAttachment (AttachmentHandle_t) - // NetworkVarNames: m_Subdiv (uint8) - // NetworkVarNames: m_RopeLength (int16) - // NetworkVarNames: m_Slack (int16) - // NetworkVarNames: m_TextureScale (float32) - // NetworkVarNames: m_fLockedPoints (uint8) - // NetworkVarNames: m_nChangeCount (uint8) - // NetworkVarNames: m_Width (float32) - // NetworkVarNames: m_bConstrainBetweenEndpoints (bool) - pub mod C_RopeKeyframe { - pub const m_LinksTouchingSomething: usize = 0xC58; // CBitVec<10> - pub const m_nLinksTouchingSomething: usize = 0xC5C; // int32 - pub const m_bApplyWind: usize = 0xC60; // bool - pub const m_fPrevLockedPoints: usize = 0xC64; // int32 - pub const m_iForcePointMoveCounter: usize = 0xC68; // int32 - pub const m_bPrevEndPointPos: usize = 0xC6C; // bool[2] - pub const m_vPrevEndPointPos: usize = 0xC70; // Vector[2] - pub const m_flCurScroll: usize = 0xC88; // float32 - pub const m_flScrollSpeed: usize = 0xC8C; // float32 - pub const m_RopeFlags: usize = 0xC90; // uint16 - pub const m_iRopeMaterialModelIndex: usize = 0xC98; // CStrongHandle - pub const m_LightValues: usize = 0xF10; // Vector[10] - pub const m_nSegments: usize = 0xF88; // uint8 - pub const m_hStartPoint: usize = 0xF8C; // CHandle - pub const m_hEndPoint: usize = 0xF90; // CHandle - pub const m_iStartAttachment: usize = 0xF94; // AttachmentHandle_t - pub const m_iEndAttachment: usize = 0xF95; // AttachmentHandle_t - pub const m_Subdiv: usize = 0xF96; // uint8 - pub const m_RopeLength: usize = 0xF98; // int16 - pub const m_Slack: usize = 0xF9A; // int16 - pub const m_TextureScale: usize = 0xF9C; // float32 - pub const m_fLockedPoints: usize = 0xFA0; // uint8 - pub const m_nChangeCount: usize = 0xFA1; // uint8 - pub const m_Width: usize = 0xFA4; // float32 - pub const m_PhysicsDelegate: usize = 0xFA8; // C_RopeKeyframe::CPhysicsDelegate - pub const m_hMaterial: usize = 0xFB8; // CStrongHandle - pub const m_TextureHeight: usize = 0xFC0; // int32 - pub const m_vecImpulse: usize = 0xFC4; // Vector - pub const m_vecPreviousImpulse: usize = 0xFD0; // Vector - pub const m_flCurrentGustTimer: usize = 0xFDC; // float32 - pub const m_flCurrentGustLifetime: usize = 0xFE0; // float32 - pub const m_flTimeToNextGust: usize = 0xFE4; // float32 - pub const m_vWindDir: usize = 0xFE8; // Vector - pub const m_vColorMod: usize = 0xFF4; // Vector - pub const m_vCachedEndPointAttachmentPos: usize = 0x1000; // Vector[2] - pub const m_vCachedEndPointAttachmentAngle: usize = 0x1018; // QAngle[2] - pub const m_bConstrainBetweenEndpoints: usize = 0x1030; // bool - pub const m_bEndPointAttachmentPositionsDirty: usize = 0x0; // bitfield:1 - pub const m_bEndPointAttachmentAnglesDirty: usize = 0x0; // bitfield:1 - pub const m_bNewDataThisFrame: usize = 0x0; // bitfield:1 - pub const m_bPhysicsInitted: usize = 0x0; // bitfield:1 - } - // Parent: None - // Fields count: 12 - // - // Metadata: - // NetworkVarNames: m_bIsPlayingBack (bool) - // NetworkVarNames: m_bPaused (bool) - // NetworkVarNames: m_bMultiplayer (bool) - // NetworkVarNames: m_bAutogenerated (bool) - // NetworkVarNames: m_flForceClientTime (float32) - // NetworkVarNames: m_nSceneStringIndex (uint16) - // NetworkVarNames: m_hActorList (CHandle) - pub mod C_SceneEntity { - pub const m_bIsPlayingBack: usize = 0x6D8; // bool - pub const m_bPaused: usize = 0x6D9; // bool - pub const m_bMultiplayer: usize = 0x6DA; // bool - pub const m_bAutogenerated: usize = 0x6DB; // bool - pub const m_flForceClientTime: usize = 0x6DC; // float32 - pub const m_nSceneStringIndex: usize = 0x6E0; // uint16 - pub const m_bClientOnly: usize = 0x6E2; // bool - pub const m_hOwner: usize = 0x6E4; // CHandle - pub const m_hActorList: usize = 0x6E8; // C_NetworkUtlVectorBase> - pub const m_bWasPlaying: usize = 0x700; // bool - pub const m_QueuedEvents: usize = 0x710; // CUtlVector - pub const m_flCurrentTime: usize = 0x728; // float32 - } - // Parent: C_BaseModelEntity - // Fields count: 18 - // - // Metadata: - // MNetworkIncludeByName - // MNetworkExcludeByName - // MNetworkIncludeByUserGroup - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // NetworkVarNames: m_vDirection (Vector) - // NetworkVarNames: m_iszEffectName (string_t) - // NetworkVarNames: m_iszSSEffectName (string_t) - // NetworkVarNames: m_clrOverlay (Color) - // NetworkVarNames: m_bOn (bool) - // NetworkVarNames: m_bmaxColor (bool) - // NetworkVarNames: m_flSize (float32) - // NetworkVarNames: m_flHazeScale (float32) - // NetworkVarNames: m_flRotation (float32) - // NetworkVarNames: m_flHDRColorScale (float32) - // NetworkVarNames: m_flAlphaHaze (float32) - // NetworkVarNames: m_flAlphaScale (float32) - // NetworkVarNames: m_flAlphaHdr (float32) - // NetworkVarNames: m_flFarZScale (float32) - pub mod C_Sun { - pub const m_fxSSSunFlareEffectIndex: usize = 0xC50; // ParticleIndex_t - pub const m_fxSunFlareEffectIndex: usize = 0xC54; // ParticleIndex_t - pub const m_fdistNormalize: usize = 0xC58; // float32 - pub const m_vSunPos: usize = 0xC5C; // Vector - pub const m_vDirection: usize = 0xC68; // Vector - pub const m_iszEffectName: usize = 0xC78; // CUtlSymbolLarge - pub const m_iszSSEffectName: usize = 0xC80; // CUtlSymbolLarge - pub const m_clrOverlay: usize = 0xC88; // Color - pub const m_bOn: usize = 0xC8C; // bool - pub const m_bmaxColor: usize = 0xC8D; // bool - pub const m_flSize: usize = 0xC90; // float32 - pub const m_flHazeScale: usize = 0xC94; // float32 - pub const m_flRotation: usize = 0xC98; // float32 - pub const m_flHDRColorScale: usize = 0xC9C; // float32 - pub const m_flAlphaHaze: usize = 0xCA0; // float32 - pub const m_flAlphaScale: usize = 0xCA4; // float32 - pub const m_flAlphaHdr: usize = 0xCA8; // float32 - pub const m_flFarZScale: usize = 0xCAC; // float32 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MNetworkIncludeByName - // NetworkVarNames: m_bDisabled (bool) - // NetworkVarNames: m_bClientSidePredicted (bool) - pub mod C_BaseTrigger { - pub const m_bDisabled: usize = 0xC50; // bool - pub const m_bClientSidePredicted: usize = 0xC51; // bool - } - // Parent: C_BaseTrigger - // Fields count: 13 - // - // Metadata: - // NetworkVarNames: m_gravityScale (float) - // NetworkVarNames: m_linearLimit (float) - // NetworkVarNames: m_linearDamping (float) - // NetworkVarNames: m_angularLimit (float) - // NetworkVarNames: m_angularDamping (float) - // NetworkVarNames: m_linearForce (float) - // NetworkVarNames: m_flFrequency (float) - // NetworkVarNames: m_flDampingRatio (float) - // NetworkVarNames: m_vecLinearForcePointAt (Vector) - // NetworkVarNames: m_bCollapseToForcePoint (bool) - // NetworkVarNames: m_vecLinearForcePointAtWorld (Vector) - // NetworkVarNames: m_vecLinearForceDirection (Vector) - // NetworkVarNames: m_bConvertToDebrisWhenPossible (bool) - pub mod C_TriggerPhysics { - pub const m_gravityScale: usize = 0xC54; // float32 - pub const m_linearLimit: usize = 0xC58; // float32 - pub const m_linearDamping: usize = 0xC5C; // float32 - pub const m_angularLimit: usize = 0xC60; // float32 - pub const m_angularDamping: usize = 0xC64; // float32 - pub const m_linearForce: usize = 0xC68; // float32 - pub const m_flFrequency: usize = 0xC6C; // float32 - pub const m_flDampingRatio: usize = 0xC70; // float32 - pub const m_vecLinearForcePointAt: usize = 0xC74; // Vector - pub const m_bCollapseToForcePoint: usize = 0xC80; // bool - pub const m_vecLinearForcePointAtWorld: usize = 0xC84; // Vector - pub const m_vecLinearForceDirection: usize = 0xC90; // Vector - pub const m_bConvertToDebrisWhenPossible: usize = 0xC9C; // bool - } - // Parent: C_BaseModelEntity - // Fields count: 24 - // - // Metadata: - // MNetworkIncludeByUserGroup - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkOverride - // NetworkVarNames: m_flFrameRate (float32) - // NetworkVarNames: m_flHDRColorScale (float32) - // NetworkVarNames: m_nNumBeamEnts (uint8) - // NetworkVarNames: m_hBaseMaterial (HMaterialStrong) - // NetworkVarNames: m_nHaloIndex (HMaterialStrong) - // NetworkVarNames: m_nBeamType (BeamType_t) - // NetworkVarNames: m_nBeamFlags (uint32) - // NetworkVarNames: m_hAttachEntity (CHandle) - // NetworkVarNames: m_nAttachIndex (AttachmentHandle_t) - // NetworkVarNames: m_fWidth (float32) - // NetworkVarNames: m_fEndWidth (float32) - // NetworkVarNames: m_fFadeLength (float32) - // NetworkVarNames: m_fHaloScale (float32) - // NetworkVarNames: m_fAmplitude (float32) - // NetworkVarNames: m_fStartFrame (float32) - // NetworkVarNames: m_fSpeed (float32) - // NetworkVarNames: m_flFrame (float32) - // NetworkVarNames: m_nClipStyle (BeamClipStyle_t) - // NetworkVarNames: m_bTurnedOff (bool) - // NetworkVarNames: m_vecEndPos (Vector) - pub mod C_Beam { - pub const m_flFrameRate: usize = 0xC50; // float32 - pub const m_flHDRColorScale: usize = 0xC54; // float32 - pub const m_flFireTime: usize = 0xC58; // GameTime_t - pub const m_flDamage: usize = 0xC5C; // float32 - pub const m_nNumBeamEnts: usize = 0xC60; // uint8 - pub const m_queryHandleHalo: usize = 0xC64; // int32 - pub const m_hBaseMaterial: usize = 0xC88; // CStrongHandle - pub const m_nHaloIndex: usize = 0xC90; // CStrongHandle - pub const m_nBeamType: usize = 0xC98; // BeamType_t - pub const m_nBeamFlags: usize = 0xC9C; // uint32 - pub const m_hAttachEntity: usize = 0xCA0; // CHandle[10] - pub const m_nAttachIndex: usize = 0xCC8; // AttachmentHandle_t[10] - pub const m_fWidth: usize = 0xCD4; // float32 - pub const m_fEndWidth: usize = 0xCD8; // float32 - pub const m_fFadeLength: usize = 0xCDC; // float32 - pub const m_fHaloScale: usize = 0xCE0; // float32 - pub const m_fAmplitude: usize = 0xCE4; // float32 - pub const m_fStartFrame: usize = 0xCE8; // float32 - pub const m_fSpeed: usize = 0xCEC; // float32 - pub const m_flFrame: usize = 0xCF0; // float32 - pub const m_nClipStyle: usize = 0xCF4; // BeamClipStyle_t - pub const m_bTurnedOff: usize = 0xCF8; // bool - pub const m_vecEndPos: usize = 0xCFC; // Vector - pub const m_hEndEntity: usize = 0xD08; // CHandle - } - // Parent: C_BaseModelEntity - // Fields count: 9 - // - // Metadata: - // NetworkVarNames: m_vecLadderDir (Vector) - // NetworkVarNames: m_vecPlayerMountPositionTop (Vector) - // NetworkVarNames: m_vecPlayerMountPositionBottom (Vector) - // NetworkVarNames: m_flAutoRideSpeed (float) - // NetworkVarNames: m_bFakeLadder (bool) - pub mod C_FuncLadder { - pub const m_vecLadderDir: usize = 0xC50; // Vector - pub const m_Dismounts: usize = 0xC60; // CUtlVector> - pub const m_vecLocalTop: usize = 0xC78; // Vector - pub const m_vecPlayerMountPositionTop: usize = 0xC84; // Vector - pub const m_vecPlayerMountPositionBottom: usize = 0xC90; // Vector - pub const m_flAutoRideSpeed: usize = 0xC9C; // float32 - pub const m_bDisabled: usize = 0xCA0; // bool - pub const m_bFakeLadder: usize = 0xCA1; // bool - pub const m_bHasSlack: usize = 0xCA2; // bool - } - // Parent: None - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CPrecipitationVData { - pub const m_szParticlePrecipitationEffect: usize = 0x28; // CResourceNameTyped> - pub const m_flInnerDistance: usize = 0x108; // float32 - pub const m_nAttachType: usize = 0x10C; // ParticleAttachment_t - pub const m_bBatchSameVolumeType: usize = 0x110; // bool - pub const m_nRTEnvCP: usize = 0x114; // int32 - pub const m_nRTEnvCPComponent: usize = 0x118; // int32 - pub const m_szModifier: usize = 0x120; // CUtlString - } - // Parent: C_BaseModelEntity - // Fields count: 24 - // - // Metadata: - // NetworkVarNames: m_hSpriteMaterial (HMaterialStrong) - // NetworkVarNames: m_hAttachedToEntity (CHandle) - // NetworkVarNames: m_nAttachment (AttachmentHandle_t) - // NetworkVarNames: m_flSpriteFramerate (float32) - // NetworkVarNames: m_flFrame (float32) - // NetworkVarNames: m_nBrightness (uint32) - // NetworkVarNames: m_flBrightnessDuration (float32) - // NetworkVarNames: m_flSpriteScale (float32) - // NetworkVarNames: m_flScaleDuration (float32) - // NetworkVarNames: m_bWorldSpaceScale (bool) - // NetworkVarNames: m_flGlowProxySize (float32) - // NetworkVarNames: m_flHDRColorScale (float32) - pub mod C_Sprite { - pub const m_hSpriteMaterial: usize = 0xC68; // CStrongHandle - pub const m_hAttachedToEntity: usize = 0xC70; // CHandle - pub const m_nAttachment: usize = 0xC74; // AttachmentHandle_t - pub const m_flSpriteFramerate: usize = 0xC78; // float32 - pub const m_flFrame: usize = 0xC7C; // float32 - pub const m_flDieTime: usize = 0xC80; // GameTime_t - pub const m_nBrightness: usize = 0xC90; // uint32 - pub const m_flBrightnessDuration: usize = 0xC94; // float32 - pub const m_flSpriteScale: usize = 0xC98; // float32 - pub const m_flScaleDuration: usize = 0xC9C; // float32 - pub const m_bWorldSpaceScale: usize = 0xCA0; // bool - pub const m_flGlowProxySize: usize = 0xCA4; // float32 - pub const m_flHDRColorScale: usize = 0xCA8; // float32 - pub const m_flLastTime: usize = 0xCAC; // GameTime_t - pub const m_flMaxFrame: usize = 0xCB0; // float32 - pub const m_flStartScale: usize = 0xCB4; // float32 - pub const m_flDestScale: usize = 0xCB8; // float32 - pub const m_flScaleTimeStart: usize = 0xCBC; // GameTime_t - pub const m_nStartBrightness: usize = 0xCC0; // int32 - pub const m_nDestBrightness: usize = 0xCC4; // int32 - pub const m_flBrightnessTimeStart: usize = 0xCC8; // GameTime_t - pub const m_hOldSpriteMaterial: usize = 0xCD0; // CWeakHandle - pub const m_nSpriteWidth: usize = 0xD78; // int32 - pub const m_nSpriteHeight: usize = 0xD7C; // int32 - } - // Parent: C_BaseModelEntity - // Fields count: 4 - // - // Metadata: - // NetworkVarNames: m_bEnabled (bool) - // NetworkVarNames: m_DialogXMLName (string_t) - // NetworkVarNames: m_PanelClassName (string_t) - // NetworkVarNames: m_PanelID (string_t) - pub mod C_BaseClientUIEntity { - pub const m_bEnabled: usize = 0xC58; // bool - pub const m_DialogXMLName: usize = 0xC60; // CUtlSymbolLarge - pub const m_PanelClassName: usize = 0xC68; // CUtlSymbolLarge - pub const m_PanelID: usize = 0xC70; // CUtlSymbolLarge - } - // Parent: C_BaseClientUIEntity - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_hActivator (EHANDLE) - pub mod C_PointClientUIDialog { - pub const m_hActivator: usize = 0xC80; // CHandle - pub const m_bStartEnabled: usize = 0xC84; // bool - } - // Parent: C_BaseClientUIEntity - // Fields count: 13 - // - // Metadata: - // NetworkVarNames: m_bIgnoreInput (bool) - // NetworkVarNames: m_flWidth (float) - // NetworkVarNames: m_flHeight (float) - // NetworkVarNames: m_flDPI (float) - // NetworkVarNames: m_flInteractDistance (float) - // NetworkVarNames: m_flDepthOffset (float) - // NetworkVarNames: m_unOwnerContext (uint32) - // NetworkVarNames: m_unHorizontalAlign (uint32) - // NetworkVarNames: m_unVerticalAlign (uint32) - // NetworkVarNames: m_unOrientation (uint32) - // NetworkVarNames: m_bAllowInteractionFromAllSceneWorlds (bool) - // NetworkVarNames: m_vecCSSClasses (string_t) - pub mod C_PointClientUIHUD { - pub const m_bCheckCSSClasses: usize = 0xC88; // bool - pub const m_bIgnoreInput: usize = 0xE10; // bool - pub const m_flWidth: usize = 0xE14; // float32 - pub const m_flHeight: usize = 0xE18; // float32 - pub const m_flDPI: usize = 0xE1C; // float32 - pub const m_flInteractDistance: usize = 0xE20; // float32 - pub const m_flDepthOffset: usize = 0xE24; // float32 - pub const m_unOwnerContext: usize = 0xE28; // uint32 - pub const m_unHorizontalAlign: usize = 0xE2C; // uint32 - pub const m_unVerticalAlign: usize = 0xE30; // uint32 - pub const m_unOrientation: usize = 0xE34; // uint32 - pub const m_bAllowInteractionFromAllSceneWorlds: usize = 0xE38; // bool - pub const m_vecCSSClasses: usize = 0xE40; // C_NetworkUtlVectorBase - } - // Parent: C_BaseClientUIEntity - // Fields count: 28 - // - // Metadata: - // NetworkVarNames: m_bIgnoreInput (bool) - // NetworkVarNames: m_bLit (bool) - // NetworkVarNames: m_bFollowPlayerAcrossTeleport (bool) - // NetworkVarNames: m_flWidth (float) - // NetworkVarNames: m_flHeight (float) - // NetworkVarNames: m_flDPI (float) - // NetworkVarNames: m_flInteractDistance (float) - // NetworkVarNames: m_flDepthOffset (float) - // NetworkVarNames: m_unOwnerContext (uint32) - // NetworkVarNames: m_unHorizontalAlign (uint32) - // NetworkVarNames: m_unVerticalAlign (uint32) - // NetworkVarNames: m_unOrientation (uint32) - // NetworkVarNames: m_bAllowInteractionFromAllSceneWorlds (bool) - // NetworkVarNames: m_vecCSSClasses (string_t) - // NetworkVarNames: m_bOpaque (bool) - // NetworkVarNames: m_bNoDepth (bool) - // NetworkVarNames: m_bRenderBackface (bool) - // NetworkVarNames: m_bUseOffScreenIndicator (bool) - // NetworkVarNames: m_bExcludeFromSaveGames (bool) - // NetworkVarNames: m_bGrabbable (bool) - // NetworkVarNames: m_bOnlyRenderToTexture (bool) - // NetworkVarNames: m_bDisableMipGen (bool) - // NetworkVarNames: m_nExplicitImageLayout (int32) - pub mod C_PointClientUIWorldPanel { - pub const m_bForceRecreateNextUpdate: usize = 0xC88; // bool - pub const m_bMoveViewToPlayerNextThink: usize = 0xC89; // bool - pub const m_bCheckCSSClasses: usize = 0xC8A; // bool - pub const m_anchorDeltaTransform: usize = 0xC90; // CTransform - pub const m_pOffScreenIndicator: usize = 0xE30; // CPointOffScreenIndicatorUi* - pub const m_bIgnoreInput: usize = 0xE58; // bool - pub const m_bLit: usize = 0xE59; // bool - pub const m_bFollowPlayerAcrossTeleport: usize = 0xE5A; // bool - pub const m_flWidth: usize = 0xE5C; // float32 - pub const m_flHeight: usize = 0xE60; // float32 - pub const m_flDPI: usize = 0xE64; // float32 - pub const m_flInteractDistance: usize = 0xE68; // float32 - pub const m_flDepthOffset: usize = 0xE6C; // float32 - pub const m_unOwnerContext: usize = 0xE70; // uint32 - pub const m_unHorizontalAlign: usize = 0xE74; // uint32 - pub const m_unVerticalAlign: usize = 0xE78; // uint32 - pub const m_unOrientation: usize = 0xE7C; // uint32 - pub const m_bAllowInteractionFromAllSceneWorlds: usize = 0xE80; // bool - pub const m_vecCSSClasses: usize = 0xE88; // C_NetworkUtlVectorBase - pub const m_bOpaque: usize = 0xEA0; // bool - pub const m_bNoDepth: usize = 0xEA1; // bool - pub const m_bRenderBackface: usize = 0xEA2; // bool - pub const m_bUseOffScreenIndicator: usize = 0xEA3; // bool - pub const m_bExcludeFromSaveGames: usize = 0xEA4; // bool - pub const m_bGrabbable: usize = 0xEA5; // bool - pub const m_bOnlyRenderToTexture: usize = 0xEA6; // bool - pub const m_bDisableMipGen: usize = 0xEA7; // bool - pub const m_nExplicitImageLayout: usize = 0xEA8; // int32 - } - // Parent: C_PointClientUIWorldPanel - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_messageText (char) - pub mod C_PointClientUIWorldTextPanel { - pub const m_messageText: usize = 0xEAC; // char[512] - } - // Parent: None - // Fields count: 9 - // - // Metadata: - // NetworkVarNames: m_bDisabled (bool) - // NetworkVarNames: m_nResolutionX (int) - // NetworkVarNames: m_nResolutionY (int) - // NetworkVarNames: m_szLayoutFileName (string_t) - // NetworkVarNames: m_RenderAttrName (string_t) - // NetworkVarNames: m_TargetEntities (CHandle) - // NetworkVarNames: m_nTargetChangeCount (int) - // NetworkVarNames: m_vecCSSClasses (string_t) - pub mod CInfoOffscreenPanoramaTexture { - pub const m_bDisabled: usize = 0x6D0; // bool - pub const m_nResolutionX: usize = 0x6D4; // int32 - pub const m_nResolutionY: usize = 0x6D8; // int32 - pub const m_szLayoutFileName: usize = 0x6E0; // CUtlSymbolLarge - pub const m_RenderAttrName: usize = 0x6E8; // CUtlSymbolLarge - pub const m_TargetEntities: usize = 0x6F0; // C_NetworkUtlVectorBase> - pub const m_nTargetChangeCount: usize = 0x708; // int32 - pub const m_vecCSSClasses: usize = 0x710; // C_NetworkUtlVectorBase - pub const m_bCheckCSSClasses: usize = 0x888; // bool - } - // Parent: None - // Fields count: 28 - // - // Metadata: - // NetworkVarNames: m_iItemDefinitionIndex (item_definition_index_t) - // NetworkVarNames: m_iEntityQuality (int) - // NetworkVarNames: m_iEntityLevel (uint32) - // NetworkVarNames: m_iItemIDHigh (uint32) - // NetworkVarNames: m_iItemIDLow (uint32) - // NetworkVarNames: m_iAccountID (uint32) - // NetworkVarNames: m_iInventoryPosition (uint32) - // NetworkVarNames: m_bInitialized (bool) - // NetworkVarNames: m_AttributeList (CAttributeList) - // NetworkVarNames: m_NetworkedDynamicAttributes (CAttributeList) - // NetworkVarNames: m_szCustomName (char) - pub mod C_EconItemView { - pub const m_bInventoryImageRgbaRequested: usize = 0x70; // bool - pub const m_bInventoryImageTriedCache: usize = 0x71; // bool - pub const m_nInventoryImageRgbaWidth: usize = 0x90; // int32 - pub const m_nInventoryImageRgbaHeight: usize = 0x94; // int32 - pub const m_szCurrentLoadCachedFileName: usize = 0x98; // char[4096] - pub const m_bRestoreCustomMaterialAfterPrecache: usize = 0x10C0; // bool - pub const m_iItemDefinitionIndex: usize = 0x10C2; // uint16 - pub const m_iEntityQuality: usize = 0x10C4; // int32 - pub const m_iEntityLevel: usize = 0x10C8; // uint32 - pub const m_iItemID: usize = 0x10D0; // uint64 - pub const m_iItemIDHigh: usize = 0x10D8; // uint32 - pub const m_iItemIDLow: usize = 0x10DC; // uint32 - pub const m_iAccountID: usize = 0x10E0; // uint32 - pub const m_iInventoryPosition: usize = 0x10E4; // uint32 - pub const m_bInitialized: usize = 0x10F0; // bool - pub const m_bDisallowSOC: usize = 0x10F1; // bool - pub const m_bIsStoreItem: usize = 0x10F2; // bool - pub const m_bIsTradeItem: usize = 0x10F3; // bool - pub const m_iEntityQuantity: usize = 0x10F4; // int32 - pub const m_iRarityOverride: usize = 0x10F8; // int32 - pub const m_iQualityOverride: usize = 0x10FC; // int32 - pub const m_unClientFlags: usize = 0x1100; // uint8 - pub const m_unOverrideStyle: usize = 0x1101; // uint8 - pub const m_AttributeList: usize = 0x1118; // CAttributeList - pub const m_NetworkedDynamicAttributes: usize = 0x1178; // CAttributeList - pub const m_szCustomName: usize = 0x11D8; // char[161] - pub const m_szCustomNameOverride: usize = 0x1279; // char[161] - pub const m_bInitializedTags: usize = 0x1348; // bool - } - // Parent: C_BaseTrigger - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_bBombPlantedHere (bool) - pub mod CBombTarget { - pub const m_bBombPlantedHere: usize = 0xC52; // bool - } - // Parent: C_BaseTrigger - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_flFluidDensity (float) - pub mod C_TriggerBuoyancy { - pub const m_BuoyancyHelper: usize = 0xC58; // CBuoyancyHelper - pub const m_flFluidDensity: usize = 0xC78; // float32 - } - // Parent: CBasePlayerController - // Fields count: 62 - // - // Metadata: - // MNetworkUserGroupProxy - // MNetworkUserGroupProxy - // MNetworkUserGroupProxy - // NetworkVarNames: m_pInGameMoneyServices (CCSPlayerController_InGameMoneyServices*) - // NetworkVarNames: m_pInventoryServices (CCSPlayerController_InventoryServices*) - // NetworkVarNames: m_pActionTrackingServices (CCSPlayerController_ActionTrackingServices*) - // NetworkVarNames: m_pDamageServices (CCSPlayerController_DamageServices*) - // NetworkVarNames: m_iPing (uint32) - // NetworkVarNames: m_bHasCommunicationAbuseMute (bool) - // NetworkVarNames: m_szCrosshairCodes (string_t) - // NetworkVarNames: m_iPendingTeamNum (uint8) - // NetworkVarNames: m_flForceTeamTime (GameTime_t) - // NetworkVarNames: m_iCompTeammateColor (int) - // NetworkVarNames: m_bEverPlayedOnTeam (bool) - // NetworkVarNames: m_szClan (string_t) - // NetworkVarNames: m_iCoachingTeam (int) - // NetworkVarNames: m_nPlayerDominated (uint64) - // NetworkVarNames: m_nPlayerDominatingMe (uint64) - // NetworkVarNames: m_iCompetitiveRanking (int) - // NetworkVarNames: m_iCompetitiveWins (int) - // NetworkVarNames: m_iCompetitiveRankType (int8) - // NetworkVarNames: m_iCompetitiveRankingPredicted_Win (int) - // NetworkVarNames: m_iCompetitiveRankingPredicted_Loss (int) - // NetworkVarNames: m_iCompetitiveRankingPredicted_Tie (int) - // NetworkVarNames: m_nEndMatchNextMapVote (int) - // NetworkVarNames: m_unActiveQuestId (uint16) - // NetworkVarNames: m_nQuestProgressReason (QuestProgress::Reason) - // NetworkVarNames: m_unPlayerTvControlFlags (uint32) - // NetworkVarNames: m_nDisconnectionTick (int) - // NetworkVarNames: m_bControllingBot (bool) - // NetworkVarNames: m_bHasControlledBotThisRound (bool) - // NetworkVarNames: m_bCanControlObservedBot (bool) - // NetworkVarNames: m_hPlayerPawn (CHandle) - // NetworkVarNames: m_hObserverPawn (CHandle) - // NetworkVarNames: m_bPawnIsAlive (bool) - // NetworkVarNames: m_iPawnHealth (uint32) - // NetworkVarNames: m_iPawnArmor (int) - // NetworkVarNames: m_bPawnHasDefuser (bool) - // NetworkVarNames: m_bPawnHasHelmet (bool) - // NetworkVarNames: m_nPawnCharacterDefIndex (item_definition_index_t) - // NetworkVarNames: m_iPawnLifetimeStart (int) - // NetworkVarNames: m_iPawnLifetimeEnd (int) - // NetworkVarNames: m_iPawnBotDifficulty (int) - // NetworkVarNames: m_hOriginalControllerOfCurrentPawn (CHandle) - // NetworkVarNames: m_iScore (int32) - // NetworkVarNames: m_vecKills (EKillTypes_t) - // NetworkVarNames: m_bMvpNoMusic (bool) - // NetworkVarNames: m_eMvpReason (int) - // NetworkVarNames: m_iMusicKitID (int) - // NetworkVarNames: m_iMusicKitMVPs (int) - // NetworkVarNames: m_iMVPs (int) - pub mod CCSPlayerController { - pub const m_pInGameMoneyServices: usize = 0x878; // CCSPlayerController_InGameMoneyServices* - pub const m_pInventoryServices: usize = 0x880; // CCSPlayerController_InventoryServices* - pub const m_pActionTrackingServices: usize = 0x888; // CCSPlayerController_ActionTrackingServices* - pub const m_pDamageServices: usize = 0x890; // CCSPlayerController_DamageServices* - pub const m_iPing: usize = 0x898; // uint32 - pub const m_bHasCommunicationAbuseMute: usize = 0x89C; // bool - pub const m_szCrosshairCodes: usize = 0x8A0; // CUtlSymbolLarge - pub const m_iPendingTeamNum: usize = 0x8A8; // uint8 - pub const m_flForceTeamTime: usize = 0x8AC; // GameTime_t - pub const m_iCompTeammateColor: usize = 0x8B0; // int32 - pub const m_bEverPlayedOnTeam: usize = 0x8B4; // bool - pub const m_flPreviousForceJoinTeamTime: usize = 0x8B8; // GameTime_t - pub const m_szClan: usize = 0x8C0; // CUtlSymbolLarge - pub const m_sSanitizedPlayerName: usize = 0x8C8; // CUtlString - pub const m_iCoachingTeam: usize = 0x8D0; // int32 - pub const m_nPlayerDominated: usize = 0x8D8; // uint64 - pub const m_nPlayerDominatingMe: usize = 0x8E0; // uint64 - pub const m_iCompetitiveRanking: usize = 0x8E8; // int32 - pub const m_iCompetitiveWins: usize = 0x8EC; // int32 - pub const m_iCompetitiveRankType: usize = 0x8F0; // int8 - pub const m_iCompetitiveRankingPredicted_Win: usize = 0x8F4; // int32 - pub const m_iCompetitiveRankingPredicted_Loss: usize = 0x8F8; // int32 - pub const m_iCompetitiveRankingPredicted_Tie: usize = 0x8FC; // int32 - pub const m_nEndMatchNextMapVote: usize = 0x900; // int32 - pub const m_unActiveQuestId: usize = 0x904; // uint16 - pub const m_nQuestProgressReason: usize = 0x908; // QuestProgress::Reason - pub const m_unPlayerTvControlFlags: usize = 0x90C; // uint32 - pub const m_iDraftIndex: usize = 0x938; // int32 - pub const m_msQueuedModeDisconnectionTimestamp: usize = 0x93C; // uint32 - pub const m_uiAbandonRecordedReason: usize = 0x940; // uint32 - pub const m_bCannotBeKicked: usize = 0x944; // bool - pub const m_bEverFullyConnected: usize = 0x945; // bool - pub const m_bAbandonAllowsSurrender: usize = 0x946; // bool - pub const m_bAbandonOffersInstantSurrender: usize = 0x947; // bool - pub const m_bDisconnection1MinWarningPrinted: usize = 0x948; // bool - pub const m_bScoreReported: usize = 0x949; // bool - pub const m_nDisconnectionTick: usize = 0x94C; // int32 - pub const m_bControllingBot: usize = 0x958; // bool - pub const m_bHasControlledBotThisRound: usize = 0x959; // bool - pub const m_bHasBeenControlledByPlayerThisRound: usize = 0x95A; // bool - pub const m_nBotsControlledThisRound: usize = 0x95C; // int32 - pub const m_bCanControlObservedBot: usize = 0x960; // bool - pub const m_hPlayerPawn: usize = 0x964; // CHandle - pub const m_hObserverPawn: usize = 0x968; // CHandle - pub const m_bPawnIsAlive: usize = 0x96C; // bool - pub const m_iPawnHealth: usize = 0x970; // uint32 - pub const m_iPawnArmor: usize = 0x974; // int32 - pub const m_bPawnHasDefuser: usize = 0x978; // bool - pub const m_bPawnHasHelmet: usize = 0x979; // bool - pub const m_nPawnCharacterDefIndex: usize = 0x97A; // uint16 - pub const m_iPawnLifetimeStart: usize = 0x97C; // int32 - pub const m_iPawnLifetimeEnd: usize = 0x980; // int32 - pub const m_iPawnBotDifficulty: usize = 0x984; // int32 - pub const m_hOriginalControllerOfCurrentPawn: usize = 0x988; // CHandle - pub const m_iScore: usize = 0x98C; // int32 - pub const m_vecKills: usize = 0x990; // C_NetworkUtlVectorBase - pub const m_bMvpNoMusic: usize = 0x9A8; // bool - pub const m_eMvpReason: usize = 0x9AC; // int32 - pub const m_iMusicKitID: usize = 0x9B0; // int32 - pub const m_iMusicKitMVPs: usize = 0x9B4; // int32 - pub const m_iMVPs: usize = 0x9B8; // int32 - pub const m_bIsPlayerNameDirty: usize = 0x9BC; // bool - } - // Parent: C_BaseTrigger - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_source (string_t) - // NetworkVarNames: m_destination (string_t) - pub mod C_FootstepControl { - pub const m_source: usize = 0xC58; // CUtlSymbolLarge - pub const m_destination: usize = 0xC60; // CUtlSymbolLarge - } - // Parent: CBasePlayerWeaponVData - // Fields count: 92 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertySuppressBaseClassField - // MPropertySuppressBaseClassField - pub mod CCSWeaponBaseVData { - pub const m_WeaponType: usize = 0x248; // CSWeaponType - pub const m_WeaponCategory: usize = 0x24C; // CSWeaponCategory - pub const m_szViewModel: usize = 0x250; // CResourceNameTyped> - pub const m_szPlayerModel: usize = 0x330; // CResourceNameTyped> - pub const m_szWorldDroppedModel: usize = 0x410; // CResourceNameTyped> - pub const m_szAimsightLensMaskModel: usize = 0x4F0; // CResourceNameTyped> - pub const m_szMagazineModel: usize = 0x5D0; // CResourceNameTyped> - pub const m_szHeatEffect: usize = 0x6B0; // CResourceNameTyped> - pub const m_szEjectBrassEffect: usize = 0x790; // CResourceNameTyped> - pub const m_szMuzzleFlashParticleAlt: usize = 0x870; // CResourceNameTyped> - pub const m_szMuzzleFlashThirdPersonParticle: usize = 0x950; // CResourceNameTyped> - pub const m_szMuzzleFlashThirdPersonParticleAlt: usize = 0xA30; // CResourceNameTyped> - pub const m_szTracerParticle: usize = 0xB10; // CResourceNameTyped> - pub const m_GearSlot: usize = 0xBF0; // gear_slot_t - pub const m_GearSlotPosition: usize = 0xBF4; // int32 - pub const m_DefaultLoadoutSlot: usize = 0xBF8; // loadout_slot_t - pub const m_sWrongTeamMsg: usize = 0xC00; // CUtlString - pub const m_nPrice: usize = 0xC08; // int32 - pub const m_nKillAward: usize = 0xC0C; // int32 - pub const m_nPrimaryReserveAmmoMax: usize = 0xC10; // int32 - pub const m_nSecondaryReserveAmmoMax: usize = 0xC14; // int32 - pub const m_bMeleeWeapon: usize = 0xC18; // bool - pub const m_bHasBurstMode: usize = 0xC19; // bool - pub const m_bIsRevolver: usize = 0xC1A; // bool - pub const m_bCannotShootUnderwater: usize = 0xC1B; // bool - pub const m_szName: usize = 0xC20; // CGlobalSymbol - pub const m_szAnimExtension: usize = 0xC28; // CUtlString - pub const m_eSilencerType: usize = 0xC30; // CSWeaponSilencerType - pub const m_nCrosshairMinDistance: usize = 0xC34; // int32 - pub const m_nCrosshairDeltaDistance: usize = 0xC38; // int32 - pub const m_bIsFullAuto: usize = 0xC3C; // bool - pub const m_nNumBullets: usize = 0xC40; // int32 - pub const m_flCycleTime: usize = 0xC44; // CFiringModeFloat - pub const m_flMaxSpeed: usize = 0xC4C; // CFiringModeFloat - pub const m_flSpread: usize = 0xC54; // CFiringModeFloat - pub const m_flInaccuracyCrouch: usize = 0xC5C; // CFiringModeFloat - pub const m_flInaccuracyStand: usize = 0xC64; // CFiringModeFloat - pub const m_flInaccuracyJump: usize = 0xC6C; // CFiringModeFloat - pub const m_flInaccuracyLand: usize = 0xC74; // CFiringModeFloat - pub const m_flInaccuracyLadder: usize = 0xC7C; // CFiringModeFloat - pub const m_flInaccuracyFire: usize = 0xC84; // CFiringModeFloat - pub const m_flInaccuracyMove: usize = 0xC8C; // CFiringModeFloat - pub const m_flRecoilAngle: usize = 0xC94; // CFiringModeFloat - pub const m_flRecoilAngleVariance: usize = 0xC9C; // CFiringModeFloat - pub const m_flRecoilMagnitude: usize = 0xCA4; // CFiringModeFloat - pub const m_flRecoilMagnitudeVariance: usize = 0xCAC; // CFiringModeFloat - pub const m_nTracerFrequency: usize = 0xCB4; // CFiringModeInt - pub const m_flInaccuracyJumpInitial: usize = 0xCBC; // float32 - pub const m_flInaccuracyJumpApex: usize = 0xCC0; // float32 - pub const m_flInaccuracyReload: usize = 0xCC4; // float32 - pub const m_nRecoilSeed: usize = 0xCC8; // int32 - pub const m_nSpreadSeed: usize = 0xCCC; // int32 - pub const m_flTimeToIdleAfterFire: usize = 0xCD0; // float32 - pub const m_flIdleInterval: usize = 0xCD4; // float32 - pub const m_flAttackMovespeedFactor: usize = 0xCD8; // float32 - pub const m_flHeatPerShot: usize = 0xCDC; // float32 - pub const m_flInaccuracyPitchShift: usize = 0xCE0; // float32 - pub const m_flInaccuracyAltSoundThreshold: usize = 0xCE4; // float32 - pub const m_flBotAudibleRange: usize = 0xCE8; // float32 - pub const m_szUseRadioSubtitle: usize = 0xCF0; // CUtlString - pub const m_bUnzoomsAfterShot: usize = 0xCF8; // bool - pub const m_bHideViewModelWhenZoomed: usize = 0xCF9; // bool - pub const m_nZoomLevels: usize = 0xCFC; // int32 - pub const m_nZoomFOV1: usize = 0xD00; // int32 - pub const m_nZoomFOV2: usize = 0xD04; // int32 - pub const m_flZoomTime0: usize = 0xD08; // float32 - pub const m_flZoomTime1: usize = 0xD0C; // float32 - pub const m_flZoomTime2: usize = 0xD10; // float32 - pub const m_flIronSightPullUpSpeed: usize = 0xD14; // float32 - pub const m_flIronSightPutDownSpeed: usize = 0xD18; // float32 - pub const m_flIronSightFOV: usize = 0xD1C; // float32 - pub const m_flIronSightPivotForward: usize = 0xD20; // float32 - pub const m_flIronSightLooseness: usize = 0xD24; // float32 - pub const m_angPivotAngle: usize = 0xD28; // QAngle - pub const m_vecIronSightEyePos: usize = 0xD34; // Vector - pub const m_nDamage: usize = 0xD40; // int32 - pub const m_flHeadshotMultiplier: usize = 0xD44; // float32 - pub const m_flArmorRatio: usize = 0xD48; // float32 - pub const m_flPenetration: usize = 0xD4C; // float32 - pub const m_flRange: usize = 0xD50; // float32 - pub const m_flRangeModifier: usize = 0xD54; // float32 - pub const m_flFlinchVelocityModifierLarge: usize = 0xD58; // float32 - pub const m_flFlinchVelocityModifierSmall: usize = 0xD5C; // float32 - pub const m_flRecoveryTimeCrouch: usize = 0xD60; // float32 - pub const m_flRecoveryTimeStand: usize = 0xD64; // float32 - pub const m_flRecoveryTimeCrouchFinal: usize = 0xD68; // float32 - pub const m_flRecoveryTimeStandFinal: usize = 0xD6C; // float32 - pub const m_nRecoveryTransitionStartBullet: usize = 0xD70; // int32 - pub const m_nRecoveryTransitionEndBullet: usize = 0xD74; // int32 - pub const m_flThrowVelocity: usize = 0xD78; // float32 - pub const m_vSmokeColor: usize = 0xD7C; // Vector - pub const m_szAnimClass: usize = 0xD88; // CGlobalSymbol - } - // Parent: None - // Fields count: 16 - // - // Metadata: - // NetworkVarNames: m_nUniqueID (int) - // NetworkVarNames: m_unAccountID (uint32) - // NetworkVarNames: m_unTraceID (uint32) - // NetworkVarNames: m_rtGcTime (uint32) - // NetworkVarNames: m_vecEndPos (Vector) - // NetworkVarNames: m_vecStart (Vector) - // NetworkVarNames: m_vecLeft (Vector) - // NetworkVarNames: m_vecNormal (Vector) - // NetworkVarNames: m_nPlayer (int) - // NetworkVarNames: m_nEntity (int) - // NetworkVarNames: m_nHitbox (int) - // NetworkVarNames: m_flCreationTime (float) - // NetworkVarNames: m_nTintID (int) - // NetworkVarNames: m_nVersion (uint8) - // NetworkVarNames: m_ubSignature (uint8) - pub mod C_PlayerSprayDecal { - pub const m_nUniqueID: usize = 0xC50; // int32 - pub const m_unAccountID: usize = 0xC54; // uint32 - pub const m_unTraceID: usize = 0xC58; // uint32 - pub const m_rtGcTime: usize = 0xC5C; // uint32 - pub const m_vecEndPos: usize = 0xC60; // Vector - pub const m_vecStart: usize = 0xC6C; // Vector - pub const m_vecLeft: usize = 0xC78; // Vector - pub const m_vecNormal: usize = 0xC84; // Vector - pub const m_nPlayer: usize = 0xC90; // int32 - pub const m_nEntity: usize = 0xC94; // int32 - pub const m_nHitbox: usize = 0xC98; // int32 - pub const m_flCreationTime: usize = 0xC9C; // float32 - pub const m_nTintID: usize = 0xCA0; // int32 - pub const m_nVersion: usize = 0xCA4; // uint8 - pub const m_ubSignature: usize = 0xCA5; // uint8[128] - pub const m_SprayRenderHelper: usize = 0xD30; // CPlayerSprayDecalRenderHelper - } - // Parent: C_BaseModelEntity - // Fields count: 8 - // - // Metadata: - // MNetworkIncludeByName - // MNetworkOverride - // NetworkVarNames: m_vecMoveDirEntitySpace (Vector) - // NetworkVarNames: m_flTargetSpeed (float32) - // NetworkVarNames: m_nTransitionStartTick (GameTick_t) - // NetworkVarNames: m_nTransitionDurationTicks (int) - // NetworkVarNames: m_flTransitionStartSpeed (float32) - // NetworkVarNames: m_hConveyorModels (EHANDLE) - pub mod C_FuncConveyor { - pub const m_vecMoveDirEntitySpace: usize = 0xC58; // Vector - pub const m_flTargetSpeed: usize = 0xC64; // float32 - pub const m_nTransitionStartTick: usize = 0xC68; // GameTick_t - pub const m_nTransitionDurationTicks: usize = 0xC6C; // int32 - pub const m_flTransitionStartSpeed: usize = 0xC70; // float32 - pub const m_hConveyorModels: usize = 0xC78; // C_NetworkUtlVectorBase> - pub const m_flCurrentConveyorOffset: usize = 0xC90; // float32 - pub const m_flCurrentConveyorSpeed: usize = 0xC94; // float32 - } - // Parent: C_BaseModelEntity - // Fields count: 19 - // - // Metadata: - // NetworkVarNames: m_firePositions (Vector) - // NetworkVarNames: m_fireParentPositions (Vector) - // NetworkVarNames: m_bFireIsBurning (bool) - // NetworkVarNames: m_BurnNormal (Vector) - // NetworkVarNames: m_fireCount (int) - // NetworkVarNames: m_nInfernoType (int) - // NetworkVarNames: m_nFireLifetime (float) - // NetworkVarNames: m_bInPostEffectTime (bool) - // NetworkVarNames: m_nFireEffectTickBegin (int) - pub mod C_Inferno { - pub const m_nfxFireDamageEffect: usize = 0xC90; // ParticleIndex_t - pub const m_firePositions: usize = 0xC94; // Vector[64] - pub const m_fireParentPositions: usize = 0xF94; // Vector[64] - pub const m_bFireIsBurning: usize = 0x1294; // bool[64] - pub const m_BurnNormal: usize = 0x12D4; // Vector[64] - pub const m_fireCount: usize = 0x15D4; // int32 - pub const m_nInfernoType: usize = 0x15D8; // int32 - pub const m_nFireLifetime: usize = 0x15DC; // float32 - pub const m_bInPostEffectTime: usize = 0x15E0; // bool - pub const m_lastFireCount: usize = 0x15E4; // int32 - pub const m_nFireEffectTickBegin: usize = 0x15E8; // int32 - pub const m_drawableCount: usize = 0x81F0; // int32 - pub const m_blosCheck: usize = 0x81F4; // bool - pub const m_nlosperiod: usize = 0x81F8; // int32 - pub const m_maxFireHalfWidth: usize = 0x81FC; // float32 - pub const m_maxFireHeight: usize = 0x8200; // float32 - pub const m_minBounds: usize = 0x8204; // Vector - pub const m_maxBounds: usize = 0x8210; // Vector - pub const m_flLastGrassBurnThink: usize = 0x821C; // float32 - } - // Parent: C_BaseModelEntity - // Fields count: 51 - // - // Metadata: - // NetworkVarNames: m_bEnabled (bool) - // NetworkVarNames: m_nColorMode (int) - // NetworkVarNames: m_Color (Color) - // NetworkVarNames: m_flColorTemperature (float) - // NetworkVarNames: m_flBrightness (float) - // NetworkVarNames: m_flBrightnessScale (float) - // NetworkVarNames: m_nDirectLight (int) - // NetworkVarNames: m_nBakedShadowIndex (int) - // NetworkVarNames: m_nLuminaireShape (int) - // NetworkVarNames: m_flLuminaireSize (float) - // NetworkVarNames: m_flLuminaireAnisotropy (float) - // NetworkVarNames: m_LightStyleString (CUtlString) - // NetworkVarNames: m_flLightStyleStartTime (GameTime_t) - // NetworkVarNames: m_QueuedLightStyleStrings (CUtlString) - // NetworkVarNames: m_LightStyleEvents (CUtlString) - // NetworkVarNames: m_LightStyleTargets (CHandle) - // NetworkVarNames: m_hLightCookie (HRenderTextureStrong) - // NetworkVarNames: m_flShape (float) - // NetworkVarNames: m_flSoftX (float) - // NetworkVarNames: m_flSoftY (float) - // NetworkVarNames: m_flSkirt (float) - // NetworkVarNames: m_flSkirtNear (float) - // NetworkVarNames: m_vSizeParams (Vector) - // NetworkVarNames: m_flRange (float) - // NetworkVarNames: m_vShear (Vector) - // NetworkVarNames: m_nBakeSpecularToCubemaps (int) - // NetworkVarNames: m_vBakeSpecularToCubemapsSize (Vector) - // NetworkVarNames: m_nCastShadows (int) - // NetworkVarNames: m_nShadowMapSize (int) - // NetworkVarNames: m_nShadowPriority (int) - // NetworkVarNames: m_bContactShadow (bool) - // NetworkVarNames: m_nBounceLight (int) - // NetworkVarNames: m_flBounceScale (float) - // NetworkVarNames: m_flMinRoughness (float) - // NetworkVarNames: m_vAlternateColor (Vector) - // NetworkVarNames: m_fAlternateColorBrightness (float) - // NetworkVarNames: m_nFog (int) - // NetworkVarNames: m_flFogStrength (float) - // NetworkVarNames: m_nFogShadows (int) - // NetworkVarNames: m_flFogScale (float) - // NetworkVarNames: m_flFadeSizeStart (float) - // NetworkVarNames: m_flFadeSizeEnd (float) - // NetworkVarNames: m_flShadowFadeSizeStart (float) - // NetworkVarNames: m_flShadowFadeSizeEnd (float) - // NetworkVarNames: m_bPrecomputedFieldsValid (bool) - // NetworkVarNames: m_vPrecomputedBoundsMins (Vector) - // NetworkVarNames: m_vPrecomputedBoundsMaxs (Vector) - // NetworkVarNames: m_vPrecomputedOBBOrigin (Vector) - // NetworkVarNames: m_vPrecomputedOBBAngles (QAngle) - // NetworkVarNames: m_vPrecomputedOBBExtent (Vector) - pub mod C_BarnLight { - pub const m_bEnabled: usize = 0xC50; // bool - pub const m_nColorMode: usize = 0xC54; // int32 - pub const m_Color: usize = 0xC58; // Color - pub const m_flColorTemperature: usize = 0xC5C; // float32 - pub const m_flBrightness: usize = 0xC60; // float32 - pub const m_flBrightnessScale: usize = 0xC64; // float32 - pub const m_nDirectLight: usize = 0xC68; // int32 - pub const m_nBakedShadowIndex: usize = 0xC6C; // int32 - pub const m_nLuminaireShape: usize = 0xC70; // int32 - pub const m_flLuminaireSize: usize = 0xC74; // float32 - pub const m_flLuminaireAnisotropy: usize = 0xC78; // float32 - pub const m_LightStyleString: usize = 0xC80; // CUtlString - pub const m_flLightStyleStartTime: usize = 0xC88; // GameTime_t - pub const m_QueuedLightStyleStrings: usize = 0xC90; // C_NetworkUtlVectorBase - pub const m_LightStyleEvents: usize = 0xCA8; // C_NetworkUtlVectorBase - pub const m_LightStyleTargets: usize = 0xCC0; // C_NetworkUtlVectorBase> - pub const m_StyleEvent: usize = 0xCD8; // CEntityIOOutput[4] - pub const m_hLightCookie: usize = 0xD78; // CStrongHandle - pub const m_flShape: usize = 0xD80; // float32 - pub const m_flSoftX: usize = 0xD84; // float32 - pub const m_flSoftY: usize = 0xD88; // float32 - pub const m_flSkirt: usize = 0xD8C; // float32 - pub const m_flSkirtNear: usize = 0xD90; // float32 - pub const m_vSizeParams: usize = 0xD94; // Vector - pub const m_flRange: usize = 0xDA0; // float32 - pub const m_vShear: usize = 0xDA4; // Vector - pub const m_nBakeSpecularToCubemaps: usize = 0xDB0; // int32 - pub const m_vBakeSpecularToCubemapsSize: usize = 0xDB4; // Vector - pub const m_nCastShadows: usize = 0xDC0; // int32 - pub const m_nShadowMapSize: usize = 0xDC4; // int32 - pub const m_nShadowPriority: usize = 0xDC8; // int32 - pub const m_bContactShadow: usize = 0xDCC; // bool - pub const m_nBounceLight: usize = 0xDD0; // int32 - pub const m_flBounceScale: usize = 0xDD4; // float32 - pub const m_flMinRoughness: usize = 0xDD8; // float32 - pub const m_vAlternateColor: usize = 0xDDC; // Vector - pub const m_fAlternateColorBrightness: usize = 0xDE8; // float32 - pub const m_nFog: usize = 0xDEC; // int32 - pub const m_flFogStrength: usize = 0xDF0; // float32 - pub const m_nFogShadows: usize = 0xDF4; // int32 - pub const m_flFogScale: usize = 0xDF8; // float32 - pub const m_flFadeSizeStart: usize = 0xDFC; // float32 - pub const m_flFadeSizeEnd: usize = 0xE00; // float32 - pub const m_flShadowFadeSizeStart: usize = 0xE04; // float32 - pub const m_flShadowFadeSizeEnd: usize = 0xE08; // float32 - pub const m_bPrecomputedFieldsValid: usize = 0xE0C; // bool - pub const m_vPrecomputedBoundsMins: usize = 0xE10; // Vector - pub const m_vPrecomputedBoundsMaxs: usize = 0xE1C; // Vector - pub const m_vPrecomputedOBBOrigin: usize = 0xE28; // Vector - pub const m_vPrecomputedOBBAngles: usize = 0xE34; // QAngle - pub const m_vPrecomputedOBBExtent: usize = 0xE40; // Vector - } - // Parent: C_BarnLight - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_bShowLight (bool) - pub mod C_RectLight { - pub const m_bShowLight: usize = 0xE98; // bool - } - // Parent: C_BarnLight - // Fields count: 3 - // - // Metadata: - // NetworkVarNames: m_flInnerAngle (float) - // NetworkVarNames: m_flOuterAngle (float) - // NetworkVarNames: m_bShowLight (bool) - pub mod C_OmniLight { - pub const m_flInnerAngle: usize = 0xE98; // float32 - pub const m_flOuterAngle: usize = 0xE9C; // float32 - pub const m_bShowLight: usize = 0xEA0; // bool - } - // Parent: C_Team - // Fields count: 10 - // - // Metadata: - // NetworkVarNames: m_szTeamMatchStat (char) - // NetworkVarNames: m_numMapVictories (int) - // NetworkVarNames: m_bSurrendered (bool) - // NetworkVarNames: m_scoreFirstHalf (int32) - // NetworkVarNames: m_scoreSecondHalf (int32) - // NetworkVarNames: m_scoreOvertime (int32) - // NetworkVarNames: m_szClanTeamname (char) - // NetworkVarNames: m_iClanID (uint32) - // NetworkVarNames: m_szTeamFlagImage (char) - // NetworkVarNames: m_szTeamLogoImage (char) - pub mod C_CSTeam { - pub const m_szTeamMatchStat: usize = 0x785; // char[512] - pub const m_numMapVictories: usize = 0x988; // int32 - pub const m_bSurrendered: usize = 0x98C; // bool - pub const m_scoreFirstHalf: usize = 0x990; // int32 - pub const m_scoreSecondHalf: usize = 0x994; // int32 - pub const m_scoreOvertime: usize = 0x998; // int32 - pub const m_szClanTeamname: usize = 0x99C; // char[129] - pub const m_iClanID: usize = 0xA20; // uint32 - pub const m_szTeamFlagImage: usize = 0xA24; // char[8] - pub const m_szTeamLogoImage: usize = 0xA2C; // char[8] - } - // Parent: C_BaseModelEntity - // Fields count: 12 - // - // Metadata: - // NetworkVarNames: m_hSkyMaterial (HMaterialStrong) - // NetworkVarNames: m_hSkyMaterialLightingOnly (HMaterialStrong) - // NetworkVarNames: m_bStartDisabled (bool) - // NetworkVarNames: m_vTintColor (Color) - // NetworkVarNames: m_vTintColorLightingOnly (Color) - // NetworkVarNames: m_flBrightnessScale (float) - // NetworkVarNames: m_nFogType (int) - // NetworkVarNames: m_flFogMinStart (float) - // NetworkVarNames: m_flFogMinEnd (float) - // NetworkVarNames: m_flFogMaxStart (float) - // NetworkVarNames: m_flFogMaxEnd (float) - // NetworkVarNames: m_bEnabled (bool) - pub mod C_EnvSky { - pub const m_hSkyMaterial: usize = 0xC50; // CStrongHandle - pub const m_hSkyMaterialLightingOnly: usize = 0xC58; // CStrongHandle - pub const m_bStartDisabled: usize = 0xC60; // bool - pub const m_vTintColor: usize = 0xC61; // Color - pub const m_vTintColorLightingOnly: usize = 0xC65; // Color - pub const m_flBrightnessScale: usize = 0xC6C; // float32 - pub const m_nFogType: usize = 0xC70; // int32 - pub const m_flFogMinStart: usize = 0xC74; // float32 - pub const m_flFogMinEnd: usize = 0xC78; // float32 - pub const m_flFogMaxStart: usize = 0xC7C; // float32 - pub const m_flFogMaxEnd: usize = 0xC80; // float32 - pub const m_bEnabled: usize = 0xC84; // bool - } - // Parent: C_BaseModelEntity - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_CLightComponent (CLightComponent::Storage_t) - pub mod C_LightEntity { - pub const m_CLightComponent: usize = 0xC50; // CLightComponent* - } - // Parent: C_BaseTrigger - // Fields count: 16 - // - // Metadata: - // NetworkVarNames: m_hPostSettings (HPostProcessingStrong) - // NetworkVarNames: m_flFadeDuration (float) - // NetworkVarNames: m_flMinLogExposure (float) - // NetworkVarNames: m_flMaxLogExposure (float) - // NetworkVarNames: m_flMinExposure (float) - // NetworkVarNames: m_flMaxExposure (float) - // NetworkVarNames: m_flExposureCompensation (float) - // NetworkVarNames: m_flExposureFadeSpeedUp (float) - // NetworkVarNames: m_flExposureFadeSpeedDown (float) - // NetworkVarNames: m_flTonemapEVSmoothingRange (float) - // NetworkVarNames: m_bMaster (bool) - // NetworkVarNames: m_bExposureControl (bool) - // NetworkVarNames: m_flRate (float) - // NetworkVarNames: m_flTonemapPercentTarget (float) - // NetworkVarNames: m_flTonemapPercentBrightPixels (float) - // NetworkVarNames: m_flTonemapMinAvgLum (float) - pub mod C_PostProcessingVolume { - pub const m_hPostSettings: usize = 0xC68; // CStrongHandle - pub const m_flFadeDuration: usize = 0xC70; // float32 - pub const m_flMinLogExposure: usize = 0xC74; // float32 - pub const m_flMaxLogExposure: usize = 0xC78; // float32 - pub const m_flMinExposure: usize = 0xC7C; // float32 - pub const m_flMaxExposure: usize = 0xC80; // float32 - pub const m_flExposureCompensation: usize = 0xC84; // float32 - pub const m_flExposureFadeSpeedUp: usize = 0xC88; // float32 - pub const m_flExposureFadeSpeedDown: usize = 0xC8C; // float32 - pub const m_flTonemapEVSmoothingRange: usize = 0xC90; // float32 - pub const m_bMaster: usize = 0xC94; // bool - pub const m_bExposureControl: usize = 0xC95; // bool - pub const m_flRate: usize = 0xC98; // float32 - pub const m_flTonemapPercentTarget: usize = 0xC9C; // float32 - pub const m_flTonemapPercentBrightPixels: usize = 0xCA0; // float32 - pub const m_flTonemapMinAvgLum: usize = 0xCA4; // float32 - } - // Parent: C_ParticleSystem - // Fields count: 5 - // - // Metadata: - // NetworkVarNames: m_flAlphaScale (float32) - // NetworkVarNames: m_flRadiusScale (float32) - // NetworkVarNames: m_flSelfIllumScale (float32) - // NetworkVarNames: m_ColorTint (Color) - // NetworkVarNames: m_hTextureOverride (HRenderTextureStrong) - pub mod C_EnvParticleGlow { - pub const m_flAlphaScale: usize = 0x1200; // float32 - pub const m_flRadiusScale: usize = 0x1204; // float32 - pub const m_flSelfIllumScale: usize = 0x1208; // float32 - pub const m_ColorTint: usize = 0x120C; // Color - pub const m_hTextureOverride: usize = 0x1210; // CStrongHandle - } - // Parent: C_BaseModelEntity - // Fields count: 8 - // - // Metadata: - // NetworkVarNames: m_bLoop (bool) - // NetworkVarNames: m_flFPS (float) - // NetworkVarNames: m_hPositionKeys (HRenderTextureStrong) - // NetworkVarNames: m_hRotationKeys (HRenderTextureStrong) - // NetworkVarNames: m_vAnimationBoundsMin (Vector) - // NetworkVarNames: m_vAnimationBoundsMax (Vector) - // NetworkVarNames: m_flStartTime (float) - // NetworkVarNames: m_flStartFrame (float) - pub mod C_TextureBasedAnimatable { - pub const m_bLoop: usize = 0xC50; // bool - pub const m_flFPS: usize = 0xC54; // float32 - pub const m_hPositionKeys: usize = 0xC58; // CStrongHandle - pub const m_hRotationKeys: usize = 0xC60; // CStrongHandle - pub const m_vAnimationBoundsMin: usize = 0xC68; // Vector - pub const m_vAnimationBoundsMax: usize = 0xC74; // Vector - pub const m_flStartTime: usize = 0xC80; // float32 - pub const m_flStartFrame: usize = 0xC84; // float32 - } - // Parent: C_BaseModelEntity - // Fields count: 13 - // - // Metadata: - // MNetworkIncludeByName - // NetworkVarNames: m_bInitiallyPopulateInterpHistory (bool) - // NetworkVarNames: m_bAnimGraphUpdateEnabled (bool) - // NetworkVarNames: m_vecForce (Vector) - // NetworkVarNames: m_nForceBone (int32) - // NetworkVarNames: m_pRagdollPose (PhysicsRagdollPose_t*) - // NetworkVarNames: m_bClientRagdoll (bool) - pub mod CBaseAnimGraph { - pub const m_bInitiallyPopulateInterpHistory: usize = 0xCC8; // bool - pub const m_bSuppressAnimEventSounds: usize = 0xCCA; // bool - pub const m_bAnimGraphUpdateEnabled: usize = 0xCD8; // bool - pub const m_flMaxSlopeDistance: usize = 0xCDC; // float32 - pub const m_vLastSlopeCheckPos: usize = 0xCE0; // Vector - pub const m_bAnimationUpdateScheduled: usize = 0xCEC; // bool - pub const m_vecForce: usize = 0xCF0; // Vector - pub const m_nForceBone: usize = 0xCFC; // int32 - pub const m_pClientsideRagdoll: usize = 0xD00; // CBaseAnimGraph* - pub const m_bBuiltRagdoll: usize = 0xD08; // bool - pub const m_pRagdollPose: usize = 0xD20; // PhysicsRagdollPose_t* - pub const m_bClientRagdoll: usize = 0xD28; // bool - pub const m_bHasAnimatedMaterialAttributes: usize = 0xD38; // bool - } - // Parent: None - // Fields count: 30 - // - // Metadata: - // NetworkVarNames: m_noGhostCollision (bool) - pub mod C_BreakableProp { - pub const m_OnBreak: usize = 0xEC0; // CEntityIOOutput - pub const m_OnHealthChanged: usize = 0xEE8; // CEntityOutputTemplate - pub const m_OnTakeDamage: usize = 0xF10; // CEntityIOOutput - pub const m_impactEnergyScale: usize = 0xF38; // float32 - pub const m_iMinHealthDmg: usize = 0xF3C; // int32 - pub const m_flPressureDelay: usize = 0xF40; // float32 - pub const m_hBreaker: usize = 0xF44; // CHandle - pub const m_PerformanceMode: usize = 0xF48; // PerformanceMode_t - pub const m_flDmgModBullet: usize = 0xF4C; // float32 - pub const m_flDmgModClub: usize = 0xF50; // float32 - pub const m_flDmgModExplosive: usize = 0xF54; // float32 - pub const m_flDmgModFire: usize = 0xF58; // float32 - pub const m_iszPhysicsDamageTableName: usize = 0xF60; // CUtlSymbolLarge - pub const m_iszBasePropData: usize = 0xF68; // CUtlSymbolLarge - pub const m_iInteractions: usize = 0xF70; // int32 - pub const m_flPreventDamageBeforeTime: usize = 0xF74; // GameTime_t - pub const m_bHasBreakPiecesOrCommands: usize = 0xF78; // bool - pub const m_explodeDamage: usize = 0xF7C; // float32 - pub const m_explodeRadius: usize = 0xF80; // float32 - pub const m_explosionDelay: usize = 0xF88; // float32 - pub const m_explosionBuildupSound: usize = 0xF90; // CUtlSymbolLarge - pub const m_explosionCustomEffect: usize = 0xF98; // CUtlSymbolLarge - pub const m_explosionCustomSound: usize = 0xFA0; // CUtlSymbolLarge - pub const m_explosionModifier: usize = 0xFA8; // CUtlSymbolLarge - pub const m_hPhysicsAttacker: usize = 0xFB0; // CHandle - pub const m_flLastPhysicsInfluenceTime: usize = 0xFB4; // GameTime_t - pub const m_flDefaultFadeScale: usize = 0xFB8; // float32 - pub const m_hLastAttacker: usize = 0xFBC; // CHandle - pub const m_hFlareEnt: usize = 0xFC0; // CHandle - pub const m_noGhostCollision: usize = 0xFC4; // bool - } - // Parent: C_BreakableProp - // Fields count: 23 - // - // Metadata: - // NetworkVarNames: m_bUseHitboxesForRenderBox (bool) - // NetworkVarNames: m_bUseAnimGraph (bool) - pub mod C_DynamicProp { - pub const m_bUseHitboxesForRenderBox: usize = 0xFC5; // bool - pub const m_bUseAnimGraph: usize = 0xFC6; // bool - pub const m_pOutputAnimBegun: usize = 0xFC8; // CEntityIOOutput - pub const m_pOutputAnimOver: usize = 0xFF0; // CEntityIOOutput - pub const m_pOutputAnimLoopCycleOver: usize = 0x1018; // CEntityIOOutput - pub const m_OnAnimReachedStart: usize = 0x1040; // CEntityIOOutput - pub const m_OnAnimReachedEnd: usize = 0x1068; // CEntityIOOutput - pub const m_iszIdleAnim: usize = 0x1090; // CUtlSymbolLarge - pub const m_nIdleAnimLoopMode: usize = 0x1098; // AnimLoopMode_t - pub const m_bRandomizeCycle: usize = 0x109C; // bool - pub const m_bStartDisabled: usize = 0x109D; // bool - pub const m_bFiredStartEndOutput: usize = 0x109E; // bool - pub const m_bForceNpcExclude: usize = 0x109F; // bool - pub const m_bCreateNonSolid: usize = 0x10A0; // bool - pub const m_bIsOverrideProp: usize = 0x10A1; // bool - pub const m_iInitialGlowState: usize = 0x10A4; // int32 - pub const m_nGlowRange: usize = 0x10A8; // int32 - pub const m_nGlowRangeMin: usize = 0x10AC; // int32 - pub const m_glowColor: usize = 0x10B0; // Color - pub const m_nGlowTeam: usize = 0x10B4; // int32 - pub const m_iCachedFrameCount: usize = 0x10B8; // int32 - pub const m_vecCachedRenderMins: usize = 0x10BC; // Vector - pub const m_vecCachedRenderMaxs: usize = 0x10C8; // Vector - } - // Parent: C_BaseTrigger - // Fields count: 9 - // - // Metadata: - // NetworkVarNames: m_bEnabled (bool) - // NetworkVarNames: m_MaxWeight (float) - // NetworkVarNames: m_FadeDuration (float) - // NetworkVarNames: m_Weight (float) - // NetworkVarNames: m_lookupFilename (char) - pub mod C_ColorCorrectionVolume { - pub const m_LastEnterWeight: usize = 0xC54; // float32 - pub const m_LastEnterTime: usize = 0xC58; // float32 - pub const m_LastExitWeight: usize = 0xC5C; // float32 - pub const m_LastExitTime: usize = 0xC60; // float32 - pub const m_bEnabled: usize = 0xC64; // bool - pub const m_MaxWeight: usize = 0xC68; // float32 - pub const m_FadeDuration: usize = 0xC6C; // float32 - pub const m_Weight: usize = 0xC70; // float32 - pub const m_lookupFilename: usize = 0xC74; // char[512] - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // NetworkVarNames: m_targetCamera (CUtlString) - // NetworkVarNames: m_nResolutionEnum (int) - // NetworkVarNames: m_bRenderShadows (bool) - // NetworkVarNames: m_bUseUniqueColorTarget (bool) - // NetworkVarNames: m_brushModelName (CUtlString) - // NetworkVarNames: m_hTargetCamera (EHANDLE) - // NetworkVarNames: m_bEnabled (bool) - // NetworkVarNames: m_bDraw3DSkybox (bool) - pub mod C_FuncMonitor { - pub const m_targetCamera: usize = 0xC50; // CUtlString - pub const m_nResolutionEnum: usize = 0xC58; // int32 - pub const m_bRenderShadows: usize = 0xC5C; // bool - pub const m_bUseUniqueColorTarget: usize = 0xC5D; // bool - pub const m_brushModelName: usize = 0xC60; // CUtlString - pub const m_hTargetCamera: usize = 0xC68; // CHandle - pub const m_bEnabled: usize = 0xC6C; // bool - pub const m_bDraw3DSkybox: usize = 0xC6D; // bool - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkOverride - pub mod C_FuncMoveLinear { - } - // Parent: CBaseAnimGraph - // Fields count: 13 - // - // Metadata: - // NetworkVarNames: m_bActive (bool) - // NetworkVarNames: m_flStartTime (GameTime_t) - // NetworkVarNames: m_flStartTimeInCommentary (float32) - // NetworkVarNames: m_iszCommentaryFile (string_t) - // NetworkVarNames: m_iszTitle (string_t) - // NetworkVarNames: m_iszSpeakers (string_t) - // NetworkVarNames: m_iNodeNumber (int) - // NetworkVarNames: m_iNodeNumberMax (int) - // NetworkVarNames: m_bListenedTo (bool) - // NetworkVarNames: m_hViewPosition (CHandle) - pub mod C_PointCommentaryNode { - pub const m_bActive: usize = 0xE80; // bool - pub const m_bWasActive: usize = 0xE81; // bool - pub const m_flEndTime: usize = 0xE84; // GameTime_t - pub const m_flStartTime: usize = 0xE88; // GameTime_t - pub const m_flStartTimeInCommentary: usize = 0xE8C; // float32 - pub const m_iszCommentaryFile: usize = 0xE90; // CUtlSymbolLarge - pub const m_iszTitle: usize = 0xE98; // CUtlSymbolLarge - pub const m_iszSpeakers: usize = 0xEA0; // CUtlSymbolLarge - pub const m_iNodeNumber: usize = 0xEA8; // int32 - pub const m_iNodeNumberMax: usize = 0xEAC; // int32 - pub const m_bListenedTo: usize = 0xEB0; // bool - pub const m_hViewPosition: usize = 0xEC0; // CHandle - pub const m_bRestartAfterRestore: usize = 0xEC4; // bool - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_bIsUsable (bool) - pub mod C_BaseDoor { - pub const m_bIsUsable: usize = 0xC50; // bool - } - // Parent: CBaseAnimGraph - // Fields count: 19 - // - // Metadata: - // NetworkVarNames: m_flexWeight (float32) - // NetworkVarNames: m_blinktoggle (bool) - pub mod C_BaseFlex { - pub const m_flexWeight: usize = 0xE88; // C_NetworkUtlVectorBase - pub const m_vLookTargetPosition: usize = 0xEA0; // Vector - pub const m_blinktoggle: usize = 0xEB8; // bool - pub const m_nLastFlexUpdateFrameCount: usize = 0xF18; // int32 - pub const m_CachedViewTarget: usize = 0xF1C; // Vector - pub const m_nNextSceneEventId: usize = 0xF28; // uint32 - pub const m_iBlink: usize = 0xF2C; // int32 - pub const m_blinktime: usize = 0xF30; // float32 - pub const m_prevblinktoggle: usize = 0xF34; // bool - pub const m_iJawOpen: usize = 0xF38; // int32 - pub const m_flJawOpenAmount: usize = 0xF3C; // float32 - pub const m_flBlinkAmount: usize = 0xF40; // float32 - pub const m_iMouthAttachment: usize = 0xF44; // AttachmentHandle_t - pub const m_iEyeAttachment: usize = 0xF45; // AttachmentHandle_t - pub const m_bResetFlexWeightsOnModelChange: usize = 0xF46; // bool - pub const m_nEyeOcclusionRendererBone: usize = 0xF60; // int32 - pub const m_mEyeOcclusionRendererCameraToBoneTransform: usize = 0xF64; // matrix3x4_t - pub const m_vEyeOcclusionRendererHalfExtent: usize = 0xF94; // Vector - pub const m_PhonemeClasses: usize = 0xFB0; // C_BaseFlex::Emphasized_Phoneme[3] - } - // Parent: CBaseAnimGraph - // Fields count: 23 - // - // Metadata: - // MNetworkIncludeByName - // MNetworkIncludeByName - // NetworkVarNames: m_poolOrigin (Vector) - // NetworkVarNames: m_waterLevel (float32) - // NetworkVarNames: m_x (float32) - // NetworkVarNames: m_y (float32) - // NetworkVarNames: m_z (float32) - // NetworkVarNames: m_angle (float32) - pub mod C_Fish { - pub const m_pos: usize = 0xE78; // Vector - pub const m_vel: usize = 0xE84; // Vector - pub const m_angles: usize = 0xE90; // QAngle - pub const m_localLifeState: usize = 0xE9C; // int32 - pub const m_deathDepth: usize = 0xEA0; // float32 - pub const m_deathAngle: usize = 0xEA4; // float32 - pub const m_buoyancy: usize = 0xEA8; // float32 - pub const m_wiggleTimer: usize = 0xEB0; // CountdownTimer - pub const m_wigglePhase: usize = 0xEC8; // float32 - pub const m_wiggleRate: usize = 0xECC; // float32 - pub const m_actualPos: usize = 0xED0; // Vector - pub const m_actualAngles: usize = 0xEDC; // QAngle - pub const m_poolOrigin: usize = 0xEE8; // Vector - pub const m_waterLevel: usize = 0xEF4; // float32 - pub const m_gotUpdate: usize = 0xEF8; // bool - pub const m_x: usize = 0xEFC; // float32 - pub const m_y: usize = 0xF00; // float32 - pub const m_z: usize = 0xF04; // float32 - pub const m_angle: usize = 0xF08; // float32 - pub const m_errorHistory: usize = 0xF0C; // float32[20] - pub const m_errorHistoryIndex: usize = 0xF5C; // int32 - pub const m_errorHistoryCount: usize = 0xF60; // int32 - pub const m_averageError: usize = 0xF64; // float32 - } - // Parent: C_BreakableProp - // Fields count: 1 - // - // Metadata: - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByUserGroup - // MNetworkExcludeByName - // MNetworkExcludeByUserGroup - // MNetworkIncludeByName - // NetworkVarNames: m_bAwake (bool) - pub mod C_PhysicsProp { - pub const m_bAwake: usize = 0xFC5; // bool - } - // Parent: C_DynamicProp - // Fields count: 7 - // - // Metadata: - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByUserGroup - // MNetworkExcludeByName - // MNetworkExcludeByUserGroup - // MNetworkIncludeByName - // NetworkVarNames: m_eDoorState (DoorState_t) - // NetworkVarNames: m_bLocked (bool) - // NetworkVarNames: m_closedPosition (Vector) - // NetworkVarNames: m_closedAngles (QAngle) - // NetworkVarNames: m_hMaster (CHandle) - pub mod C_BasePropDoor { - pub const m_eDoorState: usize = 0x10E4; // DoorState_t - pub const m_modelChanged: usize = 0x10E8; // bool - pub const m_bLocked: usize = 0x10E9; // bool - pub const m_closedPosition: usize = 0x10EC; // Vector - pub const m_closedAngles: usize = 0x10F8; // QAngle - pub const m_hMaster: usize = 0x1104; // CHandle - pub const m_vWhereToSetLightingOrigin: usize = 0x1108; // Vector - } - // Parent: CBaseAnimGraph - // Fields count: 8 - // - // Metadata: - // NetworkVarNames: m_ragPos (Vector) - // NetworkVarNames: m_ragAngles (QAngle) - // NetworkVarNames: m_flBlendWeight (float32) - // NetworkVarNames: m_hRagdollSource (EHANDLE) - pub mod C_RagdollProp { - pub const m_ragPos: usize = 0xE80; // C_NetworkUtlVectorBase - pub const m_ragAngles: usize = 0xE98; // C_NetworkUtlVectorBase - pub const m_flBlendWeight: usize = 0xEB0; // float32 - pub const m_hRagdollSource: usize = 0xEB4; // CHandle - pub const m_iEyeAttachment: usize = 0xEB8; // AttachmentHandle_t - pub const m_flBlendWeightCurrent: usize = 0xEBC; // float32 - pub const m_parentPhysicsBoneIndices: usize = 0xEC0; // CUtlVector - pub const m_worldSpaceBoneComputationOrder: usize = 0xED8; // CUtlVector - } - // Parent: C_PhysicsProp - // Fields count: 1 - // - // Metadata: - // MNetworkExcludeByName - // NetworkVarNames: m_ShardDesc (shard_model_desc_t) - pub mod C_ShatterGlassShardPhysics { - pub const m_ShardDesc: usize = 0xFD0; // shard_model_desc_t - } - // Parent: C_BaseFlex - // Fields count: 20 - // - // Metadata: - // NetworkVarNames: m_AttributeManager (CAttributeContainer) - // NetworkVarNames: m_OriginalOwnerXuidLow (uint32) - // NetworkVarNames: m_OriginalOwnerXuidHigh (uint32) - // NetworkVarNames: m_nFallbackPaintKit (int) - // NetworkVarNames: m_nFallbackSeed (int) - // NetworkVarNames: m_flFallbackWear (float) - // NetworkVarNames: m_nFallbackStatTrak (int) - pub mod C_EconEntity { - pub const m_flFlexDelayTime: usize = 0x1020; // float32 - pub const m_flFlexDelayedWeight: usize = 0x1028; // float32* - pub const m_bAttributesInitialized: usize = 0x1030; // bool - pub const m_AttributeManager: usize = 0x1038; // C_AttributeContainer - pub const m_OriginalOwnerXuidLow: usize = 0x23E8; // uint32 - pub const m_OriginalOwnerXuidHigh: usize = 0x23EC; // uint32 - pub const m_nFallbackPaintKit: usize = 0x23F0; // int32 - pub const m_nFallbackSeed: usize = 0x23F4; // int32 - pub const m_flFallbackWear: usize = 0x23F8; // float32 - pub const m_nFallbackStatTrak: usize = 0x23FC; // int32 - pub const m_bClientside: usize = 0x2400; // bool - pub const m_bParticleSystemsCreated: usize = 0x2401; // bool - pub const m_vecAttachedParticles: usize = 0x2408; // CUtlVector - pub const m_hViewmodelAttachment: usize = 0x2420; // CHandle - pub const m_iOldTeam: usize = 0x2424; // int32 - pub const m_bAttachmentDirty: usize = 0x2428; // bool - pub const m_nUnloadedModelIndex: usize = 0x242C; // int32 - pub const m_iNumOwnerValidationRetries: usize = 0x2430; // int32 - pub const m_hOldProvidee: usize = 0x2440; // CHandle - pub const m_vecAttachedModels: usize = 0x2448; // CUtlVector - } - // Parent: C_BaseFlex - // Fields count: 12 - // - // Metadata: - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByUserGroup - // MNetworkExcludeByName - // MNetworkExcludeByUserGroup - // MNetworkExcludeByName - // MNetworkExcludeByUserGroup - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByName - // NetworkVarNames: m_bIsLive (bool) - // NetworkVarNames: m_DmgRadius (float32) - // NetworkVarNames: m_flDetonateTime (GameTime_t) - // NetworkVarNames: m_flDamage (float32) - // NetworkVarNames: m_hThrower (CHandle) - pub mod C_BaseGrenade { - pub const m_bHasWarnedAI: usize = 0x1010; // bool - pub const m_bIsSmokeGrenade: usize = 0x1011; // bool - pub const m_bIsLive: usize = 0x1012; // bool - pub const m_DmgRadius: usize = 0x1014; // float32 - pub const m_flDetonateTime: usize = 0x1018; // GameTime_t - pub const m_flWarnAITime: usize = 0x101C; // float32 - pub const m_flDamage: usize = 0x1020; // float32 - pub const m_iszBounceSound: usize = 0x1028; // CUtlSymbolLarge - pub const m_ExplosionSound: usize = 0x1030; // CUtlString - pub const m_hThrower: usize = 0x103C; // CHandle - pub const m_flNextAttack: usize = 0x1054; // GameTime_t - pub const m_hOriginalThrower: usize = 0x1058; // CHandle - } - // Parent: CBaseAnimGraph - // Fields count: 17 - // - // Metadata: - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkExcludeByUserGroup - // MNetworkOverride - // MNetworkIncludeByName - // NetworkVarNames: m_nViewModelIndex (uint32) - // NetworkVarNames: m_nAnimationParity (uint32) - // NetworkVarNames: m_flAnimationStartTime (float32) - // NetworkVarNames: m_hWeapon (CHandle) - // NetworkVarNames: m_hControlPanel (CHandle) - pub mod C_BaseViewModel { - pub const m_vecLastFacing: usize = 0xE80; // Vector - pub const m_nViewModelIndex: usize = 0xE8C; // uint32 - pub const m_nAnimationParity: usize = 0xE90; // uint32 - pub const m_flAnimationStartTime: usize = 0xE94; // float32 - pub const m_hWeapon: usize = 0xE98; // CHandle - pub const m_sVMName: usize = 0xEA0; // CUtlSymbolLarge - pub const m_sAnimationPrefix: usize = 0xEA8; // CUtlSymbolLarge - pub const m_hWeaponModel: usize = 0xEB0; // CHandle - pub const m_iCameraAttachment: usize = 0xEB4; // AttachmentHandle_t - pub const m_vecLastCameraAngles: usize = 0xEB8; // QAngle - pub const m_previousElapsedDuration: usize = 0xEC4; // float32 - pub const m_previousCycle: usize = 0xEC8; // float32 - pub const m_nOldAnimationParity: usize = 0xECC; // int32 - pub const m_hOldLayerSequence: usize = 0xED0; // HSequence - pub const m_oldLayer: usize = 0xED4; // int32 - pub const m_oldLayerStartTime: usize = 0xED8; // float32 - pub const m_hControlPanel: usize = 0xEDC; // CHandle - } - // Parent: C_BaseGrenade - // Fields count: 16 - // - // Metadata: - // NetworkVarNames: m_vInitialPosition (Vector) - // NetworkVarNames: m_vInitialVelocity (Vector) - // NetworkVarNames: m_nBounces (int) - // NetworkVarNames: m_nExplodeEffectIndex (HParticleSystemDefinitionStrong) - // NetworkVarNames: m_nExplodeEffectTickBegin (int) - // NetworkVarNames: m_vecExplodeEffectOrigin (Vector) - pub mod C_BaseCSGrenadeProjectile { - pub const m_vInitialPosition: usize = 0x105C; // Vector - pub const m_vInitialVelocity: usize = 0x1068; // Vector - pub const m_nBounces: usize = 0x1074; // int32 - pub const m_nExplodeEffectIndex: usize = 0x1078; // CStrongHandle - pub const m_nExplodeEffectTickBegin: usize = 0x1080; // int32 - pub const m_vecExplodeEffectOrigin: usize = 0x1084; // Vector - pub const m_flSpawnTime: usize = 0x1090; // GameTime_t - pub const vecLastTrailLinePos: usize = 0x1094; // Vector - pub const flNextTrailLineTime: usize = 0x10A0; // GameTime_t - pub const m_bExplodeEffectBegan: usize = 0x10A4; // bool - pub const m_bCanCreateGrenadeTrail: usize = 0x10A5; // bool - pub const m_nSnapshotTrajectoryEffectIndex: usize = 0x10A8; // ParticleIndex_t - pub const m_hSnapshotTrajectoryParticleSnapshot: usize = 0x10B0; // CStrongHandle - pub const m_arrTrajectoryTrailPoints: usize = 0x10B8; // CUtlVector - pub const m_arrTrajectoryTrailPointCreationTimes: usize = 0x10D0; // CUtlVector - pub const m_flTrajectoryTrailEffectCreationTime: usize = 0x10E8; // float32 - } - // Parent: CBaseAnimGraph - // Fields count: 29 - // - // Metadata: - // NetworkVarNames: m_bBombTicking (bool) - // NetworkVarNames: m_nBombSite (int) - // NetworkVarNames: m_nSourceSoundscapeHash (int) - // NetworkVarNames: m_entitySpottedState (EntitySpottedState_t) - // NetworkVarNames: m_flC4Blow (GameTime_t) - // NetworkVarNames: m_bCannotBeDefused (bool) - // NetworkVarNames: m_bHasExploded (bool) - // NetworkVarNames: m_flTimerLength (float) - // NetworkVarNames: m_bBeingDefused (bool) - // NetworkVarNames: m_flDefuseLength (float) - // NetworkVarNames: m_flDefuseCountDown (GameTime_t) - // NetworkVarNames: m_bBombDefused (bool) - // NetworkVarNames: m_hBombDefuser (CHandle) - // NetworkVarNames: m_hControlPanel (CHandle) - pub mod C_PlantedC4 { - pub const m_bBombTicking: usize = 0xE78; // bool - pub const m_nBombSite: usize = 0xE7C; // int32 - pub const m_nSourceSoundscapeHash: usize = 0xE80; // int32 - pub const m_entitySpottedState: usize = 0xE88; // EntitySpottedState_t - pub const m_flNextGlow: usize = 0xEA0; // GameTime_t - pub const m_flNextBeep: usize = 0xEA4; // GameTime_t - pub const m_flC4Blow: usize = 0xEA8; // GameTime_t - pub const m_bCannotBeDefused: usize = 0xEAC; // bool - pub const m_bHasExploded: usize = 0xEAD; // bool - pub const m_flTimerLength: usize = 0xEB0; // float32 - pub const m_bBeingDefused: usize = 0xEB4; // bool - pub const m_bTriggerWarning: usize = 0xEB8; // float32 - pub const m_bExplodeWarning: usize = 0xEBC; // float32 - pub const m_bC4Activated: usize = 0xEC0; // bool - pub const m_bTenSecWarning: usize = 0xEC1; // bool - pub const m_flDefuseLength: usize = 0xEC4; // float32 - pub const m_flDefuseCountDown: usize = 0xEC8; // GameTime_t - pub const m_bBombDefused: usize = 0xECC; // bool - pub const m_hBombDefuser: usize = 0xED0; // CHandle - pub const m_hControlPanel: usize = 0xED4; // CHandle - pub const m_hDefuserMultimeter: usize = 0xED8; // CHandle - pub const m_flNextRadarFlashTime: usize = 0xEDC; // GameTime_t - pub const m_bRadarFlash: usize = 0xEE0; // bool - pub const m_pBombDefuser: usize = 0xEE4; // CHandle - pub const m_fLastDefuseTime: usize = 0xEE8; // GameTime_t - pub const m_pPredictionOwner: usize = 0xEF0; // CBasePlayerController* - pub const m_vecC4ExplodeSpectatePos: usize = 0xEF8; // Vector - pub const m_vecC4ExplodeSpectateAng: usize = 0xF04; // QAngle - pub const m_flC4ExplodeSpectateDuration: usize = 0xF10; // float32 - } - // Parent: C_EconEntity - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_bShouldGlow (bool) - pub mod C_Item { - pub const m_bShouldGlow: usize = 0x2460; // bool - pub const m_pReticleHintTextName: usize = 0x2461; // char[256] - } - // Parent: C_DynamicProp - // Fields count: 8 - // - // Metadata: - // NetworkVarNames: m_jumpedThisFrame (bool) - // NetworkVarNames: m_leader (CHandle) - // NetworkVarNames: m_AttributeManager (CAttributeContainer) - // NetworkVarNames: m_OriginalOwnerXuidLow (uint32) - // NetworkVarNames: m_OriginalOwnerXuidHigh (uint32) - pub mod C_Chicken { - pub const m_hHolidayHatAddon: usize = 0x10E0; // CHandle - pub const m_jumpedThisFrame: usize = 0x10E4; // bool - pub const m_leader: usize = 0x10E8; // CHandle - pub const m_AttributeManager: usize = 0x10F0; // C_AttributeContainer - pub const m_OriginalOwnerXuidLow: usize = 0x24A0; // uint32 - pub const m_OriginalOwnerXuidHigh: usize = 0x24A4; // uint32 - pub const m_bAttributesInitialized: usize = 0x24A8; // bool - pub const m_hWaterWakeParticles: usize = 0x24AC; // ParticleIndex_t - } - // Parent: C_EconEntity - // Fields count: 7 - // - // Metadata: - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkIncludeByName - // MNetworkExcludeByUserGroup - // MNetworkExcludeByUserGroup - // MNetworkExcludeByUserGroup - // MNetworkUserGroupProxy - // NetworkVarNames: m_nNextPrimaryAttackTick (GameTick_t) - // NetworkVarNames: m_flNextPrimaryAttackTickRatio (float32) - // NetworkVarNames: m_nNextSecondaryAttackTick (GameTick_t) - // NetworkVarNames: m_flNextSecondaryAttackTickRatio (float32) - // NetworkVarNames: m_iClip1 (int32) - // NetworkVarNames: m_iClip2 (int32) - // NetworkVarNames: m_pReserveAmmo (int) - pub mod C_BasePlayerWeapon { - pub const m_nNextPrimaryAttackTick: usize = 0x2460; // GameTick_t - pub const m_flNextPrimaryAttackTickRatio: usize = 0x2464; // float32 - pub const m_nNextSecondaryAttackTick: usize = 0x2468; // GameTick_t - pub const m_flNextSecondaryAttackTickRatio: usize = 0x246C; // float32 - pub const m_iClip1: usize = 0x2470; // int32 - pub const m_iClip2: usize = 0x2474; // int32 - pub const m_pReserveAmmo: usize = 0x2478; // int32[2] - } - // Parent: C_RagdollProp - // Fields count: 7 - // - // Metadata: - // NetworkVarNames: m_boneIndexAttached (uint32) - // NetworkVarNames: m_ragdollAttachedObjectIndex (uint32) - // NetworkVarNames: m_attachmentPointBoneSpace (Vector) - // NetworkVarNames: m_attachmentPointRagdollSpace (Vector) - pub mod C_RagdollPropAttached { - pub const m_boneIndexAttached: usize = 0xEF0; // uint32 - pub const m_ragdollAttachedObjectIndex: usize = 0xEF4; // uint32 - pub const m_attachmentPointBoneSpace: usize = 0xEF8; // Vector - pub const m_attachmentPointRagdollSpace: usize = 0xF04; // Vector - pub const m_vecOffset: usize = 0xF10; // Vector - pub const m_parentTime: usize = 0xF1C; // float32 - pub const m_bHasParent: usize = 0xF20; // bool - } - // Parent: C_BaseFlex - // Fields count: 8 - // - // Metadata: - // MNetworkExcludeByUserGroup - // NetworkVarNames: m_hMyWearables (CHandle) - // NetworkVarNames: m_flFieldOfView (float) - pub mod C_BaseCombatCharacter { - pub const m_hMyWearables: usize = 0x1010; // C_NetworkUtlVectorBase> - pub const m_bloodColor: usize = 0x1028; // int32 - pub const m_leftFootAttachment: usize = 0x102C; // AttachmentHandle_t - pub const m_rightFootAttachment: usize = 0x102D; // AttachmentHandle_t - pub const m_nWaterWakeMode: usize = 0x1030; // C_BaseCombatCharacter::WaterWakeMode_t - pub const m_flWaterWorldZ: usize = 0x1034; // float32 - pub const m_flWaterNextTraceTime: usize = 0x1038; // float32 - pub const m_flFieldOfView: usize = 0x103C; // float32 - } - // Parent: C_BaseCombatCharacter - // Fields count: 28 - // - // Metadata: - // MNetworkUserGroupProxy - // MNetworkUserGroupProxy - // MNetworkExcludeByUserGroup - // MNetworkIncludeByUserGroup - // MNetworkIncludeByUserGroup - // MNetworkIncludeByUserGroup - // MNetworkOverride - // MNetworkOverride - // MNetworkOverride - // MNetworkOverride - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByName - // NetworkVarNames: m_pWeaponServices (CPlayer_WeaponServices*) - // NetworkVarNames: m_pItemServices (CPlayer_ItemServices*) - // NetworkVarNames: m_pAutoaimServices (CPlayer_AutoaimServices*) - // NetworkVarNames: m_pObserverServices (CPlayer_ObserverServices*) - // NetworkVarNames: m_pWaterServices (CPlayer_WaterServices*) - // NetworkVarNames: m_pUseServices (CPlayer_UseServices*) - // NetworkVarNames: m_pFlashlightServices (CPlayer_FlashlightServices*) - // NetworkVarNames: m_pCameraServices (CPlayer_CameraServices*) - // NetworkVarNames: m_pMovementServices (CPlayer_MovementServices*) - // NetworkVarNames: m_ServerViewAngleChanges (ViewAngleServerChange_t) - // NetworkVarNames: m_iHideHUD (uint32) - // NetworkVarNames: m_skybox3d (sky3dparams_t) - // NetworkVarNames: m_flDeathTime (GameTime_t) - // NetworkVarNames: m_hController (CHandle) - pub mod C_BasePlayerPawn { - pub const m_pWeaponServices: usize = 0x10A0; // CPlayer_WeaponServices* - pub const m_pItemServices: usize = 0x10A8; // CPlayer_ItemServices* - pub const m_pAutoaimServices: usize = 0x10B0; // CPlayer_AutoaimServices* - pub const m_pObserverServices: usize = 0x10B8; // CPlayer_ObserverServices* - pub const m_pWaterServices: usize = 0x10C0; // CPlayer_WaterServices* - pub const m_pUseServices: usize = 0x10C8; // CPlayer_UseServices* - pub const m_pFlashlightServices: usize = 0x10D0; // CPlayer_FlashlightServices* - pub const m_pCameraServices: usize = 0x10D8; // CPlayer_CameraServices* - pub const m_pMovementServices: usize = 0x10E0; // CPlayer_MovementServices* - pub const m_ServerViewAngleChanges: usize = 0x10F0; // C_UtlVectorEmbeddedNetworkVar - pub const m_nHighestConsumedServerViewAngleChangeIndex: usize = 0x1140; // uint32 - pub const v_angle: usize = 0x1144; // QAngle - pub const v_anglePrevious: usize = 0x1150; // QAngle - pub const m_iHideHUD: usize = 0x115C; // uint32 - pub const m_skybox3d: usize = 0x1160; // sky3dparams_t - pub const m_flDeathTime: usize = 0x11F0; // GameTime_t - pub const m_vecPredictionError: usize = 0x11F4; // Vector - pub const m_flPredictionErrorTime: usize = 0x1200; // GameTime_t - pub const m_vecLastCameraSetupLocalOrigin: usize = 0x1204; // Vector - pub const m_flLastCameraSetupTime: usize = 0x1210; // GameTime_t - pub const m_flFOVSensitivityAdjust: usize = 0x1214; // float32 - pub const m_flMouseSensitivity: usize = 0x1218; // float32 - pub const m_vOldOrigin: usize = 0x121C; // Vector - pub const m_flOldSimulationTime: usize = 0x1228; // float32 - pub const m_nLastExecutedCommandNumber: usize = 0x122C; // int32 - pub const m_nLastExecutedCommandTick: usize = 0x1230; // int32 - pub const m_hController: usize = 0x1234; // CHandle - pub const m_bIsSwappingToPredictableController: usize = 0x1238; // bool - } - // Parent: None - // Fields count: 6 - // - // Metadata: - // MNetworkOverride - // NetworkVarNames: m_bShouldIgnoreOffsetAndAccuracy (bool) - // NetworkVarNames: m_nWeaponParity (uint32) - pub mod C_CSGOViewModel { - pub const m_bShouldIgnoreOffsetAndAccuracy: usize = 0xF04; // bool - pub const m_nWeaponParity: usize = 0xF08; // uint32 - pub const m_nOldWeaponParity: usize = 0xF0C; // uint32 - pub const m_nLastKnownAssociatedWeaponEntIndex: usize = 0xF10; // CEntityIndex - pub const m_bNeedToQueueHighResComposite: usize = 0xF14; // bool - pub const m_vLoweredWeaponOffset: usize = 0xF74; // QAngle - } - // Parent: C_BasePlayerWeapon - // Fields count: 71 - // - // Metadata: - // MNetworkExcludeByName - // NetworkVarNames: m_flFireSequenceStartTime (float) - // NetworkVarNames: m_nFireSequenceStartTimeChange (int) - // NetworkVarNames: m_ePlayerFireEvent (PlayerAnimEvent_t) - // NetworkVarNames: m_ePlayerFireEventAttackType (WeaponAttackType_t) - // NetworkVarNames: m_iState (CSWeaponState_t) - // NetworkVarNames: m_nViewModelIndex (uint32) - // NetworkVarNames: m_flTimeWeaponIdle (GameTime_t) - // NetworkVarNames: m_weaponMode (CSWeaponMode) - // NetworkVarNames: m_fAccuracyPenalty (float) - // NetworkVarNames: m_iRecoilIndex (int) - // NetworkVarNames: m_flRecoilIndex (float) - // NetworkVarNames: m_bBurstMode (bool) - // NetworkVarNames: m_nPostponeFireReadyTicks (GameTick_t) - // NetworkVarNames: m_flPostponeFireReadyFrac (float) - // NetworkVarNames: m_bInReload (bool) - // NetworkVarNames: m_bReloadVisuallyComplete (bool) - // NetworkVarNames: m_flDroppedAtTime (GameTime_t) - // NetworkVarNames: m_bIsHauledBack (bool) - // NetworkVarNames: m_bSilencerOn (bool) - // NetworkVarNames: m_flTimeSilencerSwitchComplete (GameTime_t) - // NetworkVarNames: m_iOriginalTeamNumber (int) - // NetworkVarNames: m_hPrevOwner (CHandle) - // NetworkVarNames: m_nDropTick (GameTick_t) - // NetworkVarNames: m_fLastShotTime (GameTime_t) - // NetworkVarNames: m_iIronSightMode (int) - // NetworkVarNames: m_iNumEmptyAttacks (int) - pub mod C_CSWeaponBase { - pub const m_flFireSequenceStartTime: usize = 0x24CC; // float32 - pub const m_nFireSequenceStartTimeChange: usize = 0x24D0; // int32 - pub const m_nFireSequenceStartTimeAck: usize = 0x24D4; // int32 - pub const m_ePlayerFireEvent: usize = 0x24D8; // PlayerAnimEvent_t - pub const m_ePlayerFireEventAttackType: usize = 0x24DC; // WeaponAttackType_t - pub const m_seqIdle: usize = 0x24E0; // HSequence - pub const m_seqFirePrimary: usize = 0x24E4; // HSequence - pub const m_seqFireSecondary: usize = 0x24E8; // HSequence - pub const m_thirdPersonFireSequences: usize = 0x24F0; // CUtlVector - pub const m_hCurrentThirdPersonSequence: usize = 0x2508; // HSequence - pub const m_nSilencerBoneIndex: usize = 0x250C; // int32 - pub const m_thirdPersonSequences: usize = 0x2510; // HSequence[7] - pub const m_ClientPreviousWeaponState: usize = 0x2548; // CSWeaponState_t - pub const m_iState: usize = 0x254C; // CSWeaponState_t - pub const m_flCrosshairDistance: usize = 0x2550; // float32 - pub const m_iAmmoLastCheck: usize = 0x2554; // int32 - pub const m_iAlpha: usize = 0x2558; // int32 - pub const m_iScopeTextureID: usize = 0x255C; // int32 - pub const m_iCrosshairTextureID: usize = 0x2560; // int32 - pub const m_flGunAccuracyPositionDeprecated: usize = 0x2564; // float32 - pub const m_nLastEmptySoundCmdNum: usize = 0x2568; // int32 - pub const m_nViewModelIndex: usize = 0x256C; // uint32 - pub const m_bReloadsWithClips: usize = 0x2570; // bool - pub const m_flTimeWeaponIdle: usize = 0x2574; // GameTime_t - pub const m_bFireOnEmpty: usize = 0x2578; // bool - pub const m_OnPlayerPickup: usize = 0x2580; // CEntityIOOutput - pub const m_weaponMode: usize = 0x25A8; // CSWeaponMode - pub const m_flTurningInaccuracyDelta: usize = 0x25AC; // float32 - pub const m_vecTurningInaccuracyEyeDirLast: usize = 0x25B0; // Vector - pub const m_flTurningInaccuracy: usize = 0x25BC; // float32 - pub const m_fAccuracyPenalty: usize = 0x25C0; // float32 - pub const m_flLastAccuracyUpdateTime: usize = 0x25C4; // GameTime_t - pub const m_fAccuracySmoothedForZoom: usize = 0x25C8; // float32 - pub const m_fScopeZoomEndTime: usize = 0x25CC; // GameTime_t - pub const m_iRecoilIndex: usize = 0x25D0; // int32 - pub const m_flRecoilIndex: usize = 0x25D4; // float32 - pub const m_bBurstMode: usize = 0x25D8; // bool - pub const m_nPostponeFireReadyTicks: usize = 0x25DC; // GameTick_t - pub const m_flPostponeFireReadyFrac: usize = 0x25E0; // float32 - pub const m_bInReload: usize = 0x25E4; // bool - pub const m_bReloadVisuallyComplete: usize = 0x25E5; // bool - pub const m_flDroppedAtTime: usize = 0x25E8; // GameTime_t - pub const m_bIsHauledBack: usize = 0x25EC; // bool - pub const m_bSilencerOn: usize = 0x25ED; // bool - pub const m_flTimeSilencerSwitchComplete: usize = 0x25F0; // GameTime_t - pub const m_iOriginalTeamNumber: usize = 0x25F4; // int32 - pub const m_flNextAttackRenderTimeOffset: usize = 0x25F8; // float32 - pub const m_bVisualsDataSet: usize = 0x2680; // bool - pub const m_bOldFirstPersonSpectatedState: usize = 0x2681; // bool - pub const m_hOurPing: usize = 0x2684; // CHandle - pub const m_nOurPingIndex: usize = 0x2688; // CEntityIndex - pub const m_vecOurPingPos: usize = 0x268C; // Vector - pub const m_bGlowForPing: usize = 0x2698; // bool - pub const m_bUIWeapon: usize = 0x2699; // bool - pub const m_hPrevOwner: usize = 0x26A8; // CHandle - pub const m_nDropTick: usize = 0x26AC; // GameTick_t - pub const m_donated: usize = 0x26CC; // bool - pub const m_fLastShotTime: usize = 0x26D0; // GameTime_t - pub const m_bWasOwnedByCT: usize = 0x26D4; // bool - pub const m_bWasOwnedByTerrorist: usize = 0x26D5; // bool - pub const m_gunHeat: usize = 0x26D8; // float32 - pub const m_smokeAttachments: usize = 0x26DC; // uint32 - pub const m_lastSmokeTime: usize = 0x26E0; // GameTime_t - pub const m_flNextClientFireBulletTime: usize = 0x26E4; // float32 - pub const m_flNextClientFireBulletTime_Repredict: usize = 0x26E8; // float32 - pub const m_IronSightController: usize = 0x27C0; // C_IronSightController - pub const m_iIronSightMode: usize = 0x2870; // int32 - pub const m_flLastLOSTraceFailureTime: usize = 0x2880; // GameTime_t - pub const m_iNumEmptyAttacks: usize = 0x2884; // int32 - pub const m_flLastMagDropRequestTime: usize = 0x2900; // GameTime_t - pub const m_flWatTickOffset: usize = 0x2904; // float32 - } - // Parent: C_CSWeaponBase - // Fields count: 6 - // - // Metadata: - // NetworkVarNames: m_zoomLevel (int) - // NetworkVarNames: m_iBurstShotsRemaining (int) - // NetworkVarNames: m_bNeedsBoltAction (bool) - pub mod C_CSWeaponBaseGun { - pub const m_zoomLevel: usize = 0x2908; // int32 - pub const m_iBurstShotsRemaining: usize = 0x290C; // int32 - pub const m_iSilencerBodygroup: usize = 0x2910; // int32 - pub const m_silencedModelIndex: usize = 0x2920; // int32 - pub const m_inPrecache: usize = 0x2924; // bool - pub const m_bNeedsBoltAction: usize = 0x2925; // bool - } - // Parent: C_CSWeaponBase - // Fields count: 11 - // - // Metadata: - // NetworkVarNames: m_bStartedArming (bool) - // NetworkVarNames: m_fArmedTime (GameTime_t) - // NetworkVarNames: m_bBombPlacedAnimation (bool) - // NetworkVarNames: m_bIsPlantingViaUse (bool) - // NetworkVarNames: m_entitySpottedState (EntitySpottedState_t) - pub mod C_C4 { - pub const m_szScreenText: usize = 0x2908; // char[32] - pub const m_activeLightParticleIndex: usize = 0x2928; // ParticleIndex_t - pub const m_eActiveLightEffect: usize = 0x292C; // C4LightEffect_t - pub const m_bStartedArming: usize = 0x2930; // bool - pub const m_fArmedTime: usize = 0x2934; // GameTime_t - pub const m_bBombPlacedAnimation: usize = 0x2938; // bool - pub const m_bIsPlantingViaUse: usize = 0x2939; // bool - pub const m_entitySpottedState: usize = 0x2940; // EntitySpottedState_t - pub const m_nSpotRules: usize = 0x2958; // int32 - pub const m_bPlayedArmingBeeps: usize = 0x295C; // bool[7] - pub const m_bBombPlanted: usize = 0x2963; // bool - } - // Parent: C_CSWeaponBaseGun - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_fFireTime (GameTime_t) - pub mod C_WeaponTaser { - pub const m_fFireTime: usize = 0x2928; // GameTime_t - } - // Parent: C_CSWeaponBaseGun - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_flDisplayHealth (float) - pub mod C_WeaponShield { - pub const m_flDisplayHealth: usize = 0x2928; // float32 - } - // Parent: C_BaseCSGrenadeProjectile - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_bIsIncGrenade (bool) - pub mod C_MolotovProjectile { - pub const m_bIsIncGrenade: usize = 0x10EC; // bool - } - // Parent: C_BaseCSGrenadeProjectile - // Fields count: 3 - // - // Metadata: - // NetworkVarNames: m_nDecoyShotTick (int) - pub mod C_DecoyProjectile { - pub const m_nDecoyShotTick: usize = 0x10EC; // int32 - pub const m_nClientLastKnownDecoyShotTick: usize = 0x10F0; // int32 - pub const m_flTimeParticleEffectSpawn: usize = 0x1118; // GameTime_t - } - // Parent: C_BaseCSGrenadeProjectile - // Fields count: 8 - // - // Metadata: - // NetworkVarNames: m_nSmokeEffectTickBegin (int) - // NetworkVarNames: m_bDidSmokeEffect (bool) - // NetworkVarNames: m_nRandomSeed (int) - // NetworkVarNames: m_vSmokeColor (Vector) - // NetworkVarNames: m_vSmokeDetonationPos (Vector) - // NetworkVarNames: m_VoxelFrameData (CUtlVector) - pub mod C_SmokeGrenadeProjectile { - pub const m_nSmokeEffectTickBegin: usize = 0x10F8; // int32 - pub const m_bDidSmokeEffect: usize = 0x10FC; // bool - pub const m_nRandomSeed: usize = 0x1100; // int32 - pub const m_vSmokeColor: usize = 0x1104; // Vector - pub const m_vSmokeDetonationPos: usize = 0x1110; // Vector - pub const m_VoxelFrameData: usize = 0x1120; // CUtlVector - pub const m_bSmokeVolumeDataReceived: usize = 0x1138; // bool - pub const m_bSmokeEffectSpawned: usize = 0x1139; // bool - } - // Parent: C_CSWeaponBase - // Fields count: 14 - // - // Metadata: - // NetworkVarNames: m_bRedraw (bool) - // NetworkVarNames: m_bIsHeldByPlayer (bool) - // NetworkVarNames: m_bPinPulled (bool) - // NetworkVarNames: m_bJumpThrow (bool) - // NetworkVarNames: m_bThrowAnimating (bool) - // NetworkVarNames: m_fThrowTime (GameTime_t) - // NetworkVarNames: m_flThrowStrength (float) - // NetworkVarNames: m_flThrowStrengthApproach (float) - // NetworkVarNames: m_fDropTime (GameTime_t) - // NetworkVarNames: m_bJustPulledPin (bool) - // NetworkVarNames: m_nNextHoldTick (GameTick_t) - // NetworkVarNames: m_flNextHoldFrac (float) - // NetworkVarNames: m_hSwitchToWeaponAfterThrow (CHandle) - pub mod C_BaseCSGrenade { - pub const m_bClientPredictDelete: usize = 0x2908; // bool - pub const m_bRedraw: usize = 0x2909; // bool - pub const m_bIsHeldByPlayer: usize = 0x290A; // bool - pub const m_bPinPulled: usize = 0x290B; // bool - pub const m_bJumpThrow: usize = 0x290C; // bool - pub const m_bThrowAnimating: usize = 0x290D; // bool - pub const m_fThrowTime: usize = 0x2910; // GameTime_t - pub const m_flThrowStrength: usize = 0x2914; // float32 - pub const m_flThrowStrengthApproach: usize = 0x2918; // float32 - pub const m_fDropTime: usize = 0x291C; // GameTime_t - pub const m_bJustPulledPin: usize = 0x2920; // bool - pub const m_nNextHoldTick: usize = 0x2924; // GameTick_t - pub const m_flNextHoldFrac: usize = 0x2928; // float32 - pub const m_hSwitchToWeaponAfterThrow: usize = 0x292C; // CHandle - } - // Parent: C_CSWeaponBase - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_SequenceCompleteTimer (CountdownTimer) - // NetworkVarNames: m_bRedraw (bool) - pub mod C_WeaponBaseItem { - pub const m_SequenceCompleteTimer: usize = 0x2908; // CountdownTimer - pub const m_bRedraw: usize = 0x2920; // bool - } - // Parent: C_Item - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_OwningPlayer (CHandle) - // NetworkVarNames: m_KillingPlayer (CHandle) - pub mod C_ItemDogtags { - pub const m_OwningPlayer: usize = 0x2564; // CHandle - pub const m_KillingPlayer: usize = 0x2568; // CHandle - } - // Parent: C_CSWeaponBase - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_bPlayingUninterruptableAct (bool) - // NetworkVarNames: m_nUninterruptableActivity (PlayerAnimEvent_t) - pub mod C_Fists { - pub const m_bPlayingUninterruptableAct: usize = 0x2908; // bool - pub const m_nUninterruptableActivity: usize = 0x290C; // PlayerAnimEvent_t - } - // Parent: C_BasePlayerPawn - // Fields count: 142 - // - // Metadata: - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByUserGroup - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkIncludeByName - // NetworkVarNames: m_pPingServices (CCSPlayer_PingServices*) - // NetworkVarNames: m_pViewModelServices (CPlayer_ViewModelServices*) - // NetworkVarNames: m_bIsScoped (bool) - // NetworkVarNames: m_bIsWalking (bool) - // NetworkVarNames: m_bResumeZoom (bool) - // NetworkVarNames: m_iPlayerState (CSPlayerState) - // NetworkVarNames: m_bIsDefusing (bool) - // NetworkVarNames: m_bIsGrabbingHostage (bool) - // NetworkVarNames: m_iBlockingUseActionInProgress (CSPlayerBlockingUseAction_t) - // NetworkVarNames: m_bIsRescuing (bool) - // NetworkVarNames: m_fImmuneToGunGameDamageTime (GameTime_t) - // NetworkVarNames: m_bGunGameImmunity (bool) - // NetworkVarNames: m_GunGameImmunityColor (Color) - // NetworkVarNames: m_bHasMovedSinceSpawn (bool) - // NetworkVarNames: m_fMolotovUseTime (float) - // NetworkVarNames: m_fMolotovDamageTime (float) - // NetworkVarNames: m_nWhichBombZone (int) - // NetworkVarNames: m_bInNoDefuseArea (bool) - // NetworkVarNames: m_iThrowGrenadeCounter (int) - // NetworkVarNames: m_bWaitForNoAttack (bool) - // NetworkVarNames: m_flGuardianTooFarDistFrac (float) - // NetworkVarNames: m_flDetectedByEnemySensorTime (GameTime_t) - // NetworkVarNames: m_bKilledByTaser (bool) - // NetworkVarNames: m_iMoveState (int) - // NetworkVarNames: m_bCanMoveDuringFreezePeriod (bool) - // NetworkVarNames: m_flLowerBodyYawTarget (float) - // NetworkVarNames: m_bStrafing (bool) - // NetworkVarNames: m_flEmitSoundTime (GameTime_t) - // NetworkVarNames: m_iAddonBits (int) - // NetworkVarNames: m_iPrimaryAddon (int) - // NetworkVarNames: m_iSecondaryAddon (int) - // NetworkVarNames: m_iProgressBarDuration (int) - // NetworkVarNames: m_flProgressBarStartTime (float) - // NetworkVarNames: m_iDirection (int) - // NetworkVarNames: m_iShotsFired (int) - // NetworkVarNames: m_bNightVisionOn (bool) - // NetworkVarNames: m_bHasNightVision (bool) - // NetworkVarNames: m_flVelocityModifier (float) - // NetworkVarNames: m_flHitHeading (float) - // NetworkVarNames: m_nHitBodyPart (int) - // NetworkVarNames: m_iStartAccount (int) - // NetworkVarNames: m_flFlashMaxAlpha (float) - // NetworkVarNames: m_flFlashDuration (float) - // NetworkVarNames: m_unCurrentEquipmentValue (uint16) - // NetworkVarNames: m_unRoundStartEquipmentValue (uint16) - // NetworkVarNames: m_unFreezetimeEndEquipmentValue (uint16) - // NetworkVarNames: m_nHeavyAssaultSuitCooldownRemaining (int) - // NetworkVarNames: m_ArmorValue (int32) - // NetworkVarNames: m_bHud_MiniScoreHidden (bool) - // NetworkVarNames: m_bHud_RadarHidden (bool) - // NetworkVarNames: m_nLastKillerIndex (CEntityIndex) - // NetworkVarNames: m_nLastConcurrentKilled (int) - // NetworkVarNames: m_nDeathCamMusic (int) - // NetworkVarNames: m_cycleLatch (int) - // NetworkVarNames: m_vecPlayerPatchEconIndices (uint32) - // NetworkVarNames: m_bHideTargetID (bool) - // NetworkVarNames: m_entitySpottedState (EntitySpottedState_t) - // NetworkVarNames: m_nSurvivalTeamNumber (int) - // NetworkVarNames: m_bKilledByHeadshot (bool) - // NetworkVarNames: m_hOriginalController (CHandle) - pub mod C_CSPlayerPawnBase { - pub const m_pPingServices: usize = 0x1260; // CCSPlayer_PingServices* - pub const m_pViewModelServices: usize = 0x1268; // CPlayer_ViewModelServices* - pub const m_fRenderingClipPlane: usize = 0x1278; // float32[4] - pub const m_nLastClipPlaneSetupFrame: usize = 0x1288; // int32 - pub const m_vecLastClipCameraPos: usize = 0x128C; // Vector - pub const m_vecLastClipCameraForward: usize = 0x1298; // Vector - pub const m_bClipHitStaticWorld: usize = 0x12A4; // bool - pub const m_bCachedPlaneIsValid: usize = 0x12A5; // bool - pub const m_pClippingWeapon: usize = 0x12A8; // C_CSWeaponBase* - pub const m_previousPlayerState: usize = 0x12B0; // CSPlayerState - pub const m_flLastCollisionCeiling: usize = 0x12B4; // float32 - pub const m_flLastCollisionCeilingChangeTime: usize = 0x12B8; // float32 - pub const m_grenadeParameterStashTime: usize = 0x12D8; // GameTime_t - pub const m_bGrenadeParametersStashed: usize = 0x12DC; // bool - pub const m_angStashedShootAngles: usize = 0x12E0; // QAngle - pub const m_vecStashedGrenadeThrowPosition: usize = 0x12EC; // Vector - pub const m_vecStashedVelocity: usize = 0x12F8; // Vector - pub const m_angShootAngleHistory: usize = 0x1304; // QAngle[2] - pub const m_vecThrowPositionHistory: usize = 0x131C; // Vector[2] - pub const m_vecVelocityHistory: usize = 0x1334; // Vector[2] - pub const m_thirdPersonHeading: usize = 0x1350; // QAngle - pub const m_flSlopeDropOffset: usize = 0x1368; // float32 - pub const m_flSlopeDropHeight: usize = 0x1378; // float32 - pub const m_vHeadConstraintOffset: usize = 0x1388; // Vector - pub const m_bIsScoped: usize = 0x13A0; // bool - pub const m_bIsWalking: usize = 0x13A1; // bool - pub const m_bResumeZoom: usize = 0x13A2; // bool - pub const m_iPlayerState: usize = 0x13A4; // CSPlayerState - pub const m_bIsDefusing: usize = 0x13A8; // bool - pub const m_bIsGrabbingHostage: usize = 0x13A9; // bool - pub const m_iBlockingUseActionInProgress: usize = 0x13AC; // CSPlayerBlockingUseAction_t - pub const m_bIsRescuing: usize = 0x13B0; // bool - pub const m_fImmuneToGunGameDamageTime: usize = 0x13B4; // GameTime_t - pub const m_fImmuneToGunGameDamageTimeLast: usize = 0x13B8; // GameTime_t - pub const m_bGunGameImmunity: usize = 0x13BC; // bool - pub const m_GunGameImmunityColor: usize = 0x13BD; // Color - pub const m_bHasMovedSinceSpawn: usize = 0x13C1; // bool - pub const m_fMolotovUseTime: usize = 0x13C4; // float32 - pub const m_fMolotovDamageTime: usize = 0x13C8; // float32 - pub const m_nWhichBombZone: usize = 0x13CC; // int32 - pub const m_bInNoDefuseArea: usize = 0x13D0; // bool - pub const m_iThrowGrenadeCounter: usize = 0x13D4; // int32 - pub const m_bWaitForNoAttack: usize = 0x13D8; // bool - pub const m_flGuardianTooFarDistFrac: usize = 0x13DC; // float32 - pub const m_flDetectedByEnemySensorTime: usize = 0x13E0; // GameTime_t - pub const m_flNextGuardianTooFarWarning: usize = 0x13E4; // float32 - pub const m_bSuppressGuardianTooFarWarningAudio: usize = 0x13E8; // bool - pub const m_bKilledByTaser: usize = 0x13E9; // bool - pub const m_iMoveState: usize = 0x13EC; // int32 - pub const m_bCanMoveDuringFreezePeriod: usize = 0x13F0; // bool - pub const m_flLowerBodyYawTarget: usize = 0x13F4; // float32 - pub const m_bStrafing: usize = 0x13F8; // bool - pub const m_flLastSpawnTimeIndex: usize = 0x13FC; // GameTime_t - pub const m_flEmitSoundTime: usize = 0x1400; // GameTime_t - pub const m_iAddonBits: usize = 0x1404; // int32 - pub const m_iPrimaryAddon: usize = 0x1408; // int32 - pub const m_iSecondaryAddon: usize = 0x140C; // int32 - pub const m_iProgressBarDuration: usize = 0x1410; // int32 - pub const m_flProgressBarStartTime: usize = 0x1414; // float32 - pub const m_iDirection: usize = 0x1418; // int32 - pub const m_iShotsFired: usize = 0x141C; // int32 - pub const m_bNightVisionOn: usize = 0x1420; // bool - pub const m_bHasNightVision: usize = 0x1421; // bool - pub const m_flVelocityModifier: usize = 0x1424; // float32 - pub const m_flHitHeading: usize = 0x1428; // float32 - pub const m_nHitBodyPart: usize = 0x142C; // int32 - pub const m_iStartAccount: usize = 0x1430; // int32 - pub const m_vecIntroStartEyePosition: usize = 0x1434; // Vector - pub const m_vecIntroStartPlayerForward: usize = 0x1440; // Vector - pub const m_flClientDeathTime: usize = 0x144C; // GameTime_t - pub const m_flNightVisionAlpha: usize = 0x1450; // float32 - pub const m_bScreenTearFrameCaptured: usize = 0x1454; // bool - pub const m_flFlashBangTime: usize = 0x1458; // float32 - pub const m_flFlashScreenshotAlpha: usize = 0x145C; // float32 - pub const m_flFlashOverlayAlpha: usize = 0x1460; // float32 - pub const m_bFlashBuildUp: usize = 0x1464; // bool - pub const m_bFlashDspHasBeenCleared: usize = 0x1465; // bool - pub const m_bFlashScreenshotHasBeenGrabbed: usize = 0x1466; // bool - pub const m_flFlashMaxAlpha: usize = 0x1468; // float32 - pub const m_flFlashDuration: usize = 0x146C; // float32 - pub const m_lastStandingPos: usize = 0x1470; // Vector - pub const m_vecLastMuzzleFlashPos: usize = 0x147C; // Vector - pub const m_angLastMuzzleFlashAngle: usize = 0x1488; // QAngle - pub const m_hMuzzleFlashShape: usize = 0x1494; // CHandle - pub const m_iHealthBarRenderMaskIndex: usize = 0x1498; // int32 - pub const m_flHealthFadeValue: usize = 0x149C; // float32 - pub const m_flHealthFadeAlpha: usize = 0x14A0; // float32 - pub const m_nMyCollisionGroup: usize = 0x14A4; // int32 - pub const m_ignoreLadderJumpTime: usize = 0x14A8; // float32 - pub const m_ladderSurpressionTimer: usize = 0x14B0; // CountdownTimer - pub const m_lastLadderNormal: usize = 0x14C8; // Vector - pub const m_lastLadderPos: usize = 0x14D4; // Vector - pub const m_flDeathCCWeight: usize = 0x14E8; // float32 - pub const m_bOldIsScoped: usize = 0x14EC; // bool - pub const m_flPrevRoundEndTime: usize = 0x14F0; // float32 - pub const m_flPrevMatchEndTime: usize = 0x14F4; // float32 - pub const m_unCurrentEquipmentValue: usize = 0x14F8; // uint16 - pub const m_unRoundStartEquipmentValue: usize = 0x14FA; // uint16 - pub const m_unFreezetimeEndEquipmentValue: usize = 0x14FC; // uint16 - pub const m_vecThirdPersonViewPositionOverride: usize = 0x1500; // Vector - pub const m_nHeavyAssaultSuitCooldownRemaining: usize = 0x150C; // int32 - pub const m_ArmorValue: usize = 0x1510; // int32 - pub const m_angEyeAngles: usize = 0x1518; // QAngle - pub const m_fNextThinkPushAway: usize = 0x1530; // float32 - pub const m_bShouldAutobuyDMWeapons: usize = 0x1534; // bool - pub const m_bShouldAutobuyNow: usize = 0x1535; // bool - pub const m_bHud_MiniScoreHidden: usize = 0x1536; // bool - pub const m_bHud_RadarHidden: usize = 0x1537; // bool - pub const m_nLastKillerIndex: usize = 0x1538; // CEntityIndex - pub const m_nLastConcurrentKilled: usize = 0x153C; // int32 - pub const m_nDeathCamMusic: usize = 0x1540; // int32 - pub const m_iIDEntIndex: usize = 0x1544; // CEntityIndex - pub const m_delayTargetIDTimer: usize = 0x1548; // CountdownTimer - pub const m_iTargetedWeaponEntIndex: usize = 0x1560; // CEntityIndex - pub const m_iOldIDEntIndex: usize = 0x1564; // CEntityIndex - pub const m_holdTargetIDTimer: usize = 0x1568; // CountdownTimer - pub const m_flCurrentMusicStartTime: usize = 0x1584; // float32 - pub const m_flMusicRoundStartTime: usize = 0x1588; // float32 - pub const m_bDeferStartMusicOnWarmup: usize = 0x158C; // bool - pub const m_cycleLatch: usize = 0x1590; // int32 - pub const m_serverIntendedCycle: usize = 0x1594; // float32 - pub const m_vecPlayerPatchEconIndices: usize = 0x1598; // uint32[5] - pub const m_bHideTargetID: usize = 0x15B4; // bool - pub const m_flLastSmokeOverlayAlpha: usize = 0x15B8; // float32 - pub const m_flLastSmokeAge: usize = 0x15BC; // float32 - pub const m_vLastSmokeOverlayColor: usize = 0x15C0; // Vector - pub const m_nPlayerSmokedFx: usize = 0x15CC; // ParticleIndex_t - pub const m_nPlayerInfernoBodyFx: usize = 0x15D0; // ParticleIndex_t - pub const m_nPlayerInfernoFootFx: usize = 0x15D4; // ParticleIndex_t - pub const m_flNextMagDropTime: usize = 0x15D8; // float32 - pub const m_nLastMagDropAttachmentIndex: usize = 0x15DC; // int32 - pub const m_vecBulletHitModels: usize = 0x15E0; // CUtlVector - pub const m_vecPickupModelSlerpers: usize = 0x15F8; // CUtlVector - pub const m_vecLastAliveLocalVelocity: usize = 0x1610; // Vector - pub const m_entitySpottedState: usize = 0x1638; // EntitySpottedState_t - pub const m_nSurvivalTeamNumber: usize = 0x1650; // int32 - pub const m_bGuardianShouldSprayCustomXMark: usize = 0x1654; // bool - pub const m_bHasDeathInfo: usize = 0x1655; // bool - pub const m_flDeathInfoTime: usize = 0x1658; // float32 - pub const m_vecDeathInfoOrigin: usize = 0x165C; // Vector - pub const m_bKilledByHeadshot: usize = 0x1668; // bool - pub const m_hOriginalController: usize = 0x166C; // CHandle - } - // Parent: C_CSPlayerPawnBase - // Fields count: 1 - // - // Metadata: - // MNetworkVarTypeOverride - // MNetworkIncludeByName - // MNetworkVarTypeOverride - // MNetworkIncludeByName - // MNetworkVarTypeOverride - // MNetworkIncludeByName - // MNetworkVarTypeOverride - // MNetworkIncludeByName - // MNetworkVarTypeOverride - // MNetworkIncludeByName - pub mod C_CSObserverPawn { - pub const m_hDetectParentChange: usize = 0x16B4; // CEntityHandle - } - // Parent: C_CSPlayerPawnBase - // Fields count: 52 - // - // Metadata: - // NetworkVarNames: m_pBulletServices (CCSPlayer_BulletServices*) - // NetworkVarNames: m_pHostageServices (CCSPlayer_HostageServices*) - // NetworkVarNames: m_pBuyServices (CCSPlayer_BuyServices*) - // NetworkVarNames: m_pGlowServices (CCSPlayer_GlowServices*) - // NetworkVarNames: m_pActionTrackingServices (CCSPlayer_ActionTrackingServices*) - // MNetworkVarTypeOverride - // MNetworkIncludeByName - // MNetworkVarTypeOverride - // MNetworkIncludeByName - // MNetworkVarTypeOverride - // MNetworkIncludeByName - // MNetworkVarTypeOverride - // MNetworkIncludeByName - // MNetworkVarTypeOverride - // MNetworkIncludeByName - // MNetworkVarTypeOverride - // MNetworkIncludeByName - // MNetworkVarTypeOverride - // MNetworkIncludeByName - // NetworkVarNames: m_flHealthShotBoostExpirationTime (GameTime_t) - // NetworkVarNames: m_bHasFemaleVoice (bool) - // NetworkVarNames: m_szLastPlaceName (char) - // NetworkVarNames: m_bInBuyZone (bool) - // NetworkVarNames: m_aimPunchAngle (QAngle) - // NetworkVarNames: m_aimPunchAngleVel (QAngle) - // NetworkVarNames: m_aimPunchTickBase (int) - // NetworkVarNames: m_aimPunchTickFraction (float) - // NetworkVarNames: m_bInHostageRescueZone (bool) - // NetworkVarNames: m_bInBombZone (bool) - // NetworkVarNames: m_bIsBuyMenuOpen (bool) - // NetworkVarNames: m_flTimeOfLastInjury (GameTime_t) - // NetworkVarNames: m_flNextSprayDecalTime (GameTime_t) - // NetworkVarNames: m_iRetakesOffering (int) - // NetworkVarNames: m_iRetakesOfferingCard (int) - // NetworkVarNames: m_bRetakesHasDefuseKit (bool) - // NetworkVarNames: m_bRetakesMVPLastRound (bool) - // NetworkVarNames: m_iRetakesMVPBoostItem (int) - // NetworkVarNames: m_RetakesMVPBoostExtraUtility (loadout_slot_t) - // NetworkVarNames: m_EconGloves (CEconItemView) - // NetworkVarNames: m_nEconGlovesChanged (uint8) - // NetworkVarNames: m_nRagdollDamageBone (int) - // NetworkVarNames: m_vRagdollDamageForce (Vector) - // NetworkVarNames: m_vRagdollDamagePosition (Vector) - // NetworkVarNames: m_szRagdollDamageWeaponName (char) - // NetworkVarNames: m_bRagdollDamageHeadshot (bool) - // NetworkVarNames: m_vRagdollServerOrigin (Vector) - // NetworkVarNames: m_qDeathEyeAngles (QAngle) - pub mod C_CSPlayerPawn { - pub const m_pBulletServices: usize = 0x16B8; // CCSPlayer_BulletServices* - pub const m_pHostageServices: usize = 0x16C0; // CCSPlayer_HostageServices* - pub const m_pBuyServices: usize = 0x16C8; // CCSPlayer_BuyServices* - pub const m_pGlowServices: usize = 0x16D0; // CCSPlayer_GlowServices* - pub const m_pActionTrackingServices: usize = 0x16D8; // CCSPlayer_ActionTrackingServices* - pub const m_flHealthShotBoostExpirationTime: usize = 0x16E0; // GameTime_t - pub const m_flLastFiredWeaponTime: usize = 0x16E4; // GameTime_t - pub const m_bHasFemaleVoice: usize = 0x16E8; // bool - pub const m_flLandseconds: usize = 0x16EC; // float32 - pub const m_flOldFallVelocity: usize = 0x16F0; // float32 - pub const m_szLastPlaceName: usize = 0x16F4; // char[18] - pub const m_bPrevDefuser: usize = 0x1706; // bool - pub const m_bPrevHelmet: usize = 0x1707; // bool - pub const m_nPrevArmorVal: usize = 0x1708; // int32 - pub const m_nPrevGrenadeAmmoCount: usize = 0x170C; // int32 - pub const m_unPreviousWeaponHash: usize = 0x1710; // uint32 - pub const m_unWeaponHash: usize = 0x1714; // uint32 - pub const m_bInBuyZone: usize = 0x1718; // bool - pub const m_bPreviouslyInBuyZone: usize = 0x1719; // bool - pub const m_aimPunchAngle: usize = 0x171C; // QAngle - pub const m_aimPunchAngleVel: usize = 0x1728; // QAngle - pub const m_aimPunchTickBase: usize = 0x1734; // int32 - pub const m_aimPunchTickFraction: usize = 0x1738; // float32 - pub const m_aimPunchCache: usize = 0x1740; // CUtlVector - pub const m_bInLanding: usize = 0x1760; // bool - pub const m_flLandingTime: usize = 0x1764; // float32 - pub const m_bInHostageRescueZone: usize = 0x1768; // bool - pub const m_bInBombZone: usize = 0x1769; // bool - pub const m_bIsBuyMenuOpen: usize = 0x176A; // bool - pub const m_flTimeOfLastInjury: usize = 0x176C; // GameTime_t - pub const m_flNextSprayDecalTime: usize = 0x1770; // GameTime_t - pub const m_iRetakesOffering: usize = 0x1888; // int32 - pub const m_iRetakesOfferingCard: usize = 0x188C; // int32 - pub const m_bRetakesHasDefuseKit: usize = 0x1890; // bool - pub const m_bRetakesMVPLastRound: usize = 0x1891; // bool - pub const m_iRetakesMVPBoostItem: usize = 0x1894; // int32 - pub const m_RetakesMVPBoostExtraUtility: usize = 0x1898; // loadout_slot_t - pub const m_bNeedToReApplyGloves: usize = 0x18B8; // bool - pub const m_EconGloves: usize = 0x18C0; // C_EconItemView - pub const m_nEconGlovesChanged: usize = 0x2C10; // uint8 - pub const m_bMustSyncRagdollState: usize = 0x2C11; // bool - pub const m_nRagdollDamageBone: usize = 0x2C14; // int32 - pub const m_vRagdollDamageForce: usize = 0x2C18; // Vector - pub const m_vRagdollDamagePosition: usize = 0x2C24; // Vector - pub const m_szRagdollDamageWeaponName: usize = 0x2C30; // char[64] - pub const m_bRagdollDamageHeadshot: usize = 0x2C70; // bool - pub const m_vRagdollServerOrigin: usize = 0x2C74; // Vector - pub const m_bLastHeadBoneTransformIsValid: usize = 0x3288; // bool - pub const m_lastLandTime: usize = 0x328C; // GameTime_t - pub const m_bOnGroundLastTick: usize = 0x3290; // bool - pub const m_qDeathEyeAngles: usize = 0x32AC; // QAngle - pub const m_bSkipOneHeadConstraintUpdate: usize = 0x32B8; // bool - } - // Parent: C_BaseCombatCharacter - // Fields count: 23 - // - // Metadata: - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkOverride - // NetworkVarNames: m_entitySpottedState (EntitySpottedState_t) - // NetworkVarNames: m_leader (CHandle) - // NetworkVarNames: m_reuseTimer (CountdownTimer) - // NetworkVarNames: m_vel (Vector) - // NetworkVarNames: m_isRescued (bool) - // NetworkVarNames: m_jumpedThisFrame (bool) - // NetworkVarNames: m_nHostageState (int) - // NetworkVarNames: m_bHandsHaveBeenCut (bool) - // NetworkVarNames: m_hHostageGrabber (CHandle) - // NetworkVarNames: m_flRescueStartTime (GameTime_t) - // NetworkVarNames: m_flGrabSuccessTime (GameTime_t) - // NetworkVarNames: m_flDropStartTime (GameTime_t) - pub mod C_Hostage { - pub const m_entitySpottedState: usize = 0x10A0; // EntitySpottedState_t - pub const m_leader: usize = 0x10B8; // CHandle - pub const m_reuseTimer: usize = 0x10C0; // CountdownTimer - pub const m_vel: usize = 0x10D8; // Vector - pub const m_isRescued: usize = 0x10E4; // bool - pub const m_jumpedThisFrame: usize = 0x10E5; // bool - pub const m_nHostageState: usize = 0x10E8; // int32 - pub const m_bHandsHaveBeenCut: usize = 0x10EC; // bool - pub const m_hHostageGrabber: usize = 0x10F0; // CHandle - pub const m_fLastGrabTime: usize = 0x10F4; // GameTime_t - pub const m_vecGrabbedPos: usize = 0x10F8; // Vector - pub const m_flRescueStartTime: usize = 0x1104; // GameTime_t - pub const m_flGrabSuccessTime: usize = 0x1108; // GameTime_t - pub const m_flDropStartTime: usize = 0x110C; // GameTime_t - pub const m_flDeadOrRescuedTime: usize = 0x1110; // GameTime_t - pub const m_blinkTimer: usize = 0x1118; // CountdownTimer - pub const m_lookAt: usize = 0x1130; // Vector - pub const m_lookAroundTimer: usize = 0x1140; // CountdownTimer - pub const m_isInit: usize = 0x1158; // bool - pub const m_eyeAttachment: usize = 0x1159; // AttachmentHandle_t - pub const m_chestAttachment: usize = 0x115A; // AttachmentHandle_t - pub const m_pPredictionOwner: usize = 0x1160; // CBasePlayerController* - pub const m_fNewestAlphaThinkTime: usize = 0x1168; // GameTime_t - } - } - } -} diff --git a/output/linux/libengine2.so.cs b/output/linux/libengine2.so.cs deleted file mode 100644 index c17317d..0000000 --- a/output/linux/libengine2.so.cs +++ /dev/null @@ -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 - } - } -} diff --git a/output/linux/libengine2.so.hpp b/output/linux/libengine2.so.hpp deleted file mode 100644 index 52b2502..0000000 --- a/output/linux/libengine2.so.hpp +++ /dev/null @@ -1,46 +0,0 @@ -// Generated using https://github.com/a2x/cs2-dumper -// 2024-03-29 21:16:02.890657436 UTC - -#pragma once - -#include - -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 - } - } - } -} diff --git a/output/linux/libengine2.so.json b/output/linux/libengine2.so.json deleted file mode 100644 index 42860a9..0000000 --- a/output/linux/libengine2.so.json +++ /dev/null @@ -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": {} - } -} \ No newline at end of file diff --git a/output/linux/libengine2.so.rs b/output/linux/libengine2.so.rs deleted file mode 100644 index 999867b..0000000 --- a/output/linux/libengine2.so.rs +++ /dev/null @@ -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 - } - } - } -} diff --git a/output/linux/libhost.so.cs b/output/linux/libhost.so.cs deleted file mode 100644 index 2e1a2c3..0000000 --- a/output/linux/libhost.so.cs +++ /dev/null @@ -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 { - } -} diff --git a/output/linux/libhost.so.hpp b/output/linux/libhost.so.hpp deleted file mode 100644 index 8aa463c..0000000 --- a/output/linux/libhost.so.hpp +++ /dev/null @@ -1,16 +0,0 @@ -// Generated using https://github.com/a2x/cs2-dumper -// 2024-03-29 21:16:02.890657436 UTC - -#pragma once - -#include - -namespace cs2_dumper { - namespace schemas { - // Module: libhost.so - // Classes count: 0 - // Enums count: 0 - namespace libhost { - } - } -} diff --git a/output/linux/libhost.so.json b/output/linux/libhost.so.json deleted file mode 100644 index 8f2e04a..0000000 --- a/output/linux/libhost.so.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "libhost.so": { - "classes": {}, - "enums": {} - } -} \ No newline at end of file diff --git a/output/linux/libhost.so.rs b/output/linux/libhost.so.rs deleted file mode 100644 index dd83b6a..0000000 --- a/output/linux/libhost.so.rs +++ /dev/null @@ -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 { - } - } -} diff --git a/output/linux/libmaterialsystem2.so.cs b/output/linux/libmaterialsystem2.so.cs deleted file mode 100644 index 8fb259a..0000000 --- a/output/linux/libmaterialsystem2.so.cs +++ /dev/null @@ -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 - } - // 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 - public const nint m_floatParams = 0x28; // CUtlVector - public const nint m_vectorParams = 0x40; // CUtlVector - public const nint m_textureParams = 0x58; // CUtlVector - public const nint m_dynamicParams = 0x70; // CUtlVector - public const nint m_dynamicTextureParams = 0x88; // CUtlVector - public const nint m_intAttributes = 0xA0; // CUtlVector - public const nint m_floatAttributes = 0xB8; // CUtlVector - public const nint m_vectorAttributes = 0xD0; // CUtlVector - public const nint m_textureAttributes = 0xE8; // CUtlVector - public const nint m_stringAttributes = 0x100; // CUtlVector - public const nint m_renderAttributesUsed = 0x118; // CUtlVector - } - // 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 - } - } -} diff --git a/output/linux/libmaterialsystem2.so.hpp b/output/linux/libmaterialsystem2.so.hpp deleted file mode 100644 index a77dc15..0000000 --- a/output/linux/libmaterialsystem2.so.hpp +++ /dev/null @@ -1,175 +0,0 @@ -// Generated using https://github.com/a2x/cs2-dumper -// 2024-03-29 21:16:02.890657436 UTC - -#pragma once - -#include - -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 - } - // 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 - constexpr std::ptrdiff_t m_floatParams = 0x28; // CUtlVector - constexpr std::ptrdiff_t m_vectorParams = 0x40; // CUtlVector - constexpr std::ptrdiff_t m_textureParams = 0x58; // CUtlVector - constexpr std::ptrdiff_t m_dynamicParams = 0x70; // CUtlVector - constexpr std::ptrdiff_t m_dynamicTextureParams = 0x88; // CUtlVector - constexpr std::ptrdiff_t m_intAttributes = 0xA0; // CUtlVector - constexpr std::ptrdiff_t m_floatAttributes = 0xB8; // CUtlVector - constexpr std::ptrdiff_t m_vectorAttributes = 0xD0; // CUtlVector - constexpr std::ptrdiff_t m_textureAttributes = 0xE8; // CUtlVector - constexpr std::ptrdiff_t m_stringAttributes = 0x100; // CUtlVector - constexpr std::ptrdiff_t m_renderAttributesUsed = 0x118; // CUtlVector - } - // 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 - } - } - } -} diff --git a/output/linux/libmaterialsystem2.so.json b/output/linux/libmaterialsystem2.so.json deleted file mode 100644 index dd3c22c..0000000 --- a/output/linux/libmaterialsystem2.so.json +++ /dev/null @@ -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": {} - } -} \ No newline at end of file diff --git a/output/linux/libmaterialsystem2.so.rs b/output/linux/libmaterialsystem2.so.rs deleted file mode 100644 index 87c162c..0000000 --- a/output/linux/libmaterialsystem2.so.rs +++ /dev/null @@ -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 - } - // 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 - pub const m_floatParams: usize = 0x28; // CUtlVector - pub const m_vectorParams: usize = 0x40; // CUtlVector - pub const m_textureParams: usize = 0x58; // CUtlVector - pub const m_dynamicParams: usize = 0x70; // CUtlVector - pub const m_dynamicTextureParams: usize = 0x88; // CUtlVector - pub const m_intAttributes: usize = 0xA0; // CUtlVector - pub const m_floatAttributes: usize = 0xB8; // CUtlVector - pub const m_vectorAttributes: usize = 0xD0; // CUtlVector - pub const m_textureAttributes: usize = 0xE8; // CUtlVector - pub const m_stringAttributes: usize = 0x100; // CUtlVector - pub const m_renderAttributesUsed: usize = 0x118; // CUtlVector - } - // 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 - } - } - } -} diff --git a/output/linux/libmeshsystem.so.cs b/output/linux/libmeshsystem.so.cs deleted file mode 100644 index 9b24761..0000000 --- a/output/linux/libmeshsystem.so.cs +++ /dev/null @@ -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 { - } -} diff --git a/output/linux/libmeshsystem.so.hpp b/output/linux/libmeshsystem.so.hpp deleted file mode 100644 index f6e49f3..0000000 --- a/output/linux/libmeshsystem.so.hpp +++ /dev/null @@ -1,16 +0,0 @@ -// Generated using https://github.com/a2x/cs2-dumper -// 2024-03-29 21:16:02.890657436 UTC - -#pragma once - -#include - -namespace cs2_dumper { - namespace schemas { - // Module: libmeshsystem.so - // Classes count: 0 - // Enums count: 0 - namespace libmeshsystem { - } - } -} diff --git a/output/linux/libmeshsystem.so.json b/output/linux/libmeshsystem.so.json deleted file mode 100644 index bf14119..0000000 --- a/output/linux/libmeshsystem.so.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "libmeshsystem.so": { - "classes": {}, - "enums": {} - } -} \ No newline at end of file diff --git a/output/linux/libmeshsystem.so.rs b/output/linux/libmeshsystem.so.rs deleted file mode 100644 index 2bebbef..0000000 --- a/output/linux/libmeshsystem.so.rs +++ /dev/null @@ -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 { - } - } -} diff --git a/output/linux/libnetworksystem.so.cs b/output/linux/libnetworksystem.so.cs deleted file mode 100644 index a1ac459..0000000 --- a/output/linux/libnetworksystem.so.cs +++ /dev/null @@ -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 { - } -} diff --git a/output/linux/libnetworksystem.so.hpp b/output/linux/libnetworksystem.so.hpp deleted file mode 100644 index 47f5244..0000000 --- a/output/linux/libnetworksystem.so.hpp +++ /dev/null @@ -1,16 +0,0 @@ -// Generated using https://github.com/a2x/cs2-dumper -// 2024-03-29 21:16:02.890657436 UTC - -#pragma once - -#include - -namespace cs2_dumper { - namespace schemas { - // Module: libnetworksystem.so - // Classes count: 0 - // Enums count: 0 - namespace libnetworksystem { - } - } -} diff --git a/output/linux/libnetworksystem.so.json b/output/linux/libnetworksystem.so.json deleted file mode 100644 index 3a05383..0000000 --- a/output/linux/libnetworksystem.so.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "libnetworksystem.so": { - "classes": {}, - "enums": {} - } -} \ No newline at end of file diff --git a/output/linux/libnetworksystem.so.rs b/output/linux/libnetworksystem.so.rs deleted file mode 100644 index afa296d..0000000 --- a/output/linux/libnetworksystem.so.rs +++ /dev/null @@ -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 { - } - } -} diff --git a/output/linux/libpanorama.so.cs b/output/linux/libpanorama.so.cs deleted file mode 100644 index 0ac16de..0000000 --- a/output/linux/libpanorama.so.cs +++ /dev/null @@ -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 { - } -} diff --git a/output/linux/libpanorama.so.hpp b/output/linux/libpanorama.so.hpp deleted file mode 100644 index 6ff8eea..0000000 --- a/output/linux/libpanorama.so.hpp +++ /dev/null @@ -1,16 +0,0 @@ -// Generated using https://github.com/a2x/cs2-dumper -// 2024-03-29 21:16:02.890657436 UTC - -#pragma once - -#include - -namespace cs2_dumper { - namespace schemas { - // Module: libpanorama.so - // Classes count: 0 - // Enums count: 0 - namespace libpanorama { - } - } -} diff --git a/output/linux/libpanorama.so.json b/output/linux/libpanorama.so.json deleted file mode 100644 index 4478273..0000000 --- a/output/linux/libpanorama.so.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "libpanorama.so": { - "classes": {}, - "enums": {} - } -} \ No newline at end of file diff --git a/output/linux/libpanorama.so.rs b/output/linux/libpanorama.so.rs deleted file mode 100644 index 89b8d03..0000000 --- a/output/linux/libpanorama.so.rs +++ /dev/null @@ -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 { - } - } -} diff --git a/output/linux/libparticles.so.cs b/output/linux/libparticles.so.cs deleted file mode 100644 index d0c9dde..0000000 --- a/output/linux/libparticles.so.cs +++ /dev/null @@ -1,5611 +0,0 @@ -// Generated using https://github.com/a2x/cs2-dumper -// 2024-03-29 21:16:02.890657436 UTC - -namespace CS2Dumper.Schemas { - // Module: libparticles.so - // Classes count: 424 - // Enums count: 0 - public static class Libparticles { - // Parent: None - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CParticleInput { - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyCustomEditor - public static class CPerParticleFloatInput { - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyCustomEditor - public static class CParticleCollectionFloatInput { - } - // Parent: CParticleCollectionFloatInput - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyCustomEditor - public static class CParticleCollectionRendererFloatInput { - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyCustomEditor - public static class CParticleRemapFloatInput { - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyCustomEditor - public static class CPerParticleVecInput { - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyCustomEditor - public static class CParticleCollectionVecInput { - } - // Parent: CParticleCollectionVecInput - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyCustomEditor - public static class CParticleCollectionRendererVecInput { - } - // Parent: None - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - public static class ParticleNamedValueConfiguration_t { - public const nint m_ConfigName = 0x0; // CUtlString - public const nint m_ConfigValue = 0x8; // KeyValues3 - public const nint m_iAttachType = 0x18; // ParticleAttachment_t - public const nint m_BoundEntityPath = 0x20; // CUtlString - public const nint m_strEntityScope = 0x28; // CUtlString - public const nint m_strAttachmentName = 0x30; // CUtlString - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class ParticleNamedValueSource_t { - public const nint m_Name = 0x0; // CUtlString - public const nint m_IsPublic = 0x8; // bool - public const nint m_ValueType = 0xC; // PulseValueType_t - public const nint m_DefaultConfig = 0x10; // ParticleNamedValueConfiguration_t - public const nint m_NamedConfigs = 0x48; // CUtlVector - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyCustomEditor - public static class CParticleVariableRef { - public const nint m_variableName = 0x0; // CKV3MemberNameWithStorage - public const nint m_variableType = 0x38; // PulseValueType_t - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CRandomNumberGeneratorParameters { - public const nint m_bDistributeEvenly = 0x0; // bool - public const nint m_nSeed = 0x4; // int32 - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class MaterialVariable_t { - public const nint m_strVariable = 0x0; // CUtlString - public const nint m_nVariableField = 0x8; // ParticleAttributeIndex_t - public const nint m_flScale = 0xC; // float32 - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class RenderProjectedMaterial_t { - public const nint m_hMaterial = 0x0; // CStrongHandle - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class ParticlePreviewBodyGroup_t { - public const nint m_bodyGroupName = 0x0; // CUtlString - public const nint m_nValue = 0x8; // int32 - } - // Parent: None - // Fields count: 16 - // - // Metadata: - // MGetKV3ClassDefaults - public static class ParticlePreviewState_t { - public const nint m_previewModel = 0x0; // CUtlString - public const nint m_nModSpecificData = 0x8; // uint32 - public const nint m_groundType = 0xC; // PetGroundType_t - public const nint m_sequenceName = 0x10; // CUtlString - public const nint m_nFireParticleOnSequenceFrame = 0x18; // int32 - public const nint m_hitboxSetName = 0x20; // CUtlString - public const nint m_materialGroupName = 0x28; // CUtlString - public const nint m_vecBodyGroups = 0x30; // CUtlVector - public const nint m_flPlaybackSpeed = 0x48; // float32 - public const nint m_flParticleSimulationRate = 0x4C; // float32 - public const nint m_bShouldDrawHitboxes = 0x50; // bool - public const nint m_bShouldDrawAttachments = 0x51; // bool - public const nint m_bShouldDrawAttachmentNames = 0x52; // bool - public const nint m_bShouldDrawControlPointAxes = 0x53; // bool - public const nint m_bAnimationNonLooping = 0x54; // bool - public const nint m_vecPreviewGravity = 0x58; // Vector - } - // Parent: None - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - public static class ParticleControlPointDriver_t { - public const nint m_iControlPoint = 0x0; // int32 - public const nint m_iAttachType = 0x4; // ParticleAttachment_t - public const nint m_attachmentName = 0x8; // CUtlString - public const nint m_vecOffset = 0x10; // Vector - public const nint m_angOffset = 0x1C; // QAngle - public const nint m_entityName = 0x28; // CUtlString - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class ParticleControlPointConfiguration_t { - public const nint m_name = 0x0; // CUtlString - public const nint m_drivers = 0x8; // CUtlVector - public const nint m_previewState = 0x20; // ParticlePreviewState_t - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - public static class IParticleSystemDefinition { - } - // Parent: None - // Fields count: 18 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CParticleVisibilityInputs { - public const nint m_flCameraBias = 0x0; // float32 - public const nint m_nCPin = 0x4; // int32 - public const nint m_flProxyRadius = 0x8; // float32 - public const nint m_flInputMin = 0xC; // float32 - public const nint m_flInputMax = 0x10; // float32 - public const nint m_flNoPixelVisibilityFallback = 0x14; // float32 - public const nint m_flDistanceInputMin = 0x18; // float32 - public const nint m_flDistanceInputMax = 0x1C; // float32 - public const nint m_flDotInputMin = 0x20; // float32 - public const nint m_flDotInputMax = 0x24; // float32 - public const nint m_bDotCPAngles = 0x28; // bool - public const nint m_bDotCameraAngles = 0x29; // bool - public const nint m_flAlphaScaleMin = 0x2C; // float32 - public const nint m_flAlphaScaleMax = 0x30; // float32 - public const nint m_flRadiusScaleMin = 0x34; // float32 - public const nint m_flRadiusScaleMax = 0x38; // float32 - public const nint m_flRadiusScaleFOVBase = 0x3C; // float32 - public const nint m_bRightEye = 0x40; // bool - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CPathParameters { - public const nint m_nStartControlPointNumber = 0x0; // int32 - public const nint m_nEndControlPointNumber = 0x4; // int32 - public const nint m_nBulgeControl = 0x8; // int32 - public const nint m_flBulge = 0xC; // float32 - public const nint m_flMidPoint = 0x10; // float32 - public const nint m_vStartPointOffset = 0x14; // Vector - public const nint m_vMidPointOffset = 0x20; // Vector - public const nint m_vEndOffset = 0x2C; // Vector - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class ParticleChildrenInfo_t { - public const nint m_ChildRef = 0x0; // CStrongHandle - public const nint m_flDelay = 0x8; // float32 - public const nint m_bEndCap = 0xC; // bool - public const nint m_bDisableChild = 0xD; // bool - public const nint m_nDetailLevel = 0x10; // ParticleDetailLevel_t - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class ControlPointReference_t { - public const nint m_controlPointNameString = 0x0; // int32 - public const nint m_vOffsetFromControlPoint = 0x4; // Vector - public const nint m_bOffsetInLocalSpace = 0x10; // bool - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class ModelReference_t { - public const nint m_model = 0x0; // CStrongHandle - public const nint m_flRelativeProbabilityOfSpawn = 0x8; // float32 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class SequenceWeightedList_t { - public const nint m_nSequence = 0x0; // int32 - public const nint m_flRelativeWeight = 0x4; // float32 - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CollisionGroupContext_t { - public const nint m_nCollisionGroupNumber = 0x0; // int32 - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class PointDefinition_t { - public const nint m_nControlPoint = 0x0; // int32 - public const nint m_bLocalCoords = 0x4; // bool - public const nint m_vOffset = 0x8; // Vector - } - // Parent: PointDefinition_t - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class PointDefinitionWithTimeValues_t { - public const nint m_flTimeDuration = 0x14; // float32 - } - // Parent: IParticleSystemDefinition - // Fields count: 64 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CParticleSystemDefinition { - public const nint m_nBehaviorVersion = 0x8; // int32 - public const nint m_PreEmissionOperators = 0x10; // CUtlVector - public const nint m_Emitters = 0x28; // CUtlVector - public const nint m_Initializers = 0x40; // CUtlVector - public const nint m_Operators = 0x58; // CUtlVector - public const nint m_ForceGenerators = 0x70; // CUtlVector - public const nint m_Constraints = 0x88; // CUtlVector - public const nint m_Renderers = 0xA0; // CUtlVector - public const nint m_Children = 0xB8; // CUtlVector - public const nint m_nFirstMultipleOverride_BackwardCompat = 0x178; // int32 - public const nint m_nInitialParticles = 0x210; // int32 - public const nint m_nMaxParticles = 0x214; // int32 - public const nint m_nGroupID = 0x218; // int32 - public const nint m_BoundingBoxMin = 0x21C; // Vector - public const nint m_BoundingBoxMax = 0x228; // Vector - public const nint m_flDepthSortBias = 0x234; // float32 - public const nint m_nSortOverridePositionCP = 0x238; // int32 - public const nint m_bInfiniteBounds = 0x23C; // bool - public const nint m_bEnableNamedValues = 0x23D; // bool - public const nint m_NamedValueDomain = 0x240; // CUtlString - public const nint m_NamedValueLocals = 0x248; // CUtlVector - public const nint m_ConstantColor = 0x260; // Color - public const nint m_ConstantNormal = 0x264; // Vector - public const nint m_flConstantRadius = 0x270; // float32 - public const nint m_flConstantRotation = 0x274; // float32 - public const nint m_flConstantRotationSpeed = 0x278; // float32 - public const nint m_flConstantLifespan = 0x27C; // float32 - public const nint m_nConstantSequenceNumber = 0x280; // int32 - public const nint m_nConstantSequenceNumber1 = 0x284; // int32 - public const nint m_nSnapshotControlPoint = 0x288; // int32 - public const nint m_hSnapshot = 0x290; // CStrongHandle - public const nint m_pszCullReplacementName = 0x298; // CStrongHandle - public const nint m_flCullRadius = 0x2A0; // float32 - public const nint m_flCullFillCost = 0x2A4; // float32 - public const nint m_nCullControlPoint = 0x2A8; // int32 - public const nint m_hFallback = 0x2B0; // CStrongHandle - public const nint m_nFallbackMaxCount = 0x2B8; // int32 - public const nint m_hLowViolenceDef = 0x2C0; // CStrongHandle - public const nint m_hReferenceReplacement = 0x2C8; // CStrongHandle - public const nint m_flPreSimulationTime = 0x2D0; // float32 - public const nint m_flStopSimulationAfterTime = 0x2D4; // float32 - public const nint m_flMaximumTimeStep = 0x2D8; // float32 - public const nint m_flMaximumSimTime = 0x2DC; // float32 - public const nint m_flMinimumSimTime = 0x2E0; // float32 - public const nint m_flMinimumTimeStep = 0x2E4; // float32 - public const nint m_nMinimumFrames = 0x2E8; // int32 - public const nint m_nMinCPULevel = 0x2EC; // int32 - public const nint m_nMinGPULevel = 0x2F0; // int32 - public const nint m_flNoDrawTimeToGoToSleep = 0x2F4; // float32 - public const nint m_flMaxDrawDistance = 0x2F8; // float32 - public const nint m_flStartFadeDistance = 0x2FC; // float32 - public const nint m_flMaxCreationDistance = 0x300; // float32 - public const nint m_nAggregationMinAvailableParticles = 0x304; // int32 - public const nint m_flAggregateRadius = 0x308; // float32 - public const nint m_bShouldBatch = 0x30C; // bool - public const nint m_bShouldHitboxesFallbackToRenderBounds = 0x30D; // bool - public const nint m_bShouldHitboxesFallbackToSnapshot = 0x30E; // bool - public const nint m_nViewModelEffect = 0x310; // InheritableBoolType_t - public const nint m_bScreenSpaceEffect = 0x314; // bool - public const nint m_pszTargetLayerID = 0x318; // CUtlSymbolLarge - public const nint m_nSkipRenderControlPoint = 0x320; // int32 - public const nint m_nAllowRenderControlPoint = 0x324; // int32 - public const nint m_bShouldSort = 0x328; // bool - public const nint m_controlPointConfigurations = 0x370; // CUtlVector - } - // Parent: None - // Fields count: 16 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CParticleFunction { - public const nint m_flOpStrength = 0x8; // CParticleCollectionFloatInput - public const nint m_nOpEndCapState = 0x158; // ParticleEndcapMode_t - public const nint m_flOpStartFadeInTime = 0x15C; // float32 - public const nint m_flOpEndFadeInTime = 0x160; // float32 - public const nint m_flOpStartFadeOutTime = 0x164; // float32 - public const nint m_flOpEndFadeOutTime = 0x168; // float32 - public const nint m_flOpFadeOscillatePeriod = 0x16C; // float32 - public const nint m_bNormalizeToStopTime = 0x170; // bool - public const nint m_flOpTimeOffsetMin = 0x174; // float32 - public const nint m_flOpTimeOffsetMax = 0x178; // float32 - public const nint m_nOpTimeOffsetSeed = 0x17C; // int32 - public const nint m_nOpTimeScaleSeed = 0x180; // int32 - public const nint m_flOpTimeScaleMin = 0x184; // float32 - public const nint m_flOpTimeScaleMax = 0x188; // float32 - public const nint m_bDisableOperator = 0x18E; // bool - public const nint m_Notes = 0x190; // CUtlString - } - // Parent: CParticleFunction - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CParticleFunctionInitializer { - public const nint m_nAssociatedEmitterIndex = 0x1B0; // int32 - } - // Parent: CParticleFunction - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CParticleFunctionEmitter { - public const nint m_nEmitterIndex = 0x1B0; // int32 - } - // Parent: CParticleFunction - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CParticleFunctionConstraint { - } - // Parent: CParticleFunction - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CParticleFunctionOperator { - } - // Parent: CParticleFunction - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CParticleFunctionForce { - } - // Parent: CParticleFunctionOperator - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CParticleFunctionPreEmission { - public const nint m_bRunOnce = 0x1B0; // bool - } - // Parent: CParticleFunction - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CParticleFunctionRenderer { - public const nint VisibilityInputs = 0x1B0; // CParticleVisibilityInputs - public const nint m_bCannotBeRefracted = 0x1F4; // bool - public const nint m_bSkipRenderingOnMobile = 0x1F5; // bool - } - // Parent: None - // Fields count: 16 - // - // Metadata: - // MGetKV3ClassDefaults - public static class TextureControls_t { - public const nint m_flFinalTextureScaleU = 0x0; // CParticleCollectionRendererFloatInput - public const nint m_flFinalTextureScaleV = 0x150; // CParticleCollectionRendererFloatInput - public const nint m_flFinalTextureOffsetU = 0x2A0; // CParticleCollectionRendererFloatInput - public const nint m_flFinalTextureOffsetV = 0x3F0; // CParticleCollectionRendererFloatInput - public const nint m_flFinalTextureUVRotation = 0x540; // CParticleCollectionRendererFloatInput - public const nint m_flZoomScale = 0x690; // CParticleCollectionRendererFloatInput - public const nint m_flDistortion = 0x7E0; // CParticleCollectionRendererFloatInput - public const nint m_bRandomizeOffsets = 0x930; // bool - public const nint m_bClampUVs = 0x931; // bool - public const nint m_nPerParticleBlend = 0x934; // SpriteCardPerParticleScale_t - public const nint m_nPerParticleScale = 0x938; // SpriteCardPerParticleScale_t - public const nint m_nPerParticleOffsetU = 0x93C; // SpriteCardPerParticleScale_t - public const nint m_nPerParticleOffsetV = 0x940; // SpriteCardPerParticleScale_t - public const nint m_nPerParticleRotation = 0x944; // SpriteCardPerParticleScale_t - public const nint m_nPerParticleZoom = 0x948; // SpriteCardPerParticleScale_t - public const nint m_nPerParticleDistortion = 0x94C; // SpriteCardPerParticleScale_t - } - // Parent: None - // Fields count: 9 - // - // Metadata: - // MGetKV3ClassDefaults - public static class TextureGroup_t { - public const nint m_bEnabled = 0x0; // bool - public const nint m_bReplaceTextureWithGradient = 0x1; // bool - public const nint m_hTexture = 0x8; // CStrongHandle - public const nint m_Gradient = 0x10; // CColorGradient - public const nint m_nTextureType = 0x28; // SpriteCardTextureType_t - public const nint m_nTextureChannels = 0x2C; // SpriteCardTextureChannel_t - public const nint m_nTextureBlendMode = 0x30; // ParticleTextureLayerBlendType_t - public const nint m_flTextureBlend = 0x38; // CParticleCollectionRendererFloatInput - public const nint m_TextureControls = 0x188; // TextureControls_t - } - // Parent: CParticleFunctionRenderer - // Fields count: 62 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CBaseRendererSource2 { - public const nint m_flRadiusScale = 0x1F8; // CParticleCollectionRendererFloatInput - public const nint m_flAlphaScale = 0x348; // CParticleCollectionRendererFloatInput - public const nint m_flRollScale = 0x498; // CParticleCollectionRendererFloatInput - public const nint m_nAlpha2Field = 0x5E8; // ParticleAttributeIndex_t - public const nint m_vecColorScale = 0x5F0; // CParticleCollectionRendererVecInput - public const nint m_nColorBlendType = 0xC20; // ParticleColorBlendType_t - public const nint m_nShaderType = 0xC24; // SpriteCardShaderType_t - public const nint m_strShaderOverride = 0xC28; // CUtlString - public const nint m_flCenterXOffset = 0xC30; // CParticleCollectionRendererFloatInput - public const nint m_flCenterYOffset = 0xD80; // CParticleCollectionRendererFloatInput - public const nint m_flBumpStrength = 0xED0; // float32 - public const nint m_nCropTextureOverride = 0xED4; // ParticleSequenceCropOverride_t - public const nint m_vecTexturesInput = 0xED8; // CUtlVector - public const nint m_flAnimationRate = 0xEF0; // float32 - public const nint m_nAnimationType = 0xEF4; // AnimationType_t - public const nint m_bAnimateInFPS = 0xEF8; // bool - public const nint m_flSelfIllumAmount = 0xF00; // CParticleCollectionRendererFloatInput - public const nint m_flDiffuseAmount = 0x1050; // CParticleCollectionRendererFloatInput - public const nint m_flDiffuseClamp = 0x11A0; // CParticleCollectionRendererFloatInput - public const nint m_nLightingControlPoint = 0x12F0; // int32 - public const nint m_nSelfIllumPerParticle = 0x12F4; // ParticleAttributeIndex_t - public const nint m_nOutputBlendMode = 0x12F8; // ParticleOutputBlendMode_t - public const nint m_bGammaCorrectVertexColors = 0x12FC; // bool - public const nint m_bSaturateColorPreAlphaBlend = 0x12FD; // bool - public const nint m_flAddSelfAmount = 0x1300; // CParticleCollectionRendererFloatInput - public const nint m_flDesaturation = 0x1450; // CParticleCollectionRendererFloatInput - public const nint m_flOverbrightFactor = 0x15A0; // CParticleCollectionRendererFloatInput - public const nint m_nHSVShiftControlPoint = 0x16F0; // int32 - public const nint m_nFogType = 0x16F4; // ParticleFogType_t - public const nint m_flFogAmount = 0x16F8; // CParticleCollectionRendererFloatInput - public const nint m_bTintByFOW = 0x1848; // bool - public const nint m_bTintByGlobalLight = 0x1849; // bool - public const nint m_nPerParticleAlphaReference = 0x184C; // SpriteCardPerParticleScale_t - public const nint m_nPerParticleAlphaRefWindow = 0x1850; // SpriteCardPerParticleScale_t - public const nint m_nAlphaReferenceType = 0x1854; // ParticleAlphaReferenceType_t - public const nint m_flAlphaReferenceSoftness = 0x1858; // CParticleCollectionRendererFloatInput - public const nint m_flSourceAlphaValueToMapToZero = 0x19A8; // CParticleCollectionRendererFloatInput - public const nint m_flSourceAlphaValueToMapToOne = 0x1AF8; // CParticleCollectionRendererFloatInput - public const nint m_bRefract = 0x1C48; // bool - public const nint m_bRefractSolid = 0x1C49; // bool - public const nint m_flRefractAmount = 0x1C50; // CParticleCollectionRendererFloatInput - public const nint m_nRefractBlurRadius = 0x1DA0; // int32 - public const nint m_nRefractBlurType = 0x1DA4; // BlurFilterType_t - public const nint m_bOnlyRenderInEffectsBloomPass = 0x1DA8; // bool - public const nint m_bOnlyRenderInEffectsWaterPass = 0x1DA9; // bool - public const nint m_bUseMixedResolutionRendering = 0x1DAA; // bool - public const nint m_bOnlyRenderInEffecsGameOverlay = 0x1DAB; // bool - public const nint m_stencilTestID = 0x1DAC; // char[128] - public const nint m_bStencilTestExclude = 0x1E2C; // bool - public const nint m_stencilWriteID = 0x1E2D; // char[128] - public const nint m_bWriteStencilOnDepthPass = 0x1EAD; // bool - public const nint m_bWriteStencilOnDepthFail = 0x1EAE; // bool - public const nint m_bReverseZBuffering = 0x1EAF; // bool - public const nint m_bDisableZBuffering = 0x1EB0; // bool - public const nint m_nFeatheringMode = 0x1EB4; // ParticleDepthFeatheringMode_t - public const nint m_flFeatheringMinDist = 0x1EB8; // CParticleCollectionRendererFloatInput - public const nint m_flFeatheringMaxDist = 0x2008; // CParticleCollectionRendererFloatInput - public const nint m_flFeatheringFilter = 0x2158; // CParticleCollectionRendererFloatInput - public const nint m_flDepthBias = 0x22A8; // CParticleCollectionRendererFloatInput - public const nint m_nSortMethod = 0x23F8; // ParticleSortingChoiceList_t - public const nint m_bBlendFramesSeq0 = 0x23FC; // bool - public const nint m_bMaxLuminanceBlendingSequence0 = 0x23FD; // bool - } - // Parent: CBaseRendererSource2 - // Fields count: 27 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_RenderSprites { - public const nint m_nSequenceOverride = 0x2638; // CParticleCollectionRendererFloatInput - public const nint m_nOrientationType = 0x2788; // ParticleOrientationChoiceList_t - public const nint m_nOrientationControlPoint = 0x278C; // int32 - public const nint m_bUseYawWithNormalAligned = 0x2790; // bool - public const nint m_flMinSize = 0x2798; // CParticleCollectionRendererFloatInput - public const nint m_flMaxSize = 0x28E8; // CParticleCollectionRendererFloatInput - public const nint m_flAlphaAdjustWithSizeAdjust = 0x2A38; // CParticleCollectionRendererFloatInput - public const nint m_flStartFadeSize = 0x2B88; // CParticleCollectionRendererFloatInput - public const nint m_flEndFadeSize = 0x2CD8; // CParticleCollectionRendererFloatInput - public const nint m_flStartFadeDot = 0x2E28; // float32 - public const nint m_flEndFadeDot = 0x2E2C; // float32 - public const nint m_bDistanceAlpha = 0x2E30; // bool - public const nint m_bSoftEdges = 0x2E31; // bool - public const nint m_flEdgeSoftnessStart = 0x2E34; // float32 - public const nint m_flEdgeSoftnessEnd = 0x2E38; // float32 - public const nint m_bOutline = 0x2E3C; // bool - public const nint m_OutlineColor = 0x2E3D; // Color - public const nint m_nOutlineAlpha = 0x2E44; // int32 - public const nint m_flOutlineStart0 = 0x2E48; // float32 - public const nint m_flOutlineStart1 = 0x2E4C; // float32 - public const nint m_flOutlineEnd0 = 0x2E50; // float32 - public const nint m_flOutlineEnd1 = 0x2E54; // float32 - public const nint m_nLightingMode = 0x2E58; // ParticleLightingQuality_t - public const nint m_flLightingTessellation = 0x2E60; // CParticleCollectionRendererFloatInput - public const nint m_flLightingDirectionality = 0x2FB0; // CParticleCollectionRendererFloatInput - public const nint m_bParticleShadows = 0x3100; // bool - public const nint m_flShadowDensity = 0x3104; // float32 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class FloatInputMaterialVariable_t { - public const nint m_strVariable = 0x0; // CUtlString - public const nint m_flInput = 0x8; // CParticleCollectionFloatInput - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class VecInputMaterialVariable_t { - public const nint m_strVariable = 0x0; // CUtlString - public const nint m_vecInput = 0x8; // CParticleCollectionVecInput - } - // Parent: CParticleFunctionRenderer - // Fields count: 22 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_RenderCables { - public const nint m_flRadiusScale = 0x1F8; // CParticleCollectionFloatInput - public const nint m_flAlphaScale = 0x348; // CParticleCollectionFloatInput - public const nint m_vecColorScale = 0x498; // CParticleCollectionVecInput - public const nint m_nColorBlendType = 0xAC8; // ParticleColorBlendType_t - public const nint m_hMaterial = 0xAD0; // CStrongHandle - public const nint m_nTextureRepetitionMode = 0xAD8; // TextureRepetitionMode_t - public const nint m_flTextureRepeatsPerSegment = 0xAE0; // CParticleCollectionFloatInput - public const nint m_flTextureRepeatsCircumference = 0xC30; // CParticleCollectionFloatInput - public const nint m_flColorMapOffsetV = 0xD80; // CParticleCollectionFloatInput - public const nint m_flColorMapOffsetU = 0xED0; // CParticleCollectionFloatInput - public const nint m_flNormalMapOffsetV = 0x1020; // CParticleCollectionFloatInput - public const nint m_flNormalMapOffsetU = 0x1170; // CParticleCollectionFloatInput - public const nint m_bDrawCableCaps = 0x12C0; // bool - public const nint m_flCapRoundness = 0x12C4; // float32 - public const nint m_flCapOffsetAmount = 0x12C8; // float32 - public const nint m_flTessScale = 0x12CC; // float32 - public const nint m_nMinTesselation = 0x12D0; // int32 - public const nint m_nMaxTesselation = 0x12D4; // int32 - public const nint m_nRoundness = 0x12D8; // int32 - public const nint m_LightingTransform = 0x12E0; // CParticleTransformInput - public const nint m_MaterialFloatVars = 0x1340; // CUtlVector - public const nint m_MaterialVecVars = 0x1370; // CUtlVector - } - // Parent: CParticleFunctionConstraint - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_ConstrainDistance { - public const nint m_fMinDistance = 0x1B0; // CParticleCollectionFloatInput - public const nint m_fMaxDistance = 0x300; // CParticleCollectionFloatInput - public const nint m_nControlPointNumber = 0x450; // int32 - public const nint m_CenterOffset = 0x454; // Vector - public const nint m_bGlobalCenter = 0x460; // bool - } - // Parent: CParticleFunctionConstraint - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_CollideWithSelf { - public const nint m_flRadiusScale = 0x1B0; // CPerParticleFloatInput - public const nint m_flMinimumSpeed = 0x300; // CPerParticleFloatInput - } - // Parent: CParticleFunctionConstraint - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_CollideWithParentParticles { - public const nint m_flParentRadiusScale = 0x1B0; // CPerParticleFloatInput - public const nint m_flRadiusScale = 0x300; // CPerParticleFloatInput - } - // Parent: CParticleFunctionConstraint - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_ConstrainDistanceToPath { - public const nint m_fMinDistance = 0x1B0; // float32 - public const nint m_flMaxDistance0 = 0x1B4; // float32 - public const nint m_flMaxDistanceMid = 0x1B8; // float32 - public const nint m_flMaxDistance1 = 0x1BC; // float32 - public const nint m_PathParameters = 0x1C0; // CPathParameters - public const nint m_flTravelTime = 0x200; // float32 - public const nint m_nFieldScale = 0x204; // ParticleAttributeIndex_t - public const nint m_nManualTField = 0x208; // ParticleAttributeIndex_t - } - // Parent: CParticleFunctionConstraint - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_ConstrainDistanceToUserSpecifiedPath { - public const nint m_fMinDistance = 0x1B0; // float32 - public const nint m_flMaxDistance = 0x1B4; // float32 - public const nint m_flTimeScale = 0x1B8; // float32 - public const nint m_bLoopedPath = 0x1BC; // bool - public const nint m_pointList = 0x1C0; // CUtlVector - } - // Parent: CParticleFunctionConstraint - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_PlanarConstraint { - public const nint m_PointOnPlane = 0x1B0; // Vector - public const nint m_PlaneNormal = 0x1BC; // Vector - public const nint m_nControlPointNumber = 0x1C8; // int32 - public const nint m_bGlobalOrigin = 0x1CC; // bool - public const nint m_bGlobalNormal = 0x1CD; // bool - public const nint m_flRadiusScale = 0x1D0; // CPerParticleFloatInput - public const nint m_flMaximumDistanceToCP = 0x320; // CParticleCollectionFloatInput - public const nint m_bUseOldCode = 0x470; // bool - } - // Parent: CParticleFunctionConstraint - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_WorldCollideConstraint { - } - // Parent: CParticleFunctionConstraint - // Fields count: 27 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_WorldTraceConstraint { - public const nint m_nCP = 0x1B0; // int32 - public const nint m_vecCpOffset = 0x1B4; // Vector - public const nint m_nCollisionMode = 0x1C0; // ParticleCollisionMode_t - public const nint m_nCollisionModeMin = 0x1C4; // ParticleCollisionMode_t - public const nint m_nTraceSet = 0x1C8; // ParticleTraceSet_t - public const nint m_CollisionGroupName = 0x1CC; // char[128] - public const nint m_bWorldOnly = 0x24C; // bool - public const nint m_bBrushOnly = 0x24D; // bool - public const nint m_bIncludeWater = 0x24E; // bool - public const nint m_nIgnoreCP = 0x250; // int32 - public const nint m_flCpMovementTolerance = 0x254; // float32 - public const nint m_flRetestRate = 0x258; // float32 - public const nint m_flTraceTolerance = 0x25C; // float32 - public const nint m_flCollisionConfirmationSpeed = 0x260; // float32 - public const nint m_nMaxTracesPerFrame = 0x264; // float32 - public const nint m_flRadiusScale = 0x268; // CPerParticleFloatInput - public const nint m_flBounceAmount = 0x3B8; // CPerParticleFloatInput - public const nint m_flSlideAmount = 0x508; // CPerParticleFloatInput - public const nint m_flRandomDirScale = 0x658; // CPerParticleFloatInput - public const nint m_bDecayBounce = 0x7A8; // bool - public const nint m_bKillonContact = 0x7A9; // bool - public const nint m_flMinSpeed = 0x7AC; // float32 - public const nint m_bSetNormal = 0x7B0; // bool - public const nint m_nStickOnCollisionField = 0x7B4; // ParticleAttributeIndex_t - public const nint m_flStopSpeed = 0x7B8; // CPerParticleFloatInput - public const nint m_nEntityStickDataField = 0x908; // ParticleAttributeIndex_t - public const nint m_nEntityStickNormalField = 0x90C; // ParticleAttributeIndex_t - } - // Parent: CParticleFunctionConstraint - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_BoxConstraint { - public const nint m_vecMin = 0x1B0; // CParticleCollectionVecInput - public const nint m_vecMax = 0x7E0; // CParticleCollectionVecInput - public const nint m_nCP = 0xE10; // int32 - public const nint m_bLocalSpace = 0xE14; // bool - public const nint m_bAccountForRadius = 0xE15; // bool - } - // Parent: CParticleFunctionConstraint - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_ShapeMatchingConstraint { - public const nint m_flShapeRestorationTime = 0x1B0; // float32 - } - // Parent: CParticleFunctionConstraint - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_RopeSpringConstraint { - public const nint m_flRestLength = 0x1B0; // CParticleCollectionFloatInput - public const nint m_flMinDistance = 0x300; // CParticleCollectionFloatInput - public const nint m_flMaxDistance = 0x450; // CParticleCollectionFloatInput - public const nint m_flAdjustmentScale = 0x5A0; // float32 - public const nint m_flInitialRestingLength = 0x5A8; // CParticleCollectionFloatInput - } - // Parent: CParticleFunctionConstraint - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_SpringToVectorConstraint { - public const nint m_flRestLength = 0x1B0; // CPerParticleFloatInput - public const nint m_flMinDistance = 0x300; // CPerParticleFloatInput - public const nint m_flMaxDistance = 0x450; // CPerParticleFloatInput - public const nint m_flRestingLength = 0x5A0; // CPerParticleFloatInput - public const nint m_vecAnchorVector = 0x6F0; // CPerParticleVecInput - } - // Parent: CParticleFunctionConstraint - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_ConstrainLineLength { - public const nint m_flMinDistance = 0x1B0; // float32 - public const nint m_flMaxDistance = 0x1B4; // float32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 11 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_RingWave { - public const nint m_TransformInput = 0x1B8; // CParticleTransformInput - public const nint m_flParticlesPerOrbit = 0x218; // CParticleCollectionFloatInput - public const nint m_flInitialRadius = 0x368; // CPerParticleFloatInput - public const nint m_flThickness = 0x4B8; // CPerParticleFloatInput - public const nint m_flInitialSpeedMin = 0x608; // CPerParticleFloatInput - public const nint m_flInitialSpeedMax = 0x758; // CPerParticleFloatInput - public const nint m_flRoll = 0x8A8; // CPerParticleFloatInput - public const nint m_flPitch = 0x9F8; // CPerParticleFloatInput - public const nint m_flYaw = 0xB48; // CPerParticleFloatInput - public const nint m_bEvenDistribution = 0xC98; // bool - public const nint m_bXYVelocityOnly = 0xC99; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_CreateSpiralSphere { - public const nint m_nControlPointNumber = 0x1B4; // int32 - public const nint m_nOverrideCP = 0x1B8; // int32 - public const nint m_nDensity = 0x1BC; // int32 - public const nint m_flInitialRadius = 0x1C0; // float32 - public const nint m_flInitialSpeedMin = 0x1C4; // float32 - public const nint m_flInitialSpeedMax = 0x1C8; // float32 - public const nint m_bUseParticleCount = 0x1CC; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_CreateInEpitrochoid { - public const nint m_nComponent1 = 0x1B4; // int32 - public const nint m_nComponent2 = 0x1B8; // int32 - public const nint m_TransformInput = 0x1C0; // CParticleTransformInput - public const nint m_flParticleDensity = 0x220; // CPerParticleFloatInput - public const nint m_flOffset = 0x370; // CPerParticleFloatInput - public const nint m_flRadius1 = 0x4C0; // CPerParticleFloatInput - public const nint m_flRadius2 = 0x610; // CPerParticleFloatInput - public const nint m_bUseCount = 0x760; // bool - public const nint m_bUseLocalCoords = 0x761; // bool - public const nint m_bOffsetExistingPos = 0x762; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 14 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_CreatePhyllotaxis { - public const nint m_nControlPointNumber = 0x1B4; // int32 - public const nint m_nScaleCP = 0x1B8; // int32 - public const nint m_nComponent = 0x1BC; // int32 - public const nint m_fRadCentCore = 0x1C0; // float32 - public const nint m_fRadPerPoint = 0x1C4; // float32 - public const nint m_fRadPerPointTo = 0x1C8; // float32 - public const nint m_fpointAngle = 0x1CC; // float32 - public const nint m_fsizeOverall = 0x1D0; // float32 - public const nint m_fRadBias = 0x1D4; // float32 - public const nint m_fMinRad = 0x1D8; // float32 - public const nint m_fDistBias = 0x1DC; // float32 - public const nint m_bUseLocalCoords = 0x1E0; // bool - public const nint m_bUseWithContEmit = 0x1E1; // bool - public const nint m_bUseOrigRadius = 0x1E2; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 14 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_CreateOnModel { - public const nint m_modelInput = 0x1B8; // CParticleModelInput - public const nint m_transformInput = 0x210; // CParticleTransformInput - public const nint m_nForceInModel = 0x270; // int32 - public const nint m_nDesiredHitbox = 0x274; // int32 - public const nint m_nHitboxValueFromControlPointIndex = 0x278; // int32 - public const nint m_vecHitBoxScale = 0x280; // CParticleCollectionVecInput - public const nint m_flBoneVelocity = 0x8B0; // float32 - public const nint m_flMaxBoneVelocity = 0x8B4; // float32 - public const nint m_vecDirectionBias = 0x8B8; // CParticleCollectionVecInput - public const nint m_HitboxSetName = 0xEE8; // char[128] - public const nint m_bLocalCoords = 0xF68; // bool - public const nint m_bUseBones = 0xF69; // bool - public const nint m_bUseMesh = 0xF6A; // bool - public const nint m_flShellSize = 0xF70; // CParticleCollectionFloatInput - } - // Parent: CParticleFunctionInitializer - // Fields count: 14 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_CreateOnModelAtHeight { - public const nint m_bUseBones = 0x1B4; // bool - public const nint m_bForceZ = 0x1B5; // bool - public const nint m_nControlPointNumber = 0x1B8; // int32 - public const nint m_nHeightCP = 0x1BC; // int32 - public const nint m_bUseWaterHeight = 0x1C0; // bool - public const nint m_flDesiredHeight = 0x1C8; // CParticleCollectionFloatInput - public const nint m_vecHitBoxScale = 0x318; // CParticleCollectionVecInput - public const nint m_vecDirectionBias = 0x948; // CParticleCollectionVecInput - public const nint m_nBiasType = 0xF78; // ParticleHitboxBiasType_t - public const nint m_bLocalCoords = 0xF7C; // bool - public const nint m_bPreferMovingBoxes = 0xF7D; // bool - public const nint m_HitboxSetName = 0xF7E; // char[128] - public const nint m_flHitboxVelocityScale = 0x1000; // CParticleCollectionFloatInput - public const nint m_flMaxBoneVelocity = 0x1150; // CParticleCollectionFloatInput - } - // Parent: CParticleFunctionInitializer - // Fields count: 9 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_SetHitboxToClosest { - public const nint m_nControlPointNumber = 0x1B4; // int32 - public const nint m_nDesiredHitbox = 0x1B8; // int32 - public const nint m_vecHitBoxScale = 0x1C0; // CParticleCollectionVecInput - public const nint m_HitboxSetName = 0x7F0; // char[128] - public const nint m_bUseBones = 0x870; // bool - public const nint m_bUseClosestPointOnHitbox = 0x871; // bool - public const nint m_nTestType = 0x874; // ClosestPointTestType_t - public const nint m_flHybridRatio = 0x878; // CParticleCollectionFloatInput - public const nint m_bUpdatePosition = 0x9C8; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 9 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_SetHitboxToModel { - public const nint m_nControlPointNumber = 0x1B4; // int32 - public const nint m_nForceInModel = 0x1B8; // int32 - public const nint m_nDesiredHitbox = 0x1BC; // int32 - public const nint m_vecHitBoxScale = 0x1C0; // CParticleCollectionVecInput - public const nint m_vecDirectionBias = 0x7F0; // Vector - public const nint m_bMaintainHitbox = 0x7FC; // bool - public const nint m_bUseBones = 0x7FD; // bool - public const nint m_HitboxSetName = 0x7FE; // char[128] - public const nint m_flShellSize = 0x880; // CParticleCollectionFloatInput - } - // Parent: CParticleFunctionInitializer - // Fields count: 14 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_CreateWithinSphereTransform { - public const nint m_fRadiusMin = 0x1B8; // CPerParticleFloatInput - public const nint m_fRadiusMax = 0x308; // CPerParticleFloatInput - public const nint m_vecDistanceBias = 0x458; // CPerParticleVecInput - public const nint m_vecDistanceBiasAbs = 0xA88; // Vector - public const nint m_TransformInput = 0xA98; // CParticleTransformInput - public const nint m_fSpeedMin = 0xAF8; // CPerParticleFloatInput - public const nint m_fSpeedMax = 0xC48; // CPerParticleFloatInput - public const nint m_fSpeedRandExp = 0xD98; // float32 - public const nint m_bLocalCoords = 0xD9C; // bool - public const nint m_flEndCPGrowthTime = 0xDA0; // float32 - public const nint m_LocalCoordinateSystemSpeedMin = 0xDA8; // CPerParticleVecInput - public const nint m_LocalCoordinateSystemSpeedMax = 0x13D8; // CPerParticleVecInput - public const nint m_nFieldOutput = 0x1A08; // ParticleAttributeIndex_t - public const nint m_nFieldVelocity = 0x1A0C; // ParticleAttributeIndex_t - } - // Parent: CParticleFunctionInitializer - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_CreateWithinBox { - public const nint m_vecMin = 0x1B8; // CPerParticleVecInput - public const nint m_vecMax = 0x7E8; // CPerParticleVecInput - public const nint m_nControlPointNumber = 0xE18; // int32 - public const nint m_bLocalSpace = 0xE1C; // bool - public const nint m_randomnessParameters = 0xE20; // CRandomNumberGeneratorParameters - } - // Parent: CParticleFunctionInitializer - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_CreateOnGrid { - public const nint m_nXCount = 0x1B8; // CParticleCollectionFloatInput - public const nint m_nYCount = 0x308; // CParticleCollectionFloatInput - public const nint m_nZCount = 0x458; // CParticleCollectionFloatInput - public const nint m_nXSpacing = 0x5A8; // CParticleCollectionFloatInput - public const nint m_nYSpacing = 0x6F8; // CParticleCollectionFloatInput - public const nint m_nZSpacing = 0x848; // CParticleCollectionFloatInput - public const nint m_nControlPointNumber = 0x998; // int32 - public const nint m_bLocalSpace = 0x99C; // bool - public const nint m_bCenter = 0x99D; // bool - public const nint m_bHollow = 0x99E; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_PositionOffset { - public const nint m_OffsetMin = 0x1B8; // CPerParticleVecInput - public const nint m_OffsetMax = 0x7E8; // CPerParticleVecInput - public const nint m_TransformInput = 0xE18; // CParticleTransformInput - public const nint m_bLocalCoords = 0xE78; // bool - public const nint m_bProportional = 0xE79; // bool - public const nint m_randomnessParameters = 0xE7C; // CRandomNumberGeneratorParameters - } - // Parent: CParticleFunctionInitializer - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_PositionOffsetToCP { - public const nint m_nControlPointNumberStart = 0x1B4; // int32 - public const nint m_nControlPointNumberEnd = 0x1B8; // int32 - public const nint m_bLocalCoords = 0x1BC; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 13 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_PositionPlaceOnGround { - public const nint m_flOffset = 0x1B8; // CPerParticleFloatInput - public const nint m_flMaxTraceLength = 0x308; // CPerParticleFloatInput - public const nint m_CollisionGroupName = 0x458; // char[128] - public const nint m_nTraceSet = 0x4D8; // ParticleTraceSet_t - public const nint m_nTraceMissBehavior = 0x4E8; // ParticleTraceMissBehavior_t - public const nint m_bIncludeWater = 0x4EC; // bool - public const nint m_bSetNormal = 0x4ED; // bool - public const nint m_bSetPXYZOnly = 0x4EE; // bool - public const nint m_bTraceAlongNormal = 0x4EF; // bool - public const nint m_bOffsetonColOnly = 0x4F0; // bool - public const nint m_flOffsetByRadiusFactor = 0x4F4; // float32 - public const nint m_nPreserveOffsetCP = 0x4F8; // int32 - public const nint m_nIgnoreCP = 0x4FC; // int32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_VelocityFromNormal { - public const nint m_fSpeedMin = 0x1B4; // float32 - public const nint m_fSpeedMax = 0x1B8; // float32 - public const nint m_bIgnoreDt = 0x1BC; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_VelocityRandom { - public const nint m_nControlPointNumber = 0x1B4; // int32 - public const nint m_fSpeedMin = 0x1B8; // CPerParticleFloatInput - public const nint m_fSpeedMax = 0x308; // CPerParticleFloatInput - public const nint m_LocalCoordinateSystemSpeedMin = 0x458; // CPerParticleVecInput - public const nint m_LocalCoordinateSystemSpeedMax = 0xA88; // CPerParticleVecInput - public const nint m_bIgnoreDT = 0x10B8; // bool - public const nint m_randomnessParameters = 0x10BC; // CRandomNumberGeneratorParameters - } - // Parent: CParticleFunctionInitializer - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_InitialVelocityNoise { - public const nint m_vecAbsVal = 0x1B4; // Vector - public const nint m_vecAbsValInv = 0x1C0; // Vector - public const nint m_vecOffsetLoc = 0x1D0; // CPerParticleVecInput - public const nint m_flOffset = 0x800; // CPerParticleFloatInput - public const nint m_vecOutputMin = 0x950; // CPerParticleVecInput - public const nint m_vecOutputMax = 0xF80; // CPerParticleVecInput - public const nint m_flNoiseScale = 0x15B0; // CPerParticleFloatInput - public const nint m_flNoiseScaleLoc = 0x1700; // CPerParticleFloatInput - public const nint m_TransformInput = 0x1850; // CParticleTransformInput - public const nint m_bIgnoreDt = 0x18B0; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_InitialVelocityFromHitbox { - public const nint m_flVelocityMin = 0x1B4; // float32 - public const nint m_flVelocityMax = 0x1B8; // float32 - public const nint m_nControlPointNumber = 0x1BC; // int32 - public const nint m_HitboxSetName = 0x1C0; // char[128] - public const nint m_bUseBones = 0x240; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_VelocityRadialRandom { - public const nint m_nControlPointNumber = 0x1B4; // int32 - public const nint m_fSpeedMin = 0x1B8; // float32 - public const nint m_fSpeedMax = 0x1BC; // float32 - public const nint m_vecLocalCoordinateSystemSpeedScale = 0x1C0; // Vector - public const nint m_bIgnoreDelta = 0x1CD; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_RandomLifeTime { - public const nint m_fLifetimeMin = 0x1B4; // float32 - public const nint m_fLifetimeMax = 0x1B8; // float32 - public const nint m_fLifetimeRandExponent = 0x1BC; // float32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_RandomScalar { - public const nint m_flMin = 0x1B4; // float32 - public const nint m_flMax = 0x1B8; // float32 - public const nint m_flExponent = 0x1BC; // float32 - public const nint m_nFieldOutput = 0x1C0; // ParticleAttributeIndex_t - } - // Parent: CParticleFunctionInitializer - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_RandomVector { - public const nint m_vecMin = 0x1B4; // Vector - public const nint m_vecMax = 0x1C0; // Vector - public const nint m_nFieldOutput = 0x1CC; // ParticleAttributeIndex_t - public const nint m_randomnessParameters = 0x1D0; // CRandomNumberGeneratorParameters - } - // Parent: CParticleFunctionInitializer - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_RandomVectorComponent { - public const nint m_flMin = 0x1B4; // float32 - public const nint m_flMax = 0x1B8; // float32 - public const nint m_nFieldOutput = 0x1BC; // ParticleAttributeIndex_t - public const nint m_nComponent = 0x1C0; // int32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_AddVectorToVector { - public const nint m_vecScale = 0x1B4; // Vector - public const nint m_nFieldOutput = 0x1C0; // ParticleAttributeIndex_t - public const nint m_nFieldInput = 0x1C4; // ParticleAttributeIndex_t - public const nint m_vOffsetMin = 0x1C8; // Vector - public const nint m_vOffsetMax = 0x1D4; // Vector - public const nint m_randomnessParameters = 0x1E0; // CRandomNumberGeneratorParameters - } - // Parent: CParticleFunctionInitializer - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_RandomAlphaWindowThreshold { - public const nint m_flMin = 0x1B4; // float32 - public const nint m_flMax = 0x1B8; // float32 - public const nint m_flExponent = 0x1BC; // float32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_RandomRadius { - public const nint m_flRadiusMin = 0x1B4; // float32 - public const nint m_flRadiusMax = 0x1B8; // float32 - public const nint m_flRadiusRandExponent = 0x1BC; // float32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_RandomAlpha { - public const nint m_nFieldOutput = 0x1B4; // ParticleAttributeIndex_t - public const nint m_nAlphaMin = 0x1B8; // int32 - public const nint m_nAlphaMax = 0x1BC; // int32 - public const nint m_flAlphaRandExponent = 0x1C8; // float32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CGeneralRandomRotation { - public const nint m_nFieldOutput = 0x1B4; // ParticleAttributeIndex_t - public const nint m_flDegrees = 0x1B8; // float32 - public const nint m_flDegreesMin = 0x1BC; // float32 - public const nint m_flDegreesMax = 0x1C0; // float32 - public const nint m_flRotationRandExponent = 0x1C4; // float32 - public const nint m_bRandomlyFlipDirection = 0x1C8; // bool - } - // Parent: CGeneralRandomRotation - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_RandomRotation { - } - // Parent: CParticleFunctionInitializer - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_Orient2DRelToCP { - public const nint m_nCP = 0x1B4; // int32 - public const nint m_nFieldOutput = 0x1B8; // ParticleAttributeIndex_t - public const nint m_flRotOffset = 0x1BC; // float32 - } - // Parent: CGeneralRandomRotation - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_RandomRotationSpeed { - } - // Parent: CGeneralRandomRotation - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_RandomYaw { - } - // Parent: CParticleFunctionInitializer - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_RandomColor { - public const nint m_ColorMin = 0x1D0; // Color - public const nint m_ColorMax = 0x1D4; // Color - public const nint m_TintMin = 0x1D8; // Color - public const nint m_TintMax = 0x1DC; // Color - public const nint m_flTintPerc = 0x1E0; // float32 - public const nint m_flUpdateThreshold = 0x1E4; // float32 - public const nint m_nTintCP = 0x1E8; // int32 - public const nint m_nFieldOutput = 0x1EC; // ParticleAttributeIndex_t - public const nint m_nTintBlendMode = 0x1F0; // ParticleColorBlendMode_t - public const nint m_flLightAmplification = 0x1F4; // float32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_ColorLitPerParticle { - public const nint m_ColorMin = 0x1CC; // Color - public const nint m_ColorMax = 0x1D0; // Color - public const nint m_TintMin = 0x1D4; // Color - public const nint m_TintMax = 0x1D8; // Color - public const nint m_flTintPerc = 0x1DC; // float32 - public const nint m_nTintBlendMode = 0x1E0; // ParticleColorBlendMode_t - public const nint m_flLightAmplification = 0x1E4; // float32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_RandomTrailLength { - public const nint m_flMinLength = 0x1B4; // float32 - public const nint m_flMaxLength = 0x1B8; // float32 - public const nint m_flLengthRandExponent = 0x1BC; // float32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_RandomSequence { - public const nint m_nSequenceMin = 0x1B4; // int32 - public const nint m_nSequenceMax = 0x1B8; // int32 - public const nint m_bShuffle = 0x1BC; // bool - public const nint m_bLinear = 0x1BD; // bool - public const nint m_WeightedList = 0x1C0; // CUtlVector - } - // Parent: CParticleFunctionInitializer - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_SequenceFromCP { - public const nint m_bKillUnused = 0x1B4; // bool - public const nint m_bRadiusScale = 0x1B5; // bool - public const nint m_nCP = 0x1B8; // int32 - public const nint m_vecOffset = 0x1BC; // Vector - } - // Parent: CParticleFunctionInitializer - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_RandomModelSequence { - public const nint m_ActivityName = 0x1B4; // char[256] - public const nint m_SequenceName = 0x2B4; // char[256] - public const nint m_hModel = 0x3B8; // CStrongHandle - } - // Parent: CParticleFunctionInitializer - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_ScaleVelocity { - public const nint m_vecScale = 0x1B8; // CParticleCollectionVecInput - } - // Parent: CParticleFunctionInitializer - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_PositionWarp { - public const nint m_vecWarpMin = 0x1B8; // CParticleCollectionVecInput - public const nint m_vecWarpMax = 0x7E8; // CParticleCollectionVecInput - public const nint m_nScaleControlPointNumber = 0xE18; // int32 - public const nint m_nControlPointNumber = 0xE1C; // int32 - public const nint m_nRadiusComponent = 0xE20; // int32 - public const nint m_flWarpTime = 0xE24; // float32 - public const nint m_flWarpStartTime = 0xE28; // float32 - public const nint m_flPrevPosScale = 0xE2C; // float32 - public const nint m_bInvertWarp = 0xE30; // bool - public const nint m_bUseCount = 0xE31; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_PositionWarpScalar { - public const nint m_vecWarpMin = 0x1B4; // Vector - public const nint m_vecWarpMax = 0x1C0; // Vector - public const nint m_InputValue = 0x1D0; // CPerParticleFloatInput - public const nint m_flPrevPosScale = 0x320; // float32 - public const nint m_nScaleControlPointNumber = 0x324; // int32 - public const nint m_nControlPointNumber = 0x328; // int32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_CreationNoise { - public const nint m_nFieldOutput = 0x1B4; // ParticleAttributeIndex_t - public const nint m_bAbsVal = 0x1B8; // bool - public const nint m_bAbsValInv = 0x1B9; // bool - public const nint m_flOffset = 0x1BC; // float32 - public const nint m_flOutputMin = 0x1C0; // float32 - public const nint m_flOutputMax = 0x1C4; // float32 - public const nint m_flNoiseScale = 0x1C8; // float32 - public const nint m_flNoiseScaleLoc = 0x1CC; // float32 - public const nint m_vecOffsetLoc = 0x1D0; // Vector - public const nint m_flWorldTimeScale = 0x1DC; // float32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_CreateAlongPath { - public const nint m_fMaxDistance = 0x1B4; // float32 - public const nint m_PathParams = 0x1C0; // CPathParameters - public const nint m_bUseRandomCPs = 0x200; // bool - public const nint m_vEndOffset = 0x204; // Vector - public const nint m_bSaveOffset = 0x210; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_MoveBetweenPoints { - public const nint m_flSpeedMin = 0x1B8; // CPerParticleFloatInput - public const nint m_flSpeedMax = 0x308; // CPerParticleFloatInput - public const nint m_flEndSpread = 0x458; // CPerParticleFloatInput - public const nint m_flStartOffset = 0x5A8; // CPerParticleFloatInput - public const nint m_flEndOffset = 0x6F8; // CPerParticleFloatInput - public const nint m_nEndControlPointNumber = 0x848; // int32 - public const nint m_bTrailBias = 0x84C; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 11 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_RemapScalar { - public const nint m_nFieldInput = 0x1B4; // ParticleAttributeIndex_t - public const nint m_nFieldOutput = 0x1B8; // ParticleAttributeIndex_t - public const nint m_flInputMin = 0x1BC; // float32 - public const nint m_flInputMax = 0x1C0; // float32 - public const nint m_flOutputMin = 0x1C4; // float32 - public const nint m_flOutputMax = 0x1C8; // float32 - public const nint m_flStartTime = 0x1CC; // float32 - public const nint m_flEndTime = 0x1D0; // float32 - public const nint m_nSetMethod = 0x1D4; // ParticleSetMethod_t - public const nint m_bActiveRange = 0x1D8; // bool - public const nint m_flRemapBias = 0x1DC; // float32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 12 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_RemapParticleCountToScalar { - public const nint m_nFieldOutput = 0x1B4; // ParticleAttributeIndex_t - public const nint m_nInputMin = 0x1B8; // int32 - public const nint m_nInputMax = 0x1BC; // int32 - public const nint m_nScaleControlPoint = 0x1C0; // int32 - public const nint m_nScaleControlPointField = 0x1C4; // int32 - public const nint m_flOutputMin = 0x1C8; // float32 - public const nint m_flOutputMax = 0x1CC; // float32 - public const nint m_nSetMethod = 0x1D0; // ParticleSetMethod_t - public const nint m_bActiveRange = 0x1D4; // bool - public const nint m_bInvert = 0x1D5; // bool - public const nint m_bWrap = 0x1D6; // bool - public const nint m_flRemapBias = 0x1D8; // float32 - } - // Parent: C_INIT_RemapParticleCountToScalar - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_RemapParticleCountToNamedModelElementScalar { - public const nint m_hModel = 0x1E0; // CStrongHandle - public const nint m_outputMinName = 0x1E8; // CUtlString - public const nint m_outputMaxName = 0x1F0; // CUtlString - public const nint m_bModelFromRenderer = 0x1F8; // bool - } - // Parent: C_INIT_RemapParticleCountToNamedModelElementScalar - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_RemapParticleCountToNamedModelSequenceScalar { - } - // Parent: C_INIT_RemapParticleCountToNamedModelElementScalar - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_RemapParticleCountToNamedModelBodyPartScalar { - } - // Parent: C_INIT_RemapParticleCountToNamedModelElementScalar - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_RemapParticleCountToNamedModelMeshGroupScalar { - } - // Parent: CParticleFunctionInitializer - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_InheritVelocity { - public const nint m_nControlPointNumber = 0x1B4; // int32 - public const nint m_flVelocityScale = 0x1B8; // float32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_VelocityFromCP { - public const nint m_velocityInput = 0x1B8; // CParticleCollectionVecInput - public const nint m_transformInput = 0x7E8; // CParticleTransformInput - public const nint m_flVelocityScale = 0x848; // float32 - public const nint m_bDirectionOnly = 0x84C; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_AgeNoise { - public const nint m_bAbsVal = 0x1B4; // bool - public const nint m_bAbsValInv = 0x1B5; // bool - public const nint m_flOffset = 0x1B8; // float32 - public const nint m_flAgeMin = 0x1BC; // float32 - public const nint m_flAgeMax = 0x1C0; // float32 - public const nint m_flNoiseScale = 0x1C4; // float32 - public const nint m_flNoiseScaleLoc = 0x1C8; // float32 - public const nint m_vecOffsetLoc = 0x1CC; // Vector - } - // Parent: CParticleFunctionInitializer - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_SequenceLifeTime { - public const nint m_flFramerate = 0x1B4; // float32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 12 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_RemapScalarToVector { - public const nint m_nFieldInput = 0x1B4; // ParticleAttributeIndex_t - public const nint m_nFieldOutput = 0x1B8; // ParticleAttributeIndex_t - public const nint m_flInputMin = 0x1BC; // float32 - public const nint m_flInputMax = 0x1C0; // float32 - public const nint m_vecOutputMin = 0x1C4; // Vector - public const nint m_vecOutputMax = 0x1D0; // Vector - public const nint m_flStartTime = 0x1DC; // float32 - public const nint m_flEndTime = 0x1E0; // float32 - public const nint m_nSetMethod = 0x1E4; // ParticleSetMethod_t - public const nint m_nControlPointNumber = 0x1E8; // int32 - public const nint m_bLocalCoords = 0x1EC; // bool - public const nint m_flRemapBias = 0x1F0; // float32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_OffsetVectorToVector { - public const nint m_nFieldInput = 0x1B4; // ParticleAttributeIndex_t - public const nint m_nFieldOutput = 0x1B8; // ParticleAttributeIndex_t - public const nint m_vecOutputMin = 0x1BC; // Vector - public const nint m_vecOutputMax = 0x1C8; // Vector - public const nint m_randomnessParameters = 0x1D4; // CRandomNumberGeneratorParameters - } - // Parent: CParticleFunctionInitializer - // Fields count: 6 - // - // Metadata: - // MParticleMinVersion - // MGetKV3ClassDefaults - public static class C_INIT_CreateSequentialPathV2 { - public const nint m_fMaxDistance = 0x1B8; // CPerParticleFloatInput - public const nint m_flNumToAssign = 0x308; // CParticleCollectionFloatInput - public const nint m_bLoop = 0x458; // bool - public const nint m_bCPPairs = 0x459; // bool - public const nint m_bSaveOffset = 0x45A; // bool - public const nint m_PathParams = 0x460; // CPathParameters - } - // Parent: CParticleFunctionInitializer - // Fields count: 6 - // - // Metadata: - // MParticleMaxVersion - // MParticleReplacementOp - // MGetKV3ClassDefaults - public static class C_INIT_CreateSequentialPath { - public const nint m_fMaxDistance = 0x1B4; // float32 - public const nint m_flNumToAssign = 0x1B8; // float32 - public const nint m_bLoop = 0x1BC; // bool - public const nint m_bCPPairs = 0x1BD; // bool - public const nint m_bSaveOffset = 0x1BE; // bool - public const nint m_PathParams = 0x1C0; // CPathParameters - } - // Parent: CParticleFunctionInitializer - // Fields count: 13 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_InitialRepulsionVelocity { - public const nint m_CollisionGroupName = 0x1B4; // char[128] - public const nint m_nTraceSet = 0x234; // ParticleTraceSet_t - public const nint m_vecOutputMin = 0x238; // Vector - public const nint m_vecOutputMax = 0x244; // Vector - public const nint m_nControlPointNumber = 0x250; // int32 - public const nint m_bPerParticle = 0x254; // bool - public const nint m_bTranslate = 0x255; // bool - public const nint m_bProportional = 0x256; // bool - public const nint m_flTraceLength = 0x258; // float32 - public const nint m_bPerParticleTR = 0x25C; // bool - public const nint m_bInherit = 0x25D; // bool - public const nint m_nChildCP = 0x260; // int32 - public const nint m_nChildGroupID = 0x264; // int32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_RandomYawFlip { - public const nint m_flPercent = 0x1B4; // float32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_RandomSecondSequence { - public const nint m_nSequenceMin = 0x1B4; // int32 - public const nint m_nSequenceMax = 0x1B8; // int32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 11 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_RemapCPtoScalar { - public const nint m_nCPInput = 0x1B4; // int32 - public const nint m_nFieldOutput = 0x1B8; // ParticleAttributeIndex_t - public const nint m_nField = 0x1BC; // int32 - public const nint m_flInputMin = 0x1C0; // float32 - public const nint m_flInputMax = 0x1C4; // float32 - public const nint m_flOutputMin = 0x1C8; // float32 - public const nint m_flOutputMax = 0x1CC; // float32 - public const nint m_flStartTime = 0x1D0; // float32 - public const nint m_flEndTime = 0x1D4; // float32 - public const nint m_nSetMethod = 0x1D8; // ParticleSetMethod_t - public const nint m_flRemapBias = 0x1DC; // float32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 13 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_RemapTransformToVector { - public const nint m_nFieldOutput = 0x1B4; // ParticleAttributeIndex_t - public const nint m_vInputMin = 0x1B8; // Vector - public const nint m_vInputMax = 0x1C4; // Vector - public const nint m_vOutputMin = 0x1D0; // Vector - public const nint m_vOutputMax = 0x1DC; // Vector - public const nint m_TransformInput = 0x1E8; // CParticleTransformInput - public const nint m_LocalSpaceTransform = 0x248; // CParticleTransformInput - public const nint m_flStartTime = 0x2A8; // float32 - public const nint m_flEndTime = 0x2AC; // float32 - public const nint m_nSetMethod = 0x2B0; // ParticleSetMethod_t - public const nint m_bOffset = 0x2B4; // bool - public const nint m_bAccelerate = 0x2B5; // bool - public const nint m_flRemapBias = 0x2B8; // float32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 9 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_ChaoticAttractor { - public const nint m_flAParm = 0x1B4; // float32 - public const nint m_flBParm = 0x1B8; // float32 - public const nint m_flCParm = 0x1BC; // float32 - public const nint m_flDParm = 0x1C0; // float32 - public const nint m_flScale = 0x1C4; // float32 - public const nint m_flSpeedMin = 0x1C8; // float32 - public const nint m_flSpeedMax = 0x1CC; // float32 - public const nint m_nBaseCP = 0x1D0; // int32 - public const nint m_bUniformSpeed = 0x1D4; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_CreateFromParentParticles { - public const nint m_flVelocityScale = 0x1B4; // float32 - public const nint m_flIncrement = 0x1B8; // float32 - public const nint m_bRandomDistribution = 0x1BC; // bool - public const nint m_nRandomSeed = 0x1C0; // int32 - public const nint m_bSubFrame = 0x1C4; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_InheritFromParentParticles { - public const nint m_flScale = 0x1B4; // float32 - public const nint m_nFieldOutput = 0x1B8; // ParticleAttributeIndex_t - public const nint m_nIncrement = 0x1BC; // int32 - public const nint m_bRandomDistribution = 0x1C0; // bool - public const nint m_nRandomSeed = 0x1C4; // int32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_CreateFromCPs { - public const nint m_nIncrement = 0x1B4; // int32 - public const nint m_nMinCP = 0x1B8; // int32 - public const nint m_nMaxCP = 0x1BC; // int32 - public const nint m_nDynamicCPCount = 0x1C0; // CParticleCollectionFloatInput - } - // Parent: CParticleFunctionInitializer - // Fields count: 15 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_DistanceToCPInit { - public const nint m_nFieldOutput = 0x1B4; // ParticleAttributeIndex_t - public const nint m_flInputMin = 0x1B8; // CPerParticleFloatInput - public const nint m_flInputMax = 0x308; // CPerParticleFloatInput - public const nint m_flOutputMin = 0x458; // CPerParticleFloatInput - public const nint m_flOutputMax = 0x5A8; // CPerParticleFloatInput - public const nint m_nStartCP = 0x6F8; // int32 - public const nint m_bLOS = 0x6FC; // bool - public const nint m_CollisionGroupName = 0x6FD; // char[128] - public const nint m_nTraceSet = 0x780; // ParticleTraceSet_t - public const nint m_flMaxTraceLength = 0x788; // CPerParticleFloatInput - public const nint m_flLOSScale = 0x8D8; // float32 - public const nint m_nSetMethod = 0x8DC; // ParticleSetMethod_t - public const nint m_bActiveRange = 0x8E0; // bool - public const nint m_vecDistanceScale = 0x8E4; // Vector - public const nint m_flRemapBias = 0x8F0; // float32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_LifespanFromVelocity { - public const nint m_vecComponentScale = 0x1B4; // Vector - public const nint m_flTraceOffset = 0x1C0; // float32 - public const nint m_flMaxTraceLength = 0x1C4; // float32 - public const nint m_flTraceTolerance = 0x1C8; // float32 - public const nint m_nMaxPlanes = 0x1CC; // int32 - public const nint m_CollisionGroupName = 0x1D4; // char[128] - public const nint m_nTraceSet = 0x254; // ParticleTraceSet_t - public const nint m_bIncludeWater = 0x260; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_CreateFromPlaneCache { - public const nint m_vecOffsetMin = 0x1B4; // Vector - public const nint m_vecOffsetMax = 0x1C0; // Vector - public const nint m_bUseNormal = 0x1CD; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_ModelCull { - public const nint m_nControlPointNumber = 0x1B4; // int32 - public const nint m_bBoundBox = 0x1B8; // bool - public const nint m_bCullOutside = 0x1B9; // bool - public const nint m_bUseBones = 0x1BA; // bool - public const nint m_HitboxSetName = 0x1BB; // char[128] - } - // Parent: CParticleFunctionInitializer - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_DistanceCull { - public const nint m_nControlPoint = 0x1B4; // int32 - public const nint m_flDistance = 0x1B8; // CParticleCollectionFloatInput - public const nint m_bCullInside = 0x308; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_PlaneCull { - public const nint m_nControlPoint = 0x1B4; // int32 - public const nint m_flDistance = 0x1B8; // CParticleCollectionFloatInput - public const nint m_bCullInside = 0x308; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_DistanceToNeighborCull { - public const nint m_flDistance = 0x1B8; // CPerParticleFloatInput - } - // Parent: CParticleFunctionInitializer - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_RtEnvCull { - public const nint m_vecTestDir = 0x1B4; // Vector - public const nint m_vecTestNormal = 0x1C0; // Vector - public const nint m_bUseVelocity = 0x1CC; // bool - public const nint m_bCullOnMiss = 0x1CD; // bool - public const nint m_bLifeAdjust = 0x1CE; // bool - public const nint m_RtEnvName = 0x1CF; // char[128] - public const nint m_nRTEnvCP = 0x250; // int32 - public const nint m_nComponent = 0x254; // int32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_NormalAlignToCP { - public const nint m_transformInput = 0x1B8; // CParticleTransformInput - public const nint m_nControlPointAxis = 0x218; // ParticleControlPointAxis_t - } - // Parent: CParticleFunctionInitializer - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_NormalOffset { - public const nint m_OffsetMin = 0x1B4; // Vector - public const nint m_OffsetMax = 0x1C0; // Vector - public const nint m_nControlPointNumber = 0x1CC; // int32 - public const nint m_bLocalCoords = 0x1D0; // bool - public const nint m_bNormalize = 0x1D1; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_RemapSpeedToScalar { - public const nint m_nFieldOutput = 0x1B4; // ParticleAttributeIndex_t - public const nint m_nControlPointNumber = 0x1B8; // int32 - public const nint m_flStartTime = 0x1BC; // float32 - public const nint m_flEndTime = 0x1C0; // float32 - public const nint m_flInputMin = 0x1C4; // float32 - public const nint m_flInputMax = 0x1C8; // float32 - public const nint m_flOutputMin = 0x1CC; // float32 - public const nint m_flOutputMax = 0x1D0; // float32 - public const nint m_nSetMethod = 0x1D4; // ParticleSetMethod_t - public const nint m_bPerParticle = 0x1D8; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_InitFromCPSnapshot { - public const nint m_nControlPointNumber = 0x1B4; // int32 - public const nint m_nAttributeToRead = 0x1B8; // ParticleAttributeIndex_t - public const nint m_nAttributeToWrite = 0x1BC; // ParticleAttributeIndex_t - public const nint m_nLocalSpaceCP = 0x1C0; // int32 - public const nint m_bRandom = 0x1C4; // bool - public const nint m_bReverse = 0x1C5; // bool - public const nint m_nSnapShotIncrement = 0x1C8; // CParticleCollectionFloatInput - public const nint m_nManualSnapshotIndex = 0x318; // CPerParticleFloatInput - public const nint m_nRandomSeed = 0x468; // int32 - public const nint m_bLocalSpaceAngles = 0x46C; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 19 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_InitSkinnedPositionFromCPSnapshot { - public const nint m_nSnapshotControlPointNumber = 0x1B4; // int32 - public const nint m_nControlPointNumber = 0x1B8; // int32 - public const nint m_bRandom = 0x1BC; // bool - public const nint m_nRandomSeed = 0x1C0; // int32 - public const nint m_bRigid = 0x1C4; // bool - public const nint m_bSetNormal = 0x1C5; // bool - public const nint m_bIgnoreDt = 0x1C6; // bool - public const nint m_flMinNormalVelocity = 0x1C8; // float32 - public const nint m_flMaxNormalVelocity = 0x1CC; // float32 - public const nint m_nIndexType = 0x1D0; // SnapshotIndexType_t - public const nint m_flReadIndex = 0x1D8; // CPerParticleFloatInput - public const nint m_flIncrement = 0x328; // float32 - public const nint m_nFullLoopIncrement = 0x32C; // int32 - public const nint m_nSnapShotStartPoint = 0x330; // int32 - public const nint m_flBoneVelocity = 0x334; // float32 - public const nint m_flBoneVelocityMax = 0x338; // float32 - public const nint m_bCopyColor = 0x33C; // bool - public const nint m_bCopyAlpha = 0x33D; // bool - public const nint m_bSetRadius = 0x33E; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_InitFromParentKilled { - public const nint m_nAttributeToCopy = 0x1B4; // ParticleAttributeIndex_t - } - // Parent: CParticleFunctionInitializer - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_InitFromVectorFieldSnapshot { - public const nint m_nControlPointNumber = 0x1B4; // int32 - public const nint m_nLocalSpaceCP = 0x1B8; // int32 - public const nint m_nWeightUpdateCP = 0x1BC; // int32 - public const nint m_bUseVerticalVelocity = 0x1C0; // bool - public const nint m_vecScale = 0x1C8; // CPerParticleVecInput - } - // Parent: CParticleFunctionInitializer - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_RemapInitialDirectionToTransformToVector { - public const nint m_TransformInput = 0x1B8; // CParticleTransformInput - public const nint m_nFieldOutput = 0x218; // ParticleAttributeIndex_t - public const nint m_flScale = 0x21C; // float32 - public const nint m_flOffsetRot = 0x220; // float32 - public const nint m_vecOffsetAxis = 0x224; // Vector - public const nint m_bNormalize = 0x230; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_RemapInitialTransformDirectionToRotation { - public const nint m_TransformInput = 0x1B8; // CParticleTransformInput - public const nint m_nFieldOutput = 0x218; // ParticleAttributeIndex_t - public const nint m_flOffsetRot = 0x21C; // float32 - public const nint m_nComponent = 0x220; // int32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_RemapQAnglesToRotation { - public const nint m_TransformInput = 0x1B8; // CParticleTransformInput - } - // Parent: CParticleFunctionInitializer - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_RemapTransformOrientationToRotations { - public const nint m_TransformInput = 0x1B8; // CParticleTransformInput - public const nint m_vecRotation = 0x218; // Vector - public const nint m_bUseQuat = 0x224; // bool - public const nint m_bWriteNormal = 0x225; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_SetRigidAttachment { - public const nint m_nControlPointNumber = 0x1B4; // int32 - public const nint m_nFieldInput = 0x1B8; // ParticleAttributeIndex_t - public const nint m_nFieldOutput = 0x1BC; // ParticleAttributeIndex_t - public const nint m_bLocalSpace = 0x1C0; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_RemapInitialVisibilityScalar { - public const nint m_nFieldOutput = 0x1B8; // ParticleAttributeIndex_t - public const nint m_flInputMin = 0x1BC; // float32 - public const nint m_flInputMax = 0x1C0; // float32 - public const nint m_flOutputMin = 0x1C4; // float32 - public const nint m_flOutputMax = 0x1C8; // float32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_RadiusFromCPObject { - public const nint m_nControlPoint = 0x1B4; // int32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_InitialSequenceFromModel { - public const nint m_nControlPointNumber = 0x1B4; // int32 - public const nint m_nFieldOutput = 0x1B8; // ParticleAttributeIndex_t - public const nint m_nFieldOutputAnim = 0x1BC; // ParticleAttributeIndex_t - public const nint m_flInputMin = 0x1C0; // float32 - public const nint m_flInputMax = 0x1C4; // float32 - public const nint m_flOutputMin = 0x1C8; // float32 - public const nint m_flOutputMax = 0x1CC; // float32 - public const nint m_nSetMethod = 0x1D0; // ParticleSetMethod_t - } - // Parent: CParticleFunctionInitializer - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_GlobalScale { - public const nint m_flScale = 0x1B4; // float32 - public const nint m_nScaleControlPointNumber = 0x1B8; // int32 - public const nint m_nControlPointNumber = 0x1BC; // int32 - public const nint m_bScaleRadius = 0x1C0; // bool - public const nint m_bScalePosition = 0x1C1; // bool - public const nint m_bScaleVelocity = 0x1C2; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_PointList { - public const nint m_nFieldOutput = 0x1B4; // ParticleAttributeIndex_t - public const nint m_pointList = 0x1B8; // CUtlVector - public const nint m_bPlaceAlongPath = 0x1D0; // bool - public const nint m_bClosedLoop = 0x1D1; // bool - public const nint m_nNumPointsAlongPath = 0x1D4; // int32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_RandomNamedModelElement { - public const nint m_hModel = 0x1B8; // CStrongHandle - public const nint m_names = 0x1C0; // CUtlVector - public const nint m_bShuffle = 0x1D8; // bool - public const nint m_bLinear = 0x1D9; // bool - public const nint m_bModelFromRenderer = 0x1DA; // bool - public const nint m_nFieldOutput = 0x1DC; // ParticleAttributeIndex_t - } - // Parent: C_INIT_RandomNamedModelElement - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_RandomNamedModelSequence { - } - // Parent: C_INIT_RandomNamedModelElement - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_RandomNamedModelBodyPart { - } - // Parent: C_INIT_RandomNamedModelElement - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_RandomNamedModelMeshGroup { - } - // Parent: CParticleFunctionInitializer - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_RemapNamedModelElementToScalar { - public const nint m_hModel = 0x1B8; // CStrongHandle - public const nint m_names = 0x1C0; // CUtlVector - public const nint m_values = 0x1D8; // CUtlVector - public const nint m_nFieldInput = 0x1F0; // ParticleAttributeIndex_t - public const nint m_nFieldOutput = 0x1F4; // ParticleAttributeIndex_t - public const nint m_nSetMethod = 0x1F8; // ParticleSetMethod_t - public const nint m_bModelFromRenderer = 0x1FC; // bool - } - // Parent: C_INIT_RemapNamedModelElementToScalar - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_RemapNamedModelSequenceToScalar { - } - // Parent: C_INIT_RemapNamedModelElementToScalar - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_RemapNamedModelBodyPartToScalar { - } - // Parent: C_INIT_RemapNamedModelElementToScalar - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_RemapNamedModelMeshGroupToScalar { - } - // Parent: CParticleFunctionInitializer - // Fields count: 18 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_StatusEffect { - public const nint m_nDetail2Combo = 0x1B4; // Detail2Combo_t - public const nint m_flDetail2Rotation = 0x1B8; // float32 - public const nint m_flDetail2Scale = 0x1BC; // float32 - public const nint m_flDetail2BlendFactor = 0x1C0; // float32 - public const nint m_flColorWarpIntensity = 0x1C4; // float32 - public const nint m_flDiffuseWarpBlendToFull = 0x1C8; // float32 - public const nint m_flEnvMapIntensity = 0x1CC; // float32 - public const nint m_flAmbientScale = 0x1D0; // float32 - public const nint m_specularColor = 0x1D4; // Color - public const nint m_flSpecularScale = 0x1D8; // float32 - public const nint m_flSpecularExponent = 0x1DC; // float32 - public const nint m_flSpecularExponentBlendToFull = 0x1E0; // float32 - public const nint m_flSpecularBlendToFull = 0x1E4; // float32 - public const nint m_rimLightColor = 0x1E8; // Color - public const nint m_flRimLightScale = 0x1EC; // float32 - public const nint m_flReflectionsTintByBaseBlendToNone = 0x1F0; // float32 - public const nint m_flMetalnessBlendToFull = 0x1F4; // float32 - public const nint m_flSelfIllumBlendToFull = 0x1F8; // float32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 19 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_StatusEffectCitadel { - public const nint m_flSFXColorWarpAmount = 0x1B4; // float32 - public const nint m_flSFXNormalAmount = 0x1B8; // float32 - public const nint m_flSFXMetalnessAmount = 0x1BC; // float32 - public const nint m_flSFXRoughnessAmount = 0x1C0; // float32 - public const nint m_flSFXSelfIllumAmount = 0x1C4; // float32 - public const nint m_flSFXSScale = 0x1C8; // float32 - public const nint m_flSFXSScrollX = 0x1CC; // float32 - public const nint m_flSFXSScrollY = 0x1D0; // float32 - public const nint m_flSFXSScrollZ = 0x1D4; // float32 - public const nint m_flSFXSOffsetX = 0x1D8; // float32 - public const nint m_flSFXSOffsetY = 0x1DC; // float32 - public const nint m_flSFXSOffsetZ = 0x1E0; // float32 - public const nint m_nDetailCombo = 0x1E4; // DetailCombo_t - public const nint m_flSFXSDetailAmount = 0x1E8; // float32 - public const nint m_flSFXSDetailScale = 0x1EC; // float32 - public const nint m_flSFXSDetailScrollX = 0x1F0; // float32 - public const nint m_flSFXSDetailScrollY = 0x1F4; // float32 - public const nint m_flSFXSDetailScrollZ = 0x1F8; // float32 - public const nint m_flSFXSUseModelUVs = 0x1FC; // float32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_CreateParticleImpulse { - public const nint m_InputRadius = 0x1B8; // CPerParticleFloatInput - public const nint m_InputMagnitude = 0x308; // CPerParticleFloatInput - public const nint m_nFalloffFunction = 0x458; // ParticleFalloffFunction_t - public const nint m_InputFalloffExp = 0x460; // CPerParticleFloatInput - public const nint m_nImpulseType = 0x5B0; // ParticleImpulseType_t - } - // Parent: CParticleFunctionInitializer - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_QuantizeFloat { - public const nint m_InputValue = 0x1B8; // CPerParticleFloatInput - public const nint m_nOutputField = 0x308; // ParticleAttributeIndex_t - } - // Parent: CParticleFunctionInitializer - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_SetAttributeToScalarExpression { - public const nint m_nExpression = 0x1B4; // ScalarExpressionType_t - public const nint m_flInput1 = 0x1B8; // CPerParticleFloatInput - public const nint m_flInput2 = 0x308; // CPerParticleFloatInput - public const nint m_flOutputRemap = 0x458; // CParticleRemapFloatInput - public const nint m_nOutputField = 0x5A8; // ParticleAttributeIndex_t - public const nint m_nSetMethod = 0x5AC; // ParticleSetMethod_t - } - // Parent: CParticleFunctionInitializer - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_SetVectorAttributeToVectorExpression { - public const nint m_nExpression = 0x1B4; // VectorExpressionType_t - public const nint m_vInput1 = 0x1B8; // CPerParticleVecInput - public const nint m_vInput2 = 0x7E8; // CPerParticleVecInput - public const nint m_nOutputField = 0xE18; // ParticleAttributeIndex_t - public const nint m_nSetMethod = 0xE1C; // ParticleSetMethod_t - public const nint m_bNormalizedOutput = 0xE20; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_InitFloatCollection { - public const nint m_InputValue = 0x1B8; // CParticleCollectionFloatInput - public const nint m_nOutputField = 0x308; // ParticleAttributeIndex_t - } - // Parent: CParticleFunctionInitializer - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_InitFloat { - public const nint m_InputValue = 0x1B8; // CPerParticleFloatInput - public const nint m_nOutputField = 0x308; // ParticleAttributeIndex_t - public const nint m_nSetMethod = 0x30C; // ParticleSetMethod_t - public const nint m_InputStrength = 0x310; // CPerParticleFloatInput - } - // Parent: CParticleFunctionInitializer - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_InitVecCollection { - public const nint m_InputValue = 0x1B8; // CParticleCollectionVecInput - public const nint m_nOutputField = 0x7E8; // ParticleAttributeIndex_t - } - // Parent: CParticleFunctionInitializer - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_INIT_InitVec { - public const nint m_InputValue = 0x1B8; // CPerParticleVecInput - public const nint m_nOutputField = 0x7E8; // ParticleAttributeIndex_t - public const nint m_nSetMethod = 0x7EC; // ParticleSetMethod_t - public const nint m_bNormalizedOutput = 0x7F0; // bool - public const nint m_bWritePreviousPosition = 0x7F1; // bool - } - // Parent: CParticleFunctionEmitter - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_InstantaneousEmitter { - public const nint m_nParticlesToEmit = 0x1B8; // CParticleCollectionFloatInput - public const nint m_flStartTime = 0x308; // CParticleCollectionFloatInput - public const nint m_flInitFromKilledParentParticles = 0x458; // float32 - public const nint m_flParentParticleScale = 0x460; // CParticleCollectionFloatInput - public const nint m_nMaxEmittedPerFrame = 0x5B0; // int32 - public const nint m_nSnapshotControlPoint = 0x5B4; // int32 - } - // Parent: CParticleFunctionEmitter - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_ContinuousEmitter { - public const nint m_flEmissionDuration = 0x1B8; // CParticleCollectionFloatInput - public const nint m_flStartTime = 0x308; // CParticleCollectionFloatInput - public const nint m_flEmitRate = 0x458; // CParticleCollectionFloatInput - public const nint m_flEmissionScale = 0x5A8; // float32 - public const nint m_flScalePerParentParticle = 0x5AC; // float32 - public const nint m_bInitFromKilledParentParticles = 0x5B0; // bool - public const nint m_nSnapshotControlPoint = 0x5B4; // int32 - public const nint m_nLimitPerUpdate = 0x5B8; // int32 - public const nint m_bForceEmitOnFirstUpdate = 0x5BC; // bool - public const nint m_bForceEmitOnLastUpdate = 0x5BD; // bool - } - // Parent: CParticleFunctionEmitter - // Fields count: 15 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_NoiseEmitter { - public const nint m_flEmissionDuration = 0x1B4; // float32 - public const nint m_flStartTime = 0x1B8; // float32 - public const nint m_flEmissionScale = 0x1BC; // float32 - public const nint m_nScaleControlPoint = 0x1C0; // int32 - public const nint m_nScaleControlPointField = 0x1C4; // int32 - public const nint m_nWorldNoisePoint = 0x1C8; // int32 - public const nint m_bAbsVal = 0x1CC; // bool - public const nint m_bAbsValInv = 0x1CD; // bool - public const nint m_flOffset = 0x1D0; // float32 - public const nint m_flOutputMin = 0x1D4; // float32 - public const nint m_flOutputMax = 0x1D8; // float32 - public const nint m_flNoiseScale = 0x1DC; // float32 - public const nint m_flWorldNoiseScale = 0x1E0; // float32 - public const nint m_vecOffsetLoc = 0x1E4; // Vector - public const nint m_flWorldTimeScale = 0x1F0; // float32 - } - // Parent: CParticleFunctionEmitter - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_MaintainEmitter { - public const nint m_nParticlesToMaintain = 0x1B8; // CParticleCollectionFloatInput - public const nint m_flStartTime = 0x308; // float32 - public const nint m_flEmissionDuration = 0x310; // CParticleCollectionFloatInput - public const nint m_flEmissionRate = 0x460; // float32 - public const nint m_nSnapshotControlPoint = 0x464; // int32 - public const nint m_bEmitInstantaneously = 0x468; // bool - public const nint m_bFinalEmitOnStop = 0x469; // bool - public const nint m_flScale = 0x470; // CParticleCollectionFloatInput - } - // Parent: CParticleFunctionForce - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_RandomForce { - public const nint m_MinForce = 0x1BC; // Vector - public const nint m_MaxForce = 0x1C8; // Vector - } - // Parent: CParticleFunctionForce - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_CPVelocityForce { - public const nint m_nControlPointNumber = 0x1BC; // int32 - public const nint m_flScale = 0x1C0; // CPerParticleFloatInput - } - // Parent: CParticleFunctionForce - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_ParentVortices { - public const nint m_flForceScale = 0x1BC; // float32 - public const nint m_vecTwistAxis = 0x1C0; // Vector - public const nint m_bFlipBasedOnYaw = 0x1CC; // bool - } - // Parent: CParticleFunctionForce - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_TwistAroundAxis { - public const nint m_fForceAmount = 0x1BC; // float32 - public const nint m_TwistAxis = 0x1C0; // Vector - public const nint m_bLocalSpace = 0x1CC; // bool - public const nint m_nControlPointNumber = 0x1D0; // int32 - } - // Parent: CParticleFunctionForce - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_AttractToControlPoint { - public const nint m_vecComponentScale = 0x1BC; // Vector - public const nint m_fForceAmount = 0x1C8; // CPerParticleFloatInput - public const nint m_fFalloffPower = 0x318; // float32 - public const nint m_TransformInput = 0x320; // CParticleTransformInput - public const nint m_fForceAmountMin = 0x380; // CPerParticleFloatInput - public const nint m_bApplyMinForce = 0x4D0; // bool - } - // Parent: CParticleFunctionForce - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_ForceBasedOnDistanceToPlane { - public const nint m_flMinDist = 0x1BC; // float32 - public const nint m_vecForceAtMinDist = 0x1C0; // Vector - public const nint m_flMaxDist = 0x1CC; // float32 - public const nint m_vecForceAtMaxDist = 0x1D0; // Vector - public const nint m_vecPlaneNormal = 0x1DC; // Vector - public const nint m_nControlPointNumber = 0x1E8; // int32 - public const nint m_flExponent = 0x1EC; // float32 - } - // Parent: CParticleFunctionForce - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_TimeVaryingForce { - public const nint m_flStartLerpTime = 0x1BC; // float32 - public const nint m_StartingForce = 0x1C0; // Vector - public const nint m_flEndLerpTime = 0x1CC; // float32 - public const nint m_EndingForce = 0x1D0; // Vector - } - // Parent: CParticleFunctionForce - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_TurbulenceForce { - public const nint m_flNoiseCoordScale0 = 0x1BC; // float32 - public const nint m_flNoiseCoordScale1 = 0x1C0; // float32 - public const nint m_flNoiseCoordScale2 = 0x1C4; // float32 - public const nint m_flNoiseCoordScale3 = 0x1C8; // float32 - public const nint m_vecNoiseAmount0 = 0x1CC; // Vector - public const nint m_vecNoiseAmount1 = 0x1D8; // Vector - public const nint m_vecNoiseAmount2 = 0x1E4; // Vector - public const nint m_vecNoiseAmount3 = 0x1F0; // Vector - } - // Parent: CParticleFunctionForce - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_CurlNoiseForce { - public const nint m_nNoiseType = 0x1BC; // ParticleDirectionNoiseType_t - public const nint m_vecNoiseFreq = 0x1C0; // CPerParticleVecInput - public const nint m_vecNoiseScale = 0x7F0; // CPerParticleVecInput - public const nint m_vecOffset = 0xE20; // CPerParticleVecInput - public const nint m_vecOffsetRate = 0x1450; // CPerParticleVecInput - public const nint m_flWorleySeed = 0x1A80; // CPerParticleFloatInput - public const nint m_flWorleyJitter = 0x1BD0; // CPerParticleFloatInput - } - // Parent: CParticleFunctionForce - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_PerParticleForce { - public const nint m_flForceScale = 0x1C0; // CPerParticleFloatInput - public const nint m_vForce = 0x310; // CPerParticleVecInput - public const nint m_nCP = 0x940; // int32 - } - // Parent: CParticleFunctionForce - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_WindForce { - public const nint m_vForce = 0x1BC; // Vector - } - // Parent: CParticleFunctionForce - // Fields count: 11 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_ExternalWindForce { - public const nint m_vecSamplePosition = 0x1C0; // CPerParticleVecInput - public const nint m_vecScale = 0x7F0; // CPerParticleVecInput - public const nint m_bSampleWind = 0xE20; // bool - public const nint m_bSampleWater = 0xE21; // bool - public const nint m_bDampenNearWaterPlane = 0xE22; // bool - public const nint m_bSampleGravity = 0xE23; // bool - public const nint m_vecGravityForce = 0xE28; // CPerParticleVecInput - public const nint m_bUseBasicMovementGravity = 0x1458; // bool - public const nint m_flLocalGravityScale = 0x1460; // CPerParticleFloatInput - public const nint m_flLocalBuoyancyScale = 0x15B0; // CPerParticleFloatInput - public const nint m_vecBuoyancyForce = 0x1700; // CPerParticleVecInput - } - // Parent: CParticleFunctionForce - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_ExternalGameImpulseForce { - public const nint m_flForceScale = 0x1C0; // CPerParticleFloatInput - public const nint m_bRopes = 0x310; // bool - public const nint m_bRopesZOnly = 0x311; // bool - public const nint m_bExplosions = 0x312; // bool - public const nint m_bParticles = 0x313; // bool - } - // Parent: CParticleFunctionForce - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_LocalAccelerationForce { - public const nint m_nCP = 0x1BC; // int32 - public const nint m_nScaleCP = 0x1C0; // int32 - public const nint m_vecAccel = 0x1C8; // CParticleCollectionVecInput - } - // Parent: CParticleFunctionForce - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_DensityForce { - public const nint m_flRadiusScale = 0x1BC; // float32 - public const nint m_flForceScale = 0x1C0; // float32 - public const nint m_flTargetDensity = 0x1C4; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_BasicMovement { - public const nint m_Gravity = 0x1B0; // CParticleCollectionVecInput - public const nint m_fDrag = 0x7E0; // CParticleCollectionFloatInput - public const nint m_nMaxConstraintPasses = 0x930; // int32 - } - // Parent: CParticleFunctionOperator - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_FadeAndKill { - public const nint m_flStartFadeInTime = 0x1B0; // float32 - public const nint m_flEndFadeInTime = 0x1B4; // float32 - public const nint m_flStartFadeOutTime = 0x1B8; // float32 - public const nint m_flEndFadeOutTime = 0x1BC; // float32 - public const nint m_flStartAlpha = 0x1C0; // float32 - public const nint m_flEndAlpha = 0x1C4; // float32 - public const nint m_bForcePreserveParticleOrder = 0x1C8; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_FadeAndKillForTracers { - public const nint m_flStartFadeInTime = 0x1B0; // float32 - public const nint m_flEndFadeInTime = 0x1B4; // float32 - public const nint m_flStartFadeOutTime = 0x1B8; // float32 - public const nint m_flEndFadeOutTime = 0x1BC; // float32 - public const nint m_flStartAlpha = 0x1C0; // float32 - public const nint m_flEndAlpha = 0x1C4; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_FadeIn { - public const nint m_flFadeInTimeMin = 0x1B0; // float32 - public const nint m_flFadeInTimeMax = 0x1B4; // float32 - public const nint m_flFadeInTimeExp = 0x1B8; // float32 - public const nint m_bProportional = 0x1BC; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_FadeOut { - public const nint m_flFadeOutTimeMin = 0x1B0; // float32 - public const nint m_flFadeOutTimeMax = 0x1B4; // float32 - public const nint m_flFadeOutTimeExp = 0x1B8; // float32 - public const nint m_flFadeBias = 0x1BC; // float32 - public const nint m_bProportional = 0x1F0; // bool - public const nint m_bEaseInAndOut = 0x1F1; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_FadeInSimple { - public const nint m_flFadeInTime = 0x1B0; // float32 - public const nint m_nFieldOutput = 0x1B4; // ParticleAttributeIndex_t - } - // Parent: CParticleFunctionOperator - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_FadeOutSimple { - public const nint m_flFadeOutTime = 0x1B0; // float32 - public const nint m_nFieldOutput = 0x1B4; // ParticleAttributeIndex_t - } - // Parent: CParticleFunctionOperator - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_ClampScalar { - public const nint m_nFieldOutput = 0x1B0; // ParticleAttributeIndex_t - public const nint m_flOutputMin = 0x1B8; // CPerParticleFloatInput - public const nint m_flOutputMax = 0x308; // CPerParticleFloatInput - } - // Parent: CParticleFunctionOperator - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_ClampVector { - public const nint m_nFieldOutput = 0x1B0; // ParticleAttributeIndex_t - public const nint m_vecOutputMin = 0x1B8; // CPerParticleVecInput - public const nint m_vecOutputMax = 0x7E8; // CPerParticleVecInput - } - // Parent: CParticleFunctionOperator - // Fields count: 13 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_OscillateScalar { - public const nint m_RateMin = 0x1B0; // float32 - public const nint m_RateMax = 0x1B4; // float32 - public const nint m_FrequencyMin = 0x1B8; // float32 - public const nint m_FrequencyMax = 0x1BC; // float32 - public const nint m_nField = 0x1C0; // ParticleAttributeIndex_t - public const nint m_bProportional = 0x1C4; // bool - public const nint m_bProportionalOp = 0x1C5; // bool - public const nint m_flStartTime_min = 0x1C8; // float32 - public const nint m_flStartTime_max = 0x1CC; // float32 - public const nint m_flEndTime_min = 0x1D0; // float32 - public const nint m_flEndTime_max = 0x1D4; // float32 - public const nint m_flOscMult = 0x1D8; // float32 - public const nint m_flOscAdd = 0x1DC; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_OscillateScalarSimple { - public const nint m_Rate = 0x1B0; // float32 - public const nint m_Frequency = 0x1B4; // float32 - public const nint m_nField = 0x1B8; // ParticleAttributeIndex_t - public const nint m_flOscMult = 0x1BC; // float32 - public const nint m_flOscAdd = 0x1C0; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 15 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_OscillateVector { - public const nint m_RateMin = 0x1B0; // Vector - public const nint m_RateMax = 0x1BC; // Vector - public const nint m_FrequencyMin = 0x1C8; // Vector - public const nint m_FrequencyMax = 0x1D4; // Vector - public const nint m_nField = 0x1E0; // ParticleAttributeIndex_t - public const nint m_bProportional = 0x1E4; // bool - public const nint m_bProportionalOp = 0x1E5; // bool - public const nint m_bOffset = 0x1E6; // bool - public const nint m_flStartTime_min = 0x1E8; // float32 - public const nint m_flStartTime_max = 0x1EC; // float32 - public const nint m_flEndTime_min = 0x1F0; // float32 - public const nint m_flEndTime_max = 0x1F4; // float32 - public const nint m_flOscMult = 0x1F8; // CPerParticleFloatInput - public const nint m_flOscAdd = 0x348; // CPerParticleFloatInput - public const nint m_flRateScale = 0x498; // CPerParticleFloatInput - } - // Parent: CParticleFunctionOperator - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_OscillateVectorSimple { - public const nint m_Rate = 0x1B0; // Vector - public const nint m_Frequency = 0x1BC; // Vector - public const nint m_nField = 0x1C8; // ParticleAttributeIndex_t - public const nint m_flOscMult = 0x1CC; // float32 - public const nint m_flOscAdd = 0x1D0; // float32 - public const nint m_bOffset = 0x1D4; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 9 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_DifferencePreviousParticle { - public const nint m_nFieldInput = 0x1B0; // ParticleAttributeIndex_t - public const nint m_nFieldOutput = 0x1B4; // ParticleAttributeIndex_t - public const nint m_flInputMin = 0x1B8; // float32 - public const nint m_flInputMax = 0x1BC; // float32 - public const nint m_flOutputMin = 0x1C0; // float32 - public const nint m_flOutputMax = 0x1C4; // float32 - public const nint m_nSetMethod = 0x1C8; // ParticleSetMethod_t - public const nint m_bActiveRange = 0x1CC; // bool - public const nint m_bSetPreviousParticle = 0x1CD; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_PointVectorAtNextParticle { - public const nint m_nFieldOutput = 0x1B0; // ParticleAttributeIndex_t - public const nint m_flInterpolation = 0x1B8; // CPerParticleFloatInput - } - // Parent: CParticleFunctionOperator - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_RemapScalar { - public const nint m_nFieldInput = 0x1B0; // ParticleAttributeIndex_t - public const nint m_nFieldOutput = 0x1B4; // ParticleAttributeIndex_t - public const nint m_flInputMin = 0x1B8; // float32 - public const nint m_flInputMax = 0x1BC; // float32 - public const nint m_flOutputMin = 0x1C0; // float32 - public const nint m_flOutputMax = 0x1C4; // float32 - public const nint m_bOldCode = 0x1C8; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_RemapDensityToVector { - public const nint m_flRadiusScale = 0x1B0; // float32 - public const nint m_nFieldOutput = 0x1B4; // ParticleAttributeIndex_t - public const nint m_flDensityMin = 0x1B8; // float32 - public const nint m_flDensityMax = 0x1BC; // float32 - public const nint m_vecOutputMin = 0x1C0; // Vector - public const nint m_vecOutputMax = 0x1CC; // Vector - public const nint m_bUseParentDensity = 0x1D8; // bool - public const nint m_nVoxelGridResolution = 0x1DC; // int32 - } - // Parent: CParticleFunctionOperator - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_Diffusion { - public const nint m_flRadiusScale = 0x1B0; // float32 - public const nint m_nFieldOutput = 0x1B4; // ParticleAttributeIndex_t - public const nint m_nVoxelGridResolution = 0x1B8; // int32 - } - // Parent: CParticleFunctionOperator - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_RemapScalarEndCap { - public const nint m_nFieldInput = 0x1B0; // ParticleAttributeIndex_t - public const nint m_nFieldOutput = 0x1B4; // ParticleAttributeIndex_t - public const nint m_flInputMin = 0x1B8; // float32 - public const nint m_flInputMax = 0x1BC; // float32 - public const nint m_flOutputMin = 0x1C0; // float32 - public const nint m_flOutputMax = 0x1C4; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_ReinitializeScalarEndCap { - public const nint m_nFieldOutput = 0x1B0; // ParticleAttributeIndex_t - public const nint m_flOutputMin = 0x1B4; // float32 - public const nint m_flOutputMax = 0x1B8; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_RemapScalarOnceTimed { - public const nint m_bProportional = 0x1B0; // bool - public const nint m_nFieldInput = 0x1B4; // ParticleAttributeIndex_t - public const nint m_nFieldOutput = 0x1B8; // ParticleAttributeIndex_t - public const nint m_flInputMin = 0x1BC; // float32 - public const nint m_flInputMax = 0x1C0; // float32 - public const nint m_flOutputMin = 0x1C4; // float32 - public const nint m_flOutputMax = 0x1C8; // float32 - public const nint m_flRemapTime = 0x1CC; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_RemapParticleCountOnScalarEndCap { - public const nint m_nFieldOutput = 0x1B0; // ParticleAttributeIndex_t - public const nint m_nInputMin = 0x1B4; // int32 - public const nint m_nInputMax = 0x1B8; // int32 - public const nint m_flOutputMin = 0x1BC; // float32 - public const nint m_flOutputMax = 0x1C0; // float32 - public const nint m_bBackwards = 0x1C4; // bool - public const nint m_nSetMethod = 0x1C8; // ParticleSetMethod_t - } - // Parent: CParticleFunctionOperator - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_RemapParticleCountToScalar { - public const nint m_nFieldOutput = 0x1B0; // ParticleAttributeIndex_t - public const nint m_nInputMin = 0x1B8; // CParticleCollectionFloatInput - public const nint m_nInputMax = 0x308; // CParticleCollectionFloatInput - public const nint m_flOutputMin = 0x458; // CParticleCollectionFloatInput - public const nint m_flOutputMax = 0x5A8; // CParticleCollectionFloatInput - public const nint m_bActiveRange = 0x6F8; // bool - public const nint m_nSetMethod = 0x6FC; // ParticleSetMethod_t - } - // Parent: CParticleFunctionOperator - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_RemapVisibilityScalar { - public const nint m_nFieldInput = 0x1B0; // ParticleAttributeIndex_t - public const nint m_nFieldOutput = 0x1B4; // ParticleAttributeIndex_t - public const nint m_flInputMin = 0x1B8; // float32 - public const nint m_flInputMax = 0x1BC; // float32 - public const nint m_flOutputMin = 0x1C0; // float32 - public const nint m_flOutputMax = 0x1C4; // float32 - public const nint m_flRadiusScale = 0x1C8; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_RemapTransformVisibilityToScalar { - public const nint m_nSetMethod = 0x1B0; // ParticleSetMethod_t - public const nint m_TransformInput = 0x1B8; // CParticleTransformInput - public const nint m_nFieldOutput = 0x218; // ParticleAttributeIndex_t - public const nint m_flInputMin = 0x21C; // float32 - public const nint m_flInputMax = 0x220; // float32 - public const nint m_flOutputMin = 0x224; // float32 - public const nint m_flOutputMax = 0x228; // float32 - public const nint m_flRadius = 0x22C; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_RemapTransformVisibilityToVector { - public const nint m_nSetMethod = 0x1B0; // ParticleSetMethod_t - public const nint m_TransformInput = 0x1B8; // CParticleTransformInput - public const nint m_nFieldOutput = 0x218; // ParticleAttributeIndex_t - public const nint m_flInputMin = 0x21C; // float32 - public const nint m_flInputMax = 0x220; // float32 - public const nint m_vecOutputMin = 0x224; // Vector - public const nint m_vecOutputMax = 0x230; // Vector - public const nint m_flRadius = 0x23C; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_LerpScalar { - public const nint m_nFieldOutput = 0x1B0; // ParticleAttributeIndex_t - public const nint m_flOutput = 0x1B8; // CPerParticleFloatInput - public const nint m_flStartTime = 0x308; // float32 - public const nint m_flEndTime = 0x30C; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_LerpEndCapScalar { - public const nint m_nFieldOutput = 0x1B0; // ParticleAttributeIndex_t - public const nint m_flOutput = 0x1B4; // float32 - public const nint m_flLerpTime = 0x1B8; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_LerpEndCapVector { - public const nint m_nFieldOutput = 0x1B0; // ParticleAttributeIndex_t - public const nint m_vecOutput = 0x1B4; // Vector - public const nint m_flLerpTime = 0x1C0; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_LerpVector { - public const nint m_nFieldOutput = 0x1B0; // ParticleAttributeIndex_t - public const nint m_vecOutput = 0x1B4; // Vector - public const nint m_flStartTime = 0x1C0; // float32 - public const nint m_flEndTime = 0x1C4; // float32 - public const nint m_nSetMethod = 0x1C8; // ParticleSetMethod_t - } - // Parent: CParticleFunctionOperator - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_LerpToOtherAttribute { - public const nint m_flInterpolation = 0x1B0; // CPerParticleFloatInput - public const nint m_nFieldInputFrom = 0x300; // ParticleAttributeIndex_t - public const nint m_nFieldInput = 0x304; // ParticleAttributeIndex_t - public const nint m_nFieldOutput = 0x308; // ParticleAttributeIndex_t - } - // Parent: CParticleFunctionOperator - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_RemapSpeed { - public const nint m_nFieldOutput = 0x1B0; // ParticleAttributeIndex_t - public const nint m_flInputMin = 0x1B4; // float32 - public const nint m_flInputMax = 0x1B8; // float32 - public const nint m_flOutputMin = 0x1BC; // float32 - public const nint m_flOutputMax = 0x1C0; // float32 - public const nint m_nSetMethod = 0x1C4; // ParticleSetMethod_t - public const nint m_bIgnoreDelta = 0x1C8; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_RemapVectortoCP { - public const nint m_nOutControlPointNumber = 0x1B0; // int32 - public const nint m_nFieldInput = 0x1B4; // ParticleAttributeIndex_t - public const nint m_nParticleNumber = 0x1B8; // int32 - } - // Parent: CParticleFunctionOperator - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_RampScalarLinear { - public const nint m_RateMin = 0x1B0; // float32 - public const nint m_RateMax = 0x1B4; // float32 - public const nint m_flStartTime_min = 0x1B8; // float32 - public const nint m_flStartTime_max = 0x1BC; // float32 - public const nint m_flEndTime_min = 0x1C0; // float32 - public const nint m_flEndTime_max = 0x1C4; // float32 - public const nint m_nField = 0x1F0; // ParticleAttributeIndex_t - public const nint m_bProportionalOp = 0x1F4; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_RampScalarSpline { - public const nint m_RateMin = 0x1B0; // float32 - public const nint m_RateMax = 0x1B4; // float32 - public const nint m_flStartTime_min = 0x1B8; // float32 - public const nint m_flStartTime_max = 0x1BC; // float32 - public const nint m_flEndTime_min = 0x1C0; // float32 - public const nint m_flEndTime_max = 0x1C4; // float32 - public const nint m_flBias = 0x1C8; // float32 - public const nint m_nField = 0x1F0; // ParticleAttributeIndex_t - public const nint m_bProportionalOp = 0x1F4; // bool - public const nint m_bEaseOut = 0x1F5; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_RampScalarLinearSimple { - public const nint m_Rate = 0x1B0; // float32 - public const nint m_flStartTime = 0x1B4; // float32 - public const nint m_flEndTime = 0x1B8; // float32 - public const nint m_nField = 0x1E0; // ParticleAttributeIndex_t - } - // Parent: CParticleFunctionOperator - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_RampScalarSplineSimple { - public const nint m_Rate = 0x1B0; // float32 - public const nint m_flStartTime = 0x1B4; // float32 - public const nint m_flEndTime = 0x1B8; // float32 - public const nint m_nField = 0x1E0; // ParticleAttributeIndex_t - public const nint m_bEaseOut = 0x1E4; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_ChladniWave { - public const nint m_nFieldOutput = 0x1B0; // ParticleAttributeIndex_t - public const nint m_flInputMin = 0x1B8; // CPerParticleFloatInput - public const nint m_flInputMax = 0x308; // CPerParticleFloatInput - public const nint m_flOutputMin = 0x458; // CPerParticleFloatInput - public const nint m_flOutputMax = 0x5A8; // CPerParticleFloatInput - public const nint m_vecWaveLength = 0x6F8; // CPerParticleVecInput - public const nint m_vecHarmonics = 0xD28; // CPerParticleVecInput - public const nint m_nSetMethod = 0x1358; // ParticleSetMethod_t - public const nint m_nLocalSpaceControlPoint = 0x135C; // int32 - public const nint m_b3D = 0x1360; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_Noise { - public const nint m_nFieldOutput = 0x1B0; // ParticleAttributeIndex_t - public const nint m_flOutputMin = 0x1B4; // float32 - public const nint m_flOutputMax = 0x1B8; // float32 - public const nint m_fl4NoiseScale = 0x1BC; // float32 - public const nint m_bAdditive = 0x1C0; // bool - public const nint m_flNoiseAnimationTimeScale = 0x1C4; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_VectorNoise { - public const nint m_nFieldOutput = 0x1B0; // ParticleAttributeIndex_t - public const nint m_vecOutputMin = 0x1B4; // Vector - public const nint m_vecOutputMax = 0x1C0; // Vector - public const nint m_fl4NoiseScale = 0x1CC; // float32 - public const nint m_bAdditive = 0x1D0; // bool - public const nint m_bOffset = 0x1D1; // bool - public const nint m_flNoiseAnimationTimeScale = 0x1D4; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_Decay { - public const nint m_bRopeDecay = 0x1B0; // bool - public const nint m_bForcePreserveParticleOrder = 0x1B1; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_DecayOffscreen { - public const nint m_flOffscreenTime = 0x1B0; // CParticleCollectionFloatInput - } - // Parent: CParticleFunctionOperator - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_EndCapTimedFreeze { - public const nint m_flFreezeTime = 0x1B0; // CParticleCollectionFloatInput - } - // Parent: CParticleFunctionOperator - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_EndCapTimedDecay { - public const nint m_flDecayTime = 0x1B0; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_EndCapDecay { - } - // Parent: CParticleFunctionOperator - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_VelocityDecay { - public const nint m_flMinVelocity = 0x1B0; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_AlphaDecay { - public const nint m_flMinAlpha = 0x1B0; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_RadiusDecay { - public const nint m_flMinRadius = 0x1B0; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_DecayMaintainCount { - public const nint m_nParticlesToMaintain = 0x1B0; // int32 - public const nint m_flDecayDelay = 0x1B4; // float32 - public const nint m_nSnapshotControlPoint = 0x1B8; // int32 - public const nint m_bLifespanDecay = 0x1BC; // bool - public const nint m_flScale = 0x1C0; // CParticleCollectionFloatInput - public const nint m_bKillNewest = 0x310; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_DecayClampCount { - public const nint m_nCount = 0x1B0; // CParticleCollectionFloatInput - } - // Parent: CParticleFunctionOperator - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_Cull { - public const nint m_flCullPerc = 0x1B0; // float32 - public const nint m_flCullStart = 0x1B4; // float32 - public const nint m_flCullEnd = 0x1B8; // float32 - public const nint m_flCullExp = 0x1BC; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CGeneralSpin { - public const nint m_nSpinRateDegrees = 0x1B0; // int32 - public const nint m_nSpinRateMinDegrees = 0x1B4; // int32 - public const nint m_fSpinRateStopTime = 0x1BC; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CSpinUpdateBase { - } - // Parent: CGeneralSpin - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_Spin { - } - // Parent: CSpinUpdateBase - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_SpinUpdate { - } - // Parent: CGeneralSpin - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_SpinYaw { - } - // Parent: CParticleFunctionOperator - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_InterpolateRadius { - public const nint m_flStartTime = 0x1B0; // float32 - public const nint m_flEndTime = 0x1B4; // float32 - public const nint m_flStartScale = 0x1B8; // float32 - public const nint m_flEndScale = 0x1BC; // float32 - public const nint m_bEaseInAndOut = 0x1C0; // bool - public const nint m_flBias = 0x1C4; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_ColorInterpolate { - public const nint m_ColorFade = 0x1B0; // Color - public const nint m_flFadeStartTime = 0x1C0; // float32 - public const nint m_flFadeEndTime = 0x1C4; // float32 - public const nint m_nFieldOutput = 0x1C8; // ParticleAttributeIndex_t - public const nint m_bEaseInOut = 0x1CC; // bool - public const nint m_bUseNewCode = 0x1CD; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_ColorInterpolateRandom { - public const nint m_ColorFadeMin = 0x1B0; // Color - public const nint m_ColorFadeMax = 0x1CC; // Color - public const nint m_flFadeStartTime = 0x1DC; // float32 - public const nint m_flFadeEndTime = 0x1E0; // float32 - public const nint m_nFieldOutput = 0x1E4; // ParticleAttributeIndex_t - public const nint m_bEaseInOut = 0x1E8; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 15 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_PositionLock { - public const nint m_TransformInput = 0x1B0; // CParticleTransformInput - public const nint m_flStartTime_min = 0x210; // float32 - public const nint m_flStartTime_max = 0x214; // float32 - public const nint m_flStartTime_exp = 0x218; // float32 - public const nint m_flEndTime_min = 0x21C; // float32 - public const nint m_flEndTime_max = 0x220; // float32 - public const nint m_flEndTime_exp = 0x224; // float32 - public const nint m_flRange = 0x228; // float32 - public const nint m_flRangeBias = 0x230; // CParticleCollectionFloatInput - public const nint m_flJumpThreshold = 0x380; // float32 - public const nint m_flPrevPosScale = 0x384; // float32 - public const nint m_bLockRot = 0x388; // bool - public const nint m_vecScale = 0x390; // CParticleCollectionVecInput - public const nint m_nFieldOutput = 0x9C0; // ParticleAttributeIndex_t - public const nint m_nFieldOutputPrev = 0x9C4; // ParticleAttributeIndex_t - } - // Parent: CParticleFunctionOperator - // Fields count: 33 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_ControlpointLight { - public const nint m_flScale = 0x1B0; // float32 - public const nint m_nControlPoint1 = 0x640; // int32 - public const nint m_nControlPoint2 = 0x644; // int32 - public const nint m_nControlPoint3 = 0x648; // int32 - public const nint m_nControlPoint4 = 0x64C; // int32 - public const nint m_vecCPOffset1 = 0x650; // Vector - public const nint m_vecCPOffset2 = 0x65C; // Vector - public const nint m_vecCPOffset3 = 0x668; // Vector - public const nint m_vecCPOffset4 = 0x674; // Vector - public const nint m_LightFiftyDist1 = 0x680; // float32 - public const nint m_LightZeroDist1 = 0x684; // float32 - public const nint m_LightFiftyDist2 = 0x688; // float32 - public const nint m_LightZeroDist2 = 0x68C; // float32 - public const nint m_LightFiftyDist3 = 0x690; // float32 - public const nint m_LightZeroDist3 = 0x694; // float32 - public const nint m_LightFiftyDist4 = 0x698; // float32 - public const nint m_LightZeroDist4 = 0x69C; // float32 - public const nint m_LightColor1 = 0x6A0; // Color - public const nint m_LightColor2 = 0x6A4; // Color - public const nint m_LightColor3 = 0x6A8; // Color - public const nint m_LightColor4 = 0x6AC; // Color - public const nint m_bLightType1 = 0x6B0; // bool - public const nint m_bLightType2 = 0x6B1; // bool - public const nint m_bLightType3 = 0x6B2; // bool - public const nint m_bLightType4 = 0x6B3; // bool - public const nint m_bLightDynamic1 = 0x6B4; // bool - public const nint m_bLightDynamic2 = 0x6B5; // bool - public const nint m_bLightDynamic3 = 0x6B6; // bool - public const nint m_bLightDynamic4 = 0x6B7; // bool - public const nint m_bUseNormal = 0x6B8; // bool - public const nint m_bUseHLambert = 0x6B9; // bool - public const nint m_bClampLowerRange = 0x6BE; // bool - public const nint m_bClampUpperRange = 0x6BF; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_GlobalLight { - public const nint m_flScale = 0x1B0; // float32 - public const nint m_bClampLowerRange = 0x1B4; // bool - public const nint m_bClampUpperRange = 0x1B5; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_SetChildControlPoints { - public const nint m_nChildGroupID = 0x1B0; // int32 - public const nint m_nFirstControlPoint = 0x1B4; // int32 - public const nint m_nNumControlPoints = 0x1B8; // int32 - public const nint m_nFirstSourcePoint = 0x1C0; // CParticleCollectionFloatInput - public const nint m_bReverse = 0x310; // bool - public const nint m_bSetOrientation = 0x311; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_SetControlPointsToParticle { - public const nint m_nChildGroupID = 0x1B0; // int32 - public const nint m_nFirstControlPoint = 0x1B4; // int32 - public const nint m_nNumControlPoints = 0x1B8; // int32 - public const nint m_nFirstSourcePoint = 0x1BC; // int32 - public const nint m_bSetOrientation = 0x1C0; // bool - public const nint m_nOrientationMode = 0x1C4; // ParticleOrientationSetMode_t - public const nint m_nSetParent = 0x1C8; // ParticleParentSetMode_t - } - // Parent: CParticleFunctionOperator - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_SetControlPointsToModelParticles { - public const nint m_HitboxSetName = 0x1B0; // char[128] - public const nint m_AttachmentName = 0x230; // char[128] - public const nint m_nFirstControlPoint = 0x2B0; // int32 - public const nint m_nNumControlPoints = 0x2B4; // int32 - public const nint m_nFirstSourcePoint = 0x2B8; // int32 - public const nint m_bSkin = 0x2BC; // bool - public const nint m_bAttachment = 0x2BD; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_SetPerChildControlPoint { - public const nint m_nChildGroupID = 0x1B0; // int32 - public const nint m_nFirstControlPoint = 0x1B4; // int32 - public const nint m_nNumControlPoints = 0x1B8; // int32 - public const nint m_nParticleIncrement = 0x1C0; // CParticleCollectionFloatInput - public const nint m_nFirstSourcePoint = 0x310; // CParticleCollectionFloatInput - public const nint m_bSetOrientation = 0x460; // bool - public const nint m_nOrientationField = 0x464; // ParticleAttributeIndex_t - public const nint m_bNumBasedOnParticleCount = 0x468; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_SetPerChildControlPointFromAttribute { - public const nint m_nChildGroupID = 0x1B0; // int32 - public const nint m_nFirstControlPoint = 0x1B4; // int32 - public const nint m_nNumControlPoints = 0x1B8; // int32 - public const nint m_nParticleIncrement = 0x1BC; // int32 - public const nint m_nFirstSourcePoint = 0x1C0; // int32 - public const nint m_bNumBasedOnParticleCount = 0x1C4; // bool - public const nint m_nAttributeToRead = 0x1C8; // ParticleAttributeIndex_t - public const nint m_nCPField = 0x1CC; // int32 - } - // Parent: CParticleFunctionOperator - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_RemapTransformOrientationToYaw { - public const nint m_TransformInput = 0x1B0; // CParticleTransformInput - public const nint m_nFieldOutput = 0x210; // ParticleAttributeIndex_t - public const nint m_flRotOffset = 0x214; // float32 - public const nint m_flSpinStrength = 0x218; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_DampenToCP { - public const nint m_nControlPointNumber = 0x1B0; // int32 - public const nint m_flRange = 0x1B4; // float32 - public const nint m_flScale = 0x1B8; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_SetToCP { - public const nint m_nControlPointNumber = 0x1B0; // int32 - public const nint m_vecOffset = 0x1B4; // Vector - public const nint m_bOffsetLocal = 0x1C0; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 13 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_PinParticleToCP { - public const nint m_nControlPointNumber = 0x1B0; // int32 - public const nint m_vecOffset = 0x1B8; // CParticleCollectionVecInput - public const nint m_bOffsetLocal = 0x7E8; // bool - public const nint m_nParticleSelection = 0x7EC; // ParticleSelection_t - public const nint m_nParticleNumber = 0x7F0; // CParticleCollectionFloatInput - public const nint m_nPinBreakType = 0x940; // ParticlePinDistance_t - public const nint m_flBreakDistance = 0x948; // CParticleCollectionFloatInput - public const nint m_flBreakSpeed = 0xA98; // CParticleCollectionFloatInput - public const nint m_flAge = 0xBE8; // CParticleCollectionFloatInput - public const nint m_nBreakControlPointNumber = 0xD38; // int32 - public const nint m_nBreakControlPointNumber2 = 0xD3C; // int32 - public const nint m_flBreakValue = 0xD40; // CParticleCollectionFloatInput - public const nint m_flInterpolation = 0xE90; // CPerParticleFloatInput - } - // Parent: CParticleFunctionOperator - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_MovementRigidAttachToCP { - public const nint m_nControlPointNumber = 0x1B0; // int32 - public const nint m_nScaleControlPoint = 0x1B4; // int32 - public const nint m_nScaleCPField = 0x1B8; // int32 - public const nint m_nFieldInput = 0x1BC; // ParticleAttributeIndex_t - public const nint m_nFieldOutput = 0x1C0; // ParticleAttributeIndex_t - public const nint m_bOffsetLocal = 0x1C4; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_LerpToInitialPosition { - public const nint m_nControlPointNumber = 0x1B0; // int32 - public const nint m_flInterpolation = 0x1B8; // CPerParticleFloatInput - public const nint m_nCacheField = 0x308; // ParticleAttributeIndex_t - public const nint m_flScale = 0x310; // CParticleCollectionFloatInput - public const nint m_vecScale = 0x460; // CParticleCollectionVecInput - } - // Parent: CParticleFunctionOperator - // Fields count: 13 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_DistanceBetweenTransforms { - public const nint m_nFieldOutput = 0x1B0; // ParticleAttributeIndex_t - public const nint m_TransformStart = 0x1B8; // CParticleTransformInput - public const nint m_TransformEnd = 0x218; // CParticleTransformInput - public const nint m_flInputMin = 0x278; // CPerParticleFloatInput - public const nint m_flInputMax = 0x3C8; // CPerParticleFloatInput - public const nint m_flOutputMin = 0x518; // CPerParticleFloatInput - public const nint m_flOutputMax = 0x668; // CPerParticleFloatInput - public const nint m_flMaxTraceLength = 0x7B8; // float32 - public const nint m_flLOSScale = 0x7BC; // float32 - public const nint m_CollisionGroupName = 0x7C0; // char[128] - public const nint m_nTraceSet = 0x840; // ParticleTraceSet_t - public const nint m_bLOS = 0x844; // bool - public const nint m_nSetMethod = 0x848; // ParticleSetMethod_t - } - // Parent: CParticleFunctionOperator - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_PercentageBetweenTransforms { - public const nint m_nFieldOutput = 0x1B0; // ParticleAttributeIndex_t - public const nint m_flInputMin = 0x1B4; // float32 - public const nint m_flInputMax = 0x1B8; // float32 - public const nint m_flOutputMin = 0x1BC; // float32 - public const nint m_flOutputMax = 0x1C0; // float32 - public const nint m_TransformStart = 0x1C8; // CParticleTransformInput - public const nint m_TransformEnd = 0x228; // CParticleTransformInput - public const nint m_nSetMethod = 0x288; // ParticleSetMethod_t - public const nint m_bActiveRange = 0x28C; // bool - public const nint m_bRadialCheck = 0x28D; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_PercentageBetweenTransformsVector { - public const nint m_nFieldOutput = 0x1B0; // ParticleAttributeIndex_t - public const nint m_flInputMin = 0x1B4; // float32 - public const nint m_flInputMax = 0x1B8; // float32 - public const nint m_vecOutputMin = 0x1BC; // Vector - public const nint m_vecOutputMax = 0x1C8; // Vector - public const nint m_TransformStart = 0x1D8; // CParticleTransformInput - public const nint m_TransformEnd = 0x238; // CParticleTransformInput - public const nint m_nSetMethod = 0x298; // ParticleSetMethod_t - public const nint m_bActiveRange = 0x29C; // bool - public const nint m_bRadialCheck = 0x29D; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 12 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_PercentageBetweenTransformLerpCPs { - public const nint m_nFieldOutput = 0x1B0; // ParticleAttributeIndex_t - public const nint m_flInputMin = 0x1B4; // float32 - public const nint m_flInputMax = 0x1B8; // float32 - public const nint m_TransformStart = 0x1C0; // CParticleTransformInput - public const nint m_TransformEnd = 0x220; // CParticleTransformInput - public const nint m_nOutputStartCP = 0x280; // int32 - public const nint m_nOutputStartField = 0x284; // int32 - public const nint m_nOutputEndCP = 0x288; // int32 - public const nint m_nOutputEndField = 0x28C; // int32 - public const nint m_nSetMethod = 0x290; // ParticleSetMethod_t - public const nint m_bActiveRange = 0x294; // bool - public const nint m_bRadialCheck = 0x295; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 9 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_DistanceBetweenVecs { - public const nint m_nFieldOutput = 0x1B0; // ParticleAttributeIndex_t - public const nint m_vecPoint1 = 0x1B8; // CPerParticleVecInput - public const nint m_vecPoint2 = 0x7E8; // CPerParticleVecInput - public const nint m_flInputMin = 0xE18; // CPerParticleFloatInput - public const nint m_flInputMax = 0xF68; // CPerParticleFloatInput - public const nint m_flOutputMin = 0x10B8; // CPerParticleFloatInput - public const nint m_flOutputMax = 0x1208; // CPerParticleFloatInput - public const nint m_nSetMethod = 0x1358; // ParticleSetMethod_t - public const nint m_bDeltaTime = 0x135C; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_DirectionBetweenVecsToVec { - public const nint m_nFieldOutput = 0x1B0; // ParticleAttributeIndex_t - public const nint m_vecPoint1 = 0x1B8; // CPerParticleVecInput - public const nint m_vecPoint2 = 0x7E8; // CPerParticleVecInput - } - // Parent: CParticleFunctionOperator - // Fields count: 15 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_DistanceToTransform { - public const nint m_nFieldOutput = 0x1B0; // ParticleAttributeIndex_t - public const nint m_flInputMin = 0x1B8; // CPerParticleFloatInput - public const nint m_flInputMax = 0x308; // CPerParticleFloatInput - public const nint m_flOutputMin = 0x458; // CPerParticleFloatInput - public const nint m_flOutputMax = 0x5A8; // CPerParticleFloatInput - public const nint m_TransformStart = 0x6F8; // CParticleTransformInput - public const nint m_bLOS = 0x758; // bool - public const nint m_CollisionGroupName = 0x759; // char[128] - public const nint m_nTraceSet = 0x7DC; // ParticleTraceSet_t - public const nint m_flMaxTraceLength = 0x7E0; // float32 - public const nint m_flLOSScale = 0x7E4; // float32 - public const nint m_nSetMethod = 0x7E8; // ParticleSetMethod_t - public const nint m_bActiveRange = 0x7EC; // bool - public const nint m_bAdditive = 0x7ED; // bool - public const nint m_vecComponentScale = 0x7F0; // CPerParticleVecInput - } - // Parent: CParticleFunctionOperator - // Fields count: 11 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_CylindricalDistanceToTransform { - public const nint m_nFieldOutput = 0x1B0; // ParticleAttributeIndex_t - public const nint m_flInputMin = 0x1B8; // CPerParticleFloatInput - public const nint m_flInputMax = 0x308; // CPerParticleFloatInput - public const nint m_flOutputMin = 0x458; // CPerParticleFloatInput - public const nint m_flOutputMax = 0x5A8; // CPerParticleFloatInput - public const nint m_TransformStart = 0x6F8; // CParticleTransformInput - public const nint m_TransformEnd = 0x758; // CParticleTransformInput - public const nint m_nSetMethod = 0x7B8; // ParticleSetMethod_t - public const nint m_bActiveRange = 0x7BC; // bool - public const nint m_bAdditive = 0x7BD; // bool - public const nint m_bCapsule = 0x7BE; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_RtEnvCull { - public const nint m_vecTestDir = 0x1B0; // Vector - public const nint m_vecTestNormal = 0x1BC; // Vector - public const nint m_bCullOnMiss = 0x1C8; // bool - public const nint m_bStickInsteadOfCull = 0x1C9; // bool - public const nint m_RtEnvName = 0x1CA; // char[128] - public const nint m_nRTEnvCP = 0x24C; // int32 - public const nint m_nComponent = 0x250; // int32 - } - // Parent: CParticleFunctionOperator - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_MovementLoopInsideSphere { - public const nint m_nCP = 0x1B0; // int32 - public const nint m_flDistance = 0x1B8; // CParticleCollectionFloatInput - public const nint m_vecScale = 0x308; // CParticleCollectionVecInput - public const nint m_nDistSqrAttr = 0x938; // ParticleAttributeIndex_t - } - // Parent: CParticleFunctionOperator - // Fields count: 9 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_MoveToHitbox { - public const nint m_modelInput = 0x1B0; // CParticleModelInput - public const nint m_transformInput = 0x208; // CParticleTransformInput - public const nint m_flLifeTimeLerpStart = 0x26C; // float32 - public const nint m_flLifeTimeLerpEnd = 0x270; // float32 - public const nint m_flPrevPosScale = 0x274; // float32 - public const nint m_HitboxSetName = 0x278; // char[128] - public const nint m_bUseBones = 0x2F8; // bool - public const nint m_nLerpType = 0x2FC; // HitboxLerpType_t - public const nint m_flInterpolation = 0x300; // CPerParticleFloatInput - } - // Parent: CParticleFunctionOperator - // Fields count: 15 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_LockToBone { - public const nint m_modelInput = 0x1B0; // CParticleModelInput - public const nint m_transformInput = 0x208; // CParticleTransformInput - public const nint m_flLifeTimeFadeStart = 0x268; // float32 - public const nint m_flLifeTimeFadeEnd = 0x26C; // float32 - public const nint m_flJumpThreshold = 0x270; // float32 - public const nint m_flPrevPosScale = 0x274; // float32 - public const nint m_HitboxSetName = 0x278; // char[128] - public const nint m_bRigid = 0x2F8; // bool - public const nint m_bUseBones = 0x2F9; // bool - public const nint m_nFieldOutput = 0x2FC; // ParticleAttributeIndex_t - public const nint m_nFieldOutputPrev = 0x300; // ParticleAttributeIndex_t - public const nint m_nRotationSetType = 0x304; // ParticleRotationLockType_t - public const nint m_bRigidRotationLock = 0x308; // bool - public const nint m_vecRotation = 0x310; // CPerParticleVecInput - public const nint m_flRotLerp = 0x940; // CPerParticleFloatInput - } - // Parent: CParticleFunctionOperator - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_SnapshotRigidSkinToBones { - public const nint m_bTransformNormals = 0x1B0; // bool - public const nint m_bTransformRadii = 0x1B1; // bool - public const nint m_nControlPointNumber = 0x1B4; // int32 - } - // Parent: CParticleFunctionOperator - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_SnapshotSkinToBones { - public const nint m_bTransformNormals = 0x1B0; // bool - public const nint m_bTransformRadii = 0x1B1; // bool - public const nint m_nControlPointNumber = 0x1B4; // int32 - public const nint m_flLifeTimeFadeStart = 0x1B8; // float32 - public const nint m_flLifeTimeFadeEnd = 0x1BC; // float32 - public const nint m_flJumpThreshold = 0x1C0; // float32 - public const nint m_flPrevPosScale = 0x1C4; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 11 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_CPOffsetToPercentageBetweenCPs { - public const nint m_flInputMin = 0x1B0; // float32 - public const nint m_flInputMax = 0x1B4; // float32 - public const nint m_flInputBias = 0x1B8; // float32 - public const nint m_nStartCP = 0x1BC; // int32 - public const nint m_nEndCP = 0x1C0; // int32 - public const nint m_nOffsetCP = 0x1C4; // int32 - public const nint m_nOuputCP = 0x1C8; // int32 - public const nint m_nInputCP = 0x1CC; // int32 - public const nint m_bRadialCheck = 0x1D0; // bool - public const nint m_bScaleOffset = 0x1D1; // bool - public const nint m_vecOffset = 0x1D4; // Vector - } - // Parent: CParticleFunctionOperator - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_PlaneCull { - public const nint m_nPlaneControlPoint = 0x1B0; // int32 - public const nint m_vecPlaneDirection = 0x1B4; // Vector - public const nint m_bLocalSpace = 0x1C0; // bool - public const nint m_flPlaneOffset = 0x1C4; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_DistanceCull { - public const nint m_nControlPoint = 0x1B0; // int32 - public const nint m_vecPointOffset = 0x1B4; // Vector - public const nint m_flDistance = 0x1C0; // float32 - public const nint m_bCullInside = 0x1C4; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_ModelCull { - public const nint m_nControlPointNumber = 0x1B0; // int32 - public const nint m_bBoundBox = 0x1B4; // bool - public const nint m_bCullOutside = 0x1B5; // bool - public const nint m_bUseBones = 0x1B6; // bool - public const nint m_HitboxSetName = 0x1B7; // char[128] - } - // Parent: CParticleFunctionOperator - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_ModelDampenMovement { - public const nint m_nControlPointNumber = 0x1B0; // int32 - public const nint m_bBoundBox = 0x1B4; // bool - public const nint m_bOutside = 0x1B5; // bool - public const nint m_bUseBones = 0x1B6; // bool - public const nint m_HitboxSetName = 0x1B7; // char[128] - public const nint m_vecPosOffset = 0x238; // CPerParticleVecInput - public const nint m_fDrag = 0x868; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_SequenceFromModel { - public const nint m_nControlPointNumber = 0x1B0; // int32 - public const nint m_nFieldOutput = 0x1B4; // ParticleAttributeIndex_t - public const nint m_nFieldOutputAnim = 0x1B8; // ParticleAttributeIndex_t - public const nint m_flInputMin = 0x1BC; // float32 - public const nint m_flInputMax = 0x1C0; // float32 - public const nint m_flOutputMin = 0x1C4; // float32 - public const nint m_flOutputMax = 0x1C8; // float32 - public const nint m_nSetMethod = 0x1CC; // ParticleSetMethod_t - } - // Parent: CParticleFunctionOperator - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_VelocityMatchingForce { - public const nint m_flDirScale = 0x1B0; // float32 - public const nint m_flSpdScale = 0x1B4; // float32 - public const nint m_nCPBroadcast = 0x1B8; // int32 - } - // Parent: CParticleFunctionOperator - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_MovementMaintainOffset { - public const nint m_vecOffset = 0x1B0; // Vector - public const nint m_nCP = 0x1BC; // int32 - public const nint m_bRadiusScale = 0x1C0; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 17 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_MovementPlaceOnGround { - public const nint m_flOffset = 0x1B0; // CPerParticleFloatInput - public const nint m_flMaxTraceLength = 0x300; // float32 - public const nint m_flTolerance = 0x304; // float32 - public const nint m_flTraceOffset = 0x308; // float32 - public const nint m_flLerpRate = 0x30C; // float32 - public const nint m_CollisionGroupName = 0x310; // char[128] - public const nint m_nTraceSet = 0x390; // ParticleTraceSet_t - public const nint m_nRefCP1 = 0x394; // int32 - public const nint m_nRefCP2 = 0x398; // int32 - public const nint m_nLerpCP = 0x39C; // int32 - public const nint m_nTraceMissBehavior = 0x3A8; // ParticleTraceMissBehavior_t - public const nint m_bIncludeShotHull = 0x3AC; // bool - public const nint m_bIncludeWater = 0x3AD; // bool - public const nint m_bSetNormal = 0x3B0; // bool - public const nint m_bScaleOffset = 0x3B1; // bool - public const nint m_nPreserveOffsetCP = 0x3B4; // int32 - public const nint m_nIgnoreCP = 0x3B8; // int32 - } - // Parent: CParticleFunctionOperator - // Fields count: 4 - // - // Metadata: - // MParticleMaxVersion - // MParticleReplacementOp - // MGetKV3ClassDefaults - public static class C_OP_InheritFromParentParticles { - public const nint m_flScale = 0x1B0; // float32 - public const nint m_nFieldOutput = 0x1B4; // ParticleAttributeIndex_t - public const nint m_nIncrement = 0x1B8; // int32 - public const nint m_bRandomDistribution = 0x1BC; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 5 - // - // Metadata: - // MParticleMinVersion - // MGetKV3ClassDefaults - public static class C_OP_InheritFromParentParticlesV2 { - public const nint m_flScale = 0x1B0; // float32 - public const nint m_nFieldOutput = 0x1B4; // ParticleAttributeIndex_t - public const nint m_nIncrement = 0x1B8; // int32 - public const nint m_bRandomDistribution = 0x1BC; // bool - public const nint m_nMissingParentBehavior = 0x1C0; // MissingParentInheritBehavior_t - } - // Parent: CParticleFunctionOperator - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_ReadFromNeighboringParticle { - public const nint m_nFieldInput = 0x1B0; // ParticleAttributeIndex_t - public const nint m_nFieldOutput = 0x1B4; // ParticleAttributeIndex_t - public const nint m_nIncrement = 0x1B8; // int32 - public const nint m_DistanceCheck = 0x1C0; // CPerParticleFloatInput - public const nint m_flInterpolation = 0x310; // CPerParticleFloatInput - } - // Parent: CParticleFunctionOperator - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_InheritFromPeerSystem { - public const nint m_nFieldOutput = 0x1B0; // ParticleAttributeIndex_t - public const nint m_nFieldInput = 0x1B4; // ParticleAttributeIndex_t - public const nint m_nIncrement = 0x1B8; // int32 - public const nint m_nGroupID = 0x1BC; // int32 - } - // Parent: CParticleFunctionOperator - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_RemapVectorComponentToScalar { - public const nint m_nFieldInput = 0x1B0; // ParticleAttributeIndex_t - public const nint m_nFieldOutput = 0x1B4; // ParticleAttributeIndex_t - public const nint m_nComponent = 0x1B8; // int32 - } - // Parent: CParticleFunctionOperator - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_OrientTo2dDirection { - public const nint m_flRotOffset = 0x1B0; // float32 - public const nint m_flSpinStrength = 0x1B4; // float32 - public const nint m_nFieldOutput = 0x1B8; // ParticleAttributeIndex_t - } - // Parent: CParticleFunctionOperator - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_RestartAfterDuration { - public const nint m_flDurationMin = 0x1B0; // float32 - public const nint m_flDurationMax = 0x1B4; // float32 - public const nint m_nCP = 0x1B8; // int32 - public const nint m_nCPField = 0x1BC; // int32 - public const nint m_nChildGroupID = 0x1C0; // int32 - public const nint m_bOnlyChildren = 0x1C4; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_Orient2DRelToCP { - public const nint m_flRotOffset = 0x1B0; // float32 - public const nint m_flSpinStrength = 0x1B4; // float32 - public const nint m_nCP = 0x1B8; // int32 - public const nint m_nFieldOutput = 0x1BC; // ParticleAttributeIndex_t - } - // Parent: CParticleFunctionOperator - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_MovementRotateParticleAroundAxis { - public const nint m_vecRotAxis = 0x1B0; // CParticleCollectionVecInput - public const nint m_flRotRate = 0x7E0; // CParticleCollectionFloatInput - public const nint m_TransformInput = 0x930; // CParticleTransformInput - public const nint m_bLocalSpace = 0x990; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_RotateVector { - public const nint m_nFieldOutput = 0x1B0; // ParticleAttributeIndex_t - public const nint m_vecRotAxisMin = 0x1B4; // Vector - public const nint m_vecRotAxisMax = 0x1C0; // Vector - public const nint m_flRotRateMin = 0x1CC; // float32 - public const nint m_flRotRateMax = 0x1D0; // float32 - public const nint m_bNormalize = 0x1D4; // bool - public const nint m_flScale = 0x1D8; // CPerParticleFloatInput - } - // Parent: CParticleFunctionOperator - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_MaxVelocity { - public const nint m_flMaxVelocity = 0x1B0; // float32 - public const nint m_flMinVelocity = 0x1B4; // float32 - public const nint m_nOverrideCP = 0x1B8; // int32 - public const nint m_nOverrideCPField = 0x1BC; // int32 - } - // Parent: CParticleFunctionOperator - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_LagCompensation { - public const nint m_nDesiredVelocityCP = 0x1B0; // int32 - public const nint m_nLatencyCP = 0x1B4; // int32 - public const nint m_nLatencyCPField = 0x1B8; // int32 - public const nint m_nDesiredVelocityCPField = 0x1BC; // int32 - } - // Parent: CParticleFunctionOperator - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_MaintainSequentialPath { - public const nint m_fMaxDistance = 0x1B0; // float32 - public const nint m_flNumToAssign = 0x1B4; // float32 - public const nint m_flCohesionStrength = 0x1B8; // float32 - public const nint m_flTolerance = 0x1BC; // float32 - public const nint m_bLoop = 0x1C0; // bool - public const nint m_bUseParticleCount = 0x1C1; // bool - public const nint m_PathParams = 0x1D0; // CPathParameters - } - // Parent: CParticleFunctionOperator - // Fields count: 4 - // - // Metadata: - // MParticleMinVersion - // MGetKV3ClassDefaults - public static class C_OP_LockToSavedSequentialPathV2 { - public const nint m_flFadeStart = 0x1B0; // float32 - public const nint m_flFadeEnd = 0x1B4; // float32 - public const nint m_bCPPairs = 0x1B8; // bool - public const nint m_PathParams = 0x1C0; // CPathParameters - } - // Parent: CParticleFunctionOperator - // Fields count: 4 - // - // Metadata: - // MParticleMaxVersion - // MParticleReplacementOp - // MGetKV3ClassDefaults - public static class C_OP_LockToSavedSequentialPath { - public const nint m_flFadeStart = 0x1B4; // float32 - public const nint m_flFadeEnd = 0x1B8; // float32 - public const nint m_bCPPairs = 0x1BC; // bool - public const nint m_PathParams = 0x1C0; // CPathParameters - } - // Parent: CParticleFunctionOperator - // Fields count: 11 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_RemapDotProductToScalar { - public const nint m_nInputCP1 = 0x1B0; // int32 - public const nint m_nInputCP2 = 0x1B4; // int32 - public const nint m_nFieldOutput = 0x1B8; // ParticleAttributeIndex_t - public const nint m_flInputMin = 0x1BC; // float32 - public const nint m_flInputMax = 0x1C0; // float32 - public const nint m_flOutputMin = 0x1C4; // float32 - public const nint m_flOutputMax = 0x1C8; // float32 - public const nint m_bUseParticleVelocity = 0x1CC; // bool - public const nint m_nSetMethod = 0x1D0; // ParticleSetMethod_t - public const nint m_bActiveRange = 0x1D4; // bool - public const nint m_bUseParticleNormal = 0x1D5; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 11 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_RemapCPtoScalar { - public const nint m_nCPInput = 0x1B0; // int32 - public const nint m_nFieldOutput = 0x1B4; // ParticleAttributeIndex_t - public const nint m_nField = 0x1B8; // int32 - public const nint m_flInputMin = 0x1BC; // float32 - public const nint m_flInputMax = 0x1C0; // float32 - public const nint m_flOutputMin = 0x1C4; // float32 - public const nint m_flOutputMax = 0x1C8; // float32 - public const nint m_flStartTime = 0x1CC; // float32 - public const nint m_flEndTime = 0x1D0; // float32 - public const nint m_flInterpRate = 0x1D4; // float32 - public const nint m_nSetMethod = 0x1D8; // ParticleSetMethod_t - } - // Parent: CParticleFunctionOperator - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_NormalLock { - public const nint m_nControlPointNumber = 0x1B0; // int32 - } - // Parent: CParticleFunctionOperator - // Fields count: 13 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_RemapCPtoVector { - public const nint m_nCPInput = 0x1B0; // int32 - public const nint m_nFieldOutput = 0x1B4; // ParticleAttributeIndex_t - public const nint m_nLocalSpaceCP = 0x1B8; // int32 - public const nint m_vInputMin = 0x1BC; // Vector - public const nint m_vInputMax = 0x1C8; // Vector - public const nint m_vOutputMin = 0x1D4; // Vector - public const nint m_vOutputMax = 0x1E0; // Vector - public const nint m_flStartTime = 0x1EC; // float32 - public const nint m_flEndTime = 0x1F0; // float32 - public const nint m_flInterpRate = 0x1F4; // float32 - public const nint m_nSetMethod = 0x1F8; // ParticleSetMethod_t - public const nint m_bOffset = 0x1FC; // bool - public const nint m_bAccelerate = 0x1FD; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_SetCPtoVector { - public const nint m_nCPInput = 0x1B0; // int32 - public const nint m_nFieldOutput = 0x1B4; // ParticleAttributeIndex_t - } - // Parent: CParticleFunctionOperator - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_RemapTransformToVelocity { - public const nint m_TransformInput = 0x1B0; // CParticleTransformInput - } - // Parent: CParticleFunctionOperator - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_RemapVelocityToVector { - public const nint m_nFieldOutput = 0x1B0; // ParticleAttributeIndex_t - public const nint m_flScale = 0x1B4; // float32 - public const nint m_bNormalize = 0x1B8; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_RemapCPVelocityToVector { - public const nint m_nControlPoint = 0x1B0; // int32 - public const nint m_nFieldOutput = 0x1B4; // ParticleAttributeIndex_t - public const nint m_flScale = 0x1B8; // float32 - public const nint m_bNormalize = 0x1BC; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_SetCPOrientationToDirection { - public const nint m_nInputControlPoint = 0x1B0; // int32 - public const nint m_nOutputControlPoint = 0x1B4; // int32 - } - // Parent: CParticleFunctionOperator - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_RemapDirectionToCPToVector { - public const nint m_nCP = 0x1B0; // int32 - public const nint m_nFieldOutput = 0x1B4; // ParticleAttributeIndex_t - public const nint m_flScale = 0x1B8; // float32 - public const nint m_flOffsetRot = 0x1BC; // float32 - public const nint m_vecOffsetAxis = 0x1C0; // Vector - public const nint m_bNormalize = 0x1CC; // bool - public const nint m_nFieldStrength = 0x1D0; // ParticleAttributeIndex_t - } - // Parent: CParticleFunctionOperator - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_RemapCrossProductOfTwoVectorsToVector { - public const nint m_InputVec1 = 0x1B0; // CPerParticleVecInput - public const nint m_InputVec2 = 0x7E0; // CPerParticleVecInput - public const nint m_nFieldOutput = 0xE10; // ParticleAttributeIndex_t - public const nint m_bNormalize = 0xE14; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_NormalizeVector { - public const nint m_nFieldOutput = 0x1B0; // ParticleAttributeIndex_t - public const nint m_flScale = 0x1B4; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_RemapControlPointDirectionToVector { - public const nint m_nFieldOutput = 0x1B0; // ParticleAttributeIndex_t - public const nint m_flScale = 0x1B4; // float32 - public const nint m_nControlPointNumber = 0x1B8; // int32 - } - // Parent: CParticleFunctionOperator - // Fields count: 9 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_SetCPOrientationToGroundNormal { - public const nint m_flInterpRate = 0x1B0; // float32 - public const nint m_flMaxTraceLength = 0x1B4; // float32 - public const nint m_flTolerance = 0x1B8; // float32 - public const nint m_flTraceOffset = 0x1BC; // float32 - public const nint m_CollisionGroupName = 0x1C0; // char[128] - public const nint m_nTraceSet = 0x240; // ParticleTraceSet_t - public const nint m_nInputCP = 0x244; // int32 - public const nint m_nOutputCP = 0x248; // int32 - public const nint m_bIncludeWater = 0x258; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_RemapTransformOrientationToRotations { - public const nint m_TransformInput = 0x1B0; // CParticleTransformInput - public const nint m_vecRotation = 0x210; // Vector - public const nint m_bUseQuat = 0x21C; // bool - public const nint m_bWriteNormal = 0x21D; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_RemapControlPointOrientationToRotation { - public const nint m_nCP = 0x1B0; // int32 - public const nint m_nFieldOutput = 0x1B4; // ParticleAttributeIndex_t - public const nint m_flOffsetRot = 0x1B8; // float32 - public const nint m_nComponent = 0x1BC; // int32 - } - // Parent: CParticleFunctionOperator - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_LockToPointList { - public const nint m_nFieldOutput = 0x1B0; // ParticleAttributeIndex_t - public const nint m_pointList = 0x1B8; // CUtlVector - public const nint m_bPlaceAlongPath = 0x1D0; // bool - public const nint m_bClosedLoop = 0x1D1; // bool - public const nint m_nNumPointsAlongPath = 0x1D4; // int32 - } - // Parent: CParticleFunctionOperator - // Fields count: 9 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_RemapNamedModelElementOnceTimed { - public const nint m_hModel = 0x1B0; // CStrongHandle - public const nint m_inNames = 0x1B8; // CUtlVector - public const nint m_outNames = 0x1D0; // CUtlVector - public const nint m_fallbackNames = 0x1E8; // CUtlVector - public const nint m_bModelFromRenderer = 0x200; // bool - public const nint m_bProportional = 0x201; // bool - public const nint m_nFieldInput = 0x204; // ParticleAttributeIndex_t - public const nint m_nFieldOutput = 0x208; // ParticleAttributeIndex_t - public const nint m_flRemapTime = 0x20C; // float32 - } - // Parent: C_OP_RemapNamedModelElementOnceTimed - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_RemapNamedModelSequenceOnceTimed { - } - // Parent: C_OP_RemapNamedModelElementOnceTimed - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_RemapNamedModelBodyPartOnceTimed { - } - // Parent: C_OP_RemapNamedModelElementOnceTimed - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_RemapNamedModelMeshGroupOnceTimed { - } - // Parent: CParticleFunctionOperator - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_RemapNamedModelElementEndCap { - public const nint m_hModel = 0x1B0; // CStrongHandle - public const nint m_inNames = 0x1B8; // CUtlVector - public const nint m_outNames = 0x1D0; // CUtlVector - public const nint m_fallbackNames = 0x1E8; // CUtlVector - public const nint m_bModelFromRenderer = 0x200; // bool - public const nint m_nFieldInput = 0x204; // ParticleAttributeIndex_t - public const nint m_nFieldOutput = 0x208; // ParticleAttributeIndex_t - } - // Parent: C_OP_RemapNamedModelElementEndCap - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_RemapNamedModelSequenceEndCap { - } - // Parent: C_OP_RemapNamedModelElementEndCap - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_RemapNamedModelBodyPartEndCap { - } - // Parent: C_OP_RemapNamedModelElementEndCap - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_RemapNamedModelMeshGroupEndCap { - } - // Parent: CParticleFunctionOperator - // Fields count: 12 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_SetFromCPSnapshot { - public const nint m_nControlPointNumber = 0x1B0; // int32 - public const nint m_nAttributeToRead = 0x1B4; // ParticleAttributeIndex_t - public const nint m_nAttributeToWrite = 0x1B8; // ParticleAttributeIndex_t - public const nint m_nLocalSpaceCP = 0x1BC; // int32 - public const nint m_bRandom = 0x1C0; // bool - public const nint m_bReverse = 0x1C1; // bool - public const nint m_nRandomSeed = 0x1C4; // int32 - public const nint m_nSnapShotStartPoint = 0x1C8; // CParticleCollectionFloatInput - public const nint m_nSnapShotIncrement = 0x318; // CParticleCollectionFloatInput - public const nint m_flInterpolation = 0x468; // CPerParticleFloatInput - public const nint m_bSubSample = 0x5B8; // bool - public const nint m_bPrev = 0x5B9; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 9 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_VectorFieldSnapshot { - public const nint m_nControlPointNumber = 0x1B0; // int32 - public const nint m_nAttributeToWrite = 0x1B4; // ParticleAttributeIndex_t - public const nint m_nLocalSpaceCP = 0x1B8; // int32 - public const nint m_flInterpolation = 0x1C0; // CPerParticleFloatInput - public const nint m_vecScale = 0x310; // CPerParticleVecInput - public const nint m_flBoundaryDampening = 0x940; // float32 - public const nint m_bSetVelocity = 0x944; // bool - public const nint m_bLockToSurface = 0x945; // bool - public const nint m_flGridSpacing = 0x948; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_SetAttributeToScalarExpression { - public const nint m_nExpression = 0x1B0; // ScalarExpressionType_t - public const nint m_flInput1 = 0x1B8; // CPerParticleFloatInput - public const nint m_flInput2 = 0x308; // CPerParticleFloatInput - public const nint m_flOutputRemap = 0x458; // CParticleRemapFloatInput - public const nint m_nOutputField = 0x5A8; // ParticleAttributeIndex_t - public const nint m_nSetMethod = 0x5AC; // ParticleSetMethod_t - } - // Parent: CParticleFunctionOperator - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_SetVectorAttributeToVectorExpression { - public const nint m_nExpression = 0x1B0; // VectorExpressionType_t - public const nint m_vInput1 = 0x1B8; // CPerParticleVecInput - public const nint m_vInput2 = 0x7E8; // CPerParticleVecInput - public const nint m_nOutputField = 0xE18; // ParticleAttributeIndex_t - public const nint m_nSetMethod = 0xE1C; // ParticleSetMethod_t - public const nint m_bNormalizedOutput = 0xE20; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_SetFloatAttributeToVectorExpression { - public const nint m_nExpression = 0x1B0; // VectorFloatExpressionType_t - public const nint m_vInput1 = 0x1B8; // CPerParticleVecInput - public const nint m_vInput2 = 0x7E8; // CPerParticleVecInput - public const nint m_flOutputRemap = 0xE18; // CParticleRemapFloatInput - public const nint m_nOutputField = 0xF68; // ParticleAttributeIndex_t - public const nint m_nSetMethod = 0xF6C; // ParticleSetMethod_t - } - // Parent: CParticleFunctionOperator - // Fields count: 12 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_MovementSkinnedPositionFromCPSnapshot { - public const nint m_nSnapshotControlPointNumber = 0x1B0; // int32 - public const nint m_nControlPointNumber = 0x1B4; // int32 - public const nint m_bRandom = 0x1B8; // bool - public const nint m_nRandomSeed = 0x1BC; // int32 - public const nint m_bSetNormal = 0x1C0; // bool - public const nint m_bSetRadius = 0x1C1; // bool - public const nint m_nIndexType = 0x1C4; // SnapshotIndexType_t - public const nint m_flReadIndex = 0x1C8; // CPerParticleFloatInput - public const nint m_flIncrement = 0x318; // CParticleCollectionFloatInput - public const nint m_nFullLoopIncrement = 0x468; // CParticleCollectionFloatInput - public const nint m_nSnapShotStartPoint = 0x5B8; // CParticleCollectionFloatInput - public const nint m_flInterpolation = 0x708; // CPerParticleFloatInput - } - // Parent: CParticleFunctionOperator - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_MovementMoveAlongSkinnedCPSnapshot { - public const nint m_nControlPointNumber = 0x1B0; // int32 - public const nint m_nSnapshotControlPointNumber = 0x1B4; // int32 - public const nint m_bSetNormal = 0x1B8; // bool - public const nint m_bSetRadius = 0x1B9; // bool - public const nint m_flInterpolation = 0x1C0; // CPerParticleFloatInput - public const nint m_flTValue = 0x310; // CPerParticleFloatInput - } - // Parent: CParticleFunctionOperator - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_QuantizeFloat { - public const nint m_InputValue = 0x1B0; // CPerParticleFloatInput - public const nint m_nOutputField = 0x300; // ParticleAttributeIndex_t - } - // Parent: CParticleFunctionOperator - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_SetFloatCollection { - public const nint m_InputValue = 0x1B0; // CParticleCollectionFloatInput - public const nint m_nOutputField = 0x300; // ParticleAttributeIndex_t - public const nint m_nSetMethod = 0x304; // ParticleSetMethod_t - public const nint m_Lerp = 0x308; // CParticleCollectionFloatInput - } - // Parent: CParticleFunctionOperator - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_SetFloat { - public const nint m_InputValue = 0x1B0; // CPerParticleFloatInput - public const nint m_nOutputField = 0x300; // ParticleAttributeIndex_t - public const nint m_nSetMethod = 0x304; // ParticleSetMethod_t - public const nint m_Lerp = 0x308; // CPerParticleFloatInput - public const nint m_bUseNewCode = 0x458; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_SetVec { - public const nint m_InputValue = 0x1B0; // CPerParticleVecInput - public const nint m_nOutputField = 0x7E0; // ParticleAttributeIndex_t - public const nint m_nSetMethod = 0x7E4; // ParticleSetMethod_t - public const nint m_Lerp = 0x7E8; // CPerParticleFloatInput - public const nint m_bNormalizedOutput = 0x938; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_DragRelativeToPlane { - public const nint m_flDragAtPlane = 0x1B0; // CParticleCollectionFloatInput - public const nint m_flFalloff = 0x300; // CParticleCollectionFloatInput - public const nint m_bDirectional = 0x450; // bool - public const nint m_vecPlaneNormal = 0x458; // CParticleCollectionVecInput - public const nint m_nControlPointNumber = 0xA88; // int32 - } - // Parent: CParticleFunctionOperator - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_RemapDensityGradientToVectorAttribute { - public const nint m_flRadiusScale = 0x1B0; // float32 - public const nint m_nFieldOutput = 0x1B4; // ParticleAttributeIndex_t - } - // Parent: CParticleFunctionOperator - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_LockPoints { - public const nint m_nMinCol = 0x1B0; // int32 - public const nint m_nMaxCol = 0x1B4; // int32 - public const nint m_nMinRow = 0x1B8; // int32 - public const nint m_nMaxRow = 0x1BC; // int32 - public const nint m_nControlPoint = 0x1C0; // int32 - public const nint m_flBlendValue = 0x1C4; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_RemapDistanceToLineSegmentBase { - public const nint m_nCP0 = 0x1B0; // int32 - public const nint m_nCP1 = 0x1B4; // int32 - public const nint m_flMinInputValue = 0x1B8; // float32 - public const nint m_flMaxInputValue = 0x1BC; // float32 - public const nint m_bInfiniteLine = 0x1C0; // bool - } - // Parent: C_OP_RemapDistanceToLineSegmentBase - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_RemapDistanceToLineSegmentToScalar { - public const nint m_nFieldOutput = 0x1C4; // ParticleAttributeIndex_t - public const nint m_flMinOutputValue = 0x1C8; // float32 - public const nint m_flMaxOutputValue = 0x1CC; // float32 - } - // Parent: C_OP_RemapDistanceToLineSegmentBase - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_RemapDistanceToLineSegmentToVector { - public const nint m_nFieldOutput = 0x1C4; // ParticleAttributeIndex_t - public const nint m_vMinOutputValue = 0x1C8; // Vector - public const nint m_vMaxOutputValue = 0x1D4; // Vector - } - // Parent: CParticleFunctionOperator - // Fields count: 11 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_TeleportBeam { - public const nint m_nCPPosition = 0x1B0; // int32 - public const nint m_nCPVelocity = 0x1B4; // int32 - public const nint m_nCPMisc = 0x1B8; // int32 - public const nint m_nCPColor = 0x1BC; // int32 - public const nint m_nCPInvalidColor = 0x1C0; // int32 - public const nint m_nCPExtraArcData = 0x1C4; // int32 - public const nint m_vGravity = 0x1C8; // Vector - public const nint m_flArcMaxDuration = 0x1D4; // float32 - public const nint m_flSegmentBreak = 0x1D8; // float32 - public const nint m_flArcSpeed = 0x1DC; // float32 - public const nint m_flAlpha = 0x1E0; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_CycleScalar { - public const nint m_nDestField = 0x1B0; // ParticleAttributeIndex_t - public const nint m_flStartValue = 0x1B4; // float32 - public const nint m_flEndValue = 0x1B8; // float32 - public const nint m_flCycleTime = 0x1BC; // float32 - public const nint m_bDoNotRepeatCycle = 0x1C0; // bool - public const nint m_bSynchronizeParticles = 0x1C1; // bool - public const nint m_nCPScale = 0x1C4; // int32 - public const nint m_nCPFieldMin = 0x1C8; // int32 - public const nint m_nCPFieldMax = 0x1CC; // int32 - public const nint m_nSetMethod = 0x1D0; // ParticleSetMethod_t - } - // Parent: CParticleFunctionOperator - // Fields count: 11 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_CalculateVectorAttribute { - public const nint m_vStartValue = 0x1B0; // Vector - public const nint m_nFieldInput1 = 0x1BC; // ParticleAttributeIndex_t - public const nint m_flInputScale1 = 0x1C0; // float32 - public const nint m_nFieldInput2 = 0x1C4; // ParticleAttributeIndex_t - public const nint m_flInputScale2 = 0x1C8; // float32 - public const nint m_nControlPointInput1 = 0x1CC; // ControlPointReference_t - public const nint m_flControlPointScale1 = 0x1E0; // float32 - public const nint m_nControlPointInput2 = 0x1E4; // ControlPointReference_t - public const nint m_flControlPointScale2 = 0x1F8; // float32 - public const nint m_nFieldOutput = 0x1FC; // ParticleAttributeIndex_t - public const nint m_vFinalOutputScale = 0x200; // Vector - } - // Parent: CParticleFunctionOperator - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_ColorAdjustHSL { - public const nint m_flHueAdjust = 0x1B0; // CPerParticleFloatInput - public const nint m_flSaturationAdjust = 0x300; // CPerParticleFloatInput - public const nint m_flLightnessAdjust = 0x450; // CPerParticleFloatInput - } - // Parent: CParticleFunctionOperator - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_ConnectParentParticleToNearest { - public const nint m_nFirstControlPoint = 0x1B0; // int32 - public const nint m_nSecondControlPoint = 0x1B4; // int32 - public const nint m_bUseRadius = 0x1B8; // bool - public const nint m_flRadiusScale = 0x1C0; // CParticleCollectionFloatInput - public const nint m_flParentRadiusScale = 0x310; // CParticleCollectionFloatInput - } - // Parent: CParticleFunctionOperator - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_UpdateLightSource { - public const nint m_vColorTint = 0x1B0; // Color - public const nint m_flBrightnessScale = 0x1B4; // float32 - public const nint m_flRadiusScale = 0x1B8; // float32 - public const nint m_flMinimumLightingRadius = 0x1BC; // float32 - public const nint m_flMaximumLightingRadius = 0x1C0; // float32 - public const nint m_flPositionDampingConstant = 0x1C4; // float32 - } - // Parent: CParticleFunctionPreEmission - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_RemapSpeedtoCP { - public const nint m_nInControlPointNumber = 0x1B4; // int32 - public const nint m_nOutControlPointNumber = 0x1B8; // int32 - public const nint m_nField = 0x1BC; // int32 - public const nint m_flInputMin = 0x1C0; // float32 - public const nint m_flInputMax = 0x1C4; // float32 - public const nint m_flOutputMin = 0x1C8; // float32 - public const nint m_flOutputMax = 0x1CC; // float32 - public const nint m_bUseDeltaV = 0x1D0; // bool - } - // Parent: CParticleFunctionPreEmission - // Fields count: 11 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_RemapAverageHitboxSpeedtoCP { - public const nint m_nInControlPointNumber = 0x1B4; // int32 - public const nint m_nOutControlPointNumber = 0x1B8; // int32 - public const nint m_nField = 0x1BC; // int32 - public const nint m_nHitboxDataType = 0x1C0; // ParticleHitboxDataSelection_t - public const nint m_flInputMin = 0x1C8; // CParticleCollectionFloatInput - public const nint m_flInputMax = 0x318; // CParticleCollectionFloatInput - public const nint m_flOutputMin = 0x468; // CParticleCollectionFloatInput - public const nint m_flOutputMax = 0x5B8; // CParticleCollectionFloatInput - public const nint m_nHeightControlPointNumber = 0x708; // int32 - public const nint m_vecComparisonVelocity = 0x710; // CParticleCollectionVecInput - public const nint m_HitboxSetName = 0xD40; // char[128] - } - // Parent: CParticleFunctionPreEmission - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_RemapDotProductToCP { - public const nint m_nInputCP1 = 0x1B4; // int32 - public const nint m_nInputCP2 = 0x1B8; // int32 - public const nint m_nOutputCP = 0x1BC; // int32 - public const nint m_nOutVectorField = 0x1C0; // int32 - public const nint m_flInputMin = 0x1C8; // CParticleCollectionFloatInput - public const nint m_flInputMax = 0x318; // CParticleCollectionFloatInput - public const nint m_flOutputMin = 0x468; // CParticleCollectionFloatInput - public const nint m_flOutputMax = 0x5B8; // CParticleCollectionFloatInput - } - // Parent: CParticleFunctionPreEmission - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_SetControlPointFieldToScalarExpression { - public const nint m_nExpression = 0x1B4; // ScalarExpressionType_t - public const nint m_flInput1 = 0x1B8; // CParticleCollectionFloatInput - public const nint m_flInput2 = 0x308; // CParticleCollectionFloatInput - public const nint m_flOutputRemap = 0x458; // CParticleRemapFloatInput - public const nint m_nOutputCP = 0x5A8; // int32 - public const nint m_nOutVectorField = 0x5AC; // int32 - } - // Parent: CParticleFunctionPreEmission - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_SetControlPointFieldFromVectorExpression { - public const nint m_nExpression = 0x1B4; // VectorFloatExpressionType_t - public const nint m_vecInput1 = 0x1B8; // CParticleCollectionVecInput - public const nint m_vecInput2 = 0x7E8; // CParticleCollectionVecInput - public const nint m_flOutputRemap = 0xE18; // CParticleRemapFloatInput - public const nint m_nOutputCP = 0xF68; // int32 - public const nint m_nOutVectorField = 0xF6C; // int32 - } - // Parent: CParticleFunctionPreEmission - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_SetControlPointToVectorExpression { - public const nint m_nExpression = 0x1B4; // VectorExpressionType_t - public const nint m_nOutputCP = 0x1B8; // int32 - public const nint m_vInput1 = 0x1C0; // CParticleCollectionVecInput - public const nint m_vInput2 = 0x7F0; // CParticleCollectionVecInput - public const nint m_bNormalizedOutput = 0xE20; // bool - } - // Parent: CParticleFunctionPreEmission - // Fields count: 9 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_RemapModelVolumetoCP { - public const nint m_nBBoxType = 0x1B4; // BBoxVolumeType_t - public const nint m_nInControlPointNumber = 0x1B8; // int32 - public const nint m_nOutControlPointNumber = 0x1BC; // int32 - public const nint m_nOutControlPointMaxNumber = 0x1C0; // int32 - public const nint m_nField = 0x1C4; // int32 - public const nint m_flInputMin = 0x1C8; // float32 - public const nint m_flInputMax = 0x1CC; // float32 - public const nint m_flOutputMin = 0x1D0; // float32 - public const nint m_flOutputMax = 0x1D4; // float32 - } - // Parent: CParticleFunctionPreEmission - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_RemapBoundingVolumetoCP { - public const nint m_nOutControlPointNumber = 0x1B4; // int32 - public const nint m_flInputMin = 0x1B8; // float32 - public const nint m_flInputMax = 0x1BC; // float32 - public const nint m_flOutputMin = 0x1C0; // float32 - public const nint m_flOutputMax = 0x1C4; // float32 - } - // Parent: CParticleFunctionPreEmission - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_RemapAverageScalarValuetoCP { - public const nint m_nOutControlPointNumber = 0x1B4; // int32 - public const nint m_nOutVectorField = 0x1B8; // int32 - public const nint m_nField = 0x1BC; // ParticleAttributeIndex_t - public const nint m_flInputMin = 0x1C0; // float32 - public const nint m_flInputMax = 0x1C4; // float32 - public const nint m_flOutputMin = 0x1C8; // float32 - public const nint m_flOutputMax = 0x1CC; // float32 - } - // Parent: CParticleFunctionPreEmission - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_RampCPLinearRandom { - public const nint m_nOutControlPointNumber = 0x1B4; // int32 - public const nint m_vecRateMin = 0x1B8; // Vector - public const nint m_vecRateMax = 0x1C4; // Vector - } - // Parent: CParticleFunctionPreEmission - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_SetParentControlPointsToChildCP { - public const nint m_nChildGroupID = 0x1B4; // int32 - public const nint m_nChildControlPoint = 0x1B8; // int32 - public const nint m_nNumControlPoints = 0x1BC; // int32 - public const nint m_nFirstSourcePoint = 0x1C0; // int32 - public const nint m_bSetOrientation = 0x1C4; // bool - } - // Parent: CParticleFunctionPreEmission - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_SetVariable { - public const nint m_variableReference = 0x1B8; // CParticleVariableRef - public const nint m_transformInput = 0x1F8; // CParticleTransformInput - public const nint m_positionOffset = 0x258; // Vector - public const nint m_rotationOffset = 0x264; // QAngle - public const nint m_vecInput = 0x270; // CParticleCollectionVecInput - public const nint m_floatInput = 0x8A0; // CParticleCollectionFloatInput - } - // Parent: CParticleFunctionPreEmission - // Fields count: 12 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_SetControlPointPositions { - public const nint m_bUseWorldLocation = 0x1B1; // bool - public const nint m_bOrient = 0x1B2; // bool - public const nint m_bSetOnce = 0x1B3; // bool - public const nint m_nCP1 = 0x1B4; // int32 - public const nint m_nCP2 = 0x1B8; // int32 - public const nint m_nCP3 = 0x1BC; // int32 - public const nint m_nCP4 = 0x1C0; // int32 - public const nint m_vecCP1Pos = 0x1C4; // Vector - public const nint m_vecCP2Pos = 0x1D0; // Vector - public const nint m_vecCP3Pos = 0x1DC; // Vector - public const nint m_vecCP4Pos = 0x1E8; // Vector - public const nint m_nHeadLocation = 0x1F4; // int32 - } - // Parent: CParticleFunctionPreEmission - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_SetSingleControlPointPosition { - public const nint m_bSetOnce = 0x1B1; // bool - public const nint m_nCP1 = 0x1B4; // int32 - public const nint m_vecCP1Pos = 0x1B8; // CParticleCollectionVecInput - public const nint m_transformInput = 0x7E8; // CParticleTransformInput - } - // Parent: CParticleFunctionPreEmission - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_SetControlPointPositionToRandomActiveCP { - public const nint m_nCP1 = 0x1B4; // int32 - public const nint m_nHeadLocationMin = 0x1B8; // int32 - public const nint m_nHeadLocationMax = 0x1BC; // int32 - public const nint m_flResetRate = 0x1C0; // CParticleCollectionFloatInput - } - // Parent: CParticleFunctionPreEmission - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_SetRandomControlPointPosition { - public const nint m_bUseWorldLocation = 0x1B1; // bool - public const nint m_bOrient = 0x1B2; // bool - public const nint m_nCP1 = 0x1B4; // int32 - public const nint m_nHeadLocation = 0x1B8; // int32 - public const nint m_flReRandomRate = 0x1C0; // CParticleCollectionFloatInput - public const nint m_vecCPMinPos = 0x310; // Vector - public const nint m_vecCPMaxPos = 0x31C; // Vector - public const nint m_flInterpolation = 0x328; // CParticleCollectionFloatInput - } - // Parent: CParticleFunctionPreEmission - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_SetControlPointOrientation { - public const nint m_bUseWorldLocation = 0x1B1; // bool - public const nint m_bRandomize = 0x1B3; // bool - public const nint m_bSetOnce = 0x1B4; // bool - public const nint m_nCP = 0x1B8; // int32 - public const nint m_nHeadLocation = 0x1BC; // int32 - public const nint m_vecRotation = 0x1C0; // QAngle - public const nint m_vecRotationB = 0x1CC; // QAngle - public const nint m_flInterpolation = 0x1D8; // CParticleCollectionFloatInput - } - // Parent: CParticleFunctionPreEmission - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_SetControlPointFromObjectScale { - public const nint m_nCPInput = 0x1B4; // int32 - public const nint m_nCPOutput = 0x1B8; // int32 - } - // Parent: CParticleFunctionPreEmission - // Fields count: 15 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_DistanceBetweenCPsToCP { - public const nint m_nStartCP = 0x1B4; // int32 - public const nint m_nEndCP = 0x1B8; // int32 - public const nint m_nOutputCP = 0x1BC; // int32 - public const nint m_nOutputCPField = 0x1C0; // int32 - public const nint m_bSetOnce = 0x1C4; // bool - public const nint m_flInputMin = 0x1C8; // float32 - public const nint m_flInputMax = 0x1CC; // float32 - public const nint m_flOutputMin = 0x1D0; // float32 - public const nint m_flOutputMax = 0x1D4; // float32 - public const nint m_flMaxTraceLength = 0x1D8; // float32 - public const nint m_flLOSScale = 0x1DC; // float32 - public const nint m_bLOS = 0x1E0; // bool - public const nint m_CollisionGroupName = 0x1E1; // char[128] - public const nint m_nTraceSet = 0x264; // ParticleTraceSet_t - public const nint m_nSetParent = 0x268; // ParticleParentSetMode_t - } - // Parent: CParticleFunctionPreEmission - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_SetControlPointToPlayer { - public const nint m_nCP1 = 0x1B4; // int32 - public const nint m_vecCP1Pos = 0x1B8; // Vector - public const nint m_bOrientToEyes = 0x1C4; // bool - } - // Parent: CParticleFunctionPreEmission - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_SetControlPointToHand { - public const nint m_nCP1 = 0x1B4; // int32 - public const nint m_nHand = 0x1B8; // int32 - public const nint m_vecCP1Pos = 0x1BC; // Vector - public const nint m_bOrientToHand = 0x1C8; // bool - } - // Parent: CParticleFunctionPreEmission - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_SetControlPointToHMD { - public const nint m_nCP1 = 0x1B4; // int32 - public const nint m_vecCP1Pos = 0x1B8; // Vector - public const nint m_bOrientToHMD = 0x1C4; // bool - } - // Parent: CParticleFunctionPreEmission - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_SetControlPointPositionToTimeOfDayValue { - public const nint m_nControlPointNumber = 0x1B4; // int32 - public const nint m_pszTimeOfDayParameter = 0x1B8; // char[128] - public const nint m_vecDefaultValue = 0x238; // Vector - } - // Parent: CParticleFunctionPreEmission - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_SetControlPointToCenter { - public const nint m_nCP1 = 0x1B4; // int32 - public const nint m_vecCP1Pos = 0x1B8; // Vector - public const nint m_nSetParent = 0x1C4; // ParticleParentSetMode_t - } - // Parent: CParticleFunctionPreEmission - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_SetControlPointToCPVelocity { - public const nint m_nCPInput = 0x1B4; // int32 - public const nint m_nCPOutputVel = 0x1B8; // int32 - public const nint m_bNormalize = 0x1BC; // bool - public const nint m_nCPOutputMag = 0x1C0; // int32 - public const nint m_nCPField = 0x1C4; // int32 - public const nint m_vecComparisonVelocity = 0x1C8; // CParticleCollectionVecInput - } - // Parent: CParticleFunctionPreEmission - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_SetControlPointOrientationToCPVelocity { - public const nint m_nCPInput = 0x1B4; // int32 - public const nint m_nCPOutput = 0x1B8; // int32 - } - // Parent: CParticleFunctionPreEmission - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_StopAfterCPDuration { - public const nint m_flDuration = 0x1B8; // CParticleCollectionFloatInput - public const nint m_bDestroyImmediately = 0x308; // bool - public const nint m_bPlayEndCap = 0x309; // bool - } - // Parent: CParticleFunctionPreEmission - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_SetControlPointRotation { - public const nint m_vecRotAxis = 0x1B8; // CParticleCollectionVecInput - public const nint m_flRotRate = 0x7E8; // CParticleCollectionFloatInput - public const nint m_nCP = 0x938; // int32 - public const nint m_nLocalCP = 0x93C; // int32 - } - // Parent: CParticleFunctionPreEmission - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_RemapCPtoCP { - public const nint m_nInputControlPoint = 0x1B4; // int32 - public const nint m_nOutputControlPoint = 0x1B8; // int32 - public const nint m_nInputField = 0x1BC; // int32 - public const nint m_nOutputField = 0x1C0; // int32 - public const nint m_flInputMin = 0x1C4; // float32 - public const nint m_flInputMax = 0x1C8; // float32 - public const nint m_flOutputMin = 0x1CC; // float32 - public const nint m_flOutputMax = 0x1D0; // float32 - public const nint m_bDerivative = 0x1D4; // bool - public const nint m_flInterpRate = 0x1D8; // float32 - } - // Parent: CParticleFunctionPreEmission - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_HSVShiftToCP { - public const nint m_nColorCP = 0x1B4; // int32 - public const nint m_nColorGemEnableCP = 0x1B8; // int32 - public const nint m_nOutputCP = 0x1BC; // int32 - public const nint m_DefaultHSVColor = 0x1C0; // Color - } - // Parent: CParticleFunctionPreEmission - // Fields count: 12 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_SetControlPointToImpactPoint { - public const nint m_nCPOut = 0x1B4; // int32 - public const nint m_nCPIn = 0x1B8; // int32 - public const nint m_flUpdateRate = 0x1BC; // float32 - public const nint m_flTraceLength = 0x1C0; // CParticleCollectionFloatInput - public const nint m_flStartOffset = 0x310; // float32 - public const nint m_flOffset = 0x314; // float32 - public const nint m_vecTraceDir = 0x318; // Vector - public const nint m_CollisionGroupName = 0x324; // char[128] - public const nint m_nTraceSet = 0x3A4; // ParticleTraceSet_t - public const nint m_bSetToEndpoint = 0x3A8; // bool - public const nint m_bTraceToClosestSurface = 0x3A9; // bool - public const nint m_bIncludeWater = 0x3AA; // bool - } - // Parent: CParticleFunctionPreEmission - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_SetCPOrientationToPointAtCP { - public const nint m_nInputCP = 0x1B4; // int32 - public const nint m_nOutputCP = 0x1B8; // int32 - public const nint m_flInterpolation = 0x1C0; // CParticleCollectionFloatInput - public const nint m_b2DOrientation = 0x310; // bool - public const nint m_bAvoidSingularity = 0x311; // bool - public const nint m_bPointAway = 0x312; // bool - } - // Parent: CParticleFunctionPreEmission - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_EnableChildrenFromParentParticleCount { - public const nint m_nChildGroupID = 0x1B4; // int32 - public const nint m_nFirstChild = 0x1B8; // int32 - public const nint m_nNumChildrenToEnable = 0x1C0; // CParticleCollectionFloatInput - public const nint m_bDisableChildren = 0x310; // bool - public const nint m_bPlayEndcapOnStop = 0x311; // bool - public const nint m_bDestroyImmediately = 0x312; // bool - } - // Parent: CParticleFunctionPreEmission - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_SelectivelyEnableChildren { - public const nint m_nChildGroupID = 0x1B8; // CParticleCollectionFloatInput - public const nint m_nFirstChild = 0x308; // CParticleCollectionFloatInput - public const nint m_nNumChildrenToEnable = 0x458; // CParticleCollectionFloatInput - public const nint m_bPlayEndcapOnStop = 0x5A8; // bool - public const nint m_bDestroyImmediately = 0x5A9; // bool - } - // Parent: CParticleFunctionPreEmission - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_PlayEndCapWhenFinished { - public const nint m_bFireOnEmissionEnd = 0x1B1; // bool - public const nint m_bIncludeChildren = 0x1B2; // bool - } - // Parent: CParticleFunctionPreEmission - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_ForceControlPointStub { - public const nint m_ControlPoint = 0x1B4; // int32 - } - // Parent: CParticleFunctionPreEmission - // Fields count: 9 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_DriveCPFromGlobalSoundFloat { - public const nint m_nOutputControlPoint = 0x1B4; // int32 - public const nint m_nOutputField = 0x1B8; // int32 - public const nint m_flInputMin = 0x1BC; // float32 - public const nint m_flInputMax = 0x1C0; // float32 - public const nint m_flOutputMin = 0x1C4; // float32 - public const nint m_flOutputMax = 0x1C8; // float32 - public const nint m_StackName = 0x1D0; // CUtlString - public const nint m_OperatorName = 0x1D8; // CUtlString - public const nint m_FieldName = 0x1E0; // CUtlString - } - // Parent: CParticleFunctionPreEmission - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_SetControlPointFieldToWater { - public const nint m_nSourceCP = 0x1B4; // int32 - public const nint m_nDestCP = 0x1B8; // int32 - public const nint m_nCPField = 0x1BC; // int32 - } - // Parent: CParticleFunctionPreEmission - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_SetControlPointToWaterSurface { - public const nint m_nSourceCP = 0x1B4; // int32 - public const nint m_nDestCP = 0x1B8; // int32 - public const nint m_nFlowCP = 0x1BC; // int32 - public const nint m_nActiveCP = 0x1C0; // int32 - public const nint m_nActiveCPField = 0x1C4; // int32 - public const nint m_flRetestRate = 0x1C8; // CParticleCollectionFloatInput - public const nint m_bAdaptiveThreshold = 0x318; // bool - } - // Parent: CParticleFunctionPreEmission - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_RepeatedTriggerChildGroup { - public const nint m_nChildGroupID = 0x1B4; // int32 - public const nint m_flClusterRefireTime = 0x1B8; // CParticleCollectionFloatInput - public const nint m_flClusterSize = 0x308; // CParticleCollectionFloatInput - public const nint m_flClusterCooldown = 0x458; // CParticleCollectionFloatInput - public const nint m_bLimitChildCount = 0x5A8; // bool - } - // Parent: CParticleFunctionPreEmission - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_ChooseRandomChildrenInGroup { - public const nint m_nChildGroupID = 0x1B4; // int32 - public const nint m_flNumberOfChildren = 0x1B8; // CParticleCollectionFloatInput - } - // Parent: CParticleFunctionPreEmission - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_SetSimulationRate { - public const nint m_flSimulationScale = 0x1B8; // CParticleCollectionFloatInput - } - // Parent: CParticleFunctionPreEmission - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_ControlPointToRadialScreenSpace { - public const nint m_nCPIn = 0x1B4; // int32 - public const nint m_vecCP1Pos = 0x1B8; // Vector - public const nint m_nCPOut = 0x1C4; // int32 - public const nint m_nCPOutField = 0x1C8; // int32 - public const nint m_nCPSSPosOut = 0x1CC; // int32 - } - // Parent: CParticleFunctionPreEmission - // Fields count: 15 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_LightningSnapshotGenerator { - public const nint m_nCPSnapshot = 0x1B4; // int32 - public const nint m_nCPStartPnt = 0x1B8; // int32 - public const nint m_nCPEndPnt = 0x1BC; // int32 - public const nint m_flSegments = 0x1C0; // CParticleCollectionFloatInput - public const nint m_flOffset = 0x310; // CParticleCollectionFloatInput - public const nint m_flOffsetDecay = 0x460; // CParticleCollectionFloatInput - public const nint m_flRecalcRate = 0x5B0; // CParticleCollectionFloatInput - public const nint m_flUVScale = 0x700; // CParticleCollectionFloatInput - public const nint m_flUVOffset = 0x850; // CParticleCollectionFloatInput - public const nint m_flSplitRate = 0x9A0; // CParticleCollectionFloatInput - public const nint m_flBranchTwist = 0xAF0; // CParticleCollectionFloatInput - public const nint m_nBranchBehavior = 0xC40; // ParticleLightnintBranchBehavior_t - public const nint m_flRadiusStart = 0xC48; // CParticleCollectionFloatInput - public const nint m_flRadiusEnd = 0xD98; // CParticleCollectionFloatInput - public const nint m_flDedicatedPool = 0xEE8; // CParticleCollectionFloatInput - } - // Parent: CParticleFunctionPreEmission - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_RemapExternalWindToCP { - public const nint m_nCP = 0x1B4; // int32 - public const nint m_nCPOutput = 0x1B8; // int32 - public const nint m_vecScale = 0x1C0; // CParticleCollectionVecInput - public const nint m_bSetMagnitude = 0x7F0; // bool - public const nint m_nOutVectorField = 0x7F4; // int32 - } - // Parent: CParticleFunctionPreEmission - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_SetGravityToCP { - public const nint m_nCPInput = 0x1B4; // int32 - public const nint m_nCPOutput = 0x1B8; // int32 - public const nint m_flScale = 0x1C0; // CParticleCollectionFloatInput - public const nint m_bSetOrientation = 0x310; // bool - public const nint m_bSetZDown = 0x311; // bool - } - // Parent: CParticleFunctionPreEmission - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_QuantizeCPComponent { - public const nint m_flInputValue = 0x1B8; // CParticleCollectionFloatInput - public const nint m_nCPOutput = 0x308; // int32 - public const nint m_nOutVectorField = 0x30C; // int32 - public const nint m_flQuantizeValue = 0x310; // CParticleCollectionFloatInput - } - // Parent: CBaseRendererSource2 - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CBaseTrailRenderer { - public const nint m_nOrientationType = 0x2638; // ParticleOrientationChoiceList_t - public const nint m_nOrientationControlPoint = 0x263C; // int32 - public const nint m_flMinSize = 0x2640; // float32 - public const nint m_flMaxSize = 0x2644; // float32 - public const nint m_flStartFadeSize = 0x2648; // CParticleCollectionRendererFloatInput - public const nint m_flEndFadeSize = 0x2798; // CParticleCollectionRendererFloatInput - public const nint m_bClampV = 0x28E8; // bool - } - // Parent: CBaseTrailRenderer - // Fields count: 20 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_RenderTrails { - public const nint m_bEnableFadingAndClamping = 0x28E9; // bool - public const nint m_flStartFadeDot = 0x28EC; // float32 - public const nint m_flEndFadeDot = 0x28F0; // float32 - public const nint m_nPrevPntSource = 0x28F4; // ParticleAttributeIndex_t - public const nint m_flMaxLength = 0x28F8; // float32 - public const nint m_flMinLength = 0x28FC; // float32 - public const nint m_bIgnoreDT = 0x2900; // bool - public const nint m_flConstrainRadiusToLengthRatio = 0x2904; // float32 - public const nint m_flLengthScale = 0x2908; // float32 - public const nint m_flLengthFadeInTime = 0x290C; // float32 - public const nint m_flRadiusHeadTaper = 0x2910; // CPerParticleFloatInput - public const nint m_vecHeadColorScale = 0x2A60; // CParticleCollectionVecInput - public const nint m_flHeadAlphaScale = 0x3090; // CPerParticleFloatInput - public const nint m_flRadiusTaper = 0x31E0; // CPerParticleFloatInput - public const nint m_vecTailColorScale = 0x3330; // CParticleCollectionVecInput - public const nint m_flTailAlphaScale = 0x3960; // CPerParticleFloatInput - public const nint m_nHorizCropField = 0x3AB0; // ParticleAttributeIndex_t - public const nint m_nVertCropField = 0x3AB4; // ParticleAttributeIndex_t - public const nint m_flForwardShift = 0x3AB8; // float32 - public const nint m_bFlipUVBasedOnPitchYaw = 0x3ABC; // bool - } - // Parent: CBaseRendererSource2 - // Fields count: 30 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_RenderRopes { - public const nint m_bEnableFadingAndClamping = 0x2638; // bool - public const nint m_flMinSize = 0x263C; // float32 - public const nint m_flMaxSize = 0x2640; // float32 - public const nint m_flStartFadeSize = 0x2644; // float32 - public const nint m_flEndFadeSize = 0x2648; // float32 - public const nint m_flStartFadeDot = 0x264C; // float32 - public const nint m_flEndFadeDot = 0x2650; // float32 - public const nint m_flRadiusTaper = 0x2654; // float32 - public const nint m_nMinTesselation = 0x2658; // int32 - public const nint m_nMaxTesselation = 0x265C; // int32 - public const nint m_flTessScale = 0x2660; // float32 - public const nint m_flTextureVWorldSize = 0x2668; // CParticleCollectionRendererFloatInput - public const nint m_flTextureVScrollRate = 0x27B8; // CParticleCollectionRendererFloatInput - public const nint m_flTextureVOffset = 0x2908; // CParticleCollectionRendererFloatInput - public const nint m_nTextureVParamsCP = 0x2A58; // int32 - public const nint m_bClampV = 0x2A5C; // bool - public const nint m_nScaleCP1 = 0x2A60; // int32 - public const nint m_nScaleCP2 = 0x2A64; // int32 - public const nint m_flScaleVSizeByControlPointDistance = 0x2A68; // float32 - public const nint m_flScaleVScrollByControlPointDistance = 0x2A6C; // float32 - public const nint m_flScaleVOffsetByControlPointDistance = 0x2A70; // float32 - public const nint m_bUseScalarForTextureCoordinate = 0x2A75; // bool - public const nint m_nScalarFieldForTextureCoordinate = 0x2A78; // ParticleAttributeIndex_t - public const nint m_flScalarAttributeTextureCoordScale = 0x2A7C; // float32 - public const nint m_bReverseOrder = 0x2A80; // bool - public const nint m_bClosedLoop = 0x2A81; // bool - public const nint m_nOrientationType = 0x2A84; // ParticleOrientationChoiceList_t - public const nint m_nVectorFieldForOrientation = 0x2A88; // ParticleAttributeIndex_t - public const nint m_bDrawAsOpaque = 0x2A8C; // bool - public const nint m_bGenerateNormals = 0x2A8D; // bool - } - // Parent: CParticleFunctionRenderer - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_RenderAsModels { - public const nint m_ModelList = 0x1F8; // CUtlVector - public const nint m_flModelScale = 0x214; // float32 - public const nint m_bFitToModelSize = 0x218; // bool - public const nint m_bNonUniformScaling = 0x219; // bool - public const nint m_nXAxisScalingAttribute = 0x21C; // ParticleAttributeIndex_t - public const nint m_nYAxisScalingAttribute = 0x220; // ParticleAttributeIndex_t - public const nint m_nZAxisScalingAttribute = 0x224; // ParticleAttributeIndex_t - public const nint m_nSizeCullBloat = 0x228; // int32 - } - // Parent: CParticleFunctionRenderer - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_RenderBlobs { - public const nint m_cubeWidth = 0x1F8; // CParticleCollectionRendererFloatInput - public const nint m_cutoffRadius = 0x348; // CParticleCollectionRendererFloatInput - public const nint m_renderRadius = 0x498; // CParticleCollectionRendererFloatInput - public const nint m_nScaleCP = 0x5E8; // int32 - public const nint m_MaterialVars = 0x5F0; // CUtlVector - public const nint m_hMaterial = 0x620; // CStrongHandle - } - // Parent: CParticleFunctionRenderer - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_RenderGpuImplicit { - public const nint m_bUsePerParticleRadius = 0x1F6; // bool - public const nint m_fGridSize = 0x1F8; // CParticleCollectionRendererFloatInput - public const nint m_fRadiusScale = 0x348; // CParticleCollectionRendererFloatInput - public const nint m_fIsosurfaceThreshold = 0x498; // CParticleCollectionRendererFloatInput - public const nint m_nScaleCP = 0x5E8; // int32 - public const nint m_hMaterial = 0x5F0; // CStrongHandle - } - // Parent: CParticleFunctionRenderer - // Fields count: 54 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_RenderModels { - public const nint m_bOnlyRenderInEffectsBloomPass = 0x1F6; // bool - public const nint m_bOnlyRenderInEffectsWaterPass = 0x1F7; // bool - public const nint m_bUseMixedResolutionRendering = 0x1F8; // bool - public const nint m_bOnlyRenderInEffecsGameOverlay = 0x1F9; // bool - public const nint m_ModelList = 0x200; // CUtlVector - public const nint m_nBodyGroupField = 0x21C; // ParticleAttributeIndex_t - public const nint m_nSubModelField = 0x220; // ParticleAttributeIndex_t - public const nint m_bIgnoreNormal = 0x224; // bool - public const nint m_bOrientZ = 0x225; // bool - public const nint m_bCenterOffset = 0x226; // bool - public const nint m_vecLocalOffset = 0x228; // CPerParticleVecInput - public const nint m_vecLocalRotation = 0x858; // CPerParticleVecInput - public const nint m_bIgnoreRadius = 0xE88; // bool - public const nint m_nModelScaleCP = 0xE8C; // int32 - public const nint m_vecComponentScale = 0xE90; // CPerParticleVecInput - public const nint m_bLocalScale = 0x14C0; // bool - public const nint m_nSizeCullBloat = 0x14C4; // int32 - public const nint m_bAnimated = 0x14C8; // bool - public const nint m_flAnimationRate = 0x14D0; // CPerParticleFloatInput - public const nint m_bScaleAnimationRate = 0x1620; // bool - public const nint m_bForceLoopingAnimation = 0x1621; // bool - public const nint m_bResetAnimOnStop = 0x1622; // bool - public const nint m_bManualAnimFrame = 0x1623; // bool - public const nint m_nAnimationScaleField = 0x1624; // ParticleAttributeIndex_t - public const nint m_nAnimationField = 0x1628; // ParticleAttributeIndex_t - public const nint m_nManualFrameField = 0x162C; // ParticleAttributeIndex_t - public const nint m_ActivityName = 0x1630; // char[256] - public const nint m_SequenceName = 0x1730; // char[256] - public const nint m_bEnableClothSimulation = 0x1830; // bool - public const nint m_hOverrideMaterial = 0x1838; // CStrongHandle - public const nint m_bOverrideTranslucentMaterials = 0x1840; // bool - public const nint m_nSkin = 0x1848; // CPerParticleFloatInput - public const nint m_MaterialVars = 0x1998; // CUtlVector - public const nint m_flManualModelSelection = 0x19B0; // CPerParticleFloatInput - public const nint m_modelInput = 0x1B00; // CParticleModelInput - public const nint m_nLOD = 0x1B58; // int32 - public const nint m_EconSlotName = 0x1B5C; // char[256] - public const nint m_bOriginalModel = 0x1C5C; // bool - public const nint m_bSuppressTint = 0x1C5D; // bool - public const nint m_bUseRawMeshGroup = 0x1C5E; // bool - public const nint m_bDisableShadows = 0x1C5F; // bool - public const nint m_bDisableDepthPrepass = 0x1C60; // bool - public const nint m_bAcceptsDecals = 0x1C61; // bool - public const nint m_bForceDrawInterlevedWithSiblings = 0x1C62; // bool - public const nint m_bDoNotDrawInParticlePass = 0x1C63; // bool - public const nint m_bUseFastModelCollectionRenderPath = 0x1C64; // bool - public const nint m_bAllowApproximateTransforms = 0x1C65; // bool - public const nint m_szRenderAttribute = 0x1C66; // char[4096] - public const nint m_flRadiusScale = 0x2C68; // CParticleCollectionFloatInput - public const nint m_flAlphaScale = 0x2DB8; // CParticleCollectionFloatInput - public const nint m_flRollScale = 0x2F08; // CParticleCollectionFloatInput - public const nint m_nAlpha2Field = 0x3058; // ParticleAttributeIndex_t - public const nint m_vecColorScale = 0x3060; // CParticleCollectionVecInput - public const nint m_nColorBlendType = 0x3690; // ParticleColorBlendType_t - } - // Parent: CParticleFunctionRenderer - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_RenderSimpleModelCollection { - public const nint m_bCenterOffset = 0x1F6; // bool - public const nint m_modelInput = 0x1F8; // CParticleModelInput - public const nint m_nLOD = 0x250; // int32 - public const nint m_bDisableShadows = 0x254; // bool - public const nint m_bAcceptsDecals = 0x255; // bool - } - // Parent: CParticleFunctionRenderer - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_RenderMaterialProxy { - public const nint m_nMaterialControlPoint = 0x1F8; // int32 - public const nint m_nProxyType = 0x1FC; // MaterialProxyType_t - public const nint m_MaterialVars = 0x200; // CUtlVector - public const nint m_hOverrideMaterial = 0x218; // CStrongHandle - public const nint m_flMaterialOverrideEnabled = 0x220; // CParticleCollectionFloatInput - public const nint m_vecColorScale = 0x370; // CParticleCollectionVecInput - public const nint m_flAlpha = 0x9A0; // CPerParticleFloatInput - public const nint m_nColorBlendType = 0xAF0; // ParticleColorBlendType_t - } - // Parent: CParticleFunctionRenderer - // Fields count: 12 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_RenderProjected { - public const nint m_bProjectCharacter = 0x1F6; // bool - public const nint m_bProjectWorld = 0x1F7; // bool - public const nint m_bProjectWater = 0x1F8; // bool - public const nint m_bFlipHorizontal = 0x1F9; // bool - public const nint m_bEnableProjectedDepthControls = 0x1FA; // bool - public const nint m_flMinProjectionDepth = 0x1FC; // float32 - public const nint m_flMaxProjectionDepth = 0x200; // float32 - public const nint m_vecProjectedMaterials = 0x208; // CUtlVector - public const nint m_flMaterialSelection = 0x220; // CPerParticleFloatInput - public const nint m_flAnimationTimeScale = 0x370; // float32 - public const nint m_bOrientToNormal = 0x374; // bool - public const nint m_MaterialVars = 0x378; // CUtlVector - } - // Parent: CParticleFunctionRenderer - // Fields count: 16 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_RenderDeferredLight { - public const nint m_bUseAlphaTestWindow = 0x1F6; // bool - public const nint m_bUseTexture = 0x1F7; // bool - public const nint m_flRadiusScale = 0x1F8; // float32 - public const nint m_flAlphaScale = 0x1FC; // float32 - public const nint m_nAlpha2Field = 0x200; // ParticleAttributeIndex_t - public const nint m_vecColorScale = 0x208; // CParticleCollectionVecInput - public const nint m_nColorBlendType = 0x838; // ParticleColorBlendType_t - public const nint m_flLightDistance = 0x83C; // float32 - public const nint m_flStartFalloff = 0x840; // float32 - public const nint m_flDistanceFalloff = 0x844; // float32 - public const nint m_flSpotFoV = 0x848; // float32 - public const nint m_nAlphaTestPointField = 0x84C; // ParticleAttributeIndex_t - public const nint m_nAlphaTestRangeField = 0x850; // ParticleAttributeIndex_t - public const nint m_nAlphaTestSharpnessField = 0x854; // ParticleAttributeIndex_t - public const nint m_hTexture = 0x858; // CStrongHandle - public const nint m_nHSVShiftControlPoint = 0x860; // int32 - } - // Parent: CParticleFunctionRenderer - // Fields count: 29 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_RenderStandardLight { - public const nint m_nLightType = 0x1F8; // ParticleLightTypeChoiceList_t - public const nint m_vecColorScale = 0x200; // CParticleCollectionVecInput - public const nint m_nColorBlendType = 0x830; // ParticleColorBlendType_t - public const nint m_flIntensity = 0x838; // CParticleCollectionFloatInput - public const nint m_bCastShadows = 0x988; // bool - public const nint m_flTheta = 0x990; // CParticleCollectionFloatInput - public const nint m_flPhi = 0xAE0; // CParticleCollectionFloatInput - public const nint m_flRadiusMultiplier = 0xC30; // CParticleCollectionFloatInput - public const nint m_nAttenuationStyle = 0xD80; // StandardLightingAttenuationStyle_t - public const nint m_flFalloffLinearity = 0xD88; // CParticleCollectionFloatInput - public const nint m_flFiftyPercentFalloff = 0xED8; // CParticleCollectionFloatInput - public const nint m_flZeroPercentFalloff = 0x1028; // CParticleCollectionFloatInput - public const nint m_bRenderDiffuse = 0x1178; // bool - public const nint m_bRenderSpecular = 0x1179; // bool - public const nint m_lightCookie = 0x1180; // CUtlString - public const nint m_nPriority = 0x1188; // int32 - public const nint m_nFogLightingMode = 0x118C; // ParticleLightFogLightingMode_t - public const nint m_flFogContribution = 0x1190; // CParticleCollectionRendererFloatInput - public const nint m_nCapsuleLightBehavior = 0x12E0; // ParticleLightBehaviorChoiceList_t - public const nint m_flCapsuleLength = 0x12E4; // float32 - public const nint m_bReverseOrder = 0x12E8; // bool - public const nint m_bClosedLoop = 0x12E9; // bool - public const nint m_nPrevPntSource = 0x12EC; // ParticleAttributeIndex_t - public const nint m_flMaxLength = 0x12F0; // float32 - public const nint m_flMinLength = 0x12F4; // float32 - public const nint m_bIgnoreDT = 0x12F8; // bool - public const nint m_flConstrainRadiusToLengthRatio = 0x12FC; // float32 - public const nint m_flLengthScale = 0x1300; // float32 - public const nint m_flLengthFadeInTime = 0x1304; // float32 - } - // Parent: CParticleFunctionRenderer - // Fields count: 14 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_RenderOmni2Light { - public const nint m_nLightType = 0x1F8; // ParticleOmni2LightTypeChoiceList_t - public const nint m_vColorBlend = 0x200; // CParticleCollectionVecInput - public const nint m_nColorBlendType = 0x830; // ParticleColorBlendType_t - public const nint m_nBrightnessUnit = 0x834; // ParticleLightUnitChoiceList_t - public const nint m_flBrightnessLumens = 0x838; // CPerParticleFloatInput - public const nint m_flBrightnessCandelas = 0x988; // CPerParticleFloatInput - public const nint m_bCastShadows = 0xAD8; // bool - public const nint m_flLuminaireRadius = 0xAE0; // CPerParticleFloatInput - public const nint m_flSkirt = 0xC30; // CPerParticleFloatInput - public const nint m_flRange = 0xD80; // CPerParticleFloatInput - public const nint m_flInnerConeAngle = 0xED0; // CPerParticleFloatInput - public const nint m_flOuterConeAngle = 0x1020; // CPerParticleFloatInput - public const nint m_hLightCookie = 0x1170; // CStrongHandle - public const nint m_bSphericalCookie = 0x1178; // bool - } - // Parent: CParticleFunctionRenderer - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_RenderLightBeam { - public const nint m_vColorBlend = 0x1F8; // CParticleCollectionVecInput - public const nint m_nColorBlendType = 0x828; // ParticleColorBlendType_t - public const nint m_flBrightnessLumensPerMeter = 0x830; // CParticleCollectionFloatInput - public const nint m_bCastShadows = 0x980; // bool - public const nint m_flSkirt = 0x988; // CParticleCollectionFloatInput - public const nint m_flRange = 0xAD8; // CParticleCollectionFloatInput - public const nint m_flThickness = 0xC28; // CParticleCollectionFloatInput - } - // Parent: CParticleFunctionRenderer - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_Callback { - } - // Parent: CParticleFunctionRenderer - // Fields count: 9 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_RenderScreenShake { - public const nint m_flDurationScale = 0x1F8; // float32 - public const nint m_flRadiusScale = 0x1FC; // float32 - public const nint m_flFrequencyScale = 0x200; // float32 - public const nint m_flAmplitudeScale = 0x204; // float32 - public const nint m_nRadiusField = 0x208; // ParticleAttributeIndex_t - public const nint m_nDurationField = 0x20C; // ParticleAttributeIndex_t - public const nint m_nFrequencyField = 0x210; // ParticleAttributeIndex_t - public const nint m_nAmplitudeField = 0x214; // ParticleAttributeIndex_t - public const nint m_nFilterCP = 0x218; // int32 - } - // Parent: CParticleFunctionRenderer - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_RenderTonemapController { - public const nint m_flTonemapLevel = 0x1F8; // float32 - public const nint m_flTonemapWeight = 0x1FC; // float32 - public const nint m_nTonemapLevelField = 0x200; // ParticleAttributeIndex_t - public const nint m_nTonemapWeightField = 0x204; // ParticleAttributeIndex_t - } - // Parent: CParticleFunctionRenderer - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_RenderPostProcessing { - public const nint m_flPostProcessStrength = 0x1F8; // CPerParticleFloatInput - public const nint m_hPostTexture = 0x348; // CStrongHandle - public const nint m_nPriority = 0x350; // ParticlePostProcessPriorityGroup_t - } - // Parent: CParticleFunctionRenderer - // Fields count: 12 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_RenderSound { - public const nint m_flDurationScale = 0x1F8; // float32 - public const nint m_flSndLvlScale = 0x1FC; // float32 - public const nint m_flPitchScale = 0x200; // float32 - public const nint m_flVolumeScale = 0x204; // float32 - public const nint m_nSndLvlField = 0x208; // ParticleAttributeIndex_t - public const nint m_nDurationField = 0x20C; // ParticleAttributeIndex_t - public const nint m_nPitchField = 0x210; // ParticleAttributeIndex_t - public const nint m_nVolumeField = 0x214; // ParticleAttributeIndex_t - public const nint m_nChannel = 0x218; // int32 - public const nint m_nCPReference = 0x21C; // int32 - public const nint m_pszSoundName = 0x220; // char[256] - public const nint m_bSuppressStopSoundEvent = 0x320; // bool - } - // Parent: CParticleFunctionRenderer - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_RenderStatusEffect { - public const nint m_pTextureColorWarp = 0x1F8; // CStrongHandle - public const nint m_pTextureDetail2 = 0x200; // CStrongHandle - public const nint m_pTextureDiffuseWarp = 0x208; // CStrongHandle - public const nint m_pTextureFresnelColorWarp = 0x210; // CStrongHandle - public const nint m_pTextureFresnelWarp = 0x218; // CStrongHandle - public const nint m_pTextureSpecularWarp = 0x220; // CStrongHandle - public const nint m_pTextureEnvMap = 0x228; // CStrongHandle - } - // Parent: CParticleFunctionRenderer - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_RenderStatusEffectCitadel { - public const nint m_pTextureColorWarp = 0x1F8; // CStrongHandle - public const nint m_pTextureNormal = 0x200; // CStrongHandle - public const nint m_pTextureMetalness = 0x208; // CStrongHandle - public const nint m_pTextureRoughness = 0x210; // CStrongHandle - public const nint m_pTextureSelfIllum = 0x218; // CStrongHandle - public const nint m_pTextureDetail = 0x220; // CStrongHandle - } - // Parent: CParticleFunctionRenderer - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_RenderFlattenGrass { - public const nint m_flFlattenStrength = 0x1F8; // float32 - public const nint m_nStrengthFieldOverride = 0x1FC; // ParticleAttributeIndex_t - public const nint m_flRadiusScale = 0x200; // float32 - } - // Parent: CParticleFunctionRenderer - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_RenderTreeShake { - public const nint m_flPeakStrength = 0x1F8; // float32 - public const nint m_nPeakStrengthFieldOverride = 0x1FC; // ParticleAttributeIndex_t - public const nint m_flRadius = 0x200; // float32 - public const nint m_nRadiusFieldOverride = 0x204; // ParticleAttributeIndex_t - public const nint m_flShakeDuration = 0x208; // float32 - public const nint m_flTransitionTime = 0x20C; // float32 - public const nint m_flTwistAmount = 0x210; // float32 - public const nint m_flRadialAmount = 0x214; // float32 - public const nint m_flControlPointOrientationAmount = 0x218; // float32 - public const nint m_nControlPointForLinearDirection = 0x21C; // int32 - } - // Parent: CParticleFunctionRenderer - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_RenderText { - public const nint m_OutlineColor = 0x1F6; // Color - public const nint m_DefaultText = 0x200; // CUtlString - } - // Parent: CParticleFunctionRenderer - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_RenderVRHapticEvent { - public const nint m_nHand = 0x1F8; // ParticleVRHandChoiceList_t - public const nint m_nOutputHandCP = 0x1FC; // int32 - public const nint m_nOutputField = 0x200; // int32 - public const nint m_flAmplitude = 0x208; // CPerParticleFloatInput - } - // Parent: CParticleFunctionOperator - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_RemapSDFDistanceToScalarAttribute { - public const nint m_nFieldOutput = 0x1B0; // ParticleAttributeIndex_t - public const nint m_nVectorFieldInput = 0x1B4; // ParticleAttributeIndex_t - public const nint m_flMinDistance = 0x1B8; // CParticleCollectionFloatInput - public const nint m_flMaxDistance = 0x308; // CParticleCollectionFloatInput - public const nint m_flValueBelowMin = 0x458; // CParticleCollectionFloatInput - public const nint m_flValueAtMin = 0x5A8; // CParticleCollectionFloatInput - public const nint m_flValueAtMax = 0x6F8; // CParticleCollectionFloatInput - public const nint m_flValueAboveMax = 0x848; // CParticleCollectionFloatInput - } - // Parent: CParticleFunctionOperator - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_RemapSDFDistanceToVectorAttribute { - public const nint m_nVectorFieldOutput = 0x1B0; // ParticleAttributeIndex_t - public const nint m_nVectorFieldInput = 0x1B4; // ParticleAttributeIndex_t - public const nint m_flMinDistance = 0x1B8; // CParticleCollectionFloatInput - public const nint m_flMaxDistance = 0x308; // CParticleCollectionFloatInput - public const nint m_vValueBelowMin = 0x458; // Vector - public const nint m_vValueAtMin = 0x464; // Vector - public const nint m_vValueAtMax = 0x470; // Vector - public const nint m_vValueAboveMax = 0x47C; // Vector - } - // Parent: CParticleFunctionForce - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_SDFForce { - public const nint m_flForceScale = 0x1BC; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_RemapSDFGradientToVectorAttribute { - public const nint m_nFieldOutput = 0x1B0; // ParticleAttributeIndex_t - } - // Parent: CParticleFunctionOperator - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_SDFLighting { - public const nint m_vLightingDir = 0x1B0; // Vector - public const nint m_vTint_0 = 0x1BC; // Vector - public const nint m_vTint_1 = 0x1C8; // Vector - } - // Parent: CParticleFunctionConstraint - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_SDFConstraint { - public const nint m_flMinDist = 0x1B0; // CParticleCollectionFloatInput - public const nint m_flMaxDist = 0x300; // CParticleCollectionFloatInput - public const nint m_nMaxIterations = 0x450; // int32 - } - // Parent: CParticleFunctionOperator - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class C_OP_ParticlePhysics { - public const nint m_Gravity = 0x1B0; // CParticleCollectionVecInput - public const nint m_fDrag = 0x7E0; // CParticleCollectionFloatInput - public const nint m_nMaxConstraintPasses = 0x930; // int32 - } - } -} diff --git a/output/linux/libparticles.so.hpp b/output/linux/libparticles.so.hpp deleted file mode 100644 index a308ec6..0000000 --- a/output/linux/libparticles.so.hpp +++ /dev/null @@ -1,5617 +0,0 @@ -// Generated using https://github.com/a2x/cs2-dumper -// 2024-03-29 21:16:02.890657436 UTC - -#pragma once - -#include - -namespace cs2_dumper { - namespace schemas { - // Module: libparticles.so - // Classes count: 424 - // Enums count: 0 - namespace libparticles { - // Parent: None - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CParticleInput { - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyCustomEditor - namespace CPerParticleFloatInput { - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyCustomEditor - namespace CParticleCollectionFloatInput { - } - // Parent: CParticleCollectionFloatInput - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyCustomEditor - namespace CParticleCollectionRendererFloatInput { - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyCustomEditor - namespace CParticleRemapFloatInput { - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyCustomEditor - namespace CPerParticleVecInput { - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyCustomEditor - namespace CParticleCollectionVecInput { - } - // Parent: CParticleCollectionVecInput - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyCustomEditor - namespace CParticleCollectionRendererVecInput { - } - // Parent: None - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - namespace ParticleNamedValueConfiguration_t { - constexpr std::ptrdiff_t m_ConfigName = 0x0; // CUtlString - constexpr std::ptrdiff_t m_ConfigValue = 0x8; // KeyValues3 - constexpr std::ptrdiff_t m_iAttachType = 0x18; // ParticleAttachment_t - constexpr std::ptrdiff_t m_BoundEntityPath = 0x20; // CUtlString - constexpr std::ptrdiff_t m_strEntityScope = 0x28; // CUtlString - constexpr std::ptrdiff_t m_strAttachmentName = 0x30; // CUtlString - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace ParticleNamedValueSource_t { - constexpr std::ptrdiff_t m_Name = 0x0; // CUtlString - constexpr std::ptrdiff_t m_IsPublic = 0x8; // bool - constexpr std::ptrdiff_t m_ValueType = 0xC; // PulseValueType_t - constexpr std::ptrdiff_t m_DefaultConfig = 0x10; // ParticleNamedValueConfiguration_t - constexpr std::ptrdiff_t m_NamedConfigs = 0x48; // CUtlVector - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyCustomEditor - namespace CParticleVariableRef { - constexpr std::ptrdiff_t m_variableName = 0x0; // CKV3MemberNameWithStorage - constexpr std::ptrdiff_t m_variableType = 0x38; // PulseValueType_t - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CRandomNumberGeneratorParameters { - constexpr std::ptrdiff_t m_bDistributeEvenly = 0x0; // bool - constexpr std::ptrdiff_t m_nSeed = 0x4; // int32 - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace MaterialVariable_t { - constexpr std::ptrdiff_t m_strVariable = 0x0; // CUtlString - constexpr std::ptrdiff_t m_nVariableField = 0x8; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_flScale = 0xC; // float32 - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace RenderProjectedMaterial_t { - constexpr std::ptrdiff_t m_hMaterial = 0x0; // CStrongHandle - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace ParticlePreviewBodyGroup_t { - constexpr std::ptrdiff_t m_bodyGroupName = 0x0; // CUtlString - constexpr std::ptrdiff_t m_nValue = 0x8; // int32 - } - // Parent: None - // Fields count: 16 - // - // Metadata: - // MGetKV3ClassDefaults - namespace ParticlePreviewState_t { - constexpr std::ptrdiff_t m_previewModel = 0x0; // CUtlString - constexpr std::ptrdiff_t m_nModSpecificData = 0x8; // uint32 - constexpr std::ptrdiff_t m_groundType = 0xC; // PetGroundType_t - constexpr std::ptrdiff_t m_sequenceName = 0x10; // CUtlString - constexpr std::ptrdiff_t m_nFireParticleOnSequenceFrame = 0x18; // int32 - constexpr std::ptrdiff_t m_hitboxSetName = 0x20; // CUtlString - constexpr std::ptrdiff_t m_materialGroupName = 0x28; // CUtlString - constexpr std::ptrdiff_t m_vecBodyGroups = 0x30; // CUtlVector - constexpr std::ptrdiff_t m_flPlaybackSpeed = 0x48; // float32 - constexpr std::ptrdiff_t m_flParticleSimulationRate = 0x4C; // float32 - constexpr std::ptrdiff_t m_bShouldDrawHitboxes = 0x50; // bool - constexpr std::ptrdiff_t m_bShouldDrawAttachments = 0x51; // bool - constexpr std::ptrdiff_t m_bShouldDrawAttachmentNames = 0x52; // bool - constexpr std::ptrdiff_t m_bShouldDrawControlPointAxes = 0x53; // bool - constexpr std::ptrdiff_t m_bAnimationNonLooping = 0x54; // bool - constexpr std::ptrdiff_t m_vecPreviewGravity = 0x58; // Vector - } - // Parent: None - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - namespace ParticleControlPointDriver_t { - constexpr std::ptrdiff_t m_iControlPoint = 0x0; // int32 - constexpr std::ptrdiff_t m_iAttachType = 0x4; // ParticleAttachment_t - constexpr std::ptrdiff_t m_attachmentName = 0x8; // CUtlString - constexpr std::ptrdiff_t m_vecOffset = 0x10; // Vector - constexpr std::ptrdiff_t m_angOffset = 0x1C; // QAngle - constexpr std::ptrdiff_t m_entityName = 0x28; // CUtlString - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace ParticleControlPointConfiguration_t { - constexpr std::ptrdiff_t m_name = 0x0; // CUtlString - constexpr std::ptrdiff_t m_drivers = 0x8; // CUtlVector - constexpr std::ptrdiff_t m_previewState = 0x20; // ParticlePreviewState_t - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - namespace IParticleSystemDefinition { - } - // Parent: None - // Fields count: 18 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CParticleVisibilityInputs { - constexpr std::ptrdiff_t m_flCameraBias = 0x0; // float32 - constexpr std::ptrdiff_t m_nCPin = 0x4; // int32 - constexpr std::ptrdiff_t m_flProxyRadius = 0x8; // float32 - constexpr std::ptrdiff_t m_flInputMin = 0xC; // float32 - constexpr std::ptrdiff_t m_flInputMax = 0x10; // float32 - constexpr std::ptrdiff_t m_flNoPixelVisibilityFallback = 0x14; // float32 - constexpr std::ptrdiff_t m_flDistanceInputMin = 0x18; // float32 - constexpr std::ptrdiff_t m_flDistanceInputMax = 0x1C; // float32 - constexpr std::ptrdiff_t m_flDotInputMin = 0x20; // float32 - constexpr std::ptrdiff_t m_flDotInputMax = 0x24; // float32 - constexpr std::ptrdiff_t m_bDotCPAngles = 0x28; // bool - constexpr std::ptrdiff_t m_bDotCameraAngles = 0x29; // bool - constexpr std::ptrdiff_t m_flAlphaScaleMin = 0x2C; // float32 - constexpr std::ptrdiff_t m_flAlphaScaleMax = 0x30; // float32 - constexpr std::ptrdiff_t m_flRadiusScaleMin = 0x34; // float32 - constexpr std::ptrdiff_t m_flRadiusScaleMax = 0x38; // float32 - constexpr std::ptrdiff_t m_flRadiusScaleFOVBase = 0x3C; // float32 - constexpr std::ptrdiff_t m_bRightEye = 0x40; // bool - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CPathParameters { - constexpr std::ptrdiff_t m_nStartControlPointNumber = 0x0; // int32 - constexpr std::ptrdiff_t m_nEndControlPointNumber = 0x4; // int32 - constexpr std::ptrdiff_t m_nBulgeControl = 0x8; // int32 - constexpr std::ptrdiff_t m_flBulge = 0xC; // float32 - constexpr std::ptrdiff_t m_flMidPoint = 0x10; // float32 - constexpr std::ptrdiff_t m_vStartPointOffset = 0x14; // Vector - constexpr std::ptrdiff_t m_vMidPointOffset = 0x20; // Vector - constexpr std::ptrdiff_t m_vEndOffset = 0x2C; // Vector - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace ParticleChildrenInfo_t { - constexpr std::ptrdiff_t m_ChildRef = 0x0; // CStrongHandle - constexpr std::ptrdiff_t m_flDelay = 0x8; // float32 - constexpr std::ptrdiff_t m_bEndCap = 0xC; // bool - constexpr std::ptrdiff_t m_bDisableChild = 0xD; // bool - constexpr std::ptrdiff_t m_nDetailLevel = 0x10; // ParticleDetailLevel_t - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace ControlPointReference_t { - constexpr std::ptrdiff_t m_controlPointNameString = 0x0; // int32 - constexpr std::ptrdiff_t m_vOffsetFromControlPoint = 0x4; // Vector - constexpr std::ptrdiff_t m_bOffsetInLocalSpace = 0x10; // bool - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace ModelReference_t { - constexpr std::ptrdiff_t m_model = 0x0; // CStrongHandle - constexpr std::ptrdiff_t m_flRelativeProbabilityOfSpawn = 0x8; // float32 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace SequenceWeightedList_t { - constexpr std::ptrdiff_t m_nSequence = 0x0; // int32 - constexpr std::ptrdiff_t m_flRelativeWeight = 0x4; // float32 - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CollisionGroupContext_t { - constexpr std::ptrdiff_t m_nCollisionGroupNumber = 0x0; // int32 - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace PointDefinition_t { - constexpr std::ptrdiff_t m_nControlPoint = 0x0; // int32 - constexpr std::ptrdiff_t m_bLocalCoords = 0x4; // bool - constexpr std::ptrdiff_t m_vOffset = 0x8; // Vector - } - // Parent: PointDefinition_t - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace PointDefinitionWithTimeValues_t { - constexpr std::ptrdiff_t m_flTimeDuration = 0x14; // float32 - } - // Parent: IParticleSystemDefinition - // Fields count: 64 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CParticleSystemDefinition { - constexpr std::ptrdiff_t m_nBehaviorVersion = 0x8; // int32 - constexpr std::ptrdiff_t m_PreEmissionOperators = 0x10; // CUtlVector - constexpr std::ptrdiff_t m_Emitters = 0x28; // CUtlVector - constexpr std::ptrdiff_t m_Initializers = 0x40; // CUtlVector - constexpr std::ptrdiff_t m_Operators = 0x58; // CUtlVector - constexpr std::ptrdiff_t m_ForceGenerators = 0x70; // CUtlVector - constexpr std::ptrdiff_t m_Constraints = 0x88; // CUtlVector - constexpr std::ptrdiff_t m_Renderers = 0xA0; // CUtlVector - constexpr std::ptrdiff_t m_Children = 0xB8; // CUtlVector - constexpr std::ptrdiff_t m_nFirstMultipleOverride_BackwardCompat = 0x178; // int32 - constexpr std::ptrdiff_t m_nInitialParticles = 0x210; // int32 - constexpr std::ptrdiff_t m_nMaxParticles = 0x214; // int32 - constexpr std::ptrdiff_t m_nGroupID = 0x218; // int32 - constexpr std::ptrdiff_t m_BoundingBoxMin = 0x21C; // Vector - constexpr std::ptrdiff_t m_BoundingBoxMax = 0x228; // Vector - constexpr std::ptrdiff_t m_flDepthSortBias = 0x234; // float32 - constexpr std::ptrdiff_t m_nSortOverridePositionCP = 0x238; // int32 - constexpr std::ptrdiff_t m_bInfiniteBounds = 0x23C; // bool - constexpr std::ptrdiff_t m_bEnableNamedValues = 0x23D; // bool - constexpr std::ptrdiff_t m_NamedValueDomain = 0x240; // CUtlString - constexpr std::ptrdiff_t m_NamedValueLocals = 0x248; // CUtlVector - constexpr std::ptrdiff_t m_ConstantColor = 0x260; // Color - constexpr std::ptrdiff_t m_ConstantNormal = 0x264; // Vector - constexpr std::ptrdiff_t m_flConstantRadius = 0x270; // float32 - constexpr std::ptrdiff_t m_flConstantRotation = 0x274; // float32 - constexpr std::ptrdiff_t m_flConstantRotationSpeed = 0x278; // float32 - constexpr std::ptrdiff_t m_flConstantLifespan = 0x27C; // float32 - constexpr std::ptrdiff_t m_nConstantSequenceNumber = 0x280; // int32 - constexpr std::ptrdiff_t m_nConstantSequenceNumber1 = 0x284; // int32 - constexpr std::ptrdiff_t m_nSnapshotControlPoint = 0x288; // int32 - constexpr std::ptrdiff_t m_hSnapshot = 0x290; // CStrongHandle - constexpr std::ptrdiff_t m_pszCullReplacementName = 0x298; // CStrongHandle - constexpr std::ptrdiff_t m_flCullRadius = 0x2A0; // float32 - constexpr std::ptrdiff_t m_flCullFillCost = 0x2A4; // float32 - constexpr std::ptrdiff_t m_nCullControlPoint = 0x2A8; // int32 - constexpr std::ptrdiff_t m_hFallback = 0x2B0; // CStrongHandle - constexpr std::ptrdiff_t m_nFallbackMaxCount = 0x2B8; // int32 - constexpr std::ptrdiff_t m_hLowViolenceDef = 0x2C0; // CStrongHandle - constexpr std::ptrdiff_t m_hReferenceReplacement = 0x2C8; // CStrongHandle - constexpr std::ptrdiff_t m_flPreSimulationTime = 0x2D0; // float32 - constexpr std::ptrdiff_t m_flStopSimulationAfterTime = 0x2D4; // float32 - constexpr std::ptrdiff_t m_flMaximumTimeStep = 0x2D8; // float32 - constexpr std::ptrdiff_t m_flMaximumSimTime = 0x2DC; // float32 - constexpr std::ptrdiff_t m_flMinimumSimTime = 0x2E0; // float32 - constexpr std::ptrdiff_t m_flMinimumTimeStep = 0x2E4; // float32 - constexpr std::ptrdiff_t m_nMinimumFrames = 0x2E8; // int32 - constexpr std::ptrdiff_t m_nMinCPULevel = 0x2EC; // int32 - constexpr std::ptrdiff_t m_nMinGPULevel = 0x2F0; // int32 - constexpr std::ptrdiff_t m_flNoDrawTimeToGoToSleep = 0x2F4; // float32 - constexpr std::ptrdiff_t m_flMaxDrawDistance = 0x2F8; // float32 - constexpr std::ptrdiff_t m_flStartFadeDistance = 0x2FC; // float32 - constexpr std::ptrdiff_t m_flMaxCreationDistance = 0x300; // float32 - constexpr std::ptrdiff_t m_nAggregationMinAvailableParticles = 0x304; // int32 - constexpr std::ptrdiff_t m_flAggregateRadius = 0x308; // float32 - constexpr std::ptrdiff_t m_bShouldBatch = 0x30C; // bool - constexpr std::ptrdiff_t m_bShouldHitboxesFallbackToRenderBounds = 0x30D; // bool - constexpr std::ptrdiff_t m_bShouldHitboxesFallbackToSnapshot = 0x30E; // bool - constexpr std::ptrdiff_t m_nViewModelEffect = 0x310; // InheritableBoolType_t - constexpr std::ptrdiff_t m_bScreenSpaceEffect = 0x314; // bool - constexpr std::ptrdiff_t m_pszTargetLayerID = 0x318; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_nSkipRenderControlPoint = 0x320; // int32 - constexpr std::ptrdiff_t m_nAllowRenderControlPoint = 0x324; // int32 - constexpr std::ptrdiff_t m_bShouldSort = 0x328; // bool - constexpr std::ptrdiff_t m_controlPointConfigurations = 0x370; // CUtlVector - } - // Parent: None - // Fields count: 16 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CParticleFunction { - constexpr std::ptrdiff_t m_flOpStrength = 0x8; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_nOpEndCapState = 0x158; // ParticleEndcapMode_t - constexpr std::ptrdiff_t m_flOpStartFadeInTime = 0x15C; // float32 - constexpr std::ptrdiff_t m_flOpEndFadeInTime = 0x160; // float32 - constexpr std::ptrdiff_t m_flOpStartFadeOutTime = 0x164; // float32 - constexpr std::ptrdiff_t m_flOpEndFadeOutTime = 0x168; // float32 - constexpr std::ptrdiff_t m_flOpFadeOscillatePeriod = 0x16C; // float32 - constexpr std::ptrdiff_t m_bNormalizeToStopTime = 0x170; // bool - constexpr std::ptrdiff_t m_flOpTimeOffsetMin = 0x174; // float32 - constexpr std::ptrdiff_t m_flOpTimeOffsetMax = 0x178; // float32 - constexpr std::ptrdiff_t m_nOpTimeOffsetSeed = 0x17C; // int32 - constexpr std::ptrdiff_t m_nOpTimeScaleSeed = 0x180; // int32 - constexpr std::ptrdiff_t m_flOpTimeScaleMin = 0x184; // float32 - constexpr std::ptrdiff_t m_flOpTimeScaleMax = 0x188; // float32 - constexpr std::ptrdiff_t m_bDisableOperator = 0x18E; // bool - constexpr std::ptrdiff_t m_Notes = 0x190; // CUtlString - } - // Parent: CParticleFunction - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CParticleFunctionInitializer { - constexpr std::ptrdiff_t m_nAssociatedEmitterIndex = 0x1B0; // int32 - } - // Parent: CParticleFunction - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CParticleFunctionEmitter { - constexpr std::ptrdiff_t m_nEmitterIndex = 0x1B0; // int32 - } - // Parent: CParticleFunction - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CParticleFunctionConstraint { - } - // Parent: CParticleFunction - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CParticleFunctionOperator { - } - // Parent: CParticleFunction - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CParticleFunctionForce { - } - // Parent: CParticleFunctionOperator - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CParticleFunctionPreEmission { - constexpr std::ptrdiff_t m_bRunOnce = 0x1B0; // bool - } - // Parent: CParticleFunction - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CParticleFunctionRenderer { - constexpr std::ptrdiff_t VisibilityInputs = 0x1B0; // CParticleVisibilityInputs - constexpr std::ptrdiff_t m_bCannotBeRefracted = 0x1F4; // bool - constexpr std::ptrdiff_t m_bSkipRenderingOnMobile = 0x1F5; // bool - } - // Parent: None - // Fields count: 16 - // - // Metadata: - // MGetKV3ClassDefaults - namespace TextureControls_t { - constexpr std::ptrdiff_t m_flFinalTextureScaleU = 0x0; // CParticleCollectionRendererFloatInput - constexpr std::ptrdiff_t m_flFinalTextureScaleV = 0x150; // CParticleCollectionRendererFloatInput - constexpr std::ptrdiff_t m_flFinalTextureOffsetU = 0x2A0; // CParticleCollectionRendererFloatInput - constexpr std::ptrdiff_t m_flFinalTextureOffsetV = 0x3F0; // CParticleCollectionRendererFloatInput - constexpr std::ptrdiff_t m_flFinalTextureUVRotation = 0x540; // CParticleCollectionRendererFloatInput - constexpr std::ptrdiff_t m_flZoomScale = 0x690; // CParticleCollectionRendererFloatInput - constexpr std::ptrdiff_t m_flDistortion = 0x7E0; // CParticleCollectionRendererFloatInput - constexpr std::ptrdiff_t m_bRandomizeOffsets = 0x930; // bool - constexpr std::ptrdiff_t m_bClampUVs = 0x931; // bool - constexpr std::ptrdiff_t m_nPerParticleBlend = 0x934; // SpriteCardPerParticleScale_t - constexpr std::ptrdiff_t m_nPerParticleScale = 0x938; // SpriteCardPerParticleScale_t - constexpr std::ptrdiff_t m_nPerParticleOffsetU = 0x93C; // SpriteCardPerParticleScale_t - constexpr std::ptrdiff_t m_nPerParticleOffsetV = 0x940; // SpriteCardPerParticleScale_t - constexpr std::ptrdiff_t m_nPerParticleRotation = 0x944; // SpriteCardPerParticleScale_t - constexpr std::ptrdiff_t m_nPerParticleZoom = 0x948; // SpriteCardPerParticleScale_t - constexpr std::ptrdiff_t m_nPerParticleDistortion = 0x94C; // SpriteCardPerParticleScale_t - } - // Parent: None - // Fields count: 9 - // - // Metadata: - // MGetKV3ClassDefaults - namespace TextureGroup_t { - constexpr std::ptrdiff_t m_bEnabled = 0x0; // bool - constexpr std::ptrdiff_t m_bReplaceTextureWithGradient = 0x1; // bool - constexpr std::ptrdiff_t m_hTexture = 0x8; // CStrongHandle - constexpr std::ptrdiff_t m_Gradient = 0x10; // CColorGradient - constexpr std::ptrdiff_t m_nTextureType = 0x28; // SpriteCardTextureType_t - constexpr std::ptrdiff_t m_nTextureChannels = 0x2C; // SpriteCardTextureChannel_t - constexpr std::ptrdiff_t m_nTextureBlendMode = 0x30; // ParticleTextureLayerBlendType_t - constexpr std::ptrdiff_t m_flTextureBlend = 0x38; // CParticleCollectionRendererFloatInput - constexpr std::ptrdiff_t m_TextureControls = 0x188; // TextureControls_t - } - // Parent: CParticleFunctionRenderer - // Fields count: 62 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CBaseRendererSource2 { - constexpr std::ptrdiff_t m_flRadiusScale = 0x1F8; // CParticleCollectionRendererFloatInput - constexpr std::ptrdiff_t m_flAlphaScale = 0x348; // CParticleCollectionRendererFloatInput - constexpr std::ptrdiff_t m_flRollScale = 0x498; // CParticleCollectionRendererFloatInput - constexpr std::ptrdiff_t m_nAlpha2Field = 0x5E8; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_vecColorScale = 0x5F0; // CParticleCollectionRendererVecInput - constexpr std::ptrdiff_t m_nColorBlendType = 0xC20; // ParticleColorBlendType_t - constexpr std::ptrdiff_t m_nShaderType = 0xC24; // SpriteCardShaderType_t - constexpr std::ptrdiff_t m_strShaderOverride = 0xC28; // CUtlString - constexpr std::ptrdiff_t m_flCenterXOffset = 0xC30; // CParticleCollectionRendererFloatInput - constexpr std::ptrdiff_t m_flCenterYOffset = 0xD80; // CParticleCollectionRendererFloatInput - constexpr std::ptrdiff_t m_flBumpStrength = 0xED0; // float32 - constexpr std::ptrdiff_t m_nCropTextureOverride = 0xED4; // ParticleSequenceCropOverride_t - constexpr std::ptrdiff_t m_vecTexturesInput = 0xED8; // CUtlVector - constexpr std::ptrdiff_t m_flAnimationRate = 0xEF0; // float32 - constexpr std::ptrdiff_t m_nAnimationType = 0xEF4; // AnimationType_t - constexpr std::ptrdiff_t m_bAnimateInFPS = 0xEF8; // bool - constexpr std::ptrdiff_t m_flSelfIllumAmount = 0xF00; // CParticleCollectionRendererFloatInput - constexpr std::ptrdiff_t m_flDiffuseAmount = 0x1050; // CParticleCollectionRendererFloatInput - constexpr std::ptrdiff_t m_flDiffuseClamp = 0x11A0; // CParticleCollectionRendererFloatInput - constexpr std::ptrdiff_t m_nLightingControlPoint = 0x12F0; // int32 - constexpr std::ptrdiff_t m_nSelfIllumPerParticle = 0x12F4; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_nOutputBlendMode = 0x12F8; // ParticleOutputBlendMode_t - constexpr std::ptrdiff_t m_bGammaCorrectVertexColors = 0x12FC; // bool - constexpr std::ptrdiff_t m_bSaturateColorPreAlphaBlend = 0x12FD; // bool - constexpr std::ptrdiff_t m_flAddSelfAmount = 0x1300; // CParticleCollectionRendererFloatInput - constexpr std::ptrdiff_t m_flDesaturation = 0x1450; // CParticleCollectionRendererFloatInput - constexpr std::ptrdiff_t m_flOverbrightFactor = 0x15A0; // CParticleCollectionRendererFloatInput - constexpr std::ptrdiff_t m_nHSVShiftControlPoint = 0x16F0; // int32 - constexpr std::ptrdiff_t m_nFogType = 0x16F4; // ParticleFogType_t - constexpr std::ptrdiff_t m_flFogAmount = 0x16F8; // CParticleCollectionRendererFloatInput - constexpr std::ptrdiff_t m_bTintByFOW = 0x1848; // bool - constexpr std::ptrdiff_t m_bTintByGlobalLight = 0x1849; // bool - constexpr std::ptrdiff_t m_nPerParticleAlphaReference = 0x184C; // SpriteCardPerParticleScale_t - constexpr std::ptrdiff_t m_nPerParticleAlphaRefWindow = 0x1850; // SpriteCardPerParticleScale_t - constexpr std::ptrdiff_t m_nAlphaReferenceType = 0x1854; // ParticleAlphaReferenceType_t - constexpr std::ptrdiff_t m_flAlphaReferenceSoftness = 0x1858; // CParticleCollectionRendererFloatInput - constexpr std::ptrdiff_t m_flSourceAlphaValueToMapToZero = 0x19A8; // CParticleCollectionRendererFloatInput - constexpr std::ptrdiff_t m_flSourceAlphaValueToMapToOne = 0x1AF8; // CParticleCollectionRendererFloatInput - constexpr std::ptrdiff_t m_bRefract = 0x1C48; // bool - constexpr std::ptrdiff_t m_bRefractSolid = 0x1C49; // bool - constexpr std::ptrdiff_t m_flRefractAmount = 0x1C50; // CParticleCollectionRendererFloatInput - constexpr std::ptrdiff_t m_nRefractBlurRadius = 0x1DA0; // int32 - constexpr std::ptrdiff_t m_nRefractBlurType = 0x1DA4; // BlurFilterType_t - constexpr std::ptrdiff_t m_bOnlyRenderInEffectsBloomPass = 0x1DA8; // bool - constexpr std::ptrdiff_t m_bOnlyRenderInEffectsWaterPass = 0x1DA9; // bool - constexpr std::ptrdiff_t m_bUseMixedResolutionRendering = 0x1DAA; // bool - constexpr std::ptrdiff_t m_bOnlyRenderInEffecsGameOverlay = 0x1DAB; // bool - constexpr std::ptrdiff_t m_stencilTestID = 0x1DAC; // char[128] - constexpr std::ptrdiff_t m_bStencilTestExclude = 0x1E2C; // bool - constexpr std::ptrdiff_t m_stencilWriteID = 0x1E2D; // char[128] - constexpr std::ptrdiff_t m_bWriteStencilOnDepthPass = 0x1EAD; // bool - constexpr std::ptrdiff_t m_bWriteStencilOnDepthFail = 0x1EAE; // bool - constexpr std::ptrdiff_t m_bReverseZBuffering = 0x1EAF; // bool - constexpr std::ptrdiff_t m_bDisableZBuffering = 0x1EB0; // bool - constexpr std::ptrdiff_t m_nFeatheringMode = 0x1EB4; // ParticleDepthFeatheringMode_t - constexpr std::ptrdiff_t m_flFeatheringMinDist = 0x1EB8; // CParticleCollectionRendererFloatInput - constexpr std::ptrdiff_t m_flFeatheringMaxDist = 0x2008; // CParticleCollectionRendererFloatInput - constexpr std::ptrdiff_t m_flFeatheringFilter = 0x2158; // CParticleCollectionRendererFloatInput - constexpr std::ptrdiff_t m_flDepthBias = 0x22A8; // CParticleCollectionRendererFloatInput - constexpr std::ptrdiff_t m_nSortMethod = 0x23F8; // ParticleSortingChoiceList_t - constexpr std::ptrdiff_t m_bBlendFramesSeq0 = 0x23FC; // bool - constexpr std::ptrdiff_t m_bMaxLuminanceBlendingSequence0 = 0x23FD; // bool - } - // Parent: CBaseRendererSource2 - // Fields count: 27 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_RenderSprites { - constexpr std::ptrdiff_t m_nSequenceOverride = 0x2638; // CParticleCollectionRendererFloatInput - constexpr std::ptrdiff_t m_nOrientationType = 0x2788; // ParticleOrientationChoiceList_t - constexpr std::ptrdiff_t m_nOrientationControlPoint = 0x278C; // int32 - constexpr std::ptrdiff_t m_bUseYawWithNormalAligned = 0x2790; // bool - constexpr std::ptrdiff_t m_flMinSize = 0x2798; // CParticleCollectionRendererFloatInput - constexpr std::ptrdiff_t m_flMaxSize = 0x28E8; // CParticleCollectionRendererFloatInput - constexpr std::ptrdiff_t m_flAlphaAdjustWithSizeAdjust = 0x2A38; // CParticleCollectionRendererFloatInput - constexpr std::ptrdiff_t m_flStartFadeSize = 0x2B88; // CParticleCollectionRendererFloatInput - constexpr std::ptrdiff_t m_flEndFadeSize = 0x2CD8; // CParticleCollectionRendererFloatInput - constexpr std::ptrdiff_t m_flStartFadeDot = 0x2E28; // float32 - constexpr std::ptrdiff_t m_flEndFadeDot = 0x2E2C; // float32 - constexpr std::ptrdiff_t m_bDistanceAlpha = 0x2E30; // bool - constexpr std::ptrdiff_t m_bSoftEdges = 0x2E31; // bool - constexpr std::ptrdiff_t m_flEdgeSoftnessStart = 0x2E34; // float32 - constexpr std::ptrdiff_t m_flEdgeSoftnessEnd = 0x2E38; // float32 - constexpr std::ptrdiff_t m_bOutline = 0x2E3C; // bool - constexpr std::ptrdiff_t m_OutlineColor = 0x2E3D; // Color - constexpr std::ptrdiff_t m_nOutlineAlpha = 0x2E44; // int32 - constexpr std::ptrdiff_t m_flOutlineStart0 = 0x2E48; // float32 - constexpr std::ptrdiff_t m_flOutlineStart1 = 0x2E4C; // float32 - constexpr std::ptrdiff_t m_flOutlineEnd0 = 0x2E50; // float32 - constexpr std::ptrdiff_t m_flOutlineEnd1 = 0x2E54; // float32 - constexpr std::ptrdiff_t m_nLightingMode = 0x2E58; // ParticleLightingQuality_t - constexpr std::ptrdiff_t m_flLightingTessellation = 0x2E60; // CParticleCollectionRendererFloatInput - constexpr std::ptrdiff_t m_flLightingDirectionality = 0x2FB0; // CParticleCollectionRendererFloatInput - constexpr std::ptrdiff_t m_bParticleShadows = 0x3100; // bool - constexpr std::ptrdiff_t m_flShadowDensity = 0x3104; // float32 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace FloatInputMaterialVariable_t { - constexpr std::ptrdiff_t m_strVariable = 0x0; // CUtlString - constexpr std::ptrdiff_t m_flInput = 0x8; // CParticleCollectionFloatInput - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace VecInputMaterialVariable_t { - constexpr std::ptrdiff_t m_strVariable = 0x0; // CUtlString - constexpr std::ptrdiff_t m_vecInput = 0x8; // CParticleCollectionVecInput - } - // Parent: CParticleFunctionRenderer - // Fields count: 22 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_RenderCables { - constexpr std::ptrdiff_t m_flRadiusScale = 0x1F8; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_flAlphaScale = 0x348; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_vecColorScale = 0x498; // CParticleCollectionVecInput - constexpr std::ptrdiff_t m_nColorBlendType = 0xAC8; // ParticleColorBlendType_t - constexpr std::ptrdiff_t m_hMaterial = 0xAD0; // CStrongHandle - constexpr std::ptrdiff_t m_nTextureRepetitionMode = 0xAD8; // TextureRepetitionMode_t - constexpr std::ptrdiff_t m_flTextureRepeatsPerSegment = 0xAE0; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_flTextureRepeatsCircumference = 0xC30; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_flColorMapOffsetV = 0xD80; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_flColorMapOffsetU = 0xED0; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_flNormalMapOffsetV = 0x1020; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_flNormalMapOffsetU = 0x1170; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_bDrawCableCaps = 0x12C0; // bool - constexpr std::ptrdiff_t m_flCapRoundness = 0x12C4; // float32 - constexpr std::ptrdiff_t m_flCapOffsetAmount = 0x12C8; // float32 - constexpr std::ptrdiff_t m_flTessScale = 0x12CC; // float32 - constexpr std::ptrdiff_t m_nMinTesselation = 0x12D0; // int32 - constexpr std::ptrdiff_t m_nMaxTesselation = 0x12D4; // int32 - constexpr std::ptrdiff_t m_nRoundness = 0x12D8; // int32 - constexpr std::ptrdiff_t m_LightingTransform = 0x12E0; // CParticleTransformInput - constexpr std::ptrdiff_t m_MaterialFloatVars = 0x1340; // CUtlVector - constexpr std::ptrdiff_t m_MaterialVecVars = 0x1370; // CUtlVector - } - // Parent: CParticleFunctionConstraint - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_ConstrainDistance { - constexpr std::ptrdiff_t m_fMinDistance = 0x1B0; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_fMaxDistance = 0x300; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_nControlPointNumber = 0x450; // int32 - constexpr std::ptrdiff_t m_CenterOffset = 0x454; // Vector - constexpr std::ptrdiff_t m_bGlobalCenter = 0x460; // bool - } - // Parent: CParticleFunctionConstraint - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_CollideWithSelf { - constexpr std::ptrdiff_t m_flRadiusScale = 0x1B0; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_flMinimumSpeed = 0x300; // CPerParticleFloatInput - } - // Parent: CParticleFunctionConstraint - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_CollideWithParentParticles { - constexpr std::ptrdiff_t m_flParentRadiusScale = 0x1B0; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_flRadiusScale = 0x300; // CPerParticleFloatInput - } - // Parent: CParticleFunctionConstraint - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_ConstrainDistanceToPath { - constexpr std::ptrdiff_t m_fMinDistance = 0x1B0; // float32 - constexpr std::ptrdiff_t m_flMaxDistance0 = 0x1B4; // float32 - constexpr std::ptrdiff_t m_flMaxDistanceMid = 0x1B8; // float32 - constexpr std::ptrdiff_t m_flMaxDistance1 = 0x1BC; // float32 - constexpr std::ptrdiff_t m_PathParameters = 0x1C0; // CPathParameters - constexpr std::ptrdiff_t m_flTravelTime = 0x200; // float32 - constexpr std::ptrdiff_t m_nFieldScale = 0x204; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_nManualTField = 0x208; // ParticleAttributeIndex_t - } - // Parent: CParticleFunctionConstraint - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_ConstrainDistanceToUserSpecifiedPath { - constexpr std::ptrdiff_t m_fMinDistance = 0x1B0; // float32 - constexpr std::ptrdiff_t m_flMaxDistance = 0x1B4; // float32 - constexpr std::ptrdiff_t m_flTimeScale = 0x1B8; // float32 - constexpr std::ptrdiff_t m_bLoopedPath = 0x1BC; // bool - constexpr std::ptrdiff_t m_pointList = 0x1C0; // CUtlVector - } - // Parent: CParticleFunctionConstraint - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_PlanarConstraint { - constexpr std::ptrdiff_t m_PointOnPlane = 0x1B0; // Vector - constexpr std::ptrdiff_t m_PlaneNormal = 0x1BC; // Vector - constexpr std::ptrdiff_t m_nControlPointNumber = 0x1C8; // int32 - constexpr std::ptrdiff_t m_bGlobalOrigin = 0x1CC; // bool - constexpr std::ptrdiff_t m_bGlobalNormal = 0x1CD; // bool - constexpr std::ptrdiff_t m_flRadiusScale = 0x1D0; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_flMaximumDistanceToCP = 0x320; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_bUseOldCode = 0x470; // bool - } - // Parent: CParticleFunctionConstraint - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_WorldCollideConstraint { - } - // Parent: CParticleFunctionConstraint - // Fields count: 27 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_WorldTraceConstraint { - constexpr std::ptrdiff_t m_nCP = 0x1B0; // int32 - constexpr std::ptrdiff_t m_vecCpOffset = 0x1B4; // Vector - constexpr std::ptrdiff_t m_nCollisionMode = 0x1C0; // ParticleCollisionMode_t - constexpr std::ptrdiff_t m_nCollisionModeMin = 0x1C4; // ParticleCollisionMode_t - constexpr std::ptrdiff_t m_nTraceSet = 0x1C8; // ParticleTraceSet_t - constexpr std::ptrdiff_t m_CollisionGroupName = 0x1CC; // char[128] - constexpr std::ptrdiff_t m_bWorldOnly = 0x24C; // bool - constexpr std::ptrdiff_t m_bBrushOnly = 0x24D; // bool - constexpr std::ptrdiff_t m_bIncludeWater = 0x24E; // bool - constexpr std::ptrdiff_t m_nIgnoreCP = 0x250; // int32 - constexpr std::ptrdiff_t m_flCpMovementTolerance = 0x254; // float32 - constexpr std::ptrdiff_t m_flRetestRate = 0x258; // float32 - constexpr std::ptrdiff_t m_flTraceTolerance = 0x25C; // float32 - constexpr std::ptrdiff_t m_flCollisionConfirmationSpeed = 0x260; // float32 - constexpr std::ptrdiff_t m_nMaxTracesPerFrame = 0x264; // float32 - constexpr std::ptrdiff_t m_flRadiusScale = 0x268; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_flBounceAmount = 0x3B8; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_flSlideAmount = 0x508; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_flRandomDirScale = 0x658; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_bDecayBounce = 0x7A8; // bool - constexpr std::ptrdiff_t m_bKillonContact = 0x7A9; // bool - constexpr std::ptrdiff_t m_flMinSpeed = 0x7AC; // float32 - constexpr std::ptrdiff_t m_bSetNormal = 0x7B0; // bool - constexpr std::ptrdiff_t m_nStickOnCollisionField = 0x7B4; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_flStopSpeed = 0x7B8; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_nEntityStickDataField = 0x908; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_nEntityStickNormalField = 0x90C; // ParticleAttributeIndex_t - } - // Parent: CParticleFunctionConstraint - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_BoxConstraint { - constexpr std::ptrdiff_t m_vecMin = 0x1B0; // CParticleCollectionVecInput - constexpr std::ptrdiff_t m_vecMax = 0x7E0; // CParticleCollectionVecInput - constexpr std::ptrdiff_t m_nCP = 0xE10; // int32 - constexpr std::ptrdiff_t m_bLocalSpace = 0xE14; // bool - constexpr std::ptrdiff_t m_bAccountForRadius = 0xE15; // bool - } - // Parent: CParticleFunctionConstraint - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_ShapeMatchingConstraint { - constexpr std::ptrdiff_t m_flShapeRestorationTime = 0x1B0; // float32 - } - // Parent: CParticleFunctionConstraint - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_RopeSpringConstraint { - constexpr std::ptrdiff_t m_flRestLength = 0x1B0; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_flMinDistance = 0x300; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_flMaxDistance = 0x450; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_flAdjustmentScale = 0x5A0; // float32 - constexpr std::ptrdiff_t m_flInitialRestingLength = 0x5A8; // CParticleCollectionFloatInput - } - // Parent: CParticleFunctionConstraint - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_SpringToVectorConstraint { - constexpr std::ptrdiff_t m_flRestLength = 0x1B0; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_flMinDistance = 0x300; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_flMaxDistance = 0x450; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_flRestingLength = 0x5A0; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_vecAnchorVector = 0x6F0; // CPerParticleVecInput - } - // Parent: CParticleFunctionConstraint - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_ConstrainLineLength { - constexpr std::ptrdiff_t m_flMinDistance = 0x1B0; // float32 - constexpr std::ptrdiff_t m_flMaxDistance = 0x1B4; // float32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 11 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_RingWave { - constexpr std::ptrdiff_t m_TransformInput = 0x1B8; // CParticleTransformInput - constexpr std::ptrdiff_t m_flParticlesPerOrbit = 0x218; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_flInitialRadius = 0x368; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_flThickness = 0x4B8; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_flInitialSpeedMin = 0x608; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_flInitialSpeedMax = 0x758; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_flRoll = 0x8A8; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_flPitch = 0x9F8; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_flYaw = 0xB48; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_bEvenDistribution = 0xC98; // bool - constexpr std::ptrdiff_t m_bXYVelocityOnly = 0xC99; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_CreateSpiralSphere { - constexpr std::ptrdiff_t m_nControlPointNumber = 0x1B4; // int32 - constexpr std::ptrdiff_t m_nOverrideCP = 0x1B8; // int32 - constexpr std::ptrdiff_t m_nDensity = 0x1BC; // int32 - constexpr std::ptrdiff_t m_flInitialRadius = 0x1C0; // float32 - constexpr std::ptrdiff_t m_flInitialSpeedMin = 0x1C4; // float32 - constexpr std::ptrdiff_t m_flInitialSpeedMax = 0x1C8; // float32 - constexpr std::ptrdiff_t m_bUseParticleCount = 0x1CC; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_CreateInEpitrochoid { - constexpr std::ptrdiff_t m_nComponent1 = 0x1B4; // int32 - constexpr std::ptrdiff_t m_nComponent2 = 0x1B8; // int32 - constexpr std::ptrdiff_t m_TransformInput = 0x1C0; // CParticleTransformInput - constexpr std::ptrdiff_t m_flParticleDensity = 0x220; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_flOffset = 0x370; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_flRadius1 = 0x4C0; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_flRadius2 = 0x610; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_bUseCount = 0x760; // bool - constexpr std::ptrdiff_t m_bUseLocalCoords = 0x761; // bool - constexpr std::ptrdiff_t m_bOffsetExistingPos = 0x762; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 14 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_CreatePhyllotaxis { - constexpr std::ptrdiff_t m_nControlPointNumber = 0x1B4; // int32 - constexpr std::ptrdiff_t m_nScaleCP = 0x1B8; // int32 - constexpr std::ptrdiff_t m_nComponent = 0x1BC; // int32 - constexpr std::ptrdiff_t m_fRadCentCore = 0x1C0; // float32 - constexpr std::ptrdiff_t m_fRadPerPoint = 0x1C4; // float32 - constexpr std::ptrdiff_t m_fRadPerPointTo = 0x1C8; // float32 - constexpr std::ptrdiff_t m_fpointAngle = 0x1CC; // float32 - constexpr std::ptrdiff_t m_fsizeOverall = 0x1D0; // float32 - constexpr std::ptrdiff_t m_fRadBias = 0x1D4; // float32 - constexpr std::ptrdiff_t m_fMinRad = 0x1D8; // float32 - constexpr std::ptrdiff_t m_fDistBias = 0x1DC; // float32 - constexpr std::ptrdiff_t m_bUseLocalCoords = 0x1E0; // bool - constexpr std::ptrdiff_t m_bUseWithContEmit = 0x1E1; // bool - constexpr std::ptrdiff_t m_bUseOrigRadius = 0x1E2; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 14 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_CreateOnModel { - constexpr std::ptrdiff_t m_modelInput = 0x1B8; // CParticleModelInput - constexpr std::ptrdiff_t m_transformInput = 0x210; // CParticleTransformInput - constexpr std::ptrdiff_t m_nForceInModel = 0x270; // int32 - constexpr std::ptrdiff_t m_nDesiredHitbox = 0x274; // int32 - constexpr std::ptrdiff_t m_nHitboxValueFromControlPointIndex = 0x278; // int32 - constexpr std::ptrdiff_t m_vecHitBoxScale = 0x280; // CParticleCollectionVecInput - constexpr std::ptrdiff_t m_flBoneVelocity = 0x8B0; // float32 - constexpr std::ptrdiff_t m_flMaxBoneVelocity = 0x8B4; // float32 - constexpr std::ptrdiff_t m_vecDirectionBias = 0x8B8; // CParticleCollectionVecInput - constexpr std::ptrdiff_t m_HitboxSetName = 0xEE8; // char[128] - constexpr std::ptrdiff_t m_bLocalCoords = 0xF68; // bool - constexpr std::ptrdiff_t m_bUseBones = 0xF69; // bool - constexpr std::ptrdiff_t m_bUseMesh = 0xF6A; // bool - constexpr std::ptrdiff_t m_flShellSize = 0xF70; // CParticleCollectionFloatInput - } - // Parent: CParticleFunctionInitializer - // Fields count: 14 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_CreateOnModelAtHeight { - constexpr std::ptrdiff_t m_bUseBones = 0x1B4; // bool - constexpr std::ptrdiff_t m_bForceZ = 0x1B5; // bool - constexpr std::ptrdiff_t m_nControlPointNumber = 0x1B8; // int32 - constexpr std::ptrdiff_t m_nHeightCP = 0x1BC; // int32 - constexpr std::ptrdiff_t m_bUseWaterHeight = 0x1C0; // bool - constexpr std::ptrdiff_t m_flDesiredHeight = 0x1C8; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_vecHitBoxScale = 0x318; // CParticleCollectionVecInput - constexpr std::ptrdiff_t m_vecDirectionBias = 0x948; // CParticleCollectionVecInput - constexpr std::ptrdiff_t m_nBiasType = 0xF78; // ParticleHitboxBiasType_t - constexpr std::ptrdiff_t m_bLocalCoords = 0xF7C; // bool - constexpr std::ptrdiff_t m_bPreferMovingBoxes = 0xF7D; // bool - constexpr std::ptrdiff_t m_HitboxSetName = 0xF7E; // char[128] - constexpr std::ptrdiff_t m_flHitboxVelocityScale = 0x1000; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_flMaxBoneVelocity = 0x1150; // CParticleCollectionFloatInput - } - // Parent: CParticleFunctionInitializer - // Fields count: 9 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_SetHitboxToClosest { - constexpr std::ptrdiff_t m_nControlPointNumber = 0x1B4; // int32 - constexpr std::ptrdiff_t m_nDesiredHitbox = 0x1B8; // int32 - constexpr std::ptrdiff_t m_vecHitBoxScale = 0x1C0; // CParticleCollectionVecInput - constexpr std::ptrdiff_t m_HitboxSetName = 0x7F0; // char[128] - constexpr std::ptrdiff_t m_bUseBones = 0x870; // bool - constexpr std::ptrdiff_t m_bUseClosestPointOnHitbox = 0x871; // bool - constexpr std::ptrdiff_t m_nTestType = 0x874; // ClosestPointTestType_t - constexpr std::ptrdiff_t m_flHybridRatio = 0x878; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_bUpdatePosition = 0x9C8; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 9 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_SetHitboxToModel { - constexpr std::ptrdiff_t m_nControlPointNumber = 0x1B4; // int32 - constexpr std::ptrdiff_t m_nForceInModel = 0x1B8; // int32 - constexpr std::ptrdiff_t m_nDesiredHitbox = 0x1BC; // int32 - constexpr std::ptrdiff_t m_vecHitBoxScale = 0x1C0; // CParticleCollectionVecInput - constexpr std::ptrdiff_t m_vecDirectionBias = 0x7F0; // Vector - constexpr std::ptrdiff_t m_bMaintainHitbox = 0x7FC; // bool - constexpr std::ptrdiff_t m_bUseBones = 0x7FD; // bool - constexpr std::ptrdiff_t m_HitboxSetName = 0x7FE; // char[128] - constexpr std::ptrdiff_t m_flShellSize = 0x880; // CParticleCollectionFloatInput - } - // Parent: CParticleFunctionInitializer - // Fields count: 14 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_CreateWithinSphereTransform { - constexpr std::ptrdiff_t m_fRadiusMin = 0x1B8; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_fRadiusMax = 0x308; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_vecDistanceBias = 0x458; // CPerParticleVecInput - constexpr std::ptrdiff_t m_vecDistanceBiasAbs = 0xA88; // Vector - constexpr std::ptrdiff_t m_TransformInput = 0xA98; // CParticleTransformInput - constexpr std::ptrdiff_t m_fSpeedMin = 0xAF8; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_fSpeedMax = 0xC48; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_fSpeedRandExp = 0xD98; // float32 - constexpr std::ptrdiff_t m_bLocalCoords = 0xD9C; // bool - constexpr std::ptrdiff_t m_flEndCPGrowthTime = 0xDA0; // float32 - constexpr std::ptrdiff_t m_LocalCoordinateSystemSpeedMin = 0xDA8; // CPerParticleVecInput - constexpr std::ptrdiff_t m_LocalCoordinateSystemSpeedMax = 0x13D8; // CPerParticleVecInput - constexpr std::ptrdiff_t m_nFieldOutput = 0x1A08; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_nFieldVelocity = 0x1A0C; // ParticleAttributeIndex_t - } - // Parent: CParticleFunctionInitializer - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_CreateWithinBox { - constexpr std::ptrdiff_t m_vecMin = 0x1B8; // CPerParticleVecInput - constexpr std::ptrdiff_t m_vecMax = 0x7E8; // CPerParticleVecInput - constexpr std::ptrdiff_t m_nControlPointNumber = 0xE18; // int32 - constexpr std::ptrdiff_t m_bLocalSpace = 0xE1C; // bool - constexpr std::ptrdiff_t m_randomnessParameters = 0xE20; // CRandomNumberGeneratorParameters - } - // Parent: CParticleFunctionInitializer - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_CreateOnGrid { - constexpr std::ptrdiff_t m_nXCount = 0x1B8; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_nYCount = 0x308; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_nZCount = 0x458; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_nXSpacing = 0x5A8; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_nYSpacing = 0x6F8; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_nZSpacing = 0x848; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_nControlPointNumber = 0x998; // int32 - constexpr std::ptrdiff_t m_bLocalSpace = 0x99C; // bool - constexpr std::ptrdiff_t m_bCenter = 0x99D; // bool - constexpr std::ptrdiff_t m_bHollow = 0x99E; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_PositionOffset { - constexpr std::ptrdiff_t m_OffsetMin = 0x1B8; // CPerParticleVecInput - constexpr std::ptrdiff_t m_OffsetMax = 0x7E8; // CPerParticleVecInput - constexpr std::ptrdiff_t m_TransformInput = 0xE18; // CParticleTransformInput - constexpr std::ptrdiff_t m_bLocalCoords = 0xE78; // bool - constexpr std::ptrdiff_t m_bProportional = 0xE79; // bool - constexpr std::ptrdiff_t m_randomnessParameters = 0xE7C; // CRandomNumberGeneratorParameters - } - // Parent: CParticleFunctionInitializer - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_PositionOffsetToCP { - constexpr std::ptrdiff_t m_nControlPointNumberStart = 0x1B4; // int32 - constexpr std::ptrdiff_t m_nControlPointNumberEnd = 0x1B8; // int32 - constexpr std::ptrdiff_t m_bLocalCoords = 0x1BC; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 13 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_PositionPlaceOnGround { - constexpr std::ptrdiff_t m_flOffset = 0x1B8; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_flMaxTraceLength = 0x308; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_CollisionGroupName = 0x458; // char[128] - constexpr std::ptrdiff_t m_nTraceSet = 0x4D8; // ParticleTraceSet_t - constexpr std::ptrdiff_t m_nTraceMissBehavior = 0x4E8; // ParticleTraceMissBehavior_t - constexpr std::ptrdiff_t m_bIncludeWater = 0x4EC; // bool - constexpr std::ptrdiff_t m_bSetNormal = 0x4ED; // bool - constexpr std::ptrdiff_t m_bSetPXYZOnly = 0x4EE; // bool - constexpr std::ptrdiff_t m_bTraceAlongNormal = 0x4EF; // bool - constexpr std::ptrdiff_t m_bOffsetonColOnly = 0x4F0; // bool - constexpr std::ptrdiff_t m_flOffsetByRadiusFactor = 0x4F4; // float32 - constexpr std::ptrdiff_t m_nPreserveOffsetCP = 0x4F8; // int32 - constexpr std::ptrdiff_t m_nIgnoreCP = 0x4FC; // int32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_VelocityFromNormal { - constexpr std::ptrdiff_t m_fSpeedMin = 0x1B4; // float32 - constexpr std::ptrdiff_t m_fSpeedMax = 0x1B8; // float32 - constexpr std::ptrdiff_t m_bIgnoreDt = 0x1BC; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_VelocityRandom { - constexpr std::ptrdiff_t m_nControlPointNumber = 0x1B4; // int32 - constexpr std::ptrdiff_t m_fSpeedMin = 0x1B8; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_fSpeedMax = 0x308; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_LocalCoordinateSystemSpeedMin = 0x458; // CPerParticleVecInput - constexpr std::ptrdiff_t m_LocalCoordinateSystemSpeedMax = 0xA88; // CPerParticleVecInput - constexpr std::ptrdiff_t m_bIgnoreDT = 0x10B8; // bool - constexpr std::ptrdiff_t m_randomnessParameters = 0x10BC; // CRandomNumberGeneratorParameters - } - // Parent: CParticleFunctionInitializer - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_InitialVelocityNoise { - constexpr std::ptrdiff_t m_vecAbsVal = 0x1B4; // Vector - constexpr std::ptrdiff_t m_vecAbsValInv = 0x1C0; // Vector - constexpr std::ptrdiff_t m_vecOffsetLoc = 0x1D0; // CPerParticleVecInput - constexpr std::ptrdiff_t m_flOffset = 0x800; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_vecOutputMin = 0x950; // CPerParticleVecInput - constexpr std::ptrdiff_t m_vecOutputMax = 0xF80; // CPerParticleVecInput - constexpr std::ptrdiff_t m_flNoiseScale = 0x15B0; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_flNoiseScaleLoc = 0x1700; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_TransformInput = 0x1850; // CParticleTransformInput - constexpr std::ptrdiff_t m_bIgnoreDt = 0x18B0; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_InitialVelocityFromHitbox { - constexpr std::ptrdiff_t m_flVelocityMin = 0x1B4; // float32 - constexpr std::ptrdiff_t m_flVelocityMax = 0x1B8; // float32 - constexpr std::ptrdiff_t m_nControlPointNumber = 0x1BC; // int32 - constexpr std::ptrdiff_t m_HitboxSetName = 0x1C0; // char[128] - constexpr std::ptrdiff_t m_bUseBones = 0x240; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_VelocityRadialRandom { - constexpr std::ptrdiff_t m_nControlPointNumber = 0x1B4; // int32 - constexpr std::ptrdiff_t m_fSpeedMin = 0x1B8; // float32 - constexpr std::ptrdiff_t m_fSpeedMax = 0x1BC; // float32 - constexpr std::ptrdiff_t m_vecLocalCoordinateSystemSpeedScale = 0x1C0; // Vector - constexpr std::ptrdiff_t m_bIgnoreDelta = 0x1CD; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_RandomLifeTime { - constexpr std::ptrdiff_t m_fLifetimeMin = 0x1B4; // float32 - constexpr std::ptrdiff_t m_fLifetimeMax = 0x1B8; // float32 - constexpr std::ptrdiff_t m_fLifetimeRandExponent = 0x1BC; // float32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_RandomScalar { - constexpr std::ptrdiff_t m_flMin = 0x1B4; // float32 - constexpr std::ptrdiff_t m_flMax = 0x1B8; // float32 - constexpr std::ptrdiff_t m_flExponent = 0x1BC; // float32 - constexpr std::ptrdiff_t m_nFieldOutput = 0x1C0; // ParticleAttributeIndex_t - } - // Parent: CParticleFunctionInitializer - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_RandomVector { - constexpr std::ptrdiff_t m_vecMin = 0x1B4; // Vector - constexpr std::ptrdiff_t m_vecMax = 0x1C0; // Vector - constexpr std::ptrdiff_t m_nFieldOutput = 0x1CC; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_randomnessParameters = 0x1D0; // CRandomNumberGeneratorParameters - } - // Parent: CParticleFunctionInitializer - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_RandomVectorComponent { - constexpr std::ptrdiff_t m_flMin = 0x1B4; // float32 - constexpr std::ptrdiff_t m_flMax = 0x1B8; // float32 - constexpr std::ptrdiff_t m_nFieldOutput = 0x1BC; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_nComponent = 0x1C0; // int32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_AddVectorToVector { - constexpr std::ptrdiff_t m_vecScale = 0x1B4; // Vector - constexpr std::ptrdiff_t m_nFieldOutput = 0x1C0; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_nFieldInput = 0x1C4; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_vOffsetMin = 0x1C8; // Vector - constexpr std::ptrdiff_t m_vOffsetMax = 0x1D4; // Vector - constexpr std::ptrdiff_t m_randomnessParameters = 0x1E0; // CRandomNumberGeneratorParameters - } - // Parent: CParticleFunctionInitializer - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_RandomAlphaWindowThreshold { - constexpr std::ptrdiff_t m_flMin = 0x1B4; // float32 - constexpr std::ptrdiff_t m_flMax = 0x1B8; // float32 - constexpr std::ptrdiff_t m_flExponent = 0x1BC; // float32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_RandomRadius { - constexpr std::ptrdiff_t m_flRadiusMin = 0x1B4; // float32 - constexpr std::ptrdiff_t m_flRadiusMax = 0x1B8; // float32 - constexpr std::ptrdiff_t m_flRadiusRandExponent = 0x1BC; // float32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_RandomAlpha { - constexpr std::ptrdiff_t m_nFieldOutput = 0x1B4; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_nAlphaMin = 0x1B8; // int32 - constexpr std::ptrdiff_t m_nAlphaMax = 0x1BC; // int32 - constexpr std::ptrdiff_t m_flAlphaRandExponent = 0x1C8; // float32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CGeneralRandomRotation { - constexpr std::ptrdiff_t m_nFieldOutput = 0x1B4; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_flDegrees = 0x1B8; // float32 - constexpr std::ptrdiff_t m_flDegreesMin = 0x1BC; // float32 - constexpr std::ptrdiff_t m_flDegreesMax = 0x1C0; // float32 - constexpr std::ptrdiff_t m_flRotationRandExponent = 0x1C4; // float32 - constexpr std::ptrdiff_t m_bRandomlyFlipDirection = 0x1C8; // bool - } - // Parent: CGeneralRandomRotation - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_RandomRotation { - } - // Parent: CParticleFunctionInitializer - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_Orient2DRelToCP { - constexpr std::ptrdiff_t m_nCP = 0x1B4; // int32 - constexpr std::ptrdiff_t m_nFieldOutput = 0x1B8; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_flRotOffset = 0x1BC; // float32 - } - // Parent: CGeneralRandomRotation - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_RandomRotationSpeed { - } - // Parent: CGeneralRandomRotation - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_RandomYaw { - } - // Parent: CParticleFunctionInitializer - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_RandomColor { - constexpr std::ptrdiff_t m_ColorMin = 0x1D0; // Color - constexpr std::ptrdiff_t m_ColorMax = 0x1D4; // Color - constexpr std::ptrdiff_t m_TintMin = 0x1D8; // Color - constexpr std::ptrdiff_t m_TintMax = 0x1DC; // Color - constexpr std::ptrdiff_t m_flTintPerc = 0x1E0; // float32 - constexpr std::ptrdiff_t m_flUpdateThreshold = 0x1E4; // float32 - constexpr std::ptrdiff_t m_nTintCP = 0x1E8; // int32 - constexpr std::ptrdiff_t m_nFieldOutput = 0x1EC; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_nTintBlendMode = 0x1F0; // ParticleColorBlendMode_t - constexpr std::ptrdiff_t m_flLightAmplification = 0x1F4; // float32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_ColorLitPerParticle { - constexpr std::ptrdiff_t m_ColorMin = 0x1CC; // Color - constexpr std::ptrdiff_t m_ColorMax = 0x1D0; // Color - constexpr std::ptrdiff_t m_TintMin = 0x1D4; // Color - constexpr std::ptrdiff_t m_TintMax = 0x1D8; // Color - constexpr std::ptrdiff_t m_flTintPerc = 0x1DC; // float32 - constexpr std::ptrdiff_t m_nTintBlendMode = 0x1E0; // ParticleColorBlendMode_t - constexpr std::ptrdiff_t m_flLightAmplification = 0x1E4; // float32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_RandomTrailLength { - constexpr std::ptrdiff_t m_flMinLength = 0x1B4; // float32 - constexpr std::ptrdiff_t m_flMaxLength = 0x1B8; // float32 - constexpr std::ptrdiff_t m_flLengthRandExponent = 0x1BC; // float32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_RandomSequence { - constexpr std::ptrdiff_t m_nSequenceMin = 0x1B4; // int32 - constexpr std::ptrdiff_t m_nSequenceMax = 0x1B8; // int32 - constexpr std::ptrdiff_t m_bShuffle = 0x1BC; // bool - constexpr std::ptrdiff_t m_bLinear = 0x1BD; // bool - constexpr std::ptrdiff_t m_WeightedList = 0x1C0; // CUtlVector - } - // Parent: CParticleFunctionInitializer - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_SequenceFromCP { - constexpr std::ptrdiff_t m_bKillUnused = 0x1B4; // bool - constexpr std::ptrdiff_t m_bRadiusScale = 0x1B5; // bool - constexpr std::ptrdiff_t m_nCP = 0x1B8; // int32 - constexpr std::ptrdiff_t m_vecOffset = 0x1BC; // Vector - } - // Parent: CParticleFunctionInitializer - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_RandomModelSequence { - constexpr std::ptrdiff_t m_ActivityName = 0x1B4; // char[256] - constexpr std::ptrdiff_t m_SequenceName = 0x2B4; // char[256] - constexpr std::ptrdiff_t m_hModel = 0x3B8; // CStrongHandle - } - // Parent: CParticleFunctionInitializer - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_ScaleVelocity { - constexpr std::ptrdiff_t m_vecScale = 0x1B8; // CParticleCollectionVecInput - } - // Parent: CParticleFunctionInitializer - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_PositionWarp { - constexpr std::ptrdiff_t m_vecWarpMin = 0x1B8; // CParticleCollectionVecInput - constexpr std::ptrdiff_t m_vecWarpMax = 0x7E8; // CParticleCollectionVecInput - constexpr std::ptrdiff_t m_nScaleControlPointNumber = 0xE18; // int32 - constexpr std::ptrdiff_t m_nControlPointNumber = 0xE1C; // int32 - constexpr std::ptrdiff_t m_nRadiusComponent = 0xE20; // int32 - constexpr std::ptrdiff_t m_flWarpTime = 0xE24; // float32 - constexpr std::ptrdiff_t m_flWarpStartTime = 0xE28; // float32 - constexpr std::ptrdiff_t m_flPrevPosScale = 0xE2C; // float32 - constexpr std::ptrdiff_t m_bInvertWarp = 0xE30; // bool - constexpr std::ptrdiff_t m_bUseCount = 0xE31; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_PositionWarpScalar { - constexpr std::ptrdiff_t m_vecWarpMin = 0x1B4; // Vector - constexpr std::ptrdiff_t m_vecWarpMax = 0x1C0; // Vector - constexpr std::ptrdiff_t m_InputValue = 0x1D0; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_flPrevPosScale = 0x320; // float32 - constexpr std::ptrdiff_t m_nScaleControlPointNumber = 0x324; // int32 - constexpr std::ptrdiff_t m_nControlPointNumber = 0x328; // int32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_CreationNoise { - constexpr std::ptrdiff_t m_nFieldOutput = 0x1B4; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_bAbsVal = 0x1B8; // bool - constexpr std::ptrdiff_t m_bAbsValInv = 0x1B9; // bool - constexpr std::ptrdiff_t m_flOffset = 0x1BC; // float32 - constexpr std::ptrdiff_t m_flOutputMin = 0x1C0; // float32 - constexpr std::ptrdiff_t m_flOutputMax = 0x1C4; // float32 - constexpr std::ptrdiff_t m_flNoiseScale = 0x1C8; // float32 - constexpr std::ptrdiff_t m_flNoiseScaleLoc = 0x1CC; // float32 - constexpr std::ptrdiff_t m_vecOffsetLoc = 0x1D0; // Vector - constexpr std::ptrdiff_t m_flWorldTimeScale = 0x1DC; // float32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_CreateAlongPath { - constexpr std::ptrdiff_t m_fMaxDistance = 0x1B4; // float32 - constexpr std::ptrdiff_t m_PathParams = 0x1C0; // CPathParameters - constexpr std::ptrdiff_t m_bUseRandomCPs = 0x200; // bool - constexpr std::ptrdiff_t m_vEndOffset = 0x204; // Vector - constexpr std::ptrdiff_t m_bSaveOffset = 0x210; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_MoveBetweenPoints { - constexpr std::ptrdiff_t m_flSpeedMin = 0x1B8; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_flSpeedMax = 0x308; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_flEndSpread = 0x458; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_flStartOffset = 0x5A8; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_flEndOffset = 0x6F8; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_nEndControlPointNumber = 0x848; // int32 - constexpr std::ptrdiff_t m_bTrailBias = 0x84C; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 11 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_RemapScalar { - constexpr std::ptrdiff_t m_nFieldInput = 0x1B4; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_nFieldOutput = 0x1B8; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_flInputMin = 0x1BC; // float32 - constexpr std::ptrdiff_t m_flInputMax = 0x1C0; // float32 - constexpr std::ptrdiff_t m_flOutputMin = 0x1C4; // float32 - constexpr std::ptrdiff_t m_flOutputMax = 0x1C8; // float32 - constexpr std::ptrdiff_t m_flStartTime = 0x1CC; // float32 - constexpr std::ptrdiff_t m_flEndTime = 0x1D0; // float32 - constexpr std::ptrdiff_t m_nSetMethod = 0x1D4; // ParticleSetMethod_t - constexpr std::ptrdiff_t m_bActiveRange = 0x1D8; // bool - constexpr std::ptrdiff_t m_flRemapBias = 0x1DC; // float32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 12 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_RemapParticleCountToScalar { - constexpr std::ptrdiff_t m_nFieldOutput = 0x1B4; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_nInputMin = 0x1B8; // int32 - constexpr std::ptrdiff_t m_nInputMax = 0x1BC; // int32 - constexpr std::ptrdiff_t m_nScaleControlPoint = 0x1C0; // int32 - constexpr std::ptrdiff_t m_nScaleControlPointField = 0x1C4; // int32 - constexpr std::ptrdiff_t m_flOutputMin = 0x1C8; // float32 - constexpr std::ptrdiff_t m_flOutputMax = 0x1CC; // float32 - constexpr std::ptrdiff_t m_nSetMethod = 0x1D0; // ParticleSetMethod_t - constexpr std::ptrdiff_t m_bActiveRange = 0x1D4; // bool - constexpr std::ptrdiff_t m_bInvert = 0x1D5; // bool - constexpr std::ptrdiff_t m_bWrap = 0x1D6; // bool - constexpr std::ptrdiff_t m_flRemapBias = 0x1D8; // float32 - } - // Parent: C_INIT_RemapParticleCountToScalar - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_RemapParticleCountToNamedModelElementScalar { - constexpr std::ptrdiff_t m_hModel = 0x1E0; // CStrongHandle - constexpr std::ptrdiff_t m_outputMinName = 0x1E8; // CUtlString - constexpr std::ptrdiff_t m_outputMaxName = 0x1F0; // CUtlString - constexpr std::ptrdiff_t m_bModelFromRenderer = 0x1F8; // bool - } - // Parent: C_INIT_RemapParticleCountToNamedModelElementScalar - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_RemapParticleCountToNamedModelSequenceScalar { - } - // Parent: C_INIT_RemapParticleCountToNamedModelElementScalar - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_RemapParticleCountToNamedModelBodyPartScalar { - } - // Parent: C_INIT_RemapParticleCountToNamedModelElementScalar - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_RemapParticleCountToNamedModelMeshGroupScalar { - } - // Parent: CParticleFunctionInitializer - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_InheritVelocity { - constexpr std::ptrdiff_t m_nControlPointNumber = 0x1B4; // int32 - constexpr std::ptrdiff_t m_flVelocityScale = 0x1B8; // float32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_VelocityFromCP { - constexpr std::ptrdiff_t m_velocityInput = 0x1B8; // CParticleCollectionVecInput - constexpr std::ptrdiff_t m_transformInput = 0x7E8; // CParticleTransformInput - constexpr std::ptrdiff_t m_flVelocityScale = 0x848; // float32 - constexpr std::ptrdiff_t m_bDirectionOnly = 0x84C; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_AgeNoise { - constexpr std::ptrdiff_t m_bAbsVal = 0x1B4; // bool - constexpr std::ptrdiff_t m_bAbsValInv = 0x1B5; // bool - constexpr std::ptrdiff_t m_flOffset = 0x1B8; // float32 - constexpr std::ptrdiff_t m_flAgeMin = 0x1BC; // float32 - constexpr std::ptrdiff_t m_flAgeMax = 0x1C0; // float32 - constexpr std::ptrdiff_t m_flNoiseScale = 0x1C4; // float32 - constexpr std::ptrdiff_t m_flNoiseScaleLoc = 0x1C8; // float32 - constexpr std::ptrdiff_t m_vecOffsetLoc = 0x1CC; // Vector - } - // Parent: CParticleFunctionInitializer - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_SequenceLifeTime { - constexpr std::ptrdiff_t m_flFramerate = 0x1B4; // float32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 12 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_RemapScalarToVector { - constexpr std::ptrdiff_t m_nFieldInput = 0x1B4; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_nFieldOutput = 0x1B8; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_flInputMin = 0x1BC; // float32 - constexpr std::ptrdiff_t m_flInputMax = 0x1C0; // float32 - constexpr std::ptrdiff_t m_vecOutputMin = 0x1C4; // Vector - constexpr std::ptrdiff_t m_vecOutputMax = 0x1D0; // Vector - constexpr std::ptrdiff_t m_flStartTime = 0x1DC; // float32 - constexpr std::ptrdiff_t m_flEndTime = 0x1E0; // float32 - constexpr std::ptrdiff_t m_nSetMethod = 0x1E4; // ParticleSetMethod_t - constexpr std::ptrdiff_t m_nControlPointNumber = 0x1E8; // int32 - constexpr std::ptrdiff_t m_bLocalCoords = 0x1EC; // bool - constexpr std::ptrdiff_t m_flRemapBias = 0x1F0; // float32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_OffsetVectorToVector { - constexpr std::ptrdiff_t m_nFieldInput = 0x1B4; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_nFieldOutput = 0x1B8; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_vecOutputMin = 0x1BC; // Vector - constexpr std::ptrdiff_t m_vecOutputMax = 0x1C8; // Vector - constexpr std::ptrdiff_t m_randomnessParameters = 0x1D4; // CRandomNumberGeneratorParameters - } - // Parent: CParticleFunctionInitializer - // Fields count: 6 - // - // Metadata: - // MParticleMinVersion - // MGetKV3ClassDefaults - namespace C_INIT_CreateSequentialPathV2 { - constexpr std::ptrdiff_t m_fMaxDistance = 0x1B8; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_flNumToAssign = 0x308; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_bLoop = 0x458; // bool - constexpr std::ptrdiff_t m_bCPPairs = 0x459; // bool - constexpr std::ptrdiff_t m_bSaveOffset = 0x45A; // bool - constexpr std::ptrdiff_t m_PathParams = 0x460; // CPathParameters - } - // Parent: CParticleFunctionInitializer - // Fields count: 6 - // - // Metadata: - // MParticleMaxVersion - // MParticleReplacementOp - // MGetKV3ClassDefaults - namespace C_INIT_CreateSequentialPath { - constexpr std::ptrdiff_t m_fMaxDistance = 0x1B4; // float32 - constexpr std::ptrdiff_t m_flNumToAssign = 0x1B8; // float32 - constexpr std::ptrdiff_t m_bLoop = 0x1BC; // bool - constexpr std::ptrdiff_t m_bCPPairs = 0x1BD; // bool - constexpr std::ptrdiff_t m_bSaveOffset = 0x1BE; // bool - constexpr std::ptrdiff_t m_PathParams = 0x1C0; // CPathParameters - } - // Parent: CParticleFunctionInitializer - // Fields count: 13 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_InitialRepulsionVelocity { - constexpr std::ptrdiff_t m_CollisionGroupName = 0x1B4; // char[128] - constexpr std::ptrdiff_t m_nTraceSet = 0x234; // ParticleTraceSet_t - constexpr std::ptrdiff_t m_vecOutputMin = 0x238; // Vector - constexpr std::ptrdiff_t m_vecOutputMax = 0x244; // Vector - constexpr std::ptrdiff_t m_nControlPointNumber = 0x250; // int32 - constexpr std::ptrdiff_t m_bPerParticle = 0x254; // bool - constexpr std::ptrdiff_t m_bTranslate = 0x255; // bool - constexpr std::ptrdiff_t m_bProportional = 0x256; // bool - constexpr std::ptrdiff_t m_flTraceLength = 0x258; // float32 - constexpr std::ptrdiff_t m_bPerParticleTR = 0x25C; // bool - constexpr std::ptrdiff_t m_bInherit = 0x25D; // bool - constexpr std::ptrdiff_t m_nChildCP = 0x260; // int32 - constexpr std::ptrdiff_t m_nChildGroupID = 0x264; // int32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_RandomYawFlip { - constexpr std::ptrdiff_t m_flPercent = 0x1B4; // float32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_RandomSecondSequence { - constexpr std::ptrdiff_t m_nSequenceMin = 0x1B4; // int32 - constexpr std::ptrdiff_t m_nSequenceMax = 0x1B8; // int32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 11 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_RemapCPtoScalar { - constexpr std::ptrdiff_t m_nCPInput = 0x1B4; // int32 - constexpr std::ptrdiff_t m_nFieldOutput = 0x1B8; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_nField = 0x1BC; // int32 - constexpr std::ptrdiff_t m_flInputMin = 0x1C0; // float32 - constexpr std::ptrdiff_t m_flInputMax = 0x1C4; // float32 - constexpr std::ptrdiff_t m_flOutputMin = 0x1C8; // float32 - constexpr std::ptrdiff_t m_flOutputMax = 0x1CC; // float32 - constexpr std::ptrdiff_t m_flStartTime = 0x1D0; // float32 - constexpr std::ptrdiff_t m_flEndTime = 0x1D4; // float32 - constexpr std::ptrdiff_t m_nSetMethod = 0x1D8; // ParticleSetMethod_t - constexpr std::ptrdiff_t m_flRemapBias = 0x1DC; // float32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 13 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_RemapTransformToVector { - constexpr std::ptrdiff_t m_nFieldOutput = 0x1B4; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_vInputMin = 0x1B8; // Vector - constexpr std::ptrdiff_t m_vInputMax = 0x1C4; // Vector - constexpr std::ptrdiff_t m_vOutputMin = 0x1D0; // Vector - constexpr std::ptrdiff_t m_vOutputMax = 0x1DC; // Vector - constexpr std::ptrdiff_t m_TransformInput = 0x1E8; // CParticleTransformInput - constexpr std::ptrdiff_t m_LocalSpaceTransform = 0x248; // CParticleTransformInput - constexpr std::ptrdiff_t m_flStartTime = 0x2A8; // float32 - constexpr std::ptrdiff_t m_flEndTime = 0x2AC; // float32 - constexpr std::ptrdiff_t m_nSetMethod = 0x2B0; // ParticleSetMethod_t - constexpr std::ptrdiff_t m_bOffset = 0x2B4; // bool - constexpr std::ptrdiff_t m_bAccelerate = 0x2B5; // bool - constexpr std::ptrdiff_t m_flRemapBias = 0x2B8; // float32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 9 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_ChaoticAttractor { - constexpr std::ptrdiff_t m_flAParm = 0x1B4; // float32 - constexpr std::ptrdiff_t m_flBParm = 0x1B8; // float32 - constexpr std::ptrdiff_t m_flCParm = 0x1BC; // float32 - constexpr std::ptrdiff_t m_flDParm = 0x1C0; // float32 - constexpr std::ptrdiff_t m_flScale = 0x1C4; // float32 - constexpr std::ptrdiff_t m_flSpeedMin = 0x1C8; // float32 - constexpr std::ptrdiff_t m_flSpeedMax = 0x1CC; // float32 - constexpr std::ptrdiff_t m_nBaseCP = 0x1D0; // int32 - constexpr std::ptrdiff_t m_bUniformSpeed = 0x1D4; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_CreateFromParentParticles { - constexpr std::ptrdiff_t m_flVelocityScale = 0x1B4; // float32 - constexpr std::ptrdiff_t m_flIncrement = 0x1B8; // float32 - constexpr std::ptrdiff_t m_bRandomDistribution = 0x1BC; // bool - constexpr std::ptrdiff_t m_nRandomSeed = 0x1C0; // int32 - constexpr std::ptrdiff_t m_bSubFrame = 0x1C4; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_InheritFromParentParticles { - constexpr std::ptrdiff_t m_flScale = 0x1B4; // float32 - constexpr std::ptrdiff_t m_nFieldOutput = 0x1B8; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_nIncrement = 0x1BC; // int32 - constexpr std::ptrdiff_t m_bRandomDistribution = 0x1C0; // bool - constexpr std::ptrdiff_t m_nRandomSeed = 0x1C4; // int32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_CreateFromCPs { - constexpr std::ptrdiff_t m_nIncrement = 0x1B4; // int32 - constexpr std::ptrdiff_t m_nMinCP = 0x1B8; // int32 - constexpr std::ptrdiff_t m_nMaxCP = 0x1BC; // int32 - constexpr std::ptrdiff_t m_nDynamicCPCount = 0x1C0; // CParticleCollectionFloatInput - } - // Parent: CParticleFunctionInitializer - // Fields count: 15 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_DistanceToCPInit { - constexpr std::ptrdiff_t m_nFieldOutput = 0x1B4; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_flInputMin = 0x1B8; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_flInputMax = 0x308; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_flOutputMin = 0x458; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_flOutputMax = 0x5A8; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_nStartCP = 0x6F8; // int32 - constexpr std::ptrdiff_t m_bLOS = 0x6FC; // bool - constexpr std::ptrdiff_t m_CollisionGroupName = 0x6FD; // char[128] - constexpr std::ptrdiff_t m_nTraceSet = 0x780; // ParticleTraceSet_t - constexpr std::ptrdiff_t m_flMaxTraceLength = 0x788; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_flLOSScale = 0x8D8; // float32 - constexpr std::ptrdiff_t m_nSetMethod = 0x8DC; // ParticleSetMethod_t - constexpr std::ptrdiff_t m_bActiveRange = 0x8E0; // bool - constexpr std::ptrdiff_t m_vecDistanceScale = 0x8E4; // Vector - constexpr std::ptrdiff_t m_flRemapBias = 0x8F0; // float32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_LifespanFromVelocity { - constexpr std::ptrdiff_t m_vecComponentScale = 0x1B4; // Vector - constexpr std::ptrdiff_t m_flTraceOffset = 0x1C0; // float32 - constexpr std::ptrdiff_t m_flMaxTraceLength = 0x1C4; // float32 - constexpr std::ptrdiff_t m_flTraceTolerance = 0x1C8; // float32 - constexpr std::ptrdiff_t m_nMaxPlanes = 0x1CC; // int32 - constexpr std::ptrdiff_t m_CollisionGroupName = 0x1D4; // char[128] - constexpr std::ptrdiff_t m_nTraceSet = 0x254; // ParticleTraceSet_t - constexpr std::ptrdiff_t m_bIncludeWater = 0x260; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_CreateFromPlaneCache { - constexpr std::ptrdiff_t m_vecOffsetMin = 0x1B4; // Vector - constexpr std::ptrdiff_t m_vecOffsetMax = 0x1C0; // Vector - constexpr std::ptrdiff_t m_bUseNormal = 0x1CD; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_ModelCull { - constexpr std::ptrdiff_t m_nControlPointNumber = 0x1B4; // int32 - constexpr std::ptrdiff_t m_bBoundBox = 0x1B8; // bool - constexpr std::ptrdiff_t m_bCullOutside = 0x1B9; // bool - constexpr std::ptrdiff_t m_bUseBones = 0x1BA; // bool - constexpr std::ptrdiff_t m_HitboxSetName = 0x1BB; // char[128] - } - // Parent: CParticleFunctionInitializer - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_DistanceCull { - constexpr std::ptrdiff_t m_nControlPoint = 0x1B4; // int32 - constexpr std::ptrdiff_t m_flDistance = 0x1B8; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_bCullInside = 0x308; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_PlaneCull { - constexpr std::ptrdiff_t m_nControlPoint = 0x1B4; // int32 - constexpr std::ptrdiff_t m_flDistance = 0x1B8; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_bCullInside = 0x308; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_DistanceToNeighborCull { - constexpr std::ptrdiff_t m_flDistance = 0x1B8; // CPerParticleFloatInput - } - // Parent: CParticleFunctionInitializer - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_RtEnvCull { - constexpr std::ptrdiff_t m_vecTestDir = 0x1B4; // Vector - constexpr std::ptrdiff_t m_vecTestNormal = 0x1C0; // Vector - constexpr std::ptrdiff_t m_bUseVelocity = 0x1CC; // bool - constexpr std::ptrdiff_t m_bCullOnMiss = 0x1CD; // bool - constexpr std::ptrdiff_t m_bLifeAdjust = 0x1CE; // bool - constexpr std::ptrdiff_t m_RtEnvName = 0x1CF; // char[128] - constexpr std::ptrdiff_t m_nRTEnvCP = 0x250; // int32 - constexpr std::ptrdiff_t m_nComponent = 0x254; // int32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_NormalAlignToCP { - constexpr std::ptrdiff_t m_transformInput = 0x1B8; // CParticleTransformInput - constexpr std::ptrdiff_t m_nControlPointAxis = 0x218; // ParticleControlPointAxis_t - } - // Parent: CParticleFunctionInitializer - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_NormalOffset { - constexpr std::ptrdiff_t m_OffsetMin = 0x1B4; // Vector - constexpr std::ptrdiff_t m_OffsetMax = 0x1C0; // Vector - constexpr std::ptrdiff_t m_nControlPointNumber = 0x1CC; // int32 - constexpr std::ptrdiff_t m_bLocalCoords = 0x1D0; // bool - constexpr std::ptrdiff_t m_bNormalize = 0x1D1; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_RemapSpeedToScalar { - constexpr std::ptrdiff_t m_nFieldOutput = 0x1B4; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_nControlPointNumber = 0x1B8; // int32 - constexpr std::ptrdiff_t m_flStartTime = 0x1BC; // float32 - constexpr std::ptrdiff_t m_flEndTime = 0x1C0; // float32 - constexpr std::ptrdiff_t m_flInputMin = 0x1C4; // float32 - constexpr std::ptrdiff_t m_flInputMax = 0x1C8; // float32 - constexpr std::ptrdiff_t m_flOutputMin = 0x1CC; // float32 - constexpr std::ptrdiff_t m_flOutputMax = 0x1D0; // float32 - constexpr std::ptrdiff_t m_nSetMethod = 0x1D4; // ParticleSetMethod_t - constexpr std::ptrdiff_t m_bPerParticle = 0x1D8; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_InitFromCPSnapshot { - constexpr std::ptrdiff_t m_nControlPointNumber = 0x1B4; // int32 - constexpr std::ptrdiff_t m_nAttributeToRead = 0x1B8; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_nAttributeToWrite = 0x1BC; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_nLocalSpaceCP = 0x1C0; // int32 - constexpr std::ptrdiff_t m_bRandom = 0x1C4; // bool - constexpr std::ptrdiff_t m_bReverse = 0x1C5; // bool - constexpr std::ptrdiff_t m_nSnapShotIncrement = 0x1C8; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_nManualSnapshotIndex = 0x318; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_nRandomSeed = 0x468; // int32 - constexpr std::ptrdiff_t m_bLocalSpaceAngles = 0x46C; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 19 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_InitSkinnedPositionFromCPSnapshot { - constexpr std::ptrdiff_t m_nSnapshotControlPointNumber = 0x1B4; // int32 - constexpr std::ptrdiff_t m_nControlPointNumber = 0x1B8; // int32 - constexpr std::ptrdiff_t m_bRandom = 0x1BC; // bool - constexpr std::ptrdiff_t m_nRandomSeed = 0x1C0; // int32 - constexpr std::ptrdiff_t m_bRigid = 0x1C4; // bool - constexpr std::ptrdiff_t m_bSetNormal = 0x1C5; // bool - constexpr std::ptrdiff_t m_bIgnoreDt = 0x1C6; // bool - constexpr std::ptrdiff_t m_flMinNormalVelocity = 0x1C8; // float32 - constexpr std::ptrdiff_t m_flMaxNormalVelocity = 0x1CC; // float32 - constexpr std::ptrdiff_t m_nIndexType = 0x1D0; // SnapshotIndexType_t - constexpr std::ptrdiff_t m_flReadIndex = 0x1D8; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_flIncrement = 0x328; // float32 - constexpr std::ptrdiff_t m_nFullLoopIncrement = 0x32C; // int32 - constexpr std::ptrdiff_t m_nSnapShotStartPoint = 0x330; // int32 - constexpr std::ptrdiff_t m_flBoneVelocity = 0x334; // float32 - constexpr std::ptrdiff_t m_flBoneVelocityMax = 0x338; // float32 - constexpr std::ptrdiff_t m_bCopyColor = 0x33C; // bool - constexpr std::ptrdiff_t m_bCopyAlpha = 0x33D; // bool - constexpr std::ptrdiff_t m_bSetRadius = 0x33E; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_InitFromParentKilled { - constexpr std::ptrdiff_t m_nAttributeToCopy = 0x1B4; // ParticleAttributeIndex_t - } - // Parent: CParticleFunctionInitializer - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_InitFromVectorFieldSnapshot { - constexpr std::ptrdiff_t m_nControlPointNumber = 0x1B4; // int32 - constexpr std::ptrdiff_t m_nLocalSpaceCP = 0x1B8; // int32 - constexpr std::ptrdiff_t m_nWeightUpdateCP = 0x1BC; // int32 - constexpr std::ptrdiff_t m_bUseVerticalVelocity = 0x1C0; // bool - constexpr std::ptrdiff_t m_vecScale = 0x1C8; // CPerParticleVecInput - } - // Parent: CParticleFunctionInitializer - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_RemapInitialDirectionToTransformToVector { - constexpr std::ptrdiff_t m_TransformInput = 0x1B8; // CParticleTransformInput - constexpr std::ptrdiff_t m_nFieldOutput = 0x218; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_flScale = 0x21C; // float32 - constexpr std::ptrdiff_t m_flOffsetRot = 0x220; // float32 - constexpr std::ptrdiff_t m_vecOffsetAxis = 0x224; // Vector - constexpr std::ptrdiff_t m_bNormalize = 0x230; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_RemapInitialTransformDirectionToRotation { - constexpr std::ptrdiff_t m_TransformInput = 0x1B8; // CParticleTransformInput - constexpr std::ptrdiff_t m_nFieldOutput = 0x218; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_flOffsetRot = 0x21C; // float32 - constexpr std::ptrdiff_t m_nComponent = 0x220; // int32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_RemapQAnglesToRotation { - constexpr std::ptrdiff_t m_TransformInput = 0x1B8; // CParticleTransformInput - } - // Parent: CParticleFunctionInitializer - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_RemapTransformOrientationToRotations { - constexpr std::ptrdiff_t m_TransformInput = 0x1B8; // CParticleTransformInput - constexpr std::ptrdiff_t m_vecRotation = 0x218; // Vector - constexpr std::ptrdiff_t m_bUseQuat = 0x224; // bool - constexpr std::ptrdiff_t m_bWriteNormal = 0x225; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_SetRigidAttachment { - constexpr std::ptrdiff_t m_nControlPointNumber = 0x1B4; // int32 - constexpr std::ptrdiff_t m_nFieldInput = 0x1B8; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_nFieldOutput = 0x1BC; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_bLocalSpace = 0x1C0; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_RemapInitialVisibilityScalar { - constexpr std::ptrdiff_t m_nFieldOutput = 0x1B8; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_flInputMin = 0x1BC; // float32 - constexpr std::ptrdiff_t m_flInputMax = 0x1C0; // float32 - constexpr std::ptrdiff_t m_flOutputMin = 0x1C4; // float32 - constexpr std::ptrdiff_t m_flOutputMax = 0x1C8; // float32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_RadiusFromCPObject { - constexpr std::ptrdiff_t m_nControlPoint = 0x1B4; // int32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_InitialSequenceFromModel { - constexpr std::ptrdiff_t m_nControlPointNumber = 0x1B4; // int32 - constexpr std::ptrdiff_t m_nFieldOutput = 0x1B8; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_nFieldOutputAnim = 0x1BC; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_flInputMin = 0x1C0; // float32 - constexpr std::ptrdiff_t m_flInputMax = 0x1C4; // float32 - constexpr std::ptrdiff_t m_flOutputMin = 0x1C8; // float32 - constexpr std::ptrdiff_t m_flOutputMax = 0x1CC; // float32 - constexpr std::ptrdiff_t m_nSetMethod = 0x1D0; // ParticleSetMethod_t - } - // Parent: CParticleFunctionInitializer - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_GlobalScale { - constexpr std::ptrdiff_t m_flScale = 0x1B4; // float32 - constexpr std::ptrdiff_t m_nScaleControlPointNumber = 0x1B8; // int32 - constexpr std::ptrdiff_t m_nControlPointNumber = 0x1BC; // int32 - constexpr std::ptrdiff_t m_bScaleRadius = 0x1C0; // bool - constexpr std::ptrdiff_t m_bScalePosition = 0x1C1; // bool - constexpr std::ptrdiff_t m_bScaleVelocity = 0x1C2; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_PointList { - constexpr std::ptrdiff_t m_nFieldOutput = 0x1B4; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_pointList = 0x1B8; // CUtlVector - constexpr std::ptrdiff_t m_bPlaceAlongPath = 0x1D0; // bool - constexpr std::ptrdiff_t m_bClosedLoop = 0x1D1; // bool - constexpr std::ptrdiff_t m_nNumPointsAlongPath = 0x1D4; // int32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_RandomNamedModelElement { - constexpr std::ptrdiff_t m_hModel = 0x1B8; // CStrongHandle - constexpr std::ptrdiff_t m_names = 0x1C0; // CUtlVector - constexpr std::ptrdiff_t m_bShuffle = 0x1D8; // bool - constexpr std::ptrdiff_t m_bLinear = 0x1D9; // bool - constexpr std::ptrdiff_t m_bModelFromRenderer = 0x1DA; // bool - constexpr std::ptrdiff_t m_nFieldOutput = 0x1DC; // ParticleAttributeIndex_t - } - // Parent: C_INIT_RandomNamedModelElement - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_RandomNamedModelSequence { - } - // Parent: C_INIT_RandomNamedModelElement - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_RandomNamedModelBodyPart { - } - // Parent: C_INIT_RandomNamedModelElement - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_RandomNamedModelMeshGroup { - } - // Parent: CParticleFunctionInitializer - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_RemapNamedModelElementToScalar { - constexpr std::ptrdiff_t m_hModel = 0x1B8; // CStrongHandle - constexpr std::ptrdiff_t m_names = 0x1C0; // CUtlVector - constexpr std::ptrdiff_t m_values = 0x1D8; // CUtlVector - constexpr std::ptrdiff_t m_nFieldInput = 0x1F0; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_nFieldOutput = 0x1F4; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_nSetMethod = 0x1F8; // ParticleSetMethod_t - constexpr std::ptrdiff_t m_bModelFromRenderer = 0x1FC; // bool - } - // Parent: C_INIT_RemapNamedModelElementToScalar - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_RemapNamedModelSequenceToScalar { - } - // Parent: C_INIT_RemapNamedModelElementToScalar - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_RemapNamedModelBodyPartToScalar { - } - // Parent: C_INIT_RemapNamedModelElementToScalar - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_RemapNamedModelMeshGroupToScalar { - } - // Parent: CParticleFunctionInitializer - // Fields count: 18 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_StatusEffect { - constexpr std::ptrdiff_t m_nDetail2Combo = 0x1B4; // Detail2Combo_t - constexpr std::ptrdiff_t m_flDetail2Rotation = 0x1B8; // float32 - constexpr std::ptrdiff_t m_flDetail2Scale = 0x1BC; // float32 - constexpr std::ptrdiff_t m_flDetail2BlendFactor = 0x1C0; // float32 - constexpr std::ptrdiff_t m_flColorWarpIntensity = 0x1C4; // float32 - constexpr std::ptrdiff_t m_flDiffuseWarpBlendToFull = 0x1C8; // float32 - constexpr std::ptrdiff_t m_flEnvMapIntensity = 0x1CC; // float32 - constexpr std::ptrdiff_t m_flAmbientScale = 0x1D0; // float32 - constexpr std::ptrdiff_t m_specularColor = 0x1D4; // Color - constexpr std::ptrdiff_t m_flSpecularScale = 0x1D8; // float32 - constexpr std::ptrdiff_t m_flSpecularExponent = 0x1DC; // float32 - constexpr std::ptrdiff_t m_flSpecularExponentBlendToFull = 0x1E0; // float32 - constexpr std::ptrdiff_t m_flSpecularBlendToFull = 0x1E4; // float32 - constexpr std::ptrdiff_t m_rimLightColor = 0x1E8; // Color - constexpr std::ptrdiff_t m_flRimLightScale = 0x1EC; // float32 - constexpr std::ptrdiff_t m_flReflectionsTintByBaseBlendToNone = 0x1F0; // float32 - constexpr std::ptrdiff_t m_flMetalnessBlendToFull = 0x1F4; // float32 - constexpr std::ptrdiff_t m_flSelfIllumBlendToFull = 0x1F8; // float32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 19 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_StatusEffectCitadel { - constexpr std::ptrdiff_t m_flSFXColorWarpAmount = 0x1B4; // float32 - constexpr std::ptrdiff_t m_flSFXNormalAmount = 0x1B8; // float32 - constexpr std::ptrdiff_t m_flSFXMetalnessAmount = 0x1BC; // float32 - constexpr std::ptrdiff_t m_flSFXRoughnessAmount = 0x1C0; // float32 - constexpr std::ptrdiff_t m_flSFXSelfIllumAmount = 0x1C4; // float32 - constexpr std::ptrdiff_t m_flSFXSScale = 0x1C8; // float32 - constexpr std::ptrdiff_t m_flSFXSScrollX = 0x1CC; // float32 - constexpr std::ptrdiff_t m_flSFXSScrollY = 0x1D0; // float32 - constexpr std::ptrdiff_t m_flSFXSScrollZ = 0x1D4; // float32 - constexpr std::ptrdiff_t m_flSFXSOffsetX = 0x1D8; // float32 - constexpr std::ptrdiff_t m_flSFXSOffsetY = 0x1DC; // float32 - constexpr std::ptrdiff_t m_flSFXSOffsetZ = 0x1E0; // float32 - constexpr std::ptrdiff_t m_nDetailCombo = 0x1E4; // DetailCombo_t - constexpr std::ptrdiff_t m_flSFXSDetailAmount = 0x1E8; // float32 - constexpr std::ptrdiff_t m_flSFXSDetailScale = 0x1EC; // float32 - constexpr std::ptrdiff_t m_flSFXSDetailScrollX = 0x1F0; // float32 - constexpr std::ptrdiff_t m_flSFXSDetailScrollY = 0x1F4; // float32 - constexpr std::ptrdiff_t m_flSFXSDetailScrollZ = 0x1F8; // float32 - constexpr std::ptrdiff_t m_flSFXSUseModelUVs = 0x1FC; // float32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_CreateParticleImpulse { - constexpr std::ptrdiff_t m_InputRadius = 0x1B8; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_InputMagnitude = 0x308; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_nFalloffFunction = 0x458; // ParticleFalloffFunction_t - constexpr std::ptrdiff_t m_InputFalloffExp = 0x460; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_nImpulseType = 0x5B0; // ParticleImpulseType_t - } - // Parent: CParticleFunctionInitializer - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_QuantizeFloat { - constexpr std::ptrdiff_t m_InputValue = 0x1B8; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_nOutputField = 0x308; // ParticleAttributeIndex_t - } - // Parent: CParticleFunctionInitializer - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_SetAttributeToScalarExpression { - constexpr std::ptrdiff_t m_nExpression = 0x1B4; // ScalarExpressionType_t - constexpr std::ptrdiff_t m_flInput1 = 0x1B8; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_flInput2 = 0x308; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_flOutputRemap = 0x458; // CParticleRemapFloatInput - constexpr std::ptrdiff_t m_nOutputField = 0x5A8; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_nSetMethod = 0x5AC; // ParticleSetMethod_t - } - // Parent: CParticleFunctionInitializer - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_SetVectorAttributeToVectorExpression { - constexpr std::ptrdiff_t m_nExpression = 0x1B4; // VectorExpressionType_t - constexpr std::ptrdiff_t m_vInput1 = 0x1B8; // CPerParticleVecInput - constexpr std::ptrdiff_t m_vInput2 = 0x7E8; // CPerParticleVecInput - constexpr std::ptrdiff_t m_nOutputField = 0xE18; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_nSetMethod = 0xE1C; // ParticleSetMethod_t - constexpr std::ptrdiff_t m_bNormalizedOutput = 0xE20; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_InitFloatCollection { - constexpr std::ptrdiff_t m_InputValue = 0x1B8; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_nOutputField = 0x308; // ParticleAttributeIndex_t - } - // Parent: CParticleFunctionInitializer - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_InitFloat { - constexpr std::ptrdiff_t m_InputValue = 0x1B8; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_nOutputField = 0x308; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_nSetMethod = 0x30C; // ParticleSetMethod_t - constexpr std::ptrdiff_t m_InputStrength = 0x310; // CPerParticleFloatInput - } - // Parent: CParticleFunctionInitializer - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_InitVecCollection { - constexpr std::ptrdiff_t m_InputValue = 0x1B8; // CParticleCollectionVecInput - constexpr std::ptrdiff_t m_nOutputField = 0x7E8; // ParticleAttributeIndex_t - } - // Parent: CParticleFunctionInitializer - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_INIT_InitVec { - constexpr std::ptrdiff_t m_InputValue = 0x1B8; // CPerParticleVecInput - constexpr std::ptrdiff_t m_nOutputField = 0x7E8; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_nSetMethod = 0x7EC; // ParticleSetMethod_t - constexpr std::ptrdiff_t m_bNormalizedOutput = 0x7F0; // bool - constexpr std::ptrdiff_t m_bWritePreviousPosition = 0x7F1; // bool - } - // Parent: CParticleFunctionEmitter - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_InstantaneousEmitter { - constexpr std::ptrdiff_t m_nParticlesToEmit = 0x1B8; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_flStartTime = 0x308; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_flInitFromKilledParentParticles = 0x458; // float32 - constexpr std::ptrdiff_t m_flParentParticleScale = 0x460; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_nMaxEmittedPerFrame = 0x5B0; // int32 - constexpr std::ptrdiff_t m_nSnapshotControlPoint = 0x5B4; // int32 - } - // Parent: CParticleFunctionEmitter - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_ContinuousEmitter { - constexpr std::ptrdiff_t m_flEmissionDuration = 0x1B8; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_flStartTime = 0x308; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_flEmitRate = 0x458; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_flEmissionScale = 0x5A8; // float32 - constexpr std::ptrdiff_t m_flScalePerParentParticle = 0x5AC; // float32 - constexpr std::ptrdiff_t m_bInitFromKilledParentParticles = 0x5B0; // bool - constexpr std::ptrdiff_t m_nSnapshotControlPoint = 0x5B4; // int32 - constexpr std::ptrdiff_t m_nLimitPerUpdate = 0x5B8; // int32 - constexpr std::ptrdiff_t m_bForceEmitOnFirstUpdate = 0x5BC; // bool - constexpr std::ptrdiff_t m_bForceEmitOnLastUpdate = 0x5BD; // bool - } - // Parent: CParticleFunctionEmitter - // Fields count: 15 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_NoiseEmitter { - constexpr std::ptrdiff_t m_flEmissionDuration = 0x1B4; // float32 - constexpr std::ptrdiff_t m_flStartTime = 0x1B8; // float32 - constexpr std::ptrdiff_t m_flEmissionScale = 0x1BC; // float32 - constexpr std::ptrdiff_t m_nScaleControlPoint = 0x1C0; // int32 - constexpr std::ptrdiff_t m_nScaleControlPointField = 0x1C4; // int32 - constexpr std::ptrdiff_t m_nWorldNoisePoint = 0x1C8; // int32 - constexpr std::ptrdiff_t m_bAbsVal = 0x1CC; // bool - constexpr std::ptrdiff_t m_bAbsValInv = 0x1CD; // bool - constexpr std::ptrdiff_t m_flOffset = 0x1D0; // float32 - constexpr std::ptrdiff_t m_flOutputMin = 0x1D4; // float32 - constexpr std::ptrdiff_t m_flOutputMax = 0x1D8; // float32 - constexpr std::ptrdiff_t m_flNoiseScale = 0x1DC; // float32 - constexpr std::ptrdiff_t m_flWorldNoiseScale = 0x1E0; // float32 - constexpr std::ptrdiff_t m_vecOffsetLoc = 0x1E4; // Vector - constexpr std::ptrdiff_t m_flWorldTimeScale = 0x1F0; // float32 - } - // Parent: CParticleFunctionEmitter - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_MaintainEmitter { - constexpr std::ptrdiff_t m_nParticlesToMaintain = 0x1B8; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_flStartTime = 0x308; // float32 - constexpr std::ptrdiff_t m_flEmissionDuration = 0x310; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_flEmissionRate = 0x460; // float32 - constexpr std::ptrdiff_t m_nSnapshotControlPoint = 0x464; // int32 - constexpr std::ptrdiff_t m_bEmitInstantaneously = 0x468; // bool - constexpr std::ptrdiff_t m_bFinalEmitOnStop = 0x469; // bool - constexpr std::ptrdiff_t m_flScale = 0x470; // CParticleCollectionFloatInput - } - // Parent: CParticleFunctionForce - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_RandomForce { - constexpr std::ptrdiff_t m_MinForce = 0x1BC; // Vector - constexpr std::ptrdiff_t m_MaxForce = 0x1C8; // Vector - } - // Parent: CParticleFunctionForce - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_CPVelocityForce { - constexpr std::ptrdiff_t m_nControlPointNumber = 0x1BC; // int32 - constexpr std::ptrdiff_t m_flScale = 0x1C0; // CPerParticleFloatInput - } - // Parent: CParticleFunctionForce - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_ParentVortices { - constexpr std::ptrdiff_t m_flForceScale = 0x1BC; // float32 - constexpr std::ptrdiff_t m_vecTwistAxis = 0x1C0; // Vector - constexpr std::ptrdiff_t m_bFlipBasedOnYaw = 0x1CC; // bool - } - // Parent: CParticleFunctionForce - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_TwistAroundAxis { - constexpr std::ptrdiff_t m_fForceAmount = 0x1BC; // float32 - constexpr std::ptrdiff_t m_TwistAxis = 0x1C0; // Vector - constexpr std::ptrdiff_t m_bLocalSpace = 0x1CC; // bool - constexpr std::ptrdiff_t m_nControlPointNumber = 0x1D0; // int32 - } - // Parent: CParticleFunctionForce - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_AttractToControlPoint { - constexpr std::ptrdiff_t m_vecComponentScale = 0x1BC; // Vector - constexpr std::ptrdiff_t m_fForceAmount = 0x1C8; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_fFalloffPower = 0x318; // float32 - constexpr std::ptrdiff_t m_TransformInput = 0x320; // CParticleTransformInput - constexpr std::ptrdiff_t m_fForceAmountMin = 0x380; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_bApplyMinForce = 0x4D0; // bool - } - // Parent: CParticleFunctionForce - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_ForceBasedOnDistanceToPlane { - constexpr std::ptrdiff_t m_flMinDist = 0x1BC; // float32 - constexpr std::ptrdiff_t m_vecForceAtMinDist = 0x1C0; // Vector - constexpr std::ptrdiff_t m_flMaxDist = 0x1CC; // float32 - constexpr std::ptrdiff_t m_vecForceAtMaxDist = 0x1D0; // Vector - constexpr std::ptrdiff_t m_vecPlaneNormal = 0x1DC; // Vector - constexpr std::ptrdiff_t m_nControlPointNumber = 0x1E8; // int32 - constexpr std::ptrdiff_t m_flExponent = 0x1EC; // float32 - } - // Parent: CParticleFunctionForce - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_TimeVaryingForce { - constexpr std::ptrdiff_t m_flStartLerpTime = 0x1BC; // float32 - constexpr std::ptrdiff_t m_StartingForce = 0x1C0; // Vector - constexpr std::ptrdiff_t m_flEndLerpTime = 0x1CC; // float32 - constexpr std::ptrdiff_t m_EndingForce = 0x1D0; // Vector - } - // Parent: CParticleFunctionForce - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_TurbulenceForce { - constexpr std::ptrdiff_t m_flNoiseCoordScale0 = 0x1BC; // float32 - constexpr std::ptrdiff_t m_flNoiseCoordScale1 = 0x1C0; // float32 - constexpr std::ptrdiff_t m_flNoiseCoordScale2 = 0x1C4; // float32 - constexpr std::ptrdiff_t m_flNoiseCoordScale3 = 0x1C8; // float32 - constexpr std::ptrdiff_t m_vecNoiseAmount0 = 0x1CC; // Vector - constexpr std::ptrdiff_t m_vecNoiseAmount1 = 0x1D8; // Vector - constexpr std::ptrdiff_t m_vecNoiseAmount2 = 0x1E4; // Vector - constexpr std::ptrdiff_t m_vecNoiseAmount3 = 0x1F0; // Vector - } - // Parent: CParticleFunctionForce - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_CurlNoiseForce { - constexpr std::ptrdiff_t m_nNoiseType = 0x1BC; // ParticleDirectionNoiseType_t - constexpr std::ptrdiff_t m_vecNoiseFreq = 0x1C0; // CPerParticleVecInput - constexpr std::ptrdiff_t m_vecNoiseScale = 0x7F0; // CPerParticleVecInput - constexpr std::ptrdiff_t m_vecOffset = 0xE20; // CPerParticleVecInput - constexpr std::ptrdiff_t m_vecOffsetRate = 0x1450; // CPerParticleVecInput - constexpr std::ptrdiff_t m_flWorleySeed = 0x1A80; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_flWorleyJitter = 0x1BD0; // CPerParticleFloatInput - } - // Parent: CParticleFunctionForce - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_PerParticleForce { - constexpr std::ptrdiff_t m_flForceScale = 0x1C0; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_vForce = 0x310; // CPerParticleVecInput - constexpr std::ptrdiff_t m_nCP = 0x940; // int32 - } - // Parent: CParticleFunctionForce - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_WindForce { - constexpr std::ptrdiff_t m_vForce = 0x1BC; // Vector - } - // Parent: CParticleFunctionForce - // Fields count: 11 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_ExternalWindForce { - constexpr std::ptrdiff_t m_vecSamplePosition = 0x1C0; // CPerParticleVecInput - constexpr std::ptrdiff_t m_vecScale = 0x7F0; // CPerParticleVecInput - constexpr std::ptrdiff_t m_bSampleWind = 0xE20; // bool - constexpr std::ptrdiff_t m_bSampleWater = 0xE21; // bool - constexpr std::ptrdiff_t m_bDampenNearWaterPlane = 0xE22; // bool - constexpr std::ptrdiff_t m_bSampleGravity = 0xE23; // bool - constexpr std::ptrdiff_t m_vecGravityForce = 0xE28; // CPerParticleVecInput - constexpr std::ptrdiff_t m_bUseBasicMovementGravity = 0x1458; // bool - constexpr std::ptrdiff_t m_flLocalGravityScale = 0x1460; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_flLocalBuoyancyScale = 0x15B0; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_vecBuoyancyForce = 0x1700; // CPerParticleVecInput - } - // Parent: CParticleFunctionForce - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_ExternalGameImpulseForce { - constexpr std::ptrdiff_t m_flForceScale = 0x1C0; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_bRopes = 0x310; // bool - constexpr std::ptrdiff_t m_bRopesZOnly = 0x311; // bool - constexpr std::ptrdiff_t m_bExplosions = 0x312; // bool - constexpr std::ptrdiff_t m_bParticles = 0x313; // bool - } - // Parent: CParticleFunctionForce - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_LocalAccelerationForce { - constexpr std::ptrdiff_t m_nCP = 0x1BC; // int32 - constexpr std::ptrdiff_t m_nScaleCP = 0x1C0; // int32 - constexpr std::ptrdiff_t m_vecAccel = 0x1C8; // CParticleCollectionVecInput - } - // Parent: CParticleFunctionForce - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_DensityForce { - constexpr std::ptrdiff_t m_flRadiusScale = 0x1BC; // float32 - constexpr std::ptrdiff_t m_flForceScale = 0x1C0; // float32 - constexpr std::ptrdiff_t m_flTargetDensity = 0x1C4; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_BasicMovement { - constexpr std::ptrdiff_t m_Gravity = 0x1B0; // CParticleCollectionVecInput - constexpr std::ptrdiff_t m_fDrag = 0x7E0; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_nMaxConstraintPasses = 0x930; // int32 - } - // Parent: CParticleFunctionOperator - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_FadeAndKill { - constexpr std::ptrdiff_t m_flStartFadeInTime = 0x1B0; // float32 - constexpr std::ptrdiff_t m_flEndFadeInTime = 0x1B4; // float32 - constexpr std::ptrdiff_t m_flStartFadeOutTime = 0x1B8; // float32 - constexpr std::ptrdiff_t m_flEndFadeOutTime = 0x1BC; // float32 - constexpr std::ptrdiff_t m_flStartAlpha = 0x1C0; // float32 - constexpr std::ptrdiff_t m_flEndAlpha = 0x1C4; // float32 - constexpr std::ptrdiff_t m_bForcePreserveParticleOrder = 0x1C8; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_FadeAndKillForTracers { - constexpr std::ptrdiff_t m_flStartFadeInTime = 0x1B0; // float32 - constexpr std::ptrdiff_t m_flEndFadeInTime = 0x1B4; // float32 - constexpr std::ptrdiff_t m_flStartFadeOutTime = 0x1B8; // float32 - constexpr std::ptrdiff_t m_flEndFadeOutTime = 0x1BC; // float32 - constexpr std::ptrdiff_t m_flStartAlpha = 0x1C0; // float32 - constexpr std::ptrdiff_t m_flEndAlpha = 0x1C4; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_FadeIn { - constexpr std::ptrdiff_t m_flFadeInTimeMin = 0x1B0; // float32 - constexpr std::ptrdiff_t m_flFadeInTimeMax = 0x1B4; // float32 - constexpr std::ptrdiff_t m_flFadeInTimeExp = 0x1B8; // float32 - constexpr std::ptrdiff_t m_bProportional = 0x1BC; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_FadeOut { - constexpr std::ptrdiff_t m_flFadeOutTimeMin = 0x1B0; // float32 - constexpr std::ptrdiff_t m_flFadeOutTimeMax = 0x1B4; // float32 - constexpr std::ptrdiff_t m_flFadeOutTimeExp = 0x1B8; // float32 - constexpr std::ptrdiff_t m_flFadeBias = 0x1BC; // float32 - constexpr std::ptrdiff_t m_bProportional = 0x1F0; // bool - constexpr std::ptrdiff_t m_bEaseInAndOut = 0x1F1; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_FadeInSimple { - constexpr std::ptrdiff_t m_flFadeInTime = 0x1B0; // float32 - constexpr std::ptrdiff_t m_nFieldOutput = 0x1B4; // ParticleAttributeIndex_t - } - // Parent: CParticleFunctionOperator - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_FadeOutSimple { - constexpr std::ptrdiff_t m_flFadeOutTime = 0x1B0; // float32 - constexpr std::ptrdiff_t m_nFieldOutput = 0x1B4; // ParticleAttributeIndex_t - } - // Parent: CParticleFunctionOperator - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_ClampScalar { - constexpr std::ptrdiff_t m_nFieldOutput = 0x1B0; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_flOutputMin = 0x1B8; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_flOutputMax = 0x308; // CPerParticleFloatInput - } - // Parent: CParticleFunctionOperator - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_ClampVector { - constexpr std::ptrdiff_t m_nFieldOutput = 0x1B0; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_vecOutputMin = 0x1B8; // CPerParticleVecInput - constexpr std::ptrdiff_t m_vecOutputMax = 0x7E8; // CPerParticleVecInput - } - // Parent: CParticleFunctionOperator - // Fields count: 13 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_OscillateScalar { - constexpr std::ptrdiff_t m_RateMin = 0x1B0; // float32 - constexpr std::ptrdiff_t m_RateMax = 0x1B4; // float32 - constexpr std::ptrdiff_t m_FrequencyMin = 0x1B8; // float32 - constexpr std::ptrdiff_t m_FrequencyMax = 0x1BC; // float32 - constexpr std::ptrdiff_t m_nField = 0x1C0; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_bProportional = 0x1C4; // bool - constexpr std::ptrdiff_t m_bProportionalOp = 0x1C5; // bool - constexpr std::ptrdiff_t m_flStartTime_min = 0x1C8; // float32 - constexpr std::ptrdiff_t m_flStartTime_max = 0x1CC; // float32 - constexpr std::ptrdiff_t m_flEndTime_min = 0x1D0; // float32 - constexpr std::ptrdiff_t m_flEndTime_max = 0x1D4; // float32 - constexpr std::ptrdiff_t m_flOscMult = 0x1D8; // float32 - constexpr std::ptrdiff_t m_flOscAdd = 0x1DC; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_OscillateScalarSimple { - constexpr std::ptrdiff_t m_Rate = 0x1B0; // float32 - constexpr std::ptrdiff_t m_Frequency = 0x1B4; // float32 - constexpr std::ptrdiff_t m_nField = 0x1B8; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_flOscMult = 0x1BC; // float32 - constexpr std::ptrdiff_t m_flOscAdd = 0x1C0; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 15 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_OscillateVector { - constexpr std::ptrdiff_t m_RateMin = 0x1B0; // Vector - constexpr std::ptrdiff_t m_RateMax = 0x1BC; // Vector - constexpr std::ptrdiff_t m_FrequencyMin = 0x1C8; // Vector - constexpr std::ptrdiff_t m_FrequencyMax = 0x1D4; // Vector - constexpr std::ptrdiff_t m_nField = 0x1E0; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_bProportional = 0x1E4; // bool - constexpr std::ptrdiff_t m_bProportionalOp = 0x1E5; // bool - constexpr std::ptrdiff_t m_bOffset = 0x1E6; // bool - constexpr std::ptrdiff_t m_flStartTime_min = 0x1E8; // float32 - constexpr std::ptrdiff_t m_flStartTime_max = 0x1EC; // float32 - constexpr std::ptrdiff_t m_flEndTime_min = 0x1F0; // float32 - constexpr std::ptrdiff_t m_flEndTime_max = 0x1F4; // float32 - constexpr std::ptrdiff_t m_flOscMult = 0x1F8; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_flOscAdd = 0x348; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_flRateScale = 0x498; // CPerParticleFloatInput - } - // Parent: CParticleFunctionOperator - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_OscillateVectorSimple { - constexpr std::ptrdiff_t m_Rate = 0x1B0; // Vector - constexpr std::ptrdiff_t m_Frequency = 0x1BC; // Vector - constexpr std::ptrdiff_t m_nField = 0x1C8; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_flOscMult = 0x1CC; // float32 - constexpr std::ptrdiff_t m_flOscAdd = 0x1D0; // float32 - constexpr std::ptrdiff_t m_bOffset = 0x1D4; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 9 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_DifferencePreviousParticle { - constexpr std::ptrdiff_t m_nFieldInput = 0x1B0; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_nFieldOutput = 0x1B4; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_flInputMin = 0x1B8; // float32 - constexpr std::ptrdiff_t m_flInputMax = 0x1BC; // float32 - constexpr std::ptrdiff_t m_flOutputMin = 0x1C0; // float32 - constexpr std::ptrdiff_t m_flOutputMax = 0x1C4; // float32 - constexpr std::ptrdiff_t m_nSetMethod = 0x1C8; // ParticleSetMethod_t - constexpr std::ptrdiff_t m_bActiveRange = 0x1CC; // bool - constexpr std::ptrdiff_t m_bSetPreviousParticle = 0x1CD; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_PointVectorAtNextParticle { - constexpr std::ptrdiff_t m_nFieldOutput = 0x1B0; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_flInterpolation = 0x1B8; // CPerParticleFloatInput - } - // Parent: CParticleFunctionOperator - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_RemapScalar { - constexpr std::ptrdiff_t m_nFieldInput = 0x1B0; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_nFieldOutput = 0x1B4; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_flInputMin = 0x1B8; // float32 - constexpr std::ptrdiff_t m_flInputMax = 0x1BC; // float32 - constexpr std::ptrdiff_t m_flOutputMin = 0x1C0; // float32 - constexpr std::ptrdiff_t m_flOutputMax = 0x1C4; // float32 - constexpr std::ptrdiff_t m_bOldCode = 0x1C8; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_RemapDensityToVector { - constexpr std::ptrdiff_t m_flRadiusScale = 0x1B0; // float32 - constexpr std::ptrdiff_t m_nFieldOutput = 0x1B4; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_flDensityMin = 0x1B8; // float32 - constexpr std::ptrdiff_t m_flDensityMax = 0x1BC; // float32 - constexpr std::ptrdiff_t m_vecOutputMin = 0x1C0; // Vector - constexpr std::ptrdiff_t m_vecOutputMax = 0x1CC; // Vector - constexpr std::ptrdiff_t m_bUseParentDensity = 0x1D8; // bool - constexpr std::ptrdiff_t m_nVoxelGridResolution = 0x1DC; // int32 - } - // Parent: CParticleFunctionOperator - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_Diffusion { - constexpr std::ptrdiff_t m_flRadiusScale = 0x1B0; // float32 - constexpr std::ptrdiff_t m_nFieldOutput = 0x1B4; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_nVoxelGridResolution = 0x1B8; // int32 - } - // Parent: CParticleFunctionOperator - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_RemapScalarEndCap { - constexpr std::ptrdiff_t m_nFieldInput = 0x1B0; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_nFieldOutput = 0x1B4; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_flInputMin = 0x1B8; // float32 - constexpr std::ptrdiff_t m_flInputMax = 0x1BC; // float32 - constexpr std::ptrdiff_t m_flOutputMin = 0x1C0; // float32 - constexpr std::ptrdiff_t m_flOutputMax = 0x1C4; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_ReinitializeScalarEndCap { - constexpr std::ptrdiff_t m_nFieldOutput = 0x1B0; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_flOutputMin = 0x1B4; // float32 - constexpr std::ptrdiff_t m_flOutputMax = 0x1B8; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_RemapScalarOnceTimed { - constexpr std::ptrdiff_t m_bProportional = 0x1B0; // bool - constexpr std::ptrdiff_t m_nFieldInput = 0x1B4; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_nFieldOutput = 0x1B8; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_flInputMin = 0x1BC; // float32 - constexpr std::ptrdiff_t m_flInputMax = 0x1C0; // float32 - constexpr std::ptrdiff_t m_flOutputMin = 0x1C4; // float32 - constexpr std::ptrdiff_t m_flOutputMax = 0x1C8; // float32 - constexpr std::ptrdiff_t m_flRemapTime = 0x1CC; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_RemapParticleCountOnScalarEndCap { - constexpr std::ptrdiff_t m_nFieldOutput = 0x1B0; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_nInputMin = 0x1B4; // int32 - constexpr std::ptrdiff_t m_nInputMax = 0x1B8; // int32 - constexpr std::ptrdiff_t m_flOutputMin = 0x1BC; // float32 - constexpr std::ptrdiff_t m_flOutputMax = 0x1C0; // float32 - constexpr std::ptrdiff_t m_bBackwards = 0x1C4; // bool - constexpr std::ptrdiff_t m_nSetMethod = 0x1C8; // ParticleSetMethod_t - } - // Parent: CParticleFunctionOperator - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_RemapParticleCountToScalar { - constexpr std::ptrdiff_t m_nFieldOutput = 0x1B0; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_nInputMin = 0x1B8; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_nInputMax = 0x308; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_flOutputMin = 0x458; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_flOutputMax = 0x5A8; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_bActiveRange = 0x6F8; // bool - constexpr std::ptrdiff_t m_nSetMethod = 0x6FC; // ParticleSetMethod_t - } - // Parent: CParticleFunctionOperator - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_RemapVisibilityScalar { - constexpr std::ptrdiff_t m_nFieldInput = 0x1B0; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_nFieldOutput = 0x1B4; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_flInputMin = 0x1B8; // float32 - constexpr std::ptrdiff_t m_flInputMax = 0x1BC; // float32 - constexpr std::ptrdiff_t m_flOutputMin = 0x1C0; // float32 - constexpr std::ptrdiff_t m_flOutputMax = 0x1C4; // float32 - constexpr std::ptrdiff_t m_flRadiusScale = 0x1C8; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_RemapTransformVisibilityToScalar { - constexpr std::ptrdiff_t m_nSetMethod = 0x1B0; // ParticleSetMethod_t - constexpr std::ptrdiff_t m_TransformInput = 0x1B8; // CParticleTransformInput - constexpr std::ptrdiff_t m_nFieldOutput = 0x218; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_flInputMin = 0x21C; // float32 - constexpr std::ptrdiff_t m_flInputMax = 0x220; // float32 - constexpr std::ptrdiff_t m_flOutputMin = 0x224; // float32 - constexpr std::ptrdiff_t m_flOutputMax = 0x228; // float32 - constexpr std::ptrdiff_t m_flRadius = 0x22C; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_RemapTransformVisibilityToVector { - constexpr std::ptrdiff_t m_nSetMethod = 0x1B0; // ParticleSetMethod_t - constexpr std::ptrdiff_t m_TransformInput = 0x1B8; // CParticleTransformInput - constexpr std::ptrdiff_t m_nFieldOutput = 0x218; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_flInputMin = 0x21C; // float32 - constexpr std::ptrdiff_t m_flInputMax = 0x220; // float32 - constexpr std::ptrdiff_t m_vecOutputMin = 0x224; // Vector - constexpr std::ptrdiff_t m_vecOutputMax = 0x230; // Vector - constexpr std::ptrdiff_t m_flRadius = 0x23C; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_LerpScalar { - constexpr std::ptrdiff_t m_nFieldOutput = 0x1B0; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_flOutput = 0x1B8; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_flStartTime = 0x308; // float32 - constexpr std::ptrdiff_t m_flEndTime = 0x30C; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_LerpEndCapScalar { - constexpr std::ptrdiff_t m_nFieldOutput = 0x1B0; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_flOutput = 0x1B4; // float32 - constexpr std::ptrdiff_t m_flLerpTime = 0x1B8; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_LerpEndCapVector { - constexpr std::ptrdiff_t m_nFieldOutput = 0x1B0; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_vecOutput = 0x1B4; // Vector - constexpr std::ptrdiff_t m_flLerpTime = 0x1C0; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_LerpVector { - constexpr std::ptrdiff_t m_nFieldOutput = 0x1B0; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_vecOutput = 0x1B4; // Vector - constexpr std::ptrdiff_t m_flStartTime = 0x1C0; // float32 - constexpr std::ptrdiff_t m_flEndTime = 0x1C4; // float32 - constexpr std::ptrdiff_t m_nSetMethod = 0x1C8; // ParticleSetMethod_t - } - // Parent: CParticleFunctionOperator - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_LerpToOtherAttribute { - constexpr std::ptrdiff_t m_flInterpolation = 0x1B0; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_nFieldInputFrom = 0x300; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_nFieldInput = 0x304; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_nFieldOutput = 0x308; // ParticleAttributeIndex_t - } - // Parent: CParticleFunctionOperator - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_RemapSpeed { - constexpr std::ptrdiff_t m_nFieldOutput = 0x1B0; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_flInputMin = 0x1B4; // float32 - constexpr std::ptrdiff_t m_flInputMax = 0x1B8; // float32 - constexpr std::ptrdiff_t m_flOutputMin = 0x1BC; // float32 - constexpr std::ptrdiff_t m_flOutputMax = 0x1C0; // float32 - constexpr std::ptrdiff_t m_nSetMethod = 0x1C4; // ParticleSetMethod_t - constexpr std::ptrdiff_t m_bIgnoreDelta = 0x1C8; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_RemapVectortoCP { - constexpr std::ptrdiff_t m_nOutControlPointNumber = 0x1B0; // int32 - constexpr std::ptrdiff_t m_nFieldInput = 0x1B4; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_nParticleNumber = 0x1B8; // int32 - } - // Parent: CParticleFunctionOperator - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_RampScalarLinear { - constexpr std::ptrdiff_t m_RateMin = 0x1B0; // float32 - constexpr std::ptrdiff_t m_RateMax = 0x1B4; // float32 - constexpr std::ptrdiff_t m_flStartTime_min = 0x1B8; // float32 - constexpr std::ptrdiff_t m_flStartTime_max = 0x1BC; // float32 - constexpr std::ptrdiff_t m_flEndTime_min = 0x1C0; // float32 - constexpr std::ptrdiff_t m_flEndTime_max = 0x1C4; // float32 - constexpr std::ptrdiff_t m_nField = 0x1F0; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_bProportionalOp = 0x1F4; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_RampScalarSpline { - constexpr std::ptrdiff_t m_RateMin = 0x1B0; // float32 - constexpr std::ptrdiff_t m_RateMax = 0x1B4; // float32 - constexpr std::ptrdiff_t m_flStartTime_min = 0x1B8; // float32 - constexpr std::ptrdiff_t m_flStartTime_max = 0x1BC; // float32 - constexpr std::ptrdiff_t m_flEndTime_min = 0x1C0; // float32 - constexpr std::ptrdiff_t m_flEndTime_max = 0x1C4; // float32 - constexpr std::ptrdiff_t m_flBias = 0x1C8; // float32 - constexpr std::ptrdiff_t m_nField = 0x1F0; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_bProportionalOp = 0x1F4; // bool - constexpr std::ptrdiff_t m_bEaseOut = 0x1F5; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_RampScalarLinearSimple { - constexpr std::ptrdiff_t m_Rate = 0x1B0; // float32 - constexpr std::ptrdiff_t m_flStartTime = 0x1B4; // float32 - constexpr std::ptrdiff_t m_flEndTime = 0x1B8; // float32 - constexpr std::ptrdiff_t m_nField = 0x1E0; // ParticleAttributeIndex_t - } - // Parent: CParticleFunctionOperator - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_RampScalarSplineSimple { - constexpr std::ptrdiff_t m_Rate = 0x1B0; // float32 - constexpr std::ptrdiff_t m_flStartTime = 0x1B4; // float32 - constexpr std::ptrdiff_t m_flEndTime = 0x1B8; // float32 - constexpr std::ptrdiff_t m_nField = 0x1E0; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_bEaseOut = 0x1E4; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_ChladniWave { - constexpr std::ptrdiff_t m_nFieldOutput = 0x1B0; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_flInputMin = 0x1B8; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_flInputMax = 0x308; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_flOutputMin = 0x458; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_flOutputMax = 0x5A8; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_vecWaveLength = 0x6F8; // CPerParticleVecInput - constexpr std::ptrdiff_t m_vecHarmonics = 0xD28; // CPerParticleVecInput - constexpr std::ptrdiff_t m_nSetMethod = 0x1358; // ParticleSetMethod_t - constexpr std::ptrdiff_t m_nLocalSpaceControlPoint = 0x135C; // int32 - constexpr std::ptrdiff_t m_b3D = 0x1360; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_Noise { - constexpr std::ptrdiff_t m_nFieldOutput = 0x1B0; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_flOutputMin = 0x1B4; // float32 - constexpr std::ptrdiff_t m_flOutputMax = 0x1B8; // float32 - constexpr std::ptrdiff_t m_fl4NoiseScale = 0x1BC; // float32 - constexpr std::ptrdiff_t m_bAdditive = 0x1C0; // bool - constexpr std::ptrdiff_t m_flNoiseAnimationTimeScale = 0x1C4; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_VectorNoise { - constexpr std::ptrdiff_t m_nFieldOutput = 0x1B0; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_vecOutputMin = 0x1B4; // Vector - constexpr std::ptrdiff_t m_vecOutputMax = 0x1C0; // Vector - constexpr std::ptrdiff_t m_fl4NoiseScale = 0x1CC; // float32 - constexpr std::ptrdiff_t m_bAdditive = 0x1D0; // bool - constexpr std::ptrdiff_t m_bOffset = 0x1D1; // bool - constexpr std::ptrdiff_t m_flNoiseAnimationTimeScale = 0x1D4; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_Decay { - constexpr std::ptrdiff_t m_bRopeDecay = 0x1B0; // bool - constexpr std::ptrdiff_t m_bForcePreserveParticleOrder = 0x1B1; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_DecayOffscreen { - constexpr std::ptrdiff_t m_flOffscreenTime = 0x1B0; // CParticleCollectionFloatInput - } - // Parent: CParticleFunctionOperator - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_EndCapTimedFreeze { - constexpr std::ptrdiff_t m_flFreezeTime = 0x1B0; // CParticleCollectionFloatInput - } - // Parent: CParticleFunctionOperator - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_EndCapTimedDecay { - constexpr std::ptrdiff_t m_flDecayTime = 0x1B0; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_EndCapDecay { - } - // Parent: CParticleFunctionOperator - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_VelocityDecay { - constexpr std::ptrdiff_t m_flMinVelocity = 0x1B0; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_AlphaDecay { - constexpr std::ptrdiff_t m_flMinAlpha = 0x1B0; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_RadiusDecay { - constexpr std::ptrdiff_t m_flMinRadius = 0x1B0; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_DecayMaintainCount { - constexpr std::ptrdiff_t m_nParticlesToMaintain = 0x1B0; // int32 - constexpr std::ptrdiff_t m_flDecayDelay = 0x1B4; // float32 - constexpr std::ptrdiff_t m_nSnapshotControlPoint = 0x1B8; // int32 - constexpr std::ptrdiff_t m_bLifespanDecay = 0x1BC; // bool - constexpr std::ptrdiff_t m_flScale = 0x1C0; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_bKillNewest = 0x310; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_DecayClampCount { - constexpr std::ptrdiff_t m_nCount = 0x1B0; // CParticleCollectionFloatInput - } - // Parent: CParticleFunctionOperator - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_Cull { - constexpr std::ptrdiff_t m_flCullPerc = 0x1B0; // float32 - constexpr std::ptrdiff_t m_flCullStart = 0x1B4; // float32 - constexpr std::ptrdiff_t m_flCullEnd = 0x1B8; // float32 - constexpr std::ptrdiff_t m_flCullExp = 0x1BC; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CGeneralSpin { - constexpr std::ptrdiff_t m_nSpinRateDegrees = 0x1B0; // int32 - constexpr std::ptrdiff_t m_nSpinRateMinDegrees = 0x1B4; // int32 - constexpr std::ptrdiff_t m_fSpinRateStopTime = 0x1BC; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CSpinUpdateBase { - } - // Parent: CGeneralSpin - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_Spin { - } - // Parent: CSpinUpdateBase - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_SpinUpdate { - } - // Parent: CGeneralSpin - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_SpinYaw { - } - // Parent: CParticleFunctionOperator - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_InterpolateRadius { - constexpr std::ptrdiff_t m_flStartTime = 0x1B0; // float32 - constexpr std::ptrdiff_t m_flEndTime = 0x1B4; // float32 - constexpr std::ptrdiff_t m_flStartScale = 0x1B8; // float32 - constexpr std::ptrdiff_t m_flEndScale = 0x1BC; // float32 - constexpr std::ptrdiff_t m_bEaseInAndOut = 0x1C0; // bool - constexpr std::ptrdiff_t m_flBias = 0x1C4; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_ColorInterpolate { - constexpr std::ptrdiff_t m_ColorFade = 0x1B0; // Color - constexpr std::ptrdiff_t m_flFadeStartTime = 0x1C0; // float32 - constexpr std::ptrdiff_t m_flFadeEndTime = 0x1C4; // float32 - constexpr std::ptrdiff_t m_nFieldOutput = 0x1C8; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_bEaseInOut = 0x1CC; // bool - constexpr std::ptrdiff_t m_bUseNewCode = 0x1CD; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_ColorInterpolateRandom { - constexpr std::ptrdiff_t m_ColorFadeMin = 0x1B0; // Color - constexpr std::ptrdiff_t m_ColorFadeMax = 0x1CC; // Color - constexpr std::ptrdiff_t m_flFadeStartTime = 0x1DC; // float32 - constexpr std::ptrdiff_t m_flFadeEndTime = 0x1E0; // float32 - constexpr std::ptrdiff_t m_nFieldOutput = 0x1E4; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_bEaseInOut = 0x1E8; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 15 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_PositionLock { - constexpr std::ptrdiff_t m_TransformInput = 0x1B0; // CParticleTransformInput - constexpr std::ptrdiff_t m_flStartTime_min = 0x210; // float32 - constexpr std::ptrdiff_t m_flStartTime_max = 0x214; // float32 - constexpr std::ptrdiff_t m_flStartTime_exp = 0x218; // float32 - constexpr std::ptrdiff_t m_flEndTime_min = 0x21C; // float32 - constexpr std::ptrdiff_t m_flEndTime_max = 0x220; // float32 - constexpr std::ptrdiff_t m_flEndTime_exp = 0x224; // float32 - constexpr std::ptrdiff_t m_flRange = 0x228; // float32 - constexpr std::ptrdiff_t m_flRangeBias = 0x230; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_flJumpThreshold = 0x380; // float32 - constexpr std::ptrdiff_t m_flPrevPosScale = 0x384; // float32 - constexpr std::ptrdiff_t m_bLockRot = 0x388; // bool - constexpr std::ptrdiff_t m_vecScale = 0x390; // CParticleCollectionVecInput - constexpr std::ptrdiff_t m_nFieldOutput = 0x9C0; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_nFieldOutputPrev = 0x9C4; // ParticleAttributeIndex_t - } - // Parent: CParticleFunctionOperator - // Fields count: 33 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_ControlpointLight { - constexpr std::ptrdiff_t m_flScale = 0x1B0; // float32 - constexpr std::ptrdiff_t m_nControlPoint1 = 0x640; // int32 - constexpr std::ptrdiff_t m_nControlPoint2 = 0x644; // int32 - constexpr std::ptrdiff_t m_nControlPoint3 = 0x648; // int32 - constexpr std::ptrdiff_t m_nControlPoint4 = 0x64C; // int32 - constexpr std::ptrdiff_t m_vecCPOffset1 = 0x650; // Vector - constexpr std::ptrdiff_t m_vecCPOffset2 = 0x65C; // Vector - constexpr std::ptrdiff_t m_vecCPOffset3 = 0x668; // Vector - constexpr std::ptrdiff_t m_vecCPOffset4 = 0x674; // Vector - constexpr std::ptrdiff_t m_LightFiftyDist1 = 0x680; // float32 - constexpr std::ptrdiff_t m_LightZeroDist1 = 0x684; // float32 - constexpr std::ptrdiff_t m_LightFiftyDist2 = 0x688; // float32 - constexpr std::ptrdiff_t m_LightZeroDist2 = 0x68C; // float32 - constexpr std::ptrdiff_t m_LightFiftyDist3 = 0x690; // float32 - constexpr std::ptrdiff_t m_LightZeroDist3 = 0x694; // float32 - constexpr std::ptrdiff_t m_LightFiftyDist4 = 0x698; // float32 - constexpr std::ptrdiff_t m_LightZeroDist4 = 0x69C; // float32 - constexpr std::ptrdiff_t m_LightColor1 = 0x6A0; // Color - constexpr std::ptrdiff_t m_LightColor2 = 0x6A4; // Color - constexpr std::ptrdiff_t m_LightColor3 = 0x6A8; // Color - constexpr std::ptrdiff_t m_LightColor4 = 0x6AC; // Color - constexpr std::ptrdiff_t m_bLightType1 = 0x6B0; // bool - constexpr std::ptrdiff_t m_bLightType2 = 0x6B1; // bool - constexpr std::ptrdiff_t m_bLightType3 = 0x6B2; // bool - constexpr std::ptrdiff_t m_bLightType4 = 0x6B3; // bool - constexpr std::ptrdiff_t m_bLightDynamic1 = 0x6B4; // bool - constexpr std::ptrdiff_t m_bLightDynamic2 = 0x6B5; // bool - constexpr std::ptrdiff_t m_bLightDynamic3 = 0x6B6; // bool - constexpr std::ptrdiff_t m_bLightDynamic4 = 0x6B7; // bool - constexpr std::ptrdiff_t m_bUseNormal = 0x6B8; // bool - constexpr std::ptrdiff_t m_bUseHLambert = 0x6B9; // bool - constexpr std::ptrdiff_t m_bClampLowerRange = 0x6BE; // bool - constexpr std::ptrdiff_t m_bClampUpperRange = 0x6BF; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_GlobalLight { - constexpr std::ptrdiff_t m_flScale = 0x1B0; // float32 - constexpr std::ptrdiff_t m_bClampLowerRange = 0x1B4; // bool - constexpr std::ptrdiff_t m_bClampUpperRange = 0x1B5; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_SetChildControlPoints { - constexpr std::ptrdiff_t m_nChildGroupID = 0x1B0; // int32 - constexpr std::ptrdiff_t m_nFirstControlPoint = 0x1B4; // int32 - constexpr std::ptrdiff_t m_nNumControlPoints = 0x1B8; // int32 - constexpr std::ptrdiff_t m_nFirstSourcePoint = 0x1C0; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_bReverse = 0x310; // bool - constexpr std::ptrdiff_t m_bSetOrientation = 0x311; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_SetControlPointsToParticle { - constexpr std::ptrdiff_t m_nChildGroupID = 0x1B0; // int32 - constexpr std::ptrdiff_t m_nFirstControlPoint = 0x1B4; // int32 - constexpr std::ptrdiff_t m_nNumControlPoints = 0x1B8; // int32 - constexpr std::ptrdiff_t m_nFirstSourcePoint = 0x1BC; // int32 - constexpr std::ptrdiff_t m_bSetOrientation = 0x1C0; // bool - constexpr std::ptrdiff_t m_nOrientationMode = 0x1C4; // ParticleOrientationSetMode_t - constexpr std::ptrdiff_t m_nSetParent = 0x1C8; // ParticleParentSetMode_t - } - // Parent: CParticleFunctionOperator - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_SetControlPointsToModelParticles { - constexpr std::ptrdiff_t m_HitboxSetName = 0x1B0; // char[128] - constexpr std::ptrdiff_t m_AttachmentName = 0x230; // char[128] - constexpr std::ptrdiff_t m_nFirstControlPoint = 0x2B0; // int32 - constexpr std::ptrdiff_t m_nNumControlPoints = 0x2B4; // int32 - constexpr std::ptrdiff_t m_nFirstSourcePoint = 0x2B8; // int32 - constexpr std::ptrdiff_t m_bSkin = 0x2BC; // bool - constexpr std::ptrdiff_t m_bAttachment = 0x2BD; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_SetPerChildControlPoint { - constexpr std::ptrdiff_t m_nChildGroupID = 0x1B0; // int32 - constexpr std::ptrdiff_t m_nFirstControlPoint = 0x1B4; // int32 - constexpr std::ptrdiff_t m_nNumControlPoints = 0x1B8; // int32 - constexpr std::ptrdiff_t m_nParticleIncrement = 0x1C0; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_nFirstSourcePoint = 0x310; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_bSetOrientation = 0x460; // bool - constexpr std::ptrdiff_t m_nOrientationField = 0x464; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_bNumBasedOnParticleCount = 0x468; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_SetPerChildControlPointFromAttribute { - constexpr std::ptrdiff_t m_nChildGroupID = 0x1B0; // int32 - constexpr std::ptrdiff_t m_nFirstControlPoint = 0x1B4; // int32 - constexpr std::ptrdiff_t m_nNumControlPoints = 0x1B8; // int32 - constexpr std::ptrdiff_t m_nParticleIncrement = 0x1BC; // int32 - constexpr std::ptrdiff_t m_nFirstSourcePoint = 0x1C0; // int32 - constexpr std::ptrdiff_t m_bNumBasedOnParticleCount = 0x1C4; // bool - constexpr std::ptrdiff_t m_nAttributeToRead = 0x1C8; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_nCPField = 0x1CC; // int32 - } - // Parent: CParticleFunctionOperator - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_RemapTransformOrientationToYaw { - constexpr std::ptrdiff_t m_TransformInput = 0x1B0; // CParticleTransformInput - constexpr std::ptrdiff_t m_nFieldOutput = 0x210; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_flRotOffset = 0x214; // float32 - constexpr std::ptrdiff_t m_flSpinStrength = 0x218; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_DampenToCP { - constexpr std::ptrdiff_t m_nControlPointNumber = 0x1B0; // int32 - constexpr std::ptrdiff_t m_flRange = 0x1B4; // float32 - constexpr std::ptrdiff_t m_flScale = 0x1B8; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_SetToCP { - constexpr std::ptrdiff_t m_nControlPointNumber = 0x1B0; // int32 - constexpr std::ptrdiff_t m_vecOffset = 0x1B4; // Vector - constexpr std::ptrdiff_t m_bOffsetLocal = 0x1C0; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 13 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_PinParticleToCP { - constexpr std::ptrdiff_t m_nControlPointNumber = 0x1B0; // int32 - constexpr std::ptrdiff_t m_vecOffset = 0x1B8; // CParticleCollectionVecInput - constexpr std::ptrdiff_t m_bOffsetLocal = 0x7E8; // bool - constexpr std::ptrdiff_t m_nParticleSelection = 0x7EC; // ParticleSelection_t - constexpr std::ptrdiff_t m_nParticleNumber = 0x7F0; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_nPinBreakType = 0x940; // ParticlePinDistance_t - constexpr std::ptrdiff_t m_flBreakDistance = 0x948; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_flBreakSpeed = 0xA98; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_flAge = 0xBE8; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_nBreakControlPointNumber = 0xD38; // int32 - constexpr std::ptrdiff_t m_nBreakControlPointNumber2 = 0xD3C; // int32 - constexpr std::ptrdiff_t m_flBreakValue = 0xD40; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_flInterpolation = 0xE90; // CPerParticleFloatInput - } - // Parent: CParticleFunctionOperator - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_MovementRigidAttachToCP { - constexpr std::ptrdiff_t m_nControlPointNumber = 0x1B0; // int32 - constexpr std::ptrdiff_t m_nScaleControlPoint = 0x1B4; // int32 - constexpr std::ptrdiff_t m_nScaleCPField = 0x1B8; // int32 - constexpr std::ptrdiff_t m_nFieldInput = 0x1BC; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_nFieldOutput = 0x1C0; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_bOffsetLocal = 0x1C4; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_LerpToInitialPosition { - constexpr std::ptrdiff_t m_nControlPointNumber = 0x1B0; // int32 - constexpr std::ptrdiff_t m_flInterpolation = 0x1B8; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_nCacheField = 0x308; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_flScale = 0x310; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_vecScale = 0x460; // CParticleCollectionVecInput - } - // Parent: CParticleFunctionOperator - // Fields count: 13 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_DistanceBetweenTransforms { - constexpr std::ptrdiff_t m_nFieldOutput = 0x1B0; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_TransformStart = 0x1B8; // CParticleTransformInput - constexpr std::ptrdiff_t m_TransformEnd = 0x218; // CParticleTransformInput - constexpr std::ptrdiff_t m_flInputMin = 0x278; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_flInputMax = 0x3C8; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_flOutputMin = 0x518; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_flOutputMax = 0x668; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_flMaxTraceLength = 0x7B8; // float32 - constexpr std::ptrdiff_t m_flLOSScale = 0x7BC; // float32 - constexpr std::ptrdiff_t m_CollisionGroupName = 0x7C0; // char[128] - constexpr std::ptrdiff_t m_nTraceSet = 0x840; // ParticleTraceSet_t - constexpr std::ptrdiff_t m_bLOS = 0x844; // bool - constexpr std::ptrdiff_t m_nSetMethod = 0x848; // ParticleSetMethod_t - } - // Parent: CParticleFunctionOperator - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_PercentageBetweenTransforms { - constexpr std::ptrdiff_t m_nFieldOutput = 0x1B0; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_flInputMin = 0x1B4; // float32 - constexpr std::ptrdiff_t m_flInputMax = 0x1B8; // float32 - constexpr std::ptrdiff_t m_flOutputMin = 0x1BC; // float32 - constexpr std::ptrdiff_t m_flOutputMax = 0x1C0; // float32 - constexpr std::ptrdiff_t m_TransformStart = 0x1C8; // CParticleTransformInput - constexpr std::ptrdiff_t m_TransformEnd = 0x228; // CParticleTransformInput - constexpr std::ptrdiff_t m_nSetMethod = 0x288; // ParticleSetMethod_t - constexpr std::ptrdiff_t m_bActiveRange = 0x28C; // bool - constexpr std::ptrdiff_t m_bRadialCheck = 0x28D; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_PercentageBetweenTransformsVector { - constexpr std::ptrdiff_t m_nFieldOutput = 0x1B0; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_flInputMin = 0x1B4; // float32 - constexpr std::ptrdiff_t m_flInputMax = 0x1B8; // float32 - constexpr std::ptrdiff_t m_vecOutputMin = 0x1BC; // Vector - constexpr std::ptrdiff_t m_vecOutputMax = 0x1C8; // Vector - constexpr std::ptrdiff_t m_TransformStart = 0x1D8; // CParticleTransformInput - constexpr std::ptrdiff_t m_TransformEnd = 0x238; // CParticleTransformInput - constexpr std::ptrdiff_t m_nSetMethod = 0x298; // ParticleSetMethod_t - constexpr std::ptrdiff_t m_bActiveRange = 0x29C; // bool - constexpr std::ptrdiff_t m_bRadialCheck = 0x29D; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 12 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_PercentageBetweenTransformLerpCPs { - constexpr std::ptrdiff_t m_nFieldOutput = 0x1B0; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_flInputMin = 0x1B4; // float32 - constexpr std::ptrdiff_t m_flInputMax = 0x1B8; // float32 - constexpr std::ptrdiff_t m_TransformStart = 0x1C0; // CParticleTransformInput - constexpr std::ptrdiff_t m_TransformEnd = 0x220; // CParticleTransformInput - constexpr std::ptrdiff_t m_nOutputStartCP = 0x280; // int32 - constexpr std::ptrdiff_t m_nOutputStartField = 0x284; // int32 - constexpr std::ptrdiff_t m_nOutputEndCP = 0x288; // int32 - constexpr std::ptrdiff_t m_nOutputEndField = 0x28C; // int32 - constexpr std::ptrdiff_t m_nSetMethod = 0x290; // ParticleSetMethod_t - constexpr std::ptrdiff_t m_bActiveRange = 0x294; // bool - constexpr std::ptrdiff_t m_bRadialCheck = 0x295; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 9 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_DistanceBetweenVecs { - constexpr std::ptrdiff_t m_nFieldOutput = 0x1B0; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_vecPoint1 = 0x1B8; // CPerParticleVecInput - constexpr std::ptrdiff_t m_vecPoint2 = 0x7E8; // CPerParticleVecInput - constexpr std::ptrdiff_t m_flInputMin = 0xE18; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_flInputMax = 0xF68; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_flOutputMin = 0x10B8; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_flOutputMax = 0x1208; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_nSetMethod = 0x1358; // ParticleSetMethod_t - constexpr std::ptrdiff_t m_bDeltaTime = 0x135C; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_DirectionBetweenVecsToVec { - constexpr std::ptrdiff_t m_nFieldOutput = 0x1B0; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_vecPoint1 = 0x1B8; // CPerParticleVecInput - constexpr std::ptrdiff_t m_vecPoint2 = 0x7E8; // CPerParticleVecInput - } - // Parent: CParticleFunctionOperator - // Fields count: 15 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_DistanceToTransform { - constexpr std::ptrdiff_t m_nFieldOutput = 0x1B0; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_flInputMin = 0x1B8; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_flInputMax = 0x308; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_flOutputMin = 0x458; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_flOutputMax = 0x5A8; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_TransformStart = 0x6F8; // CParticleTransformInput - constexpr std::ptrdiff_t m_bLOS = 0x758; // bool - constexpr std::ptrdiff_t m_CollisionGroupName = 0x759; // char[128] - constexpr std::ptrdiff_t m_nTraceSet = 0x7DC; // ParticleTraceSet_t - constexpr std::ptrdiff_t m_flMaxTraceLength = 0x7E0; // float32 - constexpr std::ptrdiff_t m_flLOSScale = 0x7E4; // float32 - constexpr std::ptrdiff_t m_nSetMethod = 0x7E8; // ParticleSetMethod_t - constexpr std::ptrdiff_t m_bActiveRange = 0x7EC; // bool - constexpr std::ptrdiff_t m_bAdditive = 0x7ED; // bool - constexpr std::ptrdiff_t m_vecComponentScale = 0x7F0; // CPerParticleVecInput - } - // Parent: CParticleFunctionOperator - // Fields count: 11 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_CylindricalDistanceToTransform { - constexpr std::ptrdiff_t m_nFieldOutput = 0x1B0; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_flInputMin = 0x1B8; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_flInputMax = 0x308; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_flOutputMin = 0x458; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_flOutputMax = 0x5A8; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_TransformStart = 0x6F8; // CParticleTransformInput - constexpr std::ptrdiff_t m_TransformEnd = 0x758; // CParticleTransformInput - constexpr std::ptrdiff_t m_nSetMethod = 0x7B8; // ParticleSetMethod_t - constexpr std::ptrdiff_t m_bActiveRange = 0x7BC; // bool - constexpr std::ptrdiff_t m_bAdditive = 0x7BD; // bool - constexpr std::ptrdiff_t m_bCapsule = 0x7BE; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_RtEnvCull { - constexpr std::ptrdiff_t m_vecTestDir = 0x1B0; // Vector - constexpr std::ptrdiff_t m_vecTestNormal = 0x1BC; // Vector - constexpr std::ptrdiff_t m_bCullOnMiss = 0x1C8; // bool - constexpr std::ptrdiff_t m_bStickInsteadOfCull = 0x1C9; // bool - constexpr std::ptrdiff_t m_RtEnvName = 0x1CA; // char[128] - constexpr std::ptrdiff_t m_nRTEnvCP = 0x24C; // int32 - constexpr std::ptrdiff_t m_nComponent = 0x250; // int32 - } - // Parent: CParticleFunctionOperator - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_MovementLoopInsideSphere { - constexpr std::ptrdiff_t m_nCP = 0x1B0; // int32 - constexpr std::ptrdiff_t m_flDistance = 0x1B8; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_vecScale = 0x308; // CParticleCollectionVecInput - constexpr std::ptrdiff_t m_nDistSqrAttr = 0x938; // ParticleAttributeIndex_t - } - // Parent: CParticleFunctionOperator - // Fields count: 9 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_MoveToHitbox { - constexpr std::ptrdiff_t m_modelInput = 0x1B0; // CParticleModelInput - constexpr std::ptrdiff_t m_transformInput = 0x208; // CParticleTransformInput - constexpr std::ptrdiff_t m_flLifeTimeLerpStart = 0x26C; // float32 - constexpr std::ptrdiff_t m_flLifeTimeLerpEnd = 0x270; // float32 - constexpr std::ptrdiff_t m_flPrevPosScale = 0x274; // float32 - constexpr std::ptrdiff_t m_HitboxSetName = 0x278; // char[128] - constexpr std::ptrdiff_t m_bUseBones = 0x2F8; // bool - constexpr std::ptrdiff_t m_nLerpType = 0x2FC; // HitboxLerpType_t - constexpr std::ptrdiff_t m_flInterpolation = 0x300; // CPerParticleFloatInput - } - // Parent: CParticleFunctionOperator - // Fields count: 15 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_LockToBone { - constexpr std::ptrdiff_t m_modelInput = 0x1B0; // CParticleModelInput - constexpr std::ptrdiff_t m_transformInput = 0x208; // CParticleTransformInput - constexpr std::ptrdiff_t m_flLifeTimeFadeStart = 0x268; // float32 - constexpr std::ptrdiff_t m_flLifeTimeFadeEnd = 0x26C; // float32 - constexpr std::ptrdiff_t m_flJumpThreshold = 0x270; // float32 - constexpr std::ptrdiff_t m_flPrevPosScale = 0x274; // float32 - constexpr std::ptrdiff_t m_HitboxSetName = 0x278; // char[128] - constexpr std::ptrdiff_t m_bRigid = 0x2F8; // bool - constexpr std::ptrdiff_t m_bUseBones = 0x2F9; // bool - constexpr std::ptrdiff_t m_nFieldOutput = 0x2FC; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_nFieldOutputPrev = 0x300; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_nRotationSetType = 0x304; // ParticleRotationLockType_t - constexpr std::ptrdiff_t m_bRigidRotationLock = 0x308; // bool - constexpr std::ptrdiff_t m_vecRotation = 0x310; // CPerParticleVecInput - constexpr std::ptrdiff_t m_flRotLerp = 0x940; // CPerParticleFloatInput - } - // Parent: CParticleFunctionOperator - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_SnapshotRigidSkinToBones { - constexpr std::ptrdiff_t m_bTransformNormals = 0x1B0; // bool - constexpr std::ptrdiff_t m_bTransformRadii = 0x1B1; // bool - constexpr std::ptrdiff_t m_nControlPointNumber = 0x1B4; // int32 - } - // Parent: CParticleFunctionOperator - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_SnapshotSkinToBones { - constexpr std::ptrdiff_t m_bTransformNormals = 0x1B0; // bool - constexpr std::ptrdiff_t m_bTransformRadii = 0x1B1; // bool - constexpr std::ptrdiff_t m_nControlPointNumber = 0x1B4; // int32 - constexpr std::ptrdiff_t m_flLifeTimeFadeStart = 0x1B8; // float32 - constexpr std::ptrdiff_t m_flLifeTimeFadeEnd = 0x1BC; // float32 - constexpr std::ptrdiff_t m_flJumpThreshold = 0x1C0; // float32 - constexpr std::ptrdiff_t m_flPrevPosScale = 0x1C4; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 11 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_CPOffsetToPercentageBetweenCPs { - constexpr std::ptrdiff_t m_flInputMin = 0x1B0; // float32 - constexpr std::ptrdiff_t m_flInputMax = 0x1B4; // float32 - constexpr std::ptrdiff_t m_flInputBias = 0x1B8; // float32 - constexpr std::ptrdiff_t m_nStartCP = 0x1BC; // int32 - constexpr std::ptrdiff_t m_nEndCP = 0x1C0; // int32 - constexpr std::ptrdiff_t m_nOffsetCP = 0x1C4; // int32 - constexpr std::ptrdiff_t m_nOuputCP = 0x1C8; // int32 - constexpr std::ptrdiff_t m_nInputCP = 0x1CC; // int32 - constexpr std::ptrdiff_t m_bRadialCheck = 0x1D0; // bool - constexpr std::ptrdiff_t m_bScaleOffset = 0x1D1; // bool - constexpr std::ptrdiff_t m_vecOffset = 0x1D4; // Vector - } - // Parent: CParticleFunctionOperator - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_PlaneCull { - constexpr std::ptrdiff_t m_nPlaneControlPoint = 0x1B0; // int32 - constexpr std::ptrdiff_t m_vecPlaneDirection = 0x1B4; // Vector - constexpr std::ptrdiff_t m_bLocalSpace = 0x1C0; // bool - constexpr std::ptrdiff_t m_flPlaneOffset = 0x1C4; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_DistanceCull { - constexpr std::ptrdiff_t m_nControlPoint = 0x1B0; // int32 - constexpr std::ptrdiff_t m_vecPointOffset = 0x1B4; // Vector - constexpr std::ptrdiff_t m_flDistance = 0x1C0; // float32 - constexpr std::ptrdiff_t m_bCullInside = 0x1C4; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_ModelCull { - constexpr std::ptrdiff_t m_nControlPointNumber = 0x1B0; // int32 - constexpr std::ptrdiff_t m_bBoundBox = 0x1B4; // bool - constexpr std::ptrdiff_t m_bCullOutside = 0x1B5; // bool - constexpr std::ptrdiff_t m_bUseBones = 0x1B6; // bool - constexpr std::ptrdiff_t m_HitboxSetName = 0x1B7; // char[128] - } - // Parent: CParticleFunctionOperator - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_ModelDampenMovement { - constexpr std::ptrdiff_t m_nControlPointNumber = 0x1B0; // int32 - constexpr std::ptrdiff_t m_bBoundBox = 0x1B4; // bool - constexpr std::ptrdiff_t m_bOutside = 0x1B5; // bool - constexpr std::ptrdiff_t m_bUseBones = 0x1B6; // bool - constexpr std::ptrdiff_t m_HitboxSetName = 0x1B7; // char[128] - constexpr std::ptrdiff_t m_vecPosOffset = 0x238; // CPerParticleVecInput - constexpr std::ptrdiff_t m_fDrag = 0x868; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_SequenceFromModel { - constexpr std::ptrdiff_t m_nControlPointNumber = 0x1B0; // int32 - constexpr std::ptrdiff_t m_nFieldOutput = 0x1B4; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_nFieldOutputAnim = 0x1B8; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_flInputMin = 0x1BC; // float32 - constexpr std::ptrdiff_t m_flInputMax = 0x1C0; // float32 - constexpr std::ptrdiff_t m_flOutputMin = 0x1C4; // float32 - constexpr std::ptrdiff_t m_flOutputMax = 0x1C8; // float32 - constexpr std::ptrdiff_t m_nSetMethod = 0x1CC; // ParticleSetMethod_t - } - // Parent: CParticleFunctionOperator - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_VelocityMatchingForce { - constexpr std::ptrdiff_t m_flDirScale = 0x1B0; // float32 - constexpr std::ptrdiff_t m_flSpdScale = 0x1B4; // float32 - constexpr std::ptrdiff_t m_nCPBroadcast = 0x1B8; // int32 - } - // Parent: CParticleFunctionOperator - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_MovementMaintainOffset { - constexpr std::ptrdiff_t m_vecOffset = 0x1B0; // Vector - constexpr std::ptrdiff_t m_nCP = 0x1BC; // int32 - constexpr std::ptrdiff_t m_bRadiusScale = 0x1C0; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 17 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_MovementPlaceOnGround { - constexpr std::ptrdiff_t m_flOffset = 0x1B0; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_flMaxTraceLength = 0x300; // float32 - constexpr std::ptrdiff_t m_flTolerance = 0x304; // float32 - constexpr std::ptrdiff_t m_flTraceOffset = 0x308; // float32 - constexpr std::ptrdiff_t m_flLerpRate = 0x30C; // float32 - constexpr std::ptrdiff_t m_CollisionGroupName = 0x310; // char[128] - constexpr std::ptrdiff_t m_nTraceSet = 0x390; // ParticleTraceSet_t - constexpr std::ptrdiff_t m_nRefCP1 = 0x394; // int32 - constexpr std::ptrdiff_t m_nRefCP2 = 0x398; // int32 - constexpr std::ptrdiff_t m_nLerpCP = 0x39C; // int32 - constexpr std::ptrdiff_t m_nTraceMissBehavior = 0x3A8; // ParticleTraceMissBehavior_t - constexpr std::ptrdiff_t m_bIncludeShotHull = 0x3AC; // bool - constexpr std::ptrdiff_t m_bIncludeWater = 0x3AD; // bool - constexpr std::ptrdiff_t m_bSetNormal = 0x3B0; // bool - constexpr std::ptrdiff_t m_bScaleOffset = 0x3B1; // bool - constexpr std::ptrdiff_t m_nPreserveOffsetCP = 0x3B4; // int32 - constexpr std::ptrdiff_t m_nIgnoreCP = 0x3B8; // int32 - } - // Parent: CParticleFunctionOperator - // Fields count: 4 - // - // Metadata: - // MParticleMaxVersion - // MParticleReplacementOp - // MGetKV3ClassDefaults - namespace C_OP_InheritFromParentParticles { - constexpr std::ptrdiff_t m_flScale = 0x1B0; // float32 - constexpr std::ptrdiff_t m_nFieldOutput = 0x1B4; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_nIncrement = 0x1B8; // int32 - constexpr std::ptrdiff_t m_bRandomDistribution = 0x1BC; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 5 - // - // Metadata: - // MParticleMinVersion - // MGetKV3ClassDefaults - namespace C_OP_InheritFromParentParticlesV2 { - constexpr std::ptrdiff_t m_flScale = 0x1B0; // float32 - constexpr std::ptrdiff_t m_nFieldOutput = 0x1B4; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_nIncrement = 0x1B8; // int32 - constexpr std::ptrdiff_t m_bRandomDistribution = 0x1BC; // bool - constexpr std::ptrdiff_t m_nMissingParentBehavior = 0x1C0; // MissingParentInheritBehavior_t - } - // Parent: CParticleFunctionOperator - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_ReadFromNeighboringParticle { - constexpr std::ptrdiff_t m_nFieldInput = 0x1B0; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_nFieldOutput = 0x1B4; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_nIncrement = 0x1B8; // int32 - constexpr std::ptrdiff_t m_DistanceCheck = 0x1C0; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_flInterpolation = 0x310; // CPerParticleFloatInput - } - // Parent: CParticleFunctionOperator - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_InheritFromPeerSystem { - constexpr std::ptrdiff_t m_nFieldOutput = 0x1B0; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_nFieldInput = 0x1B4; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_nIncrement = 0x1B8; // int32 - constexpr std::ptrdiff_t m_nGroupID = 0x1BC; // int32 - } - // Parent: CParticleFunctionOperator - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_RemapVectorComponentToScalar { - constexpr std::ptrdiff_t m_nFieldInput = 0x1B0; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_nFieldOutput = 0x1B4; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_nComponent = 0x1B8; // int32 - } - // Parent: CParticleFunctionOperator - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_OrientTo2dDirection { - constexpr std::ptrdiff_t m_flRotOffset = 0x1B0; // float32 - constexpr std::ptrdiff_t m_flSpinStrength = 0x1B4; // float32 - constexpr std::ptrdiff_t m_nFieldOutput = 0x1B8; // ParticleAttributeIndex_t - } - // Parent: CParticleFunctionOperator - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_RestartAfterDuration { - constexpr std::ptrdiff_t m_flDurationMin = 0x1B0; // float32 - constexpr std::ptrdiff_t m_flDurationMax = 0x1B4; // float32 - constexpr std::ptrdiff_t m_nCP = 0x1B8; // int32 - constexpr std::ptrdiff_t m_nCPField = 0x1BC; // int32 - constexpr std::ptrdiff_t m_nChildGroupID = 0x1C0; // int32 - constexpr std::ptrdiff_t m_bOnlyChildren = 0x1C4; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_Orient2DRelToCP { - constexpr std::ptrdiff_t m_flRotOffset = 0x1B0; // float32 - constexpr std::ptrdiff_t m_flSpinStrength = 0x1B4; // float32 - constexpr std::ptrdiff_t m_nCP = 0x1B8; // int32 - constexpr std::ptrdiff_t m_nFieldOutput = 0x1BC; // ParticleAttributeIndex_t - } - // Parent: CParticleFunctionOperator - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_MovementRotateParticleAroundAxis { - constexpr std::ptrdiff_t m_vecRotAxis = 0x1B0; // CParticleCollectionVecInput - constexpr std::ptrdiff_t m_flRotRate = 0x7E0; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_TransformInput = 0x930; // CParticleTransformInput - constexpr std::ptrdiff_t m_bLocalSpace = 0x990; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_RotateVector { - constexpr std::ptrdiff_t m_nFieldOutput = 0x1B0; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_vecRotAxisMin = 0x1B4; // Vector - constexpr std::ptrdiff_t m_vecRotAxisMax = 0x1C0; // Vector - constexpr std::ptrdiff_t m_flRotRateMin = 0x1CC; // float32 - constexpr std::ptrdiff_t m_flRotRateMax = 0x1D0; // float32 - constexpr std::ptrdiff_t m_bNormalize = 0x1D4; // bool - constexpr std::ptrdiff_t m_flScale = 0x1D8; // CPerParticleFloatInput - } - // Parent: CParticleFunctionOperator - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_MaxVelocity { - constexpr std::ptrdiff_t m_flMaxVelocity = 0x1B0; // float32 - constexpr std::ptrdiff_t m_flMinVelocity = 0x1B4; // float32 - constexpr std::ptrdiff_t m_nOverrideCP = 0x1B8; // int32 - constexpr std::ptrdiff_t m_nOverrideCPField = 0x1BC; // int32 - } - // Parent: CParticleFunctionOperator - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_LagCompensation { - constexpr std::ptrdiff_t m_nDesiredVelocityCP = 0x1B0; // int32 - constexpr std::ptrdiff_t m_nLatencyCP = 0x1B4; // int32 - constexpr std::ptrdiff_t m_nLatencyCPField = 0x1B8; // int32 - constexpr std::ptrdiff_t m_nDesiredVelocityCPField = 0x1BC; // int32 - } - // Parent: CParticleFunctionOperator - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_MaintainSequentialPath { - constexpr std::ptrdiff_t m_fMaxDistance = 0x1B0; // float32 - constexpr std::ptrdiff_t m_flNumToAssign = 0x1B4; // float32 - constexpr std::ptrdiff_t m_flCohesionStrength = 0x1B8; // float32 - constexpr std::ptrdiff_t m_flTolerance = 0x1BC; // float32 - constexpr std::ptrdiff_t m_bLoop = 0x1C0; // bool - constexpr std::ptrdiff_t m_bUseParticleCount = 0x1C1; // bool - constexpr std::ptrdiff_t m_PathParams = 0x1D0; // CPathParameters - } - // Parent: CParticleFunctionOperator - // Fields count: 4 - // - // Metadata: - // MParticleMinVersion - // MGetKV3ClassDefaults - namespace C_OP_LockToSavedSequentialPathV2 { - constexpr std::ptrdiff_t m_flFadeStart = 0x1B0; // float32 - constexpr std::ptrdiff_t m_flFadeEnd = 0x1B4; // float32 - constexpr std::ptrdiff_t m_bCPPairs = 0x1B8; // bool - constexpr std::ptrdiff_t m_PathParams = 0x1C0; // CPathParameters - } - // Parent: CParticleFunctionOperator - // Fields count: 4 - // - // Metadata: - // MParticleMaxVersion - // MParticleReplacementOp - // MGetKV3ClassDefaults - namespace C_OP_LockToSavedSequentialPath { - constexpr std::ptrdiff_t m_flFadeStart = 0x1B4; // float32 - constexpr std::ptrdiff_t m_flFadeEnd = 0x1B8; // float32 - constexpr std::ptrdiff_t m_bCPPairs = 0x1BC; // bool - constexpr std::ptrdiff_t m_PathParams = 0x1C0; // CPathParameters - } - // Parent: CParticleFunctionOperator - // Fields count: 11 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_RemapDotProductToScalar { - constexpr std::ptrdiff_t m_nInputCP1 = 0x1B0; // int32 - constexpr std::ptrdiff_t m_nInputCP2 = 0x1B4; // int32 - constexpr std::ptrdiff_t m_nFieldOutput = 0x1B8; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_flInputMin = 0x1BC; // float32 - constexpr std::ptrdiff_t m_flInputMax = 0x1C0; // float32 - constexpr std::ptrdiff_t m_flOutputMin = 0x1C4; // float32 - constexpr std::ptrdiff_t m_flOutputMax = 0x1C8; // float32 - constexpr std::ptrdiff_t m_bUseParticleVelocity = 0x1CC; // bool - constexpr std::ptrdiff_t m_nSetMethod = 0x1D0; // ParticleSetMethod_t - constexpr std::ptrdiff_t m_bActiveRange = 0x1D4; // bool - constexpr std::ptrdiff_t m_bUseParticleNormal = 0x1D5; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 11 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_RemapCPtoScalar { - constexpr std::ptrdiff_t m_nCPInput = 0x1B0; // int32 - constexpr std::ptrdiff_t m_nFieldOutput = 0x1B4; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_nField = 0x1B8; // int32 - constexpr std::ptrdiff_t m_flInputMin = 0x1BC; // float32 - constexpr std::ptrdiff_t m_flInputMax = 0x1C0; // float32 - constexpr std::ptrdiff_t m_flOutputMin = 0x1C4; // float32 - constexpr std::ptrdiff_t m_flOutputMax = 0x1C8; // float32 - constexpr std::ptrdiff_t m_flStartTime = 0x1CC; // float32 - constexpr std::ptrdiff_t m_flEndTime = 0x1D0; // float32 - constexpr std::ptrdiff_t m_flInterpRate = 0x1D4; // float32 - constexpr std::ptrdiff_t m_nSetMethod = 0x1D8; // ParticleSetMethod_t - } - // Parent: CParticleFunctionOperator - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_NormalLock { - constexpr std::ptrdiff_t m_nControlPointNumber = 0x1B0; // int32 - } - // Parent: CParticleFunctionOperator - // Fields count: 13 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_RemapCPtoVector { - constexpr std::ptrdiff_t m_nCPInput = 0x1B0; // int32 - constexpr std::ptrdiff_t m_nFieldOutput = 0x1B4; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_nLocalSpaceCP = 0x1B8; // int32 - constexpr std::ptrdiff_t m_vInputMin = 0x1BC; // Vector - constexpr std::ptrdiff_t m_vInputMax = 0x1C8; // Vector - constexpr std::ptrdiff_t m_vOutputMin = 0x1D4; // Vector - constexpr std::ptrdiff_t m_vOutputMax = 0x1E0; // Vector - constexpr std::ptrdiff_t m_flStartTime = 0x1EC; // float32 - constexpr std::ptrdiff_t m_flEndTime = 0x1F0; // float32 - constexpr std::ptrdiff_t m_flInterpRate = 0x1F4; // float32 - constexpr std::ptrdiff_t m_nSetMethod = 0x1F8; // ParticleSetMethod_t - constexpr std::ptrdiff_t m_bOffset = 0x1FC; // bool - constexpr std::ptrdiff_t m_bAccelerate = 0x1FD; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_SetCPtoVector { - constexpr std::ptrdiff_t m_nCPInput = 0x1B0; // int32 - constexpr std::ptrdiff_t m_nFieldOutput = 0x1B4; // ParticleAttributeIndex_t - } - // Parent: CParticleFunctionOperator - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_RemapTransformToVelocity { - constexpr std::ptrdiff_t m_TransformInput = 0x1B0; // CParticleTransformInput - } - // Parent: CParticleFunctionOperator - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_RemapVelocityToVector { - constexpr std::ptrdiff_t m_nFieldOutput = 0x1B0; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_flScale = 0x1B4; // float32 - constexpr std::ptrdiff_t m_bNormalize = 0x1B8; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_RemapCPVelocityToVector { - constexpr std::ptrdiff_t m_nControlPoint = 0x1B0; // int32 - constexpr std::ptrdiff_t m_nFieldOutput = 0x1B4; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_flScale = 0x1B8; // float32 - constexpr std::ptrdiff_t m_bNormalize = 0x1BC; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_SetCPOrientationToDirection { - constexpr std::ptrdiff_t m_nInputControlPoint = 0x1B0; // int32 - constexpr std::ptrdiff_t m_nOutputControlPoint = 0x1B4; // int32 - } - // Parent: CParticleFunctionOperator - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_RemapDirectionToCPToVector { - constexpr std::ptrdiff_t m_nCP = 0x1B0; // int32 - constexpr std::ptrdiff_t m_nFieldOutput = 0x1B4; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_flScale = 0x1B8; // float32 - constexpr std::ptrdiff_t m_flOffsetRot = 0x1BC; // float32 - constexpr std::ptrdiff_t m_vecOffsetAxis = 0x1C0; // Vector - constexpr std::ptrdiff_t m_bNormalize = 0x1CC; // bool - constexpr std::ptrdiff_t m_nFieldStrength = 0x1D0; // ParticleAttributeIndex_t - } - // Parent: CParticleFunctionOperator - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_RemapCrossProductOfTwoVectorsToVector { - constexpr std::ptrdiff_t m_InputVec1 = 0x1B0; // CPerParticleVecInput - constexpr std::ptrdiff_t m_InputVec2 = 0x7E0; // CPerParticleVecInput - constexpr std::ptrdiff_t m_nFieldOutput = 0xE10; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_bNormalize = 0xE14; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_NormalizeVector { - constexpr std::ptrdiff_t m_nFieldOutput = 0x1B0; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_flScale = 0x1B4; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_RemapControlPointDirectionToVector { - constexpr std::ptrdiff_t m_nFieldOutput = 0x1B0; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_flScale = 0x1B4; // float32 - constexpr std::ptrdiff_t m_nControlPointNumber = 0x1B8; // int32 - } - // Parent: CParticleFunctionOperator - // Fields count: 9 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_SetCPOrientationToGroundNormal { - constexpr std::ptrdiff_t m_flInterpRate = 0x1B0; // float32 - constexpr std::ptrdiff_t m_flMaxTraceLength = 0x1B4; // float32 - constexpr std::ptrdiff_t m_flTolerance = 0x1B8; // float32 - constexpr std::ptrdiff_t m_flTraceOffset = 0x1BC; // float32 - constexpr std::ptrdiff_t m_CollisionGroupName = 0x1C0; // char[128] - constexpr std::ptrdiff_t m_nTraceSet = 0x240; // ParticleTraceSet_t - constexpr std::ptrdiff_t m_nInputCP = 0x244; // int32 - constexpr std::ptrdiff_t m_nOutputCP = 0x248; // int32 - constexpr std::ptrdiff_t m_bIncludeWater = 0x258; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_RemapTransformOrientationToRotations { - constexpr std::ptrdiff_t m_TransformInput = 0x1B0; // CParticleTransformInput - constexpr std::ptrdiff_t m_vecRotation = 0x210; // Vector - constexpr std::ptrdiff_t m_bUseQuat = 0x21C; // bool - constexpr std::ptrdiff_t m_bWriteNormal = 0x21D; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_RemapControlPointOrientationToRotation { - constexpr std::ptrdiff_t m_nCP = 0x1B0; // int32 - constexpr std::ptrdiff_t m_nFieldOutput = 0x1B4; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_flOffsetRot = 0x1B8; // float32 - constexpr std::ptrdiff_t m_nComponent = 0x1BC; // int32 - } - // Parent: CParticleFunctionOperator - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_LockToPointList { - constexpr std::ptrdiff_t m_nFieldOutput = 0x1B0; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_pointList = 0x1B8; // CUtlVector - constexpr std::ptrdiff_t m_bPlaceAlongPath = 0x1D0; // bool - constexpr std::ptrdiff_t m_bClosedLoop = 0x1D1; // bool - constexpr std::ptrdiff_t m_nNumPointsAlongPath = 0x1D4; // int32 - } - // Parent: CParticleFunctionOperator - // Fields count: 9 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_RemapNamedModelElementOnceTimed { - constexpr std::ptrdiff_t m_hModel = 0x1B0; // CStrongHandle - constexpr std::ptrdiff_t m_inNames = 0x1B8; // CUtlVector - constexpr std::ptrdiff_t m_outNames = 0x1D0; // CUtlVector - constexpr std::ptrdiff_t m_fallbackNames = 0x1E8; // CUtlVector - constexpr std::ptrdiff_t m_bModelFromRenderer = 0x200; // bool - constexpr std::ptrdiff_t m_bProportional = 0x201; // bool - constexpr std::ptrdiff_t m_nFieldInput = 0x204; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_nFieldOutput = 0x208; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_flRemapTime = 0x20C; // float32 - } - // Parent: C_OP_RemapNamedModelElementOnceTimed - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_RemapNamedModelSequenceOnceTimed { - } - // Parent: C_OP_RemapNamedModelElementOnceTimed - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_RemapNamedModelBodyPartOnceTimed { - } - // Parent: C_OP_RemapNamedModelElementOnceTimed - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_RemapNamedModelMeshGroupOnceTimed { - } - // Parent: CParticleFunctionOperator - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_RemapNamedModelElementEndCap { - constexpr std::ptrdiff_t m_hModel = 0x1B0; // CStrongHandle - constexpr std::ptrdiff_t m_inNames = 0x1B8; // CUtlVector - constexpr std::ptrdiff_t m_outNames = 0x1D0; // CUtlVector - constexpr std::ptrdiff_t m_fallbackNames = 0x1E8; // CUtlVector - constexpr std::ptrdiff_t m_bModelFromRenderer = 0x200; // bool - constexpr std::ptrdiff_t m_nFieldInput = 0x204; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_nFieldOutput = 0x208; // ParticleAttributeIndex_t - } - // Parent: C_OP_RemapNamedModelElementEndCap - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_RemapNamedModelSequenceEndCap { - } - // Parent: C_OP_RemapNamedModelElementEndCap - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_RemapNamedModelBodyPartEndCap { - } - // Parent: C_OP_RemapNamedModelElementEndCap - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_RemapNamedModelMeshGroupEndCap { - } - // Parent: CParticleFunctionOperator - // Fields count: 12 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_SetFromCPSnapshot { - constexpr std::ptrdiff_t m_nControlPointNumber = 0x1B0; // int32 - constexpr std::ptrdiff_t m_nAttributeToRead = 0x1B4; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_nAttributeToWrite = 0x1B8; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_nLocalSpaceCP = 0x1BC; // int32 - constexpr std::ptrdiff_t m_bRandom = 0x1C0; // bool - constexpr std::ptrdiff_t m_bReverse = 0x1C1; // bool - constexpr std::ptrdiff_t m_nRandomSeed = 0x1C4; // int32 - constexpr std::ptrdiff_t m_nSnapShotStartPoint = 0x1C8; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_nSnapShotIncrement = 0x318; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_flInterpolation = 0x468; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_bSubSample = 0x5B8; // bool - constexpr std::ptrdiff_t m_bPrev = 0x5B9; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 9 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_VectorFieldSnapshot { - constexpr std::ptrdiff_t m_nControlPointNumber = 0x1B0; // int32 - constexpr std::ptrdiff_t m_nAttributeToWrite = 0x1B4; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_nLocalSpaceCP = 0x1B8; // int32 - constexpr std::ptrdiff_t m_flInterpolation = 0x1C0; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_vecScale = 0x310; // CPerParticleVecInput - constexpr std::ptrdiff_t m_flBoundaryDampening = 0x940; // float32 - constexpr std::ptrdiff_t m_bSetVelocity = 0x944; // bool - constexpr std::ptrdiff_t m_bLockToSurface = 0x945; // bool - constexpr std::ptrdiff_t m_flGridSpacing = 0x948; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_SetAttributeToScalarExpression { - constexpr std::ptrdiff_t m_nExpression = 0x1B0; // ScalarExpressionType_t - constexpr std::ptrdiff_t m_flInput1 = 0x1B8; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_flInput2 = 0x308; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_flOutputRemap = 0x458; // CParticleRemapFloatInput - constexpr std::ptrdiff_t m_nOutputField = 0x5A8; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_nSetMethod = 0x5AC; // ParticleSetMethod_t - } - // Parent: CParticleFunctionOperator - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_SetVectorAttributeToVectorExpression { - constexpr std::ptrdiff_t m_nExpression = 0x1B0; // VectorExpressionType_t - constexpr std::ptrdiff_t m_vInput1 = 0x1B8; // CPerParticleVecInput - constexpr std::ptrdiff_t m_vInput2 = 0x7E8; // CPerParticleVecInput - constexpr std::ptrdiff_t m_nOutputField = 0xE18; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_nSetMethod = 0xE1C; // ParticleSetMethod_t - constexpr std::ptrdiff_t m_bNormalizedOutput = 0xE20; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_SetFloatAttributeToVectorExpression { - constexpr std::ptrdiff_t m_nExpression = 0x1B0; // VectorFloatExpressionType_t - constexpr std::ptrdiff_t m_vInput1 = 0x1B8; // CPerParticleVecInput - constexpr std::ptrdiff_t m_vInput2 = 0x7E8; // CPerParticleVecInput - constexpr std::ptrdiff_t m_flOutputRemap = 0xE18; // CParticleRemapFloatInput - constexpr std::ptrdiff_t m_nOutputField = 0xF68; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_nSetMethod = 0xF6C; // ParticleSetMethod_t - } - // Parent: CParticleFunctionOperator - // Fields count: 12 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_MovementSkinnedPositionFromCPSnapshot { - constexpr std::ptrdiff_t m_nSnapshotControlPointNumber = 0x1B0; // int32 - constexpr std::ptrdiff_t m_nControlPointNumber = 0x1B4; // int32 - constexpr std::ptrdiff_t m_bRandom = 0x1B8; // bool - constexpr std::ptrdiff_t m_nRandomSeed = 0x1BC; // int32 - constexpr std::ptrdiff_t m_bSetNormal = 0x1C0; // bool - constexpr std::ptrdiff_t m_bSetRadius = 0x1C1; // bool - constexpr std::ptrdiff_t m_nIndexType = 0x1C4; // SnapshotIndexType_t - constexpr std::ptrdiff_t m_flReadIndex = 0x1C8; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_flIncrement = 0x318; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_nFullLoopIncrement = 0x468; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_nSnapShotStartPoint = 0x5B8; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_flInterpolation = 0x708; // CPerParticleFloatInput - } - // Parent: CParticleFunctionOperator - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_MovementMoveAlongSkinnedCPSnapshot { - constexpr std::ptrdiff_t m_nControlPointNumber = 0x1B0; // int32 - constexpr std::ptrdiff_t m_nSnapshotControlPointNumber = 0x1B4; // int32 - constexpr std::ptrdiff_t m_bSetNormal = 0x1B8; // bool - constexpr std::ptrdiff_t m_bSetRadius = 0x1B9; // bool - constexpr std::ptrdiff_t m_flInterpolation = 0x1C0; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_flTValue = 0x310; // CPerParticleFloatInput - } - // Parent: CParticleFunctionOperator - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_QuantizeFloat { - constexpr std::ptrdiff_t m_InputValue = 0x1B0; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_nOutputField = 0x300; // ParticleAttributeIndex_t - } - // Parent: CParticleFunctionOperator - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_SetFloatCollection { - constexpr std::ptrdiff_t m_InputValue = 0x1B0; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_nOutputField = 0x300; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_nSetMethod = 0x304; // ParticleSetMethod_t - constexpr std::ptrdiff_t m_Lerp = 0x308; // CParticleCollectionFloatInput - } - // Parent: CParticleFunctionOperator - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_SetFloat { - constexpr std::ptrdiff_t m_InputValue = 0x1B0; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_nOutputField = 0x300; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_nSetMethod = 0x304; // ParticleSetMethod_t - constexpr std::ptrdiff_t m_Lerp = 0x308; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_bUseNewCode = 0x458; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_SetVec { - constexpr std::ptrdiff_t m_InputValue = 0x1B0; // CPerParticleVecInput - constexpr std::ptrdiff_t m_nOutputField = 0x7E0; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_nSetMethod = 0x7E4; // ParticleSetMethod_t - constexpr std::ptrdiff_t m_Lerp = 0x7E8; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_bNormalizedOutput = 0x938; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_DragRelativeToPlane { - constexpr std::ptrdiff_t m_flDragAtPlane = 0x1B0; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_flFalloff = 0x300; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_bDirectional = 0x450; // bool - constexpr std::ptrdiff_t m_vecPlaneNormal = 0x458; // CParticleCollectionVecInput - constexpr std::ptrdiff_t m_nControlPointNumber = 0xA88; // int32 - } - // Parent: CParticleFunctionOperator - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_RemapDensityGradientToVectorAttribute { - constexpr std::ptrdiff_t m_flRadiusScale = 0x1B0; // float32 - constexpr std::ptrdiff_t m_nFieldOutput = 0x1B4; // ParticleAttributeIndex_t - } - // Parent: CParticleFunctionOperator - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_LockPoints { - constexpr std::ptrdiff_t m_nMinCol = 0x1B0; // int32 - constexpr std::ptrdiff_t m_nMaxCol = 0x1B4; // int32 - constexpr std::ptrdiff_t m_nMinRow = 0x1B8; // int32 - constexpr std::ptrdiff_t m_nMaxRow = 0x1BC; // int32 - constexpr std::ptrdiff_t m_nControlPoint = 0x1C0; // int32 - constexpr std::ptrdiff_t m_flBlendValue = 0x1C4; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_RemapDistanceToLineSegmentBase { - constexpr std::ptrdiff_t m_nCP0 = 0x1B0; // int32 - constexpr std::ptrdiff_t m_nCP1 = 0x1B4; // int32 - constexpr std::ptrdiff_t m_flMinInputValue = 0x1B8; // float32 - constexpr std::ptrdiff_t m_flMaxInputValue = 0x1BC; // float32 - constexpr std::ptrdiff_t m_bInfiniteLine = 0x1C0; // bool - } - // Parent: C_OP_RemapDistanceToLineSegmentBase - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_RemapDistanceToLineSegmentToScalar { - constexpr std::ptrdiff_t m_nFieldOutput = 0x1C4; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_flMinOutputValue = 0x1C8; // float32 - constexpr std::ptrdiff_t m_flMaxOutputValue = 0x1CC; // float32 - } - // Parent: C_OP_RemapDistanceToLineSegmentBase - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_RemapDistanceToLineSegmentToVector { - constexpr std::ptrdiff_t m_nFieldOutput = 0x1C4; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_vMinOutputValue = 0x1C8; // Vector - constexpr std::ptrdiff_t m_vMaxOutputValue = 0x1D4; // Vector - } - // Parent: CParticleFunctionOperator - // Fields count: 11 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_TeleportBeam { - constexpr std::ptrdiff_t m_nCPPosition = 0x1B0; // int32 - constexpr std::ptrdiff_t m_nCPVelocity = 0x1B4; // int32 - constexpr std::ptrdiff_t m_nCPMisc = 0x1B8; // int32 - constexpr std::ptrdiff_t m_nCPColor = 0x1BC; // int32 - constexpr std::ptrdiff_t m_nCPInvalidColor = 0x1C0; // int32 - constexpr std::ptrdiff_t m_nCPExtraArcData = 0x1C4; // int32 - constexpr std::ptrdiff_t m_vGravity = 0x1C8; // Vector - constexpr std::ptrdiff_t m_flArcMaxDuration = 0x1D4; // float32 - constexpr std::ptrdiff_t m_flSegmentBreak = 0x1D8; // float32 - constexpr std::ptrdiff_t m_flArcSpeed = 0x1DC; // float32 - constexpr std::ptrdiff_t m_flAlpha = 0x1E0; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_CycleScalar { - constexpr std::ptrdiff_t m_nDestField = 0x1B0; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_flStartValue = 0x1B4; // float32 - constexpr std::ptrdiff_t m_flEndValue = 0x1B8; // float32 - constexpr std::ptrdiff_t m_flCycleTime = 0x1BC; // float32 - constexpr std::ptrdiff_t m_bDoNotRepeatCycle = 0x1C0; // bool - constexpr std::ptrdiff_t m_bSynchronizeParticles = 0x1C1; // bool - constexpr std::ptrdiff_t m_nCPScale = 0x1C4; // int32 - constexpr std::ptrdiff_t m_nCPFieldMin = 0x1C8; // int32 - constexpr std::ptrdiff_t m_nCPFieldMax = 0x1CC; // int32 - constexpr std::ptrdiff_t m_nSetMethod = 0x1D0; // ParticleSetMethod_t - } - // Parent: CParticleFunctionOperator - // Fields count: 11 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_CalculateVectorAttribute { - constexpr std::ptrdiff_t m_vStartValue = 0x1B0; // Vector - constexpr std::ptrdiff_t m_nFieldInput1 = 0x1BC; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_flInputScale1 = 0x1C0; // float32 - constexpr std::ptrdiff_t m_nFieldInput2 = 0x1C4; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_flInputScale2 = 0x1C8; // float32 - constexpr std::ptrdiff_t m_nControlPointInput1 = 0x1CC; // ControlPointReference_t - constexpr std::ptrdiff_t m_flControlPointScale1 = 0x1E0; // float32 - constexpr std::ptrdiff_t m_nControlPointInput2 = 0x1E4; // ControlPointReference_t - constexpr std::ptrdiff_t m_flControlPointScale2 = 0x1F8; // float32 - constexpr std::ptrdiff_t m_nFieldOutput = 0x1FC; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_vFinalOutputScale = 0x200; // Vector - } - // Parent: CParticleFunctionOperator - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_ColorAdjustHSL { - constexpr std::ptrdiff_t m_flHueAdjust = 0x1B0; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_flSaturationAdjust = 0x300; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_flLightnessAdjust = 0x450; // CPerParticleFloatInput - } - // Parent: CParticleFunctionOperator - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_ConnectParentParticleToNearest { - constexpr std::ptrdiff_t m_nFirstControlPoint = 0x1B0; // int32 - constexpr std::ptrdiff_t m_nSecondControlPoint = 0x1B4; // int32 - constexpr std::ptrdiff_t m_bUseRadius = 0x1B8; // bool - constexpr std::ptrdiff_t m_flRadiusScale = 0x1C0; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_flParentRadiusScale = 0x310; // CParticleCollectionFloatInput - } - // Parent: CParticleFunctionOperator - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_UpdateLightSource { - constexpr std::ptrdiff_t m_vColorTint = 0x1B0; // Color - constexpr std::ptrdiff_t m_flBrightnessScale = 0x1B4; // float32 - constexpr std::ptrdiff_t m_flRadiusScale = 0x1B8; // float32 - constexpr std::ptrdiff_t m_flMinimumLightingRadius = 0x1BC; // float32 - constexpr std::ptrdiff_t m_flMaximumLightingRadius = 0x1C0; // float32 - constexpr std::ptrdiff_t m_flPositionDampingConstant = 0x1C4; // float32 - } - // Parent: CParticleFunctionPreEmission - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_RemapSpeedtoCP { - constexpr std::ptrdiff_t m_nInControlPointNumber = 0x1B4; // int32 - constexpr std::ptrdiff_t m_nOutControlPointNumber = 0x1B8; // int32 - constexpr std::ptrdiff_t m_nField = 0x1BC; // int32 - constexpr std::ptrdiff_t m_flInputMin = 0x1C0; // float32 - constexpr std::ptrdiff_t m_flInputMax = 0x1C4; // float32 - constexpr std::ptrdiff_t m_flOutputMin = 0x1C8; // float32 - constexpr std::ptrdiff_t m_flOutputMax = 0x1CC; // float32 - constexpr std::ptrdiff_t m_bUseDeltaV = 0x1D0; // bool - } - // Parent: CParticleFunctionPreEmission - // Fields count: 11 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_RemapAverageHitboxSpeedtoCP { - constexpr std::ptrdiff_t m_nInControlPointNumber = 0x1B4; // int32 - constexpr std::ptrdiff_t m_nOutControlPointNumber = 0x1B8; // int32 - constexpr std::ptrdiff_t m_nField = 0x1BC; // int32 - constexpr std::ptrdiff_t m_nHitboxDataType = 0x1C0; // ParticleHitboxDataSelection_t - constexpr std::ptrdiff_t m_flInputMin = 0x1C8; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_flInputMax = 0x318; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_flOutputMin = 0x468; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_flOutputMax = 0x5B8; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_nHeightControlPointNumber = 0x708; // int32 - constexpr std::ptrdiff_t m_vecComparisonVelocity = 0x710; // CParticleCollectionVecInput - constexpr std::ptrdiff_t m_HitboxSetName = 0xD40; // char[128] - } - // Parent: CParticleFunctionPreEmission - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_RemapDotProductToCP { - constexpr std::ptrdiff_t m_nInputCP1 = 0x1B4; // int32 - constexpr std::ptrdiff_t m_nInputCP2 = 0x1B8; // int32 - constexpr std::ptrdiff_t m_nOutputCP = 0x1BC; // int32 - constexpr std::ptrdiff_t m_nOutVectorField = 0x1C0; // int32 - constexpr std::ptrdiff_t m_flInputMin = 0x1C8; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_flInputMax = 0x318; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_flOutputMin = 0x468; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_flOutputMax = 0x5B8; // CParticleCollectionFloatInput - } - // Parent: CParticleFunctionPreEmission - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_SetControlPointFieldToScalarExpression { - constexpr std::ptrdiff_t m_nExpression = 0x1B4; // ScalarExpressionType_t - constexpr std::ptrdiff_t m_flInput1 = 0x1B8; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_flInput2 = 0x308; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_flOutputRemap = 0x458; // CParticleRemapFloatInput - constexpr std::ptrdiff_t m_nOutputCP = 0x5A8; // int32 - constexpr std::ptrdiff_t m_nOutVectorField = 0x5AC; // int32 - } - // Parent: CParticleFunctionPreEmission - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_SetControlPointFieldFromVectorExpression { - constexpr std::ptrdiff_t m_nExpression = 0x1B4; // VectorFloatExpressionType_t - constexpr std::ptrdiff_t m_vecInput1 = 0x1B8; // CParticleCollectionVecInput - constexpr std::ptrdiff_t m_vecInput2 = 0x7E8; // CParticleCollectionVecInput - constexpr std::ptrdiff_t m_flOutputRemap = 0xE18; // CParticleRemapFloatInput - constexpr std::ptrdiff_t m_nOutputCP = 0xF68; // int32 - constexpr std::ptrdiff_t m_nOutVectorField = 0xF6C; // int32 - } - // Parent: CParticleFunctionPreEmission - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_SetControlPointToVectorExpression { - constexpr std::ptrdiff_t m_nExpression = 0x1B4; // VectorExpressionType_t - constexpr std::ptrdiff_t m_nOutputCP = 0x1B8; // int32 - constexpr std::ptrdiff_t m_vInput1 = 0x1C0; // CParticleCollectionVecInput - constexpr std::ptrdiff_t m_vInput2 = 0x7F0; // CParticleCollectionVecInput - constexpr std::ptrdiff_t m_bNormalizedOutput = 0xE20; // bool - } - // Parent: CParticleFunctionPreEmission - // Fields count: 9 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_RemapModelVolumetoCP { - constexpr std::ptrdiff_t m_nBBoxType = 0x1B4; // BBoxVolumeType_t - constexpr std::ptrdiff_t m_nInControlPointNumber = 0x1B8; // int32 - constexpr std::ptrdiff_t m_nOutControlPointNumber = 0x1BC; // int32 - constexpr std::ptrdiff_t m_nOutControlPointMaxNumber = 0x1C0; // int32 - constexpr std::ptrdiff_t m_nField = 0x1C4; // int32 - constexpr std::ptrdiff_t m_flInputMin = 0x1C8; // float32 - constexpr std::ptrdiff_t m_flInputMax = 0x1CC; // float32 - constexpr std::ptrdiff_t m_flOutputMin = 0x1D0; // float32 - constexpr std::ptrdiff_t m_flOutputMax = 0x1D4; // float32 - } - // Parent: CParticleFunctionPreEmission - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_RemapBoundingVolumetoCP { - constexpr std::ptrdiff_t m_nOutControlPointNumber = 0x1B4; // int32 - constexpr std::ptrdiff_t m_flInputMin = 0x1B8; // float32 - constexpr std::ptrdiff_t m_flInputMax = 0x1BC; // float32 - constexpr std::ptrdiff_t m_flOutputMin = 0x1C0; // float32 - constexpr std::ptrdiff_t m_flOutputMax = 0x1C4; // float32 - } - // Parent: CParticleFunctionPreEmission - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_RemapAverageScalarValuetoCP { - constexpr std::ptrdiff_t m_nOutControlPointNumber = 0x1B4; // int32 - constexpr std::ptrdiff_t m_nOutVectorField = 0x1B8; // int32 - constexpr std::ptrdiff_t m_nField = 0x1BC; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_flInputMin = 0x1C0; // float32 - constexpr std::ptrdiff_t m_flInputMax = 0x1C4; // float32 - constexpr std::ptrdiff_t m_flOutputMin = 0x1C8; // float32 - constexpr std::ptrdiff_t m_flOutputMax = 0x1CC; // float32 - } - // Parent: CParticleFunctionPreEmission - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_RampCPLinearRandom { - constexpr std::ptrdiff_t m_nOutControlPointNumber = 0x1B4; // int32 - constexpr std::ptrdiff_t m_vecRateMin = 0x1B8; // Vector - constexpr std::ptrdiff_t m_vecRateMax = 0x1C4; // Vector - } - // Parent: CParticleFunctionPreEmission - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_SetParentControlPointsToChildCP { - constexpr std::ptrdiff_t m_nChildGroupID = 0x1B4; // int32 - constexpr std::ptrdiff_t m_nChildControlPoint = 0x1B8; // int32 - constexpr std::ptrdiff_t m_nNumControlPoints = 0x1BC; // int32 - constexpr std::ptrdiff_t m_nFirstSourcePoint = 0x1C0; // int32 - constexpr std::ptrdiff_t m_bSetOrientation = 0x1C4; // bool - } - // Parent: CParticleFunctionPreEmission - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_SetVariable { - constexpr std::ptrdiff_t m_variableReference = 0x1B8; // CParticleVariableRef - constexpr std::ptrdiff_t m_transformInput = 0x1F8; // CParticleTransformInput - constexpr std::ptrdiff_t m_positionOffset = 0x258; // Vector - constexpr std::ptrdiff_t m_rotationOffset = 0x264; // QAngle - constexpr std::ptrdiff_t m_vecInput = 0x270; // CParticleCollectionVecInput - constexpr std::ptrdiff_t m_floatInput = 0x8A0; // CParticleCollectionFloatInput - } - // Parent: CParticleFunctionPreEmission - // Fields count: 12 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_SetControlPointPositions { - constexpr std::ptrdiff_t m_bUseWorldLocation = 0x1B1; // bool - constexpr std::ptrdiff_t m_bOrient = 0x1B2; // bool - constexpr std::ptrdiff_t m_bSetOnce = 0x1B3; // bool - constexpr std::ptrdiff_t m_nCP1 = 0x1B4; // int32 - constexpr std::ptrdiff_t m_nCP2 = 0x1B8; // int32 - constexpr std::ptrdiff_t m_nCP3 = 0x1BC; // int32 - constexpr std::ptrdiff_t m_nCP4 = 0x1C0; // int32 - constexpr std::ptrdiff_t m_vecCP1Pos = 0x1C4; // Vector - constexpr std::ptrdiff_t m_vecCP2Pos = 0x1D0; // Vector - constexpr std::ptrdiff_t m_vecCP3Pos = 0x1DC; // Vector - constexpr std::ptrdiff_t m_vecCP4Pos = 0x1E8; // Vector - constexpr std::ptrdiff_t m_nHeadLocation = 0x1F4; // int32 - } - // Parent: CParticleFunctionPreEmission - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_SetSingleControlPointPosition { - constexpr std::ptrdiff_t m_bSetOnce = 0x1B1; // bool - constexpr std::ptrdiff_t m_nCP1 = 0x1B4; // int32 - constexpr std::ptrdiff_t m_vecCP1Pos = 0x1B8; // CParticleCollectionVecInput - constexpr std::ptrdiff_t m_transformInput = 0x7E8; // CParticleTransformInput - } - // Parent: CParticleFunctionPreEmission - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_SetControlPointPositionToRandomActiveCP { - constexpr std::ptrdiff_t m_nCP1 = 0x1B4; // int32 - constexpr std::ptrdiff_t m_nHeadLocationMin = 0x1B8; // int32 - constexpr std::ptrdiff_t m_nHeadLocationMax = 0x1BC; // int32 - constexpr std::ptrdiff_t m_flResetRate = 0x1C0; // CParticleCollectionFloatInput - } - // Parent: CParticleFunctionPreEmission - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_SetRandomControlPointPosition { - constexpr std::ptrdiff_t m_bUseWorldLocation = 0x1B1; // bool - constexpr std::ptrdiff_t m_bOrient = 0x1B2; // bool - constexpr std::ptrdiff_t m_nCP1 = 0x1B4; // int32 - constexpr std::ptrdiff_t m_nHeadLocation = 0x1B8; // int32 - constexpr std::ptrdiff_t m_flReRandomRate = 0x1C0; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_vecCPMinPos = 0x310; // Vector - constexpr std::ptrdiff_t m_vecCPMaxPos = 0x31C; // Vector - constexpr std::ptrdiff_t m_flInterpolation = 0x328; // CParticleCollectionFloatInput - } - // Parent: CParticleFunctionPreEmission - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_SetControlPointOrientation { - constexpr std::ptrdiff_t m_bUseWorldLocation = 0x1B1; // bool - constexpr std::ptrdiff_t m_bRandomize = 0x1B3; // bool - constexpr std::ptrdiff_t m_bSetOnce = 0x1B4; // bool - constexpr std::ptrdiff_t m_nCP = 0x1B8; // int32 - constexpr std::ptrdiff_t m_nHeadLocation = 0x1BC; // int32 - constexpr std::ptrdiff_t m_vecRotation = 0x1C0; // QAngle - constexpr std::ptrdiff_t m_vecRotationB = 0x1CC; // QAngle - constexpr std::ptrdiff_t m_flInterpolation = 0x1D8; // CParticleCollectionFloatInput - } - // Parent: CParticleFunctionPreEmission - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_SetControlPointFromObjectScale { - constexpr std::ptrdiff_t m_nCPInput = 0x1B4; // int32 - constexpr std::ptrdiff_t m_nCPOutput = 0x1B8; // int32 - } - // Parent: CParticleFunctionPreEmission - // Fields count: 15 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_DistanceBetweenCPsToCP { - constexpr std::ptrdiff_t m_nStartCP = 0x1B4; // int32 - constexpr std::ptrdiff_t m_nEndCP = 0x1B8; // int32 - constexpr std::ptrdiff_t m_nOutputCP = 0x1BC; // int32 - constexpr std::ptrdiff_t m_nOutputCPField = 0x1C0; // int32 - constexpr std::ptrdiff_t m_bSetOnce = 0x1C4; // bool - constexpr std::ptrdiff_t m_flInputMin = 0x1C8; // float32 - constexpr std::ptrdiff_t m_flInputMax = 0x1CC; // float32 - constexpr std::ptrdiff_t m_flOutputMin = 0x1D0; // float32 - constexpr std::ptrdiff_t m_flOutputMax = 0x1D4; // float32 - constexpr std::ptrdiff_t m_flMaxTraceLength = 0x1D8; // float32 - constexpr std::ptrdiff_t m_flLOSScale = 0x1DC; // float32 - constexpr std::ptrdiff_t m_bLOS = 0x1E0; // bool - constexpr std::ptrdiff_t m_CollisionGroupName = 0x1E1; // char[128] - constexpr std::ptrdiff_t m_nTraceSet = 0x264; // ParticleTraceSet_t - constexpr std::ptrdiff_t m_nSetParent = 0x268; // ParticleParentSetMode_t - } - // Parent: CParticleFunctionPreEmission - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_SetControlPointToPlayer { - constexpr std::ptrdiff_t m_nCP1 = 0x1B4; // int32 - constexpr std::ptrdiff_t m_vecCP1Pos = 0x1B8; // Vector - constexpr std::ptrdiff_t m_bOrientToEyes = 0x1C4; // bool - } - // Parent: CParticleFunctionPreEmission - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_SetControlPointToHand { - constexpr std::ptrdiff_t m_nCP1 = 0x1B4; // int32 - constexpr std::ptrdiff_t m_nHand = 0x1B8; // int32 - constexpr std::ptrdiff_t m_vecCP1Pos = 0x1BC; // Vector - constexpr std::ptrdiff_t m_bOrientToHand = 0x1C8; // bool - } - // Parent: CParticleFunctionPreEmission - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_SetControlPointToHMD { - constexpr std::ptrdiff_t m_nCP1 = 0x1B4; // int32 - constexpr std::ptrdiff_t m_vecCP1Pos = 0x1B8; // Vector - constexpr std::ptrdiff_t m_bOrientToHMD = 0x1C4; // bool - } - // Parent: CParticleFunctionPreEmission - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_SetControlPointPositionToTimeOfDayValue { - constexpr std::ptrdiff_t m_nControlPointNumber = 0x1B4; // int32 - constexpr std::ptrdiff_t m_pszTimeOfDayParameter = 0x1B8; // char[128] - constexpr std::ptrdiff_t m_vecDefaultValue = 0x238; // Vector - } - // Parent: CParticleFunctionPreEmission - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_SetControlPointToCenter { - constexpr std::ptrdiff_t m_nCP1 = 0x1B4; // int32 - constexpr std::ptrdiff_t m_vecCP1Pos = 0x1B8; // Vector - constexpr std::ptrdiff_t m_nSetParent = 0x1C4; // ParticleParentSetMode_t - } - // Parent: CParticleFunctionPreEmission - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_SetControlPointToCPVelocity { - constexpr std::ptrdiff_t m_nCPInput = 0x1B4; // int32 - constexpr std::ptrdiff_t m_nCPOutputVel = 0x1B8; // int32 - constexpr std::ptrdiff_t m_bNormalize = 0x1BC; // bool - constexpr std::ptrdiff_t m_nCPOutputMag = 0x1C0; // int32 - constexpr std::ptrdiff_t m_nCPField = 0x1C4; // int32 - constexpr std::ptrdiff_t m_vecComparisonVelocity = 0x1C8; // CParticleCollectionVecInput - } - // Parent: CParticleFunctionPreEmission - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_SetControlPointOrientationToCPVelocity { - constexpr std::ptrdiff_t m_nCPInput = 0x1B4; // int32 - constexpr std::ptrdiff_t m_nCPOutput = 0x1B8; // int32 - } - // Parent: CParticleFunctionPreEmission - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_StopAfterCPDuration { - constexpr std::ptrdiff_t m_flDuration = 0x1B8; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_bDestroyImmediately = 0x308; // bool - constexpr std::ptrdiff_t m_bPlayEndCap = 0x309; // bool - } - // Parent: CParticleFunctionPreEmission - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_SetControlPointRotation { - constexpr std::ptrdiff_t m_vecRotAxis = 0x1B8; // CParticleCollectionVecInput - constexpr std::ptrdiff_t m_flRotRate = 0x7E8; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_nCP = 0x938; // int32 - constexpr std::ptrdiff_t m_nLocalCP = 0x93C; // int32 - } - // Parent: CParticleFunctionPreEmission - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_RemapCPtoCP { - constexpr std::ptrdiff_t m_nInputControlPoint = 0x1B4; // int32 - constexpr std::ptrdiff_t m_nOutputControlPoint = 0x1B8; // int32 - constexpr std::ptrdiff_t m_nInputField = 0x1BC; // int32 - constexpr std::ptrdiff_t m_nOutputField = 0x1C0; // int32 - constexpr std::ptrdiff_t m_flInputMin = 0x1C4; // float32 - constexpr std::ptrdiff_t m_flInputMax = 0x1C8; // float32 - constexpr std::ptrdiff_t m_flOutputMin = 0x1CC; // float32 - constexpr std::ptrdiff_t m_flOutputMax = 0x1D0; // float32 - constexpr std::ptrdiff_t m_bDerivative = 0x1D4; // bool - constexpr std::ptrdiff_t m_flInterpRate = 0x1D8; // float32 - } - // Parent: CParticleFunctionPreEmission - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_HSVShiftToCP { - constexpr std::ptrdiff_t m_nColorCP = 0x1B4; // int32 - constexpr std::ptrdiff_t m_nColorGemEnableCP = 0x1B8; // int32 - constexpr std::ptrdiff_t m_nOutputCP = 0x1BC; // int32 - constexpr std::ptrdiff_t m_DefaultHSVColor = 0x1C0; // Color - } - // Parent: CParticleFunctionPreEmission - // Fields count: 12 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_SetControlPointToImpactPoint { - constexpr std::ptrdiff_t m_nCPOut = 0x1B4; // int32 - constexpr std::ptrdiff_t m_nCPIn = 0x1B8; // int32 - constexpr std::ptrdiff_t m_flUpdateRate = 0x1BC; // float32 - constexpr std::ptrdiff_t m_flTraceLength = 0x1C0; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_flStartOffset = 0x310; // float32 - constexpr std::ptrdiff_t m_flOffset = 0x314; // float32 - constexpr std::ptrdiff_t m_vecTraceDir = 0x318; // Vector - constexpr std::ptrdiff_t m_CollisionGroupName = 0x324; // char[128] - constexpr std::ptrdiff_t m_nTraceSet = 0x3A4; // ParticleTraceSet_t - constexpr std::ptrdiff_t m_bSetToEndpoint = 0x3A8; // bool - constexpr std::ptrdiff_t m_bTraceToClosestSurface = 0x3A9; // bool - constexpr std::ptrdiff_t m_bIncludeWater = 0x3AA; // bool - } - // Parent: CParticleFunctionPreEmission - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_SetCPOrientationToPointAtCP { - constexpr std::ptrdiff_t m_nInputCP = 0x1B4; // int32 - constexpr std::ptrdiff_t m_nOutputCP = 0x1B8; // int32 - constexpr std::ptrdiff_t m_flInterpolation = 0x1C0; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_b2DOrientation = 0x310; // bool - constexpr std::ptrdiff_t m_bAvoidSingularity = 0x311; // bool - constexpr std::ptrdiff_t m_bPointAway = 0x312; // bool - } - // Parent: CParticleFunctionPreEmission - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_EnableChildrenFromParentParticleCount { - constexpr std::ptrdiff_t m_nChildGroupID = 0x1B4; // int32 - constexpr std::ptrdiff_t m_nFirstChild = 0x1B8; // int32 - constexpr std::ptrdiff_t m_nNumChildrenToEnable = 0x1C0; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_bDisableChildren = 0x310; // bool - constexpr std::ptrdiff_t m_bPlayEndcapOnStop = 0x311; // bool - constexpr std::ptrdiff_t m_bDestroyImmediately = 0x312; // bool - } - // Parent: CParticleFunctionPreEmission - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_SelectivelyEnableChildren { - constexpr std::ptrdiff_t m_nChildGroupID = 0x1B8; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_nFirstChild = 0x308; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_nNumChildrenToEnable = 0x458; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_bPlayEndcapOnStop = 0x5A8; // bool - constexpr std::ptrdiff_t m_bDestroyImmediately = 0x5A9; // bool - } - // Parent: CParticleFunctionPreEmission - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_PlayEndCapWhenFinished { - constexpr std::ptrdiff_t m_bFireOnEmissionEnd = 0x1B1; // bool - constexpr std::ptrdiff_t m_bIncludeChildren = 0x1B2; // bool - } - // Parent: CParticleFunctionPreEmission - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_ForceControlPointStub { - constexpr std::ptrdiff_t m_ControlPoint = 0x1B4; // int32 - } - // Parent: CParticleFunctionPreEmission - // Fields count: 9 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_DriveCPFromGlobalSoundFloat { - constexpr std::ptrdiff_t m_nOutputControlPoint = 0x1B4; // int32 - constexpr std::ptrdiff_t m_nOutputField = 0x1B8; // int32 - constexpr std::ptrdiff_t m_flInputMin = 0x1BC; // float32 - constexpr std::ptrdiff_t m_flInputMax = 0x1C0; // float32 - constexpr std::ptrdiff_t m_flOutputMin = 0x1C4; // float32 - constexpr std::ptrdiff_t m_flOutputMax = 0x1C8; // float32 - constexpr std::ptrdiff_t m_StackName = 0x1D0; // CUtlString - constexpr std::ptrdiff_t m_OperatorName = 0x1D8; // CUtlString - constexpr std::ptrdiff_t m_FieldName = 0x1E0; // CUtlString - } - // Parent: CParticleFunctionPreEmission - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_SetControlPointFieldToWater { - constexpr std::ptrdiff_t m_nSourceCP = 0x1B4; // int32 - constexpr std::ptrdiff_t m_nDestCP = 0x1B8; // int32 - constexpr std::ptrdiff_t m_nCPField = 0x1BC; // int32 - } - // Parent: CParticleFunctionPreEmission - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_SetControlPointToWaterSurface { - constexpr std::ptrdiff_t m_nSourceCP = 0x1B4; // int32 - constexpr std::ptrdiff_t m_nDestCP = 0x1B8; // int32 - constexpr std::ptrdiff_t m_nFlowCP = 0x1BC; // int32 - constexpr std::ptrdiff_t m_nActiveCP = 0x1C0; // int32 - constexpr std::ptrdiff_t m_nActiveCPField = 0x1C4; // int32 - constexpr std::ptrdiff_t m_flRetestRate = 0x1C8; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_bAdaptiveThreshold = 0x318; // bool - } - // Parent: CParticleFunctionPreEmission - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_RepeatedTriggerChildGroup { - constexpr std::ptrdiff_t m_nChildGroupID = 0x1B4; // int32 - constexpr std::ptrdiff_t m_flClusterRefireTime = 0x1B8; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_flClusterSize = 0x308; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_flClusterCooldown = 0x458; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_bLimitChildCount = 0x5A8; // bool - } - // Parent: CParticleFunctionPreEmission - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_ChooseRandomChildrenInGroup { - constexpr std::ptrdiff_t m_nChildGroupID = 0x1B4; // int32 - constexpr std::ptrdiff_t m_flNumberOfChildren = 0x1B8; // CParticleCollectionFloatInput - } - // Parent: CParticleFunctionPreEmission - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_SetSimulationRate { - constexpr std::ptrdiff_t m_flSimulationScale = 0x1B8; // CParticleCollectionFloatInput - } - // Parent: CParticleFunctionPreEmission - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_ControlPointToRadialScreenSpace { - constexpr std::ptrdiff_t m_nCPIn = 0x1B4; // int32 - constexpr std::ptrdiff_t m_vecCP1Pos = 0x1B8; // Vector - constexpr std::ptrdiff_t m_nCPOut = 0x1C4; // int32 - constexpr std::ptrdiff_t m_nCPOutField = 0x1C8; // int32 - constexpr std::ptrdiff_t m_nCPSSPosOut = 0x1CC; // int32 - } - // Parent: CParticleFunctionPreEmission - // Fields count: 15 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_LightningSnapshotGenerator { - constexpr std::ptrdiff_t m_nCPSnapshot = 0x1B4; // int32 - constexpr std::ptrdiff_t m_nCPStartPnt = 0x1B8; // int32 - constexpr std::ptrdiff_t m_nCPEndPnt = 0x1BC; // int32 - constexpr std::ptrdiff_t m_flSegments = 0x1C0; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_flOffset = 0x310; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_flOffsetDecay = 0x460; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_flRecalcRate = 0x5B0; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_flUVScale = 0x700; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_flUVOffset = 0x850; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_flSplitRate = 0x9A0; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_flBranchTwist = 0xAF0; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_nBranchBehavior = 0xC40; // ParticleLightnintBranchBehavior_t - constexpr std::ptrdiff_t m_flRadiusStart = 0xC48; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_flRadiusEnd = 0xD98; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_flDedicatedPool = 0xEE8; // CParticleCollectionFloatInput - } - // Parent: CParticleFunctionPreEmission - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_RemapExternalWindToCP { - constexpr std::ptrdiff_t m_nCP = 0x1B4; // int32 - constexpr std::ptrdiff_t m_nCPOutput = 0x1B8; // int32 - constexpr std::ptrdiff_t m_vecScale = 0x1C0; // CParticleCollectionVecInput - constexpr std::ptrdiff_t m_bSetMagnitude = 0x7F0; // bool - constexpr std::ptrdiff_t m_nOutVectorField = 0x7F4; // int32 - } - // Parent: CParticleFunctionPreEmission - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_SetGravityToCP { - constexpr std::ptrdiff_t m_nCPInput = 0x1B4; // int32 - constexpr std::ptrdiff_t m_nCPOutput = 0x1B8; // int32 - constexpr std::ptrdiff_t m_flScale = 0x1C0; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_bSetOrientation = 0x310; // bool - constexpr std::ptrdiff_t m_bSetZDown = 0x311; // bool - } - // Parent: CParticleFunctionPreEmission - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_QuantizeCPComponent { - constexpr std::ptrdiff_t m_flInputValue = 0x1B8; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_nCPOutput = 0x308; // int32 - constexpr std::ptrdiff_t m_nOutVectorField = 0x30C; // int32 - constexpr std::ptrdiff_t m_flQuantizeValue = 0x310; // CParticleCollectionFloatInput - } - // Parent: CBaseRendererSource2 - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CBaseTrailRenderer { - constexpr std::ptrdiff_t m_nOrientationType = 0x2638; // ParticleOrientationChoiceList_t - constexpr std::ptrdiff_t m_nOrientationControlPoint = 0x263C; // int32 - constexpr std::ptrdiff_t m_flMinSize = 0x2640; // float32 - constexpr std::ptrdiff_t m_flMaxSize = 0x2644; // float32 - constexpr std::ptrdiff_t m_flStartFadeSize = 0x2648; // CParticleCollectionRendererFloatInput - constexpr std::ptrdiff_t m_flEndFadeSize = 0x2798; // CParticleCollectionRendererFloatInput - constexpr std::ptrdiff_t m_bClampV = 0x28E8; // bool - } - // Parent: CBaseTrailRenderer - // Fields count: 20 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_RenderTrails { - constexpr std::ptrdiff_t m_bEnableFadingAndClamping = 0x28E9; // bool - constexpr std::ptrdiff_t m_flStartFadeDot = 0x28EC; // float32 - constexpr std::ptrdiff_t m_flEndFadeDot = 0x28F0; // float32 - constexpr std::ptrdiff_t m_nPrevPntSource = 0x28F4; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_flMaxLength = 0x28F8; // float32 - constexpr std::ptrdiff_t m_flMinLength = 0x28FC; // float32 - constexpr std::ptrdiff_t m_bIgnoreDT = 0x2900; // bool - constexpr std::ptrdiff_t m_flConstrainRadiusToLengthRatio = 0x2904; // float32 - constexpr std::ptrdiff_t m_flLengthScale = 0x2908; // float32 - constexpr std::ptrdiff_t m_flLengthFadeInTime = 0x290C; // float32 - constexpr std::ptrdiff_t m_flRadiusHeadTaper = 0x2910; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_vecHeadColorScale = 0x2A60; // CParticleCollectionVecInput - constexpr std::ptrdiff_t m_flHeadAlphaScale = 0x3090; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_flRadiusTaper = 0x31E0; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_vecTailColorScale = 0x3330; // CParticleCollectionVecInput - constexpr std::ptrdiff_t m_flTailAlphaScale = 0x3960; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_nHorizCropField = 0x3AB0; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_nVertCropField = 0x3AB4; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_flForwardShift = 0x3AB8; // float32 - constexpr std::ptrdiff_t m_bFlipUVBasedOnPitchYaw = 0x3ABC; // bool - } - // Parent: CBaseRendererSource2 - // Fields count: 30 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_RenderRopes { - constexpr std::ptrdiff_t m_bEnableFadingAndClamping = 0x2638; // bool - constexpr std::ptrdiff_t m_flMinSize = 0x263C; // float32 - constexpr std::ptrdiff_t m_flMaxSize = 0x2640; // float32 - constexpr std::ptrdiff_t m_flStartFadeSize = 0x2644; // float32 - constexpr std::ptrdiff_t m_flEndFadeSize = 0x2648; // float32 - constexpr std::ptrdiff_t m_flStartFadeDot = 0x264C; // float32 - constexpr std::ptrdiff_t m_flEndFadeDot = 0x2650; // float32 - constexpr std::ptrdiff_t m_flRadiusTaper = 0x2654; // float32 - constexpr std::ptrdiff_t m_nMinTesselation = 0x2658; // int32 - constexpr std::ptrdiff_t m_nMaxTesselation = 0x265C; // int32 - constexpr std::ptrdiff_t m_flTessScale = 0x2660; // float32 - constexpr std::ptrdiff_t m_flTextureVWorldSize = 0x2668; // CParticleCollectionRendererFloatInput - constexpr std::ptrdiff_t m_flTextureVScrollRate = 0x27B8; // CParticleCollectionRendererFloatInput - constexpr std::ptrdiff_t m_flTextureVOffset = 0x2908; // CParticleCollectionRendererFloatInput - constexpr std::ptrdiff_t m_nTextureVParamsCP = 0x2A58; // int32 - constexpr std::ptrdiff_t m_bClampV = 0x2A5C; // bool - constexpr std::ptrdiff_t m_nScaleCP1 = 0x2A60; // int32 - constexpr std::ptrdiff_t m_nScaleCP2 = 0x2A64; // int32 - constexpr std::ptrdiff_t m_flScaleVSizeByControlPointDistance = 0x2A68; // float32 - constexpr std::ptrdiff_t m_flScaleVScrollByControlPointDistance = 0x2A6C; // float32 - constexpr std::ptrdiff_t m_flScaleVOffsetByControlPointDistance = 0x2A70; // float32 - constexpr std::ptrdiff_t m_bUseScalarForTextureCoordinate = 0x2A75; // bool - constexpr std::ptrdiff_t m_nScalarFieldForTextureCoordinate = 0x2A78; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_flScalarAttributeTextureCoordScale = 0x2A7C; // float32 - constexpr std::ptrdiff_t m_bReverseOrder = 0x2A80; // bool - constexpr std::ptrdiff_t m_bClosedLoop = 0x2A81; // bool - constexpr std::ptrdiff_t m_nOrientationType = 0x2A84; // ParticleOrientationChoiceList_t - constexpr std::ptrdiff_t m_nVectorFieldForOrientation = 0x2A88; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_bDrawAsOpaque = 0x2A8C; // bool - constexpr std::ptrdiff_t m_bGenerateNormals = 0x2A8D; // bool - } - // Parent: CParticleFunctionRenderer - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_RenderAsModels { - constexpr std::ptrdiff_t m_ModelList = 0x1F8; // CUtlVector - constexpr std::ptrdiff_t m_flModelScale = 0x214; // float32 - constexpr std::ptrdiff_t m_bFitToModelSize = 0x218; // bool - constexpr std::ptrdiff_t m_bNonUniformScaling = 0x219; // bool - constexpr std::ptrdiff_t m_nXAxisScalingAttribute = 0x21C; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_nYAxisScalingAttribute = 0x220; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_nZAxisScalingAttribute = 0x224; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_nSizeCullBloat = 0x228; // int32 - } - // Parent: CParticleFunctionRenderer - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_RenderBlobs { - constexpr std::ptrdiff_t m_cubeWidth = 0x1F8; // CParticleCollectionRendererFloatInput - constexpr std::ptrdiff_t m_cutoffRadius = 0x348; // CParticleCollectionRendererFloatInput - constexpr std::ptrdiff_t m_renderRadius = 0x498; // CParticleCollectionRendererFloatInput - constexpr std::ptrdiff_t m_nScaleCP = 0x5E8; // int32 - constexpr std::ptrdiff_t m_MaterialVars = 0x5F0; // CUtlVector - constexpr std::ptrdiff_t m_hMaterial = 0x620; // CStrongHandle - } - // Parent: CParticleFunctionRenderer - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_RenderGpuImplicit { - constexpr std::ptrdiff_t m_bUsePerParticleRadius = 0x1F6; // bool - constexpr std::ptrdiff_t m_fGridSize = 0x1F8; // CParticleCollectionRendererFloatInput - constexpr std::ptrdiff_t m_fRadiusScale = 0x348; // CParticleCollectionRendererFloatInput - constexpr std::ptrdiff_t m_fIsosurfaceThreshold = 0x498; // CParticleCollectionRendererFloatInput - constexpr std::ptrdiff_t m_nScaleCP = 0x5E8; // int32 - constexpr std::ptrdiff_t m_hMaterial = 0x5F0; // CStrongHandle - } - // Parent: CParticleFunctionRenderer - // Fields count: 54 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_RenderModels { - constexpr std::ptrdiff_t m_bOnlyRenderInEffectsBloomPass = 0x1F6; // bool - constexpr std::ptrdiff_t m_bOnlyRenderInEffectsWaterPass = 0x1F7; // bool - constexpr std::ptrdiff_t m_bUseMixedResolutionRendering = 0x1F8; // bool - constexpr std::ptrdiff_t m_bOnlyRenderInEffecsGameOverlay = 0x1F9; // bool - constexpr std::ptrdiff_t m_ModelList = 0x200; // CUtlVector - constexpr std::ptrdiff_t m_nBodyGroupField = 0x21C; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_nSubModelField = 0x220; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_bIgnoreNormal = 0x224; // bool - constexpr std::ptrdiff_t m_bOrientZ = 0x225; // bool - constexpr std::ptrdiff_t m_bCenterOffset = 0x226; // bool - constexpr std::ptrdiff_t m_vecLocalOffset = 0x228; // CPerParticleVecInput - constexpr std::ptrdiff_t m_vecLocalRotation = 0x858; // CPerParticleVecInput - constexpr std::ptrdiff_t m_bIgnoreRadius = 0xE88; // bool - constexpr std::ptrdiff_t m_nModelScaleCP = 0xE8C; // int32 - constexpr std::ptrdiff_t m_vecComponentScale = 0xE90; // CPerParticleVecInput - constexpr std::ptrdiff_t m_bLocalScale = 0x14C0; // bool - constexpr std::ptrdiff_t m_nSizeCullBloat = 0x14C4; // int32 - constexpr std::ptrdiff_t m_bAnimated = 0x14C8; // bool - constexpr std::ptrdiff_t m_flAnimationRate = 0x14D0; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_bScaleAnimationRate = 0x1620; // bool - constexpr std::ptrdiff_t m_bForceLoopingAnimation = 0x1621; // bool - constexpr std::ptrdiff_t m_bResetAnimOnStop = 0x1622; // bool - constexpr std::ptrdiff_t m_bManualAnimFrame = 0x1623; // bool - constexpr std::ptrdiff_t m_nAnimationScaleField = 0x1624; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_nAnimationField = 0x1628; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_nManualFrameField = 0x162C; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_ActivityName = 0x1630; // char[256] - constexpr std::ptrdiff_t m_SequenceName = 0x1730; // char[256] - constexpr std::ptrdiff_t m_bEnableClothSimulation = 0x1830; // bool - constexpr std::ptrdiff_t m_hOverrideMaterial = 0x1838; // CStrongHandle - constexpr std::ptrdiff_t m_bOverrideTranslucentMaterials = 0x1840; // bool - constexpr std::ptrdiff_t m_nSkin = 0x1848; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_MaterialVars = 0x1998; // CUtlVector - constexpr std::ptrdiff_t m_flManualModelSelection = 0x19B0; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_modelInput = 0x1B00; // CParticleModelInput - constexpr std::ptrdiff_t m_nLOD = 0x1B58; // int32 - constexpr std::ptrdiff_t m_EconSlotName = 0x1B5C; // char[256] - constexpr std::ptrdiff_t m_bOriginalModel = 0x1C5C; // bool - constexpr std::ptrdiff_t m_bSuppressTint = 0x1C5D; // bool - constexpr std::ptrdiff_t m_bUseRawMeshGroup = 0x1C5E; // bool - constexpr std::ptrdiff_t m_bDisableShadows = 0x1C5F; // bool - constexpr std::ptrdiff_t m_bDisableDepthPrepass = 0x1C60; // bool - constexpr std::ptrdiff_t m_bAcceptsDecals = 0x1C61; // bool - constexpr std::ptrdiff_t m_bForceDrawInterlevedWithSiblings = 0x1C62; // bool - constexpr std::ptrdiff_t m_bDoNotDrawInParticlePass = 0x1C63; // bool - constexpr std::ptrdiff_t m_bUseFastModelCollectionRenderPath = 0x1C64; // bool - constexpr std::ptrdiff_t m_bAllowApproximateTransforms = 0x1C65; // bool - constexpr std::ptrdiff_t m_szRenderAttribute = 0x1C66; // char[4096] - constexpr std::ptrdiff_t m_flRadiusScale = 0x2C68; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_flAlphaScale = 0x2DB8; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_flRollScale = 0x2F08; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_nAlpha2Field = 0x3058; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_vecColorScale = 0x3060; // CParticleCollectionVecInput - constexpr std::ptrdiff_t m_nColorBlendType = 0x3690; // ParticleColorBlendType_t - } - // Parent: CParticleFunctionRenderer - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_RenderSimpleModelCollection { - constexpr std::ptrdiff_t m_bCenterOffset = 0x1F6; // bool - constexpr std::ptrdiff_t m_modelInput = 0x1F8; // CParticleModelInput - constexpr std::ptrdiff_t m_nLOD = 0x250; // int32 - constexpr std::ptrdiff_t m_bDisableShadows = 0x254; // bool - constexpr std::ptrdiff_t m_bAcceptsDecals = 0x255; // bool - } - // Parent: CParticleFunctionRenderer - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_RenderMaterialProxy { - constexpr std::ptrdiff_t m_nMaterialControlPoint = 0x1F8; // int32 - constexpr std::ptrdiff_t m_nProxyType = 0x1FC; // MaterialProxyType_t - constexpr std::ptrdiff_t m_MaterialVars = 0x200; // CUtlVector - constexpr std::ptrdiff_t m_hOverrideMaterial = 0x218; // CStrongHandle - constexpr std::ptrdiff_t m_flMaterialOverrideEnabled = 0x220; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_vecColorScale = 0x370; // CParticleCollectionVecInput - constexpr std::ptrdiff_t m_flAlpha = 0x9A0; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_nColorBlendType = 0xAF0; // ParticleColorBlendType_t - } - // Parent: CParticleFunctionRenderer - // Fields count: 12 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_RenderProjected { - constexpr std::ptrdiff_t m_bProjectCharacter = 0x1F6; // bool - constexpr std::ptrdiff_t m_bProjectWorld = 0x1F7; // bool - constexpr std::ptrdiff_t m_bProjectWater = 0x1F8; // bool - constexpr std::ptrdiff_t m_bFlipHorizontal = 0x1F9; // bool - constexpr std::ptrdiff_t m_bEnableProjectedDepthControls = 0x1FA; // bool - constexpr std::ptrdiff_t m_flMinProjectionDepth = 0x1FC; // float32 - constexpr std::ptrdiff_t m_flMaxProjectionDepth = 0x200; // float32 - constexpr std::ptrdiff_t m_vecProjectedMaterials = 0x208; // CUtlVector - constexpr std::ptrdiff_t m_flMaterialSelection = 0x220; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_flAnimationTimeScale = 0x370; // float32 - constexpr std::ptrdiff_t m_bOrientToNormal = 0x374; // bool - constexpr std::ptrdiff_t m_MaterialVars = 0x378; // CUtlVector - } - // Parent: CParticleFunctionRenderer - // Fields count: 16 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_RenderDeferredLight { - constexpr std::ptrdiff_t m_bUseAlphaTestWindow = 0x1F6; // bool - constexpr std::ptrdiff_t m_bUseTexture = 0x1F7; // bool - constexpr std::ptrdiff_t m_flRadiusScale = 0x1F8; // float32 - constexpr std::ptrdiff_t m_flAlphaScale = 0x1FC; // float32 - constexpr std::ptrdiff_t m_nAlpha2Field = 0x200; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_vecColorScale = 0x208; // CParticleCollectionVecInput - constexpr std::ptrdiff_t m_nColorBlendType = 0x838; // ParticleColorBlendType_t - constexpr std::ptrdiff_t m_flLightDistance = 0x83C; // float32 - constexpr std::ptrdiff_t m_flStartFalloff = 0x840; // float32 - constexpr std::ptrdiff_t m_flDistanceFalloff = 0x844; // float32 - constexpr std::ptrdiff_t m_flSpotFoV = 0x848; // float32 - constexpr std::ptrdiff_t m_nAlphaTestPointField = 0x84C; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_nAlphaTestRangeField = 0x850; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_nAlphaTestSharpnessField = 0x854; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_hTexture = 0x858; // CStrongHandle - constexpr std::ptrdiff_t m_nHSVShiftControlPoint = 0x860; // int32 - } - // Parent: CParticleFunctionRenderer - // Fields count: 29 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_RenderStandardLight { - constexpr std::ptrdiff_t m_nLightType = 0x1F8; // ParticleLightTypeChoiceList_t - constexpr std::ptrdiff_t m_vecColorScale = 0x200; // CParticleCollectionVecInput - constexpr std::ptrdiff_t m_nColorBlendType = 0x830; // ParticleColorBlendType_t - constexpr std::ptrdiff_t m_flIntensity = 0x838; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_bCastShadows = 0x988; // bool - constexpr std::ptrdiff_t m_flTheta = 0x990; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_flPhi = 0xAE0; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_flRadiusMultiplier = 0xC30; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_nAttenuationStyle = 0xD80; // StandardLightingAttenuationStyle_t - constexpr std::ptrdiff_t m_flFalloffLinearity = 0xD88; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_flFiftyPercentFalloff = 0xED8; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_flZeroPercentFalloff = 0x1028; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_bRenderDiffuse = 0x1178; // bool - constexpr std::ptrdiff_t m_bRenderSpecular = 0x1179; // bool - constexpr std::ptrdiff_t m_lightCookie = 0x1180; // CUtlString - constexpr std::ptrdiff_t m_nPriority = 0x1188; // int32 - constexpr std::ptrdiff_t m_nFogLightingMode = 0x118C; // ParticleLightFogLightingMode_t - constexpr std::ptrdiff_t m_flFogContribution = 0x1190; // CParticleCollectionRendererFloatInput - constexpr std::ptrdiff_t m_nCapsuleLightBehavior = 0x12E0; // ParticleLightBehaviorChoiceList_t - constexpr std::ptrdiff_t m_flCapsuleLength = 0x12E4; // float32 - constexpr std::ptrdiff_t m_bReverseOrder = 0x12E8; // bool - constexpr std::ptrdiff_t m_bClosedLoop = 0x12E9; // bool - constexpr std::ptrdiff_t m_nPrevPntSource = 0x12EC; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_flMaxLength = 0x12F0; // float32 - constexpr std::ptrdiff_t m_flMinLength = 0x12F4; // float32 - constexpr std::ptrdiff_t m_bIgnoreDT = 0x12F8; // bool - constexpr std::ptrdiff_t m_flConstrainRadiusToLengthRatio = 0x12FC; // float32 - constexpr std::ptrdiff_t m_flLengthScale = 0x1300; // float32 - constexpr std::ptrdiff_t m_flLengthFadeInTime = 0x1304; // float32 - } - // Parent: CParticleFunctionRenderer - // Fields count: 14 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_RenderOmni2Light { - constexpr std::ptrdiff_t m_nLightType = 0x1F8; // ParticleOmni2LightTypeChoiceList_t - constexpr std::ptrdiff_t m_vColorBlend = 0x200; // CParticleCollectionVecInput - constexpr std::ptrdiff_t m_nColorBlendType = 0x830; // ParticleColorBlendType_t - constexpr std::ptrdiff_t m_nBrightnessUnit = 0x834; // ParticleLightUnitChoiceList_t - constexpr std::ptrdiff_t m_flBrightnessLumens = 0x838; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_flBrightnessCandelas = 0x988; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_bCastShadows = 0xAD8; // bool - constexpr std::ptrdiff_t m_flLuminaireRadius = 0xAE0; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_flSkirt = 0xC30; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_flRange = 0xD80; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_flInnerConeAngle = 0xED0; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_flOuterConeAngle = 0x1020; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_hLightCookie = 0x1170; // CStrongHandle - constexpr std::ptrdiff_t m_bSphericalCookie = 0x1178; // bool - } - // Parent: CParticleFunctionRenderer - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_RenderLightBeam { - constexpr std::ptrdiff_t m_vColorBlend = 0x1F8; // CParticleCollectionVecInput - constexpr std::ptrdiff_t m_nColorBlendType = 0x828; // ParticleColorBlendType_t - constexpr std::ptrdiff_t m_flBrightnessLumensPerMeter = 0x830; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_bCastShadows = 0x980; // bool - constexpr std::ptrdiff_t m_flSkirt = 0x988; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_flRange = 0xAD8; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_flThickness = 0xC28; // CParticleCollectionFloatInput - } - // Parent: CParticleFunctionRenderer - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_Callback { - } - // Parent: CParticleFunctionRenderer - // Fields count: 9 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_RenderScreenShake { - constexpr std::ptrdiff_t m_flDurationScale = 0x1F8; // float32 - constexpr std::ptrdiff_t m_flRadiusScale = 0x1FC; // float32 - constexpr std::ptrdiff_t m_flFrequencyScale = 0x200; // float32 - constexpr std::ptrdiff_t m_flAmplitudeScale = 0x204; // float32 - constexpr std::ptrdiff_t m_nRadiusField = 0x208; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_nDurationField = 0x20C; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_nFrequencyField = 0x210; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_nAmplitudeField = 0x214; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_nFilterCP = 0x218; // int32 - } - // Parent: CParticleFunctionRenderer - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_RenderTonemapController { - constexpr std::ptrdiff_t m_flTonemapLevel = 0x1F8; // float32 - constexpr std::ptrdiff_t m_flTonemapWeight = 0x1FC; // float32 - constexpr std::ptrdiff_t m_nTonemapLevelField = 0x200; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_nTonemapWeightField = 0x204; // ParticleAttributeIndex_t - } - // Parent: CParticleFunctionRenderer - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_RenderPostProcessing { - constexpr std::ptrdiff_t m_flPostProcessStrength = 0x1F8; // CPerParticleFloatInput - constexpr std::ptrdiff_t m_hPostTexture = 0x348; // CStrongHandle - constexpr std::ptrdiff_t m_nPriority = 0x350; // ParticlePostProcessPriorityGroup_t - } - // Parent: CParticleFunctionRenderer - // Fields count: 12 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_RenderSound { - constexpr std::ptrdiff_t m_flDurationScale = 0x1F8; // float32 - constexpr std::ptrdiff_t m_flSndLvlScale = 0x1FC; // float32 - constexpr std::ptrdiff_t m_flPitchScale = 0x200; // float32 - constexpr std::ptrdiff_t m_flVolumeScale = 0x204; // float32 - constexpr std::ptrdiff_t m_nSndLvlField = 0x208; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_nDurationField = 0x20C; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_nPitchField = 0x210; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_nVolumeField = 0x214; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_nChannel = 0x218; // int32 - constexpr std::ptrdiff_t m_nCPReference = 0x21C; // int32 - constexpr std::ptrdiff_t m_pszSoundName = 0x220; // char[256] - constexpr std::ptrdiff_t m_bSuppressStopSoundEvent = 0x320; // bool - } - // Parent: CParticleFunctionRenderer - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_RenderStatusEffect { - constexpr std::ptrdiff_t m_pTextureColorWarp = 0x1F8; // CStrongHandle - constexpr std::ptrdiff_t m_pTextureDetail2 = 0x200; // CStrongHandle - constexpr std::ptrdiff_t m_pTextureDiffuseWarp = 0x208; // CStrongHandle - constexpr std::ptrdiff_t m_pTextureFresnelColorWarp = 0x210; // CStrongHandle - constexpr std::ptrdiff_t m_pTextureFresnelWarp = 0x218; // CStrongHandle - constexpr std::ptrdiff_t m_pTextureSpecularWarp = 0x220; // CStrongHandle - constexpr std::ptrdiff_t m_pTextureEnvMap = 0x228; // CStrongHandle - } - // Parent: CParticleFunctionRenderer - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_RenderStatusEffectCitadel { - constexpr std::ptrdiff_t m_pTextureColorWarp = 0x1F8; // CStrongHandle - constexpr std::ptrdiff_t m_pTextureNormal = 0x200; // CStrongHandle - constexpr std::ptrdiff_t m_pTextureMetalness = 0x208; // CStrongHandle - constexpr std::ptrdiff_t m_pTextureRoughness = 0x210; // CStrongHandle - constexpr std::ptrdiff_t m_pTextureSelfIllum = 0x218; // CStrongHandle - constexpr std::ptrdiff_t m_pTextureDetail = 0x220; // CStrongHandle - } - // Parent: CParticleFunctionRenderer - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_RenderFlattenGrass { - constexpr std::ptrdiff_t m_flFlattenStrength = 0x1F8; // float32 - constexpr std::ptrdiff_t m_nStrengthFieldOverride = 0x1FC; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_flRadiusScale = 0x200; // float32 - } - // Parent: CParticleFunctionRenderer - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_RenderTreeShake { - constexpr std::ptrdiff_t m_flPeakStrength = 0x1F8; // float32 - constexpr std::ptrdiff_t m_nPeakStrengthFieldOverride = 0x1FC; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_flRadius = 0x200; // float32 - constexpr std::ptrdiff_t m_nRadiusFieldOverride = 0x204; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_flShakeDuration = 0x208; // float32 - constexpr std::ptrdiff_t m_flTransitionTime = 0x20C; // float32 - constexpr std::ptrdiff_t m_flTwistAmount = 0x210; // float32 - constexpr std::ptrdiff_t m_flRadialAmount = 0x214; // float32 - constexpr std::ptrdiff_t m_flControlPointOrientationAmount = 0x218; // float32 - constexpr std::ptrdiff_t m_nControlPointForLinearDirection = 0x21C; // int32 - } - // Parent: CParticleFunctionRenderer - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_RenderText { - constexpr std::ptrdiff_t m_OutlineColor = 0x1F6; // Color - constexpr std::ptrdiff_t m_DefaultText = 0x200; // CUtlString - } - // Parent: CParticleFunctionRenderer - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_RenderVRHapticEvent { - constexpr std::ptrdiff_t m_nHand = 0x1F8; // ParticleVRHandChoiceList_t - constexpr std::ptrdiff_t m_nOutputHandCP = 0x1FC; // int32 - constexpr std::ptrdiff_t m_nOutputField = 0x200; // int32 - constexpr std::ptrdiff_t m_flAmplitude = 0x208; // CPerParticleFloatInput - } - // Parent: CParticleFunctionOperator - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_RemapSDFDistanceToScalarAttribute { - constexpr std::ptrdiff_t m_nFieldOutput = 0x1B0; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_nVectorFieldInput = 0x1B4; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_flMinDistance = 0x1B8; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_flMaxDistance = 0x308; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_flValueBelowMin = 0x458; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_flValueAtMin = 0x5A8; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_flValueAtMax = 0x6F8; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_flValueAboveMax = 0x848; // CParticleCollectionFloatInput - } - // Parent: CParticleFunctionOperator - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_RemapSDFDistanceToVectorAttribute { - constexpr std::ptrdiff_t m_nVectorFieldOutput = 0x1B0; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_nVectorFieldInput = 0x1B4; // ParticleAttributeIndex_t - constexpr std::ptrdiff_t m_flMinDistance = 0x1B8; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_flMaxDistance = 0x308; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_vValueBelowMin = 0x458; // Vector - constexpr std::ptrdiff_t m_vValueAtMin = 0x464; // Vector - constexpr std::ptrdiff_t m_vValueAtMax = 0x470; // Vector - constexpr std::ptrdiff_t m_vValueAboveMax = 0x47C; // Vector - } - // Parent: CParticleFunctionForce - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_SDFForce { - constexpr std::ptrdiff_t m_flForceScale = 0x1BC; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_RemapSDFGradientToVectorAttribute { - constexpr std::ptrdiff_t m_nFieldOutput = 0x1B0; // ParticleAttributeIndex_t - } - // Parent: CParticleFunctionOperator - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_SDFLighting { - constexpr std::ptrdiff_t m_vLightingDir = 0x1B0; // Vector - constexpr std::ptrdiff_t m_vTint_0 = 0x1BC; // Vector - constexpr std::ptrdiff_t m_vTint_1 = 0x1C8; // Vector - } - // Parent: CParticleFunctionConstraint - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_SDFConstraint { - constexpr std::ptrdiff_t m_flMinDist = 0x1B0; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_flMaxDist = 0x300; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_nMaxIterations = 0x450; // int32 - } - // Parent: CParticleFunctionOperator - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace C_OP_ParticlePhysics { - constexpr std::ptrdiff_t m_Gravity = 0x1B0; // CParticleCollectionVecInput - constexpr std::ptrdiff_t m_fDrag = 0x7E0; // CParticleCollectionFloatInput - constexpr std::ptrdiff_t m_nMaxConstraintPasses = 0x930; // int32 - } - } - } -} diff --git a/output/linux/libparticles.so.json b/output/linux/libparticles.so.json deleted file mode 100644 index 815a70f..0000000 --- a/output/linux/libparticles.so.json +++ /dev/null @@ -1,7318 +0,0 @@ -{ - "libparticles.so": { - "classes": { - "CBaseRendererSource2": { - "fields": { - "m_bAnimateInFPS": 3832, - "m_bBlendFramesSeq0": 9212, - "m_bDisableZBuffering": 7856, - "m_bGammaCorrectVertexColors": 4860, - "m_bMaxLuminanceBlendingSequence0": 9213, - "m_bOnlyRenderInEffecsGameOverlay": 7595, - "m_bOnlyRenderInEffectsBloomPass": 7592, - "m_bOnlyRenderInEffectsWaterPass": 7593, - "m_bRefract": 7240, - "m_bRefractSolid": 7241, - "m_bReverseZBuffering": 7855, - "m_bSaturateColorPreAlphaBlend": 4861, - "m_bStencilTestExclude": 7724, - "m_bTintByFOW": 6216, - "m_bTintByGlobalLight": 6217, - "m_bUseMixedResolutionRendering": 7594, - "m_bWriteStencilOnDepthFail": 7854, - "m_bWriteStencilOnDepthPass": 7853, - "m_flAddSelfAmount": 4864, - "m_flAlphaReferenceSoftness": 6232, - "m_flAlphaScale": 840, - "m_flAnimationRate": 3824, - "m_flBumpStrength": 3792, - "m_flCenterXOffset": 3120, - "m_flCenterYOffset": 3456, - "m_flDepthBias": 8872, - "m_flDesaturation": 5200, - "m_flDiffuseAmount": 4176, - "m_flDiffuseClamp": 4512, - "m_flFeatheringFilter": 8536, - "m_flFeatheringMaxDist": 8200, - "m_flFeatheringMinDist": 7864, - "m_flFogAmount": 5880, - "m_flOverbrightFactor": 5536, - "m_flRadiusScale": 504, - "m_flRefractAmount": 7248, - "m_flRollScale": 1176, - "m_flSelfIllumAmount": 3840, - "m_flSourceAlphaValueToMapToOne": 6904, - "m_flSourceAlphaValueToMapToZero": 6568, - "m_nAlpha2Field": 1512, - "m_nAlphaReferenceType": 6228, - "m_nAnimationType": 3828, - "m_nColorBlendType": 3104, - "m_nCropTextureOverride": 3796, - "m_nFeatheringMode": 7860, - "m_nFogType": 5876, - "m_nHSVShiftControlPoint": 5872, - "m_nLightingControlPoint": 4848, - "m_nOutputBlendMode": 4856, - "m_nPerParticleAlphaRefWindow": 6224, - "m_nPerParticleAlphaReference": 6220, - "m_nRefractBlurRadius": 7584, - "m_nRefractBlurType": 7588, - "m_nSelfIllumPerParticle": 4852, - "m_nShaderType": 3108, - "m_nSortMethod": 9208, - "m_stencilTestID": 7596, - "m_stencilWriteID": 7725, - "m_strShaderOverride": 3112, - "m_vecColorScale": 1520, - "m_vecTexturesInput": 3800 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionRenderer" - }, - "CBaseTrailRenderer": { - "fields": { - "m_bClampV": 10472, - "m_flEndFadeSize": 10136, - "m_flMaxSize": 9796, - "m_flMinSize": 9792, - "m_flStartFadeSize": 9800, - "m_nOrientationControlPoint": 9788, - "m_nOrientationType": 9784 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CBaseRendererSource2" - }, - "CGeneralRandomRotation": { - "fields": { - "m_bRandomlyFlipDirection": 456, - "m_flDegrees": 440, - "m_flDegreesMax": 448, - "m_flDegreesMin": 444, - "m_flRotationRandExponent": 452, - "m_nFieldOutput": 436 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "CGeneralSpin": { - "fields": { - "m_fSpinRateStopTime": 444, - "m_nSpinRateDegrees": 432, - "m_nSpinRateMinDegrees": 436 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "CParticleCollectionFloatInput": { - "fields": {}, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - }, - { - "name": "MPropertyCustomEditor", - "type": "Unknown" - } - ], - "parent": null - }, - "CParticleCollectionRendererFloatInput": { - "fields": {}, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - }, - { - "name": "MPropertyCustomEditor", - "type": "Unknown" - } - ], - "parent": "CParticleCollectionFloatInput" - }, - "CParticleCollectionRendererVecInput": { - "fields": {}, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - }, - { - "name": "MPropertyCustomEditor", - "type": "Unknown" - } - ], - "parent": "CParticleCollectionVecInput" - }, - "CParticleCollectionVecInput": { - "fields": {}, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - }, - { - "name": "MPropertyCustomEditor", - "type": "Unknown" - } - ], - "parent": null - }, - "CParticleFunction": { - "fields": { - "m_Notes": 400, - "m_bDisableOperator": 398, - "m_bNormalizeToStopTime": 368, - "m_flOpEndFadeInTime": 352, - "m_flOpEndFadeOutTime": 360, - "m_flOpFadeOscillatePeriod": 364, - "m_flOpStartFadeInTime": 348, - "m_flOpStartFadeOutTime": 356, - "m_flOpStrength": 8, - "m_flOpTimeOffsetMax": 376, - "m_flOpTimeOffsetMin": 372, - "m_flOpTimeScaleMax": 392, - "m_flOpTimeScaleMin": 388, - "m_nOpEndCapState": 344, - "m_nOpTimeOffsetSeed": 380, - "m_nOpTimeScaleSeed": 384 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CParticleFunctionConstraint": { - "fields": {}, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunction" - }, - "CParticleFunctionEmitter": { - "fields": { - "m_nEmitterIndex": 432 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunction" - }, - "CParticleFunctionForce": { - "fields": {}, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunction" - }, - "CParticleFunctionInitializer": { - "fields": { - "m_nAssociatedEmitterIndex": 432 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunction" - }, - "CParticleFunctionOperator": { - "fields": {}, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunction" - }, - "CParticleFunctionPreEmission": { - "fields": { - "m_bRunOnce": 432 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "CParticleFunctionRenderer": { - "fields": { - "VisibilityInputs": 432, - "m_bCannotBeRefracted": 500, - "m_bSkipRenderingOnMobile": 501 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunction" - }, - "CParticleInput": { - "fields": {}, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CParticleRemapFloatInput": { - "fields": {}, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - }, - { - "name": "MPropertyCustomEditor", - "type": "Unknown" - } - ], - "parent": null - }, - "CParticleSystemDefinition": { - "fields": { - "m_BoundingBoxMax": 552, - "m_BoundingBoxMin": 540, - "m_Children": 184, - "m_ConstantColor": 608, - "m_ConstantNormal": 612, - "m_Constraints": 136, - "m_Emitters": 40, - "m_ForceGenerators": 112, - "m_Initializers": 64, - "m_NamedValueDomain": 576, - "m_NamedValueLocals": 584, - "m_Operators": 88, - "m_PreEmissionOperators": 16, - "m_Renderers": 160, - "m_bEnableNamedValues": 573, - "m_bInfiniteBounds": 572, - "m_bScreenSpaceEffect": 788, - "m_bShouldBatch": 780, - "m_bShouldHitboxesFallbackToRenderBounds": 781, - "m_bShouldHitboxesFallbackToSnapshot": 782, - "m_bShouldSort": 808, - "m_controlPointConfigurations": 880, - "m_flAggregateRadius": 776, - "m_flConstantLifespan": 636, - "m_flConstantRadius": 624, - "m_flConstantRotation": 628, - "m_flConstantRotationSpeed": 632, - "m_flCullFillCost": 676, - "m_flCullRadius": 672, - "m_flDepthSortBias": 564, - "m_flMaxCreationDistance": 768, - "m_flMaxDrawDistance": 760, - "m_flMaximumSimTime": 732, - "m_flMaximumTimeStep": 728, - "m_flMinimumSimTime": 736, - "m_flMinimumTimeStep": 740, - "m_flNoDrawTimeToGoToSleep": 756, - "m_flPreSimulationTime": 720, - "m_flStartFadeDistance": 764, - "m_flStopSimulationAfterTime": 724, - "m_hFallback": 688, - "m_hLowViolenceDef": 704, - "m_hReferenceReplacement": 712, - "m_hSnapshot": 656, - "m_nAggregationMinAvailableParticles": 772, - "m_nAllowRenderControlPoint": 804, - "m_nBehaviorVersion": 8, - "m_nConstantSequenceNumber": 640, - "m_nConstantSequenceNumber1": 644, - "m_nCullControlPoint": 680, - "m_nFallbackMaxCount": 696, - "m_nFirstMultipleOverride_BackwardCompat": 376, - "m_nGroupID": 536, - "m_nInitialParticles": 528, - "m_nMaxParticles": 532, - "m_nMinCPULevel": 748, - "m_nMinGPULevel": 752, - "m_nMinimumFrames": 744, - "m_nSkipRenderControlPoint": 800, - "m_nSnapshotControlPoint": 648, - "m_nSortOverridePositionCP": 568, - "m_nViewModelEffect": 784, - "m_pszCullReplacementName": 664, - "m_pszTargetLayerID": 792 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "IParticleSystemDefinition" - }, - "CParticleVariableRef": { - "fields": { - "m_variableName": 0, - "m_variableType": 56 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - }, - { - "name": "MPropertyCustomEditor", - "type": "Unknown" - } - ], - "parent": null - }, - "CParticleVisibilityInputs": { - "fields": { - "m_bDotCPAngles": 40, - "m_bDotCameraAngles": 41, - "m_bRightEye": 64, - "m_flAlphaScaleMax": 48, - "m_flAlphaScaleMin": 44, - "m_flCameraBias": 0, - "m_flDistanceInputMax": 28, - "m_flDistanceInputMin": 24, - "m_flDotInputMax": 36, - "m_flDotInputMin": 32, - "m_flInputMax": 16, - "m_flInputMin": 12, - "m_flNoPixelVisibilityFallback": 20, - "m_flProxyRadius": 8, - "m_flRadiusScaleFOVBase": 60, - "m_flRadiusScaleMax": 56, - "m_flRadiusScaleMin": 52, - "m_nCPin": 4 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CPathParameters": { - "fields": { - "m_flBulge": 12, - "m_flMidPoint": 16, - "m_nBulgeControl": 8, - "m_nEndControlPointNumber": 4, - "m_nStartControlPointNumber": 0, - "m_vEndOffset": 44, - "m_vMidPointOffset": 32, - "m_vStartPointOffset": 20 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CPerParticleFloatInput": { - "fields": {}, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - }, - { - "name": "MPropertyCustomEditor", - "type": "Unknown" - } - ], - "parent": null - }, - "CPerParticleVecInput": { - "fields": {}, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - }, - { - "name": "MPropertyCustomEditor", - "type": "Unknown" - } - ], - "parent": null - }, - "CRandomNumberGeneratorParameters": { - "fields": { - "m_bDistributeEvenly": 0, - "m_nSeed": 4 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CSpinUpdateBase": { - "fields": {}, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_INIT_AddVectorToVector": { - "fields": { - "m_nFieldInput": 452, - "m_nFieldOutput": 448, - "m_randomnessParameters": 480, - "m_vOffsetMax": 468, - "m_vOffsetMin": 456, - "m_vecScale": 436 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_AgeNoise": { - "fields": { - "m_bAbsVal": 436, - "m_bAbsValInv": 437, - "m_flAgeMax": 448, - "m_flAgeMin": 444, - "m_flNoiseScale": 452, - "m_flNoiseScaleLoc": 456, - "m_flOffset": 440, - "m_vecOffsetLoc": 460 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_ChaoticAttractor": { - "fields": { - "m_bUniformSpeed": 468, - "m_flAParm": 436, - "m_flBParm": 440, - "m_flCParm": 444, - "m_flDParm": 448, - "m_flScale": 452, - "m_flSpeedMax": 460, - "m_flSpeedMin": 456, - "m_nBaseCP": 464 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_ColorLitPerParticle": { - "fields": { - "m_ColorMax": 464, - "m_ColorMin": 460, - "m_TintMax": 472, - "m_TintMin": 468, - "m_flLightAmplification": 484, - "m_flTintPerc": 476, - "m_nTintBlendMode": 480 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_CreateAlongPath": { - "fields": { - "m_PathParams": 448, - "m_bSaveOffset": 528, - "m_bUseRandomCPs": 512, - "m_fMaxDistance": 436, - "m_vEndOffset": 516 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_CreateFromCPs": { - "fields": { - "m_nDynamicCPCount": 448, - "m_nIncrement": 436, - "m_nMaxCP": 444, - "m_nMinCP": 440 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_CreateFromParentParticles": { - "fields": { - "m_bRandomDistribution": 444, - "m_bSubFrame": 452, - "m_flIncrement": 440, - "m_flVelocityScale": 436, - "m_nRandomSeed": 448 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_CreateFromPlaneCache": { - "fields": { - "m_bUseNormal": 461, - "m_vecOffsetMax": 448, - "m_vecOffsetMin": 436 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_CreateInEpitrochoid": { - "fields": { - "m_TransformInput": 448, - "m_bOffsetExistingPos": 1890, - "m_bUseCount": 1888, - "m_bUseLocalCoords": 1889, - "m_flOffset": 880, - "m_flParticleDensity": 544, - "m_flRadius1": 1216, - "m_flRadius2": 1552, - "m_nComponent1": 436, - "m_nComponent2": 440 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_CreateOnGrid": { - "fields": { - "m_bCenter": 2461, - "m_bHollow": 2462, - "m_bLocalSpace": 2460, - "m_nControlPointNumber": 2456, - "m_nXCount": 440, - "m_nXSpacing": 1448, - "m_nYCount": 776, - "m_nYSpacing": 1784, - "m_nZCount": 1112, - "m_nZSpacing": 2120 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_CreateOnModel": { - "fields": { - "m_HitboxSetName": 3816, - "m_bLocalCoords": 3944, - "m_bUseBones": 3945, - "m_bUseMesh": 3946, - "m_flBoneVelocity": 2224, - "m_flMaxBoneVelocity": 2228, - "m_flShellSize": 3952, - "m_modelInput": 440, - "m_nDesiredHitbox": 628, - "m_nForceInModel": 624, - "m_nHitboxValueFromControlPointIndex": 632, - "m_transformInput": 528, - "m_vecDirectionBias": 2232, - "m_vecHitBoxScale": 640 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_CreateOnModelAtHeight": { - "fields": { - "m_HitboxSetName": 3966, - "m_bForceZ": 437, - "m_bLocalCoords": 3964, - "m_bPreferMovingBoxes": 3965, - "m_bUseBones": 436, - "m_bUseWaterHeight": 448, - "m_flDesiredHeight": 456, - "m_flHitboxVelocityScale": 4096, - "m_flMaxBoneVelocity": 4432, - "m_nBiasType": 3960, - "m_nControlPointNumber": 440, - "m_nHeightCP": 444, - "m_vecDirectionBias": 2376, - "m_vecHitBoxScale": 792 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_CreateParticleImpulse": { - "fields": { - "m_InputFalloffExp": 1120, - "m_InputMagnitude": 776, - "m_InputRadius": 440, - "m_nFalloffFunction": 1112, - "m_nImpulseType": 1456 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_CreatePhyllotaxis": { - "fields": { - "m_bUseLocalCoords": 480, - "m_bUseOrigRadius": 482, - "m_bUseWithContEmit": 481, - "m_fDistBias": 476, - "m_fMinRad": 472, - "m_fRadBias": 468, - "m_fRadCentCore": 448, - "m_fRadPerPoint": 452, - "m_fRadPerPointTo": 456, - "m_fpointAngle": 460, - "m_fsizeOverall": 464, - "m_nComponent": 444, - "m_nControlPointNumber": 436, - "m_nScaleCP": 440 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_CreateSequentialPath": { - "fields": { - "m_PathParams": 448, - "m_bCPPairs": 445, - "m_bLoop": 444, - "m_bSaveOffset": 446, - "m_fMaxDistance": 436, - "m_flNumToAssign": 440 - }, - "metadata": [ - { - "name": "MParticleMaxVersion", - "type": "Unknown" - }, - { - "name": "MParticleReplacementOp", - "type": "Unknown" - }, - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_CreateSequentialPathV2": { - "fields": { - "m_PathParams": 1120, - "m_bCPPairs": 1113, - "m_bLoop": 1112, - "m_bSaveOffset": 1114, - "m_fMaxDistance": 440, - "m_flNumToAssign": 776 - }, - "metadata": [ - { - "name": "MParticleMinVersion", - "type": "Unknown" - }, - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_CreateSpiralSphere": { - "fields": { - "m_bUseParticleCount": 460, - "m_flInitialRadius": 448, - "m_flInitialSpeedMax": 456, - "m_flInitialSpeedMin": 452, - "m_nControlPointNumber": 436, - "m_nDensity": 444, - "m_nOverrideCP": 440 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_CreateWithinBox": { - "fields": { - "m_bLocalSpace": 3612, - "m_nControlPointNumber": 3608, - "m_randomnessParameters": 3616, - "m_vecMax": 2024, - "m_vecMin": 440 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_CreateWithinSphereTransform": { - "fields": { - "m_LocalCoordinateSystemSpeedMax": 5080, - "m_LocalCoordinateSystemSpeedMin": 3496, - "m_TransformInput": 2712, - "m_bLocalCoords": 3484, - "m_fRadiusMax": 776, - "m_fRadiusMin": 440, - "m_fSpeedMax": 3144, - "m_fSpeedMin": 2808, - "m_fSpeedRandExp": 3480, - "m_flEndCPGrowthTime": 3488, - "m_nFieldOutput": 6664, - "m_nFieldVelocity": 6668, - "m_vecDistanceBias": 1112, - "m_vecDistanceBiasAbs": 2696 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_CreationNoise": { - "fields": { - "m_bAbsVal": 440, - "m_bAbsValInv": 441, - "m_flNoiseScale": 456, - "m_flNoiseScaleLoc": 460, - "m_flOffset": 444, - "m_flOutputMax": 452, - "m_flOutputMin": 448, - "m_flWorldTimeScale": 476, - "m_nFieldOutput": 436, - "m_vecOffsetLoc": 464 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_DistanceCull": { - "fields": { - "m_bCullInside": 776, - "m_flDistance": 440, - "m_nControlPoint": 436 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_DistanceToCPInit": { - "fields": { - "m_CollisionGroupName": 1789, - "m_bActiveRange": 2272, - "m_bLOS": 1788, - "m_flInputMax": 776, - "m_flInputMin": 440, - "m_flLOSScale": 2264, - "m_flMaxTraceLength": 1928, - "m_flOutputMax": 1448, - "m_flOutputMin": 1112, - "m_flRemapBias": 2288, - "m_nFieldOutput": 436, - "m_nSetMethod": 2268, - "m_nStartCP": 1784, - "m_nTraceSet": 1920, - "m_vecDistanceScale": 2276 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_DistanceToNeighborCull": { - "fields": { - "m_flDistance": 440 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_GlobalScale": { - "fields": { - "m_bScalePosition": 449, - "m_bScaleRadius": 448, - "m_bScaleVelocity": 450, - "m_flScale": 436, - "m_nControlPointNumber": 444, - "m_nScaleControlPointNumber": 440 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_InheritFromParentParticles": { - "fields": { - "m_bRandomDistribution": 448, - "m_flScale": 436, - "m_nFieldOutput": 440, - "m_nIncrement": 444, - "m_nRandomSeed": 452 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_InheritVelocity": { - "fields": { - "m_flVelocityScale": 440, - "m_nControlPointNumber": 436 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_InitFloat": { - "fields": { - "m_InputStrength": 784, - "m_InputValue": 440, - "m_nOutputField": 776, - "m_nSetMethod": 780 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_InitFloatCollection": { - "fields": { - "m_InputValue": 440, - "m_nOutputField": 776 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_InitFromCPSnapshot": { - "fields": { - "m_bLocalSpaceAngles": 1132, - "m_bRandom": 452, - "m_bReverse": 453, - "m_nAttributeToRead": 440, - "m_nAttributeToWrite": 444, - "m_nControlPointNumber": 436, - "m_nLocalSpaceCP": 448, - "m_nManualSnapshotIndex": 792, - "m_nRandomSeed": 1128, - "m_nSnapShotIncrement": 456 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_InitFromParentKilled": { - "fields": { - "m_nAttributeToCopy": 436 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_InitFromVectorFieldSnapshot": { - "fields": { - "m_bUseVerticalVelocity": 448, - "m_nControlPointNumber": 436, - "m_nLocalSpaceCP": 440, - "m_nWeightUpdateCP": 444, - "m_vecScale": 456 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_InitSkinnedPositionFromCPSnapshot": { - "fields": { - "m_bCopyAlpha": 829, - "m_bCopyColor": 828, - "m_bIgnoreDt": 454, - "m_bRandom": 444, - "m_bRigid": 452, - "m_bSetNormal": 453, - "m_bSetRadius": 830, - "m_flBoneVelocity": 820, - "m_flBoneVelocityMax": 824, - "m_flIncrement": 808, - "m_flMaxNormalVelocity": 460, - "m_flMinNormalVelocity": 456, - "m_flReadIndex": 472, - "m_nControlPointNumber": 440, - "m_nFullLoopIncrement": 812, - "m_nIndexType": 464, - "m_nRandomSeed": 448, - "m_nSnapShotStartPoint": 816, - "m_nSnapshotControlPointNumber": 436 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_InitVec": { - "fields": { - "m_InputValue": 440, - "m_bNormalizedOutput": 2032, - "m_bWritePreviousPosition": 2033, - "m_nOutputField": 2024, - "m_nSetMethod": 2028 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_InitVecCollection": { - "fields": { - "m_InputValue": 440, - "m_nOutputField": 2024 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_InitialRepulsionVelocity": { - "fields": { - "m_CollisionGroupName": 436, - "m_bInherit": 605, - "m_bPerParticle": 596, - "m_bPerParticleTR": 604, - "m_bProportional": 598, - "m_bTranslate": 597, - "m_flTraceLength": 600, - "m_nChildCP": 608, - "m_nChildGroupID": 612, - "m_nControlPointNumber": 592, - "m_nTraceSet": 564, - "m_vecOutputMax": 580, - "m_vecOutputMin": 568 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_InitialSequenceFromModel": { - "fields": { - "m_flInputMax": 452, - "m_flInputMin": 448, - "m_flOutputMax": 460, - "m_flOutputMin": 456, - "m_nControlPointNumber": 436, - "m_nFieldOutput": 440, - "m_nFieldOutputAnim": 444, - "m_nSetMethod": 464 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_InitialVelocityFromHitbox": { - "fields": { - "m_HitboxSetName": 448, - "m_bUseBones": 576, - "m_flVelocityMax": 440, - "m_flVelocityMin": 436, - "m_nControlPointNumber": 444 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_InitialVelocityNoise": { - "fields": { - "m_TransformInput": 6224, - "m_bIgnoreDt": 6320, - "m_flNoiseScale": 5552, - "m_flNoiseScaleLoc": 5888, - "m_flOffset": 2048, - "m_vecAbsVal": 436, - "m_vecAbsValInv": 448, - "m_vecOffsetLoc": 464, - "m_vecOutputMax": 3968, - "m_vecOutputMin": 2384 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_LifespanFromVelocity": { - "fields": { - "m_CollisionGroupName": 468, - "m_bIncludeWater": 608, - "m_flMaxTraceLength": 452, - "m_flTraceOffset": 448, - "m_flTraceTolerance": 456, - "m_nMaxPlanes": 460, - "m_nTraceSet": 596, - "m_vecComponentScale": 436 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_ModelCull": { - "fields": { - "m_HitboxSetName": 443, - "m_bBoundBox": 440, - "m_bCullOutside": 441, - "m_bUseBones": 442, - "m_nControlPointNumber": 436 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_MoveBetweenPoints": { - "fields": { - "m_bTrailBias": 2124, - "m_flEndOffset": 1784, - "m_flEndSpread": 1112, - "m_flSpeedMax": 776, - "m_flSpeedMin": 440, - "m_flStartOffset": 1448, - "m_nEndControlPointNumber": 2120 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_NormalAlignToCP": { - "fields": { - "m_nControlPointAxis": 536, - "m_transformInput": 440 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_NormalOffset": { - "fields": { - "m_OffsetMax": 448, - "m_OffsetMin": 436, - "m_bLocalCoords": 464, - "m_bNormalize": 465, - "m_nControlPointNumber": 460 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_OffsetVectorToVector": { - "fields": { - "m_nFieldInput": 436, - "m_nFieldOutput": 440, - "m_randomnessParameters": 468, - "m_vecOutputMax": 456, - "m_vecOutputMin": 444 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_Orient2DRelToCP": { - "fields": { - "m_flRotOffset": 444, - "m_nCP": 436, - "m_nFieldOutput": 440 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_PlaneCull": { - "fields": { - "m_bCullInside": 776, - "m_flDistance": 440, - "m_nControlPoint": 436 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_PointList": { - "fields": { - "m_bClosedLoop": 465, - "m_bPlaceAlongPath": 464, - "m_nFieldOutput": 436, - "m_nNumPointsAlongPath": 468, - "m_pointList": 440 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_PositionOffset": { - "fields": { - "m_OffsetMax": 2024, - "m_OffsetMin": 440, - "m_TransformInput": 3608, - "m_bLocalCoords": 3704, - "m_bProportional": 3705, - "m_randomnessParameters": 3708 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_PositionOffsetToCP": { - "fields": { - "m_bLocalCoords": 444, - "m_nControlPointNumberEnd": 440, - "m_nControlPointNumberStart": 436 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_PositionPlaceOnGround": { - "fields": { - "m_CollisionGroupName": 1112, - "m_bIncludeWater": 1260, - "m_bOffsetonColOnly": 1264, - "m_bSetNormal": 1261, - "m_bSetPXYZOnly": 1262, - "m_bTraceAlongNormal": 1263, - "m_flMaxTraceLength": 776, - "m_flOffset": 440, - "m_flOffsetByRadiusFactor": 1268, - "m_nIgnoreCP": 1276, - "m_nPreserveOffsetCP": 1272, - "m_nTraceMissBehavior": 1256, - "m_nTraceSet": 1240 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_PositionWarp": { - "fields": { - "m_bInvertWarp": 3632, - "m_bUseCount": 3633, - "m_flPrevPosScale": 3628, - "m_flWarpStartTime": 3624, - "m_flWarpTime": 3620, - "m_nControlPointNumber": 3612, - "m_nRadiusComponent": 3616, - "m_nScaleControlPointNumber": 3608, - "m_vecWarpMax": 2024, - "m_vecWarpMin": 440 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_PositionWarpScalar": { - "fields": { - "m_InputValue": 464, - "m_flPrevPosScale": 800, - "m_nControlPointNumber": 808, - "m_nScaleControlPointNumber": 804, - "m_vecWarpMax": 448, - "m_vecWarpMin": 436 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_QuantizeFloat": { - "fields": { - "m_InputValue": 440, - "m_nOutputField": 776 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_RadiusFromCPObject": { - "fields": { - "m_nControlPoint": 436 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_RandomAlpha": { - "fields": { - "m_flAlphaRandExponent": 456, - "m_nAlphaMax": 444, - "m_nAlphaMin": 440, - "m_nFieldOutput": 436 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_RandomAlphaWindowThreshold": { - "fields": { - "m_flExponent": 444, - "m_flMax": 440, - "m_flMin": 436 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_RandomColor": { - "fields": { - "m_ColorMax": 468, - "m_ColorMin": 464, - "m_TintMax": 476, - "m_TintMin": 472, - "m_flLightAmplification": 500, - "m_flTintPerc": 480, - "m_flUpdateThreshold": 484, - "m_nFieldOutput": 492, - "m_nTintBlendMode": 496, - "m_nTintCP": 488 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_RandomLifeTime": { - "fields": { - "m_fLifetimeMax": 440, - "m_fLifetimeMin": 436, - "m_fLifetimeRandExponent": 444 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_RandomModelSequence": { - "fields": { - "m_ActivityName": 436, - "m_SequenceName": 692, - "m_hModel": 952 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_RandomNamedModelBodyPart": { - "fields": {}, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "C_INIT_RandomNamedModelElement" - }, - "C_INIT_RandomNamedModelElement": { - "fields": { - "m_bLinear": 473, - "m_bModelFromRenderer": 474, - "m_bShuffle": 472, - "m_hModel": 440, - "m_nFieldOutput": 476, - "m_names": 448 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_RandomNamedModelMeshGroup": { - "fields": {}, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "C_INIT_RandomNamedModelElement" - }, - "C_INIT_RandomNamedModelSequence": { - "fields": {}, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "C_INIT_RandomNamedModelElement" - }, - "C_INIT_RandomRadius": { - "fields": { - "m_flRadiusMax": 440, - "m_flRadiusMin": 436, - "m_flRadiusRandExponent": 444 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_RandomRotation": { - "fields": {}, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CGeneralRandomRotation" - }, - "C_INIT_RandomRotationSpeed": { - "fields": {}, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CGeneralRandomRotation" - }, - "C_INIT_RandomScalar": { - "fields": { - "m_flExponent": 444, - "m_flMax": 440, - "m_flMin": 436, - "m_nFieldOutput": 448 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_RandomSecondSequence": { - "fields": { - "m_nSequenceMax": 440, - "m_nSequenceMin": 436 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_RandomSequence": { - "fields": { - "m_WeightedList": 448, - "m_bLinear": 445, - "m_bShuffle": 444, - "m_nSequenceMax": 440, - "m_nSequenceMin": 436 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_RandomTrailLength": { - "fields": { - "m_flLengthRandExponent": 444, - "m_flMaxLength": 440, - "m_flMinLength": 436 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_RandomVector": { - "fields": { - "m_nFieldOutput": 460, - "m_randomnessParameters": 464, - "m_vecMax": 448, - "m_vecMin": 436 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_RandomVectorComponent": { - "fields": { - "m_flMax": 440, - "m_flMin": 436, - "m_nComponent": 448, - "m_nFieldOutput": 444 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_RandomYaw": { - "fields": {}, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CGeneralRandomRotation" - }, - "C_INIT_RandomYawFlip": { - "fields": { - "m_flPercent": 436 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_RemapCPtoScalar": { - "fields": { - "m_flEndTime": 468, - "m_flInputMax": 452, - "m_flInputMin": 448, - "m_flOutputMax": 460, - "m_flOutputMin": 456, - "m_flRemapBias": 476, - "m_flStartTime": 464, - "m_nCPInput": 436, - "m_nField": 444, - "m_nFieldOutput": 440, - "m_nSetMethod": 472 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_RemapInitialDirectionToTransformToVector": { - "fields": { - "m_TransformInput": 440, - "m_bNormalize": 560, - "m_flOffsetRot": 544, - "m_flScale": 540, - "m_nFieldOutput": 536, - "m_vecOffsetAxis": 548 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_RemapInitialTransformDirectionToRotation": { - "fields": { - "m_TransformInput": 440, - "m_flOffsetRot": 540, - "m_nComponent": 544, - "m_nFieldOutput": 536 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_RemapInitialVisibilityScalar": { - "fields": { - "m_flInputMax": 448, - "m_flInputMin": 444, - "m_flOutputMax": 456, - "m_flOutputMin": 452, - "m_nFieldOutput": 440 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_RemapNamedModelBodyPartToScalar": { - "fields": {}, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "C_INIT_RemapNamedModelElementToScalar" - }, - "C_INIT_RemapNamedModelElementToScalar": { - "fields": { - "m_bModelFromRenderer": 508, - "m_hModel": 440, - "m_nFieldInput": 496, - "m_nFieldOutput": 500, - "m_nSetMethod": 504, - "m_names": 448, - "m_values": 472 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_RemapNamedModelMeshGroupToScalar": { - "fields": {}, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "C_INIT_RemapNamedModelElementToScalar" - }, - "C_INIT_RemapNamedModelSequenceToScalar": { - "fields": {}, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "C_INIT_RemapNamedModelElementToScalar" - }, - "C_INIT_RemapParticleCountToNamedModelBodyPartScalar": { - "fields": {}, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "C_INIT_RemapParticleCountToNamedModelElementScalar" - }, - "C_INIT_RemapParticleCountToNamedModelElementScalar": { - "fields": { - "m_bModelFromRenderer": 504, - "m_hModel": 480, - "m_outputMaxName": 496, - "m_outputMinName": 488 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "C_INIT_RemapParticleCountToScalar" - }, - "C_INIT_RemapParticleCountToNamedModelMeshGroupScalar": { - "fields": {}, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "C_INIT_RemapParticleCountToNamedModelElementScalar" - }, - "C_INIT_RemapParticleCountToNamedModelSequenceScalar": { - "fields": {}, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "C_INIT_RemapParticleCountToNamedModelElementScalar" - }, - "C_INIT_RemapParticleCountToScalar": { - "fields": { - "m_bActiveRange": 468, - "m_bInvert": 469, - "m_bWrap": 470, - "m_flOutputMax": 460, - "m_flOutputMin": 456, - "m_flRemapBias": 472, - "m_nFieldOutput": 436, - "m_nInputMax": 444, - "m_nInputMin": 440, - "m_nScaleControlPoint": 448, - "m_nScaleControlPointField": 452, - "m_nSetMethod": 464 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_RemapQAnglesToRotation": { - "fields": { - "m_TransformInput": 440 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_RemapScalar": { - "fields": { - "m_bActiveRange": 472, - "m_flEndTime": 464, - "m_flInputMax": 448, - "m_flInputMin": 444, - "m_flOutputMax": 456, - "m_flOutputMin": 452, - "m_flRemapBias": 476, - "m_flStartTime": 460, - "m_nFieldInput": 436, - "m_nFieldOutput": 440, - "m_nSetMethod": 468 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_RemapScalarToVector": { - "fields": { - "m_bLocalCoords": 492, - "m_flEndTime": 480, - "m_flInputMax": 448, - "m_flInputMin": 444, - "m_flRemapBias": 496, - "m_flStartTime": 476, - "m_nControlPointNumber": 488, - "m_nFieldInput": 436, - "m_nFieldOutput": 440, - "m_nSetMethod": 484, - "m_vecOutputMax": 464, - "m_vecOutputMin": 452 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_RemapSpeedToScalar": { - "fields": { - "m_bPerParticle": 472, - "m_flEndTime": 448, - "m_flInputMax": 456, - "m_flInputMin": 452, - "m_flOutputMax": 464, - "m_flOutputMin": 460, - "m_flStartTime": 444, - "m_nControlPointNumber": 440, - "m_nFieldOutput": 436, - "m_nSetMethod": 468 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_RemapTransformOrientationToRotations": { - "fields": { - "m_TransformInput": 440, - "m_bUseQuat": 548, - "m_bWriteNormal": 549, - "m_vecRotation": 536 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_RemapTransformToVector": { - "fields": { - "m_LocalSpaceTransform": 584, - "m_TransformInput": 488, - "m_bAccelerate": 693, - "m_bOffset": 692, - "m_flEndTime": 684, - "m_flRemapBias": 696, - "m_flStartTime": 680, - "m_nFieldOutput": 436, - "m_nSetMethod": 688, - "m_vInputMax": 452, - "m_vInputMin": 440, - "m_vOutputMax": 476, - "m_vOutputMin": 464 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_RingWave": { - "fields": { - "m_TransformInput": 440, - "m_bEvenDistribution": 3224, - "m_bXYVelocityOnly": 3225, - "m_flInitialRadius": 872, - "m_flInitialSpeedMax": 1880, - "m_flInitialSpeedMin": 1544, - "m_flParticlesPerOrbit": 536, - "m_flPitch": 2552, - "m_flRoll": 2216, - "m_flThickness": 1208, - "m_flYaw": 2888 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_RtEnvCull": { - "fields": { - "m_RtEnvName": 463, - "m_bCullOnMiss": 461, - "m_bLifeAdjust": 462, - "m_bUseVelocity": 460, - "m_nComponent": 596, - "m_nRTEnvCP": 592, - "m_vecTestDir": 436, - "m_vecTestNormal": 448 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_ScaleVelocity": { - "fields": { - "m_vecScale": 440 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_SequenceFromCP": { - "fields": { - "m_bKillUnused": 436, - "m_bRadiusScale": 437, - "m_nCP": 440, - "m_vecOffset": 444 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_SequenceLifeTime": { - "fields": { - "m_flFramerate": 436 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_SetAttributeToScalarExpression": { - "fields": { - "m_flInput1": 440, - "m_flInput2": 776, - "m_flOutputRemap": 1112, - "m_nExpression": 436, - "m_nOutputField": 1448, - "m_nSetMethod": 1452 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_SetHitboxToClosest": { - "fields": { - "m_HitboxSetName": 2032, - "m_bUpdatePosition": 2504, - "m_bUseBones": 2160, - "m_bUseClosestPointOnHitbox": 2161, - "m_flHybridRatio": 2168, - "m_nControlPointNumber": 436, - "m_nDesiredHitbox": 440, - "m_nTestType": 2164, - "m_vecHitBoxScale": 448 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_SetHitboxToModel": { - "fields": { - "m_HitboxSetName": 2046, - "m_bMaintainHitbox": 2044, - "m_bUseBones": 2045, - "m_flShellSize": 2176, - "m_nControlPointNumber": 436, - "m_nDesiredHitbox": 444, - "m_nForceInModel": 440, - "m_vecDirectionBias": 2032, - "m_vecHitBoxScale": 448 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_SetRigidAttachment": { - "fields": { - "m_bLocalSpace": 448, - "m_nControlPointNumber": 436, - "m_nFieldInput": 440, - "m_nFieldOutput": 444 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_SetVectorAttributeToVectorExpression": { - "fields": { - "m_bNormalizedOutput": 3616, - "m_nExpression": 436, - "m_nOutputField": 3608, - "m_nSetMethod": 3612, - "m_vInput1": 440, - "m_vInput2": 2024 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_StatusEffect": { - "fields": { - "m_flAmbientScale": 464, - "m_flColorWarpIntensity": 452, - "m_flDetail2BlendFactor": 448, - "m_flDetail2Rotation": 440, - "m_flDetail2Scale": 444, - "m_flDiffuseWarpBlendToFull": 456, - "m_flEnvMapIntensity": 460, - "m_flMetalnessBlendToFull": 500, - "m_flReflectionsTintByBaseBlendToNone": 496, - "m_flRimLightScale": 492, - "m_flSelfIllumBlendToFull": 504, - "m_flSpecularBlendToFull": 484, - "m_flSpecularExponent": 476, - "m_flSpecularExponentBlendToFull": 480, - "m_flSpecularScale": 472, - "m_nDetail2Combo": 436, - "m_rimLightColor": 488, - "m_specularColor": 468 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_StatusEffectCitadel": { - "fields": { - "m_flSFXColorWarpAmount": 436, - "m_flSFXMetalnessAmount": 444, - "m_flSFXNormalAmount": 440, - "m_flSFXRoughnessAmount": 448, - "m_flSFXSDetailAmount": 488, - "m_flSFXSDetailScale": 492, - "m_flSFXSDetailScrollX": 496, - "m_flSFXSDetailScrollY": 500, - "m_flSFXSDetailScrollZ": 504, - "m_flSFXSOffsetX": 472, - "m_flSFXSOffsetY": 476, - "m_flSFXSOffsetZ": 480, - "m_flSFXSScale": 456, - "m_flSFXSScrollX": 460, - "m_flSFXSScrollY": 464, - "m_flSFXSScrollZ": 468, - "m_flSFXSUseModelUVs": 508, - "m_flSFXSelfIllumAmount": 452, - "m_nDetailCombo": 484 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_VelocityFromCP": { - "fields": { - "m_bDirectionOnly": 2124, - "m_flVelocityScale": 2120, - "m_transformInput": 2024, - "m_velocityInput": 440 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_VelocityFromNormal": { - "fields": { - "m_bIgnoreDt": 444, - "m_fSpeedMax": 440, - "m_fSpeedMin": 436 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_VelocityRadialRandom": { - "fields": { - "m_bIgnoreDelta": 461, - "m_fSpeedMax": 444, - "m_fSpeedMin": 440, - "m_nControlPointNumber": 436, - "m_vecLocalCoordinateSystemSpeedScale": 448 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_INIT_VelocityRandom": { - "fields": { - "m_LocalCoordinateSystemSpeedMax": 2696, - "m_LocalCoordinateSystemSpeedMin": 1112, - "m_bIgnoreDT": 4280, - "m_fSpeedMax": 776, - "m_fSpeedMin": 440, - "m_nControlPointNumber": 436, - "m_randomnessParameters": 4284 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionInitializer" - }, - "C_OP_AlphaDecay": { - "fields": { - "m_flMinAlpha": 432 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_AttractToControlPoint": { - "fields": { - "m_TransformInput": 800, - "m_bApplyMinForce": 1232, - "m_fFalloffPower": 792, - "m_fForceAmount": 456, - "m_fForceAmountMin": 896, - "m_vecComponentScale": 444 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionForce" - }, - "C_OP_BasicMovement": { - "fields": { - "m_Gravity": 432, - "m_fDrag": 2016, - "m_nMaxConstraintPasses": 2352 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_BoxConstraint": { - "fields": { - "m_bAccountForRadius": 3605, - "m_bLocalSpace": 3604, - "m_nCP": 3600, - "m_vecMax": 2016, - "m_vecMin": 432 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionConstraint" - }, - "C_OP_CPOffsetToPercentageBetweenCPs": { - "fields": { - "m_bRadialCheck": 464, - "m_bScaleOffset": 465, - "m_flInputBias": 440, - "m_flInputMax": 436, - "m_flInputMin": 432, - "m_nEndCP": 448, - "m_nInputCP": 460, - "m_nOffsetCP": 452, - "m_nOuputCP": 456, - "m_nStartCP": 444, - "m_vecOffset": 468 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_CPVelocityForce": { - "fields": { - "m_flScale": 448, - "m_nControlPointNumber": 444 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionForce" - }, - "C_OP_CalculateVectorAttribute": { - "fields": { - "m_flControlPointScale1": 480, - "m_flControlPointScale2": 504, - "m_flInputScale1": 448, - "m_flInputScale2": 456, - "m_nControlPointInput1": 460, - "m_nControlPointInput2": 484, - "m_nFieldInput1": 444, - "m_nFieldInput2": 452, - "m_nFieldOutput": 508, - "m_vFinalOutputScale": 512, - "m_vStartValue": 432 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_Callback": { - "fields": {}, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionRenderer" - }, - "C_OP_ChladniWave": { - "fields": { - "m_b3D": 4960, - "m_flInputMax": 776, - "m_flInputMin": 440, - "m_flOutputMax": 1448, - "m_flOutputMin": 1112, - "m_nFieldOutput": 432, - "m_nLocalSpaceControlPoint": 4956, - "m_nSetMethod": 4952, - "m_vecHarmonics": 3368, - "m_vecWaveLength": 1784 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_ChooseRandomChildrenInGroup": { - "fields": { - "m_flNumberOfChildren": 440, - "m_nChildGroupID": 436 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionPreEmission" - }, - "C_OP_ClampScalar": { - "fields": { - "m_flOutputMax": 776, - "m_flOutputMin": 440, - "m_nFieldOutput": 432 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_ClampVector": { - "fields": { - "m_nFieldOutput": 432, - "m_vecOutputMax": 2024, - "m_vecOutputMin": 440 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_CollideWithParentParticles": { - "fields": { - "m_flParentRadiusScale": 432, - "m_flRadiusScale": 768 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionConstraint" - }, - "C_OP_CollideWithSelf": { - "fields": { - "m_flMinimumSpeed": 768, - "m_flRadiusScale": 432 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionConstraint" - }, - "C_OP_ColorAdjustHSL": { - "fields": { - "m_flHueAdjust": 432, - "m_flLightnessAdjust": 1104, - "m_flSaturationAdjust": 768 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_ColorInterpolate": { - "fields": { - "m_ColorFade": 432, - "m_bEaseInOut": 460, - "m_bUseNewCode": 461, - "m_flFadeEndTime": 452, - "m_flFadeStartTime": 448, - "m_nFieldOutput": 456 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_ColorInterpolateRandom": { - "fields": { - "m_ColorFadeMax": 460, - "m_ColorFadeMin": 432, - "m_bEaseInOut": 488, - "m_flFadeEndTime": 480, - "m_flFadeStartTime": 476, - "m_nFieldOutput": 484 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_ConnectParentParticleToNearest": { - "fields": { - "m_bUseRadius": 440, - "m_flParentRadiusScale": 784, - "m_flRadiusScale": 448, - "m_nFirstControlPoint": 432, - "m_nSecondControlPoint": 436 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_ConstrainDistance": { - "fields": { - "m_CenterOffset": 1108, - "m_bGlobalCenter": 1120, - "m_fMaxDistance": 768, - "m_fMinDistance": 432, - "m_nControlPointNumber": 1104 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionConstraint" - }, - "C_OP_ConstrainDistanceToPath": { - "fields": { - "m_PathParameters": 448, - "m_fMinDistance": 432, - "m_flMaxDistance0": 436, - "m_flMaxDistance1": 444, - "m_flMaxDistanceMid": 440, - "m_flTravelTime": 512, - "m_nFieldScale": 516, - "m_nManualTField": 520 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionConstraint" - }, - "C_OP_ConstrainDistanceToUserSpecifiedPath": { - "fields": { - "m_bLoopedPath": 444, - "m_fMinDistance": 432, - "m_flMaxDistance": 436, - "m_flTimeScale": 440, - "m_pointList": 448 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionConstraint" - }, - "C_OP_ConstrainLineLength": { - "fields": { - "m_flMaxDistance": 436, - "m_flMinDistance": 432 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionConstraint" - }, - "C_OP_ContinuousEmitter": { - "fields": { - "m_bForceEmitOnFirstUpdate": 1468, - "m_bForceEmitOnLastUpdate": 1469, - "m_bInitFromKilledParentParticles": 1456, - "m_flEmissionDuration": 440, - "m_flEmissionScale": 1448, - "m_flEmitRate": 1112, - "m_flScalePerParentParticle": 1452, - "m_flStartTime": 776, - "m_nLimitPerUpdate": 1464, - "m_nSnapshotControlPoint": 1460 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionEmitter" - }, - "C_OP_ControlPointToRadialScreenSpace": { - "fields": { - "m_nCPIn": 436, - "m_nCPOut": 452, - "m_nCPOutField": 456, - "m_nCPSSPosOut": 460, - "m_vecCP1Pos": 440 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionPreEmission" - }, - "C_OP_ControlpointLight": { - "fields": { - "m_LightColor1": 1696, - "m_LightColor2": 1700, - "m_LightColor3": 1704, - "m_LightColor4": 1708, - "m_LightFiftyDist1": 1664, - "m_LightFiftyDist2": 1672, - "m_LightFiftyDist3": 1680, - "m_LightFiftyDist4": 1688, - "m_LightZeroDist1": 1668, - "m_LightZeroDist2": 1676, - "m_LightZeroDist3": 1684, - "m_LightZeroDist4": 1692, - "m_bClampLowerRange": 1726, - "m_bClampUpperRange": 1727, - "m_bLightDynamic1": 1716, - "m_bLightDynamic2": 1717, - "m_bLightDynamic3": 1718, - "m_bLightDynamic4": 1719, - "m_bLightType1": 1712, - "m_bLightType2": 1713, - "m_bLightType3": 1714, - "m_bLightType4": 1715, - "m_bUseHLambert": 1721, - "m_bUseNormal": 1720, - "m_flScale": 432, - "m_nControlPoint1": 1600, - "m_nControlPoint2": 1604, - "m_nControlPoint3": 1608, - "m_nControlPoint4": 1612, - "m_vecCPOffset1": 1616, - "m_vecCPOffset2": 1628, - "m_vecCPOffset3": 1640, - "m_vecCPOffset4": 1652 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_Cull": { - "fields": { - "m_flCullEnd": 440, - "m_flCullExp": 444, - "m_flCullPerc": 432, - "m_flCullStart": 436 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_CurlNoiseForce": { - "fields": { - "m_flWorleyJitter": 7120, - "m_flWorleySeed": 6784, - "m_nNoiseType": 444, - "m_vecNoiseFreq": 448, - "m_vecNoiseScale": 2032, - "m_vecOffset": 3616, - "m_vecOffsetRate": 5200 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionForce" - }, - "C_OP_CycleScalar": { - "fields": { - "m_bDoNotRepeatCycle": 448, - "m_bSynchronizeParticles": 449, - "m_flCycleTime": 444, - "m_flEndValue": 440, - "m_flStartValue": 436, - "m_nCPFieldMax": 460, - "m_nCPFieldMin": 456, - "m_nCPScale": 452, - "m_nDestField": 432, - "m_nSetMethod": 464 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_CylindricalDistanceToTransform": { - "fields": { - "m_TransformEnd": 1880, - "m_TransformStart": 1784, - "m_bActiveRange": 1980, - "m_bAdditive": 1981, - "m_bCapsule": 1982, - "m_flInputMax": 776, - "m_flInputMin": 440, - "m_flOutputMax": 1448, - "m_flOutputMin": 1112, - "m_nFieldOutput": 432, - "m_nSetMethod": 1976 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_DampenToCP": { - "fields": { - "m_flRange": 436, - "m_flScale": 440, - "m_nControlPointNumber": 432 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_Decay": { - "fields": { - "m_bForcePreserveParticleOrder": 433, - "m_bRopeDecay": 432 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_DecayClampCount": { - "fields": { - "m_nCount": 432 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_DecayMaintainCount": { - "fields": { - "m_bKillNewest": 784, - "m_bLifespanDecay": 444, - "m_flDecayDelay": 436, - "m_flScale": 448, - "m_nParticlesToMaintain": 432, - "m_nSnapshotControlPoint": 440 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_DecayOffscreen": { - "fields": { - "m_flOffscreenTime": 432 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_DensityForce": { - "fields": { - "m_flForceScale": 448, - "m_flRadiusScale": 444, - "m_flTargetDensity": 452 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionForce" - }, - "C_OP_DifferencePreviousParticle": { - "fields": { - "m_bActiveRange": 460, - "m_bSetPreviousParticle": 461, - "m_flInputMax": 444, - "m_flInputMin": 440, - "m_flOutputMax": 452, - "m_flOutputMin": 448, - "m_nFieldInput": 432, - "m_nFieldOutput": 436, - "m_nSetMethod": 456 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_Diffusion": { - "fields": { - "m_flRadiusScale": 432, - "m_nFieldOutput": 436, - "m_nVoxelGridResolution": 440 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_DirectionBetweenVecsToVec": { - "fields": { - "m_nFieldOutput": 432, - "m_vecPoint1": 440, - "m_vecPoint2": 2024 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_DistanceBetweenCPsToCP": { - "fields": { - "m_CollisionGroupName": 481, - "m_bLOS": 480, - "m_bSetOnce": 452, - "m_flInputMax": 460, - "m_flInputMin": 456, - "m_flLOSScale": 476, - "m_flMaxTraceLength": 472, - "m_flOutputMax": 468, - "m_flOutputMin": 464, - "m_nEndCP": 440, - "m_nOutputCP": 444, - "m_nOutputCPField": 448, - "m_nSetParent": 616, - "m_nStartCP": 436, - "m_nTraceSet": 612 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionPreEmission" - }, - "C_OP_DistanceBetweenTransforms": { - "fields": { - "m_CollisionGroupName": 1984, - "m_TransformEnd": 536, - "m_TransformStart": 440, - "m_bLOS": 2116, - "m_flInputMax": 968, - "m_flInputMin": 632, - "m_flLOSScale": 1980, - "m_flMaxTraceLength": 1976, - "m_flOutputMax": 1640, - "m_flOutputMin": 1304, - "m_nFieldOutput": 432, - "m_nSetMethod": 2120, - "m_nTraceSet": 2112 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_DistanceBetweenVecs": { - "fields": { - "m_bDeltaTime": 4956, - "m_flInputMax": 3944, - "m_flInputMin": 3608, - "m_flOutputMax": 4616, - "m_flOutputMin": 4280, - "m_nFieldOutput": 432, - "m_nSetMethod": 4952, - "m_vecPoint1": 440, - "m_vecPoint2": 2024 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_DistanceCull": { - "fields": { - "m_bCullInside": 452, - "m_flDistance": 448, - "m_nControlPoint": 432, - "m_vecPointOffset": 436 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_DistanceToTransform": { - "fields": { - "m_CollisionGroupName": 1881, - "m_TransformStart": 1784, - "m_bActiveRange": 2028, - "m_bAdditive": 2029, - "m_bLOS": 1880, - "m_flInputMax": 776, - "m_flInputMin": 440, - "m_flLOSScale": 2020, - "m_flMaxTraceLength": 2016, - "m_flOutputMax": 1448, - "m_flOutputMin": 1112, - "m_nFieldOutput": 432, - "m_nSetMethod": 2024, - "m_nTraceSet": 2012, - "m_vecComponentScale": 2032 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_DragRelativeToPlane": { - "fields": { - "m_bDirectional": 1104, - "m_flDragAtPlane": 432, - "m_flFalloff": 768, - "m_nControlPointNumber": 2696, - "m_vecPlaneNormal": 1112 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_DriveCPFromGlobalSoundFloat": { - "fields": { - "m_FieldName": 480, - "m_OperatorName": 472, - "m_StackName": 464, - "m_flInputMax": 448, - "m_flInputMin": 444, - "m_flOutputMax": 456, - "m_flOutputMin": 452, - "m_nOutputControlPoint": 436, - "m_nOutputField": 440 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionPreEmission" - }, - "C_OP_EnableChildrenFromParentParticleCount": { - "fields": { - "m_bDestroyImmediately": 786, - "m_bDisableChildren": 784, - "m_bPlayEndcapOnStop": 785, - "m_nChildGroupID": 436, - "m_nFirstChild": 440, - "m_nNumChildrenToEnable": 448 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionPreEmission" - }, - "C_OP_EndCapDecay": { - "fields": {}, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_EndCapTimedDecay": { - "fields": { - "m_flDecayTime": 432 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_EndCapTimedFreeze": { - "fields": { - "m_flFreezeTime": 432 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_ExternalGameImpulseForce": { - "fields": { - "m_bExplosions": 786, - "m_bParticles": 787, - "m_bRopes": 784, - "m_bRopesZOnly": 785, - "m_flForceScale": 448 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionForce" - }, - "C_OP_ExternalWindForce": { - "fields": { - "m_bDampenNearWaterPlane": 3618, - "m_bSampleGravity": 3619, - "m_bSampleWater": 3617, - "m_bSampleWind": 3616, - "m_bUseBasicMovementGravity": 5208, - "m_flLocalBuoyancyScale": 5552, - "m_flLocalGravityScale": 5216, - "m_vecBuoyancyForce": 5888, - "m_vecGravityForce": 3624, - "m_vecSamplePosition": 448, - "m_vecScale": 2032 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionForce" - }, - "C_OP_FadeAndKill": { - "fields": { - "m_bForcePreserveParticleOrder": 456, - "m_flEndAlpha": 452, - "m_flEndFadeInTime": 436, - "m_flEndFadeOutTime": 444, - "m_flStartAlpha": 448, - "m_flStartFadeInTime": 432, - "m_flStartFadeOutTime": 440 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_FadeAndKillForTracers": { - "fields": { - "m_flEndAlpha": 452, - "m_flEndFadeInTime": 436, - "m_flEndFadeOutTime": 444, - "m_flStartAlpha": 448, - "m_flStartFadeInTime": 432, - "m_flStartFadeOutTime": 440 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_FadeIn": { - "fields": { - "m_bProportional": 444, - "m_flFadeInTimeExp": 440, - "m_flFadeInTimeMax": 436, - "m_flFadeInTimeMin": 432 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_FadeInSimple": { - "fields": { - "m_flFadeInTime": 432, - "m_nFieldOutput": 436 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_FadeOut": { - "fields": { - "m_bEaseInAndOut": 497, - "m_bProportional": 496, - "m_flFadeBias": 444, - "m_flFadeOutTimeExp": 440, - "m_flFadeOutTimeMax": 436, - "m_flFadeOutTimeMin": 432 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_FadeOutSimple": { - "fields": { - "m_flFadeOutTime": 432, - "m_nFieldOutput": 436 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_ForceBasedOnDistanceToPlane": { - "fields": { - "m_flExponent": 492, - "m_flMaxDist": 460, - "m_flMinDist": 444, - "m_nControlPointNumber": 488, - "m_vecForceAtMaxDist": 464, - "m_vecForceAtMinDist": 448, - "m_vecPlaneNormal": 476 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionForce" - }, - "C_OP_ForceControlPointStub": { - "fields": { - "m_ControlPoint": 436 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionPreEmission" - }, - "C_OP_GlobalLight": { - "fields": { - "m_bClampLowerRange": 436, - "m_bClampUpperRange": 437, - "m_flScale": 432 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_HSVShiftToCP": { - "fields": { - "m_DefaultHSVColor": 448, - "m_nColorCP": 436, - "m_nColorGemEnableCP": 440, - "m_nOutputCP": 444 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionPreEmission" - }, - "C_OP_InheritFromParentParticles": { - "fields": { - "m_bRandomDistribution": 444, - "m_flScale": 432, - "m_nFieldOutput": 436, - "m_nIncrement": 440 - }, - "metadata": [ - { - "name": "MParticleMaxVersion", - "type": "Unknown" - }, - { - "name": "MParticleReplacementOp", - "type": "Unknown" - }, - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_InheritFromParentParticlesV2": { - "fields": { - "m_bRandomDistribution": 444, - "m_flScale": 432, - "m_nFieldOutput": 436, - "m_nIncrement": 440, - "m_nMissingParentBehavior": 448 - }, - "metadata": [ - { - "name": "MParticleMinVersion", - "type": "Unknown" - }, - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_InheritFromPeerSystem": { - "fields": { - "m_nFieldInput": 436, - "m_nFieldOutput": 432, - "m_nGroupID": 444, - "m_nIncrement": 440 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_InstantaneousEmitter": { - "fields": { - "m_flInitFromKilledParentParticles": 1112, - "m_flParentParticleScale": 1120, - "m_flStartTime": 776, - "m_nMaxEmittedPerFrame": 1456, - "m_nParticlesToEmit": 440, - "m_nSnapshotControlPoint": 1460 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionEmitter" - }, - "C_OP_InterpolateRadius": { - "fields": { - "m_bEaseInAndOut": 448, - "m_flBias": 452, - "m_flEndScale": 444, - "m_flEndTime": 436, - "m_flStartScale": 440, - "m_flStartTime": 432 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_LagCompensation": { - "fields": { - "m_nDesiredVelocityCP": 432, - "m_nDesiredVelocityCPField": 444, - "m_nLatencyCP": 436, - "m_nLatencyCPField": 440 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_LerpEndCapScalar": { - "fields": { - "m_flLerpTime": 440, - "m_flOutput": 436, - "m_nFieldOutput": 432 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_LerpEndCapVector": { - "fields": { - "m_flLerpTime": 448, - "m_nFieldOutput": 432, - "m_vecOutput": 436 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_LerpScalar": { - "fields": { - "m_flEndTime": 780, - "m_flOutput": 440, - "m_flStartTime": 776, - "m_nFieldOutput": 432 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_LerpToInitialPosition": { - "fields": { - "m_flInterpolation": 440, - "m_flScale": 784, - "m_nCacheField": 776, - "m_nControlPointNumber": 432, - "m_vecScale": 1120 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_LerpToOtherAttribute": { - "fields": { - "m_flInterpolation": 432, - "m_nFieldInput": 772, - "m_nFieldInputFrom": 768, - "m_nFieldOutput": 776 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_LerpVector": { - "fields": { - "m_flEndTime": 452, - "m_flStartTime": 448, - "m_nFieldOutput": 432, - "m_nSetMethod": 456, - "m_vecOutput": 436 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_LightningSnapshotGenerator": { - "fields": { - "m_flBranchTwist": 2800, - "m_flDedicatedPool": 3816, - "m_flOffset": 784, - "m_flOffsetDecay": 1120, - "m_flRadiusEnd": 3480, - "m_flRadiusStart": 3144, - "m_flRecalcRate": 1456, - "m_flSegments": 448, - "m_flSplitRate": 2464, - "m_flUVOffset": 2128, - "m_flUVScale": 1792, - "m_nBranchBehavior": 3136, - "m_nCPEndPnt": 444, - "m_nCPSnapshot": 436, - "m_nCPStartPnt": 440 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionPreEmission" - }, - "C_OP_LocalAccelerationForce": { - "fields": { - "m_nCP": 444, - "m_nScaleCP": 448, - "m_vecAccel": 456 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionForce" - }, - "C_OP_LockPoints": { - "fields": { - "m_flBlendValue": 452, - "m_nControlPoint": 448, - "m_nMaxCol": 436, - "m_nMaxRow": 444, - "m_nMinCol": 432, - "m_nMinRow": 440 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_LockToBone": { - "fields": { - "m_HitboxSetName": 632, - "m_bRigid": 760, - "m_bRigidRotationLock": 776, - "m_bUseBones": 761, - "m_flJumpThreshold": 624, - "m_flLifeTimeFadeEnd": 620, - "m_flLifeTimeFadeStart": 616, - "m_flPrevPosScale": 628, - "m_flRotLerp": 2368, - "m_modelInput": 432, - "m_nFieldOutput": 764, - "m_nFieldOutputPrev": 768, - "m_nRotationSetType": 772, - "m_transformInput": 520, - "m_vecRotation": 784 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_LockToPointList": { - "fields": { - "m_bClosedLoop": 465, - "m_bPlaceAlongPath": 464, - "m_nFieldOutput": 432, - "m_nNumPointsAlongPath": 468, - "m_pointList": 440 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_LockToSavedSequentialPath": { - "fields": { - "m_PathParams": 448, - "m_bCPPairs": 444, - "m_flFadeEnd": 440, - "m_flFadeStart": 436 - }, - "metadata": [ - { - "name": "MParticleMaxVersion", - "type": "Unknown" - }, - { - "name": "MParticleReplacementOp", - "type": "Unknown" - }, - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_LockToSavedSequentialPathV2": { - "fields": { - "m_PathParams": 448, - "m_bCPPairs": 440, - "m_flFadeEnd": 436, - "m_flFadeStart": 432 - }, - "metadata": [ - { - "name": "MParticleMinVersion", - "type": "Unknown" - }, - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_MaintainEmitter": { - "fields": { - "m_bEmitInstantaneously": 1128, - "m_bFinalEmitOnStop": 1129, - "m_flEmissionDuration": 784, - "m_flEmissionRate": 1120, - "m_flScale": 1136, - "m_flStartTime": 776, - "m_nParticlesToMaintain": 440, - "m_nSnapshotControlPoint": 1124 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionEmitter" - }, - "C_OP_MaintainSequentialPath": { - "fields": { - "m_PathParams": 464, - "m_bLoop": 448, - "m_bUseParticleCount": 449, - "m_fMaxDistance": 432, - "m_flCohesionStrength": 440, - "m_flNumToAssign": 436, - "m_flTolerance": 444 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_MaxVelocity": { - "fields": { - "m_flMaxVelocity": 432, - "m_flMinVelocity": 436, - "m_nOverrideCP": 440, - "m_nOverrideCPField": 444 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_ModelCull": { - "fields": { - "m_HitboxSetName": 439, - "m_bBoundBox": 436, - "m_bCullOutside": 437, - "m_bUseBones": 438, - "m_nControlPointNumber": 432 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_ModelDampenMovement": { - "fields": { - "m_HitboxSetName": 439, - "m_bBoundBox": 436, - "m_bOutside": 437, - "m_bUseBones": 438, - "m_fDrag": 2152, - "m_nControlPointNumber": 432, - "m_vecPosOffset": 568 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_MoveToHitbox": { - "fields": { - "m_HitboxSetName": 632, - "m_bUseBones": 760, - "m_flInterpolation": 768, - "m_flLifeTimeLerpEnd": 624, - "m_flLifeTimeLerpStart": 620, - "m_flPrevPosScale": 628, - "m_modelInput": 432, - "m_nLerpType": 764, - "m_transformInput": 520 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_MovementLoopInsideSphere": { - "fields": { - "m_flDistance": 440, - "m_nCP": 432, - "m_nDistSqrAttr": 2360, - "m_vecScale": 776 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_MovementMaintainOffset": { - "fields": { - "m_bRadiusScale": 448, - "m_nCP": 444, - "m_vecOffset": 432 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_MovementMoveAlongSkinnedCPSnapshot": { - "fields": { - "m_bSetNormal": 440, - "m_bSetRadius": 441, - "m_flInterpolation": 448, - "m_flTValue": 784, - "m_nControlPointNumber": 432, - "m_nSnapshotControlPointNumber": 436 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_MovementPlaceOnGround": { - "fields": { - "m_CollisionGroupName": 784, - "m_bIncludeShotHull": 940, - "m_bIncludeWater": 941, - "m_bScaleOffset": 945, - "m_bSetNormal": 944, - "m_flLerpRate": 780, - "m_flMaxTraceLength": 768, - "m_flOffset": 432, - "m_flTolerance": 772, - "m_flTraceOffset": 776, - "m_nIgnoreCP": 952, - "m_nLerpCP": 924, - "m_nPreserveOffsetCP": 948, - "m_nRefCP1": 916, - "m_nRefCP2": 920, - "m_nTraceMissBehavior": 936, - "m_nTraceSet": 912 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_MovementRigidAttachToCP": { - "fields": { - "m_bOffsetLocal": 452, - "m_nControlPointNumber": 432, - "m_nFieldInput": 444, - "m_nFieldOutput": 448, - "m_nScaleCPField": 440, - "m_nScaleControlPoint": 436 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_MovementRotateParticleAroundAxis": { - "fields": { - "m_TransformInput": 2352, - "m_bLocalSpace": 2448, - "m_flRotRate": 2016, - "m_vecRotAxis": 432 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_MovementSkinnedPositionFromCPSnapshot": { - "fields": { - "m_bRandom": 440, - "m_bSetNormal": 448, - "m_bSetRadius": 449, - "m_flIncrement": 792, - "m_flInterpolation": 1800, - "m_flReadIndex": 456, - "m_nControlPointNumber": 436, - "m_nFullLoopIncrement": 1128, - "m_nIndexType": 452, - "m_nRandomSeed": 444, - "m_nSnapShotStartPoint": 1464, - "m_nSnapshotControlPointNumber": 432 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_Noise": { - "fields": { - "m_bAdditive": 448, - "m_fl4NoiseScale": 444, - "m_flNoiseAnimationTimeScale": 452, - "m_flOutputMax": 440, - "m_flOutputMin": 436, - "m_nFieldOutput": 432 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_NoiseEmitter": { - "fields": { - "m_bAbsVal": 460, - "m_bAbsValInv": 461, - "m_flEmissionDuration": 436, - "m_flEmissionScale": 444, - "m_flNoiseScale": 476, - "m_flOffset": 464, - "m_flOutputMax": 472, - "m_flOutputMin": 468, - "m_flStartTime": 440, - "m_flWorldNoiseScale": 480, - "m_flWorldTimeScale": 496, - "m_nScaleControlPoint": 448, - "m_nScaleControlPointField": 452, - "m_nWorldNoisePoint": 456, - "m_vecOffsetLoc": 484 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionEmitter" - }, - "C_OP_NormalLock": { - "fields": { - "m_nControlPointNumber": 432 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_NormalizeVector": { - "fields": { - "m_flScale": 436, - "m_nFieldOutput": 432 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_Orient2DRelToCP": { - "fields": { - "m_flRotOffset": 432, - "m_flSpinStrength": 436, - "m_nCP": 440, - "m_nFieldOutput": 444 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_OrientTo2dDirection": { - "fields": { - "m_flRotOffset": 432, - "m_flSpinStrength": 436, - "m_nFieldOutput": 440 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_OscillateScalar": { - "fields": { - "m_FrequencyMax": 444, - "m_FrequencyMin": 440, - "m_RateMax": 436, - "m_RateMin": 432, - "m_bProportional": 452, - "m_bProportionalOp": 453, - "m_flEndTime_max": 468, - "m_flEndTime_min": 464, - "m_flOscAdd": 476, - "m_flOscMult": 472, - "m_flStartTime_max": 460, - "m_flStartTime_min": 456, - "m_nField": 448 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_OscillateScalarSimple": { - "fields": { - "m_Frequency": 436, - "m_Rate": 432, - "m_flOscAdd": 448, - "m_flOscMult": 444, - "m_nField": 440 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_OscillateVector": { - "fields": { - "m_FrequencyMax": 468, - "m_FrequencyMin": 456, - "m_RateMax": 444, - "m_RateMin": 432, - "m_bOffset": 486, - "m_bProportional": 484, - "m_bProportionalOp": 485, - "m_flEndTime_max": 500, - "m_flEndTime_min": 496, - "m_flOscAdd": 840, - "m_flOscMult": 504, - "m_flRateScale": 1176, - "m_flStartTime_max": 492, - "m_flStartTime_min": 488, - "m_nField": 480 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_OscillateVectorSimple": { - "fields": { - "m_Frequency": 444, - "m_Rate": 432, - "m_bOffset": 468, - "m_flOscAdd": 464, - "m_flOscMult": 460, - "m_nField": 456 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_ParentVortices": { - "fields": { - "m_bFlipBasedOnYaw": 460, - "m_flForceScale": 444, - "m_vecTwistAxis": 448 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionForce" - }, - "C_OP_ParticlePhysics": { - "fields": { - "m_Gravity": 432, - "m_fDrag": 2016, - "m_nMaxConstraintPasses": 2352 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_PerParticleForce": { - "fields": { - "m_flForceScale": 448, - "m_nCP": 2368, - "m_vForce": 784 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionForce" - }, - "C_OP_PercentageBetweenTransformLerpCPs": { - "fields": { - "m_TransformEnd": 544, - "m_TransformStart": 448, - "m_bActiveRange": 660, - "m_bRadialCheck": 661, - "m_flInputMax": 440, - "m_flInputMin": 436, - "m_nFieldOutput": 432, - "m_nOutputEndCP": 648, - "m_nOutputEndField": 652, - "m_nOutputStartCP": 640, - "m_nOutputStartField": 644, - "m_nSetMethod": 656 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_PercentageBetweenTransforms": { - "fields": { - "m_TransformEnd": 552, - "m_TransformStart": 456, - "m_bActiveRange": 652, - "m_bRadialCheck": 653, - "m_flInputMax": 440, - "m_flInputMin": 436, - "m_flOutputMax": 448, - "m_flOutputMin": 444, - "m_nFieldOutput": 432, - "m_nSetMethod": 648 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_PercentageBetweenTransformsVector": { - "fields": { - "m_TransformEnd": 568, - "m_TransformStart": 472, - "m_bActiveRange": 668, - "m_bRadialCheck": 669, - "m_flInputMax": 440, - "m_flInputMin": 436, - "m_nFieldOutput": 432, - "m_nSetMethod": 664, - "m_vecOutputMax": 456, - "m_vecOutputMin": 444 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_PinParticleToCP": { - "fields": { - "m_bOffsetLocal": 2024, - "m_flAge": 3048, - "m_flBreakDistance": 2376, - "m_flBreakSpeed": 2712, - "m_flBreakValue": 3392, - "m_flInterpolation": 3728, - "m_nBreakControlPointNumber": 3384, - "m_nBreakControlPointNumber2": 3388, - "m_nControlPointNumber": 432, - "m_nParticleNumber": 2032, - "m_nParticleSelection": 2028, - "m_nPinBreakType": 2368, - "m_vecOffset": 440 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_PlanarConstraint": { - "fields": { - "m_PlaneNormal": 444, - "m_PointOnPlane": 432, - "m_bGlobalNormal": 461, - "m_bGlobalOrigin": 460, - "m_bUseOldCode": 1136, - "m_flMaximumDistanceToCP": 800, - "m_flRadiusScale": 464, - "m_nControlPointNumber": 456 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionConstraint" - }, - "C_OP_PlaneCull": { - "fields": { - "m_bLocalSpace": 448, - "m_flPlaneOffset": 452, - "m_nPlaneControlPoint": 432, - "m_vecPlaneDirection": 436 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_PlayEndCapWhenFinished": { - "fields": { - "m_bFireOnEmissionEnd": 433, - "m_bIncludeChildren": 434 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionPreEmission" - }, - "C_OP_PointVectorAtNextParticle": { - "fields": { - "m_flInterpolation": 440, - "m_nFieldOutput": 432 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_PositionLock": { - "fields": { - "m_TransformInput": 432, - "m_bLockRot": 904, - "m_flEndTime_exp": 548, - "m_flEndTime_max": 544, - "m_flEndTime_min": 540, - "m_flJumpThreshold": 896, - "m_flPrevPosScale": 900, - "m_flRange": 552, - "m_flRangeBias": 560, - "m_flStartTime_exp": 536, - "m_flStartTime_max": 532, - "m_flStartTime_min": 528, - "m_nFieldOutput": 2496, - "m_nFieldOutputPrev": 2500, - "m_vecScale": 912 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_QuantizeCPComponent": { - "fields": { - "m_flInputValue": 440, - "m_flQuantizeValue": 784, - "m_nCPOutput": 776, - "m_nOutVectorField": 780 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionPreEmission" - }, - "C_OP_QuantizeFloat": { - "fields": { - "m_InputValue": 432, - "m_nOutputField": 768 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_RadiusDecay": { - "fields": { - "m_flMinRadius": 432 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_RampCPLinearRandom": { - "fields": { - "m_nOutControlPointNumber": 436, - "m_vecRateMax": 452, - "m_vecRateMin": 440 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionPreEmission" - }, - "C_OP_RampScalarLinear": { - "fields": { - "m_RateMax": 436, - "m_RateMin": 432, - "m_bProportionalOp": 500, - "m_flEndTime_max": 452, - "m_flEndTime_min": 448, - "m_flStartTime_max": 444, - "m_flStartTime_min": 440, - "m_nField": 496 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_RampScalarLinearSimple": { - "fields": { - "m_Rate": 432, - "m_flEndTime": 440, - "m_flStartTime": 436, - "m_nField": 480 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_RampScalarSpline": { - "fields": { - "m_RateMax": 436, - "m_RateMin": 432, - "m_bEaseOut": 501, - "m_bProportionalOp": 500, - "m_flBias": 456, - "m_flEndTime_max": 452, - "m_flEndTime_min": 448, - "m_flStartTime_max": 444, - "m_flStartTime_min": 440, - "m_nField": 496 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_RampScalarSplineSimple": { - "fields": { - "m_Rate": 432, - "m_bEaseOut": 484, - "m_flEndTime": 440, - "m_flStartTime": 436, - "m_nField": 480 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_RandomForce": { - "fields": { - "m_MaxForce": 456, - "m_MinForce": 444 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionForce" - }, - "C_OP_ReadFromNeighboringParticle": { - "fields": { - "m_DistanceCheck": 448, - "m_flInterpolation": 784, - "m_nFieldInput": 432, - "m_nFieldOutput": 436, - "m_nIncrement": 440 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_ReinitializeScalarEndCap": { - "fields": { - "m_flOutputMax": 440, - "m_flOutputMin": 436, - "m_nFieldOutput": 432 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_RemapAverageHitboxSpeedtoCP": { - "fields": { - "m_HitboxSetName": 3392, - "m_flInputMax": 792, - "m_flInputMin": 456, - "m_flOutputMax": 1464, - "m_flOutputMin": 1128, - "m_nField": 444, - "m_nHeightControlPointNumber": 1800, - "m_nHitboxDataType": 448, - "m_nInControlPointNumber": 436, - "m_nOutControlPointNumber": 440, - "m_vecComparisonVelocity": 1808 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionPreEmission" - }, - "C_OP_RemapAverageScalarValuetoCP": { - "fields": { - "m_flInputMax": 452, - "m_flInputMin": 448, - "m_flOutputMax": 460, - "m_flOutputMin": 456, - "m_nField": 444, - "m_nOutControlPointNumber": 436, - "m_nOutVectorField": 440 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionPreEmission" - }, - "C_OP_RemapBoundingVolumetoCP": { - "fields": { - "m_flInputMax": 444, - "m_flInputMin": 440, - "m_flOutputMax": 452, - "m_flOutputMin": 448, - "m_nOutControlPointNumber": 436 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionPreEmission" - }, - "C_OP_RemapCPVelocityToVector": { - "fields": { - "m_bNormalize": 444, - "m_flScale": 440, - "m_nControlPoint": 432, - "m_nFieldOutput": 436 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_RemapCPtoCP": { - "fields": { - "m_bDerivative": 468, - "m_flInputMax": 456, - "m_flInputMin": 452, - "m_flInterpRate": 472, - "m_flOutputMax": 464, - "m_flOutputMin": 460, - "m_nInputControlPoint": 436, - "m_nInputField": 444, - "m_nOutputControlPoint": 440, - "m_nOutputField": 448 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionPreEmission" - }, - "C_OP_RemapCPtoScalar": { - "fields": { - "m_flEndTime": 464, - "m_flInputMax": 448, - "m_flInputMin": 444, - "m_flInterpRate": 468, - "m_flOutputMax": 456, - "m_flOutputMin": 452, - "m_flStartTime": 460, - "m_nCPInput": 432, - "m_nField": 440, - "m_nFieldOutput": 436, - "m_nSetMethod": 472 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_RemapCPtoVector": { - "fields": { - "m_bAccelerate": 509, - "m_bOffset": 508, - "m_flEndTime": 496, - "m_flInterpRate": 500, - "m_flStartTime": 492, - "m_nCPInput": 432, - "m_nFieldOutput": 436, - "m_nLocalSpaceCP": 440, - "m_nSetMethod": 504, - "m_vInputMax": 456, - "m_vInputMin": 444, - "m_vOutputMax": 480, - "m_vOutputMin": 468 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_RemapControlPointDirectionToVector": { - "fields": { - "m_flScale": 436, - "m_nControlPointNumber": 440, - "m_nFieldOutput": 432 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_RemapControlPointOrientationToRotation": { - "fields": { - "m_flOffsetRot": 440, - "m_nCP": 432, - "m_nComponent": 444, - "m_nFieldOutput": 436 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_RemapCrossProductOfTwoVectorsToVector": { - "fields": { - "m_InputVec1": 432, - "m_InputVec2": 2016, - "m_bNormalize": 3604, - "m_nFieldOutput": 3600 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_RemapDensityGradientToVectorAttribute": { - "fields": { - "m_flRadiusScale": 432, - "m_nFieldOutput": 436 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_RemapDensityToVector": { - "fields": { - "m_bUseParentDensity": 472, - "m_flDensityMax": 444, - "m_flDensityMin": 440, - "m_flRadiusScale": 432, - "m_nFieldOutput": 436, - "m_nVoxelGridResolution": 476, - "m_vecOutputMax": 460, - "m_vecOutputMin": 448 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_RemapDirectionToCPToVector": { - "fields": { - "m_bNormalize": 460, - "m_flOffsetRot": 444, - "m_flScale": 440, - "m_nCP": 432, - "m_nFieldOutput": 436, - "m_nFieldStrength": 464, - "m_vecOffsetAxis": 448 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_RemapDistanceToLineSegmentBase": { - "fields": { - "m_bInfiniteLine": 448, - "m_flMaxInputValue": 444, - "m_flMinInputValue": 440, - "m_nCP0": 432, - "m_nCP1": 436 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_RemapDistanceToLineSegmentToScalar": { - "fields": { - "m_flMaxOutputValue": 460, - "m_flMinOutputValue": 456, - "m_nFieldOutput": 452 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "C_OP_RemapDistanceToLineSegmentBase" - }, - "C_OP_RemapDistanceToLineSegmentToVector": { - "fields": { - "m_nFieldOutput": 452, - "m_vMaxOutputValue": 468, - "m_vMinOutputValue": 456 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "C_OP_RemapDistanceToLineSegmentBase" - }, - "C_OP_RemapDotProductToCP": { - "fields": { - "m_flInputMax": 792, - "m_flInputMin": 456, - "m_flOutputMax": 1464, - "m_flOutputMin": 1128, - "m_nInputCP1": 436, - "m_nInputCP2": 440, - "m_nOutVectorField": 448, - "m_nOutputCP": 444 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionPreEmission" - }, - "C_OP_RemapDotProductToScalar": { - "fields": { - "m_bActiveRange": 468, - "m_bUseParticleNormal": 469, - "m_bUseParticleVelocity": 460, - "m_flInputMax": 448, - "m_flInputMin": 444, - "m_flOutputMax": 456, - "m_flOutputMin": 452, - "m_nFieldOutput": 440, - "m_nInputCP1": 432, - "m_nInputCP2": 436, - "m_nSetMethod": 464 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_RemapExternalWindToCP": { - "fields": { - "m_bSetMagnitude": 2032, - "m_nCP": 436, - "m_nCPOutput": 440, - "m_nOutVectorField": 2036, - "m_vecScale": 448 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionPreEmission" - }, - "C_OP_RemapModelVolumetoCP": { - "fields": { - "m_flInputMax": 460, - "m_flInputMin": 456, - "m_flOutputMax": 468, - "m_flOutputMin": 464, - "m_nBBoxType": 436, - "m_nField": 452, - "m_nInControlPointNumber": 440, - "m_nOutControlPointMaxNumber": 448, - "m_nOutControlPointNumber": 444 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionPreEmission" - }, - "C_OP_RemapNamedModelBodyPartEndCap": { - "fields": {}, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "C_OP_RemapNamedModelElementEndCap" - }, - "C_OP_RemapNamedModelBodyPartOnceTimed": { - "fields": {}, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "C_OP_RemapNamedModelElementOnceTimed" - }, - "C_OP_RemapNamedModelElementEndCap": { - "fields": { - "m_bModelFromRenderer": 512, - "m_fallbackNames": 488, - "m_hModel": 432, - "m_inNames": 440, - "m_nFieldInput": 516, - "m_nFieldOutput": 520, - "m_outNames": 464 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_RemapNamedModelElementOnceTimed": { - "fields": { - "m_bModelFromRenderer": 512, - "m_bProportional": 513, - "m_fallbackNames": 488, - "m_flRemapTime": 524, - "m_hModel": 432, - "m_inNames": 440, - "m_nFieldInput": 516, - "m_nFieldOutput": 520, - "m_outNames": 464 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_RemapNamedModelMeshGroupEndCap": { - "fields": {}, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "C_OP_RemapNamedModelElementEndCap" - }, - "C_OP_RemapNamedModelMeshGroupOnceTimed": { - "fields": {}, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "C_OP_RemapNamedModelElementOnceTimed" - }, - "C_OP_RemapNamedModelSequenceEndCap": { - "fields": {}, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "C_OP_RemapNamedModelElementEndCap" - }, - "C_OP_RemapNamedModelSequenceOnceTimed": { - "fields": {}, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "C_OP_RemapNamedModelElementOnceTimed" - }, - "C_OP_RemapParticleCountOnScalarEndCap": { - "fields": { - "m_bBackwards": 452, - "m_flOutputMax": 448, - "m_flOutputMin": 444, - "m_nFieldOutput": 432, - "m_nInputMax": 440, - "m_nInputMin": 436, - "m_nSetMethod": 456 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_RemapParticleCountToScalar": { - "fields": { - "m_bActiveRange": 1784, - "m_flOutputMax": 1448, - "m_flOutputMin": 1112, - "m_nFieldOutput": 432, - "m_nInputMax": 776, - "m_nInputMin": 440, - "m_nSetMethod": 1788 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_RemapSDFDistanceToScalarAttribute": { - "fields": { - "m_flMaxDistance": 776, - "m_flMinDistance": 440, - "m_flValueAboveMax": 2120, - "m_flValueAtMax": 1784, - "m_flValueAtMin": 1448, - "m_flValueBelowMin": 1112, - "m_nFieldOutput": 432, - "m_nVectorFieldInput": 436 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_RemapSDFDistanceToVectorAttribute": { - "fields": { - "m_flMaxDistance": 776, - "m_flMinDistance": 440, - "m_nVectorFieldInput": 436, - "m_nVectorFieldOutput": 432, - "m_vValueAboveMax": 1148, - "m_vValueAtMax": 1136, - "m_vValueAtMin": 1124, - "m_vValueBelowMin": 1112 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_RemapSDFGradientToVectorAttribute": { - "fields": { - "m_nFieldOutput": 432 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_RemapScalar": { - "fields": { - "m_bOldCode": 456, - "m_flInputMax": 444, - "m_flInputMin": 440, - "m_flOutputMax": 452, - "m_flOutputMin": 448, - "m_nFieldInput": 432, - "m_nFieldOutput": 436 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_RemapScalarEndCap": { - "fields": { - "m_flInputMax": 444, - "m_flInputMin": 440, - "m_flOutputMax": 452, - "m_flOutputMin": 448, - "m_nFieldInput": 432, - "m_nFieldOutput": 436 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_RemapScalarOnceTimed": { - "fields": { - "m_bProportional": 432, - "m_flInputMax": 448, - "m_flInputMin": 444, - "m_flOutputMax": 456, - "m_flOutputMin": 452, - "m_flRemapTime": 460, - "m_nFieldInput": 436, - "m_nFieldOutput": 440 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_RemapSpeed": { - "fields": { - "m_bIgnoreDelta": 456, - "m_flInputMax": 440, - "m_flInputMin": 436, - "m_flOutputMax": 448, - "m_flOutputMin": 444, - "m_nFieldOutput": 432, - "m_nSetMethod": 452 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_RemapSpeedtoCP": { - "fields": { - "m_bUseDeltaV": 464, - "m_flInputMax": 452, - "m_flInputMin": 448, - "m_flOutputMax": 460, - "m_flOutputMin": 456, - "m_nField": 444, - "m_nInControlPointNumber": 436, - "m_nOutControlPointNumber": 440 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionPreEmission" - }, - "C_OP_RemapTransformOrientationToRotations": { - "fields": { - "m_TransformInput": 432, - "m_bUseQuat": 540, - "m_bWriteNormal": 541, - "m_vecRotation": 528 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_RemapTransformOrientationToYaw": { - "fields": { - "m_TransformInput": 432, - "m_flRotOffset": 532, - "m_flSpinStrength": 536, - "m_nFieldOutput": 528 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_RemapTransformToVelocity": { - "fields": { - "m_TransformInput": 432 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_RemapTransformVisibilityToScalar": { - "fields": { - "m_TransformInput": 440, - "m_flInputMax": 544, - "m_flInputMin": 540, - "m_flOutputMax": 552, - "m_flOutputMin": 548, - "m_flRadius": 556, - "m_nFieldOutput": 536, - "m_nSetMethod": 432 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_RemapTransformVisibilityToVector": { - "fields": { - "m_TransformInput": 440, - "m_flInputMax": 544, - "m_flInputMin": 540, - "m_flRadius": 572, - "m_nFieldOutput": 536, - "m_nSetMethod": 432, - "m_vecOutputMax": 560, - "m_vecOutputMin": 548 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_RemapVectorComponentToScalar": { - "fields": { - "m_nComponent": 440, - "m_nFieldInput": 432, - "m_nFieldOutput": 436 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_RemapVectortoCP": { - "fields": { - "m_nFieldInput": 436, - "m_nOutControlPointNumber": 432, - "m_nParticleNumber": 440 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_RemapVelocityToVector": { - "fields": { - "m_bNormalize": 440, - "m_flScale": 436, - "m_nFieldOutput": 432 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_RemapVisibilityScalar": { - "fields": { - "m_flInputMax": 444, - "m_flInputMin": 440, - "m_flOutputMax": 452, - "m_flOutputMin": 448, - "m_flRadiusScale": 456, - "m_nFieldInput": 432, - "m_nFieldOutput": 436 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_RenderAsModels": { - "fields": { - "m_ModelList": 504, - "m_bFitToModelSize": 536, - "m_bNonUniformScaling": 537, - "m_flModelScale": 532, - "m_nSizeCullBloat": 552, - "m_nXAxisScalingAttribute": 540, - "m_nYAxisScalingAttribute": 544, - "m_nZAxisScalingAttribute": 548 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionRenderer" - }, - "C_OP_RenderBlobs": { - "fields": { - "m_MaterialVars": 1520, - "m_cubeWidth": 504, - "m_cutoffRadius": 840, - "m_hMaterial": 1568, - "m_nScaleCP": 1512, - "m_renderRadius": 1176 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionRenderer" - }, - "C_OP_RenderCables": { - "fields": { - "m_LightingTransform": 4832, - "m_MaterialFloatVars": 4928, - "m_MaterialVecVars": 4976, - "m_bDrawCableCaps": 4800, - "m_flAlphaScale": 840, - "m_flCapOffsetAmount": 4808, - "m_flCapRoundness": 4804, - "m_flColorMapOffsetU": 3792, - "m_flColorMapOffsetV": 3456, - "m_flNormalMapOffsetU": 4464, - "m_flNormalMapOffsetV": 4128, - "m_flRadiusScale": 504, - "m_flTessScale": 4812, - "m_flTextureRepeatsCircumference": 3120, - "m_flTextureRepeatsPerSegment": 2784, - "m_hMaterial": 2768, - "m_nColorBlendType": 2760, - "m_nMaxTesselation": 4820, - "m_nMinTesselation": 4816, - "m_nRoundness": 4824, - "m_nTextureRepetitionMode": 2776, - "m_vecColorScale": 1176 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionRenderer" - }, - "C_OP_RenderDeferredLight": { - "fields": { - "m_bUseAlphaTestWindow": 502, - "m_bUseTexture": 503, - "m_flAlphaScale": 508, - "m_flDistanceFalloff": 2116, - "m_flLightDistance": 2108, - "m_flRadiusScale": 504, - "m_flSpotFoV": 2120, - "m_flStartFalloff": 2112, - "m_hTexture": 2136, - "m_nAlpha2Field": 512, - "m_nAlphaTestPointField": 2124, - "m_nAlphaTestRangeField": 2128, - "m_nAlphaTestSharpnessField": 2132, - "m_nColorBlendType": 2104, - "m_nHSVShiftControlPoint": 2144, - "m_vecColorScale": 520 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionRenderer" - }, - "C_OP_RenderFlattenGrass": { - "fields": { - "m_flFlattenStrength": 504, - "m_flRadiusScale": 512, - "m_nStrengthFieldOverride": 508 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionRenderer" - }, - "C_OP_RenderGpuImplicit": { - "fields": { - "m_bUsePerParticleRadius": 502, - "m_fGridSize": 504, - "m_fIsosurfaceThreshold": 1176, - "m_fRadiusScale": 840, - "m_hMaterial": 1520, - "m_nScaleCP": 1512 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionRenderer" - }, - "C_OP_RenderLightBeam": { - "fields": { - "m_bCastShadows": 2432, - "m_flBrightnessLumensPerMeter": 2096, - "m_flRange": 2776, - "m_flSkirt": 2440, - "m_flThickness": 3112, - "m_nColorBlendType": 2088, - "m_vColorBlend": 504 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionRenderer" - }, - "C_OP_RenderMaterialProxy": { - "fields": { - "m_MaterialVars": 512, - "m_flAlpha": 2464, - "m_flMaterialOverrideEnabled": 544, - "m_hOverrideMaterial": 536, - "m_nColorBlendType": 2800, - "m_nMaterialControlPoint": 504, - "m_nProxyType": 508, - "m_vecColorScale": 880 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionRenderer" - }, - "C_OP_RenderModels": { - "fields": { - "m_ActivityName": 5680, - "m_EconSlotName": 7004, - "m_MaterialVars": 6552, - "m_ModelList": 512, - "m_SequenceName": 5936, - "m_bAcceptsDecals": 7265, - "m_bAllowApproximateTransforms": 7269, - "m_bAnimated": 5320, - "m_bCenterOffset": 550, - "m_bDisableDepthPrepass": 7264, - "m_bDisableShadows": 7263, - "m_bDoNotDrawInParticlePass": 7267, - "m_bEnableClothSimulation": 6192, - "m_bForceDrawInterlevedWithSiblings": 7266, - "m_bForceLoopingAnimation": 5665, - "m_bIgnoreNormal": 548, - "m_bIgnoreRadius": 3720, - "m_bLocalScale": 5312, - "m_bManualAnimFrame": 5667, - "m_bOnlyRenderInEffecsGameOverlay": 505, - "m_bOnlyRenderInEffectsBloomPass": 502, - "m_bOnlyRenderInEffectsWaterPass": 503, - "m_bOrientZ": 549, - "m_bOriginalModel": 7260, - "m_bOverrideTranslucentMaterials": 6208, - "m_bResetAnimOnStop": 5666, - "m_bScaleAnimationRate": 5664, - "m_bSuppressTint": 7261, - "m_bUseFastModelCollectionRenderPath": 7268, - "m_bUseMixedResolutionRendering": 504, - "m_bUseRawMeshGroup": 7262, - "m_flAlphaScale": 11704, - "m_flAnimationRate": 5328, - "m_flManualModelSelection": 6576, - "m_flRadiusScale": 11368, - "m_flRollScale": 12040, - "m_hOverrideMaterial": 6200, - "m_modelInput": 6912, - "m_nAlpha2Field": 12376, - "m_nAnimationField": 5672, - "m_nAnimationScaleField": 5668, - "m_nBodyGroupField": 540, - "m_nColorBlendType": 13968, - "m_nLOD": 7000, - "m_nManualFrameField": 5676, - "m_nModelScaleCP": 3724, - "m_nSizeCullBloat": 5316, - "m_nSkin": 6216, - "m_nSubModelField": 544, - "m_szRenderAttribute": 7270, - "m_vecColorScale": 12384, - "m_vecComponentScale": 3728, - "m_vecLocalOffset": 552, - "m_vecLocalRotation": 2136 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionRenderer" - }, - "C_OP_RenderOmni2Light": { - "fields": { - "m_bCastShadows": 2776, - "m_bSphericalCookie": 4472, - "m_flBrightnessCandelas": 2440, - "m_flBrightnessLumens": 2104, - "m_flInnerConeAngle": 3792, - "m_flLuminaireRadius": 2784, - "m_flOuterConeAngle": 4128, - "m_flRange": 3456, - "m_flSkirt": 3120, - "m_hLightCookie": 4464, - "m_nBrightnessUnit": 2100, - "m_nColorBlendType": 2096, - "m_nLightType": 504, - "m_vColorBlend": 512 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionRenderer" - }, - "C_OP_RenderPostProcessing": { - "fields": { - "m_flPostProcessStrength": 504, - "m_hPostTexture": 840, - "m_nPriority": 848 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionRenderer" - }, - "C_OP_RenderProjected": { - "fields": { - "m_MaterialVars": 888, - "m_bEnableProjectedDepthControls": 506, - "m_bFlipHorizontal": 505, - "m_bOrientToNormal": 884, - "m_bProjectCharacter": 502, - "m_bProjectWater": 504, - "m_bProjectWorld": 503, - "m_flAnimationTimeScale": 880, - "m_flMaterialSelection": 544, - "m_flMaxProjectionDepth": 512, - "m_flMinProjectionDepth": 508, - "m_vecProjectedMaterials": 520 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionRenderer" - }, - "C_OP_RenderRopes": { - "fields": { - "m_bClampV": 10844, - "m_bClosedLoop": 10881, - "m_bDrawAsOpaque": 10892, - "m_bEnableFadingAndClamping": 9784, - "m_bGenerateNormals": 10893, - "m_bReverseOrder": 10880, - "m_bUseScalarForTextureCoordinate": 10869, - "m_flEndFadeDot": 9808, - "m_flEndFadeSize": 9800, - "m_flMaxSize": 9792, - "m_flMinSize": 9788, - "m_flRadiusTaper": 9812, - "m_flScalarAttributeTextureCoordScale": 10876, - "m_flScaleVOffsetByControlPointDistance": 10864, - "m_flScaleVScrollByControlPointDistance": 10860, - "m_flScaleVSizeByControlPointDistance": 10856, - "m_flStartFadeDot": 9804, - "m_flStartFadeSize": 9796, - "m_flTessScale": 9824, - "m_flTextureVOffset": 10504, - "m_flTextureVScrollRate": 10168, - "m_flTextureVWorldSize": 9832, - "m_nMaxTesselation": 9820, - "m_nMinTesselation": 9816, - "m_nOrientationType": 10884, - "m_nScalarFieldForTextureCoordinate": 10872, - "m_nScaleCP1": 10848, - "m_nScaleCP2": 10852, - "m_nTextureVParamsCP": 10840, - "m_nVectorFieldForOrientation": 10888 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CBaseRendererSource2" - }, - "C_OP_RenderScreenShake": { - "fields": { - "m_flAmplitudeScale": 516, - "m_flDurationScale": 504, - "m_flFrequencyScale": 512, - "m_flRadiusScale": 508, - "m_nAmplitudeField": 532, - "m_nDurationField": 524, - "m_nFilterCP": 536, - "m_nFrequencyField": 528, - "m_nRadiusField": 520 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionRenderer" - }, - "C_OP_RenderSimpleModelCollection": { - "fields": { - "m_bAcceptsDecals": 597, - "m_bCenterOffset": 502, - "m_bDisableShadows": 596, - "m_modelInput": 504, - "m_nLOD": 592 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionRenderer" - }, - "C_OP_RenderSound": { - "fields": { - "m_bSuppressStopSoundEvent": 800, - "m_flDurationScale": 504, - "m_flPitchScale": 512, - "m_flSndLvlScale": 508, - "m_flVolumeScale": 516, - "m_nCPReference": 540, - "m_nChannel": 536, - "m_nDurationField": 524, - "m_nPitchField": 528, - "m_nSndLvlField": 520, - "m_nVolumeField": 532, - "m_pszSoundName": 544 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionRenderer" - }, - "C_OP_RenderSprites": { - "fields": { - "m_OutlineColor": 11837, - "m_bDistanceAlpha": 11824, - "m_bOutline": 11836, - "m_bParticleShadows": 12544, - "m_bSoftEdges": 11825, - "m_bUseYawWithNormalAligned": 10128, - "m_flAlphaAdjustWithSizeAdjust": 10808, - "m_flEdgeSoftnessEnd": 11832, - "m_flEdgeSoftnessStart": 11828, - "m_flEndFadeDot": 11820, - "m_flEndFadeSize": 11480, - "m_flLightingDirectionality": 12208, - "m_flLightingTessellation": 11872, - "m_flMaxSize": 10472, - "m_flMinSize": 10136, - "m_flOutlineEnd0": 11856, - "m_flOutlineEnd1": 11860, - "m_flOutlineStart0": 11848, - "m_flOutlineStart1": 11852, - "m_flShadowDensity": 12548, - "m_flStartFadeDot": 11816, - "m_flStartFadeSize": 11144, - "m_nLightingMode": 11864, - "m_nOrientationControlPoint": 10124, - "m_nOrientationType": 10120, - "m_nOutlineAlpha": 11844, - "m_nSequenceOverride": 9784 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CBaseRendererSource2" - }, - "C_OP_RenderStandardLight": { - "fields": { - "m_bCastShadows": 2440, - "m_bClosedLoop": 4841, - "m_bIgnoreDT": 4856, - "m_bRenderDiffuse": 4472, - "m_bRenderSpecular": 4473, - "m_bReverseOrder": 4840, - "m_flCapsuleLength": 4836, - "m_flConstrainRadiusToLengthRatio": 4860, - "m_flFalloffLinearity": 3464, - "m_flFiftyPercentFalloff": 3800, - "m_flFogContribution": 4496, - "m_flIntensity": 2104, - "m_flLengthFadeInTime": 4868, - "m_flLengthScale": 4864, - "m_flMaxLength": 4848, - "m_flMinLength": 4852, - "m_flPhi": 2784, - "m_flRadiusMultiplier": 3120, - "m_flTheta": 2448, - "m_flZeroPercentFalloff": 4136, - "m_lightCookie": 4480, - "m_nAttenuationStyle": 3456, - "m_nCapsuleLightBehavior": 4832, - "m_nColorBlendType": 2096, - "m_nFogLightingMode": 4492, - "m_nLightType": 504, - "m_nPrevPntSource": 4844, - "m_nPriority": 4488, - "m_vecColorScale": 512 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionRenderer" - }, - "C_OP_RenderStatusEffect": { - "fields": { - "m_pTextureColorWarp": 504, - "m_pTextureDetail2": 512, - "m_pTextureDiffuseWarp": 520, - "m_pTextureEnvMap": 552, - "m_pTextureFresnelColorWarp": 528, - "m_pTextureFresnelWarp": 536, - "m_pTextureSpecularWarp": 544 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionRenderer" - }, - "C_OP_RenderStatusEffectCitadel": { - "fields": { - "m_pTextureColorWarp": 504, - "m_pTextureDetail": 544, - "m_pTextureMetalness": 520, - "m_pTextureNormal": 512, - "m_pTextureRoughness": 528, - "m_pTextureSelfIllum": 536 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionRenderer" - }, - "C_OP_RenderText": { - "fields": { - "m_DefaultText": 512, - "m_OutlineColor": 502 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionRenderer" - }, - "C_OP_RenderTonemapController": { - "fields": { - "m_flTonemapLevel": 504, - "m_flTonemapWeight": 508, - "m_nTonemapLevelField": 512, - "m_nTonemapWeightField": 516 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionRenderer" - }, - "C_OP_RenderTrails": { - "fields": { - "m_bEnableFadingAndClamping": 10473, - "m_bFlipUVBasedOnPitchYaw": 15036, - "m_bIgnoreDT": 10496, - "m_flConstrainRadiusToLengthRatio": 10500, - "m_flEndFadeDot": 10480, - "m_flForwardShift": 15032, - "m_flHeadAlphaScale": 12432, - "m_flLengthFadeInTime": 10508, - "m_flLengthScale": 10504, - "m_flMaxLength": 10488, - "m_flMinLength": 10492, - "m_flRadiusHeadTaper": 10512, - "m_flRadiusTaper": 12768, - "m_flStartFadeDot": 10476, - "m_flTailAlphaScale": 14688, - "m_nHorizCropField": 15024, - "m_nPrevPntSource": 10484, - "m_nVertCropField": 15028, - "m_vecHeadColorScale": 10848, - "m_vecTailColorScale": 13104 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CBaseTrailRenderer" - }, - "C_OP_RenderTreeShake": { - "fields": { - "m_flControlPointOrientationAmount": 536, - "m_flPeakStrength": 504, - "m_flRadialAmount": 532, - "m_flRadius": 512, - "m_flShakeDuration": 520, - "m_flTransitionTime": 524, - "m_flTwistAmount": 528, - "m_nControlPointForLinearDirection": 540, - "m_nPeakStrengthFieldOverride": 508, - "m_nRadiusFieldOverride": 516 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionRenderer" - }, - "C_OP_RenderVRHapticEvent": { - "fields": { - "m_flAmplitude": 520, - "m_nHand": 504, - "m_nOutputField": 512, - "m_nOutputHandCP": 508 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionRenderer" - }, - "C_OP_RepeatedTriggerChildGroup": { - "fields": { - "m_bLimitChildCount": 1448, - "m_flClusterCooldown": 1112, - "m_flClusterRefireTime": 440, - "m_flClusterSize": 776, - "m_nChildGroupID": 436 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionPreEmission" - }, - "C_OP_RestartAfterDuration": { - "fields": { - "m_bOnlyChildren": 452, - "m_flDurationMax": 436, - "m_flDurationMin": 432, - "m_nCP": 440, - "m_nCPField": 444, - "m_nChildGroupID": 448 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_RopeSpringConstraint": { - "fields": { - "m_flAdjustmentScale": 1440, - "m_flInitialRestingLength": 1448, - "m_flMaxDistance": 1104, - "m_flMinDistance": 768, - "m_flRestLength": 432 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionConstraint" - }, - "C_OP_RotateVector": { - "fields": { - "m_bNormalize": 468, - "m_flRotRateMax": 464, - "m_flRotRateMin": 460, - "m_flScale": 472, - "m_nFieldOutput": 432, - "m_vecRotAxisMax": 448, - "m_vecRotAxisMin": 436 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_RtEnvCull": { - "fields": { - "m_RtEnvName": 458, - "m_bCullOnMiss": 456, - "m_bStickInsteadOfCull": 457, - "m_nComponent": 592, - "m_nRTEnvCP": 588, - "m_vecTestDir": 432, - "m_vecTestNormal": 444 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_SDFConstraint": { - "fields": { - "m_flMaxDist": 768, - "m_flMinDist": 432, - "m_nMaxIterations": 1104 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionConstraint" - }, - "C_OP_SDFForce": { - "fields": { - "m_flForceScale": 444 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionForce" - }, - "C_OP_SDFLighting": { - "fields": { - "m_vLightingDir": 432, - "m_vTint_0": 444, - "m_vTint_1": 456 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_SelectivelyEnableChildren": { - "fields": { - "m_bDestroyImmediately": 1449, - "m_bPlayEndcapOnStop": 1448, - "m_nChildGroupID": 440, - "m_nFirstChild": 776, - "m_nNumChildrenToEnable": 1112 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionPreEmission" - }, - "C_OP_SequenceFromModel": { - "fields": { - "m_flInputMax": 448, - "m_flInputMin": 444, - "m_flOutputMax": 456, - "m_flOutputMin": 452, - "m_nControlPointNumber": 432, - "m_nFieldOutput": 436, - "m_nFieldOutputAnim": 440, - "m_nSetMethod": 460 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_SetAttributeToScalarExpression": { - "fields": { - "m_flInput1": 440, - "m_flInput2": 776, - "m_flOutputRemap": 1112, - "m_nExpression": 432, - "m_nOutputField": 1448, - "m_nSetMethod": 1452 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_SetCPOrientationToDirection": { - "fields": { - "m_nInputControlPoint": 432, - "m_nOutputControlPoint": 436 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_SetCPOrientationToGroundNormal": { - "fields": { - "m_CollisionGroupName": 448, - "m_bIncludeWater": 600, - "m_flInterpRate": 432, - "m_flMaxTraceLength": 436, - "m_flTolerance": 440, - "m_flTraceOffset": 444, - "m_nInputCP": 580, - "m_nOutputCP": 584, - "m_nTraceSet": 576 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_SetCPOrientationToPointAtCP": { - "fields": { - "m_b2DOrientation": 784, - "m_bAvoidSingularity": 785, - "m_bPointAway": 786, - "m_flInterpolation": 448, - "m_nInputCP": 436, - "m_nOutputCP": 440 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionPreEmission" - }, - "C_OP_SetCPtoVector": { - "fields": { - "m_nCPInput": 432, - "m_nFieldOutput": 436 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_SetChildControlPoints": { - "fields": { - "m_bReverse": 784, - "m_bSetOrientation": 785, - "m_nChildGroupID": 432, - "m_nFirstControlPoint": 436, - "m_nFirstSourcePoint": 448, - "m_nNumControlPoints": 440 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_SetControlPointFieldFromVectorExpression": { - "fields": { - "m_flOutputRemap": 3608, - "m_nExpression": 436, - "m_nOutVectorField": 3948, - "m_nOutputCP": 3944, - "m_vecInput1": 440, - "m_vecInput2": 2024 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionPreEmission" - }, - "C_OP_SetControlPointFieldToScalarExpression": { - "fields": { - "m_flInput1": 440, - "m_flInput2": 776, - "m_flOutputRemap": 1112, - "m_nExpression": 436, - "m_nOutVectorField": 1452, - "m_nOutputCP": 1448 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionPreEmission" - }, - "C_OP_SetControlPointFieldToWater": { - "fields": { - "m_nCPField": 444, - "m_nDestCP": 440, - "m_nSourceCP": 436 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionPreEmission" - }, - "C_OP_SetControlPointFromObjectScale": { - "fields": { - "m_nCPInput": 436, - "m_nCPOutput": 440 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionPreEmission" - }, - "C_OP_SetControlPointOrientation": { - "fields": { - "m_bRandomize": 435, - "m_bSetOnce": 436, - "m_bUseWorldLocation": 433, - "m_flInterpolation": 472, - "m_nCP": 440, - "m_nHeadLocation": 444, - "m_vecRotation": 448, - "m_vecRotationB": 460 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionPreEmission" - }, - "C_OP_SetControlPointOrientationToCPVelocity": { - "fields": { - "m_nCPInput": 436, - "m_nCPOutput": 440 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionPreEmission" - }, - "C_OP_SetControlPointPositionToRandomActiveCP": { - "fields": { - "m_flResetRate": 448, - "m_nCP1": 436, - "m_nHeadLocationMax": 444, - "m_nHeadLocationMin": 440 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionPreEmission" - }, - "C_OP_SetControlPointPositionToTimeOfDayValue": { - "fields": { - "m_nControlPointNumber": 436, - "m_pszTimeOfDayParameter": 440, - "m_vecDefaultValue": 568 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionPreEmission" - }, - "C_OP_SetControlPointPositions": { - "fields": { - "m_bOrient": 434, - "m_bSetOnce": 435, - "m_bUseWorldLocation": 433, - "m_nCP1": 436, - "m_nCP2": 440, - "m_nCP3": 444, - "m_nCP4": 448, - "m_nHeadLocation": 500, - "m_vecCP1Pos": 452, - "m_vecCP2Pos": 464, - "m_vecCP3Pos": 476, - "m_vecCP4Pos": 488 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionPreEmission" - }, - "C_OP_SetControlPointRotation": { - "fields": { - "m_flRotRate": 2024, - "m_nCP": 2360, - "m_nLocalCP": 2364, - "m_vecRotAxis": 440 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionPreEmission" - }, - "C_OP_SetControlPointToCPVelocity": { - "fields": { - "m_bNormalize": 444, - "m_nCPField": 452, - "m_nCPInput": 436, - "m_nCPOutputMag": 448, - "m_nCPOutputVel": 440, - "m_vecComparisonVelocity": 456 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionPreEmission" - }, - "C_OP_SetControlPointToCenter": { - "fields": { - "m_nCP1": 436, - "m_nSetParent": 452, - "m_vecCP1Pos": 440 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionPreEmission" - }, - "C_OP_SetControlPointToHMD": { - "fields": { - "m_bOrientToHMD": 452, - "m_nCP1": 436, - "m_vecCP1Pos": 440 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionPreEmission" - }, - "C_OP_SetControlPointToHand": { - "fields": { - "m_bOrientToHand": 456, - "m_nCP1": 436, - "m_nHand": 440, - "m_vecCP1Pos": 444 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionPreEmission" - }, - "C_OP_SetControlPointToImpactPoint": { - "fields": { - "m_CollisionGroupName": 804, - "m_bIncludeWater": 938, - "m_bSetToEndpoint": 936, - "m_bTraceToClosestSurface": 937, - "m_flOffset": 788, - "m_flStartOffset": 784, - "m_flTraceLength": 448, - "m_flUpdateRate": 444, - "m_nCPIn": 440, - "m_nCPOut": 436, - "m_nTraceSet": 932, - "m_vecTraceDir": 792 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionPreEmission" - }, - "C_OP_SetControlPointToPlayer": { - "fields": { - "m_bOrientToEyes": 452, - "m_nCP1": 436, - "m_vecCP1Pos": 440 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionPreEmission" - }, - "C_OP_SetControlPointToVectorExpression": { - "fields": { - "m_bNormalizedOutput": 3616, - "m_nExpression": 436, - "m_nOutputCP": 440, - "m_vInput1": 448, - "m_vInput2": 2032 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionPreEmission" - }, - "C_OP_SetControlPointToWaterSurface": { - "fields": { - "m_bAdaptiveThreshold": 792, - "m_flRetestRate": 456, - "m_nActiveCP": 448, - "m_nActiveCPField": 452, - "m_nDestCP": 440, - "m_nFlowCP": 444, - "m_nSourceCP": 436 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionPreEmission" - }, - "C_OP_SetControlPointsToModelParticles": { - "fields": { - "m_AttachmentName": 560, - "m_HitboxSetName": 432, - "m_bAttachment": 701, - "m_bSkin": 700, - "m_nFirstControlPoint": 688, - "m_nFirstSourcePoint": 696, - "m_nNumControlPoints": 692 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_SetControlPointsToParticle": { - "fields": { - "m_bSetOrientation": 448, - "m_nChildGroupID": 432, - "m_nFirstControlPoint": 436, - "m_nFirstSourcePoint": 444, - "m_nNumControlPoints": 440, - "m_nOrientationMode": 452, - "m_nSetParent": 456 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_SetFloat": { - "fields": { - "m_InputValue": 432, - "m_Lerp": 776, - "m_bUseNewCode": 1112, - "m_nOutputField": 768, - "m_nSetMethod": 772 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_SetFloatAttributeToVectorExpression": { - "fields": { - "m_flOutputRemap": 3608, - "m_nExpression": 432, - "m_nOutputField": 3944, - "m_nSetMethod": 3948, - "m_vInput1": 440, - "m_vInput2": 2024 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_SetFloatCollection": { - "fields": { - "m_InputValue": 432, - "m_Lerp": 776, - "m_nOutputField": 768, - "m_nSetMethod": 772 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_SetFromCPSnapshot": { - "fields": { - "m_bPrev": 1465, - "m_bRandom": 448, - "m_bReverse": 449, - "m_bSubSample": 1464, - "m_flInterpolation": 1128, - "m_nAttributeToRead": 436, - "m_nAttributeToWrite": 440, - "m_nControlPointNumber": 432, - "m_nLocalSpaceCP": 444, - "m_nRandomSeed": 452, - "m_nSnapShotIncrement": 792, - "m_nSnapShotStartPoint": 456 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_SetGravityToCP": { - "fields": { - "m_bSetOrientation": 784, - "m_bSetZDown": 785, - "m_flScale": 448, - "m_nCPInput": 436, - "m_nCPOutput": 440 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionPreEmission" - }, - "C_OP_SetParentControlPointsToChildCP": { - "fields": { - "m_bSetOrientation": 452, - "m_nChildControlPoint": 440, - "m_nChildGroupID": 436, - "m_nFirstSourcePoint": 448, - "m_nNumControlPoints": 444 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionPreEmission" - }, - "C_OP_SetPerChildControlPoint": { - "fields": { - "m_bNumBasedOnParticleCount": 1128, - "m_bSetOrientation": 1120, - "m_nChildGroupID": 432, - "m_nFirstControlPoint": 436, - "m_nFirstSourcePoint": 784, - "m_nNumControlPoints": 440, - "m_nOrientationField": 1124, - "m_nParticleIncrement": 448 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_SetPerChildControlPointFromAttribute": { - "fields": { - "m_bNumBasedOnParticleCount": 452, - "m_nAttributeToRead": 456, - "m_nCPField": 460, - "m_nChildGroupID": 432, - "m_nFirstControlPoint": 436, - "m_nFirstSourcePoint": 448, - "m_nNumControlPoints": 440, - "m_nParticleIncrement": 444 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_SetRandomControlPointPosition": { - "fields": { - "m_bOrient": 434, - "m_bUseWorldLocation": 433, - "m_flInterpolation": 808, - "m_flReRandomRate": 448, - "m_nCP1": 436, - "m_nHeadLocation": 440, - "m_vecCPMaxPos": 796, - "m_vecCPMinPos": 784 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionPreEmission" - }, - "C_OP_SetSimulationRate": { - "fields": { - "m_flSimulationScale": 440 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionPreEmission" - }, - "C_OP_SetSingleControlPointPosition": { - "fields": { - "m_bSetOnce": 433, - "m_nCP1": 436, - "m_transformInput": 2024, - "m_vecCP1Pos": 440 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionPreEmission" - }, - "C_OP_SetToCP": { - "fields": { - "m_bOffsetLocal": 448, - "m_nControlPointNumber": 432, - "m_vecOffset": 436 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_SetVariable": { - "fields": { - "m_floatInput": 2208, - "m_positionOffset": 600, - "m_rotationOffset": 612, - "m_transformInput": 504, - "m_variableReference": 440, - "m_vecInput": 624 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionPreEmission" - }, - "C_OP_SetVec": { - "fields": { - "m_InputValue": 432, - "m_Lerp": 2024, - "m_bNormalizedOutput": 2360, - "m_nOutputField": 2016, - "m_nSetMethod": 2020 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_SetVectorAttributeToVectorExpression": { - "fields": { - "m_bNormalizedOutput": 3616, - "m_nExpression": 432, - "m_nOutputField": 3608, - "m_nSetMethod": 3612, - "m_vInput1": 440, - "m_vInput2": 2024 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_ShapeMatchingConstraint": { - "fields": { - "m_flShapeRestorationTime": 432 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionConstraint" - }, - "C_OP_SnapshotRigidSkinToBones": { - "fields": { - "m_bTransformNormals": 432, - "m_bTransformRadii": 433, - "m_nControlPointNumber": 436 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_SnapshotSkinToBones": { - "fields": { - "m_bTransformNormals": 432, - "m_bTransformRadii": 433, - "m_flJumpThreshold": 448, - "m_flLifeTimeFadeEnd": 444, - "m_flLifeTimeFadeStart": 440, - "m_flPrevPosScale": 452, - "m_nControlPointNumber": 436 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_Spin": { - "fields": {}, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CGeneralSpin" - }, - "C_OP_SpinUpdate": { - "fields": {}, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CSpinUpdateBase" - }, - "C_OP_SpinYaw": { - "fields": {}, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CGeneralSpin" - }, - "C_OP_SpringToVectorConstraint": { - "fields": { - "m_flMaxDistance": 1104, - "m_flMinDistance": 768, - "m_flRestLength": 432, - "m_flRestingLength": 1440, - "m_vecAnchorVector": 1776 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionConstraint" - }, - "C_OP_StopAfterCPDuration": { - "fields": { - "m_bDestroyImmediately": 776, - "m_bPlayEndCap": 777, - "m_flDuration": 440 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionPreEmission" - }, - "C_OP_TeleportBeam": { - "fields": { - "m_flAlpha": 480, - "m_flArcMaxDuration": 468, - "m_flArcSpeed": 476, - "m_flSegmentBreak": 472, - "m_nCPColor": 444, - "m_nCPExtraArcData": 452, - "m_nCPInvalidColor": 448, - "m_nCPMisc": 440, - "m_nCPPosition": 432, - "m_nCPVelocity": 436, - "m_vGravity": 456 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_TimeVaryingForce": { - "fields": { - "m_EndingForce": 464, - "m_StartingForce": 448, - "m_flEndLerpTime": 460, - "m_flStartLerpTime": 444 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionForce" - }, - "C_OP_TurbulenceForce": { - "fields": { - "m_flNoiseCoordScale0": 444, - "m_flNoiseCoordScale1": 448, - "m_flNoiseCoordScale2": 452, - "m_flNoiseCoordScale3": 456, - "m_vecNoiseAmount0": 460, - "m_vecNoiseAmount1": 472, - "m_vecNoiseAmount2": 484, - "m_vecNoiseAmount3": 496 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionForce" - }, - "C_OP_TwistAroundAxis": { - "fields": { - "m_TwistAxis": 448, - "m_bLocalSpace": 460, - "m_fForceAmount": 444, - "m_nControlPointNumber": 464 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionForce" - }, - "C_OP_UpdateLightSource": { - "fields": { - "m_flBrightnessScale": 436, - "m_flMaximumLightingRadius": 448, - "m_flMinimumLightingRadius": 444, - "m_flPositionDampingConstant": 452, - "m_flRadiusScale": 440, - "m_vColorTint": 432 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_VectorFieldSnapshot": { - "fields": { - "m_bLockToSurface": 2373, - "m_bSetVelocity": 2372, - "m_flBoundaryDampening": 2368, - "m_flGridSpacing": 2376, - "m_flInterpolation": 448, - "m_nAttributeToWrite": 436, - "m_nControlPointNumber": 432, - "m_nLocalSpaceCP": 440, - "m_vecScale": 784 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_VectorNoise": { - "fields": { - "m_bAdditive": 464, - "m_bOffset": 465, - "m_fl4NoiseScale": 460, - "m_flNoiseAnimationTimeScale": 468, - "m_nFieldOutput": 432, - "m_vecOutputMax": 448, - "m_vecOutputMin": 436 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_VelocityDecay": { - "fields": { - "m_flMinVelocity": 432 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_VelocityMatchingForce": { - "fields": { - "m_flDirScale": 432, - "m_flSpdScale": 436, - "m_nCPBroadcast": 440 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionOperator" - }, - "C_OP_WindForce": { - "fields": { - "m_vForce": 444 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionForce" - }, - "C_OP_WorldCollideConstraint": { - "fields": {}, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionConstraint" - }, - "C_OP_WorldTraceConstraint": { - "fields": { - "m_CollisionGroupName": 460, - "m_bBrushOnly": 589, - "m_bDecayBounce": 1960, - "m_bIncludeWater": 590, - "m_bKillonContact": 1961, - "m_bSetNormal": 1968, - "m_bWorldOnly": 588, - "m_flBounceAmount": 952, - "m_flCollisionConfirmationSpeed": 608, - "m_flCpMovementTolerance": 596, - "m_flMinSpeed": 1964, - "m_flRadiusScale": 616, - "m_flRandomDirScale": 1624, - "m_flRetestRate": 600, - "m_flSlideAmount": 1288, - "m_flStopSpeed": 1976, - "m_flTraceTolerance": 604, - "m_nCP": 432, - "m_nCollisionMode": 448, - "m_nCollisionModeMin": 452, - "m_nEntityStickDataField": 2312, - "m_nEntityStickNormalField": 2316, - "m_nIgnoreCP": 592, - "m_nMaxTracesPerFrame": 612, - "m_nStickOnCollisionField": 1972, - "m_nTraceSet": 456, - "m_vecCpOffset": 436 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CParticleFunctionConstraint" - }, - "CollisionGroupContext_t": { - "fields": { - "m_nCollisionGroupNumber": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "ControlPointReference_t": { - "fields": { - "m_bOffsetInLocalSpace": 16, - "m_controlPointNameString": 0, - "m_vOffsetFromControlPoint": 4 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "FloatInputMaterialVariable_t": { - "fields": { - "m_flInput": 8, - "m_strVariable": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "IParticleSystemDefinition": { - "fields": {}, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "MaterialVariable_t": { - "fields": { - "m_flScale": 12, - "m_nVariableField": 8, - "m_strVariable": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "ModelReference_t": { - "fields": { - "m_flRelativeProbabilityOfSpawn": 8, - "m_model": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "ParticleChildrenInfo_t": { - "fields": { - "m_ChildRef": 0, - "m_bDisableChild": 13, - "m_bEndCap": 12, - "m_flDelay": 8, - "m_nDetailLevel": 16 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "ParticleControlPointConfiguration_t": { - "fields": { - "m_drivers": 8, - "m_name": 0, - "m_previewState": 32 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "ParticleControlPointDriver_t": { - "fields": { - "m_angOffset": 28, - "m_attachmentName": 8, - "m_entityName": 40, - "m_iAttachType": 4, - "m_iControlPoint": 0, - "m_vecOffset": 16 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "ParticleNamedValueConfiguration_t": { - "fields": { - "m_BoundEntityPath": 32, - "m_ConfigName": 0, - "m_ConfigValue": 8, - "m_iAttachType": 24, - "m_strAttachmentName": 48, - "m_strEntityScope": 40 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "ParticleNamedValueSource_t": { - "fields": { - "m_DefaultConfig": 16, - "m_IsPublic": 8, - "m_Name": 0, - "m_NamedConfigs": 72, - "m_ValueType": 12 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "ParticlePreviewBodyGroup_t": { - "fields": { - "m_bodyGroupName": 0, - "m_nValue": 8 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "ParticlePreviewState_t": { - "fields": { - "m_bAnimationNonLooping": 84, - "m_bShouldDrawAttachmentNames": 82, - "m_bShouldDrawAttachments": 81, - "m_bShouldDrawControlPointAxes": 83, - "m_bShouldDrawHitboxes": 80, - "m_flParticleSimulationRate": 76, - "m_flPlaybackSpeed": 72, - "m_groundType": 12, - "m_hitboxSetName": 32, - "m_materialGroupName": 40, - "m_nFireParticleOnSequenceFrame": 24, - "m_nModSpecificData": 8, - "m_previewModel": 0, - "m_sequenceName": 16, - "m_vecBodyGroups": 48, - "m_vecPreviewGravity": 88 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "PointDefinitionWithTimeValues_t": { - "fields": { - "m_flTimeDuration": 20 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "PointDefinition_t" - }, - "PointDefinition_t": { - "fields": { - "m_bLocalCoords": 4, - "m_nControlPoint": 0, - "m_vOffset": 8 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "RenderProjectedMaterial_t": { - "fields": { - "m_hMaterial": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "SequenceWeightedList_t": { - "fields": { - "m_flRelativeWeight": 4, - "m_nSequence": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "TextureControls_t": { - "fields": { - "m_bClampUVs": 2353, - "m_bRandomizeOffsets": 2352, - "m_flDistortion": 2016, - "m_flFinalTextureOffsetU": 672, - "m_flFinalTextureOffsetV": 1008, - "m_flFinalTextureScaleU": 0, - "m_flFinalTextureScaleV": 336, - "m_flFinalTextureUVRotation": 1344, - "m_flZoomScale": 1680, - "m_nPerParticleBlend": 2356, - "m_nPerParticleDistortion": 2380, - "m_nPerParticleOffsetU": 2364, - "m_nPerParticleOffsetV": 2368, - "m_nPerParticleRotation": 2372, - "m_nPerParticleScale": 2360, - "m_nPerParticleZoom": 2376 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "TextureGroup_t": { - "fields": { - "m_Gradient": 16, - "m_TextureControls": 392, - "m_bEnabled": 0, - "m_bReplaceTextureWithGradient": 1, - "m_flTextureBlend": 56, - "m_hTexture": 8, - "m_nTextureBlendMode": 48, - "m_nTextureChannels": 44, - "m_nTextureType": 40 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "VecInputMaterialVariable_t": { - "fields": { - "m_strVariable": 0, - "m_vecInput": 8 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - } - }, - "enums": {} - } -} \ No newline at end of file diff --git a/output/linux/libparticles.so.rs b/output/linux/libparticles.so.rs deleted file mode 100644 index c5d4a87..0000000 --- a/output/linux/libparticles.so.rs +++ /dev/null @@ -1,5615 +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: libparticles.so - // Classes count: 424 - // Enums count: 0 - pub mod libparticles { - // Parent: None - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CParticleInput { - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyCustomEditor - pub mod CPerParticleFloatInput { - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyCustomEditor - pub mod CParticleCollectionFloatInput { - } - // Parent: CParticleCollectionFloatInput - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyCustomEditor - pub mod CParticleCollectionRendererFloatInput { - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyCustomEditor - pub mod CParticleRemapFloatInput { - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyCustomEditor - pub mod CPerParticleVecInput { - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyCustomEditor - pub mod CParticleCollectionVecInput { - } - // Parent: CParticleCollectionVecInput - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyCustomEditor - pub mod CParticleCollectionRendererVecInput { - } - // Parent: None - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod ParticleNamedValueConfiguration_t { - pub const m_ConfigName: usize = 0x0; // CUtlString - pub const m_ConfigValue: usize = 0x8; // KeyValues3 - pub const m_iAttachType: usize = 0x18; // ParticleAttachment_t - pub const m_BoundEntityPath: usize = 0x20; // CUtlString - pub const m_strEntityScope: usize = 0x28; // CUtlString - pub const m_strAttachmentName: usize = 0x30; // CUtlString - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod ParticleNamedValueSource_t { - pub const m_Name: usize = 0x0; // CUtlString - pub const m_IsPublic: usize = 0x8; // bool - pub const m_ValueType: usize = 0xC; // PulseValueType_t - pub const m_DefaultConfig: usize = 0x10; // ParticleNamedValueConfiguration_t - pub const m_NamedConfigs: usize = 0x48; // CUtlVector - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyCustomEditor - pub mod CParticleVariableRef { - pub const m_variableName: usize = 0x0; // CKV3MemberNameWithStorage - pub const m_variableType: usize = 0x38; // PulseValueType_t - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CRandomNumberGeneratorParameters { - pub const m_bDistributeEvenly: usize = 0x0; // bool - pub const m_nSeed: usize = 0x4; // int32 - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod MaterialVariable_t { - pub const m_strVariable: usize = 0x0; // CUtlString - pub const m_nVariableField: usize = 0x8; // ParticleAttributeIndex_t - pub const m_flScale: usize = 0xC; // float32 - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod RenderProjectedMaterial_t { - pub const m_hMaterial: usize = 0x0; // CStrongHandle - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod ParticlePreviewBodyGroup_t { - pub const m_bodyGroupName: usize = 0x0; // CUtlString - pub const m_nValue: usize = 0x8; // int32 - } - // Parent: None - // Fields count: 16 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod ParticlePreviewState_t { - pub const m_previewModel: usize = 0x0; // CUtlString - pub const m_nModSpecificData: usize = 0x8; // uint32 - pub const m_groundType: usize = 0xC; // PetGroundType_t - pub const m_sequenceName: usize = 0x10; // CUtlString - pub const m_nFireParticleOnSequenceFrame: usize = 0x18; // int32 - pub const m_hitboxSetName: usize = 0x20; // CUtlString - pub const m_materialGroupName: usize = 0x28; // CUtlString - pub const m_vecBodyGroups: usize = 0x30; // CUtlVector - pub const m_flPlaybackSpeed: usize = 0x48; // float32 - pub const m_flParticleSimulationRate: usize = 0x4C; // float32 - pub const m_bShouldDrawHitboxes: usize = 0x50; // bool - pub const m_bShouldDrawAttachments: usize = 0x51; // bool - pub const m_bShouldDrawAttachmentNames: usize = 0x52; // bool - pub const m_bShouldDrawControlPointAxes: usize = 0x53; // bool - pub const m_bAnimationNonLooping: usize = 0x54; // bool - pub const m_vecPreviewGravity: usize = 0x58; // Vector - } - // Parent: None - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod ParticleControlPointDriver_t { - pub const m_iControlPoint: usize = 0x0; // int32 - pub const m_iAttachType: usize = 0x4; // ParticleAttachment_t - pub const m_attachmentName: usize = 0x8; // CUtlString - pub const m_vecOffset: usize = 0x10; // Vector - pub const m_angOffset: usize = 0x1C; // QAngle - pub const m_entityName: usize = 0x28; // CUtlString - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod ParticleControlPointConfiguration_t { - pub const m_name: usize = 0x0; // CUtlString - pub const m_drivers: usize = 0x8; // CUtlVector - pub const m_previewState: usize = 0x20; // ParticlePreviewState_t - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod IParticleSystemDefinition { - } - // Parent: None - // Fields count: 18 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CParticleVisibilityInputs { - pub const m_flCameraBias: usize = 0x0; // float32 - pub const m_nCPin: usize = 0x4; // int32 - pub const m_flProxyRadius: usize = 0x8; // float32 - pub const m_flInputMin: usize = 0xC; // float32 - pub const m_flInputMax: usize = 0x10; // float32 - pub const m_flNoPixelVisibilityFallback: usize = 0x14; // float32 - pub const m_flDistanceInputMin: usize = 0x18; // float32 - pub const m_flDistanceInputMax: usize = 0x1C; // float32 - pub const m_flDotInputMin: usize = 0x20; // float32 - pub const m_flDotInputMax: usize = 0x24; // float32 - pub const m_bDotCPAngles: usize = 0x28; // bool - pub const m_bDotCameraAngles: usize = 0x29; // bool - pub const m_flAlphaScaleMin: usize = 0x2C; // float32 - pub const m_flAlphaScaleMax: usize = 0x30; // float32 - pub const m_flRadiusScaleMin: usize = 0x34; // float32 - pub const m_flRadiusScaleMax: usize = 0x38; // float32 - pub const m_flRadiusScaleFOVBase: usize = 0x3C; // float32 - pub const m_bRightEye: usize = 0x40; // bool - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CPathParameters { - pub const m_nStartControlPointNumber: usize = 0x0; // int32 - pub const m_nEndControlPointNumber: usize = 0x4; // int32 - pub const m_nBulgeControl: usize = 0x8; // int32 - pub const m_flBulge: usize = 0xC; // float32 - pub const m_flMidPoint: usize = 0x10; // float32 - pub const m_vStartPointOffset: usize = 0x14; // Vector - pub const m_vMidPointOffset: usize = 0x20; // Vector - pub const m_vEndOffset: usize = 0x2C; // Vector - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod ParticleChildrenInfo_t { - pub const m_ChildRef: usize = 0x0; // CStrongHandle - pub const m_flDelay: usize = 0x8; // float32 - pub const m_bEndCap: usize = 0xC; // bool - pub const m_bDisableChild: usize = 0xD; // bool - pub const m_nDetailLevel: usize = 0x10; // ParticleDetailLevel_t - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod ControlPointReference_t { - pub const m_controlPointNameString: usize = 0x0; // int32 - pub const m_vOffsetFromControlPoint: usize = 0x4; // Vector - pub const m_bOffsetInLocalSpace: usize = 0x10; // bool - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod ModelReference_t { - pub const m_model: usize = 0x0; // CStrongHandle - pub const m_flRelativeProbabilityOfSpawn: usize = 0x8; // float32 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod SequenceWeightedList_t { - pub const m_nSequence: usize = 0x0; // int32 - pub const m_flRelativeWeight: usize = 0x4; // float32 - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CollisionGroupContext_t { - pub const m_nCollisionGroupNumber: usize = 0x0; // int32 - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod PointDefinition_t { - pub const m_nControlPoint: usize = 0x0; // int32 - pub const m_bLocalCoords: usize = 0x4; // bool - pub const m_vOffset: usize = 0x8; // Vector - } - // Parent: PointDefinition_t - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod PointDefinitionWithTimeValues_t { - pub const m_flTimeDuration: usize = 0x14; // float32 - } - // Parent: IParticleSystemDefinition - // Fields count: 64 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CParticleSystemDefinition { - pub const m_nBehaviorVersion: usize = 0x8; // int32 - pub const m_PreEmissionOperators: usize = 0x10; // CUtlVector - pub const m_Emitters: usize = 0x28; // CUtlVector - pub const m_Initializers: usize = 0x40; // CUtlVector - pub const m_Operators: usize = 0x58; // CUtlVector - pub const m_ForceGenerators: usize = 0x70; // CUtlVector - pub const m_Constraints: usize = 0x88; // CUtlVector - pub const m_Renderers: usize = 0xA0; // CUtlVector - pub const m_Children: usize = 0xB8; // CUtlVector - pub const m_nFirstMultipleOverride_BackwardCompat: usize = 0x178; // int32 - pub const m_nInitialParticles: usize = 0x210; // int32 - pub const m_nMaxParticles: usize = 0x214; // int32 - pub const m_nGroupID: usize = 0x218; // int32 - pub const m_BoundingBoxMin: usize = 0x21C; // Vector - pub const m_BoundingBoxMax: usize = 0x228; // Vector - pub const m_flDepthSortBias: usize = 0x234; // float32 - pub const m_nSortOverridePositionCP: usize = 0x238; // int32 - pub const m_bInfiniteBounds: usize = 0x23C; // bool - pub const m_bEnableNamedValues: usize = 0x23D; // bool - pub const m_NamedValueDomain: usize = 0x240; // CUtlString - pub const m_NamedValueLocals: usize = 0x248; // CUtlVector - pub const m_ConstantColor: usize = 0x260; // Color - pub const m_ConstantNormal: usize = 0x264; // Vector - pub const m_flConstantRadius: usize = 0x270; // float32 - pub const m_flConstantRotation: usize = 0x274; // float32 - pub const m_flConstantRotationSpeed: usize = 0x278; // float32 - pub const m_flConstantLifespan: usize = 0x27C; // float32 - pub const m_nConstantSequenceNumber: usize = 0x280; // int32 - pub const m_nConstantSequenceNumber1: usize = 0x284; // int32 - pub const m_nSnapshotControlPoint: usize = 0x288; // int32 - pub const m_hSnapshot: usize = 0x290; // CStrongHandle - pub const m_pszCullReplacementName: usize = 0x298; // CStrongHandle - pub const m_flCullRadius: usize = 0x2A0; // float32 - pub const m_flCullFillCost: usize = 0x2A4; // float32 - pub const m_nCullControlPoint: usize = 0x2A8; // int32 - pub const m_hFallback: usize = 0x2B0; // CStrongHandle - pub const m_nFallbackMaxCount: usize = 0x2B8; // int32 - pub const m_hLowViolenceDef: usize = 0x2C0; // CStrongHandle - pub const m_hReferenceReplacement: usize = 0x2C8; // CStrongHandle - pub const m_flPreSimulationTime: usize = 0x2D0; // float32 - pub const m_flStopSimulationAfterTime: usize = 0x2D4; // float32 - pub const m_flMaximumTimeStep: usize = 0x2D8; // float32 - pub const m_flMaximumSimTime: usize = 0x2DC; // float32 - pub const m_flMinimumSimTime: usize = 0x2E0; // float32 - pub const m_flMinimumTimeStep: usize = 0x2E4; // float32 - pub const m_nMinimumFrames: usize = 0x2E8; // int32 - pub const m_nMinCPULevel: usize = 0x2EC; // int32 - pub const m_nMinGPULevel: usize = 0x2F0; // int32 - pub const m_flNoDrawTimeToGoToSleep: usize = 0x2F4; // float32 - pub const m_flMaxDrawDistance: usize = 0x2F8; // float32 - pub const m_flStartFadeDistance: usize = 0x2FC; // float32 - pub const m_flMaxCreationDistance: usize = 0x300; // float32 - pub const m_nAggregationMinAvailableParticles: usize = 0x304; // int32 - pub const m_flAggregateRadius: usize = 0x308; // float32 - pub const m_bShouldBatch: usize = 0x30C; // bool - pub const m_bShouldHitboxesFallbackToRenderBounds: usize = 0x30D; // bool - pub const m_bShouldHitboxesFallbackToSnapshot: usize = 0x30E; // bool - pub const m_nViewModelEffect: usize = 0x310; // InheritableBoolType_t - pub const m_bScreenSpaceEffect: usize = 0x314; // bool - pub const m_pszTargetLayerID: usize = 0x318; // CUtlSymbolLarge - pub const m_nSkipRenderControlPoint: usize = 0x320; // int32 - pub const m_nAllowRenderControlPoint: usize = 0x324; // int32 - pub const m_bShouldSort: usize = 0x328; // bool - pub const m_controlPointConfigurations: usize = 0x370; // CUtlVector - } - // Parent: None - // Fields count: 16 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CParticleFunction { - pub const m_flOpStrength: usize = 0x8; // CParticleCollectionFloatInput - pub const m_nOpEndCapState: usize = 0x158; // ParticleEndcapMode_t - pub const m_flOpStartFadeInTime: usize = 0x15C; // float32 - pub const m_flOpEndFadeInTime: usize = 0x160; // float32 - pub const m_flOpStartFadeOutTime: usize = 0x164; // float32 - pub const m_flOpEndFadeOutTime: usize = 0x168; // float32 - pub const m_flOpFadeOscillatePeriod: usize = 0x16C; // float32 - pub const m_bNormalizeToStopTime: usize = 0x170; // bool - pub const m_flOpTimeOffsetMin: usize = 0x174; // float32 - pub const m_flOpTimeOffsetMax: usize = 0x178; // float32 - pub const m_nOpTimeOffsetSeed: usize = 0x17C; // int32 - pub const m_nOpTimeScaleSeed: usize = 0x180; // int32 - pub const m_flOpTimeScaleMin: usize = 0x184; // float32 - pub const m_flOpTimeScaleMax: usize = 0x188; // float32 - pub const m_bDisableOperator: usize = 0x18E; // bool - pub const m_Notes: usize = 0x190; // CUtlString - } - // Parent: CParticleFunction - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CParticleFunctionInitializer { - pub const m_nAssociatedEmitterIndex: usize = 0x1B0; // int32 - } - // Parent: CParticleFunction - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CParticleFunctionEmitter { - pub const m_nEmitterIndex: usize = 0x1B0; // int32 - } - // Parent: CParticleFunction - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CParticleFunctionConstraint { - } - // Parent: CParticleFunction - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CParticleFunctionOperator { - } - // Parent: CParticleFunction - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CParticleFunctionForce { - } - // Parent: CParticleFunctionOperator - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CParticleFunctionPreEmission { - pub const m_bRunOnce: usize = 0x1B0; // bool - } - // Parent: CParticleFunction - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CParticleFunctionRenderer { - pub const VisibilityInputs: usize = 0x1B0; // CParticleVisibilityInputs - pub const m_bCannotBeRefracted: usize = 0x1F4; // bool - pub const m_bSkipRenderingOnMobile: usize = 0x1F5; // bool - } - // Parent: None - // Fields count: 16 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod TextureControls_t { - pub const m_flFinalTextureScaleU: usize = 0x0; // CParticleCollectionRendererFloatInput - pub const m_flFinalTextureScaleV: usize = 0x150; // CParticleCollectionRendererFloatInput - pub const m_flFinalTextureOffsetU: usize = 0x2A0; // CParticleCollectionRendererFloatInput - pub const m_flFinalTextureOffsetV: usize = 0x3F0; // CParticleCollectionRendererFloatInput - pub const m_flFinalTextureUVRotation: usize = 0x540; // CParticleCollectionRendererFloatInput - pub const m_flZoomScale: usize = 0x690; // CParticleCollectionRendererFloatInput - pub const m_flDistortion: usize = 0x7E0; // CParticleCollectionRendererFloatInput - pub const m_bRandomizeOffsets: usize = 0x930; // bool - pub const m_bClampUVs: usize = 0x931; // bool - pub const m_nPerParticleBlend: usize = 0x934; // SpriteCardPerParticleScale_t - pub const m_nPerParticleScale: usize = 0x938; // SpriteCardPerParticleScale_t - pub const m_nPerParticleOffsetU: usize = 0x93C; // SpriteCardPerParticleScale_t - pub const m_nPerParticleOffsetV: usize = 0x940; // SpriteCardPerParticleScale_t - pub const m_nPerParticleRotation: usize = 0x944; // SpriteCardPerParticleScale_t - pub const m_nPerParticleZoom: usize = 0x948; // SpriteCardPerParticleScale_t - pub const m_nPerParticleDistortion: usize = 0x94C; // SpriteCardPerParticleScale_t - } - // Parent: None - // Fields count: 9 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod TextureGroup_t { - pub const m_bEnabled: usize = 0x0; // bool - pub const m_bReplaceTextureWithGradient: usize = 0x1; // bool - pub const m_hTexture: usize = 0x8; // CStrongHandle - pub const m_Gradient: usize = 0x10; // CColorGradient - pub const m_nTextureType: usize = 0x28; // SpriteCardTextureType_t - pub const m_nTextureChannels: usize = 0x2C; // SpriteCardTextureChannel_t - pub const m_nTextureBlendMode: usize = 0x30; // ParticleTextureLayerBlendType_t - pub const m_flTextureBlend: usize = 0x38; // CParticleCollectionRendererFloatInput - pub const m_TextureControls: usize = 0x188; // TextureControls_t - } - // Parent: CParticleFunctionRenderer - // Fields count: 62 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CBaseRendererSource2 { - pub const m_flRadiusScale: usize = 0x1F8; // CParticleCollectionRendererFloatInput - pub const m_flAlphaScale: usize = 0x348; // CParticleCollectionRendererFloatInput - pub const m_flRollScale: usize = 0x498; // CParticleCollectionRendererFloatInput - pub const m_nAlpha2Field: usize = 0x5E8; // ParticleAttributeIndex_t - pub const m_vecColorScale: usize = 0x5F0; // CParticleCollectionRendererVecInput - pub const m_nColorBlendType: usize = 0xC20; // ParticleColorBlendType_t - pub const m_nShaderType: usize = 0xC24; // SpriteCardShaderType_t - pub const m_strShaderOverride: usize = 0xC28; // CUtlString - pub const m_flCenterXOffset: usize = 0xC30; // CParticleCollectionRendererFloatInput - pub const m_flCenterYOffset: usize = 0xD80; // CParticleCollectionRendererFloatInput - pub const m_flBumpStrength: usize = 0xED0; // float32 - pub const m_nCropTextureOverride: usize = 0xED4; // ParticleSequenceCropOverride_t - pub const m_vecTexturesInput: usize = 0xED8; // CUtlVector - pub const m_flAnimationRate: usize = 0xEF0; // float32 - pub const m_nAnimationType: usize = 0xEF4; // AnimationType_t - pub const m_bAnimateInFPS: usize = 0xEF8; // bool - pub const m_flSelfIllumAmount: usize = 0xF00; // CParticleCollectionRendererFloatInput - pub const m_flDiffuseAmount: usize = 0x1050; // CParticleCollectionRendererFloatInput - pub const m_flDiffuseClamp: usize = 0x11A0; // CParticleCollectionRendererFloatInput - pub const m_nLightingControlPoint: usize = 0x12F0; // int32 - pub const m_nSelfIllumPerParticle: usize = 0x12F4; // ParticleAttributeIndex_t - pub const m_nOutputBlendMode: usize = 0x12F8; // ParticleOutputBlendMode_t - pub const m_bGammaCorrectVertexColors: usize = 0x12FC; // bool - pub const m_bSaturateColorPreAlphaBlend: usize = 0x12FD; // bool - pub const m_flAddSelfAmount: usize = 0x1300; // CParticleCollectionRendererFloatInput - pub const m_flDesaturation: usize = 0x1450; // CParticleCollectionRendererFloatInput - pub const m_flOverbrightFactor: usize = 0x15A0; // CParticleCollectionRendererFloatInput - pub const m_nHSVShiftControlPoint: usize = 0x16F0; // int32 - pub const m_nFogType: usize = 0x16F4; // ParticleFogType_t - pub const m_flFogAmount: usize = 0x16F8; // CParticleCollectionRendererFloatInput - pub const m_bTintByFOW: usize = 0x1848; // bool - pub const m_bTintByGlobalLight: usize = 0x1849; // bool - pub const m_nPerParticleAlphaReference: usize = 0x184C; // SpriteCardPerParticleScale_t - pub const m_nPerParticleAlphaRefWindow: usize = 0x1850; // SpriteCardPerParticleScale_t - pub const m_nAlphaReferenceType: usize = 0x1854; // ParticleAlphaReferenceType_t - pub const m_flAlphaReferenceSoftness: usize = 0x1858; // CParticleCollectionRendererFloatInput - pub const m_flSourceAlphaValueToMapToZero: usize = 0x19A8; // CParticleCollectionRendererFloatInput - pub const m_flSourceAlphaValueToMapToOne: usize = 0x1AF8; // CParticleCollectionRendererFloatInput - pub const m_bRefract: usize = 0x1C48; // bool - pub const m_bRefractSolid: usize = 0x1C49; // bool - pub const m_flRefractAmount: usize = 0x1C50; // CParticleCollectionRendererFloatInput - pub const m_nRefractBlurRadius: usize = 0x1DA0; // int32 - pub const m_nRefractBlurType: usize = 0x1DA4; // BlurFilterType_t - pub const m_bOnlyRenderInEffectsBloomPass: usize = 0x1DA8; // bool - pub const m_bOnlyRenderInEffectsWaterPass: usize = 0x1DA9; // bool - pub const m_bUseMixedResolutionRendering: usize = 0x1DAA; // bool - pub const m_bOnlyRenderInEffecsGameOverlay: usize = 0x1DAB; // bool - pub const m_stencilTestID: usize = 0x1DAC; // char[128] - pub const m_bStencilTestExclude: usize = 0x1E2C; // bool - pub const m_stencilWriteID: usize = 0x1E2D; // char[128] - pub const m_bWriteStencilOnDepthPass: usize = 0x1EAD; // bool - pub const m_bWriteStencilOnDepthFail: usize = 0x1EAE; // bool - pub const m_bReverseZBuffering: usize = 0x1EAF; // bool - pub const m_bDisableZBuffering: usize = 0x1EB0; // bool - pub const m_nFeatheringMode: usize = 0x1EB4; // ParticleDepthFeatheringMode_t - pub const m_flFeatheringMinDist: usize = 0x1EB8; // CParticleCollectionRendererFloatInput - pub const m_flFeatheringMaxDist: usize = 0x2008; // CParticleCollectionRendererFloatInput - pub const m_flFeatheringFilter: usize = 0x2158; // CParticleCollectionRendererFloatInput - pub const m_flDepthBias: usize = 0x22A8; // CParticleCollectionRendererFloatInput - pub const m_nSortMethod: usize = 0x23F8; // ParticleSortingChoiceList_t - pub const m_bBlendFramesSeq0: usize = 0x23FC; // bool - pub const m_bMaxLuminanceBlendingSequence0: usize = 0x23FD; // bool - } - // Parent: CBaseRendererSource2 - // Fields count: 27 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_RenderSprites { - pub const m_nSequenceOverride: usize = 0x2638; // CParticleCollectionRendererFloatInput - pub const m_nOrientationType: usize = 0x2788; // ParticleOrientationChoiceList_t - pub const m_nOrientationControlPoint: usize = 0x278C; // int32 - pub const m_bUseYawWithNormalAligned: usize = 0x2790; // bool - pub const m_flMinSize: usize = 0x2798; // CParticleCollectionRendererFloatInput - pub const m_flMaxSize: usize = 0x28E8; // CParticleCollectionRendererFloatInput - pub const m_flAlphaAdjustWithSizeAdjust: usize = 0x2A38; // CParticleCollectionRendererFloatInput - pub const m_flStartFadeSize: usize = 0x2B88; // CParticleCollectionRendererFloatInput - pub const m_flEndFadeSize: usize = 0x2CD8; // CParticleCollectionRendererFloatInput - pub const m_flStartFadeDot: usize = 0x2E28; // float32 - pub const m_flEndFadeDot: usize = 0x2E2C; // float32 - pub const m_bDistanceAlpha: usize = 0x2E30; // bool - pub const m_bSoftEdges: usize = 0x2E31; // bool - pub const m_flEdgeSoftnessStart: usize = 0x2E34; // float32 - pub const m_flEdgeSoftnessEnd: usize = 0x2E38; // float32 - pub const m_bOutline: usize = 0x2E3C; // bool - pub const m_OutlineColor: usize = 0x2E3D; // Color - pub const m_nOutlineAlpha: usize = 0x2E44; // int32 - pub const m_flOutlineStart0: usize = 0x2E48; // float32 - pub const m_flOutlineStart1: usize = 0x2E4C; // float32 - pub const m_flOutlineEnd0: usize = 0x2E50; // float32 - pub const m_flOutlineEnd1: usize = 0x2E54; // float32 - pub const m_nLightingMode: usize = 0x2E58; // ParticleLightingQuality_t - pub const m_flLightingTessellation: usize = 0x2E60; // CParticleCollectionRendererFloatInput - pub const m_flLightingDirectionality: usize = 0x2FB0; // CParticleCollectionRendererFloatInput - pub const m_bParticleShadows: usize = 0x3100; // bool - pub const m_flShadowDensity: usize = 0x3104; // float32 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod FloatInputMaterialVariable_t { - pub const m_strVariable: usize = 0x0; // CUtlString - pub const m_flInput: usize = 0x8; // CParticleCollectionFloatInput - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod VecInputMaterialVariable_t { - pub const m_strVariable: usize = 0x0; // CUtlString - pub const m_vecInput: usize = 0x8; // CParticleCollectionVecInput - } - // Parent: CParticleFunctionRenderer - // Fields count: 22 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_RenderCables { - pub const m_flRadiusScale: usize = 0x1F8; // CParticleCollectionFloatInput - pub const m_flAlphaScale: usize = 0x348; // CParticleCollectionFloatInput - pub const m_vecColorScale: usize = 0x498; // CParticleCollectionVecInput - pub const m_nColorBlendType: usize = 0xAC8; // ParticleColorBlendType_t - pub const m_hMaterial: usize = 0xAD0; // CStrongHandle - pub const m_nTextureRepetitionMode: usize = 0xAD8; // TextureRepetitionMode_t - pub const m_flTextureRepeatsPerSegment: usize = 0xAE0; // CParticleCollectionFloatInput - pub const m_flTextureRepeatsCircumference: usize = 0xC30; // CParticleCollectionFloatInput - pub const m_flColorMapOffsetV: usize = 0xD80; // CParticleCollectionFloatInput - pub const m_flColorMapOffsetU: usize = 0xED0; // CParticleCollectionFloatInput - pub const m_flNormalMapOffsetV: usize = 0x1020; // CParticleCollectionFloatInput - pub const m_flNormalMapOffsetU: usize = 0x1170; // CParticleCollectionFloatInput - pub const m_bDrawCableCaps: usize = 0x12C0; // bool - pub const m_flCapRoundness: usize = 0x12C4; // float32 - pub const m_flCapOffsetAmount: usize = 0x12C8; // float32 - pub const m_flTessScale: usize = 0x12CC; // float32 - pub const m_nMinTesselation: usize = 0x12D0; // int32 - pub const m_nMaxTesselation: usize = 0x12D4; // int32 - pub const m_nRoundness: usize = 0x12D8; // int32 - pub const m_LightingTransform: usize = 0x12E0; // CParticleTransformInput - pub const m_MaterialFloatVars: usize = 0x1340; // CUtlVector - pub const m_MaterialVecVars: usize = 0x1370; // CUtlVector - } - // Parent: CParticleFunctionConstraint - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_ConstrainDistance { - pub const m_fMinDistance: usize = 0x1B0; // CParticleCollectionFloatInput - pub const m_fMaxDistance: usize = 0x300; // CParticleCollectionFloatInput - pub const m_nControlPointNumber: usize = 0x450; // int32 - pub const m_CenterOffset: usize = 0x454; // Vector - pub const m_bGlobalCenter: usize = 0x460; // bool - } - // Parent: CParticleFunctionConstraint - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_CollideWithSelf { - pub const m_flRadiusScale: usize = 0x1B0; // CPerParticleFloatInput - pub const m_flMinimumSpeed: usize = 0x300; // CPerParticleFloatInput - } - // Parent: CParticleFunctionConstraint - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_CollideWithParentParticles { - pub const m_flParentRadiusScale: usize = 0x1B0; // CPerParticleFloatInput - pub const m_flRadiusScale: usize = 0x300; // CPerParticleFloatInput - } - // Parent: CParticleFunctionConstraint - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_ConstrainDistanceToPath { - pub const m_fMinDistance: usize = 0x1B0; // float32 - pub const m_flMaxDistance0: usize = 0x1B4; // float32 - pub const m_flMaxDistanceMid: usize = 0x1B8; // float32 - pub const m_flMaxDistance1: usize = 0x1BC; // float32 - pub const m_PathParameters: usize = 0x1C0; // CPathParameters - pub const m_flTravelTime: usize = 0x200; // float32 - pub const m_nFieldScale: usize = 0x204; // ParticleAttributeIndex_t - pub const m_nManualTField: usize = 0x208; // ParticleAttributeIndex_t - } - // Parent: CParticleFunctionConstraint - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_ConstrainDistanceToUserSpecifiedPath { - pub const m_fMinDistance: usize = 0x1B0; // float32 - pub const m_flMaxDistance: usize = 0x1B4; // float32 - pub const m_flTimeScale: usize = 0x1B8; // float32 - pub const m_bLoopedPath: usize = 0x1BC; // bool - pub const m_pointList: usize = 0x1C0; // CUtlVector - } - // Parent: CParticleFunctionConstraint - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_PlanarConstraint { - pub const m_PointOnPlane: usize = 0x1B0; // Vector - pub const m_PlaneNormal: usize = 0x1BC; // Vector - pub const m_nControlPointNumber: usize = 0x1C8; // int32 - pub const m_bGlobalOrigin: usize = 0x1CC; // bool - pub const m_bGlobalNormal: usize = 0x1CD; // bool - pub const m_flRadiusScale: usize = 0x1D0; // CPerParticleFloatInput - pub const m_flMaximumDistanceToCP: usize = 0x320; // CParticleCollectionFloatInput - pub const m_bUseOldCode: usize = 0x470; // bool - } - // Parent: CParticleFunctionConstraint - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_WorldCollideConstraint { - } - // Parent: CParticleFunctionConstraint - // Fields count: 27 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_WorldTraceConstraint { - pub const m_nCP: usize = 0x1B0; // int32 - pub const m_vecCpOffset: usize = 0x1B4; // Vector - pub const m_nCollisionMode: usize = 0x1C0; // ParticleCollisionMode_t - pub const m_nCollisionModeMin: usize = 0x1C4; // ParticleCollisionMode_t - pub const m_nTraceSet: usize = 0x1C8; // ParticleTraceSet_t - pub const m_CollisionGroupName: usize = 0x1CC; // char[128] - pub const m_bWorldOnly: usize = 0x24C; // bool - pub const m_bBrushOnly: usize = 0x24D; // bool - pub const m_bIncludeWater: usize = 0x24E; // bool - pub const m_nIgnoreCP: usize = 0x250; // int32 - pub const m_flCpMovementTolerance: usize = 0x254; // float32 - pub const m_flRetestRate: usize = 0x258; // float32 - pub const m_flTraceTolerance: usize = 0x25C; // float32 - pub const m_flCollisionConfirmationSpeed: usize = 0x260; // float32 - pub const m_nMaxTracesPerFrame: usize = 0x264; // float32 - pub const m_flRadiusScale: usize = 0x268; // CPerParticleFloatInput - pub const m_flBounceAmount: usize = 0x3B8; // CPerParticleFloatInput - pub const m_flSlideAmount: usize = 0x508; // CPerParticleFloatInput - pub const m_flRandomDirScale: usize = 0x658; // CPerParticleFloatInput - pub const m_bDecayBounce: usize = 0x7A8; // bool - pub const m_bKillonContact: usize = 0x7A9; // bool - pub const m_flMinSpeed: usize = 0x7AC; // float32 - pub const m_bSetNormal: usize = 0x7B0; // bool - pub const m_nStickOnCollisionField: usize = 0x7B4; // ParticleAttributeIndex_t - pub const m_flStopSpeed: usize = 0x7B8; // CPerParticleFloatInput - pub const m_nEntityStickDataField: usize = 0x908; // ParticleAttributeIndex_t - pub const m_nEntityStickNormalField: usize = 0x90C; // ParticleAttributeIndex_t - } - // Parent: CParticleFunctionConstraint - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_BoxConstraint { - pub const m_vecMin: usize = 0x1B0; // CParticleCollectionVecInput - pub const m_vecMax: usize = 0x7E0; // CParticleCollectionVecInput - pub const m_nCP: usize = 0xE10; // int32 - pub const m_bLocalSpace: usize = 0xE14; // bool - pub const m_bAccountForRadius: usize = 0xE15; // bool - } - // Parent: CParticleFunctionConstraint - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_ShapeMatchingConstraint { - pub const m_flShapeRestorationTime: usize = 0x1B0; // float32 - } - // Parent: CParticleFunctionConstraint - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_RopeSpringConstraint { - pub const m_flRestLength: usize = 0x1B0; // CParticleCollectionFloatInput - pub const m_flMinDistance: usize = 0x300; // CParticleCollectionFloatInput - pub const m_flMaxDistance: usize = 0x450; // CParticleCollectionFloatInput - pub const m_flAdjustmentScale: usize = 0x5A0; // float32 - pub const m_flInitialRestingLength: usize = 0x5A8; // CParticleCollectionFloatInput - } - // Parent: CParticleFunctionConstraint - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_SpringToVectorConstraint { - pub const m_flRestLength: usize = 0x1B0; // CPerParticleFloatInput - pub const m_flMinDistance: usize = 0x300; // CPerParticleFloatInput - pub const m_flMaxDistance: usize = 0x450; // CPerParticleFloatInput - pub const m_flRestingLength: usize = 0x5A0; // CPerParticleFloatInput - pub const m_vecAnchorVector: usize = 0x6F0; // CPerParticleVecInput - } - // Parent: CParticleFunctionConstraint - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_ConstrainLineLength { - pub const m_flMinDistance: usize = 0x1B0; // float32 - pub const m_flMaxDistance: usize = 0x1B4; // float32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 11 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_RingWave { - pub const m_TransformInput: usize = 0x1B8; // CParticleTransformInput - pub const m_flParticlesPerOrbit: usize = 0x218; // CParticleCollectionFloatInput - pub const m_flInitialRadius: usize = 0x368; // CPerParticleFloatInput - pub const m_flThickness: usize = 0x4B8; // CPerParticleFloatInput - pub const m_flInitialSpeedMin: usize = 0x608; // CPerParticleFloatInput - pub const m_flInitialSpeedMax: usize = 0x758; // CPerParticleFloatInput - pub const m_flRoll: usize = 0x8A8; // CPerParticleFloatInput - pub const m_flPitch: usize = 0x9F8; // CPerParticleFloatInput - pub const m_flYaw: usize = 0xB48; // CPerParticleFloatInput - pub const m_bEvenDistribution: usize = 0xC98; // bool - pub const m_bXYVelocityOnly: usize = 0xC99; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_CreateSpiralSphere { - pub const m_nControlPointNumber: usize = 0x1B4; // int32 - pub const m_nOverrideCP: usize = 0x1B8; // int32 - pub const m_nDensity: usize = 0x1BC; // int32 - pub const m_flInitialRadius: usize = 0x1C0; // float32 - pub const m_flInitialSpeedMin: usize = 0x1C4; // float32 - pub const m_flInitialSpeedMax: usize = 0x1C8; // float32 - pub const m_bUseParticleCount: usize = 0x1CC; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_CreateInEpitrochoid { - pub const m_nComponent1: usize = 0x1B4; // int32 - pub const m_nComponent2: usize = 0x1B8; // int32 - pub const m_TransformInput: usize = 0x1C0; // CParticleTransformInput - pub const m_flParticleDensity: usize = 0x220; // CPerParticleFloatInput - pub const m_flOffset: usize = 0x370; // CPerParticleFloatInput - pub const m_flRadius1: usize = 0x4C0; // CPerParticleFloatInput - pub const m_flRadius2: usize = 0x610; // CPerParticleFloatInput - pub const m_bUseCount: usize = 0x760; // bool - pub const m_bUseLocalCoords: usize = 0x761; // bool - pub const m_bOffsetExistingPos: usize = 0x762; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 14 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_CreatePhyllotaxis { - pub const m_nControlPointNumber: usize = 0x1B4; // int32 - pub const m_nScaleCP: usize = 0x1B8; // int32 - pub const m_nComponent: usize = 0x1BC; // int32 - pub const m_fRadCentCore: usize = 0x1C0; // float32 - pub const m_fRadPerPoint: usize = 0x1C4; // float32 - pub const m_fRadPerPointTo: usize = 0x1C8; // float32 - pub const m_fpointAngle: usize = 0x1CC; // float32 - pub const m_fsizeOverall: usize = 0x1D0; // float32 - pub const m_fRadBias: usize = 0x1D4; // float32 - pub const m_fMinRad: usize = 0x1D8; // float32 - pub const m_fDistBias: usize = 0x1DC; // float32 - pub const m_bUseLocalCoords: usize = 0x1E0; // bool - pub const m_bUseWithContEmit: usize = 0x1E1; // bool - pub const m_bUseOrigRadius: usize = 0x1E2; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 14 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_CreateOnModel { - pub const m_modelInput: usize = 0x1B8; // CParticleModelInput - pub const m_transformInput: usize = 0x210; // CParticleTransformInput - pub const m_nForceInModel: usize = 0x270; // int32 - pub const m_nDesiredHitbox: usize = 0x274; // int32 - pub const m_nHitboxValueFromControlPointIndex: usize = 0x278; // int32 - pub const m_vecHitBoxScale: usize = 0x280; // CParticleCollectionVecInput - pub const m_flBoneVelocity: usize = 0x8B0; // float32 - pub const m_flMaxBoneVelocity: usize = 0x8B4; // float32 - pub const m_vecDirectionBias: usize = 0x8B8; // CParticleCollectionVecInput - pub const m_HitboxSetName: usize = 0xEE8; // char[128] - pub const m_bLocalCoords: usize = 0xF68; // bool - pub const m_bUseBones: usize = 0xF69; // bool - pub const m_bUseMesh: usize = 0xF6A; // bool - pub const m_flShellSize: usize = 0xF70; // CParticleCollectionFloatInput - } - // Parent: CParticleFunctionInitializer - // Fields count: 14 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_CreateOnModelAtHeight { - pub const m_bUseBones: usize = 0x1B4; // bool - pub const m_bForceZ: usize = 0x1B5; // bool - pub const m_nControlPointNumber: usize = 0x1B8; // int32 - pub const m_nHeightCP: usize = 0x1BC; // int32 - pub const m_bUseWaterHeight: usize = 0x1C0; // bool - pub const m_flDesiredHeight: usize = 0x1C8; // CParticleCollectionFloatInput - pub const m_vecHitBoxScale: usize = 0x318; // CParticleCollectionVecInput - pub const m_vecDirectionBias: usize = 0x948; // CParticleCollectionVecInput - pub const m_nBiasType: usize = 0xF78; // ParticleHitboxBiasType_t - pub const m_bLocalCoords: usize = 0xF7C; // bool - pub const m_bPreferMovingBoxes: usize = 0xF7D; // bool - pub const m_HitboxSetName: usize = 0xF7E; // char[128] - pub const m_flHitboxVelocityScale: usize = 0x1000; // CParticleCollectionFloatInput - pub const m_flMaxBoneVelocity: usize = 0x1150; // CParticleCollectionFloatInput - } - // Parent: CParticleFunctionInitializer - // Fields count: 9 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_SetHitboxToClosest { - pub const m_nControlPointNumber: usize = 0x1B4; // int32 - pub const m_nDesiredHitbox: usize = 0x1B8; // int32 - pub const m_vecHitBoxScale: usize = 0x1C0; // CParticleCollectionVecInput - pub const m_HitboxSetName: usize = 0x7F0; // char[128] - pub const m_bUseBones: usize = 0x870; // bool - pub const m_bUseClosestPointOnHitbox: usize = 0x871; // bool - pub const m_nTestType: usize = 0x874; // ClosestPointTestType_t - pub const m_flHybridRatio: usize = 0x878; // CParticleCollectionFloatInput - pub const m_bUpdatePosition: usize = 0x9C8; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 9 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_SetHitboxToModel { - pub const m_nControlPointNumber: usize = 0x1B4; // int32 - pub const m_nForceInModel: usize = 0x1B8; // int32 - pub const m_nDesiredHitbox: usize = 0x1BC; // int32 - pub const m_vecHitBoxScale: usize = 0x1C0; // CParticleCollectionVecInput - pub const m_vecDirectionBias: usize = 0x7F0; // Vector - pub const m_bMaintainHitbox: usize = 0x7FC; // bool - pub const m_bUseBones: usize = 0x7FD; // bool - pub const m_HitboxSetName: usize = 0x7FE; // char[128] - pub const m_flShellSize: usize = 0x880; // CParticleCollectionFloatInput - } - // Parent: CParticleFunctionInitializer - // Fields count: 14 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_CreateWithinSphereTransform { - pub const m_fRadiusMin: usize = 0x1B8; // CPerParticleFloatInput - pub const m_fRadiusMax: usize = 0x308; // CPerParticleFloatInput - pub const m_vecDistanceBias: usize = 0x458; // CPerParticleVecInput - pub const m_vecDistanceBiasAbs: usize = 0xA88; // Vector - pub const m_TransformInput: usize = 0xA98; // CParticleTransformInput - pub const m_fSpeedMin: usize = 0xAF8; // CPerParticleFloatInput - pub const m_fSpeedMax: usize = 0xC48; // CPerParticleFloatInput - pub const m_fSpeedRandExp: usize = 0xD98; // float32 - pub const m_bLocalCoords: usize = 0xD9C; // bool - pub const m_flEndCPGrowthTime: usize = 0xDA0; // float32 - pub const m_LocalCoordinateSystemSpeedMin: usize = 0xDA8; // CPerParticleVecInput - pub const m_LocalCoordinateSystemSpeedMax: usize = 0x13D8; // CPerParticleVecInput - pub const m_nFieldOutput: usize = 0x1A08; // ParticleAttributeIndex_t - pub const m_nFieldVelocity: usize = 0x1A0C; // ParticleAttributeIndex_t - } - // Parent: CParticleFunctionInitializer - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_CreateWithinBox { - pub const m_vecMin: usize = 0x1B8; // CPerParticleVecInput - pub const m_vecMax: usize = 0x7E8; // CPerParticleVecInput - pub const m_nControlPointNumber: usize = 0xE18; // int32 - pub const m_bLocalSpace: usize = 0xE1C; // bool - pub const m_randomnessParameters: usize = 0xE20; // CRandomNumberGeneratorParameters - } - // Parent: CParticleFunctionInitializer - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_CreateOnGrid { - pub const m_nXCount: usize = 0x1B8; // CParticleCollectionFloatInput - pub const m_nYCount: usize = 0x308; // CParticleCollectionFloatInput - pub const m_nZCount: usize = 0x458; // CParticleCollectionFloatInput - pub const m_nXSpacing: usize = 0x5A8; // CParticleCollectionFloatInput - pub const m_nYSpacing: usize = 0x6F8; // CParticleCollectionFloatInput - pub const m_nZSpacing: usize = 0x848; // CParticleCollectionFloatInput - pub const m_nControlPointNumber: usize = 0x998; // int32 - pub const m_bLocalSpace: usize = 0x99C; // bool - pub const m_bCenter: usize = 0x99D; // bool - pub const m_bHollow: usize = 0x99E; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_PositionOffset { - pub const m_OffsetMin: usize = 0x1B8; // CPerParticleVecInput - pub const m_OffsetMax: usize = 0x7E8; // CPerParticleVecInput - pub const m_TransformInput: usize = 0xE18; // CParticleTransformInput - pub const m_bLocalCoords: usize = 0xE78; // bool - pub const m_bProportional: usize = 0xE79; // bool - pub const m_randomnessParameters: usize = 0xE7C; // CRandomNumberGeneratorParameters - } - // Parent: CParticleFunctionInitializer - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_PositionOffsetToCP { - pub const m_nControlPointNumberStart: usize = 0x1B4; // int32 - pub const m_nControlPointNumberEnd: usize = 0x1B8; // int32 - pub const m_bLocalCoords: usize = 0x1BC; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 13 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_PositionPlaceOnGround { - pub const m_flOffset: usize = 0x1B8; // CPerParticleFloatInput - pub const m_flMaxTraceLength: usize = 0x308; // CPerParticleFloatInput - pub const m_CollisionGroupName: usize = 0x458; // char[128] - pub const m_nTraceSet: usize = 0x4D8; // ParticleTraceSet_t - pub const m_nTraceMissBehavior: usize = 0x4E8; // ParticleTraceMissBehavior_t - pub const m_bIncludeWater: usize = 0x4EC; // bool - pub const m_bSetNormal: usize = 0x4ED; // bool - pub const m_bSetPXYZOnly: usize = 0x4EE; // bool - pub const m_bTraceAlongNormal: usize = 0x4EF; // bool - pub const m_bOffsetonColOnly: usize = 0x4F0; // bool - pub const m_flOffsetByRadiusFactor: usize = 0x4F4; // float32 - pub const m_nPreserveOffsetCP: usize = 0x4F8; // int32 - pub const m_nIgnoreCP: usize = 0x4FC; // int32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_VelocityFromNormal { - pub const m_fSpeedMin: usize = 0x1B4; // float32 - pub const m_fSpeedMax: usize = 0x1B8; // float32 - pub const m_bIgnoreDt: usize = 0x1BC; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_VelocityRandom { - pub const m_nControlPointNumber: usize = 0x1B4; // int32 - pub const m_fSpeedMin: usize = 0x1B8; // CPerParticleFloatInput - pub const m_fSpeedMax: usize = 0x308; // CPerParticleFloatInput - pub const m_LocalCoordinateSystemSpeedMin: usize = 0x458; // CPerParticleVecInput - pub const m_LocalCoordinateSystemSpeedMax: usize = 0xA88; // CPerParticleVecInput - pub const m_bIgnoreDT: usize = 0x10B8; // bool - pub const m_randomnessParameters: usize = 0x10BC; // CRandomNumberGeneratorParameters - } - // Parent: CParticleFunctionInitializer - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_InitialVelocityNoise { - pub const m_vecAbsVal: usize = 0x1B4; // Vector - pub const m_vecAbsValInv: usize = 0x1C0; // Vector - pub const m_vecOffsetLoc: usize = 0x1D0; // CPerParticleVecInput - pub const m_flOffset: usize = 0x800; // CPerParticleFloatInput - pub const m_vecOutputMin: usize = 0x950; // CPerParticleVecInput - pub const m_vecOutputMax: usize = 0xF80; // CPerParticleVecInput - pub const m_flNoiseScale: usize = 0x15B0; // CPerParticleFloatInput - pub const m_flNoiseScaleLoc: usize = 0x1700; // CPerParticleFloatInput - pub const m_TransformInput: usize = 0x1850; // CParticleTransformInput - pub const m_bIgnoreDt: usize = 0x18B0; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_InitialVelocityFromHitbox { - pub const m_flVelocityMin: usize = 0x1B4; // float32 - pub const m_flVelocityMax: usize = 0x1B8; // float32 - pub const m_nControlPointNumber: usize = 0x1BC; // int32 - pub const m_HitboxSetName: usize = 0x1C0; // char[128] - pub const m_bUseBones: usize = 0x240; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_VelocityRadialRandom { - pub const m_nControlPointNumber: usize = 0x1B4; // int32 - pub const m_fSpeedMin: usize = 0x1B8; // float32 - pub const m_fSpeedMax: usize = 0x1BC; // float32 - pub const m_vecLocalCoordinateSystemSpeedScale: usize = 0x1C0; // Vector - pub const m_bIgnoreDelta: usize = 0x1CD; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_RandomLifeTime { - pub const m_fLifetimeMin: usize = 0x1B4; // float32 - pub const m_fLifetimeMax: usize = 0x1B8; // float32 - pub const m_fLifetimeRandExponent: usize = 0x1BC; // float32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_RandomScalar { - pub const m_flMin: usize = 0x1B4; // float32 - pub const m_flMax: usize = 0x1B8; // float32 - pub const m_flExponent: usize = 0x1BC; // float32 - pub const m_nFieldOutput: usize = 0x1C0; // ParticleAttributeIndex_t - } - // Parent: CParticleFunctionInitializer - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_RandomVector { - pub const m_vecMin: usize = 0x1B4; // Vector - pub const m_vecMax: usize = 0x1C0; // Vector - pub const m_nFieldOutput: usize = 0x1CC; // ParticleAttributeIndex_t - pub const m_randomnessParameters: usize = 0x1D0; // CRandomNumberGeneratorParameters - } - // Parent: CParticleFunctionInitializer - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_RandomVectorComponent { - pub const m_flMin: usize = 0x1B4; // float32 - pub const m_flMax: usize = 0x1B8; // float32 - pub const m_nFieldOutput: usize = 0x1BC; // ParticleAttributeIndex_t - pub const m_nComponent: usize = 0x1C0; // int32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_AddVectorToVector { - pub const m_vecScale: usize = 0x1B4; // Vector - pub const m_nFieldOutput: usize = 0x1C0; // ParticleAttributeIndex_t - pub const m_nFieldInput: usize = 0x1C4; // ParticleAttributeIndex_t - pub const m_vOffsetMin: usize = 0x1C8; // Vector - pub const m_vOffsetMax: usize = 0x1D4; // Vector - pub const m_randomnessParameters: usize = 0x1E0; // CRandomNumberGeneratorParameters - } - // Parent: CParticleFunctionInitializer - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_RandomAlphaWindowThreshold { - pub const m_flMin: usize = 0x1B4; // float32 - pub const m_flMax: usize = 0x1B8; // float32 - pub const m_flExponent: usize = 0x1BC; // float32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_RandomRadius { - pub const m_flRadiusMin: usize = 0x1B4; // float32 - pub const m_flRadiusMax: usize = 0x1B8; // float32 - pub const m_flRadiusRandExponent: usize = 0x1BC; // float32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_RandomAlpha { - pub const m_nFieldOutput: usize = 0x1B4; // ParticleAttributeIndex_t - pub const m_nAlphaMin: usize = 0x1B8; // int32 - pub const m_nAlphaMax: usize = 0x1BC; // int32 - pub const m_flAlphaRandExponent: usize = 0x1C8; // float32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CGeneralRandomRotation { - pub const m_nFieldOutput: usize = 0x1B4; // ParticleAttributeIndex_t - pub const m_flDegrees: usize = 0x1B8; // float32 - pub const m_flDegreesMin: usize = 0x1BC; // float32 - pub const m_flDegreesMax: usize = 0x1C0; // float32 - pub const m_flRotationRandExponent: usize = 0x1C4; // float32 - pub const m_bRandomlyFlipDirection: usize = 0x1C8; // bool - } - // Parent: CGeneralRandomRotation - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_RandomRotation { - } - // Parent: CParticleFunctionInitializer - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_Orient2DRelToCP { - pub const m_nCP: usize = 0x1B4; // int32 - pub const m_nFieldOutput: usize = 0x1B8; // ParticleAttributeIndex_t - pub const m_flRotOffset: usize = 0x1BC; // float32 - } - // Parent: CGeneralRandomRotation - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_RandomRotationSpeed { - } - // Parent: CGeneralRandomRotation - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_RandomYaw { - } - // Parent: CParticleFunctionInitializer - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_RandomColor { - pub const m_ColorMin: usize = 0x1D0; // Color - pub const m_ColorMax: usize = 0x1D4; // Color - pub const m_TintMin: usize = 0x1D8; // Color - pub const m_TintMax: usize = 0x1DC; // Color - pub const m_flTintPerc: usize = 0x1E0; // float32 - pub const m_flUpdateThreshold: usize = 0x1E4; // float32 - pub const m_nTintCP: usize = 0x1E8; // int32 - pub const m_nFieldOutput: usize = 0x1EC; // ParticleAttributeIndex_t - pub const m_nTintBlendMode: usize = 0x1F0; // ParticleColorBlendMode_t - pub const m_flLightAmplification: usize = 0x1F4; // float32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_ColorLitPerParticle { - pub const m_ColorMin: usize = 0x1CC; // Color - pub const m_ColorMax: usize = 0x1D0; // Color - pub const m_TintMin: usize = 0x1D4; // Color - pub const m_TintMax: usize = 0x1D8; // Color - pub const m_flTintPerc: usize = 0x1DC; // float32 - pub const m_nTintBlendMode: usize = 0x1E0; // ParticleColorBlendMode_t - pub const m_flLightAmplification: usize = 0x1E4; // float32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_RandomTrailLength { - pub const m_flMinLength: usize = 0x1B4; // float32 - pub const m_flMaxLength: usize = 0x1B8; // float32 - pub const m_flLengthRandExponent: usize = 0x1BC; // float32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_RandomSequence { - pub const m_nSequenceMin: usize = 0x1B4; // int32 - pub const m_nSequenceMax: usize = 0x1B8; // int32 - pub const m_bShuffle: usize = 0x1BC; // bool - pub const m_bLinear: usize = 0x1BD; // bool - pub const m_WeightedList: usize = 0x1C0; // CUtlVector - } - // Parent: CParticleFunctionInitializer - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_SequenceFromCP { - pub const m_bKillUnused: usize = 0x1B4; // bool - pub const m_bRadiusScale: usize = 0x1B5; // bool - pub const m_nCP: usize = 0x1B8; // int32 - pub const m_vecOffset: usize = 0x1BC; // Vector - } - // Parent: CParticleFunctionInitializer - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_RandomModelSequence { - pub const m_ActivityName: usize = 0x1B4; // char[256] - pub const m_SequenceName: usize = 0x2B4; // char[256] - pub const m_hModel: usize = 0x3B8; // CStrongHandle - } - // Parent: CParticleFunctionInitializer - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_ScaleVelocity { - pub const m_vecScale: usize = 0x1B8; // CParticleCollectionVecInput - } - // Parent: CParticleFunctionInitializer - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_PositionWarp { - pub const m_vecWarpMin: usize = 0x1B8; // CParticleCollectionVecInput - pub const m_vecWarpMax: usize = 0x7E8; // CParticleCollectionVecInput - pub const m_nScaleControlPointNumber: usize = 0xE18; // int32 - pub const m_nControlPointNumber: usize = 0xE1C; // int32 - pub const m_nRadiusComponent: usize = 0xE20; // int32 - pub const m_flWarpTime: usize = 0xE24; // float32 - pub const m_flWarpStartTime: usize = 0xE28; // float32 - pub const m_flPrevPosScale: usize = 0xE2C; // float32 - pub const m_bInvertWarp: usize = 0xE30; // bool - pub const m_bUseCount: usize = 0xE31; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_PositionWarpScalar { - pub const m_vecWarpMin: usize = 0x1B4; // Vector - pub const m_vecWarpMax: usize = 0x1C0; // Vector - pub const m_InputValue: usize = 0x1D0; // CPerParticleFloatInput - pub const m_flPrevPosScale: usize = 0x320; // float32 - pub const m_nScaleControlPointNumber: usize = 0x324; // int32 - pub const m_nControlPointNumber: usize = 0x328; // int32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_CreationNoise { - pub const m_nFieldOutput: usize = 0x1B4; // ParticleAttributeIndex_t - pub const m_bAbsVal: usize = 0x1B8; // bool - pub const m_bAbsValInv: usize = 0x1B9; // bool - pub const m_flOffset: usize = 0x1BC; // float32 - pub const m_flOutputMin: usize = 0x1C0; // float32 - pub const m_flOutputMax: usize = 0x1C4; // float32 - pub const m_flNoiseScale: usize = 0x1C8; // float32 - pub const m_flNoiseScaleLoc: usize = 0x1CC; // float32 - pub const m_vecOffsetLoc: usize = 0x1D0; // Vector - pub const m_flWorldTimeScale: usize = 0x1DC; // float32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_CreateAlongPath { - pub const m_fMaxDistance: usize = 0x1B4; // float32 - pub const m_PathParams: usize = 0x1C0; // CPathParameters - pub const m_bUseRandomCPs: usize = 0x200; // bool - pub const m_vEndOffset: usize = 0x204; // Vector - pub const m_bSaveOffset: usize = 0x210; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_MoveBetweenPoints { - pub const m_flSpeedMin: usize = 0x1B8; // CPerParticleFloatInput - pub const m_flSpeedMax: usize = 0x308; // CPerParticleFloatInput - pub const m_flEndSpread: usize = 0x458; // CPerParticleFloatInput - pub const m_flStartOffset: usize = 0x5A8; // CPerParticleFloatInput - pub const m_flEndOffset: usize = 0x6F8; // CPerParticleFloatInput - pub const m_nEndControlPointNumber: usize = 0x848; // int32 - pub const m_bTrailBias: usize = 0x84C; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 11 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_RemapScalar { - pub const m_nFieldInput: usize = 0x1B4; // ParticleAttributeIndex_t - pub const m_nFieldOutput: usize = 0x1B8; // ParticleAttributeIndex_t - pub const m_flInputMin: usize = 0x1BC; // float32 - pub const m_flInputMax: usize = 0x1C0; // float32 - pub const m_flOutputMin: usize = 0x1C4; // float32 - pub const m_flOutputMax: usize = 0x1C8; // float32 - pub const m_flStartTime: usize = 0x1CC; // float32 - pub const m_flEndTime: usize = 0x1D0; // float32 - pub const m_nSetMethod: usize = 0x1D4; // ParticleSetMethod_t - pub const m_bActiveRange: usize = 0x1D8; // bool - pub const m_flRemapBias: usize = 0x1DC; // float32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 12 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_RemapParticleCountToScalar { - pub const m_nFieldOutput: usize = 0x1B4; // ParticleAttributeIndex_t - pub const m_nInputMin: usize = 0x1B8; // int32 - pub const m_nInputMax: usize = 0x1BC; // int32 - pub const m_nScaleControlPoint: usize = 0x1C0; // int32 - pub const m_nScaleControlPointField: usize = 0x1C4; // int32 - pub const m_flOutputMin: usize = 0x1C8; // float32 - pub const m_flOutputMax: usize = 0x1CC; // float32 - pub const m_nSetMethod: usize = 0x1D0; // ParticleSetMethod_t - pub const m_bActiveRange: usize = 0x1D4; // bool - pub const m_bInvert: usize = 0x1D5; // bool - pub const m_bWrap: usize = 0x1D6; // bool - pub const m_flRemapBias: usize = 0x1D8; // float32 - } - // Parent: C_INIT_RemapParticleCountToScalar - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_RemapParticleCountToNamedModelElementScalar { - pub const m_hModel: usize = 0x1E0; // CStrongHandle - pub const m_outputMinName: usize = 0x1E8; // CUtlString - pub const m_outputMaxName: usize = 0x1F0; // CUtlString - pub const m_bModelFromRenderer: usize = 0x1F8; // bool - } - // Parent: C_INIT_RemapParticleCountToNamedModelElementScalar - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_RemapParticleCountToNamedModelSequenceScalar { - } - // Parent: C_INIT_RemapParticleCountToNamedModelElementScalar - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_RemapParticleCountToNamedModelBodyPartScalar { - } - // Parent: C_INIT_RemapParticleCountToNamedModelElementScalar - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_RemapParticleCountToNamedModelMeshGroupScalar { - } - // Parent: CParticleFunctionInitializer - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_InheritVelocity { - pub const m_nControlPointNumber: usize = 0x1B4; // int32 - pub const m_flVelocityScale: usize = 0x1B8; // float32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_VelocityFromCP { - pub const m_velocityInput: usize = 0x1B8; // CParticleCollectionVecInput - pub const m_transformInput: usize = 0x7E8; // CParticleTransformInput - pub const m_flVelocityScale: usize = 0x848; // float32 - pub const m_bDirectionOnly: usize = 0x84C; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_AgeNoise { - pub const m_bAbsVal: usize = 0x1B4; // bool - pub const m_bAbsValInv: usize = 0x1B5; // bool - pub const m_flOffset: usize = 0x1B8; // float32 - pub const m_flAgeMin: usize = 0x1BC; // float32 - pub const m_flAgeMax: usize = 0x1C0; // float32 - pub const m_flNoiseScale: usize = 0x1C4; // float32 - pub const m_flNoiseScaleLoc: usize = 0x1C8; // float32 - pub const m_vecOffsetLoc: usize = 0x1CC; // Vector - } - // Parent: CParticleFunctionInitializer - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_SequenceLifeTime { - pub const m_flFramerate: usize = 0x1B4; // float32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 12 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_RemapScalarToVector { - pub const m_nFieldInput: usize = 0x1B4; // ParticleAttributeIndex_t - pub const m_nFieldOutput: usize = 0x1B8; // ParticleAttributeIndex_t - pub const m_flInputMin: usize = 0x1BC; // float32 - pub const m_flInputMax: usize = 0x1C0; // float32 - pub const m_vecOutputMin: usize = 0x1C4; // Vector - pub const m_vecOutputMax: usize = 0x1D0; // Vector - pub const m_flStartTime: usize = 0x1DC; // float32 - pub const m_flEndTime: usize = 0x1E0; // float32 - pub const m_nSetMethod: usize = 0x1E4; // ParticleSetMethod_t - pub const m_nControlPointNumber: usize = 0x1E8; // int32 - pub const m_bLocalCoords: usize = 0x1EC; // bool - pub const m_flRemapBias: usize = 0x1F0; // float32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_OffsetVectorToVector { - pub const m_nFieldInput: usize = 0x1B4; // ParticleAttributeIndex_t - pub const m_nFieldOutput: usize = 0x1B8; // ParticleAttributeIndex_t - pub const m_vecOutputMin: usize = 0x1BC; // Vector - pub const m_vecOutputMax: usize = 0x1C8; // Vector - pub const m_randomnessParameters: usize = 0x1D4; // CRandomNumberGeneratorParameters - } - // Parent: CParticleFunctionInitializer - // Fields count: 6 - // - // Metadata: - // MParticleMinVersion - // MGetKV3ClassDefaults - pub mod C_INIT_CreateSequentialPathV2 { - pub const m_fMaxDistance: usize = 0x1B8; // CPerParticleFloatInput - pub const m_flNumToAssign: usize = 0x308; // CParticleCollectionFloatInput - pub const m_bLoop: usize = 0x458; // bool - pub const m_bCPPairs: usize = 0x459; // bool - pub const m_bSaveOffset: usize = 0x45A; // bool - pub const m_PathParams: usize = 0x460; // CPathParameters - } - // Parent: CParticleFunctionInitializer - // Fields count: 6 - // - // Metadata: - // MParticleMaxVersion - // MParticleReplacementOp - // MGetKV3ClassDefaults - pub mod C_INIT_CreateSequentialPath { - pub const m_fMaxDistance: usize = 0x1B4; // float32 - pub const m_flNumToAssign: usize = 0x1B8; // float32 - pub const m_bLoop: usize = 0x1BC; // bool - pub const m_bCPPairs: usize = 0x1BD; // bool - pub const m_bSaveOffset: usize = 0x1BE; // bool - pub const m_PathParams: usize = 0x1C0; // CPathParameters - } - // Parent: CParticleFunctionInitializer - // Fields count: 13 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_InitialRepulsionVelocity { - pub const m_CollisionGroupName: usize = 0x1B4; // char[128] - pub const m_nTraceSet: usize = 0x234; // ParticleTraceSet_t - pub const m_vecOutputMin: usize = 0x238; // Vector - pub const m_vecOutputMax: usize = 0x244; // Vector - pub const m_nControlPointNumber: usize = 0x250; // int32 - pub const m_bPerParticle: usize = 0x254; // bool - pub const m_bTranslate: usize = 0x255; // bool - pub const m_bProportional: usize = 0x256; // bool - pub const m_flTraceLength: usize = 0x258; // float32 - pub const m_bPerParticleTR: usize = 0x25C; // bool - pub const m_bInherit: usize = 0x25D; // bool - pub const m_nChildCP: usize = 0x260; // int32 - pub const m_nChildGroupID: usize = 0x264; // int32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_RandomYawFlip { - pub const m_flPercent: usize = 0x1B4; // float32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_RandomSecondSequence { - pub const m_nSequenceMin: usize = 0x1B4; // int32 - pub const m_nSequenceMax: usize = 0x1B8; // int32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 11 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_RemapCPtoScalar { - pub const m_nCPInput: usize = 0x1B4; // int32 - pub const m_nFieldOutput: usize = 0x1B8; // ParticleAttributeIndex_t - pub const m_nField: usize = 0x1BC; // int32 - pub const m_flInputMin: usize = 0x1C0; // float32 - pub const m_flInputMax: usize = 0x1C4; // float32 - pub const m_flOutputMin: usize = 0x1C8; // float32 - pub const m_flOutputMax: usize = 0x1CC; // float32 - pub const m_flStartTime: usize = 0x1D0; // float32 - pub const m_flEndTime: usize = 0x1D4; // float32 - pub const m_nSetMethod: usize = 0x1D8; // ParticleSetMethod_t - pub const m_flRemapBias: usize = 0x1DC; // float32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 13 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_RemapTransformToVector { - pub const m_nFieldOutput: usize = 0x1B4; // ParticleAttributeIndex_t - pub const m_vInputMin: usize = 0x1B8; // Vector - pub const m_vInputMax: usize = 0x1C4; // Vector - pub const m_vOutputMin: usize = 0x1D0; // Vector - pub const m_vOutputMax: usize = 0x1DC; // Vector - pub const m_TransformInput: usize = 0x1E8; // CParticleTransformInput - pub const m_LocalSpaceTransform: usize = 0x248; // CParticleTransformInput - pub const m_flStartTime: usize = 0x2A8; // float32 - pub const m_flEndTime: usize = 0x2AC; // float32 - pub const m_nSetMethod: usize = 0x2B0; // ParticleSetMethod_t - pub const m_bOffset: usize = 0x2B4; // bool - pub const m_bAccelerate: usize = 0x2B5; // bool - pub const m_flRemapBias: usize = 0x2B8; // float32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 9 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_ChaoticAttractor { - pub const m_flAParm: usize = 0x1B4; // float32 - pub const m_flBParm: usize = 0x1B8; // float32 - pub const m_flCParm: usize = 0x1BC; // float32 - pub const m_flDParm: usize = 0x1C0; // float32 - pub const m_flScale: usize = 0x1C4; // float32 - pub const m_flSpeedMin: usize = 0x1C8; // float32 - pub const m_flSpeedMax: usize = 0x1CC; // float32 - pub const m_nBaseCP: usize = 0x1D0; // int32 - pub const m_bUniformSpeed: usize = 0x1D4; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_CreateFromParentParticles { - pub const m_flVelocityScale: usize = 0x1B4; // float32 - pub const m_flIncrement: usize = 0x1B8; // float32 - pub const m_bRandomDistribution: usize = 0x1BC; // bool - pub const m_nRandomSeed: usize = 0x1C0; // int32 - pub const m_bSubFrame: usize = 0x1C4; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_InheritFromParentParticles { - pub const m_flScale: usize = 0x1B4; // float32 - pub const m_nFieldOutput: usize = 0x1B8; // ParticleAttributeIndex_t - pub const m_nIncrement: usize = 0x1BC; // int32 - pub const m_bRandomDistribution: usize = 0x1C0; // bool - pub const m_nRandomSeed: usize = 0x1C4; // int32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_CreateFromCPs { - pub const m_nIncrement: usize = 0x1B4; // int32 - pub const m_nMinCP: usize = 0x1B8; // int32 - pub const m_nMaxCP: usize = 0x1BC; // int32 - pub const m_nDynamicCPCount: usize = 0x1C0; // CParticleCollectionFloatInput - } - // Parent: CParticleFunctionInitializer - // Fields count: 15 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_DistanceToCPInit { - pub const m_nFieldOutput: usize = 0x1B4; // ParticleAttributeIndex_t - pub const m_flInputMin: usize = 0x1B8; // CPerParticleFloatInput - pub const m_flInputMax: usize = 0x308; // CPerParticleFloatInput - pub const m_flOutputMin: usize = 0x458; // CPerParticleFloatInput - pub const m_flOutputMax: usize = 0x5A8; // CPerParticleFloatInput - pub const m_nStartCP: usize = 0x6F8; // int32 - pub const m_bLOS: usize = 0x6FC; // bool - pub const m_CollisionGroupName: usize = 0x6FD; // char[128] - pub const m_nTraceSet: usize = 0x780; // ParticleTraceSet_t - pub const m_flMaxTraceLength: usize = 0x788; // CPerParticleFloatInput - pub const m_flLOSScale: usize = 0x8D8; // float32 - pub const m_nSetMethod: usize = 0x8DC; // ParticleSetMethod_t - pub const m_bActiveRange: usize = 0x8E0; // bool - pub const m_vecDistanceScale: usize = 0x8E4; // Vector - pub const m_flRemapBias: usize = 0x8F0; // float32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_LifespanFromVelocity { - pub const m_vecComponentScale: usize = 0x1B4; // Vector - pub const m_flTraceOffset: usize = 0x1C0; // float32 - pub const m_flMaxTraceLength: usize = 0x1C4; // float32 - pub const m_flTraceTolerance: usize = 0x1C8; // float32 - pub const m_nMaxPlanes: usize = 0x1CC; // int32 - pub const m_CollisionGroupName: usize = 0x1D4; // char[128] - pub const m_nTraceSet: usize = 0x254; // ParticleTraceSet_t - pub const m_bIncludeWater: usize = 0x260; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_CreateFromPlaneCache { - pub const m_vecOffsetMin: usize = 0x1B4; // Vector - pub const m_vecOffsetMax: usize = 0x1C0; // Vector - pub const m_bUseNormal: usize = 0x1CD; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_ModelCull { - pub const m_nControlPointNumber: usize = 0x1B4; // int32 - pub const m_bBoundBox: usize = 0x1B8; // bool - pub const m_bCullOutside: usize = 0x1B9; // bool - pub const m_bUseBones: usize = 0x1BA; // bool - pub const m_HitboxSetName: usize = 0x1BB; // char[128] - } - // Parent: CParticleFunctionInitializer - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_DistanceCull { - pub const m_nControlPoint: usize = 0x1B4; // int32 - pub const m_flDistance: usize = 0x1B8; // CParticleCollectionFloatInput - pub const m_bCullInside: usize = 0x308; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_PlaneCull { - pub const m_nControlPoint: usize = 0x1B4; // int32 - pub const m_flDistance: usize = 0x1B8; // CParticleCollectionFloatInput - pub const m_bCullInside: usize = 0x308; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_DistanceToNeighborCull { - pub const m_flDistance: usize = 0x1B8; // CPerParticleFloatInput - } - // Parent: CParticleFunctionInitializer - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_RtEnvCull { - pub const m_vecTestDir: usize = 0x1B4; // Vector - pub const m_vecTestNormal: usize = 0x1C0; // Vector - pub const m_bUseVelocity: usize = 0x1CC; // bool - pub const m_bCullOnMiss: usize = 0x1CD; // bool - pub const m_bLifeAdjust: usize = 0x1CE; // bool - pub const m_RtEnvName: usize = 0x1CF; // char[128] - pub const m_nRTEnvCP: usize = 0x250; // int32 - pub const m_nComponent: usize = 0x254; // int32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_NormalAlignToCP { - pub const m_transformInput: usize = 0x1B8; // CParticleTransformInput - pub const m_nControlPointAxis: usize = 0x218; // ParticleControlPointAxis_t - } - // Parent: CParticleFunctionInitializer - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_NormalOffset { - pub const m_OffsetMin: usize = 0x1B4; // Vector - pub const m_OffsetMax: usize = 0x1C0; // Vector - pub const m_nControlPointNumber: usize = 0x1CC; // int32 - pub const m_bLocalCoords: usize = 0x1D0; // bool - pub const m_bNormalize: usize = 0x1D1; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_RemapSpeedToScalar { - pub const m_nFieldOutput: usize = 0x1B4; // ParticleAttributeIndex_t - pub const m_nControlPointNumber: usize = 0x1B8; // int32 - pub const m_flStartTime: usize = 0x1BC; // float32 - pub const m_flEndTime: usize = 0x1C0; // float32 - pub const m_flInputMin: usize = 0x1C4; // float32 - pub const m_flInputMax: usize = 0x1C8; // float32 - pub const m_flOutputMin: usize = 0x1CC; // float32 - pub const m_flOutputMax: usize = 0x1D0; // float32 - pub const m_nSetMethod: usize = 0x1D4; // ParticleSetMethod_t - pub const m_bPerParticle: usize = 0x1D8; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_InitFromCPSnapshot { - pub const m_nControlPointNumber: usize = 0x1B4; // int32 - pub const m_nAttributeToRead: usize = 0x1B8; // ParticleAttributeIndex_t - pub const m_nAttributeToWrite: usize = 0x1BC; // ParticleAttributeIndex_t - pub const m_nLocalSpaceCP: usize = 0x1C0; // int32 - pub const m_bRandom: usize = 0x1C4; // bool - pub const m_bReverse: usize = 0x1C5; // bool - pub const m_nSnapShotIncrement: usize = 0x1C8; // CParticleCollectionFloatInput - pub const m_nManualSnapshotIndex: usize = 0x318; // CPerParticleFloatInput - pub const m_nRandomSeed: usize = 0x468; // int32 - pub const m_bLocalSpaceAngles: usize = 0x46C; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 19 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_InitSkinnedPositionFromCPSnapshot { - pub const m_nSnapshotControlPointNumber: usize = 0x1B4; // int32 - pub const m_nControlPointNumber: usize = 0x1B8; // int32 - pub const m_bRandom: usize = 0x1BC; // bool - pub const m_nRandomSeed: usize = 0x1C0; // int32 - pub const m_bRigid: usize = 0x1C4; // bool - pub const m_bSetNormal: usize = 0x1C5; // bool - pub const m_bIgnoreDt: usize = 0x1C6; // bool - pub const m_flMinNormalVelocity: usize = 0x1C8; // float32 - pub const m_flMaxNormalVelocity: usize = 0x1CC; // float32 - pub const m_nIndexType: usize = 0x1D0; // SnapshotIndexType_t - pub const m_flReadIndex: usize = 0x1D8; // CPerParticleFloatInput - pub const m_flIncrement: usize = 0x328; // float32 - pub const m_nFullLoopIncrement: usize = 0x32C; // int32 - pub const m_nSnapShotStartPoint: usize = 0x330; // int32 - pub const m_flBoneVelocity: usize = 0x334; // float32 - pub const m_flBoneVelocityMax: usize = 0x338; // float32 - pub const m_bCopyColor: usize = 0x33C; // bool - pub const m_bCopyAlpha: usize = 0x33D; // bool - pub const m_bSetRadius: usize = 0x33E; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_InitFromParentKilled { - pub const m_nAttributeToCopy: usize = 0x1B4; // ParticleAttributeIndex_t - } - // Parent: CParticleFunctionInitializer - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_InitFromVectorFieldSnapshot { - pub const m_nControlPointNumber: usize = 0x1B4; // int32 - pub const m_nLocalSpaceCP: usize = 0x1B8; // int32 - pub const m_nWeightUpdateCP: usize = 0x1BC; // int32 - pub const m_bUseVerticalVelocity: usize = 0x1C0; // bool - pub const m_vecScale: usize = 0x1C8; // CPerParticleVecInput - } - // Parent: CParticleFunctionInitializer - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_RemapInitialDirectionToTransformToVector { - pub const m_TransformInput: usize = 0x1B8; // CParticleTransformInput - pub const m_nFieldOutput: usize = 0x218; // ParticleAttributeIndex_t - pub const m_flScale: usize = 0x21C; // float32 - pub const m_flOffsetRot: usize = 0x220; // float32 - pub const m_vecOffsetAxis: usize = 0x224; // Vector - pub const m_bNormalize: usize = 0x230; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_RemapInitialTransformDirectionToRotation { - pub const m_TransformInput: usize = 0x1B8; // CParticleTransformInput - pub const m_nFieldOutput: usize = 0x218; // ParticleAttributeIndex_t - pub const m_flOffsetRot: usize = 0x21C; // float32 - pub const m_nComponent: usize = 0x220; // int32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_RemapQAnglesToRotation { - pub const m_TransformInput: usize = 0x1B8; // CParticleTransformInput - } - // Parent: CParticleFunctionInitializer - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_RemapTransformOrientationToRotations { - pub const m_TransformInput: usize = 0x1B8; // CParticleTransformInput - pub const m_vecRotation: usize = 0x218; // Vector - pub const m_bUseQuat: usize = 0x224; // bool - pub const m_bWriteNormal: usize = 0x225; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_SetRigidAttachment { - pub const m_nControlPointNumber: usize = 0x1B4; // int32 - pub const m_nFieldInput: usize = 0x1B8; // ParticleAttributeIndex_t - pub const m_nFieldOutput: usize = 0x1BC; // ParticleAttributeIndex_t - pub const m_bLocalSpace: usize = 0x1C0; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_RemapInitialVisibilityScalar { - pub const m_nFieldOutput: usize = 0x1B8; // ParticleAttributeIndex_t - pub const m_flInputMin: usize = 0x1BC; // float32 - pub const m_flInputMax: usize = 0x1C0; // float32 - pub const m_flOutputMin: usize = 0x1C4; // float32 - pub const m_flOutputMax: usize = 0x1C8; // float32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_RadiusFromCPObject { - pub const m_nControlPoint: usize = 0x1B4; // int32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_InitialSequenceFromModel { - pub const m_nControlPointNumber: usize = 0x1B4; // int32 - pub const m_nFieldOutput: usize = 0x1B8; // ParticleAttributeIndex_t - pub const m_nFieldOutputAnim: usize = 0x1BC; // ParticleAttributeIndex_t - pub const m_flInputMin: usize = 0x1C0; // float32 - pub const m_flInputMax: usize = 0x1C4; // float32 - pub const m_flOutputMin: usize = 0x1C8; // float32 - pub const m_flOutputMax: usize = 0x1CC; // float32 - pub const m_nSetMethod: usize = 0x1D0; // ParticleSetMethod_t - } - // Parent: CParticleFunctionInitializer - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_GlobalScale { - pub const m_flScale: usize = 0x1B4; // float32 - pub const m_nScaleControlPointNumber: usize = 0x1B8; // int32 - pub const m_nControlPointNumber: usize = 0x1BC; // int32 - pub const m_bScaleRadius: usize = 0x1C0; // bool - pub const m_bScalePosition: usize = 0x1C1; // bool - pub const m_bScaleVelocity: usize = 0x1C2; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_PointList { - pub const m_nFieldOutput: usize = 0x1B4; // ParticleAttributeIndex_t - pub const m_pointList: usize = 0x1B8; // CUtlVector - pub const m_bPlaceAlongPath: usize = 0x1D0; // bool - pub const m_bClosedLoop: usize = 0x1D1; // bool - pub const m_nNumPointsAlongPath: usize = 0x1D4; // int32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_RandomNamedModelElement { - pub const m_hModel: usize = 0x1B8; // CStrongHandle - pub const m_names: usize = 0x1C0; // CUtlVector - pub const m_bShuffle: usize = 0x1D8; // bool - pub const m_bLinear: usize = 0x1D9; // bool - pub const m_bModelFromRenderer: usize = 0x1DA; // bool - pub const m_nFieldOutput: usize = 0x1DC; // ParticleAttributeIndex_t - } - // Parent: C_INIT_RandomNamedModelElement - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_RandomNamedModelSequence { - } - // Parent: C_INIT_RandomNamedModelElement - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_RandomNamedModelBodyPart { - } - // Parent: C_INIT_RandomNamedModelElement - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_RandomNamedModelMeshGroup { - } - // Parent: CParticleFunctionInitializer - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_RemapNamedModelElementToScalar { - pub const m_hModel: usize = 0x1B8; // CStrongHandle - pub const m_names: usize = 0x1C0; // CUtlVector - pub const m_values: usize = 0x1D8; // CUtlVector - pub const m_nFieldInput: usize = 0x1F0; // ParticleAttributeIndex_t - pub const m_nFieldOutput: usize = 0x1F4; // ParticleAttributeIndex_t - pub const m_nSetMethod: usize = 0x1F8; // ParticleSetMethod_t - pub const m_bModelFromRenderer: usize = 0x1FC; // bool - } - // Parent: C_INIT_RemapNamedModelElementToScalar - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_RemapNamedModelSequenceToScalar { - } - // Parent: C_INIT_RemapNamedModelElementToScalar - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_RemapNamedModelBodyPartToScalar { - } - // Parent: C_INIT_RemapNamedModelElementToScalar - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_RemapNamedModelMeshGroupToScalar { - } - // Parent: CParticleFunctionInitializer - // Fields count: 18 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_StatusEffect { - pub const m_nDetail2Combo: usize = 0x1B4; // Detail2Combo_t - pub const m_flDetail2Rotation: usize = 0x1B8; // float32 - pub const m_flDetail2Scale: usize = 0x1BC; // float32 - pub const m_flDetail2BlendFactor: usize = 0x1C0; // float32 - pub const m_flColorWarpIntensity: usize = 0x1C4; // float32 - pub const m_flDiffuseWarpBlendToFull: usize = 0x1C8; // float32 - pub const m_flEnvMapIntensity: usize = 0x1CC; // float32 - pub const m_flAmbientScale: usize = 0x1D0; // float32 - pub const m_specularColor: usize = 0x1D4; // Color - pub const m_flSpecularScale: usize = 0x1D8; // float32 - pub const m_flSpecularExponent: usize = 0x1DC; // float32 - pub const m_flSpecularExponentBlendToFull: usize = 0x1E0; // float32 - pub const m_flSpecularBlendToFull: usize = 0x1E4; // float32 - pub const m_rimLightColor: usize = 0x1E8; // Color - pub const m_flRimLightScale: usize = 0x1EC; // float32 - pub const m_flReflectionsTintByBaseBlendToNone: usize = 0x1F0; // float32 - pub const m_flMetalnessBlendToFull: usize = 0x1F4; // float32 - pub const m_flSelfIllumBlendToFull: usize = 0x1F8; // float32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 19 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_StatusEffectCitadel { - pub const m_flSFXColorWarpAmount: usize = 0x1B4; // float32 - pub const m_flSFXNormalAmount: usize = 0x1B8; // float32 - pub const m_flSFXMetalnessAmount: usize = 0x1BC; // float32 - pub const m_flSFXRoughnessAmount: usize = 0x1C0; // float32 - pub const m_flSFXSelfIllumAmount: usize = 0x1C4; // float32 - pub const m_flSFXSScale: usize = 0x1C8; // float32 - pub const m_flSFXSScrollX: usize = 0x1CC; // float32 - pub const m_flSFXSScrollY: usize = 0x1D0; // float32 - pub const m_flSFXSScrollZ: usize = 0x1D4; // float32 - pub const m_flSFXSOffsetX: usize = 0x1D8; // float32 - pub const m_flSFXSOffsetY: usize = 0x1DC; // float32 - pub const m_flSFXSOffsetZ: usize = 0x1E0; // float32 - pub const m_nDetailCombo: usize = 0x1E4; // DetailCombo_t - pub const m_flSFXSDetailAmount: usize = 0x1E8; // float32 - pub const m_flSFXSDetailScale: usize = 0x1EC; // float32 - pub const m_flSFXSDetailScrollX: usize = 0x1F0; // float32 - pub const m_flSFXSDetailScrollY: usize = 0x1F4; // float32 - pub const m_flSFXSDetailScrollZ: usize = 0x1F8; // float32 - pub const m_flSFXSUseModelUVs: usize = 0x1FC; // float32 - } - // Parent: CParticleFunctionInitializer - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_CreateParticleImpulse { - pub const m_InputRadius: usize = 0x1B8; // CPerParticleFloatInput - pub const m_InputMagnitude: usize = 0x308; // CPerParticleFloatInput - pub const m_nFalloffFunction: usize = 0x458; // ParticleFalloffFunction_t - pub const m_InputFalloffExp: usize = 0x460; // CPerParticleFloatInput - pub const m_nImpulseType: usize = 0x5B0; // ParticleImpulseType_t - } - // Parent: CParticleFunctionInitializer - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_QuantizeFloat { - pub const m_InputValue: usize = 0x1B8; // CPerParticleFloatInput - pub const m_nOutputField: usize = 0x308; // ParticleAttributeIndex_t - } - // Parent: CParticleFunctionInitializer - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_SetAttributeToScalarExpression { - pub const m_nExpression: usize = 0x1B4; // ScalarExpressionType_t - pub const m_flInput1: usize = 0x1B8; // CPerParticleFloatInput - pub const m_flInput2: usize = 0x308; // CPerParticleFloatInput - pub const m_flOutputRemap: usize = 0x458; // CParticleRemapFloatInput - pub const m_nOutputField: usize = 0x5A8; // ParticleAttributeIndex_t - pub const m_nSetMethod: usize = 0x5AC; // ParticleSetMethod_t - } - // Parent: CParticleFunctionInitializer - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_SetVectorAttributeToVectorExpression { - pub const m_nExpression: usize = 0x1B4; // VectorExpressionType_t - pub const m_vInput1: usize = 0x1B8; // CPerParticleVecInput - pub const m_vInput2: usize = 0x7E8; // CPerParticleVecInput - pub const m_nOutputField: usize = 0xE18; // ParticleAttributeIndex_t - pub const m_nSetMethod: usize = 0xE1C; // ParticleSetMethod_t - pub const m_bNormalizedOutput: usize = 0xE20; // bool - } - // Parent: CParticleFunctionInitializer - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_InitFloatCollection { - pub const m_InputValue: usize = 0x1B8; // CParticleCollectionFloatInput - pub const m_nOutputField: usize = 0x308; // ParticleAttributeIndex_t - } - // Parent: CParticleFunctionInitializer - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_InitFloat { - pub const m_InputValue: usize = 0x1B8; // CPerParticleFloatInput - pub const m_nOutputField: usize = 0x308; // ParticleAttributeIndex_t - pub const m_nSetMethod: usize = 0x30C; // ParticleSetMethod_t - pub const m_InputStrength: usize = 0x310; // CPerParticleFloatInput - } - // Parent: CParticleFunctionInitializer - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_InitVecCollection { - pub const m_InputValue: usize = 0x1B8; // CParticleCollectionVecInput - pub const m_nOutputField: usize = 0x7E8; // ParticleAttributeIndex_t - } - // Parent: CParticleFunctionInitializer - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_INIT_InitVec { - pub const m_InputValue: usize = 0x1B8; // CPerParticleVecInput - pub const m_nOutputField: usize = 0x7E8; // ParticleAttributeIndex_t - pub const m_nSetMethod: usize = 0x7EC; // ParticleSetMethod_t - pub const m_bNormalizedOutput: usize = 0x7F0; // bool - pub const m_bWritePreviousPosition: usize = 0x7F1; // bool - } - // Parent: CParticleFunctionEmitter - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_InstantaneousEmitter { - pub const m_nParticlesToEmit: usize = 0x1B8; // CParticleCollectionFloatInput - pub const m_flStartTime: usize = 0x308; // CParticleCollectionFloatInput - pub const m_flInitFromKilledParentParticles: usize = 0x458; // float32 - pub const m_flParentParticleScale: usize = 0x460; // CParticleCollectionFloatInput - pub const m_nMaxEmittedPerFrame: usize = 0x5B0; // int32 - pub const m_nSnapshotControlPoint: usize = 0x5B4; // int32 - } - // Parent: CParticleFunctionEmitter - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_ContinuousEmitter { - pub const m_flEmissionDuration: usize = 0x1B8; // CParticleCollectionFloatInput - pub const m_flStartTime: usize = 0x308; // CParticleCollectionFloatInput - pub const m_flEmitRate: usize = 0x458; // CParticleCollectionFloatInput - pub const m_flEmissionScale: usize = 0x5A8; // float32 - pub const m_flScalePerParentParticle: usize = 0x5AC; // float32 - pub const m_bInitFromKilledParentParticles: usize = 0x5B0; // bool - pub const m_nSnapshotControlPoint: usize = 0x5B4; // int32 - pub const m_nLimitPerUpdate: usize = 0x5B8; // int32 - pub const m_bForceEmitOnFirstUpdate: usize = 0x5BC; // bool - pub const m_bForceEmitOnLastUpdate: usize = 0x5BD; // bool - } - // Parent: CParticleFunctionEmitter - // Fields count: 15 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_NoiseEmitter { - pub const m_flEmissionDuration: usize = 0x1B4; // float32 - pub const m_flStartTime: usize = 0x1B8; // float32 - pub const m_flEmissionScale: usize = 0x1BC; // float32 - pub const m_nScaleControlPoint: usize = 0x1C0; // int32 - pub const m_nScaleControlPointField: usize = 0x1C4; // int32 - pub const m_nWorldNoisePoint: usize = 0x1C8; // int32 - pub const m_bAbsVal: usize = 0x1CC; // bool - pub const m_bAbsValInv: usize = 0x1CD; // bool - pub const m_flOffset: usize = 0x1D0; // float32 - pub const m_flOutputMin: usize = 0x1D4; // float32 - pub const m_flOutputMax: usize = 0x1D8; // float32 - pub const m_flNoiseScale: usize = 0x1DC; // float32 - pub const m_flWorldNoiseScale: usize = 0x1E0; // float32 - pub const m_vecOffsetLoc: usize = 0x1E4; // Vector - pub const m_flWorldTimeScale: usize = 0x1F0; // float32 - } - // Parent: CParticleFunctionEmitter - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_MaintainEmitter { - pub const m_nParticlesToMaintain: usize = 0x1B8; // CParticleCollectionFloatInput - pub const m_flStartTime: usize = 0x308; // float32 - pub const m_flEmissionDuration: usize = 0x310; // CParticleCollectionFloatInput - pub const m_flEmissionRate: usize = 0x460; // float32 - pub const m_nSnapshotControlPoint: usize = 0x464; // int32 - pub const m_bEmitInstantaneously: usize = 0x468; // bool - pub const m_bFinalEmitOnStop: usize = 0x469; // bool - pub const m_flScale: usize = 0x470; // CParticleCollectionFloatInput - } - // Parent: CParticleFunctionForce - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_RandomForce { - pub const m_MinForce: usize = 0x1BC; // Vector - pub const m_MaxForce: usize = 0x1C8; // Vector - } - // Parent: CParticleFunctionForce - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_CPVelocityForce { - pub const m_nControlPointNumber: usize = 0x1BC; // int32 - pub const m_flScale: usize = 0x1C0; // CPerParticleFloatInput - } - // Parent: CParticleFunctionForce - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_ParentVortices { - pub const m_flForceScale: usize = 0x1BC; // float32 - pub const m_vecTwistAxis: usize = 0x1C0; // Vector - pub const m_bFlipBasedOnYaw: usize = 0x1CC; // bool - } - // Parent: CParticleFunctionForce - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_TwistAroundAxis { - pub const m_fForceAmount: usize = 0x1BC; // float32 - pub const m_TwistAxis: usize = 0x1C0; // Vector - pub const m_bLocalSpace: usize = 0x1CC; // bool - pub const m_nControlPointNumber: usize = 0x1D0; // int32 - } - // Parent: CParticleFunctionForce - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_AttractToControlPoint { - pub const m_vecComponentScale: usize = 0x1BC; // Vector - pub const m_fForceAmount: usize = 0x1C8; // CPerParticleFloatInput - pub const m_fFalloffPower: usize = 0x318; // float32 - pub const m_TransformInput: usize = 0x320; // CParticleTransformInput - pub const m_fForceAmountMin: usize = 0x380; // CPerParticleFloatInput - pub const m_bApplyMinForce: usize = 0x4D0; // bool - } - // Parent: CParticleFunctionForce - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_ForceBasedOnDistanceToPlane { - pub const m_flMinDist: usize = 0x1BC; // float32 - pub const m_vecForceAtMinDist: usize = 0x1C0; // Vector - pub const m_flMaxDist: usize = 0x1CC; // float32 - pub const m_vecForceAtMaxDist: usize = 0x1D0; // Vector - pub const m_vecPlaneNormal: usize = 0x1DC; // Vector - pub const m_nControlPointNumber: usize = 0x1E8; // int32 - pub const m_flExponent: usize = 0x1EC; // float32 - } - // Parent: CParticleFunctionForce - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_TimeVaryingForce { - pub const m_flStartLerpTime: usize = 0x1BC; // float32 - pub const m_StartingForce: usize = 0x1C0; // Vector - pub const m_flEndLerpTime: usize = 0x1CC; // float32 - pub const m_EndingForce: usize = 0x1D0; // Vector - } - // Parent: CParticleFunctionForce - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_TurbulenceForce { - pub const m_flNoiseCoordScale0: usize = 0x1BC; // float32 - pub const m_flNoiseCoordScale1: usize = 0x1C0; // float32 - pub const m_flNoiseCoordScale2: usize = 0x1C4; // float32 - pub const m_flNoiseCoordScale3: usize = 0x1C8; // float32 - pub const m_vecNoiseAmount0: usize = 0x1CC; // Vector - pub const m_vecNoiseAmount1: usize = 0x1D8; // Vector - pub const m_vecNoiseAmount2: usize = 0x1E4; // Vector - pub const m_vecNoiseAmount3: usize = 0x1F0; // Vector - } - // Parent: CParticleFunctionForce - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_CurlNoiseForce { - pub const m_nNoiseType: usize = 0x1BC; // ParticleDirectionNoiseType_t - pub const m_vecNoiseFreq: usize = 0x1C0; // CPerParticleVecInput - pub const m_vecNoiseScale: usize = 0x7F0; // CPerParticleVecInput - pub const m_vecOffset: usize = 0xE20; // CPerParticleVecInput - pub const m_vecOffsetRate: usize = 0x1450; // CPerParticleVecInput - pub const m_flWorleySeed: usize = 0x1A80; // CPerParticleFloatInput - pub const m_flWorleyJitter: usize = 0x1BD0; // CPerParticleFloatInput - } - // Parent: CParticleFunctionForce - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_PerParticleForce { - pub const m_flForceScale: usize = 0x1C0; // CPerParticleFloatInput - pub const m_vForce: usize = 0x310; // CPerParticleVecInput - pub const m_nCP: usize = 0x940; // int32 - } - // Parent: CParticleFunctionForce - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_WindForce { - pub const m_vForce: usize = 0x1BC; // Vector - } - // Parent: CParticleFunctionForce - // Fields count: 11 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_ExternalWindForce { - pub const m_vecSamplePosition: usize = 0x1C0; // CPerParticleVecInput - pub const m_vecScale: usize = 0x7F0; // CPerParticleVecInput - pub const m_bSampleWind: usize = 0xE20; // bool - pub const m_bSampleWater: usize = 0xE21; // bool - pub const m_bDampenNearWaterPlane: usize = 0xE22; // bool - pub const m_bSampleGravity: usize = 0xE23; // bool - pub const m_vecGravityForce: usize = 0xE28; // CPerParticleVecInput - pub const m_bUseBasicMovementGravity: usize = 0x1458; // bool - pub const m_flLocalGravityScale: usize = 0x1460; // CPerParticleFloatInput - pub const m_flLocalBuoyancyScale: usize = 0x15B0; // CPerParticleFloatInput - pub const m_vecBuoyancyForce: usize = 0x1700; // CPerParticleVecInput - } - // Parent: CParticleFunctionForce - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_ExternalGameImpulseForce { - pub const m_flForceScale: usize = 0x1C0; // CPerParticleFloatInput - pub const m_bRopes: usize = 0x310; // bool - pub const m_bRopesZOnly: usize = 0x311; // bool - pub const m_bExplosions: usize = 0x312; // bool - pub const m_bParticles: usize = 0x313; // bool - } - // Parent: CParticleFunctionForce - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_LocalAccelerationForce { - pub const m_nCP: usize = 0x1BC; // int32 - pub const m_nScaleCP: usize = 0x1C0; // int32 - pub const m_vecAccel: usize = 0x1C8; // CParticleCollectionVecInput - } - // Parent: CParticleFunctionForce - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_DensityForce { - pub const m_flRadiusScale: usize = 0x1BC; // float32 - pub const m_flForceScale: usize = 0x1C0; // float32 - pub const m_flTargetDensity: usize = 0x1C4; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_BasicMovement { - pub const m_Gravity: usize = 0x1B0; // CParticleCollectionVecInput - pub const m_fDrag: usize = 0x7E0; // CParticleCollectionFloatInput - pub const m_nMaxConstraintPasses: usize = 0x930; // int32 - } - // Parent: CParticleFunctionOperator - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_FadeAndKill { - pub const m_flStartFadeInTime: usize = 0x1B0; // float32 - pub const m_flEndFadeInTime: usize = 0x1B4; // float32 - pub const m_flStartFadeOutTime: usize = 0x1B8; // float32 - pub const m_flEndFadeOutTime: usize = 0x1BC; // float32 - pub const m_flStartAlpha: usize = 0x1C0; // float32 - pub const m_flEndAlpha: usize = 0x1C4; // float32 - pub const m_bForcePreserveParticleOrder: usize = 0x1C8; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_FadeAndKillForTracers { - pub const m_flStartFadeInTime: usize = 0x1B0; // float32 - pub const m_flEndFadeInTime: usize = 0x1B4; // float32 - pub const m_flStartFadeOutTime: usize = 0x1B8; // float32 - pub const m_flEndFadeOutTime: usize = 0x1BC; // float32 - pub const m_flStartAlpha: usize = 0x1C0; // float32 - pub const m_flEndAlpha: usize = 0x1C4; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_FadeIn { - pub const m_flFadeInTimeMin: usize = 0x1B0; // float32 - pub const m_flFadeInTimeMax: usize = 0x1B4; // float32 - pub const m_flFadeInTimeExp: usize = 0x1B8; // float32 - pub const m_bProportional: usize = 0x1BC; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_FadeOut { - pub const m_flFadeOutTimeMin: usize = 0x1B0; // float32 - pub const m_flFadeOutTimeMax: usize = 0x1B4; // float32 - pub const m_flFadeOutTimeExp: usize = 0x1B8; // float32 - pub const m_flFadeBias: usize = 0x1BC; // float32 - pub const m_bProportional: usize = 0x1F0; // bool - pub const m_bEaseInAndOut: usize = 0x1F1; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_FadeInSimple { - pub const m_flFadeInTime: usize = 0x1B0; // float32 - pub const m_nFieldOutput: usize = 0x1B4; // ParticleAttributeIndex_t - } - // Parent: CParticleFunctionOperator - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_FadeOutSimple { - pub const m_flFadeOutTime: usize = 0x1B0; // float32 - pub const m_nFieldOutput: usize = 0x1B4; // ParticleAttributeIndex_t - } - // Parent: CParticleFunctionOperator - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_ClampScalar { - pub const m_nFieldOutput: usize = 0x1B0; // ParticleAttributeIndex_t - pub const m_flOutputMin: usize = 0x1B8; // CPerParticleFloatInput - pub const m_flOutputMax: usize = 0x308; // CPerParticleFloatInput - } - // Parent: CParticleFunctionOperator - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_ClampVector { - pub const m_nFieldOutput: usize = 0x1B0; // ParticleAttributeIndex_t - pub const m_vecOutputMin: usize = 0x1B8; // CPerParticleVecInput - pub const m_vecOutputMax: usize = 0x7E8; // CPerParticleVecInput - } - // Parent: CParticleFunctionOperator - // Fields count: 13 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_OscillateScalar { - pub const m_RateMin: usize = 0x1B0; // float32 - pub const m_RateMax: usize = 0x1B4; // float32 - pub const m_FrequencyMin: usize = 0x1B8; // float32 - pub const m_FrequencyMax: usize = 0x1BC; // float32 - pub const m_nField: usize = 0x1C0; // ParticleAttributeIndex_t - pub const m_bProportional: usize = 0x1C4; // bool - pub const m_bProportionalOp: usize = 0x1C5; // bool - pub const m_flStartTime_min: usize = 0x1C8; // float32 - pub const m_flStartTime_max: usize = 0x1CC; // float32 - pub const m_flEndTime_min: usize = 0x1D0; // float32 - pub const m_flEndTime_max: usize = 0x1D4; // float32 - pub const m_flOscMult: usize = 0x1D8; // float32 - pub const m_flOscAdd: usize = 0x1DC; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_OscillateScalarSimple { - pub const m_Rate: usize = 0x1B0; // float32 - pub const m_Frequency: usize = 0x1B4; // float32 - pub const m_nField: usize = 0x1B8; // ParticleAttributeIndex_t - pub const m_flOscMult: usize = 0x1BC; // float32 - pub const m_flOscAdd: usize = 0x1C0; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 15 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_OscillateVector { - pub const m_RateMin: usize = 0x1B0; // Vector - pub const m_RateMax: usize = 0x1BC; // Vector - pub const m_FrequencyMin: usize = 0x1C8; // Vector - pub const m_FrequencyMax: usize = 0x1D4; // Vector - pub const m_nField: usize = 0x1E0; // ParticleAttributeIndex_t - pub const m_bProportional: usize = 0x1E4; // bool - pub const m_bProportionalOp: usize = 0x1E5; // bool - pub const m_bOffset: usize = 0x1E6; // bool - pub const m_flStartTime_min: usize = 0x1E8; // float32 - pub const m_flStartTime_max: usize = 0x1EC; // float32 - pub const m_flEndTime_min: usize = 0x1F0; // float32 - pub const m_flEndTime_max: usize = 0x1F4; // float32 - pub const m_flOscMult: usize = 0x1F8; // CPerParticleFloatInput - pub const m_flOscAdd: usize = 0x348; // CPerParticleFloatInput - pub const m_flRateScale: usize = 0x498; // CPerParticleFloatInput - } - // Parent: CParticleFunctionOperator - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_OscillateVectorSimple { - pub const m_Rate: usize = 0x1B0; // Vector - pub const m_Frequency: usize = 0x1BC; // Vector - pub const m_nField: usize = 0x1C8; // ParticleAttributeIndex_t - pub const m_flOscMult: usize = 0x1CC; // float32 - pub const m_flOscAdd: usize = 0x1D0; // float32 - pub const m_bOffset: usize = 0x1D4; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 9 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_DifferencePreviousParticle { - pub const m_nFieldInput: usize = 0x1B0; // ParticleAttributeIndex_t - pub const m_nFieldOutput: usize = 0x1B4; // ParticleAttributeIndex_t - pub const m_flInputMin: usize = 0x1B8; // float32 - pub const m_flInputMax: usize = 0x1BC; // float32 - pub const m_flOutputMin: usize = 0x1C0; // float32 - pub const m_flOutputMax: usize = 0x1C4; // float32 - pub const m_nSetMethod: usize = 0x1C8; // ParticleSetMethod_t - pub const m_bActiveRange: usize = 0x1CC; // bool - pub const m_bSetPreviousParticle: usize = 0x1CD; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_PointVectorAtNextParticle { - pub const m_nFieldOutput: usize = 0x1B0; // ParticleAttributeIndex_t - pub const m_flInterpolation: usize = 0x1B8; // CPerParticleFloatInput - } - // Parent: CParticleFunctionOperator - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_RemapScalar { - pub const m_nFieldInput: usize = 0x1B0; // ParticleAttributeIndex_t - pub const m_nFieldOutput: usize = 0x1B4; // ParticleAttributeIndex_t - pub const m_flInputMin: usize = 0x1B8; // float32 - pub const m_flInputMax: usize = 0x1BC; // float32 - pub const m_flOutputMin: usize = 0x1C0; // float32 - pub const m_flOutputMax: usize = 0x1C4; // float32 - pub const m_bOldCode: usize = 0x1C8; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_RemapDensityToVector { - pub const m_flRadiusScale: usize = 0x1B0; // float32 - pub const m_nFieldOutput: usize = 0x1B4; // ParticleAttributeIndex_t - pub const m_flDensityMin: usize = 0x1B8; // float32 - pub const m_flDensityMax: usize = 0x1BC; // float32 - pub const m_vecOutputMin: usize = 0x1C0; // Vector - pub const m_vecOutputMax: usize = 0x1CC; // Vector - pub const m_bUseParentDensity: usize = 0x1D8; // bool - pub const m_nVoxelGridResolution: usize = 0x1DC; // int32 - } - // Parent: CParticleFunctionOperator - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_Diffusion { - pub const m_flRadiusScale: usize = 0x1B0; // float32 - pub const m_nFieldOutput: usize = 0x1B4; // ParticleAttributeIndex_t - pub const m_nVoxelGridResolution: usize = 0x1B8; // int32 - } - // Parent: CParticleFunctionOperator - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_RemapScalarEndCap { - pub const m_nFieldInput: usize = 0x1B0; // ParticleAttributeIndex_t - pub const m_nFieldOutput: usize = 0x1B4; // ParticleAttributeIndex_t - pub const m_flInputMin: usize = 0x1B8; // float32 - pub const m_flInputMax: usize = 0x1BC; // float32 - pub const m_flOutputMin: usize = 0x1C0; // float32 - pub const m_flOutputMax: usize = 0x1C4; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_ReinitializeScalarEndCap { - pub const m_nFieldOutput: usize = 0x1B0; // ParticleAttributeIndex_t - pub const m_flOutputMin: usize = 0x1B4; // float32 - pub const m_flOutputMax: usize = 0x1B8; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_RemapScalarOnceTimed { - pub const m_bProportional: usize = 0x1B0; // bool - pub const m_nFieldInput: usize = 0x1B4; // ParticleAttributeIndex_t - pub const m_nFieldOutput: usize = 0x1B8; // ParticleAttributeIndex_t - pub const m_flInputMin: usize = 0x1BC; // float32 - pub const m_flInputMax: usize = 0x1C0; // float32 - pub const m_flOutputMin: usize = 0x1C4; // float32 - pub const m_flOutputMax: usize = 0x1C8; // float32 - pub const m_flRemapTime: usize = 0x1CC; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_RemapParticleCountOnScalarEndCap { - pub const m_nFieldOutput: usize = 0x1B0; // ParticleAttributeIndex_t - pub const m_nInputMin: usize = 0x1B4; // int32 - pub const m_nInputMax: usize = 0x1B8; // int32 - pub const m_flOutputMin: usize = 0x1BC; // float32 - pub const m_flOutputMax: usize = 0x1C0; // float32 - pub const m_bBackwards: usize = 0x1C4; // bool - pub const m_nSetMethod: usize = 0x1C8; // ParticleSetMethod_t - } - // Parent: CParticleFunctionOperator - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_RemapParticleCountToScalar { - pub const m_nFieldOutput: usize = 0x1B0; // ParticleAttributeIndex_t - pub const m_nInputMin: usize = 0x1B8; // CParticleCollectionFloatInput - pub const m_nInputMax: usize = 0x308; // CParticleCollectionFloatInput - pub const m_flOutputMin: usize = 0x458; // CParticleCollectionFloatInput - pub const m_flOutputMax: usize = 0x5A8; // CParticleCollectionFloatInput - pub const m_bActiveRange: usize = 0x6F8; // bool - pub const m_nSetMethod: usize = 0x6FC; // ParticleSetMethod_t - } - // Parent: CParticleFunctionOperator - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_RemapVisibilityScalar { - pub const m_nFieldInput: usize = 0x1B0; // ParticleAttributeIndex_t - pub const m_nFieldOutput: usize = 0x1B4; // ParticleAttributeIndex_t - pub const m_flInputMin: usize = 0x1B8; // float32 - pub const m_flInputMax: usize = 0x1BC; // float32 - pub const m_flOutputMin: usize = 0x1C0; // float32 - pub const m_flOutputMax: usize = 0x1C4; // float32 - pub const m_flRadiusScale: usize = 0x1C8; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_RemapTransformVisibilityToScalar { - pub const m_nSetMethod: usize = 0x1B0; // ParticleSetMethod_t - pub const m_TransformInput: usize = 0x1B8; // CParticleTransformInput - pub const m_nFieldOutput: usize = 0x218; // ParticleAttributeIndex_t - pub const m_flInputMin: usize = 0x21C; // float32 - pub const m_flInputMax: usize = 0x220; // float32 - pub const m_flOutputMin: usize = 0x224; // float32 - pub const m_flOutputMax: usize = 0x228; // float32 - pub const m_flRadius: usize = 0x22C; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_RemapTransformVisibilityToVector { - pub const m_nSetMethod: usize = 0x1B0; // ParticleSetMethod_t - pub const m_TransformInput: usize = 0x1B8; // CParticleTransformInput - pub const m_nFieldOutput: usize = 0x218; // ParticleAttributeIndex_t - pub const m_flInputMin: usize = 0x21C; // float32 - pub const m_flInputMax: usize = 0x220; // float32 - pub const m_vecOutputMin: usize = 0x224; // Vector - pub const m_vecOutputMax: usize = 0x230; // Vector - pub const m_flRadius: usize = 0x23C; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_LerpScalar { - pub const m_nFieldOutput: usize = 0x1B0; // ParticleAttributeIndex_t - pub const m_flOutput: usize = 0x1B8; // CPerParticleFloatInput - pub const m_flStartTime: usize = 0x308; // float32 - pub const m_flEndTime: usize = 0x30C; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_LerpEndCapScalar { - pub const m_nFieldOutput: usize = 0x1B0; // ParticleAttributeIndex_t - pub const m_flOutput: usize = 0x1B4; // float32 - pub const m_flLerpTime: usize = 0x1B8; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_LerpEndCapVector { - pub const m_nFieldOutput: usize = 0x1B0; // ParticleAttributeIndex_t - pub const m_vecOutput: usize = 0x1B4; // Vector - pub const m_flLerpTime: usize = 0x1C0; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_LerpVector { - pub const m_nFieldOutput: usize = 0x1B0; // ParticleAttributeIndex_t - pub const m_vecOutput: usize = 0x1B4; // Vector - pub const m_flStartTime: usize = 0x1C0; // float32 - pub const m_flEndTime: usize = 0x1C4; // float32 - pub const m_nSetMethod: usize = 0x1C8; // ParticleSetMethod_t - } - // Parent: CParticleFunctionOperator - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_LerpToOtherAttribute { - pub const m_flInterpolation: usize = 0x1B0; // CPerParticleFloatInput - pub const m_nFieldInputFrom: usize = 0x300; // ParticleAttributeIndex_t - pub const m_nFieldInput: usize = 0x304; // ParticleAttributeIndex_t - pub const m_nFieldOutput: usize = 0x308; // ParticleAttributeIndex_t - } - // Parent: CParticleFunctionOperator - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_RemapSpeed { - pub const m_nFieldOutput: usize = 0x1B0; // ParticleAttributeIndex_t - pub const m_flInputMin: usize = 0x1B4; // float32 - pub const m_flInputMax: usize = 0x1B8; // float32 - pub const m_flOutputMin: usize = 0x1BC; // float32 - pub const m_flOutputMax: usize = 0x1C0; // float32 - pub const m_nSetMethod: usize = 0x1C4; // ParticleSetMethod_t - pub const m_bIgnoreDelta: usize = 0x1C8; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_RemapVectortoCP { - pub const m_nOutControlPointNumber: usize = 0x1B0; // int32 - pub const m_nFieldInput: usize = 0x1B4; // ParticleAttributeIndex_t - pub const m_nParticleNumber: usize = 0x1B8; // int32 - } - // Parent: CParticleFunctionOperator - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_RampScalarLinear { - pub const m_RateMin: usize = 0x1B0; // float32 - pub const m_RateMax: usize = 0x1B4; // float32 - pub const m_flStartTime_min: usize = 0x1B8; // float32 - pub const m_flStartTime_max: usize = 0x1BC; // float32 - pub const m_flEndTime_min: usize = 0x1C0; // float32 - pub const m_flEndTime_max: usize = 0x1C4; // float32 - pub const m_nField: usize = 0x1F0; // ParticleAttributeIndex_t - pub const m_bProportionalOp: usize = 0x1F4; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_RampScalarSpline { - pub const m_RateMin: usize = 0x1B0; // float32 - pub const m_RateMax: usize = 0x1B4; // float32 - pub const m_flStartTime_min: usize = 0x1B8; // float32 - pub const m_flStartTime_max: usize = 0x1BC; // float32 - pub const m_flEndTime_min: usize = 0x1C0; // float32 - pub const m_flEndTime_max: usize = 0x1C4; // float32 - pub const m_flBias: usize = 0x1C8; // float32 - pub const m_nField: usize = 0x1F0; // ParticleAttributeIndex_t - pub const m_bProportionalOp: usize = 0x1F4; // bool - pub const m_bEaseOut: usize = 0x1F5; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_RampScalarLinearSimple { - pub const m_Rate: usize = 0x1B0; // float32 - pub const m_flStartTime: usize = 0x1B4; // float32 - pub const m_flEndTime: usize = 0x1B8; // float32 - pub const m_nField: usize = 0x1E0; // ParticleAttributeIndex_t - } - // Parent: CParticleFunctionOperator - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_RampScalarSplineSimple { - pub const m_Rate: usize = 0x1B0; // float32 - pub const m_flStartTime: usize = 0x1B4; // float32 - pub const m_flEndTime: usize = 0x1B8; // float32 - pub const m_nField: usize = 0x1E0; // ParticleAttributeIndex_t - pub const m_bEaseOut: usize = 0x1E4; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_ChladniWave { - pub const m_nFieldOutput: usize = 0x1B0; // ParticleAttributeIndex_t - pub const m_flInputMin: usize = 0x1B8; // CPerParticleFloatInput - pub const m_flInputMax: usize = 0x308; // CPerParticleFloatInput - pub const m_flOutputMin: usize = 0x458; // CPerParticleFloatInput - pub const m_flOutputMax: usize = 0x5A8; // CPerParticleFloatInput - pub const m_vecWaveLength: usize = 0x6F8; // CPerParticleVecInput - pub const m_vecHarmonics: usize = 0xD28; // CPerParticleVecInput - pub const m_nSetMethod: usize = 0x1358; // ParticleSetMethod_t - pub const m_nLocalSpaceControlPoint: usize = 0x135C; // int32 - pub const m_b3D: usize = 0x1360; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_Noise { - pub const m_nFieldOutput: usize = 0x1B0; // ParticleAttributeIndex_t - pub const m_flOutputMin: usize = 0x1B4; // float32 - pub const m_flOutputMax: usize = 0x1B8; // float32 - pub const m_fl4NoiseScale: usize = 0x1BC; // float32 - pub const m_bAdditive: usize = 0x1C0; // bool - pub const m_flNoiseAnimationTimeScale: usize = 0x1C4; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_VectorNoise { - pub const m_nFieldOutput: usize = 0x1B0; // ParticleAttributeIndex_t - pub const m_vecOutputMin: usize = 0x1B4; // Vector - pub const m_vecOutputMax: usize = 0x1C0; // Vector - pub const m_fl4NoiseScale: usize = 0x1CC; // float32 - pub const m_bAdditive: usize = 0x1D0; // bool - pub const m_bOffset: usize = 0x1D1; // bool - pub const m_flNoiseAnimationTimeScale: usize = 0x1D4; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_Decay { - pub const m_bRopeDecay: usize = 0x1B0; // bool - pub const m_bForcePreserveParticleOrder: usize = 0x1B1; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_DecayOffscreen { - pub const m_flOffscreenTime: usize = 0x1B0; // CParticleCollectionFloatInput - } - // Parent: CParticleFunctionOperator - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_EndCapTimedFreeze { - pub const m_flFreezeTime: usize = 0x1B0; // CParticleCollectionFloatInput - } - // Parent: CParticleFunctionOperator - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_EndCapTimedDecay { - pub const m_flDecayTime: usize = 0x1B0; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_EndCapDecay { - } - // Parent: CParticleFunctionOperator - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_VelocityDecay { - pub const m_flMinVelocity: usize = 0x1B0; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_AlphaDecay { - pub const m_flMinAlpha: usize = 0x1B0; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_RadiusDecay { - pub const m_flMinRadius: usize = 0x1B0; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_DecayMaintainCount { - pub const m_nParticlesToMaintain: usize = 0x1B0; // int32 - pub const m_flDecayDelay: usize = 0x1B4; // float32 - pub const m_nSnapshotControlPoint: usize = 0x1B8; // int32 - pub const m_bLifespanDecay: usize = 0x1BC; // bool - pub const m_flScale: usize = 0x1C0; // CParticleCollectionFloatInput - pub const m_bKillNewest: usize = 0x310; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_DecayClampCount { - pub const m_nCount: usize = 0x1B0; // CParticleCollectionFloatInput - } - // Parent: CParticleFunctionOperator - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_Cull { - pub const m_flCullPerc: usize = 0x1B0; // float32 - pub const m_flCullStart: usize = 0x1B4; // float32 - pub const m_flCullEnd: usize = 0x1B8; // float32 - pub const m_flCullExp: usize = 0x1BC; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CGeneralSpin { - pub const m_nSpinRateDegrees: usize = 0x1B0; // int32 - pub const m_nSpinRateMinDegrees: usize = 0x1B4; // int32 - pub const m_fSpinRateStopTime: usize = 0x1BC; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CSpinUpdateBase { - } - // Parent: CGeneralSpin - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_Spin { - } - // Parent: CSpinUpdateBase - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_SpinUpdate { - } - // Parent: CGeneralSpin - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_SpinYaw { - } - // Parent: CParticleFunctionOperator - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_InterpolateRadius { - pub const m_flStartTime: usize = 0x1B0; // float32 - pub const m_flEndTime: usize = 0x1B4; // float32 - pub const m_flStartScale: usize = 0x1B8; // float32 - pub const m_flEndScale: usize = 0x1BC; // float32 - pub const m_bEaseInAndOut: usize = 0x1C0; // bool - pub const m_flBias: usize = 0x1C4; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_ColorInterpolate { - pub const m_ColorFade: usize = 0x1B0; // Color - pub const m_flFadeStartTime: usize = 0x1C0; // float32 - pub const m_flFadeEndTime: usize = 0x1C4; // float32 - pub const m_nFieldOutput: usize = 0x1C8; // ParticleAttributeIndex_t - pub const m_bEaseInOut: usize = 0x1CC; // bool - pub const m_bUseNewCode: usize = 0x1CD; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_ColorInterpolateRandom { - pub const m_ColorFadeMin: usize = 0x1B0; // Color - pub const m_ColorFadeMax: usize = 0x1CC; // Color - pub const m_flFadeStartTime: usize = 0x1DC; // float32 - pub const m_flFadeEndTime: usize = 0x1E0; // float32 - pub const m_nFieldOutput: usize = 0x1E4; // ParticleAttributeIndex_t - pub const m_bEaseInOut: usize = 0x1E8; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 15 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_PositionLock { - pub const m_TransformInput: usize = 0x1B0; // CParticleTransformInput - pub const m_flStartTime_min: usize = 0x210; // float32 - pub const m_flStartTime_max: usize = 0x214; // float32 - pub const m_flStartTime_exp: usize = 0x218; // float32 - pub const m_flEndTime_min: usize = 0x21C; // float32 - pub const m_flEndTime_max: usize = 0x220; // float32 - pub const m_flEndTime_exp: usize = 0x224; // float32 - pub const m_flRange: usize = 0x228; // float32 - pub const m_flRangeBias: usize = 0x230; // CParticleCollectionFloatInput - pub const m_flJumpThreshold: usize = 0x380; // float32 - pub const m_flPrevPosScale: usize = 0x384; // float32 - pub const m_bLockRot: usize = 0x388; // bool - pub const m_vecScale: usize = 0x390; // CParticleCollectionVecInput - pub const m_nFieldOutput: usize = 0x9C0; // ParticleAttributeIndex_t - pub const m_nFieldOutputPrev: usize = 0x9C4; // ParticleAttributeIndex_t - } - // Parent: CParticleFunctionOperator - // Fields count: 33 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_ControlpointLight { - pub const m_flScale: usize = 0x1B0; // float32 - pub const m_nControlPoint1: usize = 0x640; // int32 - pub const m_nControlPoint2: usize = 0x644; // int32 - pub const m_nControlPoint3: usize = 0x648; // int32 - pub const m_nControlPoint4: usize = 0x64C; // int32 - pub const m_vecCPOffset1: usize = 0x650; // Vector - pub const m_vecCPOffset2: usize = 0x65C; // Vector - pub const m_vecCPOffset3: usize = 0x668; // Vector - pub const m_vecCPOffset4: usize = 0x674; // Vector - pub const m_LightFiftyDist1: usize = 0x680; // float32 - pub const m_LightZeroDist1: usize = 0x684; // float32 - pub const m_LightFiftyDist2: usize = 0x688; // float32 - pub const m_LightZeroDist2: usize = 0x68C; // float32 - pub const m_LightFiftyDist3: usize = 0x690; // float32 - pub const m_LightZeroDist3: usize = 0x694; // float32 - pub const m_LightFiftyDist4: usize = 0x698; // float32 - pub const m_LightZeroDist4: usize = 0x69C; // float32 - pub const m_LightColor1: usize = 0x6A0; // Color - pub const m_LightColor2: usize = 0x6A4; // Color - pub const m_LightColor3: usize = 0x6A8; // Color - pub const m_LightColor4: usize = 0x6AC; // Color - pub const m_bLightType1: usize = 0x6B0; // bool - pub const m_bLightType2: usize = 0x6B1; // bool - pub const m_bLightType3: usize = 0x6B2; // bool - pub const m_bLightType4: usize = 0x6B3; // bool - pub const m_bLightDynamic1: usize = 0x6B4; // bool - pub const m_bLightDynamic2: usize = 0x6B5; // bool - pub const m_bLightDynamic3: usize = 0x6B6; // bool - pub const m_bLightDynamic4: usize = 0x6B7; // bool - pub const m_bUseNormal: usize = 0x6B8; // bool - pub const m_bUseHLambert: usize = 0x6B9; // bool - pub const m_bClampLowerRange: usize = 0x6BE; // bool - pub const m_bClampUpperRange: usize = 0x6BF; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_GlobalLight { - pub const m_flScale: usize = 0x1B0; // float32 - pub const m_bClampLowerRange: usize = 0x1B4; // bool - pub const m_bClampUpperRange: usize = 0x1B5; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_SetChildControlPoints { - pub const m_nChildGroupID: usize = 0x1B0; // int32 - pub const m_nFirstControlPoint: usize = 0x1B4; // int32 - pub const m_nNumControlPoints: usize = 0x1B8; // int32 - pub const m_nFirstSourcePoint: usize = 0x1C0; // CParticleCollectionFloatInput - pub const m_bReverse: usize = 0x310; // bool - pub const m_bSetOrientation: usize = 0x311; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_SetControlPointsToParticle { - pub const m_nChildGroupID: usize = 0x1B0; // int32 - pub const m_nFirstControlPoint: usize = 0x1B4; // int32 - pub const m_nNumControlPoints: usize = 0x1B8; // int32 - pub const m_nFirstSourcePoint: usize = 0x1BC; // int32 - pub const m_bSetOrientation: usize = 0x1C0; // bool - pub const m_nOrientationMode: usize = 0x1C4; // ParticleOrientationSetMode_t - pub const m_nSetParent: usize = 0x1C8; // ParticleParentSetMode_t - } - // Parent: CParticleFunctionOperator - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_SetControlPointsToModelParticles { - pub const m_HitboxSetName: usize = 0x1B0; // char[128] - pub const m_AttachmentName: usize = 0x230; // char[128] - pub const m_nFirstControlPoint: usize = 0x2B0; // int32 - pub const m_nNumControlPoints: usize = 0x2B4; // int32 - pub const m_nFirstSourcePoint: usize = 0x2B8; // int32 - pub const m_bSkin: usize = 0x2BC; // bool - pub const m_bAttachment: usize = 0x2BD; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_SetPerChildControlPoint { - pub const m_nChildGroupID: usize = 0x1B0; // int32 - pub const m_nFirstControlPoint: usize = 0x1B4; // int32 - pub const m_nNumControlPoints: usize = 0x1B8; // int32 - pub const m_nParticleIncrement: usize = 0x1C0; // CParticleCollectionFloatInput - pub const m_nFirstSourcePoint: usize = 0x310; // CParticleCollectionFloatInput - pub const m_bSetOrientation: usize = 0x460; // bool - pub const m_nOrientationField: usize = 0x464; // ParticleAttributeIndex_t - pub const m_bNumBasedOnParticleCount: usize = 0x468; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_SetPerChildControlPointFromAttribute { - pub const m_nChildGroupID: usize = 0x1B0; // int32 - pub const m_nFirstControlPoint: usize = 0x1B4; // int32 - pub const m_nNumControlPoints: usize = 0x1B8; // int32 - pub const m_nParticleIncrement: usize = 0x1BC; // int32 - pub const m_nFirstSourcePoint: usize = 0x1C0; // int32 - pub const m_bNumBasedOnParticleCount: usize = 0x1C4; // bool - pub const m_nAttributeToRead: usize = 0x1C8; // ParticleAttributeIndex_t - pub const m_nCPField: usize = 0x1CC; // int32 - } - // Parent: CParticleFunctionOperator - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_RemapTransformOrientationToYaw { - pub const m_TransformInput: usize = 0x1B0; // CParticleTransformInput - pub const m_nFieldOutput: usize = 0x210; // ParticleAttributeIndex_t - pub const m_flRotOffset: usize = 0x214; // float32 - pub const m_flSpinStrength: usize = 0x218; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_DampenToCP { - pub const m_nControlPointNumber: usize = 0x1B0; // int32 - pub const m_flRange: usize = 0x1B4; // float32 - pub const m_flScale: usize = 0x1B8; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_SetToCP { - pub const m_nControlPointNumber: usize = 0x1B0; // int32 - pub const m_vecOffset: usize = 0x1B4; // Vector - pub const m_bOffsetLocal: usize = 0x1C0; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 13 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_PinParticleToCP { - pub const m_nControlPointNumber: usize = 0x1B0; // int32 - pub const m_vecOffset: usize = 0x1B8; // CParticleCollectionVecInput - pub const m_bOffsetLocal: usize = 0x7E8; // bool - pub const m_nParticleSelection: usize = 0x7EC; // ParticleSelection_t - pub const m_nParticleNumber: usize = 0x7F0; // CParticleCollectionFloatInput - pub const m_nPinBreakType: usize = 0x940; // ParticlePinDistance_t - pub const m_flBreakDistance: usize = 0x948; // CParticleCollectionFloatInput - pub const m_flBreakSpeed: usize = 0xA98; // CParticleCollectionFloatInput - pub const m_flAge: usize = 0xBE8; // CParticleCollectionFloatInput - pub const m_nBreakControlPointNumber: usize = 0xD38; // int32 - pub const m_nBreakControlPointNumber2: usize = 0xD3C; // int32 - pub const m_flBreakValue: usize = 0xD40; // CParticleCollectionFloatInput - pub const m_flInterpolation: usize = 0xE90; // CPerParticleFloatInput - } - // Parent: CParticleFunctionOperator - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_MovementRigidAttachToCP { - pub const m_nControlPointNumber: usize = 0x1B0; // int32 - pub const m_nScaleControlPoint: usize = 0x1B4; // int32 - pub const m_nScaleCPField: usize = 0x1B8; // int32 - pub const m_nFieldInput: usize = 0x1BC; // ParticleAttributeIndex_t - pub const m_nFieldOutput: usize = 0x1C0; // ParticleAttributeIndex_t - pub const m_bOffsetLocal: usize = 0x1C4; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_LerpToInitialPosition { - pub const m_nControlPointNumber: usize = 0x1B0; // int32 - pub const m_flInterpolation: usize = 0x1B8; // CPerParticleFloatInput - pub const m_nCacheField: usize = 0x308; // ParticleAttributeIndex_t - pub const m_flScale: usize = 0x310; // CParticleCollectionFloatInput - pub const m_vecScale: usize = 0x460; // CParticleCollectionVecInput - } - // Parent: CParticleFunctionOperator - // Fields count: 13 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_DistanceBetweenTransforms { - pub const m_nFieldOutput: usize = 0x1B0; // ParticleAttributeIndex_t - pub const m_TransformStart: usize = 0x1B8; // CParticleTransformInput - pub const m_TransformEnd: usize = 0x218; // CParticleTransformInput - pub const m_flInputMin: usize = 0x278; // CPerParticleFloatInput - pub const m_flInputMax: usize = 0x3C8; // CPerParticleFloatInput - pub const m_flOutputMin: usize = 0x518; // CPerParticleFloatInput - pub const m_flOutputMax: usize = 0x668; // CPerParticleFloatInput - pub const m_flMaxTraceLength: usize = 0x7B8; // float32 - pub const m_flLOSScale: usize = 0x7BC; // float32 - pub const m_CollisionGroupName: usize = 0x7C0; // char[128] - pub const m_nTraceSet: usize = 0x840; // ParticleTraceSet_t - pub const m_bLOS: usize = 0x844; // bool - pub const m_nSetMethod: usize = 0x848; // ParticleSetMethod_t - } - // Parent: CParticleFunctionOperator - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_PercentageBetweenTransforms { - pub const m_nFieldOutput: usize = 0x1B0; // ParticleAttributeIndex_t - pub const m_flInputMin: usize = 0x1B4; // float32 - pub const m_flInputMax: usize = 0x1B8; // float32 - pub const m_flOutputMin: usize = 0x1BC; // float32 - pub const m_flOutputMax: usize = 0x1C0; // float32 - pub const m_TransformStart: usize = 0x1C8; // CParticleTransformInput - pub const m_TransformEnd: usize = 0x228; // CParticleTransformInput - pub const m_nSetMethod: usize = 0x288; // ParticleSetMethod_t - pub const m_bActiveRange: usize = 0x28C; // bool - pub const m_bRadialCheck: usize = 0x28D; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_PercentageBetweenTransformsVector { - pub const m_nFieldOutput: usize = 0x1B0; // ParticleAttributeIndex_t - pub const m_flInputMin: usize = 0x1B4; // float32 - pub const m_flInputMax: usize = 0x1B8; // float32 - pub const m_vecOutputMin: usize = 0x1BC; // Vector - pub const m_vecOutputMax: usize = 0x1C8; // Vector - pub const m_TransformStart: usize = 0x1D8; // CParticleTransformInput - pub const m_TransformEnd: usize = 0x238; // CParticleTransformInput - pub const m_nSetMethod: usize = 0x298; // ParticleSetMethod_t - pub const m_bActiveRange: usize = 0x29C; // bool - pub const m_bRadialCheck: usize = 0x29D; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 12 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_PercentageBetweenTransformLerpCPs { - pub const m_nFieldOutput: usize = 0x1B0; // ParticleAttributeIndex_t - pub const m_flInputMin: usize = 0x1B4; // float32 - pub const m_flInputMax: usize = 0x1B8; // float32 - pub const m_TransformStart: usize = 0x1C0; // CParticleTransformInput - pub const m_TransformEnd: usize = 0x220; // CParticleTransformInput - pub const m_nOutputStartCP: usize = 0x280; // int32 - pub const m_nOutputStartField: usize = 0x284; // int32 - pub const m_nOutputEndCP: usize = 0x288; // int32 - pub const m_nOutputEndField: usize = 0x28C; // int32 - pub const m_nSetMethod: usize = 0x290; // ParticleSetMethod_t - pub const m_bActiveRange: usize = 0x294; // bool - pub const m_bRadialCheck: usize = 0x295; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 9 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_DistanceBetweenVecs { - pub const m_nFieldOutput: usize = 0x1B0; // ParticleAttributeIndex_t - pub const m_vecPoint1: usize = 0x1B8; // CPerParticleVecInput - pub const m_vecPoint2: usize = 0x7E8; // CPerParticleVecInput - pub const m_flInputMin: usize = 0xE18; // CPerParticleFloatInput - pub const m_flInputMax: usize = 0xF68; // CPerParticleFloatInput - pub const m_flOutputMin: usize = 0x10B8; // CPerParticleFloatInput - pub const m_flOutputMax: usize = 0x1208; // CPerParticleFloatInput - pub const m_nSetMethod: usize = 0x1358; // ParticleSetMethod_t - pub const m_bDeltaTime: usize = 0x135C; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_DirectionBetweenVecsToVec { - pub const m_nFieldOutput: usize = 0x1B0; // ParticleAttributeIndex_t - pub const m_vecPoint1: usize = 0x1B8; // CPerParticleVecInput - pub const m_vecPoint2: usize = 0x7E8; // CPerParticleVecInput - } - // Parent: CParticleFunctionOperator - // Fields count: 15 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_DistanceToTransform { - pub const m_nFieldOutput: usize = 0x1B0; // ParticleAttributeIndex_t - pub const m_flInputMin: usize = 0x1B8; // CPerParticleFloatInput - pub const m_flInputMax: usize = 0x308; // CPerParticleFloatInput - pub const m_flOutputMin: usize = 0x458; // CPerParticleFloatInput - pub const m_flOutputMax: usize = 0x5A8; // CPerParticleFloatInput - pub const m_TransformStart: usize = 0x6F8; // CParticleTransformInput - pub const m_bLOS: usize = 0x758; // bool - pub const m_CollisionGroupName: usize = 0x759; // char[128] - pub const m_nTraceSet: usize = 0x7DC; // ParticleTraceSet_t - pub const m_flMaxTraceLength: usize = 0x7E0; // float32 - pub const m_flLOSScale: usize = 0x7E4; // float32 - pub const m_nSetMethod: usize = 0x7E8; // ParticleSetMethod_t - pub const m_bActiveRange: usize = 0x7EC; // bool - pub const m_bAdditive: usize = 0x7ED; // bool - pub const m_vecComponentScale: usize = 0x7F0; // CPerParticleVecInput - } - // Parent: CParticleFunctionOperator - // Fields count: 11 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_CylindricalDistanceToTransform { - pub const m_nFieldOutput: usize = 0x1B0; // ParticleAttributeIndex_t - pub const m_flInputMin: usize = 0x1B8; // CPerParticleFloatInput - pub const m_flInputMax: usize = 0x308; // CPerParticleFloatInput - pub const m_flOutputMin: usize = 0x458; // CPerParticleFloatInput - pub const m_flOutputMax: usize = 0x5A8; // CPerParticleFloatInput - pub const m_TransformStart: usize = 0x6F8; // CParticleTransformInput - pub const m_TransformEnd: usize = 0x758; // CParticleTransformInput - pub const m_nSetMethod: usize = 0x7B8; // ParticleSetMethod_t - pub const m_bActiveRange: usize = 0x7BC; // bool - pub const m_bAdditive: usize = 0x7BD; // bool - pub const m_bCapsule: usize = 0x7BE; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_RtEnvCull { - pub const m_vecTestDir: usize = 0x1B0; // Vector - pub const m_vecTestNormal: usize = 0x1BC; // Vector - pub const m_bCullOnMiss: usize = 0x1C8; // bool - pub const m_bStickInsteadOfCull: usize = 0x1C9; // bool - pub const m_RtEnvName: usize = 0x1CA; // char[128] - pub const m_nRTEnvCP: usize = 0x24C; // int32 - pub const m_nComponent: usize = 0x250; // int32 - } - // Parent: CParticleFunctionOperator - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_MovementLoopInsideSphere { - pub const m_nCP: usize = 0x1B0; // int32 - pub const m_flDistance: usize = 0x1B8; // CParticleCollectionFloatInput - pub const m_vecScale: usize = 0x308; // CParticleCollectionVecInput - pub const m_nDistSqrAttr: usize = 0x938; // ParticleAttributeIndex_t - } - // Parent: CParticleFunctionOperator - // Fields count: 9 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_MoveToHitbox { - pub const m_modelInput: usize = 0x1B0; // CParticleModelInput - pub const m_transformInput: usize = 0x208; // CParticleTransformInput - pub const m_flLifeTimeLerpStart: usize = 0x26C; // float32 - pub const m_flLifeTimeLerpEnd: usize = 0x270; // float32 - pub const m_flPrevPosScale: usize = 0x274; // float32 - pub const m_HitboxSetName: usize = 0x278; // char[128] - pub const m_bUseBones: usize = 0x2F8; // bool - pub const m_nLerpType: usize = 0x2FC; // HitboxLerpType_t - pub const m_flInterpolation: usize = 0x300; // CPerParticleFloatInput - } - // Parent: CParticleFunctionOperator - // Fields count: 15 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_LockToBone { - pub const m_modelInput: usize = 0x1B0; // CParticleModelInput - pub const m_transformInput: usize = 0x208; // CParticleTransformInput - pub const m_flLifeTimeFadeStart: usize = 0x268; // float32 - pub const m_flLifeTimeFadeEnd: usize = 0x26C; // float32 - pub const m_flJumpThreshold: usize = 0x270; // float32 - pub const m_flPrevPosScale: usize = 0x274; // float32 - pub const m_HitboxSetName: usize = 0x278; // char[128] - pub const m_bRigid: usize = 0x2F8; // bool - pub const m_bUseBones: usize = 0x2F9; // bool - pub const m_nFieldOutput: usize = 0x2FC; // ParticleAttributeIndex_t - pub const m_nFieldOutputPrev: usize = 0x300; // ParticleAttributeIndex_t - pub const m_nRotationSetType: usize = 0x304; // ParticleRotationLockType_t - pub const m_bRigidRotationLock: usize = 0x308; // bool - pub const m_vecRotation: usize = 0x310; // CPerParticleVecInput - pub const m_flRotLerp: usize = 0x940; // CPerParticleFloatInput - } - // Parent: CParticleFunctionOperator - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_SnapshotRigidSkinToBones { - pub const m_bTransformNormals: usize = 0x1B0; // bool - pub const m_bTransformRadii: usize = 0x1B1; // bool - pub const m_nControlPointNumber: usize = 0x1B4; // int32 - } - // Parent: CParticleFunctionOperator - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_SnapshotSkinToBones { - pub const m_bTransformNormals: usize = 0x1B0; // bool - pub const m_bTransformRadii: usize = 0x1B1; // bool - pub const m_nControlPointNumber: usize = 0x1B4; // int32 - pub const m_flLifeTimeFadeStart: usize = 0x1B8; // float32 - pub const m_flLifeTimeFadeEnd: usize = 0x1BC; // float32 - pub const m_flJumpThreshold: usize = 0x1C0; // float32 - pub const m_flPrevPosScale: usize = 0x1C4; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 11 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_CPOffsetToPercentageBetweenCPs { - pub const m_flInputMin: usize = 0x1B0; // float32 - pub const m_flInputMax: usize = 0x1B4; // float32 - pub const m_flInputBias: usize = 0x1B8; // float32 - pub const m_nStartCP: usize = 0x1BC; // int32 - pub const m_nEndCP: usize = 0x1C0; // int32 - pub const m_nOffsetCP: usize = 0x1C4; // int32 - pub const m_nOuputCP: usize = 0x1C8; // int32 - pub const m_nInputCP: usize = 0x1CC; // int32 - pub const m_bRadialCheck: usize = 0x1D0; // bool - pub const m_bScaleOffset: usize = 0x1D1; // bool - pub const m_vecOffset: usize = 0x1D4; // Vector - } - // Parent: CParticleFunctionOperator - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_PlaneCull { - pub const m_nPlaneControlPoint: usize = 0x1B0; // int32 - pub const m_vecPlaneDirection: usize = 0x1B4; // Vector - pub const m_bLocalSpace: usize = 0x1C0; // bool - pub const m_flPlaneOffset: usize = 0x1C4; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_DistanceCull { - pub const m_nControlPoint: usize = 0x1B0; // int32 - pub const m_vecPointOffset: usize = 0x1B4; // Vector - pub const m_flDistance: usize = 0x1C0; // float32 - pub const m_bCullInside: usize = 0x1C4; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_ModelCull { - pub const m_nControlPointNumber: usize = 0x1B0; // int32 - pub const m_bBoundBox: usize = 0x1B4; // bool - pub const m_bCullOutside: usize = 0x1B5; // bool - pub const m_bUseBones: usize = 0x1B6; // bool - pub const m_HitboxSetName: usize = 0x1B7; // char[128] - } - // Parent: CParticleFunctionOperator - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_ModelDampenMovement { - pub const m_nControlPointNumber: usize = 0x1B0; // int32 - pub const m_bBoundBox: usize = 0x1B4; // bool - pub const m_bOutside: usize = 0x1B5; // bool - pub const m_bUseBones: usize = 0x1B6; // bool - pub const m_HitboxSetName: usize = 0x1B7; // char[128] - pub const m_vecPosOffset: usize = 0x238; // CPerParticleVecInput - pub const m_fDrag: usize = 0x868; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_SequenceFromModel { - pub const m_nControlPointNumber: usize = 0x1B0; // int32 - pub const m_nFieldOutput: usize = 0x1B4; // ParticleAttributeIndex_t - pub const m_nFieldOutputAnim: usize = 0x1B8; // ParticleAttributeIndex_t - pub const m_flInputMin: usize = 0x1BC; // float32 - pub const m_flInputMax: usize = 0x1C0; // float32 - pub const m_flOutputMin: usize = 0x1C4; // float32 - pub const m_flOutputMax: usize = 0x1C8; // float32 - pub const m_nSetMethod: usize = 0x1CC; // ParticleSetMethod_t - } - // Parent: CParticleFunctionOperator - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_VelocityMatchingForce { - pub const m_flDirScale: usize = 0x1B0; // float32 - pub const m_flSpdScale: usize = 0x1B4; // float32 - pub const m_nCPBroadcast: usize = 0x1B8; // int32 - } - // Parent: CParticleFunctionOperator - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_MovementMaintainOffset { - pub const m_vecOffset: usize = 0x1B0; // Vector - pub const m_nCP: usize = 0x1BC; // int32 - pub const m_bRadiusScale: usize = 0x1C0; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 17 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_MovementPlaceOnGround { - pub const m_flOffset: usize = 0x1B0; // CPerParticleFloatInput - pub const m_flMaxTraceLength: usize = 0x300; // float32 - pub const m_flTolerance: usize = 0x304; // float32 - pub const m_flTraceOffset: usize = 0x308; // float32 - pub const m_flLerpRate: usize = 0x30C; // float32 - pub const m_CollisionGroupName: usize = 0x310; // char[128] - pub const m_nTraceSet: usize = 0x390; // ParticleTraceSet_t - pub const m_nRefCP1: usize = 0x394; // int32 - pub const m_nRefCP2: usize = 0x398; // int32 - pub const m_nLerpCP: usize = 0x39C; // int32 - pub const m_nTraceMissBehavior: usize = 0x3A8; // ParticleTraceMissBehavior_t - pub const m_bIncludeShotHull: usize = 0x3AC; // bool - pub const m_bIncludeWater: usize = 0x3AD; // bool - pub const m_bSetNormal: usize = 0x3B0; // bool - pub const m_bScaleOffset: usize = 0x3B1; // bool - pub const m_nPreserveOffsetCP: usize = 0x3B4; // int32 - pub const m_nIgnoreCP: usize = 0x3B8; // int32 - } - // Parent: CParticleFunctionOperator - // Fields count: 4 - // - // Metadata: - // MParticleMaxVersion - // MParticleReplacementOp - // MGetKV3ClassDefaults - pub mod C_OP_InheritFromParentParticles { - pub const m_flScale: usize = 0x1B0; // float32 - pub const m_nFieldOutput: usize = 0x1B4; // ParticleAttributeIndex_t - pub const m_nIncrement: usize = 0x1B8; // int32 - pub const m_bRandomDistribution: usize = 0x1BC; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 5 - // - // Metadata: - // MParticleMinVersion - // MGetKV3ClassDefaults - pub mod C_OP_InheritFromParentParticlesV2 { - pub const m_flScale: usize = 0x1B0; // float32 - pub const m_nFieldOutput: usize = 0x1B4; // ParticleAttributeIndex_t - pub const m_nIncrement: usize = 0x1B8; // int32 - pub const m_bRandomDistribution: usize = 0x1BC; // bool - pub const m_nMissingParentBehavior: usize = 0x1C0; // MissingParentInheritBehavior_t - } - // Parent: CParticleFunctionOperator - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_ReadFromNeighboringParticle { - pub const m_nFieldInput: usize = 0x1B0; // ParticleAttributeIndex_t - pub const m_nFieldOutput: usize = 0x1B4; // ParticleAttributeIndex_t - pub const m_nIncrement: usize = 0x1B8; // int32 - pub const m_DistanceCheck: usize = 0x1C0; // CPerParticleFloatInput - pub const m_flInterpolation: usize = 0x310; // CPerParticleFloatInput - } - // Parent: CParticleFunctionOperator - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_InheritFromPeerSystem { - pub const m_nFieldOutput: usize = 0x1B0; // ParticleAttributeIndex_t - pub const m_nFieldInput: usize = 0x1B4; // ParticleAttributeIndex_t - pub const m_nIncrement: usize = 0x1B8; // int32 - pub const m_nGroupID: usize = 0x1BC; // int32 - } - // Parent: CParticleFunctionOperator - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_RemapVectorComponentToScalar { - pub const m_nFieldInput: usize = 0x1B0; // ParticleAttributeIndex_t - pub const m_nFieldOutput: usize = 0x1B4; // ParticleAttributeIndex_t - pub const m_nComponent: usize = 0x1B8; // int32 - } - // Parent: CParticleFunctionOperator - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_OrientTo2dDirection { - pub const m_flRotOffset: usize = 0x1B0; // float32 - pub const m_flSpinStrength: usize = 0x1B4; // float32 - pub const m_nFieldOutput: usize = 0x1B8; // ParticleAttributeIndex_t - } - // Parent: CParticleFunctionOperator - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_RestartAfterDuration { - pub const m_flDurationMin: usize = 0x1B0; // float32 - pub const m_flDurationMax: usize = 0x1B4; // float32 - pub const m_nCP: usize = 0x1B8; // int32 - pub const m_nCPField: usize = 0x1BC; // int32 - pub const m_nChildGroupID: usize = 0x1C0; // int32 - pub const m_bOnlyChildren: usize = 0x1C4; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_Orient2DRelToCP { - pub const m_flRotOffset: usize = 0x1B0; // float32 - pub const m_flSpinStrength: usize = 0x1B4; // float32 - pub const m_nCP: usize = 0x1B8; // int32 - pub const m_nFieldOutput: usize = 0x1BC; // ParticleAttributeIndex_t - } - // Parent: CParticleFunctionOperator - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_MovementRotateParticleAroundAxis { - pub const m_vecRotAxis: usize = 0x1B0; // CParticleCollectionVecInput - pub const m_flRotRate: usize = 0x7E0; // CParticleCollectionFloatInput - pub const m_TransformInput: usize = 0x930; // CParticleTransformInput - pub const m_bLocalSpace: usize = 0x990; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_RotateVector { - pub const m_nFieldOutput: usize = 0x1B0; // ParticleAttributeIndex_t - pub const m_vecRotAxisMin: usize = 0x1B4; // Vector - pub const m_vecRotAxisMax: usize = 0x1C0; // Vector - pub const m_flRotRateMin: usize = 0x1CC; // float32 - pub const m_flRotRateMax: usize = 0x1D0; // float32 - pub const m_bNormalize: usize = 0x1D4; // bool - pub const m_flScale: usize = 0x1D8; // CPerParticleFloatInput - } - // Parent: CParticleFunctionOperator - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_MaxVelocity { - pub const m_flMaxVelocity: usize = 0x1B0; // float32 - pub const m_flMinVelocity: usize = 0x1B4; // float32 - pub const m_nOverrideCP: usize = 0x1B8; // int32 - pub const m_nOverrideCPField: usize = 0x1BC; // int32 - } - // Parent: CParticleFunctionOperator - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_LagCompensation { - pub const m_nDesiredVelocityCP: usize = 0x1B0; // int32 - pub const m_nLatencyCP: usize = 0x1B4; // int32 - pub const m_nLatencyCPField: usize = 0x1B8; // int32 - pub const m_nDesiredVelocityCPField: usize = 0x1BC; // int32 - } - // Parent: CParticleFunctionOperator - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_MaintainSequentialPath { - pub const m_fMaxDistance: usize = 0x1B0; // float32 - pub const m_flNumToAssign: usize = 0x1B4; // float32 - pub const m_flCohesionStrength: usize = 0x1B8; // float32 - pub const m_flTolerance: usize = 0x1BC; // float32 - pub const m_bLoop: usize = 0x1C0; // bool - pub const m_bUseParticleCount: usize = 0x1C1; // bool - pub const m_PathParams: usize = 0x1D0; // CPathParameters - } - // Parent: CParticleFunctionOperator - // Fields count: 4 - // - // Metadata: - // MParticleMinVersion - // MGetKV3ClassDefaults - pub mod C_OP_LockToSavedSequentialPathV2 { - pub const m_flFadeStart: usize = 0x1B0; // float32 - pub const m_flFadeEnd: usize = 0x1B4; // float32 - pub const m_bCPPairs: usize = 0x1B8; // bool - pub const m_PathParams: usize = 0x1C0; // CPathParameters - } - // Parent: CParticleFunctionOperator - // Fields count: 4 - // - // Metadata: - // MParticleMaxVersion - // MParticleReplacementOp - // MGetKV3ClassDefaults - pub mod C_OP_LockToSavedSequentialPath { - pub const m_flFadeStart: usize = 0x1B4; // float32 - pub const m_flFadeEnd: usize = 0x1B8; // float32 - pub const m_bCPPairs: usize = 0x1BC; // bool - pub const m_PathParams: usize = 0x1C0; // CPathParameters - } - // Parent: CParticleFunctionOperator - // Fields count: 11 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_RemapDotProductToScalar { - pub const m_nInputCP1: usize = 0x1B0; // int32 - pub const m_nInputCP2: usize = 0x1B4; // int32 - pub const m_nFieldOutput: usize = 0x1B8; // ParticleAttributeIndex_t - pub const m_flInputMin: usize = 0x1BC; // float32 - pub const m_flInputMax: usize = 0x1C0; // float32 - pub const m_flOutputMin: usize = 0x1C4; // float32 - pub const m_flOutputMax: usize = 0x1C8; // float32 - pub const m_bUseParticleVelocity: usize = 0x1CC; // bool - pub const m_nSetMethod: usize = 0x1D0; // ParticleSetMethod_t - pub const m_bActiveRange: usize = 0x1D4; // bool - pub const m_bUseParticleNormal: usize = 0x1D5; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 11 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_RemapCPtoScalar { - pub const m_nCPInput: usize = 0x1B0; // int32 - pub const m_nFieldOutput: usize = 0x1B4; // ParticleAttributeIndex_t - pub const m_nField: usize = 0x1B8; // int32 - pub const m_flInputMin: usize = 0x1BC; // float32 - pub const m_flInputMax: usize = 0x1C0; // float32 - pub const m_flOutputMin: usize = 0x1C4; // float32 - pub const m_flOutputMax: usize = 0x1C8; // float32 - pub const m_flStartTime: usize = 0x1CC; // float32 - pub const m_flEndTime: usize = 0x1D0; // float32 - pub const m_flInterpRate: usize = 0x1D4; // float32 - pub const m_nSetMethod: usize = 0x1D8; // ParticleSetMethod_t - } - // Parent: CParticleFunctionOperator - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_NormalLock { - pub const m_nControlPointNumber: usize = 0x1B0; // int32 - } - // Parent: CParticleFunctionOperator - // Fields count: 13 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_RemapCPtoVector { - pub const m_nCPInput: usize = 0x1B0; // int32 - pub const m_nFieldOutput: usize = 0x1B4; // ParticleAttributeIndex_t - pub const m_nLocalSpaceCP: usize = 0x1B8; // int32 - pub const m_vInputMin: usize = 0x1BC; // Vector - pub const m_vInputMax: usize = 0x1C8; // Vector - pub const m_vOutputMin: usize = 0x1D4; // Vector - pub const m_vOutputMax: usize = 0x1E0; // Vector - pub const m_flStartTime: usize = 0x1EC; // float32 - pub const m_flEndTime: usize = 0x1F0; // float32 - pub const m_flInterpRate: usize = 0x1F4; // float32 - pub const m_nSetMethod: usize = 0x1F8; // ParticleSetMethod_t - pub const m_bOffset: usize = 0x1FC; // bool - pub const m_bAccelerate: usize = 0x1FD; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_SetCPtoVector { - pub const m_nCPInput: usize = 0x1B0; // int32 - pub const m_nFieldOutput: usize = 0x1B4; // ParticleAttributeIndex_t - } - // Parent: CParticleFunctionOperator - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_RemapTransformToVelocity { - pub const m_TransformInput: usize = 0x1B0; // CParticleTransformInput - } - // Parent: CParticleFunctionOperator - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_RemapVelocityToVector { - pub const m_nFieldOutput: usize = 0x1B0; // ParticleAttributeIndex_t - pub const m_flScale: usize = 0x1B4; // float32 - pub const m_bNormalize: usize = 0x1B8; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_RemapCPVelocityToVector { - pub const m_nControlPoint: usize = 0x1B0; // int32 - pub const m_nFieldOutput: usize = 0x1B4; // ParticleAttributeIndex_t - pub const m_flScale: usize = 0x1B8; // float32 - pub const m_bNormalize: usize = 0x1BC; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_SetCPOrientationToDirection { - pub const m_nInputControlPoint: usize = 0x1B0; // int32 - pub const m_nOutputControlPoint: usize = 0x1B4; // int32 - } - // Parent: CParticleFunctionOperator - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_RemapDirectionToCPToVector { - pub const m_nCP: usize = 0x1B0; // int32 - pub const m_nFieldOutput: usize = 0x1B4; // ParticleAttributeIndex_t - pub const m_flScale: usize = 0x1B8; // float32 - pub const m_flOffsetRot: usize = 0x1BC; // float32 - pub const m_vecOffsetAxis: usize = 0x1C0; // Vector - pub const m_bNormalize: usize = 0x1CC; // bool - pub const m_nFieldStrength: usize = 0x1D0; // ParticleAttributeIndex_t - } - // Parent: CParticleFunctionOperator - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_RemapCrossProductOfTwoVectorsToVector { - pub const m_InputVec1: usize = 0x1B0; // CPerParticleVecInput - pub const m_InputVec2: usize = 0x7E0; // CPerParticleVecInput - pub const m_nFieldOutput: usize = 0xE10; // ParticleAttributeIndex_t - pub const m_bNormalize: usize = 0xE14; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_NormalizeVector { - pub const m_nFieldOutput: usize = 0x1B0; // ParticleAttributeIndex_t - pub const m_flScale: usize = 0x1B4; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_RemapControlPointDirectionToVector { - pub const m_nFieldOutput: usize = 0x1B0; // ParticleAttributeIndex_t - pub const m_flScale: usize = 0x1B4; // float32 - pub const m_nControlPointNumber: usize = 0x1B8; // int32 - } - // Parent: CParticleFunctionOperator - // Fields count: 9 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_SetCPOrientationToGroundNormal { - pub const m_flInterpRate: usize = 0x1B0; // float32 - pub const m_flMaxTraceLength: usize = 0x1B4; // float32 - pub const m_flTolerance: usize = 0x1B8; // float32 - pub const m_flTraceOffset: usize = 0x1BC; // float32 - pub const m_CollisionGroupName: usize = 0x1C0; // char[128] - pub const m_nTraceSet: usize = 0x240; // ParticleTraceSet_t - pub const m_nInputCP: usize = 0x244; // int32 - pub const m_nOutputCP: usize = 0x248; // int32 - pub const m_bIncludeWater: usize = 0x258; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_RemapTransformOrientationToRotations { - pub const m_TransformInput: usize = 0x1B0; // CParticleTransformInput - pub const m_vecRotation: usize = 0x210; // Vector - pub const m_bUseQuat: usize = 0x21C; // bool - pub const m_bWriteNormal: usize = 0x21D; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_RemapControlPointOrientationToRotation { - pub const m_nCP: usize = 0x1B0; // int32 - pub const m_nFieldOutput: usize = 0x1B4; // ParticleAttributeIndex_t - pub const m_flOffsetRot: usize = 0x1B8; // float32 - pub const m_nComponent: usize = 0x1BC; // int32 - } - // Parent: CParticleFunctionOperator - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_LockToPointList { - pub const m_nFieldOutput: usize = 0x1B0; // ParticleAttributeIndex_t - pub const m_pointList: usize = 0x1B8; // CUtlVector - pub const m_bPlaceAlongPath: usize = 0x1D0; // bool - pub const m_bClosedLoop: usize = 0x1D1; // bool - pub const m_nNumPointsAlongPath: usize = 0x1D4; // int32 - } - // Parent: CParticleFunctionOperator - // Fields count: 9 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_RemapNamedModelElementOnceTimed { - pub const m_hModel: usize = 0x1B0; // CStrongHandle - pub const m_inNames: usize = 0x1B8; // CUtlVector - pub const m_outNames: usize = 0x1D0; // CUtlVector - pub const m_fallbackNames: usize = 0x1E8; // CUtlVector - pub const m_bModelFromRenderer: usize = 0x200; // bool - pub const m_bProportional: usize = 0x201; // bool - pub const m_nFieldInput: usize = 0x204; // ParticleAttributeIndex_t - pub const m_nFieldOutput: usize = 0x208; // ParticleAttributeIndex_t - pub const m_flRemapTime: usize = 0x20C; // float32 - } - // Parent: C_OP_RemapNamedModelElementOnceTimed - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_RemapNamedModelSequenceOnceTimed { - } - // Parent: C_OP_RemapNamedModelElementOnceTimed - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_RemapNamedModelBodyPartOnceTimed { - } - // Parent: C_OP_RemapNamedModelElementOnceTimed - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_RemapNamedModelMeshGroupOnceTimed { - } - // Parent: CParticleFunctionOperator - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_RemapNamedModelElementEndCap { - pub const m_hModel: usize = 0x1B0; // CStrongHandle - pub const m_inNames: usize = 0x1B8; // CUtlVector - pub const m_outNames: usize = 0x1D0; // CUtlVector - pub const m_fallbackNames: usize = 0x1E8; // CUtlVector - pub const m_bModelFromRenderer: usize = 0x200; // bool - pub const m_nFieldInput: usize = 0x204; // ParticleAttributeIndex_t - pub const m_nFieldOutput: usize = 0x208; // ParticleAttributeIndex_t - } - // Parent: C_OP_RemapNamedModelElementEndCap - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_RemapNamedModelSequenceEndCap { - } - // Parent: C_OP_RemapNamedModelElementEndCap - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_RemapNamedModelBodyPartEndCap { - } - // Parent: C_OP_RemapNamedModelElementEndCap - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_RemapNamedModelMeshGroupEndCap { - } - // Parent: CParticleFunctionOperator - // Fields count: 12 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_SetFromCPSnapshot { - pub const m_nControlPointNumber: usize = 0x1B0; // int32 - pub const m_nAttributeToRead: usize = 0x1B4; // ParticleAttributeIndex_t - pub const m_nAttributeToWrite: usize = 0x1B8; // ParticleAttributeIndex_t - pub const m_nLocalSpaceCP: usize = 0x1BC; // int32 - pub const m_bRandom: usize = 0x1C0; // bool - pub const m_bReverse: usize = 0x1C1; // bool - pub const m_nRandomSeed: usize = 0x1C4; // int32 - pub const m_nSnapShotStartPoint: usize = 0x1C8; // CParticleCollectionFloatInput - pub const m_nSnapShotIncrement: usize = 0x318; // CParticleCollectionFloatInput - pub const m_flInterpolation: usize = 0x468; // CPerParticleFloatInput - pub const m_bSubSample: usize = 0x5B8; // bool - pub const m_bPrev: usize = 0x5B9; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 9 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_VectorFieldSnapshot { - pub const m_nControlPointNumber: usize = 0x1B0; // int32 - pub const m_nAttributeToWrite: usize = 0x1B4; // ParticleAttributeIndex_t - pub const m_nLocalSpaceCP: usize = 0x1B8; // int32 - pub const m_flInterpolation: usize = 0x1C0; // CPerParticleFloatInput - pub const m_vecScale: usize = 0x310; // CPerParticleVecInput - pub const m_flBoundaryDampening: usize = 0x940; // float32 - pub const m_bSetVelocity: usize = 0x944; // bool - pub const m_bLockToSurface: usize = 0x945; // bool - pub const m_flGridSpacing: usize = 0x948; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_SetAttributeToScalarExpression { - pub const m_nExpression: usize = 0x1B0; // ScalarExpressionType_t - pub const m_flInput1: usize = 0x1B8; // CPerParticleFloatInput - pub const m_flInput2: usize = 0x308; // CPerParticleFloatInput - pub const m_flOutputRemap: usize = 0x458; // CParticleRemapFloatInput - pub const m_nOutputField: usize = 0x5A8; // ParticleAttributeIndex_t - pub const m_nSetMethod: usize = 0x5AC; // ParticleSetMethod_t - } - // Parent: CParticleFunctionOperator - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_SetVectorAttributeToVectorExpression { - pub const m_nExpression: usize = 0x1B0; // VectorExpressionType_t - pub const m_vInput1: usize = 0x1B8; // CPerParticleVecInput - pub const m_vInput2: usize = 0x7E8; // CPerParticleVecInput - pub const m_nOutputField: usize = 0xE18; // ParticleAttributeIndex_t - pub const m_nSetMethod: usize = 0xE1C; // ParticleSetMethod_t - pub const m_bNormalizedOutput: usize = 0xE20; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_SetFloatAttributeToVectorExpression { - pub const m_nExpression: usize = 0x1B0; // VectorFloatExpressionType_t - pub const m_vInput1: usize = 0x1B8; // CPerParticleVecInput - pub const m_vInput2: usize = 0x7E8; // CPerParticleVecInput - pub const m_flOutputRemap: usize = 0xE18; // CParticleRemapFloatInput - pub const m_nOutputField: usize = 0xF68; // ParticleAttributeIndex_t - pub const m_nSetMethod: usize = 0xF6C; // ParticleSetMethod_t - } - // Parent: CParticleFunctionOperator - // Fields count: 12 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_MovementSkinnedPositionFromCPSnapshot { - pub const m_nSnapshotControlPointNumber: usize = 0x1B0; // int32 - pub const m_nControlPointNumber: usize = 0x1B4; // int32 - pub const m_bRandom: usize = 0x1B8; // bool - pub const m_nRandomSeed: usize = 0x1BC; // int32 - pub const m_bSetNormal: usize = 0x1C0; // bool - pub const m_bSetRadius: usize = 0x1C1; // bool - pub const m_nIndexType: usize = 0x1C4; // SnapshotIndexType_t - pub const m_flReadIndex: usize = 0x1C8; // CPerParticleFloatInput - pub const m_flIncrement: usize = 0x318; // CParticleCollectionFloatInput - pub const m_nFullLoopIncrement: usize = 0x468; // CParticleCollectionFloatInput - pub const m_nSnapShotStartPoint: usize = 0x5B8; // CParticleCollectionFloatInput - pub const m_flInterpolation: usize = 0x708; // CPerParticleFloatInput - } - // Parent: CParticleFunctionOperator - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_MovementMoveAlongSkinnedCPSnapshot { - pub const m_nControlPointNumber: usize = 0x1B0; // int32 - pub const m_nSnapshotControlPointNumber: usize = 0x1B4; // int32 - pub const m_bSetNormal: usize = 0x1B8; // bool - pub const m_bSetRadius: usize = 0x1B9; // bool - pub const m_flInterpolation: usize = 0x1C0; // CPerParticleFloatInput - pub const m_flTValue: usize = 0x310; // CPerParticleFloatInput - } - // Parent: CParticleFunctionOperator - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_QuantizeFloat { - pub const m_InputValue: usize = 0x1B0; // CPerParticleFloatInput - pub const m_nOutputField: usize = 0x300; // ParticleAttributeIndex_t - } - // Parent: CParticleFunctionOperator - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_SetFloatCollection { - pub const m_InputValue: usize = 0x1B0; // CParticleCollectionFloatInput - pub const m_nOutputField: usize = 0x300; // ParticleAttributeIndex_t - pub const m_nSetMethod: usize = 0x304; // ParticleSetMethod_t - pub const m_Lerp: usize = 0x308; // CParticleCollectionFloatInput - } - // Parent: CParticleFunctionOperator - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_SetFloat { - pub const m_InputValue: usize = 0x1B0; // CPerParticleFloatInput - pub const m_nOutputField: usize = 0x300; // ParticleAttributeIndex_t - pub const m_nSetMethod: usize = 0x304; // ParticleSetMethod_t - pub const m_Lerp: usize = 0x308; // CPerParticleFloatInput - pub const m_bUseNewCode: usize = 0x458; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_SetVec { - pub const m_InputValue: usize = 0x1B0; // CPerParticleVecInput - pub const m_nOutputField: usize = 0x7E0; // ParticleAttributeIndex_t - pub const m_nSetMethod: usize = 0x7E4; // ParticleSetMethod_t - pub const m_Lerp: usize = 0x7E8; // CPerParticleFloatInput - pub const m_bNormalizedOutput: usize = 0x938; // bool - } - // Parent: CParticleFunctionOperator - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_DragRelativeToPlane { - pub const m_flDragAtPlane: usize = 0x1B0; // CParticleCollectionFloatInput - pub const m_flFalloff: usize = 0x300; // CParticleCollectionFloatInput - pub const m_bDirectional: usize = 0x450; // bool - pub const m_vecPlaneNormal: usize = 0x458; // CParticleCollectionVecInput - pub const m_nControlPointNumber: usize = 0xA88; // int32 - } - // Parent: CParticleFunctionOperator - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_RemapDensityGradientToVectorAttribute { - pub const m_flRadiusScale: usize = 0x1B0; // float32 - pub const m_nFieldOutput: usize = 0x1B4; // ParticleAttributeIndex_t - } - // Parent: CParticleFunctionOperator - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_LockPoints { - pub const m_nMinCol: usize = 0x1B0; // int32 - pub const m_nMaxCol: usize = 0x1B4; // int32 - pub const m_nMinRow: usize = 0x1B8; // int32 - pub const m_nMaxRow: usize = 0x1BC; // int32 - pub const m_nControlPoint: usize = 0x1C0; // int32 - pub const m_flBlendValue: usize = 0x1C4; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_RemapDistanceToLineSegmentBase { - pub const m_nCP0: usize = 0x1B0; // int32 - pub const m_nCP1: usize = 0x1B4; // int32 - pub const m_flMinInputValue: usize = 0x1B8; // float32 - pub const m_flMaxInputValue: usize = 0x1BC; // float32 - pub const m_bInfiniteLine: usize = 0x1C0; // bool - } - // Parent: C_OP_RemapDistanceToLineSegmentBase - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_RemapDistanceToLineSegmentToScalar { - pub const m_nFieldOutput: usize = 0x1C4; // ParticleAttributeIndex_t - pub const m_flMinOutputValue: usize = 0x1C8; // float32 - pub const m_flMaxOutputValue: usize = 0x1CC; // float32 - } - // Parent: C_OP_RemapDistanceToLineSegmentBase - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_RemapDistanceToLineSegmentToVector { - pub const m_nFieldOutput: usize = 0x1C4; // ParticleAttributeIndex_t - pub const m_vMinOutputValue: usize = 0x1C8; // Vector - pub const m_vMaxOutputValue: usize = 0x1D4; // Vector - } - // Parent: CParticleFunctionOperator - // Fields count: 11 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_TeleportBeam { - pub const m_nCPPosition: usize = 0x1B0; // int32 - pub const m_nCPVelocity: usize = 0x1B4; // int32 - pub const m_nCPMisc: usize = 0x1B8; // int32 - pub const m_nCPColor: usize = 0x1BC; // int32 - pub const m_nCPInvalidColor: usize = 0x1C0; // int32 - pub const m_nCPExtraArcData: usize = 0x1C4; // int32 - pub const m_vGravity: usize = 0x1C8; // Vector - pub const m_flArcMaxDuration: usize = 0x1D4; // float32 - pub const m_flSegmentBreak: usize = 0x1D8; // float32 - pub const m_flArcSpeed: usize = 0x1DC; // float32 - pub const m_flAlpha: usize = 0x1E0; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_CycleScalar { - pub const m_nDestField: usize = 0x1B0; // ParticleAttributeIndex_t - pub const m_flStartValue: usize = 0x1B4; // float32 - pub const m_flEndValue: usize = 0x1B8; // float32 - pub const m_flCycleTime: usize = 0x1BC; // float32 - pub const m_bDoNotRepeatCycle: usize = 0x1C0; // bool - pub const m_bSynchronizeParticles: usize = 0x1C1; // bool - pub const m_nCPScale: usize = 0x1C4; // int32 - pub const m_nCPFieldMin: usize = 0x1C8; // int32 - pub const m_nCPFieldMax: usize = 0x1CC; // int32 - pub const m_nSetMethod: usize = 0x1D0; // ParticleSetMethod_t - } - // Parent: CParticleFunctionOperator - // Fields count: 11 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_CalculateVectorAttribute { - pub const m_vStartValue: usize = 0x1B0; // Vector - pub const m_nFieldInput1: usize = 0x1BC; // ParticleAttributeIndex_t - pub const m_flInputScale1: usize = 0x1C0; // float32 - pub const m_nFieldInput2: usize = 0x1C4; // ParticleAttributeIndex_t - pub const m_flInputScale2: usize = 0x1C8; // float32 - pub const m_nControlPointInput1: usize = 0x1CC; // ControlPointReference_t - pub const m_flControlPointScale1: usize = 0x1E0; // float32 - pub const m_nControlPointInput2: usize = 0x1E4; // ControlPointReference_t - pub const m_flControlPointScale2: usize = 0x1F8; // float32 - pub const m_nFieldOutput: usize = 0x1FC; // ParticleAttributeIndex_t - pub const m_vFinalOutputScale: usize = 0x200; // Vector - } - // Parent: CParticleFunctionOperator - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_ColorAdjustHSL { - pub const m_flHueAdjust: usize = 0x1B0; // CPerParticleFloatInput - pub const m_flSaturationAdjust: usize = 0x300; // CPerParticleFloatInput - pub const m_flLightnessAdjust: usize = 0x450; // CPerParticleFloatInput - } - // Parent: CParticleFunctionOperator - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_ConnectParentParticleToNearest { - pub const m_nFirstControlPoint: usize = 0x1B0; // int32 - pub const m_nSecondControlPoint: usize = 0x1B4; // int32 - pub const m_bUseRadius: usize = 0x1B8; // bool - pub const m_flRadiusScale: usize = 0x1C0; // CParticleCollectionFloatInput - pub const m_flParentRadiusScale: usize = 0x310; // CParticleCollectionFloatInput - } - // Parent: CParticleFunctionOperator - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_UpdateLightSource { - pub const m_vColorTint: usize = 0x1B0; // Color - pub const m_flBrightnessScale: usize = 0x1B4; // float32 - pub const m_flRadiusScale: usize = 0x1B8; // float32 - pub const m_flMinimumLightingRadius: usize = 0x1BC; // float32 - pub const m_flMaximumLightingRadius: usize = 0x1C0; // float32 - pub const m_flPositionDampingConstant: usize = 0x1C4; // float32 - } - // Parent: CParticleFunctionPreEmission - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_RemapSpeedtoCP { - pub const m_nInControlPointNumber: usize = 0x1B4; // int32 - pub const m_nOutControlPointNumber: usize = 0x1B8; // int32 - pub const m_nField: usize = 0x1BC; // int32 - pub const m_flInputMin: usize = 0x1C0; // float32 - pub const m_flInputMax: usize = 0x1C4; // float32 - pub const m_flOutputMin: usize = 0x1C8; // float32 - pub const m_flOutputMax: usize = 0x1CC; // float32 - pub const m_bUseDeltaV: usize = 0x1D0; // bool - } - // Parent: CParticleFunctionPreEmission - // Fields count: 11 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_RemapAverageHitboxSpeedtoCP { - pub const m_nInControlPointNumber: usize = 0x1B4; // int32 - pub const m_nOutControlPointNumber: usize = 0x1B8; // int32 - pub const m_nField: usize = 0x1BC; // int32 - pub const m_nHitboxDataType: usize = 0x1C0; // ParticleHitboxDataSelection_t - pub const m_flInputMin: usize = 0x1C8; // CParticleCollectionFloatInput - pub const m_flInputMax: usize = 0x318; // CParticleCollectionFloatInput - pub const m_flOutputMin: usize = 0x468; // CParticleCollectionFloatInput - pub const m_flOutputMax: usize = 0x5B8; // CParticleCollectionFloatInput - pub const m_nHeightControlPointNumber: usize = 0x708; // int32 - pub const m_vecComparisonVelocity: usize = 0x710; // CParticleCollectionVecInput - pub const m_HitboxSetName: usize = 0xD40; // char[128] - } - // Parent: CParticleFunctionPreEmission - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_RemapDotProductToCP { - pub const m_nInputCP1: usize = 0x1B4; // int32 - pub const m_nInputCP2: usize = 0x1B8; // int32 - pub const m_nOutputCP: usize = 0x1BC; // int32 - pub const m_nOutVectorField: usize = 0x1C0; // int32 - pub const m_flInputMin: usize = 0x1C8; // CParticleCollectionFloatInput - pub const m_flInputMax: usize = 0x318; // CParticleCollectionFloatInput - pub const m_flOutputMin: usize = 0x468; // CParticleCollectionFloatInput - pub const m_flOutputMax: usize = 0x5B8; // CParticleCollectionFloatInput - } - // Parent: CParticleFunctionPreEmission - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_SetControlPointFieldToScalarExpression { - pub const m_nExpression: usize = 0x1B4; // ScalarExpressionType_t - pub const m_flInput1: usize = 0x1B8; // CParticleCollectionFloatInput - pub const m_flInput2: usize = 0x308; // CParticleCollectionFloatInput - pub const m_flOutputRemap: usize = 0x458; // CParticleRemapFloatInput - pub const m_nOutputCP: usize = 0x5A8; // int32 - pub const m_nOutVectorField: usize = 0x5AC; // int32 - } - // Parent: CParticleFunctionPreEmission - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_SetControlPointFieldFromVectorExpression { - pub const m_nExpression: usize = 0x1B4; // VectorFloatExpressionType_t - pub const m_vecInput1: usize = 0x1B8; // CParticleCollectionVecInput - pub const m_vecInput2: usize = 0x7E8; // CParticleCollectionVecInput - pub const m_flOutputRemap: usize = 0xE18; // CParticleRemapFloatInput - pub const m_nOutputCP: usize = 0xF68; // int32 - pub const m_nOutVectorField: usize = 0xF6C; // int32 - } - // Parent: CParticleFunctionPreEmission - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_SetControlPointToVectorExpression { - pub const m_nExpression: usize = 0x1B4; // VectorExpressionType_t - pub const m_nOutputCP: usize = 0x1B8; // int32 - pub const m_vInput1: usize = 0x1C0; // CParticleCollectionVecInput - pub const m_vInput2: usize = 0x7F0; // CParticleCollectionVecInput - pub const m_bNormalizedOutput: usize = 0xE20; // bool - } - // Parent: CParticleFunctionPreEmission - // Fields count: 9 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_RemapModelVolumetoCP { - pub const m_nBBoxType: usize = 0x1B4; // BBoxVolumeType_t - pub const m_nInControlPointNumber: usize = 0x1B8; // int32 - pub const m_nOutControlPointNumber: usize = 0x1BC; // int32 - pub const m_nOutControlPointMaxNumber: usize = 0x1C0; // int32 - pub const m_nField: usize = 0x1C4; // int32 - pub const m_flInputMin: usize = 0x1C8; // float32 - pub const m_flInputMax: usize = 0x1CC; // float32 - pub const m_flOutputMin: usize = 0x1D0; // float32 - pub const m_flOutputMax: usize = 0x1D4; // float32 - } - // Parent: CParticleFunctionPreEmission - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_RemapBoundingVolumetoCP { - pub const m_nOutControlPointNumber: usize = 0x1B4; // int32 - pub const m_flInputMin: usize = 0x1B8; // float32 - pub const m_flInputMax: usize = 0x1BC; // float32 - pub const m_flOutputMin: usize = 0x1C0; // float32 - pub const m_flOutputMax: usize = 0x1C4; // float32 - } - // Parent: CParticleFunctionPreEmission - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_RemapAverageScalarValuetoCP { - pub const m_nOutControlPointNumber: usize = 0x1B4; // int32 - pub const m_nOutVectorField: usize = 0x1B8; // int32 - pub const m_nField: usize = 0x1BC; // ParticleAttributeIndex_t - pub const m_flInputMin: usize = 0x1C0; // float32 - pub const m_flInputMax: usize = 0x1C4; // float32 - pub const m_flOutputMin: usize = 0x1C8; // float32 - pub const m_flOutputMax: usize = 0x1CC; // float32 - } - // Parent: CParticleFunctionPreEmission - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_RampCPLinearRandom { - pub const m_nOutControlPointNumber: usize = 0x1B4; // int32 - pub const m_vecRateMin: usize = 0x1B8; // Vector - pub const m_vecRateMax: usize = 0x1C4; // Vector - } - // Parent: CParticleFunctionPreEmission - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_SetParentControlPointsToChildCP { - pub const m_nChildGroupID: usize = 0x1B4; // int32 - pub const m_nChildControlPoint: usize = 0x1B8; // int32 - pub const m_nNumControlPoints: usize = 0x1BC; // int32 - pub const m_nFirstSourcePoint: usize = 0x1C0; // int32 - pub const m_bSetOrientation: usize = 0x1C4; // bool - } - // Parent: CParticleFunctionPreEmission - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_SetVariable { - pub const m_variableReference: usize = 0x1B8; // CParticleVariableRef - pub const m_transformInput: usize = 0x1F8; // CParticleTransformInput - pub const m_positionOffset: usize = 0x258; // Vector - pub const m_rotationOffset: usize = 0x264; // QAngle - pub const m_vecInput: usize = 0x270; // CParticleCollectionVecInput - pub const m_floatInput: usize = 0x8A0; // CParticleCollectionFloatInput - } - // Parent: CParticleFunctionPreEmission - // Fields count: 12 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_SetControlPointPositions { - pub const m_bUseWorldLocation: usize = 0x1B1; // bool - pub const m_bOrient: usize = 0x1B2; // bool - pub const m_bSetOnce: usize = 0x1B3; // bool - pub const m_nCP1: usize = 0x1B4; // int32 - pub const m_nCP2: usize = 0x1B8; // int32 - pub const m_nCP3: usize = 0x1BC; // int32 - pub const m_nCP4: usize = 0x1C0; // int32 - pub const m_vecCP1Pos: usize = 0x1C4; // Vector - pub const m_vecCP2Pos: usize = 0x1D0; // Vector - pub const m_vecCP3Pos: usize = 0x1DC; // Vector - pub const m_vecCP4Pos: usize = 0x1E8; // Vector - pub const m_nHeadLocation: usize = 0x1F4; // int32 - } - // Parent: CParticleFunctionPreEmission - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_SetSingleControlPointPosition { - pub const m_bSetOnce: usize = 0x1B1; // bool - pub const m_nCP1: usize = 0x1B4; // int32 - pub const m_vecCP1Pos: usize = 0x1B8; // CParticleCollectionVecInput - pub const m_transformInput: usize = 0x7E8; // CParticleTransformInput - } - // Parent: CParticleFunctionPreEmission - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_SetControlPointPositionToRandomActiveCP { - pub const m_nCP1: usize = 0x1B4; // int32 - pub const m_nHeadLocationMin: usize = 0x1B8; // int32 - pub const m_nHeadLocationMax: usize = 0x1BC; // int32 - pub const m_flResetRate: usize = 0x1C0; // CParticleCollectionFloatInput - } - // Parent: CParticleFunctionPreEmission - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_SetRandomControlPointPosition { - pub const m_bUseWorldLocation: usize = 0x1B1; // bool - pub const m_bOrient: usize = 0x1B2; // bool - pub const m_nCP1: usize = 0x1B4; // int32 - pub const m_nHeadLocation: usize = 0x1B8; // int32 - pub const m_flReRandomRate: usize = 0x1C0; // CParticleCollectionFloatInput - pub const m_vecCPMinPos: usize = 0x310; // Vector - pub const m_vecCPMaxPos: usize = 0x31C; // Vector - pub const m_flInterpolation: usize = 0x328; // CParticleCollectionFloatInput - } - // Parent: CParticleFunctionPreEmission - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_SetControlPointOrientation { - pub const m_bUseWorldLocation: usize = 0x1B1; // bool - pub const m_bRandomize: usize = 0x1B3; // bool - pub const m_bSetOnce: usize = 0x1B4; // bool - pub const m_nCP: usize = 0x1B8; // int32 - pub const m_nHeadLocation: usize = 0x1BC; // int32 - pub const m_vecRotation: usize = 0x1C0; // QAngle - pub const m_vecRotationB: usize = 0x1CC; // QAngle - pub const m_flInterpolation: usize = 0x1D8; // CParticleCollectionFloatInput - } - // Parent: CParticleFunctionPreEmission - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_SetControlPointFromObjectScale { - pub const m_nCPInput: usize = 0x1B4; // int32 - pub const m_nCPOutput: usize = 0x1B8; // int32 - } - // Parent: CParticleFunctionPreEmission - // Fields count: 15 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_DistanceBetweenCPsToCP { - pub const m_nStartCP: usize = 0x1B4; // int32 - pub const m_nEndCP: usize = 0x1B8; // int32 - pub const m_nOutputCP: usize = 0x1BC; // int32 - pub const m_nOutputCPField: usize = 0x1C0; // int32 - pub const m_bSetOnce: usize = 0x1C4; // bool - pub const m_flInputMin: usize = 0x1C8; // float32 - pub const m_flInputMax: usize = 0x1CC; // float32 - pub const m_flOutputMin: usize = 0x1D0; // float32 - pub const m_flOutputMax: usize = 0x1D4; // float32 - pub const m_flMaxTraceLength: usize = 0x1D8; // float32 - pub const m_flLOSScale: usize = 0x1DC; // float32 - pub const m_bLOS: usize = 0x1E0; // bool - pub const m_CollisionGroupName: usize = 0x1E1; // char[128] - pub const m_nTraceSet: usize = 0x264; // ParticleTraceSet_t - pub const m_nSetParent: usize = 0x268; // ParticleParentSetMode_t - } - // Parent: CParticleFunctionPreEmission - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_SetControlPointToPlayer { - pub const m_nCP1: usize = 0x1B4; // int32 - pub const m_vecCP1Pos: usize = 0x1B8; // Vector - pub const m_bOrientToEyes: usize = 0x1C4; // bool - } - // Parent: CParticleFunctionPreEmission - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_SetControlPointToHand { - pub const m_nCP1: usize = 0x1B4; // int32 - pub const m_nHand: usize = 0x1B8; // int32 - pub const m_vecCP1Pos: usize = 0x1BC; // Vector - pub const m_bOrientToHand: usize = 0x1C8; // bool - } - // Parent: CParticleFunctionPreEmission - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_SetControlPointToHMD { - pub const m_nCP1: usize = 0x1B4; // int32 - pub const m_vecCP1Pos: usize = 0x1B8; // Vector - pub const m_bOrientToHMD: usize = 0x1C4; // bool - } - // Parent: CParticleFunctionPreEmission - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_SetControlPointPositionToTimeOfDayValue { - pub const m_nControlPointNumber: usize = 0x1B4; // int32 - pub const m_pszTimeOfDayParameter: usize = 0x1B8; // char[128] - pub const m_vecDefaultValue: usize = 0x238; // Vector - } - // Parent: CParticleFunctionPreEmission - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_SetControlPointToCenter { - pub const m_nCP1: usize = 0x1B4; // int32 - pub const m_vecCP1Pos: usize = 0x1B8; // Vector - pub const m_nSetParent: usize = 0x1C4; // ParticleParentSetMode_t - } - // Parent: CParticleFunctionPreEmission - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_SetControlPointToCPVelocity { - pub const m_nCPInput: usize = 0x1B4; // int32 - pub const m_nCPOutputVel: usize = 0x1B8; // int32 - pub const m_bNormalize: usize = 0x1BC; // bool - pub const m_nCPOutputMag: usize = 0x1C0; // int32 - pub const m_nCPField: usize = 0x1C4; // int32 - pub const m_vecComparisonVelocity: usize = 0x1C8; // CParticleCollectionVecInput - } - // Parent: CParticleFunctionPreEmission - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_SetControlPointOrientationToCPVelocity { - pub const m_nCPInput: usize = 0x1B4; // int32 - pub const m_nCPOutput: usize = 0x1B8; // int32 - } - // Parent: CParticleFunctionPreEmission - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_StopAfterCPDuration { - pub const m_flDuration: usize = 0x1B8; // CParticleCollectionFloatInput - pub const m_bDestroyImmediately: usize = 0x308; // bool - pub const m_bPlayEndCap: usize = 0x309; // bool - } - // Parent: CParticleFunctionPreEmission - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_SetControlPointRotation { - pub const m_vecRotAxis: usize = 0x1B8; // CParticleCollectionVecInput - pub const m_flRotRate: usize = 0x7E8; // CParticleCollectionFloatInput - pub const m_nCP: usize = 0x938; // int32 - pub const m_nLocalCP: usize = 0x93C; // int32 - } - // Parent: CParticleFunctionPreEmission - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_RemapCPtoCP { - pub const m_nInputControlPoint: usize = 0x1B4; // int32 - pub const m_nOutputControlPoint: usize = 0x1B8; // int32 - pub const m_nInputField: usize = 0x1BC; // int32 - pub const m_nOutputField: usize = 0x1C0; // int32 - pub const m_flInputMin: usize = 0x1C4; // float32 - pub const m_flInputMax: usize = 0x1C8; // float32 - pub const m_flOutputMin: usize = 0x1CC; // float32 - pub const m_flOutputMax: usize = 0x1D0; // float32 - pub const m_bDerivative: usize = 0x1D4; // bool - pub const m_flInterpRate: usize = 0x1D8; // float32 - } - // Parent: CParticleFunctionPreEmission - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_HSVShiftToCP { - pub const m_nColorCP: usize = 0x1B4; // int32 - pub const m_nColorGemEnableCP: usize = 0x1B8; // int32 - pub const m_nOutputCP: usize = 0x1BC; // int32 - pub const m_DefaultHSVColor: usize = 0x1C0; // Color - } - // Parent: CParticleFunctionPreEmission - // Fields count: 12 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_SetControlPointToImpactPoint { - pub const m_nCPOut: usize = 0x1B4; // int32 - pub const m_nCPIn: usize = 0x1B8; // int32 - pub const m_flUpdateRate: usize = 0x1BC; // float32 - pub const m_flTraceLength: usize = 0x1C0; // CParticleCollectionFloatInput - pub const m_flStartOffset: usize = 0x310; // float32 - pub const m_flOffset: usize = 0x314; // float32 - pub const m_vecTraceDir: usize = 0x318; // Vector - pub const m_CollisionGroupName: usize = 0x324; // char[128] - pub const m_nTraceSet: usize = 0x3A4; // ParticleTraceSet_t - pub const m_bSetToEndpoint: usize = 0x3A8; // bool - pub const m_bTraceToClosestSurface: usize = 0x3A9; // bool - pub const m_bIncludeWater: usize = 0x3AA; // bool - } - // Parent: CParticleFunctionPreEmission - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_SetCPOrientationToPointAtCP { - pub const m_nInputCP: usize = 0x1B4; // int32 - pub const m_nOutputCP: usize = 0x1B8; // int32 - pub const m_flInterpolation: usize = 0x1C0; // CParticleCollectionFloatInput - pub const m_b2DOrientation: usize = 0x310; // bool - pub const m_bAvoidSingularity: usize = 0x311; // bool - pub const m_bPointAway: usize = 0x312; // bool - } - // Parent: CParticleFunctionPreEmission - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_EnableChildrenFromParentParticleCount { - pub const m_nChildGroupID: usize = 0x1B4; // int32 - pub const m_nFirstChild: usize = 0x1B8; // int32 - pub const m_nNumChildrenToEnable: usize = 0x1C0; // CParticleCollectionFloatInput - pub const m_bDisableChildren: usize = 0x310; // bool - pub const m_bPlayEndcapOnStop: usize = 0x311; // bool - pub const m_bDestroyImmediately: usize = 0x312; // bool - } - // Parent: CParticleFunctionPreEmission - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_SelectivelyEnableChildren { - pub const m_nChildGroupID: usize = 0x1B8; // CParticleCollectionFloatInput - pub const m_nFirstChild: usize = 0x308; // CParticleCollectionFloatInput - pub const m_nNumChildrenToEnable: usize = 0x458; // CParticleCollectionFloatInput - pub const m_bPlayEndcapOnStop: usize = 0x5A8; // bool - pub const m_bDestroyImmediately: usize = 0x5A9; // bool - } - // Parent: CParticleFunctionPreEmission - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_PlayEndCapWhenFinished { - pub const m_bFireOnEmissionEnd: usize = 0x1B1; // bool - pub const m_bIncludeChildren: usize = 0x1B2; // bool - } - // Parent: CParticleFunctionPreEmission - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_ForceControlPointStub { - pub const m_ControlPoint: usize = 0x1B4; // int32 - } - // Parent: CParticleFunctionPreEmission - // Fields count: 9 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_DriveCPFromGlobalSoundFloat { - pub const m_nOutputControlPoint: usize = 0x1B4; // int32 - pub const m_nOutputField: usize = 0x1B8; // int32 - pub const m_flInputMin: usize = 0x1BC; // float32 - pub const m_flInputMax: usize = 0x1C0; // float32 - pub const m_flOutputMin: usize = 0x1C4; // float32 - pub const m_flOutputMax: usize = 0x1C8; // float32 - pub const m_StackName: usize = 0x1D0; // CUtlString - pub const m_OperatorName: usize = 0x1D8; // CUtlString - pub const m_FieldName: usize = 0x1E0; // CUtlString - } - // Parent: CParticleFunctionPreEmission - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_SetControlPointFieldToWater { - pub const m_nSourceCP: usize = 0x1B4; // int32 - pub const m_nDestCP: usize = 0x1B8; // int32 - pub const m_nCPField: usize = 0x1BC; // int32 - } - // Parent: CParticleFunctionPreEmission - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_SetControlPointToWaterSurface { - pub const m_nSourceCP: usize = 0x1B4; // int32 - pub const m_nDestCP: usize = 0x1B8; // int32 - pub const m_nFlowCP: usize = 0x1BC; // int32 - pub const m_nActiveCP: usize = 0x1C0; // int32 - pub const m_nActiveCPField: usize = 0x1C4; // int32 - pub const m_flRetestRate: usize = 0x1C8; // CParticleCollectionFloatInput - pub const m_bAdaptiveThreshold: usize = 0x318; // bool - } - // Parent: CParticleFunctionPreEmission - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_RepeatedTriggerChildGroup { - pub const m_nChildGroupID: usize = 0x1B4; // int32 - pub const m_flClusterRefireTime: usize = 0x1B8; // CParticleCollectionFloatInput - pub const m_flClusterSize: usize = 0x308; // CParticleCollectionFloatInput - pub const m_flClusterCooldown: usize = 0x458; // CParticleCollectionFloatInput - pub const m_bLimitChildCount: usize = 0x5A8; // bool - } - // Parent: CParticleFunctionPreEmission - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_ChooseRandomChildrenInGroup { - pub const m_nChildGroupID: usize = 0x1B4; // int32 - pub const m_flNumberOfChildren: usize = 0x1B8; // CParticleCollectionFloatInput - } - // Parent: CParticleFunctionPreEmission - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_SetSimulationRate { - pub const m_flSimulationScale: usize = 0x1B8; // CParticleCollectionFloatInput - } - // Parent: CParticleFunctionPreEmission - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_ControlPointToRadialScreenSpace { - pub const m_nCPIn: usize = 0x1B4; // int32 - pub const m_vecCP1Pos: usize = 0x1B8; // Vector - pub const m_nCPOut: usize = 0x1C4; // int32 - pub const m_nCPOutField: usize = 0x1C8; // int32 - pub const m_nCPSSPosOut: usize = 0x1CC; // int32 - } - // Parent: CParticleFunctionPreEmission - // Fields count: 15 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_LightningSnapshotGenerator { - pub const m_nCPSnapshot: usize = 0x1B4; // int32 - pub const m_nCPStartPnt: usize = 0x1B8; // int32 - pub const m_nCPEndPnt: usize = 0x1BC; // int32 - pub const m_flSegments: usize = 0x1C0; // CParticleCollectionFloatInput - pub const m_flOffset: usize = 0x310; // CParticleCollectionFloatInput - pub const m_flOffsetDecay: usize = 0x460; // CParticleCollectionFloatInput - pub const m_flRecalcRate: usize = 0x5B0; // CParticleCollectionFloatInput - pub const m_flUVScale: usize = 0x700; // CParticleCollectionFloatInput - pub const m_flUVOffset: usize = 0x850; // CParticleCollectionFloatInput - pub const m_flSplitRate: usize = 0x9A0; // CParticleCollectionFloatInput - pub const m_flBranchTwist: usize = 0xAF0; // CParticleCollectionFloatInput - pub const m_nBranchBehavior: usize = 0xC40; // ParticleLightnintBranchBehavior_t - pub const m_flRadiusStart: usize = 0xC48; // CParticleCollectionFloatInput - pub const m_flRadiusEnd: usize = 0xD98; // CParticleCollectionFloatInput - pub const m_flDedicatedPool: usize = 0xEE8; // CParticleCollectionFloatInput - } - // Parent: CParticleFunctionPreEmission - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_RemapExternalWindToCP { - pub const m_nCP: usize = 0x1B4; // int32 - pub const m_nCPOutput: usize = 0x1B8; // int32 - pub const m_vecScale: usize = 0x1C0; // CParticleCollectionVecInput - pub const m_bSetMagnitude: usize = 0x7F0; // bool - pub const m_nOutVectorField: usize = 0x7F4; // int32 - } - // Parent: CParticleFunctionPreEmission - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_SetGravityToCP { - pub const m_nCPInput: usize = 0x1B4; // int32 - pub const m_nCPOutput: usize = 0x1B8; // int32 - pub const m_flScale: usize = 0x1C0; // CParticleCollectionFloatInput - pub const m_bSetOrientation: usize = 0x310; // bool - pub const m_bSetZDown: usize = 0x311; // bool - } - // Parent: CParticleFunctionPreEmission - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_QuantizeCPComponent { - pub const m_flInputValue: usize = 0x1B8; // CParticleCollectionFloatInput - pub const m_nCPOutput: usize = 0x308; // int32 - pub const m_nOutVectorField: usize = 0x30C; // int32 - pub const m_flQuantizeValue: usize = 0x310; // CParticleCollectionFloatInput - } - // Parent: CBaseRendererSource2 - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CBaseTrailRenderer { - pub const m_nOrientationType: usize = 0x2638; // ParticleOrientationChoiceList_t - pub const m_nOrientationControlPoint: usize = 0x263C; // int32 - pub const m_flMinSize: usize = 0x2640; // float32 - pub const m_flMaxSize: usize = 0x2644; // float32 - pub const m_flStartFadeSize: usize = 0x2648; // CParticleCollectionRendererFloatInput - pub const m_flEndFadeSize: usize = 0x2798; // CParticleCollectionRendererFloatInput - pub const m_bClampV: usize = 0x28E8; // bool - } - // Parent: CBaseTrailRenderer - // Fields count: 20 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_RenderTrails { - pub const m_bEnableFadingAndClamping: usize = 0x28E9; // bool - pub const m_flStartFadeDot: usize = 0x28EC; // float32 - pub const m_flEndFadeDot: usize = 0x28F0; // float32 - pub const m_nPrevPntSource: usize = 0x28F4; // ParticleAttributeIndex_t - pub const m_flMaxLength: usize = 0x28F8; // float32 - pub const m_flMinLength: usize = 0x28FC; // float32 - pub const m_bIgnoreDT: usize = 0x2900; // bool - pub const m_flConstrainRadiusToLengthRatio: usize = 0x2904; // float32 - pub const m_flLengthScale: usize = 0x2908; // float32 - pub const m_flLengthFadeInTime: usize = 0x290C; // float32 - pub const m_flRadiusHeadTaper: usize = 0x2910; // CPerParticleFloatInput - pub const m_vecHeadColorScale: usize = 0x2A60; // CParticleCollectionVecInput - pub const m_flHeadAlphaScale: usize = 0x3090; // CPerParticleFloatInput - pub const m_flRadiusTaper: usize = 0x31E0; // CPerParticleFloatInput - pub const m_vecTailColorScale: usize = 0x3330; // CParticleCollectionVecInput - pub const m_flTailAlphaScale: usize = 0x3960; // CPerParticleFloatInput - pub const m_nHorizCropField: usize = 0x3AB0; // ParticleAttributeIndex_t - pub const m_nVertCropField: usize = 0x3AB4; // ParticleAttributeIndex_t - pub const m_flForwardShift: usize = 0x3AB8; // float32 - pub const m_bFlipUVBasedOnPitchYaw: usize = 0x3ABC; // bool - } - // Parent: CBaseRendererSource2 - // Fields count: 30 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_RenderRopes { - pub const m_bEnableFadingAndClamping: usize = 0x2638; // bool - pub const m_flMinSize: usize = 0x263C; // float32 - pub const m_flMaxSize: usize = 0x2640; // float32 - pub const m_flStartFadeSize: usize = 0x2644; // float32 - pub const m_flEndFadeSize: usize = 0x2648; // float32 - pub const m_flStartFadeDot: usize = 0x264C; // float32 - pub const m_flEndFadeDot: usize = 0x2650; // float32 - pub const m_flRadiusTaper: usize = 0x2654; // float32 - pub const m_nMinTesselation: usize = 0x2658; // int32 - pub const m_nMaxTesselation: usize = 0x265C; // int32 - pub const m_flTessScale: usize = 0x2660; // float32 - pub const m_flTextureVWorldSize: usize = 0x2668; // CParticleCollectionRendererFloatInput - pub const m_flTextureVScrollRate: usize = 0x27B8; // CParticleCollectionRendererFloatInput - pub const m_flTextureVOffset: usize = 0x2908; // CParticleCollectionRendererFloatInput - pub const m_nTextureVParamsCP: usize = 0x2A58; // int32 - pub const m_bClampV: usize = 0x2A5C; // bool - pub const m_nScaleCP1: usize = 0x2A60; // int32 - pub const m_nScaleCP2: usize = 0x2A64; // int32 - pub const m_flScaleVSizeByControlPointDistance: usize = 0x2A68; // float32 - pub const m_flScaleVScrollByControlPointDistance: usize = 0x2A6C; // float32 - pub const m_flScaleVOffsetByControlPointDistance: usize = 0x2A70; // float32 - pub const m_bUseScalarForTextureCoordinate: usize = 0x2A75; // bool - pub const m_nScalarFieldForTextureCoordinate: usize = 0x2A78; // ParticleAttributeIndex_t - pub const m_flScalarAttributeTextureCoordScale: usize = 0x2A7C; // float32 - pub const m_bReverseOrder: usize = 0x2A80; // bool - pub const m_bClosedLoop: usize = 0x2A81; // bool - pub const m_nOrientationType: usize = 0x2A84; // ParticleOrientationChoiceList_t - pub const m_nVectorFieldForOrientation: usize = 0x2A88; // ParticleAttributeIndex_t - pub const m_bDrawAsOpaque: usize = 0x2A8C; // bool - pub const m_bGenerateNormals: usize = 0x2A8D; // bool - } - // Parent: CParticleFunctionRenderer - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_RenderAsModels { - pub const m_ModelList: usize = 0x1F8; // CUtlVector - pub const m_flModelScale: usize = 0x214; // float32 - pub const m_bFitToModelSize: usize = 0x218; // bool - pub const m_bNonUniformScaling: usize = 0x219; // bool - pub const m_nXAxisScalingAttribute: usize = 0x21C; // ParticleAttributeIndex_t - pub const m_nYAxisScalingAttribute: usize = 0x220; // ParticleAttributeIndex_t - pub const m_nZAxisScalingAttribute: usize = 0x224; // ParticleAttributeIndex_t - pub const m_nSizeCullBloat: usize = 0x228; // int32 - } - // Parent: CParticleFunctionRenderer - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_RenderBlobs { - pub const m_cubeWidth: usize = 0x1F8; // CParticleCollectionRendererFloatInput - pub const m_cutoffRadius: usize = 0x348; // CParticleCollectionRendererFloatInput - pub const m_renderRadius: usize = 0x498; // CParticleCollectionRendererFloatInput - pub const m_nScaleCP: usize = 0x5E8; // int32 - pub const m_MaterialVars: usize = 0x5F0; // CUtlVector - pub const m_hMaterial: usize = 0x620; // CStrongHandle - } - // Parent: CParticleFunctionRenderer - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_RenderGpuImplicit { - pub const m_bUsePerParticleRadius: usize = 0x1F6; // bool - pub const m_fGridSize: usize = 0x1F8; // CParticleCollectionRendererFloatInput - pub const m_fRadiusScale: usize = 0x348; // CParticleCollectionRendererFloatInput - pub const m_fIsosurfaceThreshold: usize = 0x498; // CParticleCollectionRendererFloatInput - pub const m_nScaleCP: usize = 0x5E8; // int32 - pub const m_hMaterial: usize = 0x5F0; // CStrongHandle - } - // Parent: CParticleFunctionRenderer - // Fields count: 54 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_RenderModels { - pub const m_bOnlyRenderInEffectsBloomPass: usize = 0x1F6; // bool - pub const m_bOnlyRenderInEffectsWaterPass: usize = 0x1F7; // bool - pub const m_bUseMixedResolutionRendering: usize = 0x1F8; // bool - pub const m_bOnlyRenderInEffecsGameOverlay: usize = 0x1F9; // bool - pub const m_ModelList: usize = 0x200; // CUtlVector - pub const m_nBodyGroupField: usize = 0x21C; // ParticleAttributeIndex_t - pub const m_nSubModelField: usize = 0x220; // ParticleAttributeIndex_t - pub const m_bIgnoreNormal: usize = 0x224; // bool - pub const m_bOrientZ: usize = 0x225; // bool - pub const m_bCenterOffset: usize = 0x226; // bool - pub const m_vecLocalOffset: usize = 0x228; // CPerParticleVecInput - pub const m_vecLocalRotation: usize = 0x858; // CPerParticleVecInput - pub const m_bIgnoreRadius: usize = 0xE88; // bool - pub const m_nModelScaleCP: usize = 0xE8C; // int32 - pub const m_vecComponentScale: usize = 0xE90; // CPerParticleVecInput - pub const m_bLocalScale: usize = 0x14C0; // bool - pub const m_nSizeCullBloat: usize = 0x14C4; // int32 - pub const m_bAnimated: usize = 0x14C8; // bool - pub const m_flAnimationRate: usize = 0x14D0; // CPerParticleFloatInput - pub const m_bScaleAnimationRate: usize = 0x1620; // bool - pub const m_bForceLoopingAnimation: usize = 0x1621; // bool - pub const m_bResetAnimOnStop: usize = 0x1622; // bool - pub const m_bManualAnimFrame: usize = 0x1623; // bool - pub const m_nAnimationScaleField: usize = 0x1624; // ParticleAttributeIndex_t - pub const m_nAnimationField: usize = 0x1628; // ParticleAttributeIndex_t - pub const m_nManualFrameField: usize = 0x162C; // ParticleAttributeIndex_t - pub const m_ActivityName: usize = 0x1630; // char[256] - pub const m_SequenceName: usize = 0x1730; // char[256] - pub const m_bEnableClothSimulation: usize = 0x1830; // bool - pub const m_hOverrideMaterial: usize = 0x1838; // CStrongHandle - pub const m_bOverrideTranslucentMaterials: usize = 0x1840; // bool - pub const m_nSkin: usize = 0x1848; // CPerParticleFloatInput - pub const m_MaterialVars: usize = 0x1998; // CUtlVector - pub const m_flManualModelSelection: usize = 0x19B0; // CPerParticleFloatInput - pub const m_modelInput: usize = 0x1B00; // CParticleModelInput - pub const m_nLOD: usize = 0x1B58; // int32 - pub const m_EconSlotName: usize = 0x1B5C; // char[256] - pub const m_bOriginalModel: usize = 0x1C5C; // bool - pub const m_bSuppressTint: usize = 0x1C5D; // bool - pub const m_bUseRawMeshGroup: usize = 0x1C5E; // bool - pub const m_bDisableShadows: usize = 0x1C5F; // bool - pub const m_bDisableDepthPrepass: usize = 0x1C60; // bool - pub const m_bAcceptsDecals: usize = 0x1C61; // bool - pub const m_bForceDrawInterlevedWithSiblings: usize = 0x1C62; // bool - pub const m_bDoNotDrawInParticlePass: usize = 0x1C63; // bool - pub const m_bUseFastModelCollectionRenderPath: usize = 0x1C64; // bool - pub const m_bAllowApproximateTransforms: usize = 0x1C65; // bool - pub const m_szRenderAttribute: usize = 0x1C66; // char[4096] - pub const m_flRadiusScale: usize = 0x2C68; // CParticleCollectionFloatInput - pub const m_flAlphaScale: usize = 0x2DB8; // CParticleCollectionFloatInput - pub const m_flRollScale: usize = 0x2F08; // CParticleCollectionFloatInput - pub const m_nAlpha2Field: usize = 0x3058; // ParticleAttributeIndex_t - pub const m_vecColorScale: usize = 0x3060; // CParticleCollectionVecInput - pub const m_nColorBlendType: usize = 0x3690; // ParticleColorBlendType_t - } - // Parent: CParticleFunctionRenderer - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_RenderSimpleModelCollection { - pub const m_bCenterOffset: usize = 0x1F6; // bool - pub const m_modelInput: usize = 0x1F8; // CParticleModelInput - pub const m_nLOD: usize = 0x250; // int32 - pub const m_bDisableShadows: usize = 0x254; // bool - pub const m_bAcceptsDecals: usize = 0x255; // bool - } - // Parent: CParticleFunctionRenderer - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_RenderMaterialProxy { - pub const m_nMaterialControlPoint: usize = 0x1F8; // int32 - pub const m_nProxyType: usize = 0x1FC; // MaterialProxyType_t - pub const m_MaterialVars: usize = 0x200; // CUtlVector - pub const m_hOverrideMaterial: usize = 0x218; // CStrongHandle - pub const m_flMaterialOverrideEnabled: usize = 0x220; // CParticleCollectionFloatInput - pub const m_vecColorScale: usize = 0x370; // CParticleCollectionVecInput - pub const m_flAlpha: usize = 0x9A0; // CPerParticleFloatInput - pub const m_nColorBlendType: usize = 0xAF0; // ParticleColorBlendType_t - } - // Parent: CParticleFunctionRenderer - // Fields count: 12 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_RenderProjected { - pub const m_bProjectCharacter: usize = 0x1F6; // bool - pub const m_bProjectWorld: usize = 0x1F7; // bool - pub const m_bProjectWater: usize = 0x1F8; // bool - pub const m_bFlipHorizontal: usize = 0x1F9; // bool - pub const m_bEnableProjectedDepthControls: usize = 0x1FA; // bool - pub const m_flMinProjectionDepth: usize = 0x1FC; // float32 - pub const m_flMaxProjectionDepth: usize = 0x200; // float32 - pub const m_vecProjectedMaterials: usize = 0x208; // CUtlVector - pub const m_flMaterialSelection: usize = 0x220; // CPerParticleFloatInput - pub const m_flAnimationTimeScale: usize = 0x370; // float32 - pub const m_bOrientToNormal: usize = 0x374; // bool - pub const m_MaterialVars: usize = 0x378; // CUtlVector - } - // Parent: CParticleFunctionRenderer - // Fields count: 16 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_RenderDeferredLight { - pub const m_bUseAlphaTestWindow: usize = 0x1F6; // bool - pub const m_bUseTexture: usize = 0x1F7; // bool - pub const m_flRadiusScale: usize = 0x1F8; // float32 - pub const m_flAlphaScale: usize = 0x1FC; // float32 - pub const m_nAlpha2Field: usize = 0x200; // ParticleAttributeIndex_t - pub const m_vecColorScale: usize = 0x208; // CParticleCollectionVecInput - pub const m_nColorBlendType: usize = 0x838; // ParticleColorBlendType_t - pub const m_flLightDistance: usize = 0x83C; // float32 - pub const m_flStartFalloff: usize = 0x840; // float32 - pub const m_flDistanceFalloff: usize = 0x844; // float32 - pub const m_flSpotFoV: usize = 0x848; // float32 - pub const m_nAlphaTestPointField: usize = 0x84C; // ParticleAttributeIndex_t - pub const m_nAlphaTestRangeField: usize = 0x850; // ParticleAttributeIndex_t - pub const m_nAlphaTestSharpnessField: usize = 0x854; // ParticleAttributeIndex_t - pub const m_hTexture: usize = 0x858; // CStrongHandle - pub const m_nHSVShiftControlPoint: usize = 0x860; // int32 - } - // Parent: CParticleFunctionRenderer - // Fields count: 29 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_RenderStandardLight { - pub const m_nLightType: usize = 0x1F8; // ParticleLightTypeChoiceList_t - pub const m_vecColorScale: usize = 0x200; // CParticleCollectionVecInput - pub const m_nColorBlendType: usize = 0x830; // ParticleColorBlendType_t - pub const m_flIntensity: usize = 0x838; // CParticleCollectionFloatInput - pub const m_bCastShadows: usize = 0x988; // bool - pub const m_flTheta: usize = 0x990; // CParticleCollectionFloatInput - pub const m_flPhi: usize = 0xAE0; // CParticleCollectionFloatInput - pub const m_flRadiusMultiplier: usize = 0xC30; // CParticleCollectionFloatInput - pub const m_nAttenuationStyle: usize = 0xD80; // StandardLightingAttenuationStyle_t - pub const m_flFalloffLinearity: usize = 0xD88; // CParticleCollectionFloatInput - pub const m_flFiftyPercentFalloff: usize = 0xED8; // CParticleCollectionFloatInput - pub const m_flZeroPercentFalloff: usize = 0x1028; // CParticleCollectionFloatInput - pub const m_bRenderDiffuse: usize = 0x1178; // bool - pub const m_bRenderSpecular: usize = 0x1179; // bool - pub const m_lightCookie: usize = 0x1180; // CUtlString - pub const m_nPriority: usize = 0x1188; // int32 - pub const m_nFogLightingMode: usize = 0x118C; // ParticleLightFogLightingMode_t - pub const m_flFogContribution: usize = 0x1190; // CParticleCollectionRendererFloatInput - pub const m_nCapsuleLightBehavior: usize = 0x12E0; // ParticleLightBehaviorChoiceList_t - pub const m_flCapsuleLength: usize = 0x12E4; // float32 - pub const m_bReverseOrder: usize = 0x12E8; // bool - pub const m_bClosedLoop: usize = 0x12E9; // bool - pub const m_nPrevPntSource: usize = 0x12EC; // ParticleAttributeIndex_t - pub const m_flMaxLength: usize = 0x12F0; // float32 - pub const m_flMinLength: usize = 0x12F4; // float32 - pub const m_bIgnoreDT: usize = 0x12F8; // bool - pub const m_flConstrainRadiusToLengthRatio: usize = 0x12FC; // float32 - pub const m_flLengthScale: usize = 0x1300; // float32 - pub const m_flLengthFadeInTime: usize = 0x1304; // float32 - } - // Parent: CParticleFunctionRenderer - // Fields count: 14 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_RenderOmni2Light { - pub const m_nLightType: usize = 0x1F8; // ParticleOmni2LightTypeChoiceList_t - pub const m_vColorBlend: usize = 0x200; // CParticleCollectionVecInput - pub const m_nColorBlendType: usize = 0x830; // ParticleColorBlendType_t - pub const m_nBrightnessUnit: usize = 0x834; // ParticleLightUnitChoiceList_t - pub const m_flBrightnessLumens: usize = 0x838; // CPerParticleFloatInput - pub const m_flBrightnessCandelas: usize = 0x988; // CPerParticleFloatInput - pub const m_bCastShadows: usize = 0xAD8; // bool - pub const m_flLuminaireRadius: usize = 0xAE0; // CPerParticleFloatInput - pub const m_flSkirt: usize = 0xC30; // CPerParticleFloatInput - pub const m_flRange: usize = 0xD80; // CPerParticleFloatInput - pub const m_flInnerConeAngle: usize = 0xED0; // CPerParticleFloatInput - pub const m_flOuterConeAngle: usize = 0x1020; // CPerParticleFloatInput - pub const m_hLightCookie: usize = 0x1170; // CStrongHandle - pub const m_bSphericalCookie: usize = 0x1178; // bool - } - // Parent: CParticleFunctionRenderer - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_RenderLightBeam { - pub const m_vColorBlend: usize = 0x1F8; // CParticleCollectionVecInput - pub const m_nColorBlendType: usize = 0x828; // ParticleColorBlendType_t - pub const m_flBrightnessLumensPerMeter: usize = 0x830; // CParticleCollectionFloatInput - pub const m_bCastShadows: usize = 0x980; // bool - pub const m_flSkirt: usize = 0x988; // CParticleCollectionFloatInput - pub const m_flRange: usize = 0xAD8; // CParticleCollectionFloatInput - pub const m_flThickness: usize = 0xC28; // CParticleCollectionFloatInput - } - // Parent: CParticleFunctionRenderer - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_Callback { - } - // Parent: CParticleFunctionRenderer - // Fields count: 9 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_RenderScreenShake { - pub const m_flDurationScale: usize = 0x1F8; // float32 - pub const m_flRadiusScale: usize = 0x1FC; // float32 - pub const m_flFrequencyScale: usize = 0x200; // float32 - pub const m_flAmplitudeScale: usize = 0x204; // float32 - pub const m_nRadiusField: usize = 0x208; // ParticleAttributeIndex_t - pub const m_nDurationField: usize = 0x20C; // ParticleAttributeIndex_t - pub const m_nFrequencyField: usize = 0x210; // ParticleAttributeIndex_t - pub const m_nAmplitudeField: usize = 0x214; // ParticleAttributeIndex_t - pub const m_nFilterCP: usize = 0x218; // int32 - } - // Parent: CParticleFunctionRenderer - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_RenderTonemapController { - pub const m_flTonemapLevel: usize = 0x1F8; // float32 - pub const m_flTonemapWeight: usize = 0x1FC; // float32 - pub const m_nTonemapLevelField: usize = 0x200; // ParticleAttributeIndex_t - pub const m_nTonemapWeightField: usize = 0x204; // ParticleAttributeIndex_t - } - // Parent: CParticleFunctionRenderer - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_RenderPostProcessing { - pub const m_flPostProcessStrength: usize = 0x1F8; // CPerParticleFloatInput - pub const m_hPostTexture: usize = 0x348; // CStrongHandle - pub const m_nPriority: usize = 0x350; // ParticlePostProcessPriorityGroup_t - } - // Parent: CParticleFunctionRenderer - // Fields count: 12 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_RenderSound { - pub const m_flDurationScale: usize = 0x1F8; // float32 - pub const m_flSndLvlScale: usize = 0x1FC; // float32 - pub const m_flPitchScale: usize = 0x200; // float32 - pub const m_flVolumeScale: usize = 0x204; // float32 - pub const m_nSndLvlField: usize = 0x208; // ParticleAttributeIndex_t - pub const m_nDurationField: usize = 0x20C; // ParticleAttributeIndex_t - pub const m_nPitchField: usize = 0x210; // ParticleAttributeIndex_t - pub const m_nVolumeField: usize = 0x214; // ParticleAttributeIndex_t - pub const m_nChannel: usize = 0x218; // int32 - pub const m_nCPReference: usize = 0x21C; // int32 - pub const m_pszSoundName: usize = 0x220; // char[256] - pub const m_bSuppressStopSoundEvent: usize = 0x320; // bool - } - // Parent: CParticleFunctionRenderer - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_RenderStatusEffect { - pub const m_pTextureColorWarp: usize = 0x1F8; // CStrongHandle - pub const m_pTextureDetail2: usize = 0x200; // CStrongHandle - pub const m_pTextureDiffuseWarp: usize = 0x208; // CStrongHandle - pub const m_pTextureFresnelColorWarp: usize = 0x210; // CStrongHandle - pub const m_pTextureFresnelWarp: usize = 0x218; // CStrongHandle - pub const m_pTextureSpecularWarp: usize = 0x220; // CStrongHandle - pub const m_pTextureEnvMap: usize = 0x228; // CStrongHandle - } - // Parent: CParticleFunctionRenderer - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_RenderStatusEffectCitadel { - pub const m_pTextureColorWarp: usize = 0x1F8; // CStrongHandle - pub const m_pTextureNormal: usize = 0x200; // CStrongHandle - pub const m_pTextureMetalness: usize = 0x208; // CStrongHandle - pub const m_pTextureRoughness: usize = 0x210; // CStrongHandle - pub const m_pTextureSelfIllum: usize = 0x218; // CStrongHandle - pub const m_pTextureDetail: usize = 0x220; // CStrongHandle - } - // Parent: CParticleFunctionRenderer - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_RenderFlattenGrass { - pub const m_flFlattenStrength: usize = 0x1F8; // float32 - pub const m_nStrengthFieldOverride: usize = 0x1FC; // ParticleAttributeIndex_t - pub const m_flRadiusScale: usize = 0x200; // float32 - } - // Parent: CParticleFunctionRenderer - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_RenderTreeShake { - pub const m_flPeakStrength: usize = 0x1F8; // float32 - pub const m_nPeakStrengthFieldOverride: usize = 0x1FC; // ParticleAttributeIndex_t - pub const m_flRadius: usize = 0x200; // float32 - pub const m_nRadiusFieldOverride: usize = 0x204; // ParticleAttributeIndex_t - pub const m_flShakeDuration: usize = 0x208; // float32 - pub const m_flTransitionTime: usize = 0x20C; // float32 - pub const m_flTwistAmount: usize = 0x210; // float32 - pub const m_flRadialAmount: usize = 0x214; // float32 - pub const m_flControlPointOrientationAmount: usize = 0x218; // float32 - pub const m_nControlPointForLinearDirection: usize = 0x21C; // int32 - } - // Parent: CParticleFunctionRenderer - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_RenderText { - pub const m_OutlineColor: usize = 0x1F6; // Color - pub const m_DefaultText: usize = 0x200; // CUtlString - } - // Parent: CParticleFunctionRenderer - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_RenderVRHapticEvent { - pub const m_nHand: usize = 0x1F8; // ParticleVRHandChoiceList_t - pub const m_nOutputHandCP: usize = 0x1FC; // int32 - pub const m_nOutputField: usize = 0x200; // int32 - pub const m_flAmplitude: usize = 0x208; // CPerParticleFloatInput - } - // Parent: CParticleFunctionOperator - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_RemapSDFDistanceToScalarAttribute { - pub const m_nFieldOutput: usize = 0x1B0; // ParticleAttributeIndex_t - pub const m_nVectorFieldInput: usize = 0x1B4; // ParticleAttributeIndex_t - pub const m_flMinDistance: usize = 0x1B8; // CParticleCollectionFloatInput - pub const m_flMaxDistance: usize = 0x308; // CParticleCollectionFloatInput - pub const m_flValueBelowMin: usize = 0x458; // CParticleCollectionFloatInput - pub const m_flValueAtMin: usize = 0x5A8; // CParticleCollectionFloatInput - pub const m_flValueAtMax: usize = 0x6F8; // CParticleCollectionFloatInput - pub const m_flValueAboveMax: usize = 0x848; // CParticleCollectionFloatInput - } - // Parent: CParticleFunctionOperator - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_RemapSDFDistanceToVectorAttribute { - pub const m_nVectorFieldOutput: usize = 0x1B0; // ParticleAttributeIndex_t - pub const m_nVectorFieldInput: usize = 0x1B4; // ParticleAttributeIndex_t - pub const m_flMinDistance: usize = 0x1B8; // CParticleCollectionFloatInput - pub const m_flMaxDistance: usize = 0x308; // CParticleCollectionFloatInput - pub const m_vValueBelowMin: usize = 0x458; // Vector - pub const m_vValueAtMin: usize = 0x464; // Vector - pub const m_vValueAtMax: usize = 0x470; // Vector - pub const m_vValueAboveMax: usize = 0x47C; // Vector - } - // Parent: CParticleFunctionForce - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_SDFForce { - pub const m_flForceScale: usize = 0x1BC; // float32 - } - // Parent: CParticleFunctionOperator - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_RemapSDFGradientToVectorAttribute { - pub const m_nFieldOutput: usize = 0x1B0; // ParticleAttributeIndex_t - } - // Parent: CParticleFunctionOperator - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_SDFLighting { - pub const m_vLightingDir: usize = 0x1B0; // Vector - pub const m_vTint_0: usize = 0x1BC; // Vector - pub const m_vTint_1: usize = 0x1C8; // Vector - } - // Parent: CParticleFunctionConstraint - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_SDFConstraint { - pub const m_flMinDist: usize = 0x1B0; // CParticleCollectionFloatInput - pub const m_flMaxDist: usize = 0x300; // CParticleCollectionFloatInput - pub const m_nMaxIterations: usize = 0x450; // int32 - } - // Parent: CParticleFunctionOperator - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod C_OP_ParticlePhysics { - pub const m_Gravity: usize = 0x1B0; // CParticleCollectionVecInput - pub const m_fDrag: usize = 0x7E0; // CParticleCollectionFloatInput - pub const m_nMaxConstraintPasses: usize = 0x930; // int32 - } - } - } -} diff --git a/output/linux/libpulse_system.so.cs b/output/linux/libpulse_system.so.cs deleted file mode 100644 index dab7f29..0000000 --- a/output/linux/libpulse_system.so.cs +++ /dev/null @@ -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 - public const nint m_Registers = 0x10; // CUtlLeanVector - public const nint m_InstructionEditorIDs = 0x20; // CUtlLeanVector - } - // 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 - public const nint m_Cells = 0x30; // CUtlVector - public const nint m_Vars = 0x48; // CUtlVector - public const nint m_PublicOutputs = 0x60; // CUtlVector - public const nint m_InvokeBindings = 0x78; // CUtlVector - public const nint m_CallInfos = 0x90; // CUtlVector - public const nint m_Constants = 0xA8; // CUtlVector - public const nint m_OutputConnections = 0xC0; // CUtlVector - } - // 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 - 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 - 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 { - } - } -} diff --git a/output/linux/libpulse_system.so.hpp b/output/linux/libpulse_system.so.hpp deleted file mode 100644 index 24fbda9..0000000 --- a/output/linux/libpulse_system.so.hpp +++ /dev/null @@ -1,521 +0,0 @@ -// Generated using https://github.com/a2x/cs2-dumper -// 2024-03-29 21:16:02.890657436 UTC - -#pragma once - -#include - -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 - constexpr std::ptrdiff_t m_Registers = 0x10; // CUtlLeanVector - constexpr std::ptrdiff_t m_InstructionEditorIDs = 0x20; // CUtlLeanVector - } - // 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 - constexpr std::ptrdiff_t m_Cells = 0x30; // CUtlVector - constexpr std::ptrdiff_t m_Vars = 0x48; // CUtlVector - constexpr std::ptrdiff_t m_PublicOutputs = 0x60; // CUtlVector - constexpr std::ptrdiff_t m_InvokeBindings = 0x78; // CUtlVector - constexpr std::ptrdiff_t m_CallInfos = 0x90; // CUtlVector - constexpr std::ptrdiff_t m_Constants = 0xA8; // CUtlVector - constexpr std::ptrdiff_t m_OutputConnections = 0xC0; // CUtlVector - } - // 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 - 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 - 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 { - } - } - } -} diff --git a/output/linux/libpulse_system.so.json b/output/linux/libpulse_system.so.json deleted file mode 100644 index 1ba8e65..0000000 --- a/output/linux/libpulse_system.so.json +++ /dev/null @@ -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": {} - } -} \ No newline at end of file diff --git a/output/linux/libpulse_system.so.rs b/output/linux/libpulse_system.so.rs deleted file mode 100644 index 04dd6fe..0000000 --- a/output/linux/libpulse_system.so.rs +++ /dev/null @@ -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 - pub const m_Registers: usize = 0x10; // CUtlLeanVector - pub const m_InstructionEditorIDs: usize = 0x20; // CUtlLeanVector - } - // 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 - pub const m_Cells: usize = 0x30; // CUtlVector - pub const m_Vars: usize = 0x48; // CUtlVector - pub const m_PublicOutputs: usize = 0x60; // CUtlVector - pub const m_InvokeBindings: usize = 0x78; // CUtlVector - pub const m_CallInfos: usize = 0x90; // CUtlVector - pub const m_Constants: usize = 0xA8; // CUtlVector - pub const m_OutputConnections: usize = 0xC0; // CUtlVector - } - // 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 - 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 - 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 { - } - } - } -} diff --git a/output/linux/librendersystemvulkan.so.cs b/output/linux/librendersystemvulkan.so.cs deleted file mode 100644 index 7ec4580..0000000 --- a/output/linux/librendersystemvulkan.so.cs +++ /dev/null @@ -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 { - } -} diff --git a/output/linux/librendersystemvulkan.so.hpp b/output/linux/librendersystemvulkan.so.hpp deleted file mode 100644 index f06f7b0..0000000 --- a/output/linux/librendersystemvulkan.so.hpp +++ /dev/null @@ -1,16 +0,0 @@ -// Generated using https://github.com/a2x/cs2-dumper -// 2024-03-29 21:16:02.890657436 UTC - -#pragma once - -#include - -namespace cs2_dumper { - namespace schemas { - // Module: librendersystemvulkan.so - // Classes count: 0 - // Enums count: 0 - namespace librendersystemvulkan { - } - } -} diff --git a/output/linux/librendersystemvulkan.so.json b/output/linux/librendersystemvulkan.so.json deleted file mode 100644 index 4b35e67..0000000 --- a/output/linux/librendersystemvulkan.so.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "librendersystemvulkan.so": { - "classes": {}, - "enums": {} - } -} \ No newline at end of file diff --git a/output/linux/librendersystemvulkan.so.rs b/output/linux/librendersystemvulkan.so.rs deleted file mode 100644 index aa73885..0000000 --- a/output/linux/librendersystemvulkan.so.rs +++ /dev/null @@ -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 { - } - } -} diff --git a/output/linux/libresourcesystem.so.cs b/output/linux/libresourcesystem.so.cs deleted file mode 100644 index 404da47..0000000 --- a/output/linux/libresourcesystem.so.cs +++ /dev/null @@ -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 - public const nint m_variablesRead = 0x18; // CUtlVector - public const nint m_variablesWritten = 0x30; // CUtlVector - 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 - public const nint m_variables = 0x18; // CUtlVector - public const nint m_functions = 0x30; // CUtlVector - public const nint m_constantMap = 0x48; // CUtlHashtable - public const nint m_variableMap = 0x68; // CUtlHashtable - public const nint m_functionMap = 0x88; // CUtlHashtable - } - // 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 - } - // 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 { - } - } -} diff --git a/output/linux/libresourcesystem.so.hpp b/output/linux/libresourcesystem.so.hpp deleted file mode 100644 index 454d70b..0000000 --- a/output/linux/libresourcesystem.so.hpp +++ /dev/null @@ -1,421 +0,0 @@ -// Generated using https://github.com/a2x/cs2-dumper -// 2024-03-29 21:16:02.890657436 UTC - -#pragma once - -#include - -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 - constexpr std::ptrdiff_t m_variablesRead = 0x18; // CUtlVector - constexpr std::ptrdiff_t m_variablesWritten = 0x30; // CUtlVector - 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 - constexpr std::ptrdiff_t m_variables = 0x18; // CUtlVector - constexpr std::ptrdiff_t m_functions = 0x30; // CUtlVector - constexpr std::ptrdiff_t m_constantMap = 0x48; // CUtlHashtable - constexpr std::ptrdiff_t m_variableMap = 0x68; // CUtlHashtable - constexpr std::ptrdiff_t m_functionMap = 0x88; // CUtlHashtable - } - // 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 - } - // 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 { - } - } - } -} diff --git a/output/linux/libresourcesystem.so.json b/output/linux/libresourcesystem.so.json deleted file mode 100644 index cd3afd0..0000000 --- a/output/linux/libresourcesystem.so.json +++ /dev/null @@ -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": {} - } -} \ No newline at end of file diff --git a/output/linux/libresourcesystem.so.rs b/output/linux/libresourcesystem.so.rs deleted file mode 100644 index fd3b046..0000000 --- a/output/linux/libresourcesystem.so.rs +++ /dev/null @@ -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 - pub const m_variablesRead: usize = 0x18; // CUtlVector - pub const m_variablesWritten: usize = 0x30; // CUtlVector - pub const m_nMaxTempVarsUsed: usize = 0x48; // int32 - } - // Parent: None - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CFuseSymbolTable { - pub const m_constants: usize = 0x0; // CUtlVector - pub const m_variables: usize = 0x18; // CUtlVector - pub const m_functions: usize = 0x30; // CUtlVector - pub const m_constantMap: usize = 0x48; // CUtlHashtable - pub const m_variableMap: usize = 0x68; // CUtlHashtable - pub const m_functionMap: usize = 0x88; // CUtlHashtable - } - // 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 - } - // 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 { - } - } - } -} diff --git a/output/linux/libscenefilecache.so.cs b/output/linux/libscenefilecache.so.cs deleted file mode 100644 index e4f1397..0000000 --- a/output/linux/libscenefilecache.so.cs +++ /dev/null @@ -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 { - } -} diff --git a/output/linux/libscenefilecache.so.hpp b/output/linux/libscenefilecache.so.hpp deleted file mode 100644 index 6b607c9..0000000 --- a/output/linux/libscenefilecache.so.hpp +++ /dev/null @@ -1,16 +0,0 @@ -// Generated using https://github.com/a2x/cs2-dumper -// 2024-03-29 21:16:02.890657436 UTC - -#pragma once - -#include - -namespace cs2_dumper { - namespace schemas { - // Module: libscenefilecache.so - // Classes count: 0 - // Enums count: 0 - namespace libscenefilecache { - } - } -} diff --git a/output/linux/libscenefilecache.so.json b/output/linux/libscenefilecache.so.json deleted file mode 100644 index dae9bd2..0000000 --- a/output/linux/libscenefilecache.so.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "libscenefilecache.so": { - "classes": {}, - "enums": {} - } -} \ No newline at end of file diff --git a/output/linux/libscenefilecache.so.rs b/output/linux/libscenefilecache.so.rs deleted file mode 100644 index 1674b12..0000000 --- a/output/linux/libscenefilecache.so.rs +++ /dev/null @@ -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 { - } - } -} diff --git a/output/linux/libscenesystem.so.cs b/output/linux/libscenesystem.so.cs deleted file mode 100644 index e41213b..0000000 --- a/output/linux/libscenesystem.so.cs +++ /dev/null @@ -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 - } - // 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 - } - // 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 { - } - } -} diff --git a/output/linux/libscenesystem.so.hpp b/output/linux/libscenesystem.so.hpp deleted file mode 100644 index 0313611..0000000 --- a/output/linux/libscenesystem.so.hpp +++ /dev/null @@ -1,105 +0,0 @@ -// Generated using https://github.com/a2x/cs2-dumper -// 2024-03-29 21:16:02.890657436 UTC - -#pragma once - -#include - -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 - } - // 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 - } - // Parent: CSSDSMsg_LayerBase - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CSSDSMsg_PreLayer { - } - // Parent: CSSDSMsg_LayerBase - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CSSDSMsg_PostLayer { - } - } - } -} diff --git a/output/linux/libscenesystem.so.json b/output/linux/libscenesystem.so.json deleted file mode 100644 index 83d6a2f..0000000 --- a/output/linux/libscenesystem.so.json +++ /dev/null @@ -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": {} - } -} \ No newline at end of file diff --git a/output/linux/libscenesystem.so.rs b/output/linux/libscenesystem.so.rs deleted file mode 100644 index e845a1e..0000000 --- a/output/linux/libscenesystem.so.rs +++ /dev/null @@ -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 - } - // 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 - } - // Parent: CSSDSMsg_LayerBase - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CSSDSMsg_PreLayer { - } - // Parent: CSSDSMsg_LayerBase - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CSSDSMsg_PostLayer { - } - } - } -} diff --git a/output/linux/libschemasystem.so.cs b/output/linux/libschemasystem.so.cs deleted file mode 100644 index 9f34641..0000000 --- a/output/linux/libschemasystem.so.cs +++ /dev/null @@ -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 - } - } -} diff --git a/output/linux/libschemasystem.so.hpp b/output/linux/libschemasystem.so.hpp deleted file mode 100644 index 8a80bcf..0000000 --- a/output/linux/libschemasystem.so.hpp +++ /dev/null @@ -1,56 +0,0 @@ -// Generated using https://github.com/a2x/cs2-dumper -// 2024-03-29 21:16:02.890657436 UTC - -#pragma once - -#include - -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 - } - } - } -} diff --git a/output/linux/libschemasystem.so.json b/output/linux/libschemasystem.so.json deleted file mode 100644 index d208bb5..0000000 --- a/output/linux/libschemasystem.so.json +++ /dev/null @@ -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": {} - } -} \ No newline at end of file diff --git a/output/linux/libschemasystem.so.rs b/output/linux/libschemasystem.so.rs deleted file mode 100644 index 1b4b379..0000000 --- a/output/linux/libschemasystem.so.rs +++ /dev/null @@ -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 - } - } - } -} diff --git a/output/linux/libserver.so.cs b/output/linux/libserver.so.cs deleted file mode 100644 index 89f00eb..0000000 --- a/output/linux/libserver.so.cs +++ /dev/null @@ -1,6192 +0,0 @@ -// Generated using https://github.com/a2x/cs2-dumper -// 2024-03-29 21:16:02.890657436 UTC - -namespace CS2Dumper.Schemas { - // Module: libserver.so - // Classes count: 231 - // Enums count: 0 - public static class Libserver { - // Parent: None - // Fields count: 1 - // - // Metadata: - // MPropertyCustomEditor - public static class CRangeFloat { - public const nint m_pValue = 0x0; // float32[2] - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MPropertyCustomEditor - public static class CRangeInt { - public const nint m_pValue = 0x0; // int32[2] - } - // 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 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_sceneNode (CGameSceneNode) - public static class CBodyComponentPoint { - public const nint m_sceneNode = 0x60; // CGameSceneNode - public const nint __m_pChainEntity = 0x1C0; // CNetworkVarChainer - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_skeletonInstance (CSkeletonInstance) - public static class CBodyComponentSkeletonInstance { - public const nint m_skeletonInstance = 0x60; // CSkeletonInstance - public const nint __m_pChainEntity = 0x450; // CNetworkVarChainer - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_bvDisabledHitGroups (uint32) - public static class CHitboxComponent { - public const nint m_bvDisabledHitGroups = 0x24; // uint32[1] - } - // Parent: None - // Fields count: 67 - // - // Metadata: - // NetworkVarNames: m_Color (Color) - // NetworkVarNames: m_SecondaryColor (Color) - // NetworkVarNames: m_flBrightness (float) - // NetworkVarNames: m_flBrightnessScale (float) - // NetworkVarNames: m_flBrightnessMult (float) - // NetworkVarNames: m_flRange (float) - // NetworkVarNames: m_flFalloff (float) - // NetworkVarNames: m_flAttenuation0 (float) - // NetworkVarNames: m_flAttenuation1 (float) - // NetworkVarNames: m_flAttenuation2 (float) - // NetworkVarNames: m_flTheta (float) - // NetworkVarNames: m_flPhi (float) - // NetworkVarNames: m_hLightCookie (HRenderTextureStrong) - // NetworkVarNames: m_nCascades (int) - // NetworkVarNames: m_nCastShadows (int) - // NetworkVarNames: m_nShadowWidth (int) - // NetworkVarNames: m_nShadowHeight (int) - // NetworkVarNames: m_bRenderDiffuse (bool) - // NetworkVarNames: m_nRenderSpecular (int) - // NetworkVarNames: m_bRenderTransmissive (bool) - // NetworkVarNames: m_flOrthoLightWidth (float) - // NetworkVarNames: m_flOrthoLightHeight (float) - // NetworkVarNames: m_nStyle (int) - // NetworkVarNames: m_Pattern (CUtlString) - // NetworkVarNames: m_nCascadeRenderStaticObjects (int) - // NetworkVarNames: m_flShadowCascadeCrossFade (float) - // NetworkVarNames: m_flShadowCascadeDistanceFade (float) - // NetworkVarNames: m_flShadowCascadeDistance0 (float) - // NetworkVarNames: m_flShadowCascadeDistance1 (float) - // NetworkVarNames: m_flShadowCascadeDistance2 (float) - // NetworkVarNames: m_flShadowCascadeDistance3 (float) - // NetworkVarNames: m_nShadowCascadeResolution0 (int) - // NetworkVarNames: m_nShadowCascadeResolution1 (int) - // NetworkVarNames: m_nShadowCascadeResolution2 (int) - // NetworkVarNames: m_nShadowCascadeResolution3 (int) - // NetworkVarNames: m_bUsesBakedShadowing (bool) - // NetworkVarNames: m_nShadowPriority (int) - // NetworkVarNames: m_nBakedShadowIndex (int) - // NetworkVarNames: m_bRenderToCubemaps (bool) - // NetworkVarNames: m_nDirectLight (int) - // NetworkVarNames: m_nIndirectLight (int) - // NetworkVarNames: m_flFadeMinDist (float) - // NetworkVarNames: m_flFadeMaxDist (float) - // NetworkVarNames: m_flShadowFadeMinDist (float) - // NetworkVarNames: m_flShadowFadeMaxDist (float) - // NetworkVarNames: m_bEnabled (bool) - // NetworkVarNames: m_bFlicker (bool) - // NetworkVarNames: m_bPrecomputedFieldsValid (bool) - // NetworkVarNames: m_vPrecomputedBoundsMins (Vector) - // NetworkVarNames: m_vPrecomputedBoundsMaxs (Vector) - // NetworkVarNames: m_vPrecomputedOBBOrigin (Vector) - // NetworkVarNames: m_vPrecomputedOBBAngles (QAngle) - // NetworkVarNames: m_vPrecomputedOBBExtent (Vector) - // NetworkVarNames: m_flPrecomputedMaxRange (float) - // NetworkVarNames: m_nFogLightingMode (int) - // NetworkVarNames: m_flFogContributionStength (float) - // NetworkVarNames: m_flNearClipPlane (float) - // NetworkVarNames: m_SkyColor (Color) - // NetworkVarNames: m_flSkyIntensity (float) - // NetworkVarNames: m_SkyAmbientBounce (Color) - // NetworkVarNames: m_bUseSecondaryColor (bool) - // NetworkVarNames: m_bMixedShadows (bool) - // NetworkVarNames: m_flLightStyleStartTime (GameTime_t) - // NetworkVarNames: m_flCapsuleLength (float) - // NetworkVarNames: m_flMinRoughness (float) - public static class CLightComponent { - public const nint __m_pChainEntity = 0x58; // CNetworkVarChainer - public const nint m_Color = 0x95; // Color - public const nint m_SecondaryColor = 0x99; // Color - public const nint m_flBrightness = 0xA0; // float32 - public const nint m_flBrightnessScale = 0xA4; // float32 - public const nint m_flBrightnessMult = 0xA8; // float32 - public const nint m_flRange = 0xAC; // float32 - public const nint m_flFalloff = 0xB0; // float32 - public const nint m_flAttenuation0 = 0xB4; // float32 - public const nint m_flAttenuation1 = 0xB8; // float32 - public const nint m_flAttenuation2 = 0xBC; // float32 - public const nint m_flTheta = 0xC0; // float32 - public const nint m_flPhi = 0xC4; // float32 - public const nint m_hLightCookie = 0xC8; // CStrongHandle - public const nint m_nCascades = 0xD0; // int32 - public const nint m_nCastShadows = 0xD4; // int32 - public const nint m_nShadowWidth = 0xD8; // int32 - public const nint m_nShadowHeight = 0xDC; // int32 - public const nint m_bRenderDiffuse = 0xE0; // bool - public const nint m_nRenderSpecular = 0xE4; // int32 - public const nint m_bRenderTransmissive = 0xE8; // bool - public const nint m_flOrthoLightWidth = 0xEC; // float32 - public const nint m_flOrthoLightHeight = 0xF0; // float32 - public const nint m_nStyle = 0xF4; // int32 - public const nint m_Pattern = 0xF8; // CUtlString - public const nint m_nCascadeRenderStaticObjects = 0x100; // int32 - public const nint m_flShadowCascadeCrossFade = 0x104; // float32 - public const nint m_flShadowCascadeDistanceFade = 0x108; // float32 - public const nint m_flShadowCascadeDistance0 = 0x10C; // float32 - public const nint m_flShadowCascadeDistance1 = 0x110; // float32 - public const nint m_flShadowCascadeDistance2 = 0x114; // float32 - public const nint m_flShadowCascadeDistance3 = 0x118; // float32 - public const nint m_nShadowCascadeResolution0 = 0x11C; // int32 - public const nint m_nShadowCascadeResolution1 = 0x120; // int32 - public const nint m_nShadowCascadeResolution2 = 0x124; // int32 - public const nint m_nShadowCascadeResolution3 = 0x128; // int32 - public const nint m_bUsesBakedShadowing = 0x12C; // bool - public const nint m_nShadowPriority = 0x130; // int32 - public const nint m_nBakedShadowIndex = 0x134; // int32 - public const nint m_bRenderToCubemaps = 0x138; // bool - public const nint m_nDirectLight = 0x13C; // int32 - public const nint m_nIndirectLight = 0x140; // int32 - public const nint m_flFadeMinDist = 0x144; // float32 - public const nint m_flFadeMaxDist = 0x148; // float32 - public const nint m_flShadowFadeMinDist = 0x14C; // float32 - public const nint m_flShadowFadeMaxDist = 0x150; // float32 - public const nint m_bEnabled = 0x154; // bool - public const nint m_bFlicker = 0x155; // bool - public const nint m_bPrecomputedFieldsValid = 0x156; // bool - public const nint m_vPrecomputedBoundsMins = 0x158; // Vector - public const nint m_vPrecomputedBoundsMaxs = 0x164; // Vector - public const nint m_vPrecomputedOBBOrigin = 0x170; // Vector - public const nint m_vPrecomputedOBBAngles = 0x17C; // QAngle - public const nint m_vPrecomputedOBBExtent = 0x188; // Vector - public const nint m_flPrecomputedMaxRange = 0x194; // float32 - public const nint m_nFogLightingMode = 0x198; // int32 - public const nint m_flFogContributionStength = 0x19C; // float32 - public const nint m_flNearClipPlane = 0x1A0; // float32 - public const nint m_SkyColor = 0x1A4; // Color - public const nint m_flSkyIntensity = 0x1A8; // float32 - public const nint m_SkyAmbientBounce = 0x1AC; // Color - public const nint m_bUseSecondaryColor = 0x1B0; // bool - public const nint m_bMixedShadows = 0x1B1; // bool - public const nint m_flLightStyleStartTime = 0x1B4; // GameTime_t - public const nint m_flCapsuleLength = 0x1B8; // float32 - public const nint m_flMinRoughness = 0x1BC; // float32 - public const nint m_bPvsModifyEntity = 0x1D0; // bool - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MPropertyCustomEditor - public static class CSkillFloat { - public const nint m_pValue = 0x0; // float32[4] - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MPropertyCustomEditor - public static class CSkillInt { - public const nint m_pValue = 0x0; // int32[4] - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CSkillDamage { - public const nint m_flDamage = 0x0; // CSkillFloat - public const nint m_flPhysicsForceDamage = 0x10; // float32 - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MPropertyCustomEditor - public static class CRemapFloat { - public const nint m_pValue = 0x0; // float32[4] - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MPulseProvideFeatureTag - // MPulseLibraryBindings - public static class CBasePlayerControllerAPI { - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // NetworkVarNames: nType (FixAngleSet_t) - // NetworkVarNames: qAngle (QAngle) - // NetworkVarNames: nIndex (uint32) - public static class ViewAngleServerChange_t { - public const nint nType = 0x30; // FixAngleSet_t - public const nint qAngle = 0x34; // QAngle - public const nint nIndex = 0x40; // uint32 - } - // Parent: None - // Fields count: 12 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CommandToolCommand_t { - public const nint m_bEnabled = 0x0; // bool - public const nint m_bOpened = 0x1; // bool - public const nint m_InternalId = 0x4; // uint32 - public const nint m_ShortName = 0x8; // CUtlString - public const nint m_ExecMode = 0x10; // CommandExecMode_t - public const nint m_SpawnGroup = 0x18; // CUtlString - public const nint m_PeriodicExecDelay = 0x20; // float32 - public const nint m_SpecType = 0x24; // CommandEntitySpecType_t - public const nint m_EntitySpec = 0x28; // CUtlString - public const nint m_Commands = 0x30; // CUtlString - public const nint m_SetDebugBits = 0x38; // DebugOverlayBits_t - public const nint m_ClearDebugBits = 0x40; // DebugOverlayBits_t - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MPulseProvideFeatureTag - // MPulseLibraryBindings - public static class CDynamicPropAPI { - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // NetworkVarNames: localSound (Vector) - // NetworkVarNames: soundscapeIndex (int32) - // NetworkVarNames: localBits (uint8) - // NetworkVarNames: soundscapeEntityListIndex (int) - // NetworkVarNames: soundEventHash (uint32) - public static class audioparams_t { - public const nint localSound = 0x8; // Vector[8] - public const nint soundscapeIndex = 0x68; // int32 - public const nint localBits = 0x6C; // uint8 - public const nint soundscapeEntityListIndex = 0x70; // int32 - public const nint soundEventHash = 0x74; // uint32 - } - // Parent: None - // Fields count: 12 - // - // Metadata: - // NetworkVarNames: m_vecCsViewPunchAngle (QAngle) - // NetworkVarNames: m_nCsViewPunchAngleTick (GameTick_t) - // NetworkVarNames: m_flCsViewPunchAngleTickRatio (float32) - // NetworkVarNames: m_PlayerFog (fogplayerparams_t) - // NetworkVarNames: m_hColorCorrectionCtrl (CHandle) - // NetworkVarNames: m_hViewEntity (CHandle) - // NetworkVarNames: m_hTonemapController (CHandle) - // NetworkVarNames: m_audio (audioparams_t) - // NetworkVarNames: m_PostProcessingVolumes (CHandle) - public static class CPlayer_CameraServices { - public const nint m_vecCsViewPunchAngle = 0x40; // QAngle - public const nint m_nCsViewPunchAngleTick = 0x4C; // GameTick_t - public const nint m_flCsViewPunchAngleTickRatio = 0x50; // float32 - public const nint m_PlayerFog = 0x58; // fogplayerparams_t - public const nint m_hColorCorrectionCtrl = 0x98; // CHandle - public const nint m_hViewEntity = 0x9C; // CHandle - public const nint m_hTonemapController = 0xA0; // CHandle - public const nint m_audio = 0xA8; // audioparams_t - public const nint m_PostProcessingVolumes = 0x120; // CNetworkUtlVectorBase> - public const nint m_flOldPlayerZ = 0x138; // float32 - public const nint m_flOldPlayerViewOffsetZ = 0x13C; // float32 - public const nint m_hTriggerSoundscapeList = 0x158; // CUtlVector> - } - // Parent: None - // Fields count: 15 - // - // Metadata: - // NetworkVarNames: m_nToggleButtonDownMask (ButtonBitMask_t) - // NetworkVarNames: m_flMaxspeed (float32) - // NetworkVarNames: m_arrForceSubtickMoveWhen (float32) - public static class CPlayer_MovementServices { - public const nint m_nImpulse = 0x40; // int32 - public const nint m_nButtons = 0x48; // CInButtonState - public const nint m_nQueuedButtonDownMask = 0x68; // uint64 - public const nint m_nQueuedButtonChangeMask = 0x70; // uint64 - public const nint m_nButtonDoublePressed = 0x78; // uint64 - public const nint m_pButtonPressedCmdNumber = 0x80; // uint32[64] - public const nint m_nLastCommandNumberProcessed = 0x180; // uint32 - public const nint m_nToggleButtonDownMask = 0x188; // uint64 - public const nint m_flMaxspeed = 0x198; // float32 - public const nint m_arrForceSubtickMoveWhen = 0x19C; // float32[4] - public const nint m_flForwardMove = 0x1AC; // float32 - public const nint m_flLeftMove = 0x1B0; // float32 - public const nint m_flUpMove = 0x1B4; // float32 - public const nint m_vecLastMovementImpulses = 0x1B8; // Vector - public const nint m_vecOldViewAngles = 0x1C4; // QAngle - } - // Parent: CPlayer_MovementServices - // Fields count: 14 - // - // Metadata: - // NetworkVarNames: m_flFallVelocity (float32) - // NetworkVarNames: m_bInCrouch (bool) - // NetworkVarNames: m_nCrouchState (uint32) - // NetworkVarNames: m_flCrouchTransitionStartTime (GameTime_t) - // NetworkVarNames: m_bDucked (bool) - // NetworkVarNames: m_bDucking (bool) - // NetworkVarNames: m_bInDuckJump (bool) - public static class CPlayer_MovementServices_Humanoid { - public const nint m_flStepSoundTime = 0x1D8; // float32 - public const nint m_flFallVelocity = 0x1DC; // float32 - public const nint m_bInCrouch = 0x1E0; // bool - public const nint m_nCrouchState = 0x1E4; // uint32 - public const nint m_flCrouchTransitionStartTime = 0x1E8; // GameTime_t - public const nint m_bDucked = 0x1EC; // bool - public const nint m_bDucking = 0x1ED; // bool - public const nint m_bInDuckJump = 0x1EE; // bool - public const nint m_groundNormal = 0x1F0; // Vector - public const nint m_flSurfaceFriction = 0x1FC; // float32 - public const nint m_surfaceProps = 0x200; // CUtlStringToken - public const nint m_nStepside = 0x210; // int32 - public const nint m_iTargetVolume = 0x214; // int32 - public const nint m_vecSmoothedVelocity = 0x218; // Vector - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // NetworkVarNames: m_iObserverMode (uint8) - // NetworkVarNames: m_hObserverTarget (CHandle) - public static class CPlayer_ObserverServices { - public const nint m_iObserverMode = 0x40; // uint8 - public const nint m_hObserverTarget = 0x44; // CHandle - public const nint m_iObserverLastMode = 0x48; // ObserverMode_t - public const nint m_bForcedObserverMode = 0x4C; // bool - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // NetworkVarNames: m_hMyWeapons (CHandle) - // NetworkVarNames: m_hActiveWeapon (CHandle) - // NetworkVarNames: m_hLastWeapon (CHandle) - // NetworkVarNames: m_iAmmo (uint16) - public static class CPlayer_WeaponServices { - public const nint m_hMyWeapons = 0x40; // CNetworkUtlVectorBase> - public const nint m_hActiveWeapon = 0x58; // CHandle - public const nint m_hLastWeapon = 0x5C; // CHandle - public const nint m_iAmmo = 0x60; // uint16[32] - public const nint m_bPreventWeaponPickup = 0xA0; // bool - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class AmmoTypeInfo_t { - public const nint m_nMaxCarry = 0x10; // int32 - public const nint m_nSplashSize = 0x1C; // CRangeInt - public const nint m_nFlags = 0x24; // AmmoFlags_t - public const nint m_flMass = 0x28; // float32 - public const nint m_flSpeed = 0x2C; // CRangeFloat - } - // Parent: CBodyComponentSkeletonInstance - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_animationController (CBaseAnimGraphController) - public static class CBodyComponentBaseAnimGraph { - public const nint m_animationController = 0x478; // CBaseAnimGraphController - public const nint __m_pChainEntity = 0x980; // CNetworkVarChainer - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_ID (CUtlStringToken) - // NetworkVarNames: m_Values (Vector4D) - public static class EntityRenderAttribute_t { - public const nint m_ID = 0x30; // CUtlStringToken - public const nint m_Values = 0x34; // Vector4D - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // NetworkVarNames: m_Handle (ModelConfigHandle_t) - // NetworkVarNames: m_Name (string_t) - // NetworkVarNames: m_AssociatedEntities (CHandle) - // NetworkVarNames: m_AssociatedEntityNames (string_t) - public static class ActiveModelConfig_t { - public const nint m_Handle = 0x28; // ModelConfigHandle_t - public const nint m_Name = 0x30; // CUtlSymbolLarge - public const nint m_AssociatedEntities = 0x38; // CNetworkUtlVectorBase> - public const nint m_AssociatedEntityNames = 0x50; // CNetworkUtlVectorBase - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_hOwner (CEntityHandle) - // NetworkVarNames: m_name (CUtlStringToken) - public static class CGameSceneNodeHandle { - public const nint m_hOwner = 0x8; // CEntityHandle - public const nint m_name = 0xC; // CUtlStringToken - } - // Parent: None - // Fields count: 32 - // - // Metadata: - // NetworkVarNames: m_hParent (CGameSceneNodeHandle) - // NetworkVarNames: m_vecOrigin (CNetworkOriginCellCoordQuantizedVector) - // NetworkVarNames: m_angRotation (QAngle) - // NetworkVarNames: m_flScale (float) - // NetworkVarNames: m_name (CUtlStringToken) - // NetworkVarNames: m_hierarchyAttachName (CUtlStringToken) - public static class CGameSceneNode { - public const nint m_nodeToWorld = 0x10; // CTransform - public const nint m_pOwner = 0x30; // CEntityInstance* - public const nint m_pParent = 0x38; // CGameSceneNode* - public const nint m_pChild = 0x40; // CGameSceneNode* - public const nint m_pNextSibling = 0x48; // CGameSceneNode* - public const nint m_hParent = 0x70; // CGameSceneNodeHandle - public const nint m_vecOrigin = 0x80; // CNetworkOriginCellCoordQuantizedVector - public const nint m_angRotation = 0xB8; // QAngle - public const nint m_flScale = 0xC4; // float32 - public const nint m_vecAbsOrigin = 0xC8; // Vector - public const nint m_angAbsRotation = 0xD4; // QAngle - public const nint m_flAbsScale = 0xE0; // float32 - public const nint m_nParentAttachmentOrBone = 0xE4; // int16 - public const nint m_bDebugAbsOriginChanges = 0xE6; // bool - public const nint m_bDormant = 0xE7; // bool - public const nint m_bForceParentToBeNetworked = 0xE8; // bool - public const nint m_bDirtyHierarchy = 0x0; // bitfield:1 - public const nint m_bDirtyBoneMergeInfo = 0x0; // bitfield:1 - public const nint m_bNetworkedPositionChanged = 0x0; // bitfield:1 - public const nint m_bNetworkedAnglesChanged = 0x0; // bitfield:1 - public const nint m_bNetworkedScaleChanged = 0x0; // bitfield:1 - public const nint m_bWillBeCallingPostDataUpdate = 0x0; // bitfield:1 - public const nint m_bBoneMergeFlex = 0x0; // bitfield:1 - public const nint m_nLatchAbsOrigin = 0x0; // bitfield:2 - public const nint m_bDirtyBoneMergeBoneToRoot = 0x0; // bitfield:1 - public const nint m_nHierarchicalDepth = 0xEB; // uint8 - public const nint m_nHierarchyType = 0xEC; // uint8 - public const nint m_nDoNotSetAnimTimeInInvalidatePhysicsCount = 0xED; // uint8 - public const nint m_name = 0xF0; // CUtlStringToken - public const nint m_hierarchyAttachName = 0x140; // CUtlStringToken - public const nint m_flZOffset = 0x144; // float32 - public const nint m_vRenderOrigin = 0x148; // Vector - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // NetworkVarNames: m_hSequence (HSequence) - // NetworkVarNames: m_flPrevCycle (float32) - // NetworkVarNames: m_flCycle (float32) - public static class CNetworkedSequenceOperation { - public const nint m_hSequence = 0x8; // HSequence - public const nint m_flPrevCycle = 0xC; // float32 - public const nint m_flCycle = 0x10; // float32 - public const nint m_flWeight = 0x14; // CNetworkedQuantizedFloat - public const nint m_bSequenceChangeNetworked = 0x1C; // bool - public const nint m_bDiscontinuity = 0x1D; // bool - public const nint m_flPrevCycleFromDiscontinuity = 0x20; // float32 - public const nint m_flPrevCycleForAnimEventDetection = 0x24; // float32 - } - // Parent: None - // Fields count: 7 - // - // Metadata: - // NetworkVarNames: m_hModel (HModelStrong) - // NetworkVarNames: m_bClientClothCreationSuppressed (bool) - // NetworkVarNames: m_MeshGroupMask (MeshGroupMask_t) - // NetworkVarNames: m_nIdealMotionType (int8) - public static class CModelState { - public const nint m_hModel = 0xA0; // CStrongHandle - public const nint m_ModelName = 0xA8; // CUtlSymbolLarge - public const nint m_bClientClothCreationSuppressed = 0xE8; // bool - public const nint m_MeshGroupMask = 0x180; // uint64 - public const nint m_nIdealMotionType = 0x212; // int8 - public const nint m_nForceLOD = 0x213; // int8 - public const nint m_nClothUpdateFlags = 0x214; // int8 - } - // Parent: CGameSceneNode - // Fields count: 8 - // - // Metadata: - // NetworkVarNames: m_modelState (CModelState) - // NetworkVarNames: m_bIsAnimationEnabled (bool) - // NetworkVarNames: m_bUseParentRenderBounds (bool) - // NetworkVarNames: m_materialGroup (CUtlStringToken) - // NetworkVarNames: m_nHitboxSet (uint8) - public static class CSkeletonInstance { - public const nint m_modelState = 0x160; // CModelState - public const nint m_bIsAnimationEnabled = 0x380; // bool - public const nint m_bUseParentRenderBounds = 0x381; // bool - public const nint m_bDisableSolidCollisionsForHierarchy = 0x382; // bool - public const nint m_bDirtyMotionType = 0x0; // bitfield:1 - public const nint m_bIsGeneratingLatchedParentSpaceState = 0x0; // bitfield:1 - public const nint m_materialGroup = 0x384; // CUtlStringToken - public const nint m_nHitboxSet = 0x388; // uint8 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_timestamp (GameTime_t) - // NetworkVarNames: m_nWorldGroupId (WorldGroupId_t) - public static class IntervalTimer { - public const nint m_timestamp = 0x8; // GameTime_t - public const nint m_nWorldGroupId = 0xC; // WorldGroupId_t - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // NetworkVarNames: m_duration (float32) - // NetworkVarNames: m_timestamp (GameTime_t) - // NetworkVarNames: m_timescale (float32) - // NetworkVarNames: m_nWorldGroupId (WorldGroupId_t) - public static class CountdownTimer { - public const nint m_duration = 0x8; // float32 - public const nint m_timestamp = 0xC; // GameTime_t - public const nint m_timescale = 0x10; // float32 - public const nint m_nWorldGroupId = 0x14; // WorldGroupId_t - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // NetworkVarNames: m_duration (float32) - // NetworkVarNames: m_timestamp (float32) - // NetworkVarNames: m_timescale (float32) - public static class EngineCountdownTimer { - public const nint m_duration = 0x8; // float32 - public const nint m_timestamp = 0xC; // float32 - public const nint m_timescale = 0x10; // float32 - } - // Parent: IntervalTimer - // Fields count: 7 - // - // Metadata: - // NetworkVarNames: m_flValues (float) - // NetworkVarNames: m_nValueCounts (int) - // NetworkVarNames: m_nBucketCount (int) - // NetworkVarNames: m_flInterval (float) - // NetworkVarNames: m_flFinalValue (float) - // NetworkVarNames: m_nCompressionType (TimelineCompression_t) - // NetworkVarNames: m_bStopped (bool) - public static class CTimeline { - public const nint m_flValues = 0x10; // float32[64] - public const nint m_nValueCounts = 0x110; // int32[64] - public const nint m_nBucketCount = 0x210; // int32 - public const nint m_flInterval = 0x214; // float32 - public const nint m_flFinalValue = 0x218; // float32 - public const nint m_nCompressionType = 0x21C; // TimelineCompression_t - public const nint m_bStopped = 0x220; // bool - } - // Parent: None - // Fields count: 24 - // - // Metadata: - // NetworkVarNames: m_PredNetBoolVariables (uint32) - // NetworkVarNames: m_PredNetByteVariables (byte) - // NetworkVarNames: m_PredNetUInt16Variables (uint16) - // NetworkVarNames: m_PredNetIntVariables (int32) - // NetworkVarNames: m_PredNetUInt32Variables (uint32) - // NetworkVarNames: m_PredNetUInt64Variables (uint64) - // NetworkVarNames: m_PredNetFloatVariables (float) - // NetworkVarNames: m_PredNetVectorVariables (Vector) - // NetworkVarNames: m_PredNetQuaternionVariables (Quaternion) - // NetworkVarNames: m_PredNetGlobalSymbolVariables (CGlobalSymbol) - // NetworkVarNames: m_OwnerOnlyPredNetBoolVariables (uint32) - // NetworkVarNames: m_OwnerOnlyPredNetByteVariables (byte) - // NetworkVarNames: m_OwnerOnlyPredNetUInt16Variables (uint16) - // NetworkVarNames: m_OwnerOnlyPredNetIntVariables (int32) - // NetworkVarNames: m_OwnerOnlyPredNetUInt32Variables (uint32) - // NetworkVarNames: m_OwnerOnlyPredNetUInt64Variables (uint64) - // NetworkVarNames: m_OwnerOnlyPredNetFloatVariables (float) - // NetworkVarNames: m_OwnerOnlyPredNetVectorVariables (Vector) - // NetworkVarNames: m_OwnerOnlyPredNetQuaternionVariables (Quaternion) - // NetworkVarNames: m_OwnerOnlyPredNetGlobalSymbolVariables (CGlobalSymbol) - // NetworkVarNames: m_nBoolVariablesCount (int) - // NetworkVarNames: m_nOwnerOnlyBoolVariablesCount (int) - // NetworkVarNames: m_nRandomSeedOffset (int) - // NetworkVarNames: m_flLastTeleportTime (float) - public static class CAnimGraphNetworkedVariables { - public const nint m_PredNetBoolVariables = 0x8; // CNetworkUtlVectorBase - public const nint m_PredNetByteVariables = 0x20; // CNetworkUtlVectorBase - public const nint m_PredNetUInt16Variables = 0x38; // CNetworkUtlVectorBase - public const nint m_PredNetIntVariables = 0x50; // CNetworkUtlVectorBase - public const nint m_PredNetUInt32Variables = 0x68; // CNetworkUtlVectorBase - public const nint m_PredNetUInt64Variables = 0x80; // CNetworkUtlVectorBase - public const nint m_PredNetFloatVariables = 0x98; // CNetworkUtlVectorBase - public const nint m_PredNetVectorVariables = 0xB0; // CNetworkUtlVectorBase - public const nint m_PredNetQuaternionVariables = 0xC8; // CNetworkUtlVectorBase - public const nint m_PredNetGlobalSymbolVariables = 0xE0; // CNetworkUtlVectorBase - public const nint m_OwnerOnlyPredNetBoolVariables = 0xF8; // CNetworkUtlVectorBase - public const nint m_OwnerOnlyPredNetByteVariables = 0x110; // CNetworkUtlVectorBase - public const nint m_OwnerOnlyPredNetUInt16Variables = 0x128; // CNetworkUtlVectorBase - public const nint m_OwnerOnlyPredNetIntVariables = 0x140; // CNetworkUtlVectorBase - public const nint m_OwnerOnlyPredNetUInt32Variables = 0x158; // CNetworkUtlVectorBase - public const nint m_OwnerOnlyPredNetUInt64Variables = 0x170; // CNetworkUtlVectorBase - public const nint m_OwnerOnlyPredNetFloatVariables = 0x188; // CNetworkUtlVectorBase - public const nint m_OwnerOnlyPredNetVectorVariables = 0x1A0; // CNetworkUtlVectorBase - public const nint m_OwnerOnlyPredNetQuaternionVariables = 0x1B8; // CNetworkUtlVectorBase - public const nint m_OwnerOnlyPredNetGlobalSymbolVariables = 0x1D0; // CNetworkUtlVectorBase - public const nint m_nBoolVariablesCount = 0x1E8; // int32 - public const nint m_nOwnerOnlyBoolVariablesCount = 0x1EC; // int32 - public const nint m_nRandomSeedOffset = 0x1F0; // int32 - public const nint m_flLastTeleportTime = 0x1F4; // float32 - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MPropertyCustomFGDType - public static class CFootstepTableHandle { - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MPulseProvideFeatureTag - // MPulseLibraryBindings - public static class CBaseEntityAPI { - } - // Parent: None - // Fields count: 16 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CGameScriptedMoveData { - public const nint m_vAccumulatedRootMotion = 0x0; // Vector - public const nint m_vDest = 0xC; // Vector - public const nint m_vSrc = 0x18; // Vector - public const nint m_angSrc = 0x24; // QAngle - public const nint m_angDst = 0x30; // QAngle - public const nint m_angCurrent = 0x3C; // QAngle - public const nint m_flAngRate = 0x48; // float32 - public const nint m_flDuration = 0x4C; // float32 - public const nint m_flStartTime = 0x50; // GameTime_t - public const nint m_bActive = 0x54; // bool - public const nint m_bTeleportOnEnd = 0x55; // bool - public const nint m_bIgnoreRotation = 0x56; // bool - public const nint m_nType = 0x58; // ScriptedMoveType_t - public const nint m_bSuccess = 0x5C; // bool - public const nint m_nForcedCrouchState = 0x60; // ForcedCrouchState_t - public const nint m_bIgnoreCollisions = 0x64; // bool - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MPulseProvideFeatureTag - // MPulseLibraryBindings - public static class CTakeDamageInfoAPI { - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MPulseInstanceDomainInfo - // MPulseLibraryBindings - // MPulseDomainOptInFeatureTag - public static class CPulseGraphInstance_ServerEntity { - public const nint m_pComponent = 0xD8; // CPulseGraphComponentBase* - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MPulseLibraryBindings - // MPropertyFriendlyName - // MPropertyDescription - public static class CPulseServerFuncs { - } - // Parent: CPulseCell_BaseFlow - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - // MCellForDomain - // MPulseCellMethodBindings - // MPropertyFriendlyName - // MPropertyDescription - public static class CPulseCell_SoundEventStart { - public const nint m_Type = 0x48; // SoundEventStartType_t - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MPulseLibraryBindings - // MPropertyFriendlyName - // MPropertyDescription - public static class CPulseServerFuncs_Sounds { - } - // Parent: CPulseCell_BaseYieldingInflow - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CPulseCell_Outflow_PlaySceneBase { - public const nint m_OnFinished = 0x48; // CPulse_ResumePoint - public const nint m_OnCanceled = 0x58; // CPulse_ResumePoint - public const nint m_Triggers = 0x68; // CUtlVector - } - // Parent: None - // Fields count: 9 - // - // Metadata: - // MGetKV3ClassDefaults - public static class PulseScriptedSequenceData_t { - public const nint m_nActorID = 0x0; // int32 - public const nint m_szPreIdleSequence = 0x8; // CUtlString - public const nint m_szEntrySequence = 0x10; // CUtlString - public const nint m_szSequence = 0x18; // CUtlString - public const nint m_szExitSequence = 0x20; // CUtlString - public const nint m_bLoopPreIdleSequence = 0x28; // bool - public const nint m_bLoopActionSequence = 0x29; // bool - public const nint m_bLoopPostIdleSequence = 0x2A; // bool - public const nint m_bIgnoreLookAt = 0x2B; // bool - } - // Parent: CEntityInstance - // Fields count: 75 - // - // Metadata: - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByUserGroup - // MNetworkExcludeByUserGroup - // MNetworkExcludeByUserGroup - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByName - // NetworkVarNames: m_CBodyComponent (CBodyComponent::Storage_t) - // NetworkVarNames: m_iHealth (int32) - // NetworkVarNames: m_iMaxHealth (int32) - // NetworkVarNames: m_lifeState (uint8) - // NetworkVarNames: m_bTakesDamage (bool) - // NetworkVarNames: m_nTakeDamageFlags (TakeDamageFlags_t) - // NetworkVarNames: m_bIsPlatform (bool) - // NetworkVarNames: m_MoveCollide (MoveCollide_t) - // NetworkVarNames: m_MoveType (MoveType_t) - // NetworkVarNames: m_nSubclassID (EntitySubclassID_t) - // NetworkVarNames: m_flAnimTime (float32) - // NetworkVarNames: m_flSimulationTime (float32) - // NetworkVarNames: m_flCreateTime (GameTime_t) - // NetworkVarNames: m_bClientSideRagdoll (bool) - // NetworkVarNames: m_ubInterpolationFrame (uint8) - // NetworkVarNames: m_iTeamNum (uint8) - // NetworkVarNames: m_spawnflags (uint32) - // NetworkVarNames: m_nNextThinkTick (GameTick_t) - // NetworkVarNames: m_fFlags (uint32) - // NetworkVarNames: m_vecVelocity (CNetworkVelocityVector) - // NetworkVarNames: m_vecBaseVelocity (Vector) - // NetworkVarNames: m_hEffectEntity (CHandle) - // NetworkVarNames: m_hOwnerEntity (CHandle) - // NetworkVarNames: m_fEffects (uint32) - // NetworkVarNames: m_hGroundEntity (CHandle) - // NetworkVarNames: m_flFriction (float32) - // NetworkVarNames: m_flElasticity (float32) - // NetworkVarNames: m_flGravityScale (float32) - // NetworkVarNames: m_flTimeScale (float32) - // NetworkVarNames: m_flWaterLevel (float) - // NetworkVarNames: m_bAnimatedEveryTick (bool) - // NetworkVarNames: m_flNavIgnoreUntilTime (GameTime_t) - public static class CBaseEntity { - public const nint m_CBodyComponent = 0x38; // CBodyComponent* - public const nint m_NetworkTransmitComponent = 0x40; // CNetworkTransmitComponent - public const nint m_aThinkFunctions = 0x4F0; // CUtlVector - public const nint m_iCurrentThinkContext = 0x508; // int32 - public const nint m_nLastThinkTick = 0x50C; // GameTick_t - public const nint m_nDisableContextThinkStartTick = 0x510; // GameTick_t - public const nint m_isSteadyState = 0x520; // CBitVec<64> - public const nint m_lastNetworkChange = 0x528; // float32 - public const nint m_ResponseContexts = 0x540; // CUtlVector - public const nint m_iszResponseContext = 0x558; // CUtlSymbolLarge - public const nint m_iHealth = 0x5A0; // int32 - public const nint m_iMaxHealth = 0x5A4; // int32 - public const nint m_lifeState = 0x5A8; // uint8 - public const nint m_flDamageAccumulator = 0x5AC; // float32 - public const nint m_bTakesDamage = 0x5B0; // bool - public const nint m_nTakeDamageFlags = 0x5B4; // TakeDamageFlags_t - public const nint m_bIsPlatform = 0x5B8; // bool - public const nint m_MoveCollide = 0x5BA; // MoveCollide_t - public const nint m_MoveType = 0x5BB; // MoveType_t - public const nint m_nActualMoveType = 0x5BC; // MoveType_t - public const nint m_nWaterTouch = 0x5BD; // uint8 - public const nint m_nSlimeTouch = 0x5BE; // uint8 - public const nint m_bRestoreInHierarchy = 0x5BF; // bool - public const nint m_target = 0x5C0; // CUtlSymbolLarge - public const nint m_hDamageFilter = 0x5C8; // CHandle - public const nint m_iszDamageFilterName = 0x5D0; // CUtlSymbolLarge - public const nint m_flMoveDoneTime = 0x5D8; // float32 - public const nint m_nSubclassID = 0x5DC; // CUtlStringToken - public const nint m_flAnimTime = 0x5E8; // float32 - public const nint m_flSimulationTime = 0x5EC; // float32 - public const nint m_flCreateTime = 0x5F0; // GameTime_t - public const nint m_bClientSideRagdoll = 0x5F4; // bool - public const nint m_ubInterpolationFrame = 0x5F5; // uint8 - public const nint m_vPrevVPhysicsUpdatePos = 0x5F8; // Vector - public const nint m_iTeamNum = 0x604; // uint8 - public const nint m_iGlobalname = 0x608; // CUtlSymbolLarge - public const nint m_iSentToClients = 0x610; // int32 - public const nint m_flSpeed = 0x614; // float32 - public const nint m_sUniqueHammerID = 0x618; // CUtlString - public const nint m_spawnflags = 0x620; // uint32 - public const nint m_nNextThinkTick = 0x624; // GameTick_t - public const nint m_nSimulationTick = 0x628; // int32 - public const nint m_OnKilled = 0x630; // CEntityIOOutput - public const nint m_fFlags = 0x658; // uint32 - public const nint m_vecAbsVelocity = 0x65C; // Vector - public const nint m_vecVelocity = 0x668; // CNetworkVelocityVector - public const nint m_vecBaseVelocity = 0x698; // Vector - public const nint m_nPushEnumCount = 0x6A4; // int32 - public const nint m_pCollision = 0x6A8; // CCollisionProperty* - public const nint m_hEffectEntity = 0x6B0; // CHandle - public const nint m_hOwnerEntity = 0x6B4; // CHandle - public const nint m_fEffects = 0x6B8; // uint32 - public const nint m_hGroundEntity = 0x6BC; // CHandle - public const nint m_flFriction = 0x6C0; // float32 - public const nint m_flElasticity = 0x6C4; // float32 - public const nint m_flGravityScale = 0x6C8; // float32 - public const nint m_flTimeScale = 0x6CC; // float32 - public const nint m_flWaterLevel = 0x6D0; // float32 - public const nint m_bAnimatedEveryTick = 0x6D4; // bool - public const nint m_bDisableLowViolence = 0x6D5; // bool - public const nint m_nWaterType = 0x6D6; // uint8 - public const nint m_iEFlags = 0x6D8; // int32 - public const nint m_OnUser1 = 0x6E0; // CEntityIOOutput - public const nint m_OnUser2 = 0x708; // CEntityIOOutput - public const nint m_OnUser3 = 0x730; // CEntityIOOutput - public const nint m_OnUser4 = 0x758; // CEntityIOOutput - public const nint m_iInitialTeamNum = 0x780; // int32 - public const nint m_flNavIgnoreUntilTime = 0x784; // GameTime_t - public const nint m_vecAngVelocity = 0x788; // QAngle - public const nint m_bNetworkQuantizeOriginAndAngles = 0x794; // bool - public const nint m_bLagCompensate = 0x795; // bool - public const nint m_flOverriddenFriction = 0x798; // float32 - public const nint m_pBlocker = 0x79C; // CHandle - public const nint m_flLocalTime = 0x7A0; // float32 - public const nint m_flVPhysicsUpdateLocalTime = 0x7A4; // float32 - } - // Parent: CBaseEntity - // Fields count: 17 - // - // Metadata: - // MNetworkIncludeByUserGroup - // NetworkVarNames: m_flFadeInDuration (float32) - // NetworkVarNames: m_flFadeOutDuration (float32) - // NetworkVarNames: m_flMaxWeight (float32) - // NetworkVarNames: m_bEnabled (bool) - // NetworkVarNames: m_bMaster (bool) - // NetworkVarNames: m_bClientSide (bool) - // NetworkVarNames: m_bExclusive (bool) - // NetworkVarNames: m_MinFalloff (float32) - // NetworkVarNames: m_MaxFalloff (float32) - // NetworkVarNames: m_flCurWeight (float32) - // NetworkVarNames: m_netlookupFilename (char) - public static class CColorCorrection { - public const nint m_flFadeInDuration = 0x7A8; // float32 - public const nint m_flFadeOutDuration = 0x7AC; // float32 - public const nint m_flStartFadeInWeight = 0x7B0; // float32 - public const nint m_flStartFadeOutWeight = 0x7B4; // float32 - public const nint m_flTimeStartFadeIn = 0x7B8; // GameTime_t - public const nint m_flTimeStartFadeOut = 0x7BC; // GameTime_t - public const nint m_flMaxWeight = 0x7C0; // float32 - public const nint m_bStartDisabled = 0x7C4; // bool - public const nint m_bEnabled = 0x7C5; // bool - public const nint m_bMaster = 0x7C6; // bool - public const nint m_bClientSide = 0x7C7; // bool - public const nint m_bExclusive = 0x7C8; // bool - public const nint m_MinFalloff = 0x7CC; // float32 - public const nint m_MaxFalloff = 0x7D0; // float32 - public const nint m_flCurWeight = 0x7D4; // float32 - public const nint m_netlookupFilename = 0x7D8; // char[512] - public const nint m_lookupFilename = 0x9D8; // CUtlSymbolLarge - } - // Parent: CBaseEntity - // Fields count: 11 - // - // Metadata: - // NetworkVarNames: m_hEntAttached (CHandle) - // NetworkVarNames: m_bCheapEffect (bool) - public static class CEntityFlame { - public const nint m_hEntAttached = 0x7A8; // CHandle - public const nint m_bCheapEffect = 0x7AC; // bool - public const nint m_flSize = 0x7B0; // float32 - public const nint m_bUseHitboxes = 0x7B4; // bool - public const nint m_iNumHitboxFires = 0x7B8; // int32 - public const nint m_flHitboxFireScale = 0x7BC; // float32 - public const nint m_flLifetime = 0x7C0; // GameTime_t - public const nint m_hAttacker = 0x7C4; // CHandle - public const nint m_iDangerSound = 0x7C8; // int32 - public const nint m_flDirectDamagePerSecond = 0x7CC; // float32 - public const nint m_iCustomDamageType = 0x7D0; // int32 - } - // Parent: CBaseEntity - // Fields count: 4 - // - // Metadata: - // NetworkVarNames: m_flScale (float32) - // NetworkVarNames: m_flStartScale (float32) - // NetworkVarNames: m_flScaleTime (float32) - // NetworkVarNames: m_nFlags (uint32) - public static class CBaseFire { - public const nint m_flScale = 0x7A8; // float32 - public const nint m_flStartScale = 0x7AC; // float32 - public const nint m_flScaleTime = 0x7B0; // float32 - public const nint m_nFlags = 0x7B4; // uint32 - } - // Parent: CBaseFire - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_nFlameModelIndex (int32) - // NetworkVarNames: m_nFlameFromAboveModelIndex (int32) - public static class CFireSmoke { - public const nint m_nFlameModelIndex = 0x7B8; // int32 - public const nint m_nFlameFromAboveModelIndex = 0x7BC; // int32 - } - // Parent: CBaseEntity - // Fields count: 4 - // - // Metadata: - // NetworkVarNames: m_skyboxData (sky3dparams_t) - // NetworkVarNames: m_skyboxSlotToken (CUtlStringToken) - public static class CSkyCamera { - public const nint m_skyboxData = 0x7A8; // sky3dparams_t - public const nint m_skyboxSlotToken = 0x838; // CUtlStringToken - public const nint m_bUseAngles = 0x83C; // bool - public const nint m_pNext = 0x840; // CSkyCamera* - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CNavLinkAnimgraphVar { - public const nint m_strAnimgraphVar = 0x0; // CUtlString - public const nint m_unAlignmentDegrees = 0x8; // uint32 - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // NetworkVarNames: m_nInteractsAs (uint64) - // NetworkVarNames: m_nInteractsWith (uint64) - // NetworkVarNames: m_nInteractsExclude (uint64) - // NetworkVarNames: m_nEntityId (uint32) - // NetworkVarNames: m_nOwnerId (uint32) - // NetworkVarNames: m_nHierarchyId (uint16) - // NetworkVarNames: m_nCollisionGroup (uint8) - // NetworkVarNames: m_nCollisionFunctionMask (uint8) - public static class VPhysicsCollisionAttribute_t { - public const nint m_nInteractsAs = 0x8; // uint64 - public const nint m_nInteractsWith = 0x10; // uint64 - public const nint m_nInteractsExclude = 0x18; // uint64 - public const nint m_nEntityId = 0x20; // uint32 - public const nint m_nOwnerId = 0x24; // uint32 - public const nint m_nHierarchyId = 0x28; // uint16 - public const nint m_nCollisionGroup = 0x2A; // uint8 - public const nint m_nCollisionFunctionMask = 0x2B; // uint8 - } - // Parent: None - // Fields count: 17 - // - // Metadata: - // NetworkVarNames: m_collisionAttribute (VPhysicsCollisionAttribute_t) - // NetworkVarNames: m_vecMins (Vector) - // NetworkVarNames: m_vecMaxs (Vector) - // NetworkVarNames: m_usSolidFlags (uint8) - // NetworkVarNames: m_nSolidType (SolidType_t) - // NetworkVarNames: m_triggerBloat (uint8) - // NetworkVarNames: m_nSurroundType (SurroundingBoundsType_t) - // NetworkVarNames: m_CollisionGroup (uint8) - // NetworkVarNames: m_nEnablePhysics (uint8) - // NetworkVarNames: m_vecSpecifiedSurroundingMins (Vector) - // NetworkVarNames: m_vecSpecifiedSurroundingMaxs (Vector) - // NetworkVarNames: m_vCapsuleCenter1 (Vector) - // NetworkVarNames: m_vCapsuleCenter2 (Vector) - // NetworkVarNames: m_flCapsuleRadius (float) - public static class CCollisionProperty { - public const nint m_collisionAttribute = 0x10; // VPhysicsCollisionAttribute_t - public const nint m_vecMins = 0x40; // Vector - public const nint m_vecMaxs = 0x4C; // Vector - public const nint m_usSolidFlags = 0x5A; // uint8 - public const nint m_nSolidType = 0x5B; // SolidType_t - public const nint m_triggerBloat = 0x5C; // uint8 - public const nint m_nSurroundType = 0x5D; // SurroundingBoundsType_t - public const nint m_CollisionGroup = 0x5E; // uint8 - public const nint m_nEnablePhysics = 0x5F; // uint8 - public const nint m_flBoundingRadius = 0x60; // float32 - public const nint m_vecSpecifiedSurroundingMins = 0x64; // Vector - public const nint m_vecSpecifiedSurroundingMaxs = 0x70; // Vector - public const nint m_vecSurroundingMaxs = 0x7C; // Vector - public const nint m_vecSurroundingMins = 0x88; // Vector - public const nint m_vCapsuleCenter1 = 0x94; // Vector - public const nint m_vCapsuleCenter2 = 0xA0; // Vector - public const nint m_flCapsuleRadius = 0xAC; // float32 - } - // Parent: None - // Fields count: 21 - // - // Metadata: - // NetworkVarNames: m_vOrigin (Vector) - // NetworkVarNames: m_vStart (Vector) - // NetworkVarNames: m_vNormal (Vector) - // NetworkVarNames: m_vAngles (QAngle) - // NetworkVarNames: m_hEntity (CEntityHandle) - // NetworkVarNames: m_hOtherEntity (CEntityHandle) - // NetworkVarNames: m_flScale (float32) - // NetworkVarNames: m_flMagnitude (float32) - // NetworkVarNames: m_flRadius (float32) - // NetworkVarNames: m_nSurfaceProp (CUtlStringToken) - // NetworkVarNames: m_nEffectIndex (HParticleSystemDefinition) - // NetworkVarNames: m_nDamageType (uint32) - // NetworkVarNames: m_nPenetrate (uint8) - // NetworkVarNames: m_nMaterial (uint16) - // NetworkVarNames: m_nHitBox (uint16) - // NetworkVarNames: m_nColor (uint8) - // NetworkVarNames: m_fFlags (uint8) - // NetworkVarNames: m_nAttachmentIndex (AttachmentHandle_t) - // NetworkVarNames: m_nAttachmentName (CUtlStringToken) - // NetworkVarNames: m_iEffectName (uint16) - // NetworkVarNames: m_nExplosionType (uint8) - public static class CEffectData { - public const nint m_vOrigin = 0x8; // Vector - public const nint m_vStart = 0x14; // Vector - public const nint m_vNormal = 0x20; // Vector - public const nint m_vAngles = 0x2C; // QAngle - public const nint m_hEntity = 0x38; // CEntityHandle - public const nint m_hOtherEntity = 0x3C; // CEntityHandle - public const nint m_flScale = 0x40; // float32 - public const nint m_flMagnitude = 0x44; // float32 - public const nint m_flRadius = 0x48; // float32 - public const nint m_nSurfaceProp = 0x4C; // CUtlStringToken - public const nint m_nEffectIndex = 0x50; // CWeakHandle - public const nint m_nDamageType = 0x58; // uint32 - public const nint m_nPenetrate = 0x5C; // uint8 - public const nint m_nMaterial = 0x5E; // uint16 - public const nint m_nHitBox = 0x60; // uint16 - public const nint m_nColor = 0x62; // uint8 - public const nint m_fFlags = 0x63; // uint8 - public const nint m_nAttachmentIndex = 0x64; // AttachmentHandle_t - public const nint m_nAttachmentName = 0x68; // CUtlStringToken - public const nint m_iEffectName = 0x6C; // uint16 - public const nint m_nExplosionType = 0x6E; // uint8 - } - // Parent: CBaseEntity - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_flFadeStartDist (float32) - // NetworkVarNames: m_flFadeEndDist (float32) - public static class CEnvDetailController { - public const nint m_flFadeStartDist = 0x7A8; // float32 - public const nint m_flFadeEndDist = 0x7AC; // float32 - } - // Parent: None - // Fields count: 31 - // - // Metadata: - // NetworkVarNames: m_flStartTime (GameTime_t) - // NetworkVarNames: m_iWindSeed (uint32) - // NetworkVarNames: m_iMinWind (uint16) - // NetworkVarNames: m_iMaxWind (uint16) - // NetworkVarNames: m_windRadius (int32) - // NetworkVarNames: m_iMinGust (uint16) - // NetworkVarNames: m_iMaxGust (uint16) - // NetworkVarNames: m_flMinGustDelay (float32) - // NetworkVarNames: m_flMaxGustDelay (float32) - // NetworkVarNames: m_flGustDuration (float32) - // NetworkVarNames: m_iGustDirChange (uint16) - // NetworkVarNames: m_location (Vector) - // NetworkVarNames: m_iInitialWindDir (uint16) - // NetworkVarNames: m_flInitialWindSpeed (float32) - public static class CEnvWindShared { - public const nint m_flStartTime = 0x8; // GameTime_t - public const nint m_iWindSeed = 0xC; // uint32 - public const nint m_iMinWind = 0x10; // uint16 - public const nint m_iMaxWind = 0x12; // uint16 - public const nint m_windRadius = 0x14; // int32 - public const nint m_iMinGust = 0x18; // uint16 - public const nint m_iMaxGust = 0x1A; // uint16 - public const nint m_flMinGustDelay = 0x1C; // float32 - public const nint m_flMaxGustDelay = 0x20; // float32 - public const nint m_flGustDuration = 0x24; // float32 - public const nint m_iGustDirChange = 0x28; // uint16 - public const nint m_location = 0x2C; // Vector - public const nint m_iszGustSound = 0x38; // int32 - public const nint m_iWindDir = 0x3C; // int32 - public const nint m_flWindSpeed = 0x40; // float32 - public const nint m_currentWindVector = 0x44; // Vector - public const nint m_CurrentSwayVector = 0x50; // Vector - public const nint m_PrevSwayVector = 0x5C; // Vector - public const nint m_iInitialWindDir = 0x68; // uint16 - public const nint m_flInitialWindSpeed = 0x6C; // float32 - public const nint m_OnGustStart = 0x70; // CEntityIOOutput - public const nint m_OnGustEnd = 0x98; // CEntityIOOutput - public const nint m_flVariationTime = 0xC0; // GameTime_t - public const nint m_flSwayTime = 0xC4; // GameTime_t - public const nint m_flSimTime = 0xC8; // GameTime_t - public const nint m_flSwitchTime = 0xCC; // GameTime_t - public const nint m_flAveWindSpeed = 0xD0; // float32 - public const nint m_bGusting = 0xD4; // bool - public const nint m_flWindAngleVariation = 0xD8; // float32 - public const nint m_flWindSpeedVariation = 0xDC; // float32 - public const nint m_iEntIndex = 0xE0; // CEntityIndex - } - // Parent: None - // Fields count: 12 - // - // Metadata: - // NetworkVarNames: m_nModelID (int32) - // NetworkVarNames: m_hMaterial (HMaterialStrong) - // NetworkVarNames: m_solid (ShardSolid_t) - // NetworkVarNames: m_ShatterPanelMode (ShatterPanelMode) - // NetworkVarNames: m_vecPanelSize (Vector2D) - // NetworkVarNames: m_vecStressPositionA (Vector2D) - // NetworkVarNames: m_vecStressPositionB (Vector2D) - // NetworkVarNames: m_vecPanelVertices (Vector2D) - // NetworkVarNames: m_flGlassHalfThickness (float) - // NetworkVarNames: m_bHasParent (bool) - // NetworkVarNames: m_bParentFrozen (bool) - // NetworkVarNames: m_SurfacePropStringToken (CUtlStringToken) - public static class shard_model_desc_t { - public const nint m_nModelID = 0x8; // int32 - public const nint m_hMaterial = 0x10; // CStrongHandle - public const nint m_solid = 0x18; // ShardSolid_t - public const nint m_ShatterPanelMode = 0x19; // ShatterPanelMode - public const nint m_vecPanelSize = 0x1C; // Vector2D - public const nint m_vecStressPositionA = 0x24; // Vector2D - public const nint m_vecStressPositionB = 0x2C; // Vector2D - public const nint m_vecPanelVertices = 0x38; // CNetworkUtlVectorBase - public const nint m_flGlassHalfThickness = 0x50; // float32 - public const nint m_bHasParent = 0x54; // bool - public const nint m_bParentFrozen = 0x55; // bool - public const nint m_SurfacePropStringToken = 0x58; // CUtlStringToken - } - // Parent: None - // Fields count: 11 - // - // Metadata: - // NetworkVarNames: m_iGlowType (int32) - // NetworkVarNames: m_iGlowTeam (int32) - // NetworkVarNames: m_nGlowRange (int32) - // NetworkVarNames: m_nGlowRangeMin (int32) - // NetworkVarNames: m_glowColorOverride (Color) - // NetworkVarNames: m_bFlashing (bool) - // NetworkVarNames: m_flGlowTime (float) - // NetworkVarNames: m_flGlowStartTime (float) - // NetworkVarNames: m_bEligibleForScreenHighlight (bool) - public static class CGlowProperty { - public const nint m_fGlowColor = 0x8; // Vector - public const nint m_iGlowType = 0x30; // int32 - public const nint m_iGlowTeam = 0x34; // int32 - public const nint m_nGlowRange = 0x38; // int32 - public const nint m_nGlowRangeMin = 0x3C; // int32 - public const nint m_glowColorOverride = 0x40; // Color - public const nint m_bFlashing = 0x44; // bool - public const nint m_flGlowTime = 0x48; // float32 - public const nint m_flGlowStartTime = 0x4C; // float32 - public const nint m_bEligibleForScreenHighlight = 0x50; // bool - public const nint m_bGlowing = 0x51; // bool - } - // Parent: None - // Fields count: 25 - // - // Metadata: - // NetworkVarNames: dirPrimary (Vector) - // NetworkVarNames: colorPrimary (Color) - // NetworkVarNames: colorSecondary (Color) - // NetworkVarNames: colorPrimaryLerpTo (Color) - // NetworkVarNames: colorSecondaryLerpTo (Color) - // NetworkVarNames: start (float32) - // NetworkVarNames: end (float32) - // NetworkVarNames: farz (float32) - // NetworkVarNames: maxdensity (float32) - // NetworkVarNames: exponent (float32) - // NetworkVarNames: HDRColorScale (float32) - // NetworkVarNames: skyboxFogFactor (float32) - // NetworkVarNames: skyboxFogFactorLerpTo (float32) - // NetworkVarNames: startLerpTo (float32) - // NetworkVarNames: endLerpTo (float32) - // NetworkVarNames: maxdensityLerpTo (float32) - // NetworkVarNames: lerptime (GameTime_t) - // NetworkVarNames: duration (float32) - // NetworkVarNames: blendtobackground (float32) - // NetworkVarNames: scattering (float32) - // NetworkVarNames: locallightscale (float32) - // NetworkVarNames: enable (bool) - // NetworkVarNames: blend (bool) - // NetworkVarNames: m_bNoReflectionFog (bool) - public static class fogparams_t { - public const nint dirPrimary = 0x8; // Vector - public const nint colorPrimary = 0x14; // Color - public const nint colorSecondary = 0x18; // Color - public const nint colorPrimaryLerpTo = 0x1C; // Color - public const nint colorSecondaryLerpTo = 0x20; // Color - public const nint start = 0x24; // float32 - public const nint end = 0x28; // float32 - public const nint farz = 0x2C; // float32 - public const nint maxdensity = 0x30; // float32 - public const nint exponent = 0x34; // float32 - public const nint HDRColorScale = 0x38; // float32 - public const nint skyboxFogFactor = 0x3C; // float32 - public const nint skyboxFogFactorLerpTo = 0x40; // float32 - public const nint startLerpTo = 0x44; // float32 - public const nint endLerpTo = 0x48; // float32 - public const nint maxdensityLerpTo = 0x4C; // float32 - public const nint lerptime = 0x50; // GameTime_t - public const nint duration = 0x54; // float32 - public const nint blendtobackground = 0x58; // float32 - public const nint scattering = 0x5C; // float32 - public const nint locallightscale = 0x60; // float32 - public const nint enable = 0x64; // bool - public const nint blend = 0x65; // bool - public const nint m_bNoReflectionFog = 0x66; // bool - public const nint m_bPadding = 0x67; // bool - } - // Parent: None - // Fields count: 14 - // - // Metadata: - // NetworkVarNames: m_hCtrl (CHandle) - public static class fogplayerparams_t { - public const nint m_hCtrl = 0x8; // CHandle - public const nint m_flTransitionTime = 0xC; // float32 - public const nint m_OldColor = 0x10; // Color - public const nint m_flOldStart = 0x14; // float32 - public const nint m_flOldEnd = 0x18; // float32 - public const nint m_flOldMaxDensity = 0x1C; // float32 - public const nint m_flOldHDRColorScale = 0x20; // float32 - public const nint m_flOldFarZ = 0x24; // float32 - public const nint m_NewColor = 0x28; // Color - public const nint m_flNewStart = 0x2C; // float32 - public const nint m_flNewEnd = 0x30; // float32 - public const nint m_flNewMaxDensity = 0x34; // float32 - public const nint m_flNewHDRColorScale = 0x38; // float32 - public const nint m_flNewFarZ = 0x3C; // float32 - } - // Parent: None - // Fields count: 6 - // - // Metadata: - // NetworkVarNames: scale (int16) - // NetworkVarNames: origin (Vector) - // NetworkVarNames: bClip3DSkyBoxNearToWorldFar (bool) - // NetworkVarNames: flClip3DSkyBoxNearToWorldFarOffset (float32) - // NetworkVarNames: fog (fogparams_t) - // NetworkVarNames: m_nWorldGroupID (WorldGroupId_t) - public static class sky3dparams_t { - public const nint scale = 0x8; // int16 - public const nint origin = 0xC; // Vector - public const nint bClip3DSkyBoxNearToWorldFar = 0x18; // bool - public const nint flClip3DSkyBoxNearToWorldFarOffset = 0x1C; // float32 - public const nint fog = 0x20; // fogparams_t - public const nint m_nWorldGroupID = 0x88; // WorldGroupId_t - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // NetworkVarNames: m_Transforms (CTransform) - // NetworkVarNames: m_hOwner (EHANDLE) - public static class PhysicsRagdollPose_t { - public const nint __m_pChainEntity = 0x8; // CNetworkVarChainer - public const nint m_Transforms = 0x30; // CNetworkUtlVectorBase - public const nint m_hOwner = 0x48; // CHandle - } - // Parent: CBaseEntity - // Fields count: 9 - // - // Metadata: - // NetworkVarNames: m_iszStackName (string_t) - // NetworkVarNames: m_iszOperatorName (string_t) - // NetworkVarNames: m_iszOpvarName (string_t) - // NetworkVarNames: m_iOpvarIndex (int) - // NetworkVarNames: m_bUseAutoCompare (bool) - public static class CSoundOpvarSetPointBase { - public const nint m_bDisabled = 0x7A8; // bool - public const nint m_hSource = 0x7AC; // CEntityHandle - public const nint m_iszSourceEntityName = 0x7B8; // CUtlSymbolLarge - public const nint m_vLastPosition = 0x810; // Vector - public const nint m_iszStackName = 0x820; // CUtlSymbolLarge - public const nint m_iszOperatorName = 0x828; // CUtlSymbolLarge - public const nint m_iszOpvarName = 0x830; // CUtlSymbolLarge - public const nint m_iOpvarIndex = 0x838; // int32 - public const nint m_bUseAutoCompare = 0x83C; // bool - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_Attributes (CEconItemAttribute) - public static class CAttributeList { - public const nint m_Attributes = 0x8; // CUtlVectorEmbeddedNetworkVar - public const nint m_pManager = 0x58; // CAttributeManager* - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // NetworkVarNames: m_iAttributeDefinitionIndex (attrib_definition_index_t) - // NetworkVarNames: m_flValue (float) - // NetworkVarNames: m_flInitialValue (float) - // NetworkVarNames: m_nRefundableCurrency (int) - // NetworkVarNames: m_bSetBonus (bool) - public static class CEconItemAttribute { - public const nint m_iAttributeDefinitionIndex = 0x30; // uint16 - public const nint m_flValue = 0x34; // float32 - public const nint m_flInitialValue = 0x38; // float32 - public const nint m_nRefundableCurrency = 0x3C; // int32 - public const nint m_bSetBonus = 0x40; // bool - } - // Parent: None - // Fields count: 6 - // - // Metadata: - // NetworkVarNames: m_iReapplyProvisionParity (int) - // NetworkVarNames: m_hOuter (EHANDLE) - // NetworkVarNames: m_ProviderType (attributeprovidertypes_t) - public static class CAttributeManager { - public const nint m_Providers = 0x8; // CUtlVector> - public const nint m_iReapplyProvisionParity = 0x20; // int32 - public const nint m_hOuter = 0x24; // CHandle - public const nint m_bPreventLoopback = 0x28; // bool - public const nint m_ProviderType = 0x2C; // attributeprovidertypes_t - public const nint m_CachedResults = 0x30; // CUtlVector - } - // Parent: CAttributeManager - // Fields count: 1 - // - // Metadata: - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // NetworkVarNames: m_Item (CEconItemView) - public static class CAttributeContainer { - public const nint m_Item = 0x50; // CEconItemView - } - // Parent: AmmoTypeInfo_t - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class GameAmmoTypeInfo_t { - public const nint m_nBuySize = 0x34; // int32 - public const nint m_nCost = 0x38; // int32 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_bSpotted (bool) - // NetworkVarNames: m_bSpottedByMask (uint32) - public static class EntitySpottedState_t { - public const nint m_bSpotted = 0x8; // bool - public const nint m_bSpottedByMask = 0xC; // uint32[2] - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_pGameRules (CCSGameRules*) - public static class CCSGameRulesProxy { - public const nint m_pGameRules = 0x7A8; // CCSGameRules* - } - // Parent: None - // Fields count: 215 - // - // Metadata: - // NetworkVarNames: m_bFreezePeriod (bool) - // NetworkVarNames: m_bWarmupPeriod (bool) - // NetworkVarNames: m_fWarmupPeriodEnd (GameTime_t) - // NetworkVarNames: m_fWarmupPeriodStart (GameTime_t) - // NetworkVarNames: m_nTotalPausedTicks (int) - // NetworkVarNames: m_nPauseStartTick (int) - // NetworkVarNames: m_bServerPaused (bool) - // NetworkVarNames: m_bGamePaused (bool) - // NetworkVarNames: m_bTerroristTimeOutActive (bool) - // NetworkVarNames: m_bCTTimeOutActive (bool) - // NetworkVarNames: m_flTerroristTimeOutRemaining (float) - // NetworkVarNames: m_flCTTimeOutRemaining (float) - // NetworkVarNames: m_nTerroristTimeOuts (int) - // NetworkVarNames: m_nCTTimeOuts (int) - // NetworkVarNames: m_bTechnicalTimeOut (bool) - // NetworkVarNames: m_bMatchWaitingForResume (bool) - // NetworkVarNames: m_iRoundTime (int) - // NetworkVarNames: m_fMatchStartTime (float) - // NetworkVarNames: m_fRoundStartTime (GameTime_t) - // NetworkVarNames: m_flRestartRoundTime (GameTime_t) - // NetworkVarNames: m_bGameRestart (bool) - // NetworkVarNames: m_flGameStartTime (float) - // NetworkVarNames: m_timeUntilNextPhaseStarts (float) - // NetworkVarNames: m_gamePhase (int) - // NetworkVarNames: m_totalRoundsPlayed (int) - // NetworkVarNames: m_nRoundsPlayedThisPhase (int) - // NetworkVarNames: m_nOvertimePlaying (int) - // NetworkVarNames: m_iHostagesRemaining (int) - // NetworkVarNames: m_bAnyHostageReached (bool) - // NetworkVarNames: m_bMapHasBombTarget (bool) - // NetworkVarNames: m_bMapHasRescueZone (bool) - // NetworkVarNames: m_bMapHasBuyZone (bool) - // NetworkVarNames: m_bIsQueuedMatchmaking (bool) - // NetworkVarNames: m_nQueuedMatchmakingMode (int) - // NetworkVarNames: m_bIsValveDS (bool) - // NetworkVarNames: m_bLogoMap (bool) - // NetworkVarNames: m_bPlayAllStepSoundsOnServer (bool) - // NetworkVarNames: m_iSpectatorSlotCount (int) - // NetworkVarNames: m_MatchDevice (int) - // NetworkVarNames: m_bHasMatchStarted (bool) - // NetworkVarNames: m_nNextMapInMapgroup (int) - // NetworkVarNames: m_szTournamentEventName (char) - // NetworkVarNames: m_szTournamentEventStage (char) - // NetworkVarNames: m_szMatchStatTxt (char) - // NetworkVarNames: m_szTournamentPredictionsTxt (char) - // NetworkVarNames: m_nTournamentPredictionsPct (int) - // NetworkVarNames: m_flCMMItemDropRevealStartTime (GameTime_t) - // NetworkVarNames: m_flCMMItemDropRevealEndTime (GameTime_t) - // NetworkVarNames: m_bIsDroppingItems (bool) - // NetworkVarNames: m_bIsQuestEligible (bool) - // NetworkVarNames: m_bIsHltvActive (bool) - // NetworkVarNames: m_nGuardianModeWaveNumber (int) - // NetworkVarNames: m_nGuardianModeSpecialKillsRemaining (int) - // NetworkVarNames: m_nGuardianModeSpecialWeaponNeeded (int) - // NetworkVarNames: m_numGlobalGiftsGiven (uint32) - // NetworkVarNames: m_numGlobalGifters (uint32) - // NetworkVarNames: m_numGlobalGiftsPeriodSeconds (uint32) - // NetworkVarNames: m_arrFeaturedGiftersAccounts (uint32) - // NetworkVarNames: m_arrFeaturedGiftersGifts (uint32) - // NetworkVarNames: m_arrProhibitedItemIndices (uint16) - // NetworkVarNames: m_arrTournamentActiveCasterAccounts (uint32) - // NetworkVarNames: m_numBestOfMaps (int) - // NetworkVarNames: m_nHalloweenMaskListSeed (int) - // NetworkVarNames: m_bBombDropped (bool) - // NetworkVarNames: m_bBombPlanted (bool) - // NetworkVarNames: m_iRoundWinStatus (int) - // NetworkVarNames: m_eRoundWinReason (int) - // NetworkVarNames: m_bTCantBuy (bool) - // NetworkVarNames: m_bCTCantBuy (bool) - // NetworkVarNames: m_flGuardianBuyUntilTime (GameTime_t) - // NetworkVarNames: m_iMatchStats_RoundResults (int) - // NetworkVarNames: m_iMatchStats_PlayersAlive_CT (int) - // NetworkVarNames: m_iMatchStats_PlayersAlive_T (int) - // NetworkVarNames: m_TeamRespawnWaveTimes (float) - // NetworkVarNames: m_flNextRespawnWave (GameTime_t) - // NetworkVarNames: m_nServerQuestID (int) - // NetworkVarNames: m_vMinimapMins (Vector) - // NetworkVarNames: m_vMinimapMaxs (Vector) - // NetworkVarNames: m_MinimapVerticalSectionHeights (float) - // NetworkVarNames: m_nEndMatchMapGroupVoteTypes (int) - // NetworkVarNames: m_nEndMatchMapGroupVoteOptions (int) - // NetworkVarNames: m_nEndMatchMapVoteWinner (int) - // NetworkVarNames: m_iNumConsecutiveCTLoses (int) - // NetworkVarNames: m_iNumConsecutiveTerroristLoses (int) - // NetworkVarNames: m_nMatchAbortedEarlyReason (int) - // NetworkVarNames: m_pGameModeRules (CCSGameModeRules*) - // NetworkVarNames: m_RetakeRules (CRetakeGameRules) - // NetworkVarNames: m_nMatchEndCount (uint8) - // NetworkVarNames: m_nTTeamIntroVariant (int) - // NetworkVarNames: m_nCTTeamIntroVariant (int) - // NetworkVarNames: m_bTeamIntroPeriod (bool) - // NetworkVarNames: m_iRoundEndWinnerTeam (int) - // NetworkVarNames: m_eRoundEndReason (int) - // NetworkVarNames: m_bRoundEndShowTimerDefend (bool) - // NetworkVarNames: m_iRoundEndTimerTime (int) - // NetworkVarNames: m_sRoundEndFunFactToken (CUtlString) - // NetworkVarNames: m_iRoundEndFunFactPlayerSlot (CPlayerSlot) - // NetworkVarNames: m_iRoundEndFunFactData1 (int) - // NetworkVarNames: m_iRoundEndFunFactData2 (int) - // NetworkVarNames: m_iRoundEndFunFactData3 (int) - // NetworkVarNames: m_sRoundEndMessage (CUtlString) - // NetworkVarNames: m_iRoundEndPlayerCount (int) - // NetworkVarNames: m_bRoundEndNoMusic (bool) - // NetworkVarNames: m_iRoundEndLegacy (int) - // NetworkVarNames: m_nRoundEndCount (uint8) - // NetworkVarNames: m_iRoundStartRoundNumber (int) - // NetworkVarNames: m_nRoundStartCount (uint8) - public static class CCSGameRules { - public const nint __m_pChainEntity = 0x98; // CNetworkVarChainer - public const nint m_coopMissionManager = 0xC0; // CHandle - public const nint m_bFreezePeriod = 0xC4; // bool - public const nint m_bWarmupPeriod = 0xC5; // bool - public const nint m_fWarmupPeriodEnd = 0xC8; // GameTime_t - public const nint m_fWarmupPeriodStart = 0xCC; // GameTime_t - public const nint m_nTotalPausedTicks = 0xD0; // int32 - public const nint m_nPauseStartTick = 0xD4; // int32 - public const nint m_bServerPaused = 0xD8; // bool - public const nint m_bGamePaused = 0xD9; // bool - public const nint m_bTerroristTimeOutActive = 0xDA; // bool - public const nint m_bCTTimeOutActive = 0xDB; // bool - public const nint m_flTerroristTimeOutRemaining = 0xDC; // float32 - public const nint m_flCTTimeOutRemaining = 0xE0; // float32 - public const nint m_nTerroristTimeOuts = 0xE4; // int32 - public const nint m_nCTTimeOuts = 0xE8; // int32 - public const nint m_bTechnicalTimeOut = 0xEC; // bool - public const nint m_bMatchWaitingForResume = 0xED; // bool - public const nint m_iRoundTime = 0xF0; // int32 - public const nint m_fMatchStartTime = 0xF4; // float32 - public const nint m_fRoundStartTime = 0xF8; // GameTime_t - public const nint m_flRestartRoundTime = 0xFC; // GameTime_t - public const nint m_bGameRestart = 0x100; // bool - public const nint m_flGameStartTime = 0x104; // float32 - public const nint m_timeUntilNextPhaseStarts = 0x108; // float32 - public const nint m_gamePhase = 0x10C; // int32 - public const nint m_totalRoundsPlayed = 0x110; // int32 - public const nint m_nRoundsPlayedThisPhase = 0x114; // int32 - public const nint m_nOvertimePlaying = 0x118; // int32 - public const nint m_iHostagesRemaining = 0x11C; // int32 - public const nint m_bAnyHostageReached = 0x120; // bool - public const nint m_bMapHasBombTarget = 0x121; // bool - public const nint m_bMapHasRescueZone = 0x122; // bool - public const nint m_bMapHasBuyZone = 0x123; // bool - public const nint m_bIsQueuedMatchmaking = 0x124; // bool - public const nint m_nQueuedMatchmakingMode = 0x128; // int32 - public const nint m_bIsValveDS = 0x12C; // bool - public const nint m_bLogoMap = 0x12D; // bool - public const nint m_bPlayAllStepSoundsOnServer = 0x12E; // bool - public const nint m_iSpectatorSlotCount = 0x130; // int32 - public const nint m_MatchDevice = 0x134; // int32 - public const nint m_bHasMatchStarted = 0x138; // bool - public const nint m_nNextMapInMapgroup = 0x13C; // int32 - public const nint m_szTournamentEventName = 0x140; // char[512] - public const nint m_szTournamentEventStage = 0x340; // char[512] - public const nint m_szMatchStatTxt = 0x540; // char[512] - public const nint m_szTournamentPredictionsTxt = 0x740; // char[512] - public const nint m_nTournamentPredictionsPct = 0x940; // int32 - public const nint m_flCMMItemDropRevealStartTime = 0x944; // GameTime_t - public const nint m_flCMMItemDropRevealEndTime = 0x948; // GameTime_t - public const nint m_bIsDroppingItems = 0x94C; // bool - public const nint m_bIsQuestEligible = 0x94D; // bool - public const nint m_bIsHltvActive = 0x94E; // bool - public const nint m_nGuardianModeWaveNumber = 0x950; // int32 - public const nint m_nGuardianModeSpecialKillsRemaining = 0x954; // int32 - public const nint m_nGuardianModeSpecialWeaponNeeded = 0x958; // int32 - public const nint m_nGuardianGrenadesToGiveBots = 0x95C; // int32 - public const nint m_nNumHeaviesToSpawn = 0x960; // int32 - public const nint m_numGlobalGiftsGiven = 0x964; // uint32 - public const nint m_numGlobalGifters = 0x968; // uint32 - public const nint m_numGlobalGiftsPeriodSeconds = 0x96C; // uint32 - public const nint m_arrFeaturedGiftersAccounts = 0x970; // uint32[4] - public const nint m_arrFeaturedGiftersGifts = 0x980; // uint32[4] - public const nint m_arrProhibitedItemIndices = 0x990; // uint16[100] - public const nint m_arrTournamentActiveCasterAccounts = 0xA58; // uint32[4] - public const nint m_numBestOfMaps = 0xA68; // int32 - public const nint m_nHalloweenMaskListSeed = 0xA6C; // int32 - public const nint m_bBombDropped = 0xA70; // bool - public const nint m_bBombPlanted = 0xA71; // bool - public const nint m_iRoundWinStatus = 0xA74; // int32 - public const nint m_eRoundWinReason = 0xA78; // int32 - public const nint m_bTCantBuy = 0xA7C; // bool - public const nint m_bCTCantBuy = 0xA7D; // bool - public const nint m_flGuardianBuyUntilTime = 0xA80; // GameTime_t - public const nint m_iMatchStats_RoundResults = 0xA84; // int32[30] - public const nint m_iMatchStats_PlayersAlive_CT = 0xAFC; // int32[30] - public const nint m_iMatchStats_PlayersAlive_T = 0xB74; // int32[30] - public const nint m_TeamRespawnWaveTimes = 0xBEC; // float32[32] - public const nint m_flNextRespawnWave = 0xC6C; // GameTime_t[32] - public const nint m_nServerQuestID = 0xCEC; // int32 - public const nint m_vMinimapMins = 0xCF0; // Vector - public const nint m_vMinimapMaxs = 0xCFC; // Vector - public const nint m_MinimapVerticalSectionHeights = 0xD08; // float32[8] - public const nint m_bDontIncrementCoopWave = 0xD28; // bool - public const nint m_bSpawnedTerrorHuntHeavy = 0xD29; // bool - public const nint m_nEndMatchMapGroupVoteTypes = 0xD2C; // int32[10] - public const nint m_nEndMatchMapGroupVoteOptions = 0xD54; // int32[10] - public const nint m_nEndMatchMapVoteWinner = 0xD7C; // int32 - public const nint m_iNumConsecutiveCTLoses = 0xD80; // int32 - public const nint m_iNumConsecutiveTerroristLoses = 0xD84; // int32 - public const nint m_bHasHostageBeenTouched = 0xDA0; // bool - public const nint m_flIntermissionStartTime = 0xDA4; // GameTime_t - public const nint m_flIntermissionEndTime = 0xDA8; // GameTime_t - public const nint m_bLevelInitialized = 0xDAC; // bool - public const nint m_iTotalRoundsPlayed = 0xDB0; // int32 - public const nint m_iUnBalancedRounds = 0xDB4; // int32 - public const nint m_endMatchOnRoundReset = 0xDB8; // bool - public const nint m_endMatchOnThink = 0xDB9; // bool - public const nint m_iFreezeTime = 0xDBC; // int32 - public const nint m_iNumTerrorist = 0xDC0; // int32 - public const nint m_iNumCT = 0xDC4; // int32 - public const nint m_iNumSpawnableTerrorist = 0xDC8; // int32 - public const nint m_iNumSpawnableCT = 0xDCC; // int32 - public const nint m_arrSelectedHostageSpawnIndices = 0xDD0; // CUtlVector - public const nint m_nSpawnPointsRandomSeed = 0xDE8; // int32 - public const nint m_bFirstConnected = 0xDEC; // bool - public const nint m_bCompleteReset = 0xDED; // bool - public const nint m_bPickNewTeamsOnReset = 0xDEE; // bool - public const nint m_bScrambleTeamsOnRestart = 0xDEF; // bool - public const nint m_bSwapTeamsOnRestart = 0xDF0; // bool - public const nint m_nEndMatchTiedVotes = 0xDF8; // CUtlVector - public const nint m_bNeedToAskPlayersForContinueVote = 0xE14; // bool - public const nint m_numQueuedMatchmakingAccounts = 0xE18; // uint32 - public const nint m_pQueuedMatchmakingReservationString = 0xE20; // char* - public const nint m_numTotalTournamentDrops = 0xE28; // uint32 - public const nint m_numSpectatorsCountMax = 0xE2C; // uint32 - public const nint m_numSpectatorsCountMaxTV = 0xE30; // uint32 - public const nint m_numSpectatorsCountMaxLnk = 0xE34; // uint32 - public const nint m_bForceTeamChangeSilent = 0xE40; // bool - public const nint m_bLoadingRoundBackupData = 0xE41; // bool - public const nint m_nMatchInfoShowType = 0xE78; // int32 - public const nint m_flMatchInfoDecidedTime = 0xE7C; // float32 - public const nint m_flCoopRespawnAndHealTime = 0xE98; // float32 - public const nint m_coopBonusCoinsFound = 0xE9C; // int32 - public const nint m_coopBonusPistolsOnly = 0xEA0; // bool - public const nint m_coopPlayersInDeploymentZone = 0xEA1; // bool - public const nint m_coopMissionDeadPlayerRespawnEnabled = 0xEA2; // bool - public const nint mTeamDMLastWinningTeamNumber = 0xEA4; // int32 - public const nint mTeamDMLastThinkTime = 0xEA8; // float32 - public const nint m_flTeamDMLastAnnouncementTime = 0xEAC; // float32 - public const nint m_iAccountTerrorist = 0xEB0; // int32 - public const nint m_iAccountCT = 0xEB4; // int32 - public const nint m_iSpawnPointCount_Terrorist = 0xEB8; // int32 - public const nint m_iSpawnPointCount_CT = 0xEBC; // int32 - public const nint m_iMaxNumTerrorists = 0xEC0; // int32 - public const nint m_iMaxNumCTs = 0xEC4; // int32 - public const nint m_iLoserBonus = 0xEC8; // int32 - public const nint m_iLoserBonusMostRecentTeam = 0xECC; // int32 - public const nint m_tmNextPeriodicThink = 0xED0; // float32 - public const nint m_bVoiceWonMatchBragFired = 0xED4; // bool - public const nint m_fWarmupNextChatNoticeTime = 0xED8; // float32 - public const nint m_iHostagesRescued = 0xEE0; // int32 - public const nint m_iHostagesTouched = 0xEE4; // int32 - public const nint m_flNextHostageAnnouncement = 0xEE8; // float32 - public const nint m_bNoTerroristsKilled = 0xEEC; // bool - public const nint m_bNoCTsKilled = 0xEED; // bool - public const nint m_bNoEnemiesKilled = 0xEEE; // bool - public const nint m_bCanDonateWeapons = 0xEEF; // bool - public const nint m_firstKillTime = 0xEF4; // float32 - public const nint m_firstBloodTime = 0xEFC; // float32 - public const nint m_hostageWasInjured = 0xF18; // bool - public const nint m_hostageWasKilled = 0xF19; // bool - public const nint m_bVoteCalled = 0xF28; // bool - public const nint m_bServerVoteOnReset = 0xF29; // bool - public const nint m_flVoteCheckThrottle = 0xF2C; // float32 - public const nint m_bBuyTimeEnded = 0xF30; // bool - public const nint m_nLastFreezeEndBeep = 0xF34; // int32 - public const nint m_bTargetBombed = 0xF38; // bool - public const nint m_bBombDefused = 0xF39; // bool - public const nint m_bMapHasBombZone = 0xF3A; // bool - public const nint m_vecMainCTSpawnPos = 0xF58; // Vector - public const nint m_CTSpawnPointsMasterList = 0xF68; // CUtlVector - public const nint m_TerroristSpawnPointsMasterList = 0xF80; // CUtlVector - public const nint m_bRespawningAllRespawnablePlayers = 0xF98; // bool - public const nint m_iNextCTSpawnPoint = 0xF9C; // int32 - public const nint m_flCTSpawnPointUsedTime = 0xFA0; // float32 - public const nint m_iNextTerroristSpawnPoint = 0xFA4; // int32 - public const nint m_flTerroristSpawnPointUsedTime = 0xFA8; // float32 - public const nint m_CTSpawnPoints = 0xFB0; // CUtlVector - public const nint m_TerroristSpawnPoints = 0xFC8; // CUtlVector - public const nint m_bIsUnreservedGameServer = 0xFE0; // bool - public const nint m_fAutobalanceDisplayTime = 0xFE4; // float32 - public const nint m_bAllowWeaponSwitch = 0x1250; // bool - public const nint m_bRoundTimeWarningTriggered = 0x1251; // bool - public const nint m_phaseChangeAnnouncementTime = 0x1254; // GameTime_t - public const nint m_fNextUpdateTeamClanNamesTime = 0x1258; // float32 - public const nint m_flLastThinkTime = 0x125C; // GameTime_t - public const nint m_fAccumulatedRoundOffDamage = 0x1260; // float32 - public const nint m_nShorthandedBonusLastEvalRound = 0x1264; // int32 - public const nint m_nMatchAbortedEarlyReason = 0x14E0; // int32 - public const nint m_bHasTriggeredRoundStartMusic = 0x14E4; // bool - public const nint m_bHasTriggeredCoopSpawnReset = 0x14E5; // bool - public const nint m_bSwitchingTeamsAtRoundReset = 0x14E6; // bool - public const nint m_pGameModeRules = 0x1500; // CCSGameModeRules* - public const nint m_BtGlobalBlackboard = 0x1508; // KeyValues3 - public const nint m_hPlayerResource = 0x1568; // CHandle - public const nint m_RetakeRules = 0x1570; // CRetakeGameRules - public const nint m_GuardianBotSkillLevelMax = 0x1754; // int32 - public const nint m_GuardianBotSkillLevelMin = 0x1758; // int32 - public const nint m_arrTeamUniqueKillWeaponsMatch = 0x1760; // CUtlVector[4] - public const nint m_bTeamLastKillUsedUniqueWeaponMatch = 0x17C0; // bool[4] - public const nint m_nMatchEndCount = 0x17E8; // uint8 - public const nint m_nTTeamIntroVariant = 0x17EC; // int32 - public const nint m_nCTTeamIntroVariant = 0x17F0; // int32 - public const nint m_bTeamIntroPeriod = 0x17F4; // bool - public const nint m_fTeamIntroPeriodEnd = 0x17F8; // GameTime_t - public const nint m_bPlayedTeamIntroVO = 0x17FC; // bool - public const nint m_iRoundEndWinnerTeam = 0x1800; // int32 - public const nint m_eRoundEndReason = 0x1804; // int32 - public const nint m_bRoundEndShowTimerDefend = 0x1808; // bool - public const nint m_iRoundEndTimerTime = 0x180C; // int32 - public const nint m_sRoundEndFunFactToken = 0x1810; // CUtlString - public const nint m_iRoundEndFunFactPlayerSlot = 0x1818; // CPlayerSlot - public const nint m_iRoundEndFunFactData1 = 0x181C; // int32 - public const nint m_iRoundEndFunFactData2 = 0x1820; // int32 - public const nint m_iRoundEndFunFactData3 = 0x1824; // int32 - public const nint m_sRoundEndMessage = 0x1828; // CUtlString - public const nint m_iRoundEndPlayerCount = 0x1830; // int32 - public const nint m_bRoundEndNoMusic = 0x1834; // bool - public const nint m_iRoundEndLegacy = 0x1838; // int32 - public const nint m_nRoundEndCount = 0x183C; // uint8 - public const nint m_iRoundStartRoundNumber = 0x1840; // int32 - public const nint m_nRoundStartCount = 0x1844; // uint8 - public const nint m_flLastPerfSampleTime = 0x5850; // float64 - public const nint m_bSkipNextServerPerfSample = 0x5858; // bool - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MPulseProvideFeatureTag - // MPulseLibraryBindings - public static class CCSTakeDamageInfoAPI { - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MPulseInstanceDomainInfo - // MPulseLibraryBindings - // MPulseDomainOptInFeatureTag - public static class CCSGameModeScript { - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MPulseLibraryBindings - public static class CCSGameModeScript_ConVars { - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_WeaponSequence (CUtlString) - public static class CCSGameModeRules_ArmsRace { - public const nint m_WeaponSequence = 0x38; // CNetworkUtlVectorBase - } - // Parent: CCSGameModeScript - // Fields count: 1 - // - // Metadata: - // MPulseInstanceDomainInfo - // MPulseLibraryBindings - // MPulseDomainOptInFeatureTag - public static class CCSArmsRaceScript { - public const nint m_pOuter = 0xD8; // CCSGameModeRules_ArmsRace* - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // NetworkVarNames: m_flDMBonusStartTime (GameTime_t) - // NetworkVarNames: m_flDMBonusTimeLength (float) - // NetworkVarNames: m_nDMBonusWeaponLoadoutSlot (int16) - public static class CCSGameModeRules_Deathmatch { - public const nint m_flDMBonusStartTime = 0x38; // GameTime_t - public const nint m_flDMBonusTimeLength = 0x3C; // float32 - public const nint m_nDMBonusWeaponLoadoutSlot = 0x40; // int16 - } - // Parent: CCSGameModeScript - // Fields count: 1 - // - // Metadata: - // MPulseInstanceDomainInfo - // MPulseLibraryBindings - // MPulseDomainOptInFeatureTag - public static class CCSDeathmatchScript { - public const nint m_pOuter = 0xD8; // CCSGameModeRules_Deathmatch* - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MPulseLibraryBindings - public static class CCSDeathmatchScript_ConVars { - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // NetworkVarNames: m_nMatchSeed (int) - // NetworkVarNames: m_bBlockersPresent (bool) - // NetworkVarNames: m_bRoundInProgress (bool) - // NetworkVarNames: m_iFirstSecondHalfRound (int) - // NetworkVarNames: m_iBombSite (int) - public static class CRetakeGameRules { - public const nint m_nMatchSeed = 0xF8; // int32 - public const nint m_bBlockersPresent = 0xFC; // bool - public const nint m_bRoundInProgress = 0xFD; // bool - public const nint m_iFirstSecondHalfRound = 0x100; // int32 - public const nint m_iBombSite = 0x104; // int32 - } - // Parent: None - // Fields count: 13 - // - // Metadata: - // NetworkVarNames: m_iKills (int) - // NetworkVarNames: m_iDeaths (int) - // NetworkVarNames: m_iAssists (int) - // NetworkVarNames: m_iDamage (int) - // NetworkVarNames: m_iEquipmentValue (int) - // NetworkVarNames: m_iMoneySaved (int) - // NetworkVarNames: m_iKillReward (int) - // NetworkVarNames: m_iLiveTime (int) - // NetworkVarNames: m_iHeadShotKills (int) - // NetworkVarNames: m_iObjective (int) - // NetworkVarNames: m_iCashEarned (int) - // NetworkVarNames: m_iUtilityDamage (int) - // NetworkVarNames: m_iEnemiesFlashed (int) - public static class CSPerRoundStats_t { - public const nint m_iKills = 0x30; // int32 - public const nint m_iDeaths = 0x34; // int32 - public const nint m_iAssists = 0x38; // int32 - public const nint m_iDamage = 0x3C; // int32 - public const nint m_iEquipmentValue = 0x40; // int32 - public const nint m_iMoneySaved = 0x44; // int32 - public const nint m_iKillReward = 0x48; // int32 - public const nint m_iLiveTime = 0x4C; // int32 - public const nint m_iHeadShotKills = 0x50; // int32 - public const nint m_iObjective = 0x54; // int32 - public const nint m_iCashEarned = 0x58; // int32 - public const nint m_iUtilityDamage = 0x5C; // int32 - public const nint m_iEnemiesFlashed = 0x60; // int32 - } - // Parent: CSPerRoundStats_t - // Fields count: 21 - // - // Metadata: - // NetworkVarNames: m_iEnemy5Ks (int) - // NetworkVarNames: m_iEnemy4Ks (int) - // NetworkVarNames: m_iEnemy3Ks (int) - // NetworkVarNames: m_iEnemyKnifeKills (int) - // NetworkVarNames: m_iEnemyTaserKills (int) - public static class CSMatchStats_t { - public const nint m_iEnemy5Ks = 0x64; // int32 - public const nint m_iEnemy4Ks = 0x68; // int32 - public const nint m_iEnemy3Ks = 0x6C; // int32 - public const nint m_iEnemyKnifeKills = 0x70; // int32 - public const nint m_iEnemyTaserKills = 0x74; // int32 - public const nint m_iEnemy2Ks = 0x78; // int32 - public const nint m_iUtility_Count = 0x7C; // int32 - public const nint m_iUtility_Successes = 0x80; // int32 - public const nint m_iUtility_Enemies = 0x84; // int32 - public const nint m_iFlash_Count = 0x88; // int32 - public const nint m_iFlash_Successes = 0x8C; // int32 - public const nint m_nHealthPointsRemovedTotal = 0x90; // int32 - public const nint m_nHealthPointsDealtTotal = 0x94; // int32 - public const nint m_nShotsFiredTotal = 0x98; // int32 - public const nint m_nShotsOnTargetTotal = 0x9C; // int32 - public const nint m_i1v1Count = 0xA0; // int32 - public const nint m_i1v1Wins = 0xA4; // int32 - public const nint m_i1v2Count = 0xA8; // int32 - public const nint m_i1v2Wins = 0xAC; // int32 - public const nint m_iEntryCount = 0xB0; // int32 - public const nint m_iEntryWins = 0xB4; // int32 - } - // Parent: CBaseEntity - // Fields count: 8 - // - // Metadata: - // NetworkVarNames: m_nVariant (int) - // NetworkVarNames: m_nRandom (int) - // NetworkVarNames: m_nOrdinal (int) - // NetworkVarNames: m_sWeaponName (CUtlString) - // NetworkVarNames: m_xuid (XUID) - // NetworkVarNames: m_agentItem (CEconItemView) - // NetworkVarNames: m_glovesItem (CEconItemView) - // NetworkVarNames: m_weaponItem (CEconItemView) - public static class CCSGO_TeamPreviewCharacterPosition { - public const nint m_nVariant = 0x7A8; // int32 - public const nint m_nRandom = 0x7AC; // int32 - public const nint m_nOrdinal = 0x7B0; // int32 - public const nint m_sWeaponName = 0x7B8; // CUtlString - public const nint m_xuid = 0x7C0; // uint64 - public const nint m_agentItem = 0x7C8; // CEconItemView - public const nint m_glovesItem = 0xA40; // CEconItemView - public const nint m_weaponItem = 0xCB8; // CEconItemView - } - // Parent: CBaseEntity - // Fields count: 5 - // - // Metadata: - // NetworkVarNames: m_hPlayer (CHandle) - // NetworkVarNames: m_hPingedEntity (CHandle) - // NetworkVarNames: m_iType (int) - // NetworkVarNames: m_bUrgent (bool) - // NetworkVarNames: m_szPlaceName (char) - public static class CPlayerPing { - public const nint m_hPlayer = 0x7B0; // CHandle - public const nint m_hPingedEntity = 0x7B4; // CHandle - public const nint m_iType = 0x7B8; // int32 - public const nint m_bUrgent = 0x7BC; // bool - public const nint m_szPlaceName = 0x7BD; // char[18] - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_hPlayerPing (CHandle) - public static class CCSPlayer_PingServices { - public const nint m_flPlayerPingTokens = 0x40; // GameTime_t[5] - public const nint m_hPlayerPing = 0x54; // CHandle - } - // Parent: CBaseEntity - // Fields count: 10 - // - // Metadata: - // NetworkVarNames: m_bHostageAlive (bool) - // NetworkVarNames: m_isHostageFollowingSomeone (bool) - // NetworkVarNames: m_iHostageEntityIDs (CEntityIndex) - // NetworkVarNames: m_bombsiteCenterA (Vector) - // NetworkVarNames: m_bombsiteCenterB (Vector) - // NetworkVarNames: m_hostageRescueX (int) - // NetworkVarNames: m_hostageRescueY (int) - // NetworkVarNames: m_hostageRescueZ (int) - // NetworkVarNames: m_bEndMatchNextMapAllVoted (bool) - public static class CCSPlayerResource { - public const nint m_bHostageAlive = 0x7A8; // bool[12] - public const nint m_isHostageFollowingSomeone = 0x7B4; // bool[12] - public const nint m_iHostageEntityIDs = 0x7C0; // CEntityIndex[12] - public const nint m_bombsiteCenterA = 0x7F0; // Vector - public const nint m_bombsiteCenterB = 0x7FC; // Vector - public const nint m_hostageRescueX = 0x808; // int32[4] - public const nint m_hostageRescueY = 0x818; // int32[4] - public const nint m_hostageRescueZ = 0x828; // int32[4] - public const nint m_bEndMatchNextMapAllVoted = 0x838; // bool - public const nint m_foundGoalPositions = 0x839; // bool - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MPulseProvideFeatureTag - // MPulseLibraryBindings - public static class CCSPlayerControllerAPI { - } - // Parent: CPlayer_CameraServices - // Fields count: 7 - // - // Metadata: - // NetworkVarNames: m_iFOV (uint32) - // NetworkVarNames: m_iFOVStart (uint32) - // NetworkVarNames: m_flFOVTime (GameTime_t) - // NetworkVarNames: m_flFOVRate (float32) - // NetworkVarNames: m_hZoomOwner (CHandle) - public static class CCSPlayerBase_CameraServices { - public const nint m_iFOV = 0x170; // uint32 - public const nint m_iFOVStart = 0x174; // uint32 - public const nint m_flFOVTime = 0x178; // GameTime_t - public const nint m_flFOVRate = 0x17C; // float32 - public const nint m_hZoomOwner = 0x180; // CHandle - public const nint m_hTriggerFogList = 0x188; // CUtlVector> - public const nint m_hLastFogTrigger = 0x1A0; // CHandle - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_nItemDefIndex (uint16) - // NetworkVarNames: m_nCount (uint16) - public static class WeaponPurchaseCount_t { - public const nint m_nItemDefIndex = 0x30; // uint16 - public const nint m_nCount = 0x32; // uint16 - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_weaponPurchases (WeaponPurchaseCount_t) - public static class WeaponPurchaseTracker_t { - public const nint m_weaponPurchases = 0x8; // CUtlVectorEmbeddedNetworkVar - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // NetworkVarNames: m_bIsRescuing (bool) - // NetworkVarNames: m_weaponPurchasesThisMatch (WeaponPurchaseTracker_t) - // NetworkVarNames: m_weaponPurchasesThisRound (WeaponPurchaseTracker_t) - public static class CCSPlayer_ActionTrackingServices { - public const nint m_hLastWeaponBeforeC4AutoSwitch = 0x208; // CHandle - public const nint m_bIsRescuing = 0x23C; // bool - public const nint m_weaponPurchasesThisMatch = 0x240; // WeaponPurchaseTracker_t - public const nint m_weaponPurchasesThisRound = 0x298; // WeaponPurchaseTracker_t - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_totalHitsOnServer (int32) - public static class CCSPlayer_BulletServices { - public const nint m_totalHitsOnServer = 0x40; // int32 - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // NetworkVarNames: m_unDefIdx (item_definition_index_t) - // NetworkVarNames: m_nCost (int) - // NetworkVarNames: m_nPrevArmor (int) - // NetworkVarNames: m_bPrevHelmet (bool) - // NetworkVarNames: m_hItem (CEntityHandle) - public static class SellbackPurchaseEntry_t { - public const nint m_unDefIdx = 0x30; // uint16 - public const nint m_nCost = 0x34; // int32 - public const nint m_nPrevArmor = 0x38; // int32 - public const nint m_bPrevHelmet = 0x3C; // bool - public const nint m_hItem = 0x40; // CEntityHandle - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_vecSellbackPurchaseEntries (SellbackPurchaseEntry_t) - public static class CCSPlayer_BuyServices { - public const nint m_vecSellbackPurchaseEntries = 0xC8; // CUtlVectorEmbeddedNetworkVar - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_hCarriedHostage (CHandle) - // NetworkVarNames: m_hCarriedHostageProp (CHandle) - public static class CCSPlayer_HostageServices { - public const nint m_hCarriedHostage = 0x40; // CHandle - public const nint m_hCarriedHostageProp = 0x44; // CHandle - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // NetworkVarNames: m_bHasDefuser (bool) - // NetworkVarNames: m_bHasHelmet (bool) - // NetworkVarNames: m_bHasHeavyArmor (bool) - public static class CCSPlayer_ItemServices { - public const nint m_bHasDefuser = 0x40; // bool - public const nint m_bHasHelmet = 0x41; // bool - public const nint m_bHasHeavyArmor = 0x42; // bool - } - // Parent: CPlayer_MovementServices_Humanoid - // Fields count: 39 - // - // Metadata: - // NetworkVarNames: m_flMaxFallVelocity (float) - // NetworkVarNames: m_vecLadderNormal (Vector) - // NetworkVarNames: m_nLadderSurfacePropIndex (int) - // NetworkVarNames: m_flDuckAmount (float) - // NetworkVarNames: m_flDuckSpeed (float) - // NetworkVarNames: m_bDuckOverride (bool) - // NetworkVarNames: m_bDesiresDuck (bool) - // NetworkVarNames: m_nDuckTimeMsecs (uint32) - // NetworkVarNames: m_nDuckJumpTimeMsecs (uint32) - // NetworkVarNames: m_nJumpTimeMsecs (uint32) - // NetworkVarNames: m_flLastDuckTime (float) - // NetworkVarNames: m_nGameCodeHasMovedPlayerAfterCommand (int) - // NetworkVarNames: m_bOldJumpPressed (bool) - // NetworkVarNames: m_flJumpUntil (float) - // NetworkVarNames: m_flJumpVel (float) - // NetworkVarNames: m_fStashGrenadeParameterWhen (GameTime_t) - // NetworkVarNames: m_nButtonDownMaskPrev (ButtonBitMask_t) - // NetworkVarNames: m_flOffsetTickCompleteTime (float) - // NetworkVarNames: m_flOffsetTickStashedSpeed (float) - // NetworkVarNames: m_flStamina (float) - public static class CCSPlayer_MovementServices { - public const nint m_flMaxFallVelocity = 0x224; // float32 - public const nint m_vecLadderNormal = 0x228; // Vector - public const nint m_nLadderSurfacePropIndex = 0x234; // int32 - public const nint m_flDuckAmount = 0x238; // float32 - public const nint m_flDuckSpeed = 0x23C; // float32 - public const nint m_bDuckOverride = 0x240; // bool - public const nint m_bDesiresDuck = 0x241; // bool - public const nint m_flDuckOffset = 0x244; // float32 - public const nint m_nDuckTimeMsecs = 0x248; // uint32 - public const nint m_nDuckJumpTimeMsecs = 0x24C; // uint32 - public const nint m_nJumpTimeMsecs = 0x250; // uint32 - public const nint m_flLastDuckTime = 0x254; // float32 - public const nint m_vecLastPositionAtFullCrouchSpeed = 0x260; // Vector2D - public const nint m_duckUntilOnGround = 0x268; // bool - public const nint m_bHasWalkMovedSinceLastJump = 0x269; // bool - public const nint m_bInStuckTest = 0x26A; // bool - public const nint m_flStuckCheckTime = 0x278; // float32[64][2] - public const nint m_nTraceCount = 0x478; // int32 - public const nint m_StuckLast = 0x47C; // int32 - public const nint m_bSpeedCropped = 0x480; // bool - public const nint m_nOldWaterLevel = 0x484; // int32 - public const nint m_flWaterEntryTime = 0x488; // float32 - public const nint m_vecForward = 0x48C; // Vector - public const nint m_vecLeft = 0x498; // Vector - public const nint m_vecUp = 0x4A4; // Vector - public const nint m_nGameCodeHasMovedPlayerAfterCommand = 0x4B0; // int32 - public const nint m_bMadeFootstepNoise = 0x4B4; // bool - public const nint m_iFootsteps = 0x4B8; // int32 - public const nint m_bOldJumpPressed = 0x4BC; // bool - public const nint m_flJumpPressedTime = 0x4C0; // float32 - public const nint m_flJumpUntil = 0x4C4; // float32 - public const nint m_flJumpVel = 0x4C8; // float32 - public const nint m_fStashGrenadeParameterWhen = 0x4CC; // GameTime_t - public const nint m_nButtonDownMaskPrev = 0x4D0; // uint64 - public const nint m_flOffsetTickCompleteTime = 0x4D8; // float32 - public const nint m_flOffsetTickStashedSpeed = 0x4DC; // float32 - public const nint m_flStamina = 0x4E0; // float32 - public const nint m_flHeightAtJumpStart = 0x4E4; // float32 - public const nint m_flMaxJumpHeightThisJump = 0x4E8; // float32 - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_hViewModel (CHandle) - public static class CCSPlayer_ViewModelServices { - public const nint m_hViewModel = 0x40; // CHandle[3] - } - // Parent: CPlayer_WeaponServices - // Fields count: 14 - // - // Metadata: - // NetworkVarNames: m_flNextAttack (GameTime_t) - // NetworkVarNames: m_bIsLookingAtWeapon (bool) - // NetworkVarNames: m_bIsHoldingLookAtWeapon (bool) - public static class CCSPlayer_WeaponServices { - public const nint m_flNextAttack = 0xA4; // GameTime_t - public const nint m_bIsLookingAtWeapon = 0xA8; // bool - public const nint m_bIsHoldingLookAtWeapon = 0xA9; // bool - public const nint m_hSavedWeapon = 0xAC; // CHandle - public const nint m_nTimeToMelee = 0xB0; // int32 - public const nint m_nTimeToSecondary = 0xB4; // int32 - public const nint m_nTimeToPrimary = 0xB8; // int32 - public const nint m_nTimeToSniperRifle = 0xBC; // int32 - public const nint m_bIsBeingGivenItem = 0xC0; // bool - public const nint m_bIsPickingUpItemWithUse = 0xC1; // bool - public const nint m_bPickedUpWeapon = 0xC2; // bool - public const nint m_bDisableAutoDeploy = 0xC3; // bool - public const nint m_nOldShootPositionHistoryCount = 0xC4; // uint32 - public const nint m_nOldInputHistoryCount = 0x460; // uint32 - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // NetworkVarNames: m_perRoundStats (CSPerRoundStats_t) - // NetworkVarNames: m_matchStats (CSMatchStats_t) - // NetworkVarNames: m_iNumRoundKills (int) - // NetworkVarNames: m_iNumRoundKillsHeadshots (int) - // NetworkVarNames: m_unTotalRoundDamageDealt (uint32) - public static class CCSPlayerController_ActionTrackingServices { - public const nint m_perRoundStats = 0x40; // CUtlVectorEmbeddedNetworkVar - public const nint m_matchStats = 0x90; // CSMatchStats_t - public const nint m_iNumRoundKills = 0x148; // int32 - public const nint m_iNumRoundKillsHeadshots = 0x14C; // int32 - public const nint m_unTotalRoundDamageDealt = 0x150; // uint32 - } - // Parent: None - // Fields count: 14 - // - // Metadata: - // NetworkVarNames: m_PlayerDamager (CHandle) - // NetworkVarNames: m_PlayerRecipient (CHandle) - // NetworkVarNames: m_hPlayerControllerDamager (CHandle) - // NetworkVarNames: m_hPlayerControllerRecipient (CHandle) - // NetworkVarNames: m_szPlayerDamagerName (CUtlString) - // NetworkVarNames: m_szPlayerRecipientName (CUtlString) - // NetworkVarNames: m_DamagerXuid (uint64) - // NetworkVarNames: m_RecipientXuid (uint64) - // NetworkVarNames: m_iDamage (int) - // NetworkVarNames: m_iActualHealthRemoved (int) - // NetworkVarNames: m_iNumHits (int) - // NetworkVarNames: m_iLastBulletUpdate (int) - // NetworkVarNames: m_bIsOtherEnemy (bool) - // NetworkVarNames: m_killType (EKillTypes_t) - public static class CDamageRecord { - public const nint m_PlayerDamager = 0x28; // CHandle - public const nint m_PlayerRecipient = 0x2C; // CHandle - public const nint m_hPlayerControllerDamager = 0x30; // CHandle - public const nint m_hPlayerControllerRecipient = 0x34; // CHandle - public const nint m_szPlayerDamagerName = 0x38; // CUtlString - public const nint m_szPlayerRecipientName = 0x40; // CUtlString - public const nint m_DamagerXuid = 0x48; // uint64 - public const nint m_RecipientXuid = 0x50; // uint64 - public const nint m_iDamage = 0x58; // int32 - public const nint m_iActualHealthRemoved = 0x5C; // int32 - public const nint m_iNumHits = 0x60; // int32 - public const nint m_iLastBulletUpdate = 0x64; // int32 - public const nint m_bIsOtherEnemy = 0x68; // bool - public const nint m_killType = 0x69; // EKillTypes_t - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_nSendUpdate (int) - // NetworkVarNames: m_DamageList (CDamageRecord) - public static class CCSPlayerController_DamageServices { - public const nint m_nSendUpdate = 0x40; // int32 - public const nint m_DamageList = 0x48; // CUtlVectorEmbeddedNetworkVar - } - // Parent: None - // Fields count: 6 - // - // Metadata: - // NetworkVarNames: m_iAccount (int) - // NetworkVarNames: m_iStartAccount (int) - // NetworkVarNames: m_iTotalCashSpent (int) - // NetworkVarNames: m_iCashSpentThisRound (int) - public static class CCSPlayerController_InGameMoneyServices { - public const nint m_bReceivesMoneyNextRound = 0x40; // bool - public const nint m_iAccountMoneyEarnedForNextRound = 0x44; // int32 - public const nint m_iAccount = 0x48; // int32 - public const nint m_iStartAccount = 0x4C; // int32 - public const nint m_iTotalCashSpent = 0x50; // int32 - public const nint m_iCashSpentThisRound = 0x54; // int32 - } - // Parent: None - // Fields count: 9 - // - // Metadata: - // NetworkVarNames: m_unMusicID (item_definition_index_t) - // NetworkVarNames: m_rank (MedalRank_t) - // NetworkVarNames: m_nPersonaDataPublicLevel (int) - // NetworkVarNames: m_nPersonaDataPublicCommendsLeader (int) - // NetworkVarNames: m_nPersonaDataPublicCommendsTeacher (int) - // NetworkVarNames: m_nPersonaDataPublicCommendsFriendly (int) - // NetworkVarNames: m_nPersonaDataXpTrailLevel (int) - // NetworkVarNames: m_vecServerAuthoritativeWeaponSlots (ServerAuthoritativeWeaponSlot_t) - public static class CCSPlayerController_InventoryServices { - public const nint m_unMusicID = 0x40; // uint16 - public const nint m_rank = 0x44; // MedalRank_t[6] - public const nint m_nPersonaDataPublicLevel = 0x5C; // int32 - public const nint m_nPersonaDataPublicCommendsLeader = 0x60; // int32 - public const nint m_nPersonaDataPublicCommendsTeacher = 0x64; // int32 - public const nint m_nPersonaDataPublicCommendsFriendly = 0x68; // int32 - public const nint m_nPersonaDataXpTrailLevel = 0x6C; // int32 - public const nint m_unEquippedPlayerSprayIDs = 0xF48; // uint32[1] - public const nint m_vecServerAuthoritativeWeaponSlots = 0xF50; // CUtlVectorEmbeddedNetworkVar - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MPulseProvideFeatureTag - // MPulseLibraryBindings - public static class CCSWeaponBaseVDataAPI { - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MPulseProvideFeatureTag - // MPulseLibraryBindings - public static class CCSWeaponBaseAPI { - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MPropertyCustomEditor - public static class CFiringModeFloat { - public const nint m_flValues = 0x0; // float32[2] - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MPropertyCustomEditor - public static class CFiringModeInt { - public const nint m_nValues = 0x0; // int32[2] - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MPulseProvideFeatureTag - // MPulseLibraryBindings - public static class CCSObserverPawnAPI { - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MPulseProvideFeatureTag - // MPulseLibraryBindings - public static class CCSPlayerPawnAPI { - } - // Parent: CBaseEntity - // Fields count: 14 - // - // Metadata: - // NetworkVarNames: m_iActiveIssueIndex (int) - // NetworkVarNames: m_iOnlyTeamToVote (int) - // NetworkVarNames: m_nVoteOptionCount (int) - // NetworkVarNames: m_nPotentialVotes (int) - // NetworkVarNames: m_bIsYesNoVote (bool) - public static class CVoteController { - public const nint m_iActiveIssueIndex = 0x7A8; // int32 - public const nint m_iOnlyTeamToVote = 0x7AC; // int32 - public const nint m_nVoteOptionCount = 0x7B0; // int32[5] - public const nint m_nPotentialVotes = 0x7C4; // int32 - public const nint m_bIsYesNoVote = 0x7C8; // bool - public const nint m_acceptingVotesTimer = 0x7D0; // CountdownTimer - public const nint m_executeCommandTimer = 0x7E8; // CountdownTimer - public const nint m_resetVoteTimer = 0x800; // CountdownTimer - public const nint m_nVotesCast = 0x818; // int32[64] - public const nint m_playerHoldingVote = 0x918; // CPlayerSlot - public const nint m_playerOverrideForVote = 0x91C; // CPlayerSlot - public const nint m_nHighestCountIndex = 0x920; // int32 - public const nint m_potentialIssues = 0x928; // CUtlVector - public const nint m_VoteOptions = 0x940; // CUtlVector - } - // Parent: CBaseEntity - // Fields count: 24 - // - // Metadata: - // NetworkVarNames: m_nDraftType (int) - // NetworkVarNames: m_nTeamWinningCoinToss (int) - // NetworkVarNames: m_nTeamWithFirstChoice (int) - // NetworkVarNames: m_nVoteMapIdsList (int) - // NetworkVarNames: m_nAccountIDs (int) - // NetworkVarNames: m_nMapId0 (int) - // NetworkVarNames: m_nMapId1 (int) - // NetworkVarNames: m_nMapId2 (int) - // NetworkVarNames: m_nMapId3 (int) - // NetworkVarNames: m_nMapId4 (int) - // NetworkVarNames: m_nMapId5 (int) - // NetworkVarNames: m_nStartingSide0 (int) - // NetworkVarNames: m_nCurrentPhase (int) - // NetworkVarNames: m_nPhaseStartTick (int) - // NetworkVarNames: m_nPhaseDurationTicks (int) - public static class CMapVetoPickController { - public const nint m_bPlayedIntroVcd = 0x7A8; // bool - public const nint m_bNeedToPlayFiveSecondsRemaining = 0x7A9; // bool - public const nint m_dblPreMatchDraftSequenceTime = 0x7C8; // float64 - public const nint m_bPreMatchDraftStateChanged = 0x7D0; // bool - public const nint m_nDraftType = 0x7D4; // int32 - public const nint m_nTeamWinningCoinToss = 0x7D8; // int32 - public const nint m_nTeamWithFirstChoice = 0x7DC; // int32[64] - public const nint m_nVoteMapIdsList = 0x8DC; // int32[7] - public const nint m_nAccountIDs = 0x8F8; // int32[64] - public const nint m_nMapId0 = 0x9F8; // int32[64] - public const nint m_nMapId1 = 0xAF8; // int32[64] - public const nint m_nMapId2 = 0xBF8; // int32[64] - public const nint m_nMapId3 = 0xCF8; // int32[64] - public const nint m_nMapId4 = 0xDF8; // int32[64] - public const nint m_nMapId5 = 0xEF8; // int32[64] - public const nint m_nStartingSide0 = 0xFF8; // int32[64] - public const nint m_nCurrentPhase = 0x10F8; // int32 - public const nint m_nPhaseStartTick = 0x10FC; // int32 - public const nint m_nPhaseDurationTicks = 0x1100; // int32 - public const nint m_OnMapVetoed = 0x1108; // CEntityOutputTemplate - public const nint m_OnMapPicked = 0x1130; // CEntityOutputTemplate - public const nint m_OnSidesPicked = 0x1158; // CEntityOutputTemplate - public const nint m_OnNewPhaseStarted = 0x1180; // CEntityOutputTemplate - public const nint m_OnLevelTransition = 0x11A8; // CEntityOutputTemplate - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MPulseLibraryBindings - // MPropertyFriendlyName - // MPropertyDescription - public static class CCSPulseServerFuncs_Globals { - } - // Parent: CBaseEntity - // Fields count: 24 - // - // Metadata: - // NetworkVarNames: m_Color (Color) - // NetworkVarNames: m_flBrightness (float) - // NetworkVarNames: m_hCubemapTexture (HRenderTextureStrong) - // NetworkVarNames: m_bCustomCubemapTexture (bool) - // NetworkVarNames: m_hLightProbeTexture (HRenderTextureStrong) - // NetworkVarNames: m_hLightProbeDirectLightIndicesTexture (HRenderTextureStrong) - // NetworkVarNames: m_hLightProbeDirectLightScalarsTexture (HRenderTextureStrong) - // NetworkVarNames: m_hLightProbeDirectLightShadowsTexture (HRenderTextureStrong) - // NetworkVarNames: m_vBoxMins (Vector) - // NetworkVarNames: m_vBoxMaxs (Vector) - // NetworkVarNames: m_bMoveable (bool) - // NetworkVarNames: m_nHandshake (int) - // NetworkVarNames: m_nEnvCubeMapArrayIndex (int) - // NetworkVarNames: m_nPriority (int) - // NetworkVarNames: m_bStartDisabled (bool) - // NetworkVarNames: m_flEdgeFadeDist (float) - // NetworkVarNames: m_vEdgeFadeDists (Vector) - // NetworkVarNames: m_nLightProbeSizeX (int) - // NetworkVarNames: m_nLightProbeSizeY (int) - // NetworkVarNames: m_nLightProbeSizeZ (int) - // NetworkVarNames: m_nLightProbeAtlasX (int) - // NetworkVarNames: m_nLightProbeAtlasY (int) - // NetworkVarNames: m_nLightProbeAtlasZ (int) - // NetworkVarNames: m_bEnabled (bool) - public static class CEnvCombinedLightProbeVolume { - public const nint m_Color = 0x1800; // Color - public const nint m_flBrightness = 0x1804; // float32 - public const nint m_hCubemapTexture = 0x1808; // CStrongHandle - public const nint m_bCustomCubemapTexture = 0x1810; // bool - public const nint m_hLightProbeTexture = 0x1818; // CStrongHandle - public const nint m_hLightProbeDirectLightIndicesTexture = 0x1820; // CStrongHandle - public const nint m_hLightProbeDirectLightScalarsTexture = 0x1828; // CStrongHandle - public const nint m_hLightProbeDirectLightShadowsTexture = 0x1830; // CStrongHandle - public const nint m_vBoxMins = 0x1838; // Vector - public const nint m_vBoxMaxs = 0x1844; // Vector - public const nint m_bMoveable = 0x1850; // bool - public const nint m_nHandshake = 0x1854; // int32 - public const nint m_nEnvCubeMapArrayIndex = 0x1858; // int32 - public const nint m_nPriority = 0x185C; // int32 - public const nint m_bStartDisabled = 0x1860; // bool - public const nint m_flEdgeFadeDist = 0x1864; // float32 - public const nint m_vEdgeFadeDists = 0x1868; // Vector - public const nint m_nLightProbeSizeX = 0x1874; // int32 - public const nint m_nLightProbeSizeY = 0x1878; // int32 - public const nint m_nLightProbeSizeZ = 0x187C; // int32 - public const nint m_nLightProbeAtlasX = 0x1880; // int32 - public const nint m_nLightProbeAtlasY = 0x1884; // int32 - public const nint m_nLightProbeAtlasZ = 0x1888; // int32 - public const nint m_bEnabled = 0x18A1; // bool - } - // Parent: CBaseEntity - // Fields count: 18 - // - // Metadata: - // NetworkVarNames: m_hCubemapTexture (HRenderTextureStrong) - // NetworkVarNames: m_bCustomCubemapTexture (bool) - // NetworkVarNames: m_flInfluenceRadius (float) - // NetworkVarNames: m_vBoxProjectMins (Vector) - // NetworkVarNames: m_vBoxProjectMaxs (Vector) - // NetworkVarNames: m_bMoveable (bool) - // NetworkVarNames: m_nHandshake (int) - // NetworkVarNames: m_nEnvCubeMapArrayIndex (int) - // NetworkVarNames: m_nPriority (int) - // NetworkVarNames: m_flEdgeFadeDist (float) - // NetworkVarNames: m_vEdgeFadeDists (Vector) - // NetworkVarNames: m_flDiffuseScale (float) - // NetworkVarNames: m_bStartDisabled (bool) - // NetworkVarNames: m_bDefaultEnvMap (bool) - // NetworkVarNames: m_bDefaultSpecEnvMap (bool) - // NetworkVarNames: m_bIndoorCubeMap (bool) - // NetworkVarNames: m_bCopyDiffuseFromDefaultCubemap (bool) - // NetworkVarNames: m_bEnabled (bool) - public static class CEnvCubemap { - public const nint m_hCubemapTexture = 0x828; // CStrongHandle - public const nint m_bCustomCubemapTexture = 0x830; // bool - public const nint m_flInfluenceRadius = 0x834; // float32 - public const nint m_vBoxProjectMins = 0x838; // Vector - public const nint m_vBoxProjectMaxs = 0x844; // Vector - public const nint m_bMoveable = 0x850; // bool - public const nint m_nHandshake = 0x854; // int32 - public const nint m_nEnvCubeMapArrayIndex = 0x858; // int32 - public const nint m_nPriority = 0x85C; // int32 - public const nint m_flEdgeFadeDist = 0x860; // float32 - public const nint m_vEdgeFadeDists = 0x864; // Vector - public const nint m_flDiffuseScale = 0x870; // float32 - public const nint m_bStartDisabled = 0x874; // bool - public const nint m_bDefaultEnvMap = 0x875; // bool - public const nint m_bDefaultSpecEnvMap = 0x876; // bool - public const nint m_bIndoorCubeMap = 0x877; // bool - public const nint m_bCopyDiffuseFromDefaultCubemap = 0x878; // bool - public const nint m_bEnabled = 0x888; // bool - } - // Parent: CBaseEntity - // Fields count: 18 - // - // Metadata: - // NetworkVarNames: m_flEndDistance (float) - // NetworkVarNames: m_flStartDistance (float) - // NetworkVarNames: m_flFogFalloffExponent (float) - // NetworkVarNames: m_bHeightFogEnabled (bool) - // NetworkVarNames: m_flFogHeightWidth (float) - // NetworkVarNames: m_flFogHeightEnd (float) - // NetworkVarNames: m_flFogHeightStart (float) - // NetworkVarNames: m_flFogHeightExponent (float) - // NetworkVarNames: m_flLODBias (float) - // NetworkVarNames: m_bActive (bool) - // NetworkVarNames: m_bStartDisabled (bool) - // NetworkVarNames: m_flFogMaxOpacity (float) - // NetworkVarNames: m_nCubemapSourceType (int) - // NetworkVarNames: m_hSkyMaterial (HMaterialStrong) - // NetworkVarNames: m_iszSkyEntity (string_t) - // NetworkVarNames: m_hFogCubemapTexture (HRenderTextureStrong) - // NetworkVarNames: m_bHasHeightFogEnd (bool) - public static class CEnvCubemapFog { - public const nint m_flEndDistance = 0x7A8; // float32 - public const nint m_flStartDistance = 0x7AC; // float32 - public const nint m_flFogFalloffExponent = 0x7B0; // float32 - public const nint m_bHeightFogEnabled = 0x7B4; // bool - public const nint m_flFogHeightWidth = 0x7B8; // float32 - public const nint m_flFogHeightEnd = 0x7BC; // float32 - public const nint m_flFogHeightStart = 0x7C0; // float32 - public const nint m_flFogHeightExponent = 0x7C4; // float32 - public const nint m_flLODBias = 0x7C8; // float32 - public const nint m_bActive = 0x7CC; // bool - public const nint m_bStartDisabled = 0x7CD; // bool - public const nint m_flFogMaxOpacity = 0x7D0; // float32 - public const nint m_nCubemapSourceType = 0x7D4; // int32 - public const nint m_hSkyMaterial = 0x7D8; // CStrongHandle - public const nint m_iszSkyEntity = 0x7E0; // CUtlSymbolLarge - public const nint m_hFogCubemapTexture = 0x7E8; // CStrongHandle - public const nint m_bHasHeightFogEnd = 0x7F0; // bool - public const nint m_bFirstTime = 0x7F1; // bool - } - // Parent: CBaseEntity - // Fields count: 16 - // - // Metadata: - // NetworkVarNames: m_hGradientFogTexture (HRenderTextureStrong) - // NetworkVarNames: m_flFogStartDistance (float) - // NetworkVarNames: m_flFogEndDistance (float) - // NetworkVarNames: m_bHeightFogEnabled (bool) - // NetworkVarNames: m_flFogStartHeight (float) - // NetworkVarNames: m_flFogEndHeight (float) - // NetworkVarNames: m_flFarZ (float) - // NetworkVarNames: m_flFogMaxOpacity (float) - // NetworkVarNames: m_flFogFalloffExponent (float) - // NetworkVarNames: m_flFogVerticalExponent (float) - // NetworkVarNames: m_fogColor (Color) - // NetworkVarNames: m_flFogStrength (float) - // NetworkVarNames: m_flFadeTime (float) - // NetworkVarNames: m_bStartDisabled (bool) - // NetworkVarNames: m_bIsEnabled (bool) - public static class CGradientFog { - public const nint m_hGradientFogTexture = 0x7A8; // CStrongHandle - public const nint m_flFogStartDistance = 0x7B0; // float32 - public const nint m_flFogEndDistance = 0x7B4; // float32 - public const nint m_bHeightFogEnabled = 0x7B8; // bool - public const nint m_flFogStartHeight = 0x7BC; // float32 - public const nint m_flFogEndHeight = 0x7C0; // float32 - public const nint m_flFarZ = 0x7C4; // float32 - public const nint m_flFogMaxOpacity = 0x7C8; // float32 - public const nint m_flFogFalloffExponent = 0x7CC; // float32 - public const nint m_flFogVerticalExponent = 0x7D0; // float32 - public const nint m_fogColor = 0x7D4; // Color - public const nint m_flFogStrength = 0x7D8; // float32 - public const nint m_flFadeTime = 0x7DC; // float32 - public const nint m_bStartDisabled = 0x7E0; // bool - public const nint m_bIsEnabled = 0x7E1; // bool - public const nint m_bGradientFogNeedsTextures = 0x7E2; // bool - } - // Parent: CBaseEntity - // Fields count: 17 - // - // Metadata: - // NetworkVarNames: m_hLightProbeTexture (HRenderTextureStrong) - // NetworkVarNames: m_hLightProbeDirectLightIndicesTexture (HRenderTextureStrong) - // NetworkVarNames: m_hLightProbeDirectLightScalarsTexture (HRenderTextureStrong) - // NetworkVarNames: m_hLightProbeDirectLightShadowsTexture (HRenderTextureStrong) - // NetworkVarNames: m_vBoxMins (Vector) - // NetworkVarNames: m_vBoxMaxs (Vector) - // NetworkVarNames: m_bMoveable (bool) - // NetworkVarNames: m_nHandshake (int) - // NetworkVarNames: m_nPriority (int) - // NetworkVarNames: m_bStartDisabled (bool) - // NetworkVarNames: m_nLightProbeSizeX (int) - // NetworkVarNames: m_nLightProbeSizeY (int) - // NetworkVarNames: m_nLightProbeSizeZ (int) - // NetworkVarNames: m_nLightProbeAtlasX (int) - // NetworkVarNames: m_nLightProbeAtlasY (int) - // NetworkVarNames: m_nLightProbeAtlasZ (int) - // NetworkVarNames: m_bEnabled (bool) - public static class CEnvLightProbeVolume { - public const nint m_hLightProbeTexture = 0x1780; // CStrongHandle - public const nint m_hLightProbeDirectLightIndicesTexture = 0x1788; // CStrongHandle - public const nint m_hLightProbeDirectLightScalarsTexture = 0x1790; // CStrongHandle - public const nint m_hLightProbeDirectLightShadowsTexture = 0x1798; // CStrongHandle - public const nint m_vBoxMins = 0x17A0; // Vector - public const nint m_vBoxMaxs = 0x17AC; // Vector - public const nint m_bMoveable = 0x17B8; // bool - public const nint m_nHandshake = 0x17BC; // int32 - public const nint m_nPriority = 0x17C0; // int32 - public const nint m_bStartDisabled = 0x17C4; // bool - public const nint m_nLightProbeSizeX = 0x17C8; // int32 - public const nint m_nLightProbeSizeY = 0x17CC; // int32 - public const nint m_nLightProbeSizeZ = 0x17D0; // int32 - public const nint m_nLightProbeAtlasX = 0x17D4; // int32 - public const nint m_nLightProbeAtlasY = 0x17D8; // int32 - public const nint m_nLightProbeAtlasZ = 0x17DC; // int32 - public const nint m_bEnabled = 0x17E9; // bool - } - // Parent: CBaseEntity - // Fields count: 6 - // - // Metadata: - // NetworkVarNames: m_flVisibilityStrength (float) - // NetworkVarNames: m_flFogDistanceMultiplier (float) - // NetworkVarNames: m_flFogMaxDensityMultiplier (float) - // NetworkVarNames: m_flFadeTime (float) - // NetworkVarNames: m_bStartDisabled (bool) - // NetworkVarNames: m_bIsEnabled (bool) - public static class CPlayerVisibility { - public const nint m_flVisibilityStrength = 0x7A8; // float32 - public const nint m_flFogDistanceMultiplier = 0x7AC; // float32 - public const nint m_flFogMaxDensityMultiplier = 0x7B0; // float32 - public const nint m_flFadeTime = 0x7B4; // float32 - public const nint m_bStartDisabled = 0x7B8; // bool - public const nint m_bIsEnabled = 0x7B9; // bool - } - // Parent: CBaseEntity - // Fields count: 8 - // - // Metadata: - // NetworkVarNames: m_flAutoExposureMin (float) - // NetworkVarNames: m_flAutoExposureMax (float) - // NetworkVarNames: m_flTonemapPercentTarget (float) - // NetworkVarNames: m_flTonemapPercentBrightPixels (float) - // NetworkVarNames: m_flTonemapMinAvgLum (float) - // NetworkVarNames: m_flExposureAdaptationSpeedUp (float) - // NetworkVarNames: m_flExposureAdaptationSpeedDown (float) - // NetworkVarNames: m_flTonemapEVSmoothingRange (float) - public static class CTonemapController2 { - public const nint m_flAutoExposureMin = 0x7A8; // float32 - public const nint m_flAutoExposureMax = 0x7AC; // float32 - public const nint m_flTonemapPercentTarget = 0x7B0; // float32 - public const nint m_flTonemapPercentBrightPixels = 0x7B4; // float32 - public const nint m_flTonemapMinAvgLum = 0x7B8; // float32 - public const nint m_flExposureAdaptationSpeedUp = 0x7BC; // float32 - public const nint m_flExposureAdaptationSpeedDown = 0x7C0; // float32 - public const nint m_flTonemapEVSmoothingRange = 0x7C4; // float32 - } - // Parent: CBaseEntity - // Fields count: 28 - // - // Metadata: - // NetworkVarNames: m_flScattering (float) - // NetworkVarNames: m_flAnisotropy (float) - // NetworkVarNames: m_flFadeSpeed (float) - // NetworkVarNames: m_flDrawDistance (float) - // NetworkVarNames: m_flFadeInStart (float) - // NetworkVarNames: m_flFadeInEnd (float) - // NetworkVarNames: m_flIndirectStrength (float) - // NetworkVarNames: m_nIndirectTextureDimX (int) - // NetworkVarNames: m_nIndirectTextureDimY (int) - // NetworkVarNames: m_nIndirectTextureDimZ (int) - // NetworkVarNames: m_vBoxMins (Vector) - // NetworkVarNames: m_vBoxMaxs (Vector) - // NetworkVarNames: m_bActive (bool) - // NetworkVarNames: m_flStartAnisoTime (GameTime_t) - // NetworkVarNames: m_flStartScatterTime (GameTime_t) - // NetworkVarNames: m_flStartDrawDistanceTime (GameTime_t) - // NetworkVarNames: m_flStartAnisotropy (float) - // NetworkVarNames: m_flStartScattering (float) - // NetworkVarNames: m_flStartDrawDistance (float) - // NetworkVarNames: m_flDefaultAnisotropy (float) - // NetworkVarNames: m_flDefaultScattering (float) - // NetworkVarNames: m_flDefaultDrawDistance (float) - // NetworkVarNames: m_bStartDisabled (bool) - // NetworkVarNames: m_bEnableIndirect (bool) - // NetworkVarNames: m_bIsMaster (bool) - // NetworkVarNames: m_hFogIndirectTexture (HRenderTextureStrong) - // NetworkVarNames: m_nForceRefreshCount (int) - public static class CEnvVolumetricFogController { - public const nint m_flScattering = 0x7A8; // float32 - public const nint m_flAnisotropy = 0x7AC; // float32 - public const nint m_flFadeSpeed = 0x7B0; // float32 - public const nint m_flDrawDistance = 0x7B4; // float32 - public const nint m_flFadeInStart = 0x7B8; // float32 - public const nint m_flFadeInEnd = 0x7BC; // float32 - public const nint m_flIndirectStrength = 0x7C0; // float32 - public const nint m_nIndirectTextureDimX = 0x7C4; // int32 - public const nint m_nIndirectTextureDimY = 0x7C8; // int32 - public const nint m_nIndirectTextureDimZ = 0x7CC; // int32 - public const nint m_vBoxMins = 0x7D0; // Vector - public const nint m_vBoxMaxs = 0x7DC; // Vector - public const nint m_bActive = 0x7E8; // bool - public const nint m_flStartAnisoTime = 0x7EC; // GameTime_t - public const nint m_flStartScatterTime = 0x7F0; // GameTime_t - public const nint m_flStartDrawDistanceTime = 0x7F4; // GameTime_t - public const nint m_flStartAnisotropy = 0x7F8; // float32 - public const nint m_flStartScattering = 0x7FC; // float32 - public const nint m_flStartDrawDistance = 0x800; // float32 - public const nint m_flDefaultAnisotropy = 0x804; // float32 - public const nint m_flDefaultScattering = 0x808; // float32 - public const nint m_flDefaultDrawDistance = 0x80C; // float32 - public const nint m_bStartDisabled = 0x810; // bool - public const nint m_bEnableIndirect = 0x811; // bool - public const nint m_bIsMaster = 0x812; // bool - public const nint m_hFogIndirectTexture = 0x818; // CStrongHandle - public const nint m_nForceRefreshCount = 0x820; // int32 - public const nint m_bFirstTime = 0x824; // bool - } - // Parent: CBaseEntity - // Fields count: 7 - // - // Metadata: - // NetworkVarNames: m_bActive (bool) - // NetworkVarNames: m_vBoxMins (Vector) - // NetworkVarNames: m_vBoxMaxs (Vector) - // NetworkVarNames: m_bStartDisabled (bool) - // NetworkVarNames: m_flStrength (float) - // NetworkVarNames: m_nFalloffShape (int) - // NetworkVarNames: m_flFalloffExponent (float) - public static class CEnvVolumetricFogVolume { - public const nint m_bActive = 0x7A8; // bool - public const nint m_vBoxMins = 0x7AC; // Vector - public const nint m_vBoxMaxs = 0x7B8; // Vector - public const nint m_bStartDisabled = 0x7C4; // bool - public const nint m_flStrength = 0x7C8; // float32 - public const nint m_nFalloffShape = 0x7CC; // int32 - public const nint m_flFalloffExponent = 0x7D0; // float32 - } - // Parent: CBaseEntity - // Fields count: 3 - // - // Metadata: - // NetworkVarNames: m_fog (fogparams_t) - public static class CFogController { - public const nint m_fog = 0x7A8; // fogparams_t - public const nint m_bUseAngles = 0x810; // bool - public const nint m_iChangedVariables = 0x814; // int32 - } - // Parent: CBaseEntity - // Fields count: 3 - // - // Metadata: - // NetworkVarNames: m_nMode (int) - // NetworkVarNames: m_vBoxSize (Vector) - // NetworkVarNames: m_bEnabled (bool) - public static class CInfoVisibilityBox { - public const nint m_nMode = 0x7AC; // int32 - public const nint m_vBoxSize = 0x7B0; // Vector - public const nint m_bEnabled = 0x7BC; // bool - } - // Parent: CBaseEntity - // Fields count: 7 - // - // Metadata: - // NetworkVarNames: m_worldName (string_t) - // NetworkVarNames: m_layerName (string_t) - // NetworkVarNames: m_bWorldLayerVisible (bool) - // NetworkVarNames: m_bEntitiesSpawned (bool) - public static class CInfoWorldLayer { - public const nint m_pOutputOnEntitiesSpawned = 0x7A8; // CEntityIOOutput - public const nint m_worldName = 0x7D0; // CUtlSymbolLarge - public const nint m_layerName = 0x7D8; // CUtlSymbolLarge - public const nint m_bWorldLayerVisible = 0x7E0; // bool - public const nint m_bEntitiesSpawned = 0x7E1; // bool - public const nint m_bCreateAsChildSpawnGroup = 0x7E2; // bool - public const nint m_hLayerSpawnGroup = 0x7E4; // uint32 - } - // Parent: CBaseEntity - // Fields count: 25 - // - // Metadata: - // NetworkVarNames: m_FOV (float) - // NetworkVarNames: m_Resolution (float) - // NetworkVarNames: m_bFogEnable (bool) - // NetworkVarNames: m_FogColor (Color) - // NetworkVarNames: m_flFogStart (float) - // NetworkVarNames: m_flFogEnd (float) - // NetworkVarNames: m_flFogMaxDensity (float) - // NetworkVarNames: m_bActive (bool) - // NetworkVarNames: m_bUseScreenAspectRatio (bool) - // NetworkVarNames: m_flAspectRatio (float) - // NetworkVarNames: m_bNoSky (bool) - // NetworkVarNames: m_fBrightness (float) - // NetworkVarNames: m_flZFar (float) - // NetworkVarNames: m_flZNear (float) - // NetworkVarNames: m_bCanHLTVUse (bool) - // NetworkVarNames: m_bDofEnabled (bool) - // NetworkVarNames: m_flDofNearBlurry (float) - // NetworkVarNames: m_flDofNearCrisp (float) - // NetworkVarNames: m_flDofFarCrisp (float) - // NetworkVarNames: m_flDofFarBlurry (float) - // NetworkVarNames: m_flDofTiltToGround (float) - public static class CPointCamera { - public const nint m_FOV = 0x7A8; // float32 - public const nint m_Resolution = 0x7AC; // float32 - public const nint m_bFogEnable = 0x7B0; // bool - public const nint m_FogColor = 0x7B1; // Color - public const nint m_flFogStart = 0x7B8; // float32 - public const nint m_flFogEnd = 0x7BC; // float32 - public const nint m_flFogMaxDensity = 0x7C0; // float32 - public const nint m_bActive = 0x7C4; // bool - public const nint m_bUseScreenAspectRatio = 0x7C5; // bool - public const nint m_flAspectRatio = 0x7C8; // float32 - public const nint m_bNoSky = 0x7CC; // bool - public const nint m_fBrightness = 0x7D0; // float32 - public const nint m_flZFar = 0x7D4; // float32 - public const nint m_flZNear = 0x7D8; // float32 - public const nint m_bCanHLTVUse = 0x7DC; // bool - public const nint m_bDofEnabled = 0x7DD; // bool - public const nint m_flDofNearBlurry = 0x7E0; // float32 - public const nint m_flDofNearCrisp = 0x7E4; // float32 - public const nint m_flDofFarCrisp = 0x7E8; // float32 - public const nint m_flDofFarBlurry = 0x7EC; // float32 - public const nint m_flDofTiltToGround = 0x7F0; // float32 - public const nint m_TargetFOV = 0x7F4; // float32 - public const nint m_DegreesPerSecond = 0x7F8; // float32 - public const nint m_bIsOn = 0x7FC; // bool - public const nint m_pNext = 0x800; // CPointCamera* - } - // Parent: CBaseEntity - // Fields count: 3 - // - // Metadata: - // NetworkVarNames: m_bDisabled (bool) - // NetworkVarNames: m_iszSoundAreaType (string_t) - // NetworkVarNames: m_vPos (Vector) - public static class CSoundAreaEntityBase { - public const nint m_bDisabled = 0x7A8; // bool - public const nint m_iszSoundAreaType = 0x7B0; // CUtlSymbolLarge - public const nint m_vPos = 0x7B8; // Vector - } - // Parent: CSoundAreaEntityBase - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_flRadius (float) - public static class CSoundAreaEntitySphere { - public const nint m_flRadius = 0x7C4; // float32 - } - // Parent: CSoundAreaEntityBase - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_vMin (Vector) - // NetworkVarNames: m_vMax (Vector) - public static class CSoundAreaEntityOrientedBox { - public const nint m_vMin = 0x7C4; // Vector - public const nint m_vMax = 0x7D0; // Vector - } - // Parent: CBaseEntity - // Fields count: 4 - // - // Metadata: - // MNetworkIncludeByName - // NetworkVarNames: m_aPlayerControllers (CHandle) - // NetworkVarNames: m_aPlayers (CHandle) - // NetworkVarNames: m_iScore (int32) - // NetworkVarNames: m_szTeamname (char) - public static class CTeam { - public const nint m_aPlayerControllers = 0x7A8; // CNetworkUtlVectorBase> - public const nint m_aPlayers = 0x7C0; // CNetworkUtlVectorBase> - public const nint m_iScore = 0x7D8; // int32 - public const nint m_szTeamname = 0x7DC; // char[129] - } - // Parent: CBaseEntity - // Fields count: 25 - // - // Metadata: - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkUserGroupProxy - // MNetworkUserGroupProxy - // MNetworkIncludeByUserGroup - // NetworkVarNames: m_nTickBase (uint32) - // NetworkVarNames: m_hPawn (CHandle) - // NetworkVarNames: m_iConnected (PlayerConnectedState) - // NetworkVarNames: m_iszPlayerName (char) - // NetworkVarNames: m_steamID (uint64) - // NetworkVarNames: m_iDesiredFOV (uint32) - public static class CBasePlayerController { - public const nint m_nInButtonsWhichAreToggles = 0x7B0; // uint64 - public const nint m_nTickBase = 0x7B8; // uint32 - public const nint m_hPawn = 0x7E8; // CHandle - public const nint m_nSplitScreenSlot = 0x7EC; // CSplitScreenSlot - public const nint m_hSplitOwner = 0x7F0; // CHandle - public const nint m_hSplitScreenPlayers = 0x7F8; // CUtlVector> - public const nint m_bIsHLTV = 0x810; // bool - public const nint m_iConnected = 0x814; // PlayerConnectedState - public const nint m_iszPlayerName = 0x818; // char[128] - public const nint m_szNetworkIDString = 0x898; // CUtlString - public const nint m_fLerpTime = 0x8A0; // float32 - public const nint m_bLagCompensation = 0x8A4; // bool - public const nint m_bPredict = 0x8A5; // bool - public const nint m_bAutoKickDisabled = 0x8A6; // bool - public const nint m_bIsLowViolence = 0x8A7; // bool - public const nint m_bGamePaused = 0x8A8; // bool - public const nint m_nLastRealCommandNumberExecuted = 0x934; // int32 - public const nint m_nLastLateCommandExecuted = 0x938; // int32 - public const nint m_iIgnoreGlobalChat = 0x950; // ChatIgnoreType_t - public const nint m_flLastPlayerTalkTime = 0x954; // float32 - public const nint m_flLastEntitySteadyState = 0x958; // float32 - public const nint m_nAvailableEntitySteadyState = 0x95C; // int32 - public const nint m_bHasAnySteadyStateEnts = 0x960; // bool - public const nint m_steamID = 0x970; // uint64 - public const nint m_iDesiredFOV = 0x978; // uint32 - } - // Parent: None - // Fields count: 14 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CBasePlayerVData { - public const nint m_sModelName = 0x28; // CResourceNameTyped> - public const nint m_flHeadDamageMultiplier = 0x108; // CSkillFloat - public const nint m_flChestDamageMultiplier = 0x118; // CSkillFloat - public const nint m_flStomachDamageMultiplier = 0x128; // CSkillFloat - public const nint m_flArmDamageMultiplier = 0x138; // CSkillFloat - public const nint m_flLegDamageMultiplier = 0x148; // CSkillFloat - public const nint m_flHoldBreathTime = 0x158; // float32 - public const nint m_flDrowningDamageInterval = 0x15C; // float32 - public const nint m_nDrowningDamageInitial = 0x160; // int32 - public const nint m_nDrowningDamageMax = 0x164; // int32 - public const nint m_nWaterSpeed = 0x168; // int32 - public const nint m_flUseRange = 0x16C; // float32 - public const nint m_flUseAngleTolerance = 0x170; // float32 - public const nint m_flCrouchTime = 0x174; // float32 - } - // Parent: None - // Fields count: 20 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CBasePlayerWeaponVData { - public const nint m_szWorldModel = 0x28; // CResourceNameTyped> - public const nint m_bBuiltRightHanded = 0x108; // bool - public const nint m_bAllowFlipping = 0x109; // bool - public const nint m_sMuzzleAttachment = 0x110; // CUtlString - public const nint m_szMuzzleFlashParticle = 0x118; // CResourceNameTyped> - public const nint m_iFlags = 0x1F8; // ItemFlagTypes_t - public const nint m_nPrimaryAmmoType = 0x1F9; // AmmoIndex_t - public const nint m_nSecondaryAmmoType = 0x1FA; // AmmoIndex_t - public const nint m_iMaxClip1 = 0x1FC; // int32 - public const nint m_iMaxClip2 = 0x200; // int32 - public const nint m_iDefaultClip1 = 0x204; // int32 - public const nint m_iDefaultClip2 = 0x208; // int32 - public const nint m_iWeight = 0x20C; // int32 - public const nint m_bAutoSwitchTo = 0x210; // bool - public const nint m_bAutoSwitchFrom = 0x211; // bool - public const nint m_iRumbleEffect = 0x214; // RumbleEffect_t - public const nint m_bLinkedCooldowns = 0x218; // bool - public const nint m_aShootSounds = 0x220; // CUtlMap - public const nint m_iSlot = 0x240; // int32 - public const nint m_iPosition = 0x244; // int32 - } - // Parent: None - // Fields count: 13 - // - // Metadata: - // NetworkVarNames: m_animGraphNetworkedVars (CAnimGraphNetworkedVariables) - // NetworkVarNames: m_hSequence (HSequence) - // NetworkVarNames: m_flSeqStartTime (GameTime_t) - // NetworkVarNames: m_flSeqFixedCycle (float) - // NetworkVarNames: m_nAnimLoopMode (AnimLoopMode_t) - public static class CBaseAnimGraphController { - public const nint m_animGraphNetworkedVars = 0x18; // CAnimGraphNetworkedVariables - public const nint m_bSequenceFinished = 0x220; // bool - public const nint m_flSoundSyncTime = 0x224; // float32 - public const nint m_hSequence = 0x228; // HSequence - public const nint m_flSeqStartTime = 0x22C; // GameTime_t - public const nint m_flSeqFixedCycle = 0x230; // float32 - public const nint m_nAnimLoopMode = 0x234; // AnimLoopMode_t - public const nint m_flPlaybackRate = 0x238; // CNetworkedQuantizedFloat - public const nint m_nNotifyState = 0x244; // SequenceFinishNotifyState_t - public const nint m_bNetworkedAnimationInputsChanged = 0x246; // bool - public const nint m_bNetworkedSequenceChanged = 0x247; // bool - public const nint m_bLastUpdateSkipped = 0x248; // bool - public const nint m_flPrevAnimUpdateTime = 0x24C; // GameTime_t - } - // Parent: CBaseEntity - // Fields count: 25 - // - // Metadata: - // NetworkVarNames: m_CRenderComponent (CRenderComponent::Storage_t) - // NetworkVarNames: m_CHitboxComponent (CHitboxComponent::Storage_t) - // NetworkVarNames: m_nRenderMode (RenderMode_t) - // NetworkVarNames: m_nRenderFX (RenderFx_t) - // NetworkVarNames: m_clrRender (Color) - // NetworkVarNames: m_vecRenderAttributes (EntityRenderAttribute_t) - // NetworkVarNames: m_bRenderToCubemaps (bool) - // NetworkVarNames: m_Collision (CCollisionProperty) - // NetworkVarNames: m_Glow (CGlowProperty) - // NetworkVarNames: m_flGlowBackfaceMult (float) - // NetworkVarNames: m_fadeMinDist (float32) - // NetworkVarNames: m_fadeMaxDist (float32) - // NetworkVarNames: m_flFadeScale (float32) - // NetworkVarNames: m_flShadowStrength (float32) - // NetworkVarNames: m_nObjectCulling (uint8) - // NetworkVarNames: m_nAddDecal (int) - // NetworkVarNames: m_vDecalPosition (Vector) - // NetworkVarNames: m_vDecalForwardAxis (Vector) - // NetworkVarNames: m_flDecalHealBloodRate (float) - // NetworkVarNames: m_flDecalHealHeightRate (float) - // NetworkVarNames: m_ConfigEntitiesToPropagateMaterialDecalsTo (CHandle) - // NetworkVarNames: m_vecViewOffset (CNetworkViewOffsetVector) - public static class CBaseModelEntity { - public const nint m_CRenderComponent = 0x7A8; // CRenderComponent* - public const nint m_CHitboxComponent = 0x7B0; // CHitboxComponent - public const nint m_flDissolveStartTime = 0x7D8; // GameTime_t - public const nint m_OnIgnite = 0x7E0; // CEntityIOOutput - public const nint m_nRenderMode = 0x808; // RenderMode_t - public const nint m_nRenderFX = 0x809; // RenderFx_t - public const nint m_bAllowFadeInView = 0x80A; // bool - public const nint m_clrRender = 0x80B; // Color - public const nint m_vecRenderAttributes = 0x810; // CUtlVectorEmbeddedNetworkVar - public const nint m_bRenderToCubemaps = 0x860; // bool - public const nint m_Collision = 0x868; // CCollisionProperty - public const nint m_Glow = 0x918; // CGlowProperty - public const nint m_flGlowBackfaceMult = 0x970; // float32 - public const nint m_fadeMinDist = 0x974; // float32 - public const nint m_fadeMaxDist = 0x978; // float32 - public const nint m_flFadeScale = 0x97C; // float32 - public const nint m_flShadowStrength = 0x980; // float32 - public const nint m_nObjectCulling = 0x984; // uint8 - public const nint m_nAddDecal = 0x988; // int32 - public const nint m_vDecalPosition = 0x98C; // Vector - public const nint m_vDecalForwardAxis = 0x998; // Vector - public const nint m_flDecalHealBloodRate = 0x9A4; // float32 - public const nint m_flDecalHealHeightRate = 0x9A8; // float32 - public const nint m_ConfigEntitiesToPropagateMaterialDecalsTo = 0x9B0; // CNetworkUtlVectorBase> - public const nint m_vecViewOffset = 0x9C8; // CNetworkViewOffsetVector - } - // Parent: CBaseModelEntity - // Fields count: 22 - // - // Metadata: - // MNetworkIncludeByUserGroup - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // NetworkVarNames: m_szSnapshotFileName (char) - // NetworkVarNames: m_bActive (bool) - // NetworkVarNames: m_bFrozen (bool) - // NetworkVarNames: m_flFreezeTransitionDuration (float) - // NetworkVarNames: m_nStopType (int) - // NetworkVarNames: m_bAnimateDuringGameplayPause (bool) - // NetworkVarNames: m_iEffectIndex (HParticleSystemDefinitionStrong) - // NetworkVarNames: m_flStartTime (GameTime_t) - // NetworkVarNames: m_flPreSimTime (float32) - // NetworkVarNames: m_vServerControlPoints (Vector) - // NetworkVarNames: m_iServerControlPointAssignments (uint8) - // NetworkVarNames: m_hControlPointEnts (CHandle) - // NetworkVarNames: m_bNoSave (bool) - // NetworkVarNames: m_bNoFreeze (bool) - // NetworkVarNames: m_bNoRamp (bool) - public static class CParticleSystem { - public const nint m_szSnapshotFileName = 0x9F8; // char[512] - public const nint m_bActive = 0xBF8; // bool - public const nint m_bFrozen = 0xBF9; // bool - public const nint m_flFreezeTransitionDuration = 0xBFC; // float32 - public const nint m_nStopType = 0xC00; // int32 - public const nint m_bAnimateDuringGameplayPause = 0xC04; // bool - public const nint m_iEffectIndex = 0xC08; // CStrongHandle - public const nint m_flStartTime = 0xC10; // GameTime_t - public const nint m_flPreSimTime = 0xC14; // float32 - public const nint m_vServerControlPoints = 0xC18; // Vector[4] - public const nint m_iServerControlPointAssignments = 0xC48; // uint8[4] - public const nint m_hControlPointEnts = 0xC4C; // CHandle[64] - public const nint m_bNoSave = 0xD4C; // bool - public const nint m_bNoFreeze = 0xD4D; // bool - public const nint m_bNoRamp = 0xD4E; // bool - public const nint m_bStartActive = 0xD4F; // bool - public const nint m_iszEffectName = 0xD50; // CUtlSymbolLarge - public const nint m_iszControlPointNames = 0xD58; // CUtlSymbolLarge[64] - public const nint m_nDataCP = 0xF58; // int32 - public const nint m_vecDataCPValue = 0xF5C; // Vector - public const nint m_nTintCP = 0xF68; // int32 - public const nint m_clrTint = 0xF6C; // Color - } - // Parent: CBaseEntity - // Fields count: 16 - // - // Metadata: - // NetworkVarNames: m_flParticleSpacing (float) - // NetworkVarNames: m_flSlack (float) - // NetworkVarNames: m_flRadius (float) - // NetworkVarNames: m_ColorTint (Color) - // NetworkVarNames: m_nEffectState (int) - // NetworkVarNames: m_iEffectIndex (HParticleSystemDefinitionStrong) - // NetworkVarNames: m_PathNodes_Position (Vector) - // NetworkVarNames: m_PathNodes_TangentIn (Vector) - // NetworkVarNames: m_PathNodes_TangentOut (Vector) - // NetworkVarNames: m_PathNodes_Color (Vector) - // NetworkVarNames: m_PathNodes_PinEnabled (bool) - // NetworkVarNames: m_PathNodes_RadiusScale (float) - public static class CPathParticleRope { - public const nint m_bStartActive = 0x7A8; // bool - public const nint m_flMaxSimulationTime = 0x7AC; // float32 - public const nint m_iszEffectName = 0x7B0; // CUtlSymbolLarge - public const nint m_PathNodes_Name = 0x7B8; // CUtlVector - public const nint m_flParticleSpacing = 0x7D0; // float32 - public const nint m_flSlack = 0x7D4; // float32 - public const nint m_flRadius = 0x7D8; // float32 - public const nint m_ColorTint = 0x7DC; // Color - public const nint m_nEffectState = 0x7E0; // int32 - public const nint m_iEffectIndex = 0x7E8; // CStrongHandle - public const nint m_PathNodes_Position = 0x7F0; // CNetworkUtlVectorBase - public const nint m_PathNodes_TangentIn = 0x808; // CNetworkUtlVectorBase - public const nint m_PathNodes_TangentOut = 0x820; // CNetworkUtlVectorBase - public const nint m_PathNodes_Color = 0x838; // CNetworkUtlVectorBase - public const nint m_PathNodes_PinEnabled = 0x850; // CNetworkUtlVectorBase - public const nint m_PathNodes_RadiusScale = 0x868; // CNetworkUtlVectorBase - } - // Parent: CBaseModelEntity - // Fields count: 9 - // - // Metadata: - // NetworkVarNames: m_Flags (uint8) - // NetworkVarNames: m_LightStyle (uint8) - // NetworkVarNames: m_Radius (float32) - // NetworkVarNames: m_Exponent (int32) - // NetworkVarNames: m_InnerAngle (float32) - // NetworkVarNames: m_OuterAngle (float32) - // NetworkVarNames: m_SpotRadius (float32) - public static class CDynamicLight { - public const nint m_ActualFlags = 0x9F8; // uint8 - public const nint m_Flags = 0x9F9; // uint8 - public const nint m_LightStyle = 0x9FA; // uint8 - public const nint m_On = 0x9FB; // bool - public const nint m_Radius = 0x9FC; // float32 - public const nint m_Exponent = 0xA00; // int32 - public const nint m_InnerAngle = 0xA04; // float32 - public const nint m_OuterAngle = 0xA08; // float32 - public const nint m_SpotRadius = 0xA0C; // float32 - } - // Parent: CBaseEntity - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_EnvWindShared (CEnvWindShared) - public static class CEnvWind { - public const nint m_EnvWindShared = 0x7A8; // CEnvWindShared - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // NetworkVarNames: m_iszOverlayNames (string_t) - // NetworkVarNames: m_flOverlayTimes (float32) - // NetworkVarNames: m_flStartTime (GameTime_t) - // NetworkVarNames: m_iDesiredOverlay (int32) - // NetworkVarNames: m_bIsActive (bool) - public static class CEnvScreenOverlay { - public const nint m_iszOverlayNames = 0x7A8; // CUtlSymbolLarge[10] - public const nint m_flOverlayTimes = 0x7F8; // float32[10] - public const nint m_flStartTime = 0x820; // GameTime_t - public const nint m_iDesiredOverlay = 0x824; // int32 - public const nint m_bIsActive = 0x828; // bool - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // NetworkVarNames: m_fadeColor (Color) - public static class CEnvFade { - public const nint m_fadeColor = 0x7A8; // Color - public const nint m_Duration = 0x7AC; // float32 - public const nint m_HoldDuration = 0x7B0; // float32 - public const nint m_OnBeginFade = 0x7B8; // CEntityIOOutput - } - // Parent: CBaseModelEntity - // Fields count: 7 - // - // Metadata: - // MNetworkIncludeByUserGroup - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // NetworkVarNames: m_nHorizontalSize (uint32) - // NetworkVarNames: m_nVerticalSize (uint32) - // NetworkVarNames: m_nMinDist (uint32) - // NetworkVarNames: m_nMaxDist (uint32) - // NetworkVarNames: m_nOuterMaxDist (uint32) - // NetworkVarNames: m_flGlowProxySize (float32) - // NetworkVarNames: m_flHDRColorScale (float32) - public static class CLightGlow { - public const nint m_nHorizontalSize = 0x9F8; // uint32 - public const nint m_nVerticalSize = 0x9FC; // uint32 - public const nint m_nMinDist = 0xA00; // uint32 - public const nint m_nMaxDist = 0xA04; // uint32 - public const nint m_nOuterMaxDist = 0xA08; // uint32 - public const nint m_flGlowProxySize = 0xA0C; // float32 - public const nint m_flHDRColorScale = 0xA10; // float32 - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // NetworkVarNames: m_bEnabled (bool) - public static class CLogicGameEventListener { - public const nint m_OnEventFired = 0x7B8; // CEntityIOOutput - public const nint m_iszGameEventName = 0x7E0; // CUtlSymbolLarge - public const nint m_iszGameEventItem = 0x7E8; // CUtlSymbolLarge - public const nint m_bEnabled = 0x7F0; // bool - public const nint m_bStartDisabled = 0x7F1; // bool - } - // Parent: CBaseEntity - // Fields count: 44 - // - // Metadata: - // NetworkVarNames: m_bDisabled (bool) - // NetworkVarNames: m_bUpdateOnClient (bool) - // NetworkVarNames: m_nInputType (ValueRemapperInputType_t) - // NetworkVarNames: m_hRemapLineStart (CHandle) - // NetworkVarNames: m_hRemapLineEnd (CHandle) - // NetworkVarNames: m_flMaximumChangePerSecond (float) - // NetworkVarNames: m_flDisengageDistance (float) - // NetworkVarNames: m_flEngageDistance (float) - // NetworkVarNames: m_bRequiresUseKey (bool) - // NetworkVarNames: m_nOutputType (ValueRemapperOutputType_t) - // NetworkVarNames: m_hOutputEntities (CHandle) - // NetworkVarNames: m_nHapticsType (ValueRemapperHapticsType_t) - // NetworkVarNames: m_nMomentumType (ValueRemapperMomentumType_t) - // NetworkVarNames: m_flMomentumModifier (float) - // NetworkVarNames: m_flSnapValue (float) - // NetworkVarNames: m_nRatchetType (ValueRemapperRatchetType_t) - // NetworkVarNames: m_flInputOffset (float) - public static class CPointValueRemapper { - public const nint m_bDisabled = 0x7A8; // bool - public const nint m_bUpdateOnClient = 0x7A9; // bool - public const nint m_nInputType = 0x7AC; // ValueRemapperInputType_t - public const nint m_iszRemapLineStartName = 0x7B0; // CUtlSymbolLarge - public const nint m_iszRemapLineEndName = 0x7B8; // CUtlSymbolLarge - public const nint m_hRemapLineStart = 0x7C0; // CHandle - public const nint m_hRemapLineEnd = 0x7C4; // CHandle - public const nint m_flMaximumChangePerSecond = 0x7C8; // float32 - public const nint m_flDisengageDistance = 0x7CC; // float32 - public const nint m_flEngageDistance = 0x7D0; // float32 - public const nint m_bRequiresUseKey = 0x7D4; // bool - public const nint m_nOutputType = 0x7D8; // ValueRemapperOutputType_t - public const nint m_iszOutputEntityName = 0x7E0; // CUtlSymbolLarge - public const nint m_iszOutputEntity2Name = 0x7E8; // CUtlSymbolLarge - public const nint m_iszOutputEntity3Name = 0x7F0; // CUtlSymbolLarge - public const nint m_iszOutputEntity4Name = 0x7F8; // CUtlSymbolLarge - public const nint m_hOutputEntities = 0x800; // CNetworkUtlVectorBase> - public const nint m_nHapticsType = 0x818; // ValueRemapperHapticsType_t - public const nint m_nMomentumType = 0x81C; // ValueRemapperMomentumType_t - public const nint m_flMomentumModifier = 0x820; // float32 - public const nint m_flSnapValue = 0x824; // float32 - public const nint m_flCurrentMomentum = 0x828; // float32 - public const nint m_nRatchetType = 0x82C; // ValueRemapperRatchetType_t - public const nint m_flRatchetOffset = 0x830; // float32 - public const nint m_flInputOffset = 0x834; // float32 - public const nint m_bEngaged = 0x838; // bool - public const nint m_bFirstUpdate = 0x839; // bool - public const nint m_flPreviousValue = 0x83C; // float32 - public const nint m_flPreviousUpdateTickTime = 0x840; // GameTime_t - public const nint m_vecPreviousTestPoint = 0x844; // Vector - public const nint m_hUsingPlayer = 0x850; // CHandle - public const nint m_flCustomOutputValue = 0x854; // float32 - public const nint m_iszSoundEngage = 0x858; // CUtlSymbolLarge - public const nint m_iszSoundDisengage = 0x860; // CUtlSymbolLarge - public const nint m_iszSoundReachedValueZero = 0x868; // CUtlSymbolLarge - public const nint m_iszSoundReachedValueOne = 0x870; // CUtlSymbolLarge - public const nint m_iszSoundMovingLoop = 0x878; // CUtlSymbolLarge - public const nint m_Position = 0x888; // CEntityOutputTemplate - public const nint m_PositionDelta = 0x8B0; // CEntityOutputTemplate - public const nint m_OnReachedValueZero = 0x8D8; // CEntityIOOutput - public const nint m_OnReachedValueOne = 0x900; // CEntityIOOutput - public const nint m_OnReachedValueCustom = 0x928; // CEntityIOOutput - public const nint m_OnEngage = 0x950; // CEntityIOOutput - public const nint m_OnDisengage = 0x978; // CEntityIOOutput - } - // Parent: None - // Fields count: 11 - // - // Metadata: - // NetworkVarNames: m_messageText (char) - // NetworkVarNames: m_FontName (char) - // NetworkVarNames: m_bEnabled (bool) - // NetworkVarNames: m_bFullbright (bool) - // NetworkVarNames: m_flWorldUnitsPerPx (float) - // NetworkVarNames: m_flFontSize (float) - // NetworkVarNames: m_flDepthOffset (float) - // NetworkVarNames: m_Color (Color) - // NetworkVarNames: m_nJustifyHorizontal (PointWorldTextJustifyHorizontal_t) - // NetworkVarNames: m_nJustifyVertical (PointWorldTextJustifyVertical_t) - // NetworkVarNames: m_nReorientMode (PointWorldTextReorientMode_t) - public static class CPointWorldText { - public const nint m_messageText = 0x9F8; // char[512] - public const nint m_FontName = 0xBF8; // char[64] - public const nint m_bEnabled = 0xC38; // bool - public const nint m_bFullbright = 0xC39; // bool - public const nint m_flWorldUnitsPerPx = 0xC3C; // float32 - public const nint m_flFontSize = 0xC40; // float32 - public const nint m_flDepthOffset = 0xC44; // float32 - public const nint m_Color = 0xC48; // Color - public const nint m_nJustifyHorizontal = 0xC4C; // PointWorldTextJustifyHorizontal_t - public const nint m_nJustifyVertical = 0xC50; // PointWorldTextJustifyVertical_t - public const nint m_nReorientMode = 0xC54; // PointWorldTextReorientMode_t - } - // Parent: CBaseEntity - // Fields count: 3 - // - // Metadata: - // NetworkVarNames: m_iCurrentMaxRagdollCount (int8) - public static class CRagdollManager { - public const nint m_iCurrentMaxRagdollCount = 0x7A8; // int8 - public const nint m_iMaxRagdollCount = 0x7AC; // int32 - public const nint m_bSaveImportant = 0x7B0; // bool - } - // Parent: None - // Fields count: 64 - // - // Metadata: - // NetworkVarNames: m_bIsPlayingBack (bool) - // NetworkVarNames: m_bPaused (bool) - // NetworkVarNames: m_bMultiplayer (bool) - // NetworkVarNames: m_bAutogenerated (bool) - // NetworkVarNames: m_flForceClientTime (float32) - // NetworkVarNames: m_hActorList (CHandle) - // NetworkVarNames: m_nSceneStringIndex (uint16) - public static class CSceneEntity { - public const nint m_iszSceneFile = 0x7B0; // CUtlSymbolLarge - public const nint m_iszResumeSceneFile = 0x7B8; // CUtlSymbolLarge - public const nint m_iszTarget1 = 0x7C0; // CUtlSymbolLarge - public const nint m_iszTarget2 = 0x7C8; // CUtlSymbolLarge - public const nint m_iszTarget3 = 0x7D0; // CUtlSymbolLarge - public const nint m_iszTarget4 = 0x7D8; // CUtlSymbolLarge - public const nint m_iszTarget5 = 0x7E0; // CUtlSymbolLarge - public const nint m_iszTarget6 = 0x7E8; // CUtlSymbolLarge - public const nint m_iszTarget7 = 0x7F0; // CUtlSymbolLarge - public const nint m_iszTarget8 = 0x7F8; // CUtlSymbolLarge - public const nint m_hTarget1 = 0x800; // CHandle - public const nint m_hTarget2 = 0x804; // CHandle - public const nint m_hTarget3 = 0x808; // CHandle - public const nint m_hTarget4 = 0x80C; // CHandle - public const nint m_hTarget5 = 0x810; // CHandle - public const nint m_hTarget6 = 0x814; // CHandle - public const nint m_hTarget7 = 0x818; // CHandle - public const nint m_hTarget8 = 0x81C; // CHandle - public const nint m_bIsPlayingBack = 0x820; // bool - public const nint m_bPaused = 0x821; // bool - public const nint m_bMultiplayer = 0x822; // bool - public const nint m_bAutogenerated = 0x823; // bool - public const nint m_flForceClientTime = 0x824; // float32 - public const nint m_flCurrentTime = 0x828; // float32 - public const nint m_flFrameTime = 0x82C; // float32 - public const nint m_bCancelAtNextInterrupt = 0x830; // bool - public const nint m_fPitch = 0x834; // float32 - public const nint m_bAutomated = 0x838; // bool - public const nint m_nAutomatedAction = 0x83C; // int32 - public const nint m_flAutomationDelay = 0x840; // float32 - public const nint m_flAutomationTime = 0x844; // float32 - public const nint m_hWaitingForThisResumeScene = 0x848; // CHandle - public const nint m_bWaitingForResumeScene = 0x84C; // bool - public const nint m_bPausedViaInput = 0x84D; // bool - public const nint m_bPauseAtNextInterrupt = 0x84E; // bool - public const nint m_bWaitingForActor = 0x84F; // bool - public const nint m_bWaitingForInterrupt = 0x850; // bool - public const nint m_bInterruptedActorsScenes = 0x851; // bool - public const nint m_bBreakOnNonIdle = 0x852; // bool - public const nint m_hActorList = 0x858; // CNetworkUtlVectorBase> - public const nint m_hRemoveActorList = 0x870; // CUtlVector> - public const nint m_nSceneFlushCounter = 0x8B8; // int32 - public const nint m_nSceneStringIndex = 0x8BC; // uint16 - public const nint m_OnStart = 0x8C0; // CEntityIOOutput - public const nint m_OnCompletion = 0x8E8; // CEntityIOOutput - public const nint m_OnCanceled = 0x910; // CEntityIOOutput - public const nint m_OnPaused = 0x938; // CEntityIOOutput - public const nint m_OnResumed = 0x960; // CEntityIOOutput - public const nint m_OnTrigger = 0x988; // CEntityIOOutput[16] - public const nint m_hInterruptScene = 0xC98; // CHandle - public const nint m_nInterruptCount = 0xC9C; // int32 - public const nint m_bSceneMissing = 0xCA0; // bool - public const nint m_bInterrupted = 0xCA1; // bool - public const nint m_bCompletedEarly = 0xCA2; // bool - public const nint m_bInterruptSceneFinished = 0xCA3; // bool - public const nint m_bRestoring = 0xCA4; // bool - public const nint m_hNotifySceneCompletion = 0xCA8; // CUtlVector> - public const nint m_hListManagers = 0xCC0; // CUtlVector> - public const nint m_iszSoundName = 0xCD8; // CUtlSymbolLarge - public const nint m_iszSequenceName = 0xCE0; // CUtlSymbolLarge - public const nint m_hActor = 0xCE8; // CHandle - public const nint m_hActivator = 0xCEC; // CHandle - public const nint m_BusyActor = 0xCF0; // int32 - public const nint m_iPlayerDeathBehavior = 0xCF4; // SceneOnPlayerDeath_t - } - // Parent: CBaseModelEntity - // Fields count: 14 - // - // Metadata: - // MNetworkIncludeByName - // NetworkVarNames: m_vDirection (Vector) - // NetworkVarNames: m_clrOverlay (Color) - // NetworkVarNames: m_iszEffectName (string_t) - // NetworkVarNames: m_iszSSEffectName (string_t) - // NetworkVarNames: m_bOn (bool) - // NetworkVarNames: m_bmaxColor (bool) - // NetworkVarNames: m_flSize (float32) - // NetworkVarNames: m_flRotation (float32) - // NetworkVarNames: m_flHazeScale (float32) - // NetworkVarNames: m_flAlphaHaze (float32) - // NetworkVarNames: m_flAlphaHdr (float32) - // NetworkVarNames: m_flAlphaScale (float32) - // NetworkVarNames: m_flHDRColorScale (float32) - // NetworkVarNames: m_flFarZScale (float32) - public static class CSun { - public const nint m_vDirection = 0x9F8; // Vector - public const nint m_clrOverlay = 0xA04; // Color - public const nint m_iszEffectName = 0xA08; // CUtlSymbolLarge - public const nint m_iszSSEffectName = 0xA10; // CUtlSymbolLarge - public const nint m_bOn = 0xA18; // bool - public const nint m_bmaxColor = 0xA19; // bool - public const nint m_flSize = 0xA1C; // float32 - public const nint m_flRotation = 0xA20; // float32 - public const nint m_flHazeScale = 0xA24; // float32 - public const nint m_flAlphaHaze = 0xA28; // float32 - public const nint m_flAlphaHdr = 0xA2C; // float32 - public const nint m_flAlphaScale = 0xA30; // float32 - public const nint m_flHDRColorScale = 0xA34; // float32 - public const nint m_flFarZScale = 0xA38; // float32 - } - // Parent: CBaseEntity - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_Handle (CHandle) - // NetworkVarNames: m_bSendHandle (bool) - public static class CHandleTest { - public const nint m_Handle = 0x7A8; // CHandle - public const nint m_bSendHandle = 0x7AC; // bool - } - // Parent: None - // Fields count: 24 - // - // Metadata: - // NetworkVarNames: m_glowEntity (CHandle) - // NetworkVarNames: m_usable (bool) - // NetworkVarNames: m_szDisplayText (string_t) - public static class CBaseButton { - public const nint m_angMoveEntitySpace = 0xA78; // QAngle - public const nint m_fStayPushed = 0xA84; // bool - public const nint m_fRotating = 0xA85; // bool - public const nint m_ls = 0xA88; // locksound_t - public const nint m_sUseSound = 0xAA8; // CUtlSymbolLarge - public const nint m_sLockedSound = 0xAB0; // CUtlSymbolLarge - public const nint m_sUnlockedSound = 0xAB8; // CUtlSymbolLarge - public const nint m_bLocked = 0xAC0; // bool - public const nint m_bDisabled = 0xAC1; // bool - public const nint m_flUseLockedTime = 0xAC4; // GameTime_t - public const nint m_bSolidBsp = 0xAC8; // bool - public const nint m_OnDamaged = 0xAD0; // CEntityIOOutput - public const nint m_OnPressed = 0xAF8; // CEntityIOOutput - public const nint m_OnUseLocked = 0xB20; // CEntityIOOutput - public const nint m_OnIn = 0xB48; // CEntityIOOutput - public const nint m_OnOut = 0xB70; // CEntityIOOutput - public const nint m_nState = 0xB98; // int32 - public const nint m_hConstraint = 0xB9C; // CEntityHandle - public const nint m_hConstraintParent = 0xBA0; // CEntityHandle - public const nint m_bForceNpcExclude = 0xBA4; // bool - public const nint m_sGlowEntity = 0xBA8; // CUtlSymbolLarge - public const nint m_glowEntity = 0xBB0; // CHandle - public const nint m_usable = 0xBB4; // bool - public const nint m_szDisplayText = 0xBB8; // CUtlSymbolLarge - } - // Parent: None - // Fields count: 27 - // - // Metadata: - // NetworkVarNames: m_bIsUsable (bool) - public static class CBaseDoor { - public const nint m_angMoveEntitySpace = 0xA84; // QAngle - public const nint m_vecMoveDirParentSpace = 0xA90; // Vector - public const nint m_ls = 0xAA0; // locksound_t - public const nint m_bForceClosed = 0xAC0; // bool - public const nint m_bDoorGroup = 0xAC1; // bool - public const nint m_bLocked = 0xAC2; // bool - public const nint m_bIgnoreDebris = 0xAC3; // bool - public const nint m_eSpawnPosition = 0xAC4; // FuncDoorSpawnPos_t - public const nint m_flBlockDamage = 0xAC8; // float32 - public const nint m_NoiseMoving = 0xAD0; // CUtlSymbolLarge - public const nint m_NoiseArrived = 0xAD8; // CUtlSymbolLarge - public const nint m_NoiseMovingClosed = 0xAE0; // CUtlSymbolLarge - public const nint m_NoiseArrivedClosed = 0xAE8; // CUtlSymbolLarge - public const nint m_ChainTarget = 0xAF0; // CUtlSymbolLarge - public const nint m_OnBlockedClosing = 0xAF8; // CEntityIOOutput - public const nint m_OnBlockedOpening = 0xB20; // CEntityIOOutput - public const nint m_OnUnblockedClosing = 0xB48; // CEntityIOOutput - public const nint m_OnUnblockedOpening = 0xB70; // CEntityIOOutput - public const nint m_OnFullyClosed = 0xB98; // CEntityIOOutput - public const nint m_OnFullyOpen = 0xBC0; // CEntityIOOutput - public const nint m_OnClose = 0xBE8; // CEntityIOOutput - public const nint m_OnOpen = 0xC10; // CEntityIOOutput - public const nint m_OnLockedUse = 0xC38; // CEntityIOOutput - public const nint m_bLoopMoveSound = 0xC60; // bool - public const nint m_bCreateNavObstacle = 0xC78; // bool - public const nint m_isChaining = 0xC79; // bool - public const nint m_bIsUsable = 0xC7A; // bool - } - // Parent: CBaseModelEntity - // Fields count: 10 - // - // Metadata: - // NetworkVarNames: m_flFadeInStart (float32) - // NetworkVarNames: m_flFadeInLength (float32) - // NetworkVarNames: m_flFadeOutModelStart (float32) - // NetworkVarNames: m_flFadeOutModelLength (float32) - // NetworkVarNames: m_flFadeOutStart (float32) - // NetworkVarNames: m_flFadeOutLength (float32) - // NetworkVarNames: m_flStartTime (GameTime_t) - // NetworkVarNames: m_nDissolveType (EntityDisolveType_t) - // NetworkVarNames: m_vDissolverOrigin (Vector) - // NetworkVarNames: m_nMagnitude (uint32) - public static class CEntityDissolve { - public const nint m_flFadeInStart = 0x9F8; // float32 - public const nint m_flFadeInLength = 0x9FC; // float32 - public const nint m_flFadeOutModelStart = 0xA00; // float32 - public const nint m_flFadeOutModelLength = 0xA04; // float32 - public const nint m_flFadeOutStart = 0xA08; // float32 - public const nint m_flFadeOutLength = 0xA0C; // float32 - public const nint m_flStartTime = 0xA10; // GameTime_t - public const nint m_nDissolveType = 0xA14; // EntityDisolveType_t - public const nint m_vDissolverOrigin = 0xA18; // Vector - public const nint m_nMagnitude = 0xA24; // uint32 - } - // Parent: None - // Fields count: 30 - // - // Metadata: - // NetworkVarNames: m_hTargetEntity (CHandle) - // NetworkVarNames: m_bState (bool) - // NetworkVarNames: m_bAlwaysUpdate (bool) - // NetworkVarNames: m_flLightFOV (float32) - // NetworkVarNames: m_bEnableShadows (bool) - // NetworkVarNames: m_bSimpleProjection (bool) - // NetworkVarNames: m_bLightOnlyTarget (bool) - // NetworkVarNames: m_bLightWorld (bool) - // NetworkVarNames: m_bCameraSpace (bool) - // NetworkVarNames: m_flBrightnessScale (float32) - // NetworkVarNames: m_LightColor (Color) - // NetworkVarNames: m_flIntensity (float32) - // NetworkVarNames: m_flLinearAttenuation (float32) - // NetworkVarNames: m_flQuadraticAttenuation (float32) - // NetworkVarNames: m_bVolumetric (bool) - // NetworkVarNames: m_flNoiseStrength (float32) - // NetworkVarNames: m_flFlashlightTime (float32) - // NetworkVarNames: m_nNumPlanes (uint32) - // NetworkVarNames: m_flPlaneOffset (float32) - // NetworkVarNames: m_flVolumetricIntensity (float32) - // NetworkVarNames: m_flColorTransitionTime (float32) - // NetworkVarNames: m_flAmbient (float32) - // NetworkVarNames: m_SpotlightTextureName (char) - // NetworkVarNames: m_nSpotlightTextureFrame (int32) - // NetworkVarNames: m_nShadowQuality (uint32) - // NetworkVarNames: m_flNearZ (float32) - // NetworkVarNames: m_flFarZ (float32) - // NetworkVarNames: m_flProjectionSize (float32) - // NetworkVarNames: m_flRotation (float32) - // NetworkVarNames: m_bFlipHorizontal (bool) - public static class CEnvProjectedTexture { - public const nint m_hTargetEntity = 0x9F8; // CHandle - public const nint m_bState = 0x9FC; // bool - public const nint m_bAlwaysUpdate = 0x9FD; // bool - public const nint m_flLightFOV = 0xA00; // float32 - public const nint m_bEnableShadows = 0xA04; // bool - public const nint m_bSimpleProjection = 0xA05; // bool - public const nint m_bLightOnlyTarget = 0xA06; // bool - public const nint m_bLightWorld = 0xA07; // bool - public const nint m_bCameraSpace = 0xA08; // bool - public const nint m_flBrightnessScale = 0xA0C; // float32 - public const nint m_LightColor = 0xA10; // Color - public const nint m_flIntensity = 0xA14; // float32 - public const nint m_flLinearAttenuation = 0xA18; // float32 - public const nint m_flQuadraticAttenuation = 0xA1C; // float32 - public const nint m_bVolumetric = 0xA20; // bool - public const nint m_flNoiseStrength = 0xA24; // float32 - public const nint m_flFlashlightTime = 0xA28; // float32 - public const nint m_nNumPlanes = 0xA2C; // uint32 - public const nint m_flPlaneOffset = 0xA30; // float32 - public const nint m_flVolumetricIntensity = 0xA34; // float32 - public const nint m_flColorTransitionTime = 0xA38; // float32 - public const nint m_flAmbient = 0xA3C; // float32 - public const nint m_SpotlightTextureName = 0xA40; // char[512] - public const nint m_nSpotlightTextureFrame = 0xC40; // int32 - public const nint m_nShadowQuality = 0xC44; // uint32 - public const nint m_flNearZ = 0xC48; // float32 - public const nint m_flFarZ = 0xC4C; // float32 - public const nint m_flProjectionSize = 0xC50; // float32 - public const nint m_flRotation = 0xC54; // float32 - public const nint m_bFlipHorizontal = 0xC58; // bool - } - // Parent: CBaseModelEntity - // Fields count: 9 - // - // Metadata: - // NetworkVarNames: m_hDecalMaterial (HMaterialStrong) - // NetworkVarNames: m_flWidth (float) - // NetworkVarNames: m_flHeight (float) - // NetworkVarNames: m_flDepth (float) - // NetworkVarNames: m_nRenderOrder (uint32) - // NetworkVarNames: m_bProjectOnWorld (bool) - // NetworkVarNames: m_bProjectOnCharacters (bool) - // NetworkVarNames: m_bProjectOnWater (bool) - // NetworkVarNames: m_flDepthSortBias (float) - public static class CEnvDecal { - public const nint m_hDecalMaterial = 0x9F8; // CStrongHandle - public const nint m_flWidth = 0xA00; // float32 - public const nint m_flHeight = 0xA04; // float32 - public const nint m_flDepth = 0xA08; // float32 - public const nint m_nRenderOrder = 0xA0C; // uint32 - public const nint m_bProjectOnWorld = 0xA10; // bool - public const nint m_bProjectOnCharacters = 0xA11; // bool - public const nint m_bProjectOnWater = 0xA12; // bool - public const nint m_flDepthSortBias = 0xA14; // float32 - } - // Parent: None - // Fields count: 13 - // - // Metadata: - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkOverride - public static class CFuncMoveLinear { - public const nint m_authoredPosition = 0xA78; // MoveLinearAuthoredPos_t - public const nint m_angMoveEntitySpace = 0xA7C; // QAngle - public const nint m_vecMoveDirParentSpace = 0xA88; // Vector - public const nint m_soundStart = 0xA98; // CUtlSymbolLarge - public const nint m_soundStop = 0xAA0; // CUtlSymbolLarge - public const nint m_currentSound = 0xAA8; // CUtlSymbolLarge - public const nint m_flBlockDamage = 0xAB0; // float32 - public const nint m_flStartPosition = 0xAB4; // float32 - public const nint m_flMoveDistance = 0xAB8; // float32 - public const nint m_OnFullyOpen = 0xAC8; // CEntityIOOutput - public const nint m_OnFullyClosed = 0xAF0; // CEntityIOOutput - public const nint m_bCreateMovableNavMesh = 0xB18; // bool - public const nint m_bCreateNavObstacle = 0xB19; // bool - } - // Parent: CBaseModelEntity - // Fields count: 19 - // - // Metadata: - // MNetworkOverride - // MNetworkOverride - public static class CFuncRotating { - public const nint m_OnStopped = 0x9F8; // CEntityIOOutput - public const nint m_OnStarted = 0xA20; // CEntityIOOutput - public const nint m_OnReachedStart = 0xA48; // CEntityIOOutput - public const nint m_localRotationVector = 0xA70; // RotationVector - public const nint m_flFanFriction = 0xA7C; // float32 - public const nint m_flAttenuation = 0xA80; // float32 - public const nint m_flVolume = 0xA84; // float32 - public const nint m_flTargetSpeed = 0xA88; // float32 - public const nint m_flMaxSpeed = 0xA8C; // float32 - public const nint m_flBlockDamage = 0xA90; // float32 - public const nint m_flTimeScale = 0xA94; // float32 - public const nint m_NoiseRunning = 0xA98; // CUtlSymbolLarge - public const nint m_bReversed = 0xAA0; // bool - public const nint m_bAccelDecel = 0xAA1; // bool - public const nint m_prevLocalAngles = 0xAAC; // QAngle - public const nint m_angStart = 0xAB8; // QAngle - public const nint m_bStopAtStartPos = 0xAC4; // bool - public const nint m_vecClientOrigin = 0xAC8; // Vector - public const nint m_vecClientAngles = 0xAD4; // QAngle - } - // Parent: CBaseModelEntity - // Fields count: 21 - // - // Metadata: - // MNetworkIncludeByUserGroup - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // NetworkVarNames: m_RopeFlags (uint16) - // NetworkVarNames: m_Slack (int16) - // NetworkVarNames: m_Width (float32) - // NetworkVarNames: m_TextureScale (float32) - // NetworkVarNames: m_nSegments (uint8) - // NetworkVarNames: m_bConstrainBetweenEndpoints (bool) - // NetworkVarNames: m_iRopeMaterialModelIndex (HMaterialStrong) - // NetworkVarNames: m_Subdiv (uint8) - // NetworkVarNames: m_nChangeCount (uint8) - // NetworkVarNames: m_RopeLength (int16) - // NetworkVarNames: m_fLockedPoints (uint8) - // NetworkVarNames: m_flScrollSpeed (float32) - // NetworkVarNames: m_hStartPoint (CHandle) - // NetworkVarNames: m_hEndPoint (CHandle) - // NetworkVarNames: m_iStartAttachment (AttachmentHandle_t) - // NetworkVarNames: m_iEndAttachment (AttachmentHandle_t) - public static class CRopeKeyframe { - public const nint m_RopeFlags = 0xA00; // uint16 - public const nint m_iNextLinkName = 0xA08; // CUtlSymbolLarge - public const nint m_Slack = 0xA10; // int16 - public const nint m_Width = 0xA14; // float32 - public const nint m_TextureScale = 0xA18; // float32 - public const nint m_nSegments = 0xA1C; // uint8 - public const nint m_bConstrainBetweenEndpoints = 0xA1D; // bool - public const nint m_strRopeMaterialModel = 0xA20; // CUtlSymbolLarge - public const nint m_iRopeMaterialModelIndex = 0xA28; // CStrongHandle - public const nint m_Subdiv = 0xA30; // uint8 - public const nint m_nChangeCount = 0xA31; // uint8 - public const nint m_RopeLength = 0xA32; // int16 - public const nint m_fLockedPoints = 0xA34; // uint8 - public const nint m_bCreatedFromMapFile = 0xA35; // bool - public const nint m_flScrollSpeed = 0xA38; // float32 - public const nint m_bStartPointValid = 0xA3C; // bool - public const nint m_bEndPointValid = 0xA3D; // bool - public const nint m_hStartPoint = 0xA40; // CHandle - public const nint m_hEndPoint = 0xA44; // CHandle - public const nint m_iStartAttachment = 0xA48; // AttachmentHandle_t - public const nint m_iEndAttachment = 0xA49; // AttachmentHandle_t - } - // Parent: CBaseModelEntity - // Fields count: 4 - // - // Metadata: - // NetworkVarNames: m_flLightScale (float32) - // NetworkVarNames: m_Radius (float32) - public static class CSpotlightEnd { - public const nint m_flLightScale = 0x9F8; // float32 - public const nint m_Radius = 0x9FC; // float32 - public const nint m_vSpotlightDir = 0xA00; // Vector - public const nint m_vSpotlightOrg = 0xA0C; // Vector - } - // Parent: None - // Fields count: 11 - // - // Metadata: - // MNetworkIncludeByName - // NetworkVarNames: m_bDisabled (bool) - // NetworkVarNames: m_bClientSidePredicted (bool) - public static class CBaseTrigger { - public const nint m_bDisabled = 0xA78; // bool - public const nint m_iFilterName = 0xA80; // CUtlSymbolLarge - public const nint m_hFilter = 0xA88; // CHandle - public const nint m_OnStartTouch = 0xA90; // CEntityIOOutput - public const nint m_OnStartTouchAll = 0xAB8; // CEntityIOOutput - public const nint m_OnEndTouch = 0xAE0; // CEntityIOOutput - public const nint m_OnEndTouchAll = 0xB08; // CEntityIOOutput - public const nint m_OnTouching = 0xB30; // CEntityIOOutput - public const nint m_OnNotTouching = 0xB58; // CEntityIOOutput - public const nint m_hTouchingEntities = 0xB80; // CUtlVector> - public const nint m_bClientSidePredicted = 0xB98; // bool - } - // Parent: CBaseModelEntity - // Fields count: 24 - // - // Metadata: - // MNetworkIncludeByUserGroup - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkOverride - // NetworkVarNames: m_flFrameRate (float32) - // NetworkVarNames: m_flHDRColorScale (float32) - // NetworkVarNames: m_nNumBeamEnts (uint8) - // NetworkVarNames: m_hBaseMaterial (HMaterialStrong) - // NetworkVarNames: m_nHaloIndex (HMaterialStrong) - // NetworkVarNames: m_nBeamType (BeamType_t) - // NetworkVarNames: m_nBeamFlags (uint32) - // NetworkVarNames: m_hAttachEntity (CHandle) - // NetworkVarNames: m_nAttachIndex (AttachmentHandle_t) - // NetworkVarNames: m_fWidth (float32) - // NetworkVarNames: m_fEndWidth (float32) - // NetworkVarNames: m_fFadeLength (float32) - // NetworkVarNames: m_fHaloScale (float32) - // NetworkVarNames: m_fAmplitude (float32) - // NetworkVarNames: m_fStartFrame (float32) - // NetworkVarNames: m_fSpeed (float32) - // NetworkVarNames: m_flFrame (float32) - // NetworkVarNames: m_nClipStyle (BeamClipStyle_t) - // NetworkVarNames: m_bTurnedOff (bool) - // NetworkVarNames: m_vecEndPos (Vector) - public static class CBeam { - public const nint m_flFrameRate = 0x9F8; // float32 - public const nint m_flHDRColorScale = 0x9FC; // float32 - public const nint m_flFireTime = 0xA00; // GameTime_t - public const nint m_flDamage = 0xA04; // float32 - public const nint m_nNumBeamEnts = 0xA08; // uint8 - public const nint m_hBaseMaterial = 0xA10; // CStrongHandle - public const nint m_nHaloIndex = 0xA18; // CStrongHandle - public const nint m_nBeamType = 0xA20; // BeamType_t - public const nint m_nBeamFlags = 0xA24; // uint32 - public const nint m_hAttachEntity = 0xA28; // CHandle[10] - public const nint m_nAttachIndex = 0xA50; // AttachmentHandle_t[10] - public const nint m_fWidth = 0xA5C; // float32 - public const nint m_fEndWidth = 0xA60; // float32 - public const nint m_fFadeLength = 0xA64; // float32 - public const nint m_fHaloScale = 0xA68; // float32 - public const nint m_fAmplitude = 0xA6C; // float32 - public const nint m_fStartFrame = 0xA70; // float32 - public const nint m_fSpeed = 0xA74; // float32 - public const nint m_flFrame = 0xA78; // float32 - public const nint m_nClipStyle = 0xA7C; // BeamClipStyle_t - public const nint m_bTurnedOff = 0xA80; // bool - public const nint m_vecEndPos = 0xA84; // Vector - public const nint m_hEndEntity = 0xA90; // CHandle - public const nint m_nDissolveType = 0xA94; // int32 - } - // Parent: CBaseModelEntity - // Fields count: 12 - // - // Metadata: - // NetworkVarNames: m_vecLadderDir (Vector) - // NetworkVarNames: m_vecPlayerMountPositionTop (Vector) - // NetworkVarNames: m_vecPlayerMountPositionBottom (Vector) - // NetworkVarNames: m_flAutoRideSpeed (float) - // NetworkVarNames: m_bFakeLadder (bool) - public static class CFuncLadder { - public const nint m_vecLadderDir = 0x9F8; // Vector - public const nint m_Dismounts = 0xA08; // CUtlVector> - public const nint m_vecLocalTop = 0xA20; // Vector - public const nint m_vecPlayerMountPositionTop = 0xA2C; // Vector - public const nint m_vecPlayerMountPositionBottom = 0xA38; // Vector - public const nint m_flAutoRideSpeed = 0xA44; // float32 - public const nint m_bDisabled = 0xA48; // bool - public const nint m_bFakeLadder = 0xA49; // bool - public const nint m_bHasSlack = 0xA4A; // bool - public const nint m_surfacePropName = 0xA50; // CUtlSymbolLarge - public const nint m_OnPlayerGotOnLadder = 0xA58; // CEntityIOOutput - public const nint m_OnPlayerGotOffLadder = 0xA80; // CEntityIOOutput - } - // Parent: None - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CPrecipitationVData { - public const nint m_szParticlePrecipitationEffect = 0x28; // CResourceNameTyped> - public const nint m_flInnerDistance = 0x108; // float32 - public const nint m_nAttachType = 0x10C; // ParticleAttachment_t - public const nint m_bBatchSameVolumeType = 0x110; // bool - public const nint m_nRTEnvCP = 0x114; // int32 - public const nint m_nRTEnvCPComponent = 0x118; // int32 - public const nint m_szModifier = 0x120; // CUtlString - } - // Parent: CBaseModelEntity - // Fields count: 23 - // - // Metadata: - // NetworkVarNames: m_hSpriteMaterial (HMaterialStrong) - // NetworkVarNames: m_hAttachedToEntity (CHandle) - // NetworkVarNames: m_nAttachment (AttachmentHandle_t) - // NetworkVarNames: m_flSpriteFramerate (float32) - // NetworkVarNames: m_flFrame (float32) - // NetworkVarNames: m_nBrightness (uint32) - // NetworkVarNames: m_flBrightnessDuration (float32) - // NetworkVarNames: m_flSpriteScale (float32) - // NetworkVarNames: m_flScaleDuration (float32) - // NetworkVarNames: m_bWorldSpaceScale (bool) - // NetworkVarNames: m_flGlowProxySize (float32) - // NetworkVarNames: m_flHDRColorScale (float32) - public static class CSprite { - public const nint m_hSpriteMaterial = 0x9F8; // CStrongHandle - public const nint m_hAttachedToEntity = 0xA00; // CHandle - public const nint m_nAttachment = 0xA04; // AttachmentHandle_t - public const nint m_flSpriteFramerate = 0xA08; // float32 - public const nint m_flFrame = 0xA0C; // float32 - public const nint m_flDieTime = 0xA10; // GameTime_t - public const nint m_nBrightness = 0xA20; // uint32 - public const nint m_flBrightnessDuration = 0xA24; // float32 - public const nint m_flSpriteScale = 0xA28; // float32 - public const nint m_flScaleDuration = 0xA2C; // float32 - public const nint m_bWorldSpaceScale = 0xA30; // bool - public const nint m_flGlowProxySize = 0xA34; // float32 - public const nint m_flHDRColorScale = 0xA38; // float32 - public const nint m_flLastTime = 0xA3C; // GameTime_t - public const nint m_flMaxFrame = 0xA40; // float32 - public const nint m_flStartScale = 0xA44; // float32 - public const nint m_flDestScale = 0xA48; // float32 - public const nint m_flScaleTimeStart = 0xA4C; // GameTime_t - public const nint m_nStartBrightness = 0xA50; // int32 - public const nint m_nDestBrightness = 0xA54; // int32 - public const nint m_flBrightnessTimeStart = 0xA58; // GameTime_t - public const nint m_nSpriteWidth = 0xA5C; // int32 - public const nint m_nSpriteHeight = 0xA60; // int32 - } - // Parent: CBaseModelEntity - // Fields count: 14 - // - // Metadata: - // NetworkVarNames: m_bEnabled (bool) - // NetworkVarNames: m_DialogXMLName (string_t) - // NetworkVarNames: m_PanelClassName (string_t) - // NetworkVarNames: m_PanelID (string_t) - public static class CBaseClientUIEntity { - public const nint m_bEnabled = 0x9F8; // bool - public const nint m_DialogXMLName = 0xA00; // CUtlSymbolLarge - public const nint m_PanelClassName = 0xA08; // CUtlSymbolLarge - public const nint m_PanelID = 0xA10; // CUtlSymbolLarge - public const nint m_CustomOutput0 = 0xA18; // CEntityIOOutput - public const nint m_CustomOutput1 = 0xA40; // CEntityIOOutput - public const nint m_CustomOutput2 = 0xA68; // CEntityIOOutput - public const nint m_CustomOutput3 = 0xA90; // CEntityIOOutput - public const nint m_CustomOutput4 = 0xAB8; // CEntityIOOutput - public const nint m_CustomOutput5 = 0xAE0; // CEntityIOOutput - public const nint m_CustomOutput6 = 0xB08; // CEntityIOOutput - public const nint m_CustomOutput7 = 0xB30; // CEntityIOOutput - public const nint m_CustomOutput8 = 0xB58; // CEntityIOOutput - public const nint m_CustomOutput9 = 0xB80; // CEntityIOOutput - } - // Parent: CBaseClientUIEntity - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_hActivator (EHANDLE) - public static class CPointClientUIDialog { - public const nint m_hActivator = 0xBA8; // CHandle - public const nint m_bStartEnabled = 0xBAC; // bool - } - // Parent: CBaseClientUIEntity - // Fields count: 23 - // - // Metadata: - // NetworkVarNames: m_bIgnoreInput (bool) - // NetworkVarNames: m_bLit (bool) - // NetworkVarNames: m_bFollowPlayerAcrossTeleport (bool) - // NetworkVarNames: m_flWidth (float) - // NetworkVarNames: m_flHeight (float) - // NetworkVarNames: m_flDPI (float) - // NetworkVarNames: m_flInteractDistance (float) - // NetworkVarNames: m_flDepthOffset (float) - // NetworkVarNames: m_unOwnerContext (uint32) - // NetworkVarNames: m_unHorizontalAlign (uint32) - // NetworkVarNames: m_unVerticalAlign (uint32) - // NetworkVarNames: m_unOrientation (uint32) - // NetworkVarNames: m_bAllowInteractionFromAllSceneWorlds (bool) - // NetworkVarNames: m_vecCSSClasses (string_t) - // NetworkVarNames: m_bOpaque (bool) - // NetworkVarNames: m_bNoDepth (bool) - // NetworkVarNames: m_bRenderBackface (bool) - // NetworkVarNames: m_bUseOffScreenIndicator (bool) - // NetworkVarNames: m_bExcludeFromSaveGames (bool) - // NetworkVarNames: m_bGrabbable (bool) - // NetworkVarNames: m_bOnlyRenderToTexture (bool) - // NetworkVarNames: m_bDisableMipGen (bool) - // NetworkVarNames: m_nExplicitImageLayout (int32) - public static class CPointClientUIWorldPanel { - public const nint m_bIgnoreInput = 0xBA8; // bool - public const nint m_bLit = 0xBA9; // bool - public const nint m_bFollowPlayerAcrossTeleport = 0xBAA; // bool - public const nint m_flWidth = 0xBAC; // float32 - public const nint m_flHeight = 0xBB0; // float32 - public const nint m_flDPI = 0xBB4; // float32 - public const nint m_flInteractDistance = 0xBB8; // float32 - public const nint m_flDepthOffset = 0xBBC; // float32 - public const nint m_unOwnerContext = 0xBC0; // uint32 - public const nint m_unHorizontalAlign = 0xBC4; // uint32 - public const nint m_unVerticalAlign = 0xBC8; // uint32 - public const nint m_unOrientation = 0xBCC; // uint32 - public const nint m_bAllowInteractionFromAllSceneWorlds = 0xBD0; // bool - public const nint m_vecCSSClasses = 0xBD8; // CNetworkUtlVectorBase - public const nint m_bOpaque = 0xBF0; // bool - public const nint m_bNoDepth = 0xBF1; // bool - public const nint m_bRenderBackface = 0xBF2; // bool - public const nint m_bUseOffScreenIndicator = 0xBF3; // bool - public const nint m_bExcludeFromSaveGames = 0xBF4; // bool - public const nint m_bGrabbable = 0xBF5; // bool - public const nint m_bOnlyRenderToTexture = 0xBF6; // bool - public const nint m_bDisableMipGen = 0xBF7; // bool - public const nint m_nExplicitImageLayout = 0xBF8; // int32 - } - // Parent: CPointClientUIWorldPanel - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_messageText (char) - public static class CPointClientUIWorldTextPanel { - public const nint m_messageText = 0xBFC; // char[512] - } - // Parent: None - // Fields count: 10 - // - // Metadata: - // NetworkVarNames: m_bDisabled (bool) - // NetworkVarNames: m_nResolutionX (int) - // NetworkVarNames: m_nResolutionY (int) - // NetworkVarNames: m_szLayoutFileName (string_t) - // NetworkVarNames: m_RenderAttrName (string_t) - // NetworkVarNames: m_TargetEntities (CHandle) - // NetworkVarNames: m_nTargetChangeCount (int) - // NetworkVarNames: m_vecCSSClasses (string_t) - public static class CInfoOffscreenPanoramaTexture { - public const nint m_bDisabled = 0x7A8; // bool - public const nint m_nResolutionX = 0x7AC; // int32 - public const nint m_nResolutionY = 0x7B0; // int32 - public const nint m_szLayoutFileName = 0x7B8; // CUtlSymbolLarge - public const nint m_RenderAttrName = 0x7C0; // CUtlSymbolLarge - public const nint m_TargetEntities = 0x7C8; // CNetworkUtlVectorBase> - public const nint m_nTargetChangeCount = 0x7E0; // int32 - public const nint m_vecCSSClasses = 0x7E8; // CNetworkUtlVectorBase - public const nint m_szTargetsName = 0x800; // CUtlSymbolLarge - public const nint m_AdditionalTargetEntities = 0x808; // CUtlVector> - } - // Parent: None - // Fields count: 13 - // - // Metadata: - // NetworkVarNames: m_iItemDefinitionIndex (item_definition_index_t) - // NetworkVarNames: m_iEntityQuality (int) - // NetworkVarNames: m_iEntityLevel (uint32) - // NetworkVarNames: m_iItemIDHigh (uint32) - // NetworkVarNames: m_iItemIDLow (uint32) - // NetworkVarNames: m_iAccountID (uint32) - // NetworkVarNames: m_iInventoryPosition (uint32) - // NetworkVarNames: m_bInitialized (bool) - // NetworkVarNames: m_AttributeList (CAttributeList) - // NetworkVarNames: m_NetworkedDynamicAttributes (CAttributeList) - // NetworkVarNames: m_szCustomName (char) - public static class CEconItemView { - public const nint m_iItemDefinitionIndex = 0x38; // uint16 - public const nint m_iEntityQuality = 0x3C; // int32 - public const nint m_iEntityLevel = 0x40; // uint32 - public const nint m_iItemID = 0x48; // uint64 - public const nint m_iItemIDHigh = 0x50; // uint32 - public const nint m_iItemIDLow = 0x54; // uint32 - public const nint m_iAccountID = 0x58; // uint32 - public const nint m_iInventoryPosition = 0x5C; // uint32 - public const nint m_bInitialized = 0x68; // bool - public const nint m_AttributeList = 0x70; // CAttributeList - public const nint m_NetworkedDynamicAttributes = 0xD0; // CAttributeList - public const nint m_szCustomName = 0x130; // char[161] - public const nint m_szCustomNameOverride = 0x1D1; // char[161] - } - // Parent: CBaseTrigger - // Fields count: 9 - // - // Metadata: - // NetworkVarNames: m_bBombPlantedHere (bool) - public static class CBombTarget { - public const nint m_OnBombExplode = 0xBA0; // CEntityIOOutput - public const nint m_OnBombPlanted = 0xBC8; // CEntityIOOutput - public const nint m_OnBombDefused = 0xBF0; // CEntityIOOutput - public const nint m_bIsBombSiteB = 0xC18; // bool - public const nint m_bIsHeistBombTarget = 0xC19; // bool - public const nint m_bBombPlantedHere = 0xC1A; // bool - public const nint m_szMountTarget = 0xC20; // CUtlSymbolLarge - public const nint m_hInstructorHint = 0xC28; // CHandle - public const nint m_nBombSiteDesignation = 0xC2C; // int32 - } - // Parent: CBaseTrigger - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_flFluidDensity (float) - public static class CTriggerBuoyancy { - public const nint m_BuoyancyHelper = 0xBA0; // CBuoyancyHelper - public const nint m_flFluidDensity = 0xBC0; // float32 - } - // Parent: CBasePlayerController - // Fields count: 86 - // - // Metadata: - // MNetworkUserGroupProxy - // MNetworkUserGroupProxy - // MNetworkUserGroupProxy - // NetworkVarNames: m_pInGameMoneyServices (CCSPlayerController_InGameMoneyServices*) - // NetworkVarNames: m_pInventoryServices (CCSPlayerController_InventoryServices*) - // NetworkVarNames: m_pActionTrackingServices (CCSPlayerController_ActionTrackingServices*) - // NetworkVarNames: m_pDamageServices (CCSPlayerController_DamageServices*) - // NetworkVarNames: m_iPing (uint32) - // NetworkVarNames: m_bHasCommunicationAbuseMute (bool) - // NetworkVarNames: m_szCrosshairCodes (string_t) - // NetworkVarNames: m_iPendingTeamNum (uint8) - // NetworkVarNames: m_flForceTeamTime (GameTime_t) - // NetworkVarNames: m_iCompTeammateColor (int) - // NetworkVarNames: m_bEverPlayedOnTeam (bool) - // NetworkVarNames: m_szClan (string_t) - // NetworkVarNames: m_iCoachingTeam (int) - // NetworkVarNames: m_nPlayerDominated (uint64) - // NetworkVarNames: m_nPlayerDominatingMe (uint64) - // NetworkVarNames: m_iCompetitiveRanking (int) - // NetworkVarNames: m_iCompetitiveWins (int) - // NetworkVarNames: m_iCompetitiveRankType (int8) - // NetworkVarNames: m_iCompetitiveRankingPredicted_Win (int) - // NetworkVarNames: m_iCompetitiveRankingPredicted_Loss (int) - // NetworkVarNames: m_iCompetitiveRankingPredicted_Tie (int) - // NetworkVarNames: m_nEndMatchNextMapVote (int) - // NetworkVarNames: m_unActiveQuestId (uint16) - // NetworkVarNames: m_nQuestProgressReason (QuestProgress::Reason) - // NetworkVarNames: m_unPlayerTvControlFlags (uint32) - // NetworkVarNames: m_nDisconnectionTick (int) - // NetworkVarNames: m_bControllingBot (bool) - // NetworkVarNames: m_bHasControlledBotThisRound (bool) - // NetworkVarNames: m_bCanControlObservedBot (bool) - // NetworkVarNames: m_hPlayerPawn (CHandle) - // NetworkVarNames: m_hObserverPawn (CHandle) - // NetworkVarNames: m_bPawnIsAlive (bool) - // NetworkVarNames: m_iPawnHealth (uint32) - // NetworkVarNames: m_iPawnArmor (int) - // NetworkVarNames: m_bPawnHasDefuser (bool) - // NetworkVarNames: m_bPawnHasHelmet (bool) - // NetworkVarNames: m_nPawnCharacterDefIndex (item_definition_index_t) - // NetworkVarNames: m_iPawnLifetimeStart (int) - // NetworkVarNames: m_iPawnLifetimeEnd (int) - // NetworkVarNames: m_iPawnBotDifficulty (int) - // NetworkVarNames: m_hOriginalControllerOfCurrentPawn (CHandle) - // NetworkVarNames: m_iScore (int32) - // NetworkVarNames: m_vecKills (EKillTypes_t) - // NetworkVarNames: m_bMvpNoMusic (bool) - // NetworkVarNames: m_eMvpReason (int) - // NetworkVarNames: m_iMusicKitID (int) - // NetworkVarNames: m_iMusicKitMVPs (int) - // NetworkVarNames: m_iMVPs (int) - public static class CCSPlayerController { - public const nint m_pInGameMoneyServices = 0x9A8; // CCSPlayerController_InGameMoneyServices* - public const nint m_pInventoryServices = 0x9B0; // CCSPlayerController_InventoryServices* - public const nint m_pActionTrackingServices = 0x9B8; // CCSPlayerController_ActionTrackingServices* - public const nint m_pDamageServices = 0x9C0; // CCSPlayerController_DamageServices* - public const nint m_iPing = 0x9C8; // uint32 - public const nint m_bHasCommunicationAbuseMute = 0x9CC; // bool - public const nint m_szCrosshairCodes = 0x9D0; // CUtlSymbolLarge - public const nint m_iPendingTeamNum = 0x9D8; // uint8 - public const nint m_flForceTeamTime = 0x9DC; // GameTime_t - public const nint m_iCompTeammateColor = 0x9E0; // int32 - public const nint m_bEverPlayedOnTeam = 0x9E4; // bool - public const nint m_bAttemptedToGetColor = 0x9E5; // bool - public const nint m_iTeammatePreferredColor = 0x9E8; // int32 - public const nint m_bTeamChanged = 0x9EC; // bool - public const nint m_bInSwitchTeam = 0x9ED; // bool - public const nint m_bHasSeenJoinGame = 0x9EE; // bool - public const nint m_bJustBecameSpectator = 0x9EF; // bool - public const nint m_bSwitchTeamsOnNextRoundReset = 0x9F0; // bool - public const nint m_bRemoveAllItemsOnNextRoundReset = 0x9F1; // bool - public const nint m_szClan = 0x9F8; // CUtlSymbolLarge - public const nint m_szClanName = 0xA00; // char[32] - public const nint m_iCoachingTeam = 0xA20; // int32 - public const nint m_nPlayerDominated = 0xA28; // uint64 - public const nint m_nPlayerDominatingMe = 0xA30; // uint64 - public const nint m_iCompetitiveRanking = 0xA38; // int32 - public const nint m_iCompetitiveWins = 0xA3C; // int32 - public const nint m_iCompetitiveRankType = 0xA40; // int8 - public const nint m_iCompetitiveRankingPredicted_Win = 0xA44; // int32 - public const nint m_iCompetitiveRankingPredicted_Loss = 0xA48; // int32 - public const nint m_iCompetitiveRankingPredicted_Tie = 0xA4C; // int32 - public const nint m_nEndMatchNextMapVote = 0xA50; // int32 - public const nint m_unActiveQuestId = 0xA54; // uint16 - public const nint m_nQuestProgressReason = 0xA58; // QuestProgress::Reason - public const nint m_unPlayerTvControlFlags = 0xA5C; // uint32 - public const nint m_iDraftIndex = 0xA88; // int32 - public const nint m_msQueuedModeDisconnectionTimestamp = 0xA8C; // uint32 - public const nint m_uiAbandonRecordedReason = 0xA90; // uint32 - public const nint m_bCannotBeKicked = 0xA94; // bool - public const nint m_bEverFullyConnected = 0xA95; // bool - public const nint m_bAbandonAllowsSurrender = 0xA96; // bool - public const nint m_bAbandonOffersInstantSurrender = 0xA97; // bool - public const nint m_bDisconnection1MinWarningPrinted = 0xA98; // bool - public const nint m_bScoreReported = 0xA99; // bool - public const nint m_nDisconnectionTick = 0xA9C; // int32 - public const nint m_bControllingBot = 0xAA8; // bool - public const nint m_bHasControlledBotThisRound = 0xAA9; // bool - public const nint m_bHasBeenControlledByPlayerThisRound = 0xAAA; // bool - public const nint m_nBotsControlledThisRound = 0xAAC; // int32 - public const nint m_bCanControlObservedBot = 0xAB0; // bool - public const nint m_hPlayerPawn = 0xAB4; // CHandle - public const nint m_hObserverPawn = 0xAB8; // CHandle - public const nint m_DesiredObserverMode = 0xABC; // int32 - public const nint m_hDesiredObserverTarget = 0xAC0; // CEntityHandle - public const nint m_bPawnIsAlive = 0xAC4; // bool - public const nint m_iPawnHealth = 0xAC8; // uint32 - public const nint m_iPawnArmor = 0xACC; // int32 - public const nint m_bPawnHasDefuser = 0xAD0; // bool - public const nint m_bPawnHasHelmet = 0xAD1; // bool - public const nint m_nPawnCharacterDefIndex = 0xAD2; // uint16 - public const nint m_iPawnLifetimeStart = 0xAD4; // int32 - public const nint m_iPawnLifetimeEnd = 0xAD8; // int32 - public const nint m_iPawnBotDifficulty = 0xADC; // int32 - public const nint m_hOriginalControllerOfCurrentPawn = 0xAE0; // CHandle - public const nint m_iScore = 0xAE4; // int32 - public const nint m_iRoundScore = 0xAE8; // int32 - public const nint m_iRoundsWon = 0xAEC; // int32 - public const nint m_vecKills = 0xAF0; // CNetworkUtlVectorBase - public const nint m_bMvpNoMusic = 0xB08; // bool - public const nint m_eMvpReason = 0xB0C; // int32 - public const nint m_iMusicKitID = 0xB10; // int32 - public const nint m_iMusicKitMVPs = 0xB14; // int32 - public const nint m_iMVPs = 0xB18; // int32 - public const nint m_nUpdateCounter = 0xB1C; // int32 - public const nint m_flSmoothedPing = 0xB20; // float32 - public const nint m_lastHeldVoteTimer = 0xFBC8; // IntervalTimer - public const nint m_bShowHints = 0xFBE0; // bool - public const nint m_iNextTimeCheck = 0xFBE4; // int32 - public const nint m_bJustDidTeamKill = 0xFBE8; // bool - public const nint m_bPunishForTeamKill = 0xFBE9; // bool - public const nint m_bGaveTeamDamageWarning = 0xFBEA; // bool - public const nint m_bGaveTeamDamageWarningThisRound = 0xFBEB; // bool - public const nint m_dblLastReceivedPacketPlatFloatTime = 0xFBF0; // float64 - public const nint m_LastTeamDamageWarningTime = 0xFBF8; // GameTime_t - public const nint m_LastTimePlayerWasDisconnectedForPawnsRemove = 0xFBFC; // GameTime_t - public const nint m_nSuspiciousHitCount = 0xFC00; // uint32 - public const nint m_nNonSuspiciousHitStreak = 0xFC04; // uint32 - } - // Parent: CBaseTrigger - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_source (string_t) - // NetworkVarNames: m_destination (string_t) - public static class CFootstepControl { - public const nint m_source = 0xBA0; // CUtlSymbolLarge - public const nint m_destination = 0xBA8; // CUtlSymbolLarge - } - // Parent: CBasePlayerWeaponVData - // Fields count: 92 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertySuppressBaseClassField - // MPropertySuppressBaseClassField - public static class CCSWeaponBaseVData { - public const nint m_WeaponType = 0x248; // CSWeaponType - public const nint m_WeaponCategory = 0x24C; // CSWeaponCategory - public const nint m_szViewModel = 0x250; // CResourceNameTyped> - public const nint m_szPlayerModel = 0x330; // CResourceNameTyped> - public const nint m_szWorldDroppedModel = 0x410; // CResourceNameTyped> - public const nint m_szAimsightLensMaskModel = 0x4F0; // CResourceNameTyped> - public const nint m_szMagazineModel = 0x5D0; // CResourceNameTyped> - public const nint m_szHeatEffect = 0x6B0; // CResourceNameTyped> - public const nint m_szEjectBrassEffect = 0x790; // CResourceNameTyped> - public const nint m_szMuzzleFlashParticleAlt = 0x870; // CResourceNameTyped> - public const nint m_szMuzzleFlashThirdPersonParticle = 0x950; // CResourceNameTyped> - public const nint m_szMuzzleFlashThirdPersonParticleAlt = 0xA30; // CResourceNameTyped> - public const nint m_szTracerParticle = 0xB10; // CResourceNameTyped> - public const nint m_GearSlot = 0xBF0; // gear_slot_t - public const nint m_GearSlotPosition = 0xBF4; // int32 - public const nint m_DefaultLoadoutSlot = 0xBF8; // loadout_slot_t - public const nint m_sWrongTeamMsg = 0xC00; // CUtlString - public const nint m_nPrice = 0xC08; // int32 - public const nint m_nKillAward = 0xC0C; // int32 - public const nint m_nPrimaryReserveAmmoMax = 0xC10; // int32 - public const nint m_nSecondaryReserveAmmoMax = 0xC14; // int32 - public const nint m_bMeleeWeapon = 0xC18; // bool - public const nint m_bHasBurstMode = 0xC19; // bool - public const nint m_bIsRevolver = 0xC1A; // bool - public const nint m_bCannotShootUnderwater = 0xC1B; // bool - public const nint m_szName = 0xC20; // CGlobalSymbol - public const nint m_szAnimExtension = 0xC28; // CUtlString - public const nint m_eSilencerType = 0xC30; // CSWeaponSilencerType - public const nint m_nCrosshairMinDistance = 0xC34; // int32 - public const nint m_nCrosshairDeltaDistance = 0xC38; // int32 - public const nint m_bIsFullAuto = 0xC3C; // bool - public const nint m_nNumBullets = 0xC40; // int32 - public const nint m_flCycleTime = 0xC44; // CFiringModeFloat - public const nint m_flMaxSpeed = 0xC4C; // CFiringModeFloat - public const nint m_flSpread = 0xC54; // CFiringModeFloat - public const nint m_flInaccuracyCrouch = 0xC5C; // CFiringModeFloat - public const nint m_flInaccuracyStand = 0xC64; // CFiringModeFloat - public const nint m_flInaccuracyJump = 0xC6C; // CFiringModeFloat - public const nint m_flInaccuracyLand = 0xC74; // CFiringModeFloat - public const nint m_flInaccuracyLadder = 0xC7C; // CFiringModeFloat - public const nint m_flInaccuracyFire = 0xC84; // CFiringModeFloat - public const nint m_flInaccuracyMove = 0xC8C; // CFiringModeFloat - public const nint m_flRecoilAngle = 0xC94; // CFiringModeFloat - public const nint m_flRecoilAngleVariance = 0xC9C; // CFiringModeFloat - public const nint m_flRecoilMagnitude = 0xCA4; // CFiringModeFloat - public const nint m_flRecoilMagnitudeVariance = 0xCAC; // CFiringModeFloat - public const nint m_nTracerFrequency = 0xCB4; // CFiringModeInt - public const nint m_flInaccuracyJumpInitial = 0xCBC; // float32 - public const nint m_flInaccuracyJumpApex = 0xCC0; // float32 - public const nint m_flInaccuracyReload = 0xCC4; // float32 - public const nint m_nRecoilSeed = 0xCC8; // int32 - public const nint m_nSpreadSeed = 0xCCC; // int32 - public const nint m_flTimeToIdleAfterFire = 0xCD0; // float32 - public const nint m_flIdleInterval = 0xCD4; // float32 - public const nint m_flAttackMovespeedFactor = 0xCD8; // float32 - public const nint m_flHeatPerShot = 0xCDC; // float32 - public const nint m_flInaccuracyPitchShift = 0xCE0; // float32 - public const nint m_flInaccuracyAltSoundThreshold = 0xCE4; // float32 - public const nint m_flBotAudibleRange = 0xCE8; // float32 - public const nint m_szUseRadioSubtitle = 0xCF0; // CUtlString - public const nint m_bUnzoomsAfterShot = 0xCF8; // bool - public const nint m_bHideViewModelWhenZoomed = 0xCF9; // bool - public const nint m_nZoomLevels = 0xCFC; // int32 - public const nint m_nZoomFOV1 = 0xD00; // int32 - public const nint m_nZoomFOV2 = 0xD04; // int32 - public const nint m_flZoomTime0 = 0xD08; // float32 - public const nint m_flZoomTime1 = 0xD0C; // float32 - public const nint m_flZoomTime2 = 0xD10; // float32 - public const nint m_flIronSightPullUpSpeed = 0xD14; // float32 - public const nint m_flIronSightPutDownSpeed = 0xD18; // float32 - public const nint m_flIronSightFOV = 0xD1C; // float32 - public const nint m_flIronSightPivotForward = 0xD20; // float32 - public const nint m_flIronSightLooseness = 0xD24; // float32 - public const nint m_angPivotAngle = 0xD28; // QAngle - public const nint m_vecIronSightEyePos = 0xD34; // Vector - public const nint m_nDamage = 0xD40; // int32 - public const nint m_flHeadshotMultiplier = 0xD44; // float32 - public const nint m_flArmorRatio = 0xD48; // float32 - public const nint m_flPenetration = 0xD4C; // float32 - public const nint m_flRange = 0xD50; // float32 - public const nint m_flRangeModifier = 0xD54; // float32 - public const nint m_flFlinchVelocityModifierLarge = 0xD58; // float32 - public const nint m_flFlinchVelocityModifierSmall = 0xD5C; // float32 - public const nint m_flRecoveryTimeCrouch = 0xD60; // float32 - public const nint m_flRecoveryTimeStand = 0xD64; // float32 - public const nint m_flRecoveryTimeCrouchFinal = 0xD68; // float32 - public const nint m_flRecoveryTimeStandFinal = 0xD6C; // float32 - public const nint m_nRecoveryTransitionStartBullet = 0xD70; // int32 - public const nint m_nRecoveryTransitionEndBullet = 0xD74; // int32 - public const nint m_flThrowVelocity = 0xD78; // float32 - public const nint m_vSmokeColor = 0xD7C; // Vector - public const nint m_szAnimClass = 0xD88; // CGlobalSymbol - } - // Parent: CBaseModelEntity - // Fields count: 9 - // - // Metadata: - // MNetworkIncludeByName - // MNetworkOverride - // NetworkVarNames: m_vecMoveDirEntitySpace (Vector) - // NetworkVarNames: m_flTargetSpeed (float32) - // NetworkVarNames: m_nTransitionStartTick (GameTick_t) - // NetworkVarNames: m_nTransitionDurationTicks (int) - // NetworkVarNames: m_flTransitionStartSpeed (float32) - // NetworkVarNames: m_hConveyorModels (EHANDLE) - public static class CFuncConveyor { - public const nint m_szConveyorModels = 0x9F8; // CUtlSymbolLarge - public const nint m_flTransitionDurationSeconds = 0xA00; // float32 - public const nint m_angMoveEntitySpace = 0xA04; // QAngle - public const nint m_vecMoveDirEntitySpace = 0xA10; // Vector - public const nint m_flTargetSpeed = 0xA1C; // float32 - public const nint m_nTransitionStartTick = 0xA20; // GameTick_t - public const nint m_nTransitionDurationTicks = 0xA24; // int32 - public const nint m_flTransitionStartSpeed = 0xA28; // float32 - public const nint m_hConveyorModels = 0xA30; // CNetworkUtlVectorBase> - } - // Parent: None - // Fields count: 15 - // - // Metadata: - // NetworkVarNames: m_nUniqueID (int) - // NetworkVarNames: m_unAccountID (uint32) - // NetworkVarNames: m_unTraceID (uint32) - // NetworkVarNames: m_rtGcTime (uint32) - // NetworkVarNames: m_vecEndPos (Vector) - // NetworkVarNames: m_vecStart (Vector) - // NetworkVarNames: m_vecLeft (Vector) - // NetworkVarNames: m_vecNormal (Vector) - // NetworkVarNames: m_nPlayer (int) - // NetworkVarNames: m_nEntity (int) - // NetworkVarNames: m_nHitbox (int) - // NetworkVarNames: m_flCreationTime (float) - // NetworkVarNames: m_nTintID (int) - // NetworkVarNames: m_nVersion (uint8) - // NetworkVarNames: m_ubSignature (uint8) - public static class CPlayerSprayDecal { - public const nint m_nUniqueID = 0x9F8; // int32 - public const nint m_unAccountID = 0x9FC; // uint32 - public const nint m_unTraceID = 0xA00; // uint32 - public const nint m_rtGcTime = 0xA04; // uint32 - public const nint m_vecEndPos = 0xA08; // Vector - public const nint m_vecStart = 0xA14; // Vector - public const nint m_vecLeft = 0xA20; // Vector - public const nint m_vecNormal = 0xA2C; // Vector - public const nint m_nPlayer = 0xA38; // int32 - public const nint m_nEntity = 0xA3C; // int32 - public const nint m_nHitbox = 0xA40; // int32 - public const nint m_flCreationTime = 0xA44; // float32 - public const nint m_nTintID = 0xA48; // int32 - public const nint m_nVersion = 0xA4C; // uint8 - public const nint m_ubSignature = 0xA4D; // uint8[128] - } - // Parent: CBaseModelEntity - // Fields count: 25 - // - // Metadata: - // NetworkVarNames: m_firePositions (Vector) - // NetworkVarNames: m_fireParentPositions (Vector) - // NetworkVarNames: m_bFireIsBurning (bool) - // NetworkVarNames: m_BurnNormal (Vector) - // NetworkVarNames: m_fireCount (int) - // NetworkVarNames: m_nInfernoType (int) - // NetworkVarNames: m_nFireEffectTickBegin (int) - // NetworkVarNames: m_nFireLifetime (float) - // NetworkVarNames: m_bInPostEffectTime (bool) - public static class CInferno { - public const nint m_firePositions = 0xA04; // Vector[64] - public const nint m_fireParentPositions = 0xD04; // Vector[64] - public const nint m_bFireIsBurning = 0x1004; // bool[64] - public const nint m_BurnNormal = 0x1044; // Vector[64] - public const nint m_fireCount = 0x1344; // int32 - public const nint m_nInfernoType = 0x1348; // int32 - public const nint m_nFireEffectTickBegin = 0x134C; // int32 - public const nint m_nFireLifetime = 0x1350; // float32 - public const nint m_bInPostEffectTime = 0x1354; // bool - public const nint m_nFiresExtinguishCount = 0x1358; // int32 - public const nint m_bWasCreatedInSmoke = 0x135C; // bool - public const nint m_extent = 0x1560; // Extent - public const nint m_damageTimer = 0x1578; // CountdownTimer - public const nint m_damageRampTimer = 0x1590; // CountdownTimer - public const nint m_splashVelocity = 0x15A8; // Vector - public const nint m_InitialSplashVelocity = 0x15B4; // Vector - public const nint m_startPos = 0x15C0; // Vector - public const nint m_vecOriginalSpawnLocation = 0x15CC; // Vector - public const nint m_activeTimer = 0x15D8; // IntervalTimer - public const nint m_fireSpawnOffset = 0x15E8; // int32 - public const nint m_nMaxFlames = 0x15EC; // int32 - public const nint m_nSpreadCount = 0x15F0; // int32 - public const nint m_BookkeepingTimer = 0x15F8; // CountdownTimer - public const nint m_NextSpreadTimer = 0x1610; // CountdownTimer - public const nint m_nSourceItemDefIndex = 0x1628; // uint16 - } - // Parent: CBaseModelEntity - // Fields count: 52 - // - // Metadata: - // NetworkVarNames: m_bEnabled (bool) - // NetworkVarNames: m_nColorMode (int) - // NetworkVarNames: m_Color (Color) - // NetworkVarNames: m_flColorTemperature (float) - // NetworkVarNames: m_flBrightness (float) - // NetworkVarNames: m_flBrightnessScale (float) - // NetworkVarNames: m_nDirectLight (int) - // NetworkVarNames: m_nBakedShadowIndex (int) - // NetworkVarNames: m_nLuminaireShape (int) - // NetworkVarNames: m_flLuminaireSize (float) - // NetworkVarNames: m_flLuminaireAnisotropy (float) - // NetworkVarNames: m_LightStyleString (CUtlString) - // NetworkVarNames: m_flLightStyleStartTime (GameTime_t) - // NetworkVarNames: m_QueuedLightStyleStrings (CUtlString) - // NetworkVarNames: m_LightStyleEvents (CUtlString) - // NetworkVarNames: m_LightStyleTargets (CHandle) - // NetworkVarNames: m_hLightCookie (HRenderTextureStrong) - // NetworkVarNames: m_flShape (float) - // NetworkVarNames: m_flSoftX (float) - // NetworkVarNames: m_flSoftY (float) - // NetworkVarNames: m_flSkirt (float) - // NetworkVarNames: m_flSkirtNear (float) - // NetworkVarNames: m_vSizeParams (Vector) - // NetworkVarNames: m_flRange (float) - // NetworkVarNames: m_vShear (Vector) - // NetworkVarNames: m_nBakeSpecularToCubemaps (int) - // NetworkVarNames: m_vBakeSpecularToCubemapsSize (Vector) - // NetworkVarNames: m_nCastShadows (int) - // NetworkVarNames: m_nShadowMapSize (int) - // NetworkVarNames: m_nShadowPriority (int) - // NetworkVarNames: m_bContactShadow (bool) - // NetworkVarNames: m_nBounceLight (int) - // NetworkVarNames: m_flBounceScale (float) - // NetworkVarNames: m_flMinRoughness (float) - // NetworkVarNames: m_vAlternateColor (Vector) - // NetworkVarNames: m_fAlternateColorBrightness (float) - // NetworkVarNames: m_nFog (int) - // NetworkVarNames: m_flFogStrength (float) - // NetworkVarNames: m_nFogShadows (int) - // NetworkVarNames: m_flFogScale (float) - // NetworkVarNames: m_flFadeSizeStart (float) - // NetworkVarNames: m_flFadeSizeEnd (float) - // NetworkVarNames: m_flShadowFadeSizeStart (float) - // NetworkVarNames: m_flShadowFadeSizeEnd (float) - // NetworkVarNames: m_bPrecomputedFieldsValid (bool) - // NetworkVarNames: m_vPrecomputedBoundsMins (Vector) - // NetworkVarNames: m_vPrecomputedBoundsMaxs (Vector) - // NetworkVarNames: m_vPrecomputedOBBOrigin (Vector) - // NetworkVarNames: m_vPrecomputedOBBAngles (QAngle) - // NetworkVarNames: m_vPrecomputedOBBExtent (Vector) - public static class CBarnLight { - public const nint m_bEnabled = 0x9F8; // bool - public const nint m_nColorMode = 0x9FC; // int32 - public const nint m_Color = 0xA00; // Color - public const nint m_flColorTemperature = 0xA04; // float32 - public const nint m_flBrightness = 0xA08; // float32 - public const nint m_flBrightnessScale = 0xA0C; // float32 - public const nint m_nDirectLight = 0xA10; // int32 - public const nint m_nBakedShadowIndex = 0xA14; // int32 - public const nint m_nLuminaireShape = 0xA18; // int32 - public const nint m_flLuminaireSize = 0xA1C; // float32 - public const nint m_flLuminaireAnisotropy = 0xA20; // float32 - public const nint m_LightStyleString = 0xA28; // CUtlString - public const nint m_flLightStyleStartTime = 0xA30; // GameTime_t - public const nint m_QueuedLightStyleStrings = 0xA38; // CNetworkUtlVectorBase - public const nint m_LightStyleEvents = 0xA50; // CNetworkUtlVectorBase - public const nint m_LightStyleTargets = 0xA68; // CNetworkUtlVectorBase> - public const nint m_StyleEvent = 0xA80; // CEntityIOOutput[4] - public const nint m_hLightCookie = 0xB40; // CStrongHandle - public const nint m_flShape = 0xB48; // float32 - public const nint m_flSoftX = 0xB4C; // float32 - public const nint m_flSoftY = 0xB50; // float32 - public const nint m_flSkirt = 0xB54; // float32 - public const nint m_flSkirtNear = 0xB58; // float32 - public const nint m_vSizeParams = 0xB5C; // Vector - public const nint m_flRange = 0xB68; // float32 - public const nint m_vShear = 0xB6C; // Vector - public const nint m_nBakeSpecularToCubemaps = 0xB78; // int32 - public const nint m_vBakeSpecularToCubemapsSize = 0xB7C; // Vector - public const nint m_nCastShadows = 0xB88; // int32 - public const nint m_nShadowMapSize = 0xB8C; // int32 - public const nint m_nShadowPriority = 0xB90; // int32 - public const nint m_bContactShadow = 0xB94; // bool - public const nint m_nBounceLight = 0xB98; // int32 - public const nint m_flBounceScale = 0xB9C; // float32 - public const nint m_flMinRoughness = 0xBA0; // float32 - public const nint m_vAlternateColor = 0xBA4; // Vector - public const nint m_fAlternateColorBrightness = 0xBB0; // float32 - public const nint m_nFog = 0xBB4; // int32 - public const nint m_flFogStrength = 0xBB8; // float32 - public const nint m_nFogShadows = 0xBBC; // int32 - public const nint m_flFogScale = 0xBC0; // float32 - public const nint m_flFadeSizeStart = 0xBC4; // float32 - public const nint m_flFadeSizeEnd = 0xBC8; // float32 - public const nint m_flShadowFadeSizeStart = 0xBCC; // float32 - public const nint m_flShadowFadeSizeEnd = 0xBD0; // float32 - public const nint m_bPrecomputedFieldsValid = 0xBD4; // bool - public const nint m_vPrecomputedBoundsMins = 0xBD8; // Vector - public const nint m_vPrecomputedBoundsMaxs = 0xBE4; // Vector - public const nint m_vPrecomputedOBBOrigin = 0xBF0; // Vector - public const nint m_vPrecomputedOBBAngles = 0xBFC; // QAngle - public const nint m_vPrecomputedOBBExtent = 0xC08; // Vector - public const nint m_bPvsModifyEntity = 0xC14; // bool - } - // Parent: CBarnLight - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_bShowLight (bool) - public static class CRectLight { - public const nint m_bShowLight = 0xC20; // bool - } - // Parent: CBarnLight - // Fields count: 3 - // - // Metadata: - // NetworkVarNames: m_flInnerAngle (float) - // NetworkVarNames: m_flOuterAngle (float) - // NetworkVarNames: m_bShowLight (bool) - public static class COmniLight { - public const nint m_flInnerAngle = 0xC20; // float32 - public const nint m_flOuterAngle = 0xC24; // float32 - public const nint m_bShowLight = 0xC28; // bool - } - // Parent: CTeam - // Fields count: 14 - // - // Metadata: - // NetworkVarNames: m_bSurrendered (bool) - // NetworkVarNames: m_szTeamMatchStat (char) - // NetworkVarNames: m_numMapVictories (int) - // NetworkVarNames: m_scoreFirstHalf (int32) - // NetworkVarNames: m_scoreSecondHalf (int32) - // NetworkVarNames: m_scoreOvertime (int32) - // NetworkVarNames: m_szClanTeamname (char) - // NetworkVarNames: m_iClanID (uint32) - // NetworkVarNames: m_szTeamFlagImage (char) - // NetworkVarNames: m_szTeamLogoImage (char) - public static class CCSTeam { - public const nint m_nLastRecievedShorthandedRoundBonus = 0x860; // int32 - public const nint m_nShorthandedRoundBonusStartRound = 0x864; // int32 - public const nint m_bSurrendered = 0x868; // bool - public const nint m_szTeamMatchStat = 0x869; // char[512] - public const nint m_numMapVictories = 0xA6C; // int32 - public const nint m_scoreFirstHalf = 0xA70; // int32 - public const nint m_scoreSecondHalf = 0xA74; // int32 - public const nint m_scoreOvertime = 0xA78; // int32 - public const nint m_szClanTeamname = 0xA7C; // char[129] - public const nint m_iClanID = 0xB00; // uint32 - public const nint m_szTeamFlagImage = 0xB04; // char[8] - public const nint m_szTeamLogoImage = 0xB0C; // char[8] - public const nint m_flNextResourceTime = 0xB14; // float32 - public const nint m_iLastUpdateSentAt = 0xB18; // int32 - } - // Parent: CBaseModelEntity - // Fields count: 12 - // - // Metadata: - // NetworkVarNames: m_hSkyMaterial (HMaterialStrong) - // NetworkVarNames: m_hSkyMaterialLightingOnly (HMaterialStrong) - // NetworkVarNames: m_bStartDisabled (bool) - // NetworkVarNames: m_vTintColor (Color) - // NetworkVarNames: m_vTintColorLightingOnly (Color) - // NetworkVarNames: m_flBrightnessScale (float) - // NetworkVarNames: m_nFogType (int) - // NetworkVarNames: m_flFogMinStart (float) - // NetworkVarNames: m_flFogMinEnd (float) - // NetworkVarNames: m_flFogMaxStart (float) - // NetworkVarNames: m_flFogMaxEnd (float) - // NetworkVarNames: m_bEnabled (bool) - public static class CEnvSky { - public const nint m_hSkyMaterial = 0x9F8; // CStrongHandle - public const nint m_hSkyMaterialLightingOnly = 0xA00; // CStrongHandle - public const nint m_bStartDisabled = 0xA08; // bool - public const nint m_vTintColor = 0xA09; // Color - public const nint m_vTintColorLightingOnly = 0xA0D; // Color - public const nint m_flBrightnessScale = 0xA14; // float32 - public const nint m_nFogType = 0xA18; // int32 - public const nint m_flFogMinStart = 0xA1C; // float32 - public const nint m_flFogMinEnd = 0xA20; // float32 - public const nint m_flFogMaxStart = 0xA24; // float32 - public const nint m_flFogMaxEnd = 0xA28; // float32 - public const nint m_bEnabled = 0xA2C; // bool - } - // Parent: CBaseModelEntity - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_CLightComponent (CLightComponent::Storage_t) - public static class CLightEntity { - public const nint m_CLightComponent = 0x9F8; // CLightComponent* - } - // Parent: CBaseTrigger - // Fields count: 16 - // - // Metadata: - // NetworkVarNames: m_hPostSettings (HPostProcessingStrong) - // NetworkVarNames: m_flFadeDuration (float) - // NetworkVarNames: m_flMinLogExposure (float) - // NetworkVarNames: m_flMaxLogExposure (float) - // NetworkVarNames: m_flMinExposure (float) - // NetworkVarNames: m_flMaxExposure (float) - // NetworkVarNames: m_flExposureCompensation (float) - // NetworkVarNames: m_flExposureFadeSpeedUp (float) - // NetworkVarNames: m_flExposureFadeSpeedDown (float) - // NetworkVarNames: m_flTonemapEVSmoothingRange (float) - // NetworkVarNames: m_bMaster (bool) - // NetworkVarNames: m_bExposureControl (bool) - // NetworkVarNames: m_flRate (float) - // NetworkVarNames: m_flTonemapPercentTarget (float) - // NetworkVarNames: m_flTonemapPercentBrightPixels (float) - // NetworkVarNames: m_flTonemapMinAvgLum (float) - public static class CPostProcessingVolume { - public const nint m_hPostSettings = 0xBB0; // CStrongHandle - public const nint m_flFadeDuration = 0xBB8; // float32 - public const nint m_flMinLogExposure = 0xBBC; // float32 - public const nint m_flMaxLogExposure = 0xBC0; // float32 - public const nint m_flMinExposure = 0xBC4; // float32 - public const nint m_flMaxExposure = 0xBC8; // float32 - public const nint m_flExposureCompensation = 0xBCC; // float32 - public const nint m_flExposureFadeSpeedUp = 0xBD0; // float32 - public const nint m_flExposureFadeSpeedDown = 0xBD4; // float32 - public const nint m_flTonemapEVSmoothingRange = 0xBD8; // float32 - public const nint m_bMaster = 0xBDC; // bool - public const nint m_bExposureControl = 0xBDD; // bool - public const nint m_flRate = 0xBE0; // float32 - public const nint m_flTonemapPercentTarget = 0xBE4; // float32 - public const nint m_flTonemapPercentBrightPixels = 0xBE8; // float32 - public const nint m_flTonemapMinAvgLum = 0xBEC; // float32 - } - // Parent: CParticleSystem - // Fields count: 5 - // - // Metadata: - // NetworkVarNames: m_flAlphaScale (float32) - // NetworkVarNames: m_flRadiusScale (float32) - // NetworkVarNames: m_flSelfIllumScale (float32) - // NetworkVarNames: m_ColorTint (Color) - // NetworkVarNames: m_hTextureOverride (HRenderTextureStrong) - public static class CEnvParticleGlow { - public const nint m_flAlphaScale = 0xF70; // float32 - public const nint m_flRadiusScale = 0xF74; // float32 - public const nint m_flSelfIllumScale = 0xF78; // float32 - public const nint m_ColorTint = 0xF7C; // Color - public const nint m_hTextureOverride = 0xF80; // CStrongHandle - } - // Parent: CBaseModelEntity - // Fields count: 8 - // - // Metadata: - // NetworkVarNames: m_bLoop (bool) - // NetworkVarNames: m_flFPS (float) - // NetworkVarNames: m_hPositionKeys (HRenderTextureStrong) - // NetworkVarNames: m_hRotationKeys (HRenderTextureStrong) - // NetworkVarNames: m_vAnimationBoundsMin (Vector) - // NetworkVarNames: m_vAnimationBoundsMax (Vector) - // NetworkVarNames: m_flStartTime (float) - // NetworkVarNames: m_flStartFrame (float) - public static class CTextureBasedAnimatable { - public const nint m_bLoop = 0x9F8; // bool - public const nint m_flFPS = 0x9FC; // float32 - public const nint m_hPositionKeys = 0xA00; // CStrongHandle - public const nint m_hRotationKeys = 0xA08; // CStrongHandle - public const nint m_vAnimationBoundsMin = 0xA10; // Vector - public const nint m_vAnimationBoundsMax = 0xA1C; // Vector - public const nint m_flStartTime = 0xA28; // float32 - public const nint m_flStartFrame = 0xA2C; // float32 - } - // Parent: CBaseModelEntity - // Fields count: 10 - // - // Metadata: - // MNetworkIncludeByName - // NetworkVarNames: m_bInitiallyPopulateInterpHistory (bool) - // NetworkVarNames: m_bAnimGraphUpdateEnabled (bool) - // NetworkVarNames: m_vecForce (Vector) - // NetworkVarNames: m_nForceBone (int32) - // NetworkVarNames: m_pRagdollPose (PhysicsRagdollPose_t*) - // NetworkVarNames: m_bClientRagdoll (bool) - public static class CBaseAnimGraph { - public const nint m_bInitiallyPopulateInterpHistory = 0xA70; // bool - public const nint m_pChoreoServices = 0xA78; // IChoreoServices* - public const nint m_bAnimGraphUpdateEnabled = 0xA80; // bool - public const nint m_flMaxSlopeDistance = 0xA84; // float32 - public const nint m_vLastSlopeCheckPos = 0xA88; // Vector - public const nint m_bAnimationUpdateScheduled = 0xA94; // bool - public const nint m_vecForce = 0xA98; // Vector - public const nint m_nForceBone = 0xAA4; // int32 - public const nint m_pRagdollPose = 0xAB8; // PhysicsRagdollPose_t* - public const nint m_bClientRagdoll = 0xAC0; // bool - } - // Parent: None - // Fields count: 34 - // - // Metadata: - // NetworkVarNames: m_noGhostCollision (bool) - public static class CBreakableProp { - public const nint m_OnBreak = 0xC40; // CEntityIOOutput - public const nint m_OnHealthChanged = 0xC68; // CEntityOutputTemplate - public const nint m_OnTakeDamage = 0xC90; // CEntityIOOutput - public const nint m_impactEnergyScale = 0xCB8; // float32 - public const nint m_iMinHealthDmg = 0xCBC; // int32 - public const nint m_preferredCarryAngles = 0xCC0; // QAngle - public const nint m_flPressureDelay = 0xCCC; // float32 - public const nint m_hBreaker = 0xCD0; // CHandle - public const nint m_PerformanceMode = 0xCD4; // PerformanceMode_t - public const nint m_flDmgModBullet = 0xCD8; // float32 - public const nint m_flDmgModClub = 0xCDC; // float32 - public const nint m_flDmgModExplosive = 0xCE0; // float32 - public const nint m_flDmgModFire = 0xCE4; // float32 - public const nint m_iszPhysicsDamageTableName = 0xCE8; // CUtlSymbolLarge - public const nint m_iszBasePropData = 0xCF0; // CUtlSymbolLarge - public const nint m_iInteractions = 0xCF8; // int32 - public const nint m_flPreventDamageBeforeTime = 0xCFC; // GameTime_t - public const nint m_bHasBreakPiecesOrCommands = 0xD00; // bool - public const nint m_explodeDamage = 0xD04; // float32 - public const nint m_explodeRadius = 0xD08; // float32 - public const nint m_explosionDelay = 0xD10; // float32 - public const nint m_explosionBuildupSound = 0xD18; // CUtlSymbolLarge - public const nint m_explosionCustomEffect = 0xD20; // CUtlSymbolLarge - public const nint m_explosionCustomSound = 0xD28; // CUtlSymbolLarge - public const nint m_explosionModifier = 0xD30; // CUtlSymbolLarge - public const nint m_hPhysicsAttacker = 0xD38; // CHandle - public const nint m_flLastPhysicsInfluenceTime = 0xD3C; // GameTime_t - public const nint m_bOriginalBlockLOS = 0xD40; // bool - public const nint m_flDefaultFadeScale = 0xD44; // float32 - public const nint m_hLastAttacker = 0xD48; // CHandle - public const nint m_hFlareEnt = 0xD4C; // CHandle - public const nint m_bUsePuntSound = 0xD50; // bool - public const nint m_iszPuntSound = 0xD58; // CUtlSymbolLarge - public const nint m_noGhostCollision = 0xD60; // bool - } - // Parent: CBreakableProp - // Fields count: 21 - // - // Metadata: - // NetworkVarNames: m_bUseHitboxesForRenderBox (bool) - // NetworkVarNames: m_bUseAnimGraph (bool) - public static class CDynamicProp { - public const nint m_bCreateNavObstacle = 0xD70; // bool - public const nint m_bUseHitboxesForRenderBox = 0xD71; // bool - public const nint m_bUseAnimGraph = 0xD72; // bool - public const nint m_pOutputAnimBegun = 0xD78; // CEntityIOOutput - public const nint m_pOutputAnimOver = 0xDA0; // CEntityIOOutput - public const nint m_pOutputAnimLoopCycleOver = 0xDC8; // CEntityIOOutput - public const nint m_OnAnimReachedStart = 0xDF0; // CEntityIOOutput - public const nint m_OnAnimReachedEnd = 0xE18; // CEntityIOOutput - public const nint m_iszIdleAnim = 0xE40; // CUtlSymbolLarge - public const nint m_nIdleAnimLoopMode = 0xE48; // AnimLoopMode_t - public const nint m_bRandomizeCycle = 0xE4C; // bool - public const nint m_bStartDisabled = 0xE4D; // bool - public const nint m_bFiredStartEndOutput = 0xE4E; // bool - public const nint m_bForceNpcExclude = 0xE4F; // bool - public const nint m_bCreateNonSolid = 0xE50; // bool - public const nint m_bIsOverrideProp = 0xE51; // bool - public const nint m_iInitialGlowState = 0xE54; // int32 - public const nint m_nGlowRange = 0xE58; // int32 - public const nint m_nGlowRangeMin = 0xE5C; // int32 - public const nint m_glowColor = 0xE60; // Color - public const nint m_nGlowTeam = 0xE64; // int32 - } - // Parent: CBaseTrigger - // Fields count: 10 - // - // Metadata: - // NetworkVarNames: m_bEnabled (bool) - // NetworkVarNames: m_MaxWeight (float32) - // NetworkVarNames: m_FadeDuration (float32) - // NetworkVarNames: m_Weight (float32) - // NetworkVarNames: m_lookupFilename (char) - public static class CColorCorrectionVolume { - public const nint m_bEnabled = 0xB99; // bool - public const nint m_MaxWeight = 0xB9C; // float32 - public const nint m_FadeDuration = 0xBA0; // float32 - public const nint m_bStartDisabled = 0xBA4; // bool - public const nint m_Weight = 0xBA8; // float32 - public const nint m_lookupFilename = 0xBAC; // char[512] - public const nint m_LastEnterWeight = 0xDAC; // float32 - public const nint m_LastEnterTime = 0xDB0; // GameTime_t - public const nint m_LastExitWeight = 0xDB4; // float32 - public const nint m_LastExitTime = 0xDB8; // GameTime_t - } - // Parent: CBaseAnimGraph - // Fields count: 30 - // - // Metadata: - // NetworkVarNames: m_iszCommentaryFile (string_t) - // NetworkVarNames: m_hViewPosition (CHandle) - // NetworkVarNames: m_bActive (bool) - // NetworkVarNames: m_flStartTime (GameTime_t) - // NetworkVarNames: m_flStartTimeInCommentary (float32) - // NetworkVarNames: m_iszTitle (string_t) - // NetworkVarNames: m_iszSpeakers (string_t) - // NetworkVarNames: m_iNodeNumber (int) - // NetworkVarNames: m_iNodeNumberMax (int) - // NetworkVarNames: m_bListenedTo (bool) - public static class CPointCommentaryNode { - public const nint m_iszPreCommands = 0xBF0; // CUtlSymbolLarge - public const nint m_iszPostCommands = 0xBF8; // CUtlSymbolLarge - public const nint m_iszCommentaryFile = 0xC00; // CUtlSymbolLarge - public const nint m_iszViewTarget = 0xC08; // CUtlSymbolLarge - public const nint m_hViewTarget = 0xC10; // CHandle - public const nint m_hViewTargetAngles = 0xC14; // CHandle - public const nint m_iszViewPosition = 0xC18; // CUtlSymbolLarge - public const nint m_hViewPosition = 0xC20; // CHandle - public const nint m_hViewPositionMover = 0xC24; // CHandle - public const nint m_bPreventMovement = 0xC28; // bool - public const nint m_bUnderCrosshair = 0xC29; // bool - public const nint m_bUnstoppable = 0xC2A; // bool - public const nint m_flFinishedTime = 0xC2C; // GameTime_t - public const nint m_vecFinishOrigin = 0xC30; // Vector - public const nint m_vecOriginalAngles = 0xC3C; // QAngle - public const nint m_vecFinishAngles = 0xC48; // QAngle - public const nint m_bPreventChangesWhileMoving = 0xC54; // bool - public const nint m_bDisabled = 0xC55; // bool - public const nint m_vecTeleportOrigin = 0xC58; // Vector - public const nint m_flAbortedPlaybackAt = 0xC64; // GameTime_t - public const nint m_pOnCommentaryStarted = 0xC68; // CEntityIOOutput - public const nint m_pOnCommentaryStopped = 0xC90; // CEntityIOOutput - public const nint m_bActive = 0xCB8; // bool - public const nint m_flStartTime = 0xCBC; // GameTime_t - public const nint m_flStartTimeInCommentary = 0xCC0; // float32 - public const nint m_iszTitle = 0xCC8; // CUtlSymbolLarge - public const nint m_iszSpeakers = 0xCD0; // CUtlSymbolLarge - public const nint m_iNodeNumber = 0xCD8; // int32 - public const nint m_iNodeNumberMax = 0xCDC; // int32 - public const nint m_bListenedTo = 0xCE0; // bool - } - // Parent: None - // Fields count: 9 - // - // Metadata: - // NetworkVarNames: m_targetCamera (CUtlString) - // NetworkVarNames: m_nResolutionEnum (int) - // NetworkVarNames: m_bRenderShadows (bool) - // NetworkVarNames: m_bUseUniqueColorTarget (bool) - // NetworkVarNames: m_brushModelName (CUtlString) - // NetworkVarNames: m_hTargetCamera (EHANDLE) - // NetworkVarNames: m_bEnabled (bool) - // NetworkVarNames: m_bDraw3DSkybox (bool) - public static class CFuncMonitor { - public const nint m_targetCamera = 0xA18; // CUtlString - public const nint m_nResolutionEnum = 0xA20; // int32 - public const nint m_bRenderShadows = 0xA24; // bool - public const nint m_bUseUniqueColorTarget = 0xA25; // bool - public const nint m_brushModelName = 0xA28; // CUtlString - public const nint m_hTargetCamera = 0xA30; // CHandle - public const nint m_bEnabled = 0xA34; // bool - public const nint m_bDraw3DSkybox = 0xA35; // bool - public const nint m_bStartEnabled = 0xA36; // bool - } - // Parent: CBaseTrigger - // Fields count: 3 - // - // Metadata: - // NetworkVarNames: m_strStartTouchEventName (CUtlString) - // NetworkVarNames: m_strEndTouchEventName (CUtlString) - // NetworkVarNames: m_strTriggerID (CUtlString) - public static class CTriggerGameEvent { - public const nint m_strStartTouchEventName = 0xBA0; // CUtlString - public const nint m_strEndTouchEventName = 0xBA8; // CUtlString - public const nint m_strTriggerID = 0xBB0; // CUtlString - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // NetworkVarNames: m_EffectName (string_t) - public static class CFuncElectrifiedVolume { - public const nint m_EffectName = 0xA18; // CUtlSymbolLarge - public const nint m_EffectInterpenetrateName = 0xA20; // CUtlSymbolLarge - public const nint m_EffectZapName = 0xA28; // CUtlSymbolLarge - public const nint m_iszEffectSource = 0xA30; // CUtlSymbolLarge - } - // Parent: None - // Fields count: 15 - // - // Metadata: - // NetworkVarNames: m_bTestOcclusion (bool) - public static class CTriggerLook { - public const nint m_hLookTarget = 0xBC8; // CHandle - public const nint m_flFieldOfView = 0xBCC; // float32 - public const nint m_flLookTime = 0xBD0; // float32 - public const nint m_flLookTimeTotal = 0xBD4; // float32 - public const nint m_flLookTimeLast = 0xBD8; // GameTime_t - public const nint m_flTimeoutDuration = 0xBDC; // float32 - public const nint m_bTimeoutFired = 0xBE0; // bool - public const nint m_bIsLooking = 0xBE1; // bool - public const nint m_b2DFOV = 0xBE2; // bool - public const nint m_bUseVelocity = 0xBE3; // bool - public const nint m_hActivator = 0xBE4; // CHandle - public const nint m_bTestOcclusion = 0xBE8; // bool - public const nint m_OnTimeout = 0xBF0; // CEntityIOOutput - public const nint m_OnStartLook = 0xC18; // CEntityIOOutput - public const nint m_OnEndLook = 0xC40; // CEntityIOOutput - } - // Parent: CBaseTrigger - // Fields count: 13 - // - // Metadata: - // NetworkVarNames: m_gravityScale (float) - // NetworkVarNames: m_linearLimit (float) - // NetworkVarNames: m_linearDamping (float) - // NetworkVarNames: m_angularLimit (float) - // NetworkVarNames: m_angularDamping (float) - // NetworkVarNames: m_linearForce (float) - // NetworkVarNames: m_flFrequency (float) - // NetworkVarNames: m_flDampingRatio (float) - // NetworkVarNames: m_vecLinearForcePointAt (Vector) - // NetworkVarNames: m_bCollapseToForcePoint (bool) - // NetworkVarNames: m_vecLinearForcePointAtWorld (Vector) - // NetworkVarNames: m_vecLinearForceDirection (Vector) - // NetworkVarNames: m_bConvertToDebrisWhenPossible (bool) - public static class CTriggerPhysics { - public const nint m_gravityScale = 0xBB0; // float32 - public const nint m_linearLimit = 0xBB4; // float32 - public const nint m_linearDamping = 0xBB8; // float32 - public const nint m_angularLimit = 0xBBC; // float32 - public const nint m_angularDamping = 0xBC0; // float32 - public const nint m_linearForce = 0xBC4; // float32 - public const nint m_flFrequency = 0xBC8; // float32 - public const nint m_flDampingRatio = 0xBCC; // float32 - public const nint m_vecLinearForcePointAt = 0xBD0; // Vector - public const nint m_bCollapseToForcePoint = 0xBDC; // bool - public const nint m_vecLinearForcePointAtWorld = 0xBE0; // Vector - public const nint m_vecLinearForceDirection = 0xBEC; // Vector - public const nint m_bConvertToDebrisWhenPossible = 0xBF8; // bool - } - // Parent: CBaseAnimGraph - // Fields count: 7 - // - // Metadata: - // NetworkVarNames: m_flexWeight (float32) - // NetworkVarNames: m_vLookTargetPosition (Vector) - // NetworkVarNames: m_blinktoggle (bool) - public static class CBaseFlex { - public const nint m_flexWeight = 0xBF0; // CNetworkUtlVectorBase - public const nint m_vLookTargetPosition = 0xC08; // Vector - public const nint m_blinktoggle = 0xC14; // bool - public const nint m_flAllowResponsesEndTime = 0xC68; // GameTime_t - public const nint m_flLastFlexAnimationTime = 0xC6C; // GameTime_t - public const nint m_nNextSceneEventId = 0xC70; // uint32 - public const nint m_bUpdateLayerPriorities = 0xC74; // bool - } - // Parent: CDynamicProp - // Fields count: 37 - // - // Metadata: - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByUserGroup - // MNetworkExcludeByName - // MNetworkExcludeByUserGroup - // MNetworkIncludeByName - // NetworkVarNames: m_eDoorState (DoorState_t) - // NetworkVarNames: m_bLocked (bool) - // NetworkVarNames: m_closedPosition (Vector) - // NetworkVarNames: m_closedAngles (QAngle) - // NetworkVarNames: m_hMaster (CHandle) - public static class CBasePropDoor { - public const nint m_flAutoReturnDelay = 0xE74; // float32 - public const nint m_hDoorList = 0xE78; // CUtlVector> - public const nint m_nHardwareType = 0xE90; // int32 - public const nint m_bNeedsHardware = 0xE94; // bool - public const nint m_eDoorState = 0xE98; // DoorState_t - public const nint m_bLocked = 0xE9C; // bool - public const nint m_closedPosition = 0xEA0; // Vector - public const nint m_closedAngles = 0xEAC; // QAngle - public const nint m_hBlocker = 0xEB8; // CHandle - public const nint m_bFirstBlocked = 0xEBC; // bool - public const nint m_ls = 0xEC0; // locksound_t - public const nint m_bForceClosed = 0xEE0; // bool - public const nint m_vecLatchWorldPosition = 0xEE4; // Vector - public const nint m_hActivator = 0xEF0; // CHandle - public const nint m_SoundMoving = 0xF00; // CUtlSymbolLarge - public const nint m_SoundOpen = 0xF08; // CUtlSymbolLarge - public const nint m_SoundClose = 0xF10; // CUtlSymbolLarge - public const nint m_SoundLock = 0xF18; // CUtlSymbolLarge - public const nint m_SoundUnlock = 0xF20; // CUtlSymbolLarge - public const nint m_SoundLatch = 0xF28; // CUtlSymbolLarge - public const nint m_SoundPound = 0xF30; // CUtlSymbolLarge - public const nint m_SoundJiggle = 0xF38; // CUtlSymbolLarge - public const nint m_SoundLockedAnim = 0xF40; // CUtlSymbolLarge - public const nint m_numCloseAttempts = 0xF48; // int32 - public const nint m_nPhysicsMaterial = 0xF4C; // CUtlStringToken - public const nint m_SlaveName = 0xF50; // CUtlSymbolLarge - public const nint m_hMaster = 0xF58; // CHandle - public const nint m_OnBlockedClosing = 0xF60; // CEntityIOOutput - public const nint m_OnBlockedOpening = 0xF88; // CEntityIOOutput - public const nint m_OnUnblockedClosing = 0xFB0; // CEntityIOOutput - public const nint m_OnUnblockedOpening = 0xFD8; // CEntityIOOutput - public const nint m_OnFullyClosed = 0x1000; // CEntityIOOutput - public const nint m_OnFullyOpen = 0x1028; // CEntityIOOutput - public const nint m_OnClose = 0x1050; // CEntityIOOutput - public const nint m_OnOpen = 0x1078; // CEntityIOOutput - public const nint m_OnLockedUse = 0x10A0; // CEntityIOOutput - public const nint m_OnAjarOpen = 0x10C8; // CEntityIOOutput - } - // Parent: CBaseAnimGraph - // Fields count: 24 - // - // Metadata: - // MNetworkIncludeByName - // MNetworkIncludeByName - // NetworkVarNames: m_x (float32) - // NetworkVarNames: m_y (float32) - // NetworkVarNames: m_z (float32) - // NetworkVarNames: m_angle (float32) - // NetworkVarNames: m_poolOrigin (Vector) - // NetworkVarNames: m_waterLevel (float32) - public static class CFish { - public const nint m_pool = 0xBF0; // CHandle - public const nint m_id = 0xBF4; // uint32 - public const nint m_x = 0xBF8; // float32 - public const nint m_y = 0xBFC; // float32 - public const nint m_z = 0xC00; // float32 - public const nint m_angle = 0xC04; // float32 - public const nint m_angleChange = 0xC08; // float32 - public const nint m_forward = 0xC0C; // Vector - public const nint m_perp = 0xC18; // Vector - public const nint m_poolOrigin = 0xC24; // Vector - public const nint m_waterLevel = 0xC30; // float32 - public const nint m_speed = 0xC34; // float32 - public const nint m_desiredSpeed = 0xC38; // float32 - public const nint m_calmSpeed = 0xC3C; // float32 - public const nint m_panicSpeed = 0xC40; // float32 - public const nint m_avoidRange = 0xC44; // float32 - public const nint m_turnTimer = 0xC48; // CountdownTimer - public const nint m_turnClockwise = 0xC60; // bool - public const nint m_goTimer = 0xC68; // CountdownTimer - public const nint m_moveTimer = 0xC80; // CountdownTimer - public const nint m_panicTimer = 0xC98; // CountdownTimer - public const nint m_disperseTimer = 0xCB0; // CountdownTimer - public const nint m_proximityTimer = 0xCC8; // CountdownTimer - public const nint m_visible = 0xCE0; // CUtlVector - } - // Parent: CBaseAnimGraph - // Fields count: 28 - // - // Metadata: - // NetworkVarNames: m_ragPos (Vector) - // NetworkVarNames: m_ragAngles (QAngle) - // NetworkVarNames: m_hRagdollSource (EHANDLE) - // NetworkVarNames: m_flBlendWeight (float32) - public static class CRagdollProp { - public const nint m_ragdoll = 0xBF8; // ragdoll_t - public const nint m_bStartDisabled = 0xC30; // bool - public const nint m_ragPos = 0xC38; // CNetworkUtlVectorBase - public const nint m_ragAngles = 0xC50; // CNetworkUtlVectorBase - public const nint m_hRagdollSource = 0xC68; // CHandle - public const nint m_lastUpdateTickCount = 0xC6C; // uint32 - public const nint m_allAsleep = 0xC70; // bool - public const nint m_bFirstCollisionAfterLaunch = 0xC71; // bool - public const nint m_hDamageEntity = 0xC74; // CHandle - public const nint m_hKiller = 0xC78; // CHandle - public const nint m_hPhysicsAttacker = 0xC7C; // CHandle - public const nint m_flLastPhysicsInfluenceTime = 0xC80; // GameTime_t - public const nint m_flFadeOutStartTime = 0xC84; // GameTime_t - public const nint m_flFadeTime = 0xC88; // float32 - public const nint m_vecLastOrigin = 0xC8C; // Vector - public const nint m_flAwakeTime = 0xC98; // GameTime_t - public const nint m_flLastOriginChangeTime = 0xC9C; // GameTime_t - public const nint m_nBloodColor = 0xCA0; // int32 - public const nint m_strOriginClassName = 0xCA8; // CUtlSymbolLarge - public const nint m_strSourceClassName = 0xCB0; // CUtlSymbolLarge - public const nint m_bHasBeenPhysgunned = 0xCB8; // bool - public const nint m_bShouldTeleportPhysics = 0xCB9; // bool - public const nint m_flBlendWeight = 0xCBC; // float32 - public const nint m_flDefaultFadeScale = 0xCC0; // float32 - public const nint m_ragdollMins = 0xCC8; // CUtlVector - public const nint m_ragdollMaxs = 0xCE0; // CUtlVector - public const nint m_bShouldDeleteActivationRecord = 0xCF8; // bool - public const nint m_bValidatePoweredRagdollPose = 0xD58; // bool - } - // Parent: CBreakableProp - // Fields count: 34 - // - // Metadata: - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByUserGroup - // MNetworkExcludeByName - // MNetworkExcludeByUserGroup - // MNetworkIncludeByName - // NetworkVarNames: m_bAwake (bool) - public static class CPhysicsProp { - public const nint m_MotionEnabled = 0xD70; // CEntityIOOutput - public const nint m_OnAwakened = 0xD98; // CEntityIOOutput - public const nint m_OnAwake = 0xDC0; // CEntityIOOutput - public const nint m_OnAsleep = 0xDE8; // CEntityIOOutput - public const nint m_OnPlayerUse = 0xE10; // CEntityIOOutput - public const nint m_OnPlayerPickup = 0xE38; // CEntityIOOutput - public const nint m_OnOutOfWorld = 0xE60; // CEntityIOOutput - public const nint m_massScale = 0xE88; // float32 - public const nint m_inertiaScale = 0xE8C; // float32 - public const nint m_buoyancyScale = 0xE90; // float32 - public const nint m_damageType = 0xE94; // int32 - public const nint m_damageToEnableMotion = 0xE98; // int32 - public const nint m_flForceToEnableMotion = 0xE9C; // float32 - public const nint m_bThrownByPlayer = 0xEA0; // bool - public const nint m_bDroppedByPlayer = 0xEA1; // bool - public const nint m_bTouchedByPlayer = 0xEA2; // bool - public const nint m_bFirstCollisionAfterLaunch = 0xEA3; // bool - public const nint m_iExploitableByPlayer = 0xEA4; // int32 - public const nint m_bHasBeenAwakened = 0xEA8; // bool - public const nint m_bIsOverrideProp = 0xEA9; // bool - public const nint m_fNextCheckDisableMotionContactsTime = 0xEAC; // GameTime_t - public const nint m_iInitialGlowState = 0xEB0; // int32 - public const nint m_nGlowRange = 0xEB4; // int32 - public const nint m_nGlowRangeMin = 0xEB8; // int32 - public const nint m_glowColor = 0xEBC; // Color - public const nint m_bForceNavIgnore = 0xEC0; // bool - public const nint m_bNoNavmeshBlocker = 0xEC1; // bool - public const nint m_bForceNpcExclude = 0xEC2; // bool - public const nint m_bShouldAutoConvertBackFromDebris = 0xEC3; // bool - public const nint m_bMuteImpactEffects = 0xEC4; // bool - public const nint m_bAcceptDamageFromHeldObjects = 0xECC; // bool - public const nint m_bEnableUseOutput = 0xECD; // bool - public const nint m_bAwake = 0xECE; // bool - public const nint m_nCollisionGroupOverride = 0xED0; // int32 - } - // Parent: CPhysicsProp - // Fields count: 3 - // - // Metadata: - // MNetworkExcludeByName - // NetworkVarNames: m_ShardDesc (shard_model_desc_t) - public static class CShatterGlassShardPhysics { - public const nint m_bDebris = 0xED4; // bool - public const nint m_hParentShard = 0xED8; // uint32 - public const nint m_ShardDesc = 0xEE0; // shard_model_desc_t - } - // Parent: CBaseFlex - // Fields count: 9 - // - // Metadata: - // NetworkVarNames: m_AttributeManager (CAttributeContainer) - // NetworkVarNames: m_OriginalOwnerXuidLow (uint32) - // NetworkVarNames: m_OriginalOwnerXuidHigh (uint32) - // NetworkVarNames: m_nFallbackPaintKit (int) - // NetworkVarNames: m_nFallbackSeed (int) - // NetworkVarNames: m_flFallbackWear (float) - // NetworkVarNames: m_nFallbackStatTrak (int) - public static class CEconEntity { - public const nint m_AttributeManager = 0xC90; // CAttributeContainer - public const nint m_OriginalOwnerXuidLow = 0xF58; // uint32 - public const nint m_OriginalOwnerXuidHigh = 0xF5C; // uint32 - public const nint m_nFallbackPaintKit = 0xF60; // int32 - public const nint m_nFallbackSeed = 0xF64; // int32 - public const nint m_flFallbackWear = 0xF68; // float32 - public const nint m_nFallbackStatTrak = 0xF6C; // int32 - public const nint m_hOldProvidee = 0xF70; // CHandle - public const nint m_iOldOwnerClass = 0xF74; // int32 - } - // Parent: CBaseFlex - // Fields count: 14 - // - // Metadata: - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByUserGroup - // MNetworkExcludeByName - // MNetworkExcludeByUserGroup - // MNetworkExcludeByName - // MNetworkExcludeByUserGroup - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByName - // NetworkVarNames: m_bIsLive (bool) - // NetworkVarNames: m_DmgRadius (float32) - // NetworkVarNames: m_flDetonateTime (GameTime_t) - // NetworkVarNames: m_flDamage (float32) - // NetworkVarNames: m_hThrower (CHandle) - public static class CBaseGrenade { - public const nint m_OnPlayerPickup = 0xC88; // CEntityIOOutput - public const nint m_OnExplode = 0xCB0; // CEntityIOOutput - public const nint m_bHasWarnedAI = 0xCD8; // bool - public const nint m_bIsSmokeGrenade = 0xCD9; // bool - public const nint m_bIsLive = 0xCDA; // bool - public const nint m_DmgRadius = 0xCDC; // float32 - public const nint m_flDetonateTime = 0xCE0; // GameTime_t - public const nint m_flWarnAITime = 0xCE4; // float32 - public const nint m_flDamage = 0xCE8; // float32 - public const nint m_iszBounceSound = 0xCF0; // CUtlSymbolLarge - public const nint m_ExplosionSound = 0xCF8; // CUtlString - public const nint m_hThrower = 0xD04; // CHandle - public const nint m_flNextAttack = 0xD1C; // GameTime_t - public const nint m_hOriginalThrower = 0xD20; // CHandle - } - // Parent: CBaseAnimGraph - // Fields count: 11 - // - // Metadata: - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkExcludeByUserGroup - // MNetworkOverride - // MNetworkIncludeByName - // NetworkVarNames: m_nViewModelIndex (uint32) - // NetworkVarNames: m_nAnimationParity (uint32) - // NetworkVarNames: m_flAnimationStartTime (float32) - // NetworkVarNames: m_hWeapon (CHandle) - // NetworkVarNames: m_hControlPanel (CHandle) - public static class CBaseViewModel { - public const nint m_vecLastFacing = 0xBF8; // Vector - public const nint m_nViewModelIndex = 0xC04; // uint32 - public const nint m_nAnimationParity = 0xC08; // uint32 - public const nint m_flAnimationStartTime = 0xC0C; // float32 - public const nint m_hWeapon = 0xC10; // CHandle - public const nint m_sVMName = 0xC18; // CUtlSymbolLarge - public const nint m_sAnimationPrefix = 0xC20; // CUtlSymbolLarge - public const nint m_hOldLayerSequence = 0xC28; // HSequence - public const nint m_oldLayer = 0xC2C; // int32 - public const nint m_oldLayerStartTime = 0xC30; // float32 - public const nint m_hControlPanel = 0xC34; // CHandle - } - // Parent: CBaseAnimGraph - // Fields count: 26 - // - // Metadata: - // NetworkVarNames: m_bBombTicking (bool) - // NetworkVarNames: m_flC4Blow (GameTime_t) - // NetworkVarNames: m_nBombSite (int) - // NetworkVarNames: m_nSourceSoundscapeHash (int) - // NetworkVarNames: m_bCannotBeDefused (bool) - // NetworkVarNames: m_entitySpottedState (EntitySpottedState_t) - // NetworkVarNames: m_bHasExploded (bool) - // NetworkVarNames: m_flTimerLength (float) - // NetworkVarNames: m_bBeingDefused (bool) - // NetworkVarNames: m_flDefuseLength (float) - // NetworkVarNames: m_flDefuseCountDown (GameTime_t) - // NetworkVarNames: m_bBombDefused (bool) - // NetworkVarNames: m_hBombDefuser (CHandle) - // NetworkVarNames: m_hControlPanel (CHandle) - public static class CPlantedC4 { - public const nint m_bBombTicking = 0xBF0; // bool - public const nint m_flC4Blow = 0xBF4; // GameTime_t - public const nint m_nBombSite = 0xBF8; // int32 - public const nint m_nSourceSoundscapeHash = 0xBFC; // int32 - public const nint m_OnBombDefused = 0xC00; // CEntityIOOutput - public const nint m_OnBombBeginDefuse = 0xC28; // CEntityIOOutput - public const nint m_OnBombDefuseAborted = 0xC50; // CEntityIOOutput - public const nint m_bCannotBeDefused = 0xC78; // bool - public const nint m_entitySpottedState = 0xC80; // EntitySpottedState_t - public const nint m_nSpotRules = 0xC98; // int32 - public const nint m_bTrainingPlacedByPlayer = 0xC9C; // bool - public const nint m_bHasExploded = 0xC9D; // bool - public const nint m_flTimerLength = 0xCA0; // float32 - public const nint m_bBeingDefused = 0xCA4; // bool - public const nint m_fLastDefuseTime = 0xCAC; // GameTime_t - public const nint m_flDefuseLength = 0xCB4; // float32 - public const nint m_flDefuseCountDown = 0xCB8; // GameTime_t - public const nint m_bBombDefused = 0xCBC; // bool - public const nint m_hBombDefuser = 0xCC0; // CHandle - public const nint m_hControlPanel = 0xCC4; // CHandle - public const nint m_iProgressBarTime = 0xCC8; // int32 - public const nint m_bVoiceAlertFired = 0xCCC; // bool - public const nint m_bVoiceAlertPlayed = 0xCCD; // bool[4] - public const nint m_flNextBotBeepTime = 0xCD4; // GameTime_t - public const nint m_angCatchUpToPlayerEye = 0xCDC; // QAngle - public const nint m_flLastSpinDetectionTime = 0xCE8; // GameTime_t - } - // Parent: CBaseGrenade - // Fields count: 18 - // - // Metadata: - // NetworkVarNames: m_vInitialPosition (Vector) - // NetworkVarNames: m_vInitialVelocity (Vector) - // NetworkVarNames: m_nBounces (int) - // NetworkVarNames: m_nExplodeEffectIndex (HParticleSystemDefinitionStrong) - // NetworkVarNames: m_nExplodeEffectTickBegin (int) - // NetworkVarNames: m_vecExplodeEffectOrigin (Vector) - public static class CBaseCSGrenadeProjectile { - public const nint m_vInitialPosition = 0xD24; // Vector - public const nint m_vInitialVelocity = 0xD30; // Vector - public const nint m_nBounces = 0xD3C; // int32 - public const nint m_nExplodeEffectIndex = 0xD40; // CStrongHandle - public const nint m_nExplodeEffectTickBegin = 0xD48; // int32 - public const nint m_vecExplodeEffectOrigin = 0xD4C; // Vector - public const nint m_flSpawnTime = 0xD58; // GameTime_t - public const nint m_unOGSExtraFlags = 0xD5C; // uint8 - public const nint m_bDetonationRecorded = 0xD5D; // bool - public const nint m_flDetonateTime = 0xD60; // GameTime_t - public const nint m_nItemIndex = 0xD64; // uint16 - public const nint m_vecOriginalSpawnLocation = 0xD68; // Vector - public const nint m_flLastBounceSoundTime = 0xD74; // GameTime_t - public const nint m_vecGrenadeSpin = 0xD78; // RotationVector - public const nint m_vecLastHitSurfaceNormal = 0xD84; // Vector - public const nint m_nTicksAtZeroVelocity = 0xD90; // int32 - public const nint m_bHasEverHitPlayer = 0xD94; // bool - public const nint m_bClearFromPlayers = 0xD95; // bool - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_OwningPlayer (CHandle) - // NetworkVarNames: m_KillingPlayer (CHandle) - public static class CItemDogtags { - public const nint m_OwningPlayer = 0xCC8; // CHandle - public const nint m_KillingPlayer = 0xCCC; // CHandle - } - // Parent: CDynamicProp - // Fields count: 34 - // - // Metadata: - // NetworkVarNames: m_AttributeManager (CAttributeContainer) - // NetworkVarNames: m_OriginalOwnerXuidLow (uint32) - // NetworkVarNames: m_OriginalOwnerXuidHigh (uint32) - // NetworkVarNames: m_jumpedThisFrame (bool) - // NetworkVarNames: m_leader (CHandle) - public static class CChicken { - public const nint m_AttributeManager = 0xE88; // CAttributeContainer - public const nint m_OriginalOwnerXuidLow = 0x1150; // uint32 - public const nint m_OriginalOwnerXuidHigh = 0x1154; // uint32 - public const nint m_updateTimer = 0x1158; // CountdownTimer - public const nint m_stuckAnchor = 0x1170; // Vector - public const nint m_stuckTimer = 0x1180; // CountdownTimer - public const nint m_collisionStuckTimer = 0x1198; // CountdownTimer - public const nint m_isOnGround = 0x11B0; // bool - public const nint m_vFallVelocity = 0x11B4; // Vector - public const nint m_activity = 0x11C0; // ChickenActivity - public const nint m_activityTimer = 0x11C8; // CountdownTimer - public const nint m_turnRate = 0x11E0; // float32 - public const nint m_fleeFrom = 0x11E4; // CHandle - public const nint m_moveRateThrottleTimer = 0x11E8; // CountdownTimer - public const nint m_startleTimer = 0x1200; // CountdownTimer - public const nint m_vocalizeTimer = 0x1218; // CountdownTimer - public const nint m_flWhenZombified = 0x1230; // GameTime_t - public const nint m_jumpedThisFrame = 0x1234; // bool - public const nint m_leader = 0x1238; // CHandle - public const nint m_reuseTimer = 0x1240; // CountdownTimer - public const nint m_hasBeenUsed = 0x1258; // bool - public const nint m_jumpTimer = 0x1260; // CountdownTimer - public const nint m_flLastJumpTime = 0x1278; // float32 - public const nint m_bInJump = 0x127C; // bool - public const nint m_isWaitingForLeader = 0x127D; // bool - public const nint m_repathTimer = 0x3288; // CountdownTimer - public const nint m_inhibitDoorTimer = 0x32A0; // CountdownTimer - public const nint m_inhibitObstacleAvoidanceTimer = 0x3330; // CountdownTimer - public const nint m_vecPathGoal = 0x3350; // Vector - public const nint m_flActiveFollowStartTime = 0x335C; // GameTime_t - public const nint m_followMinuteTimer = 0x3360; // CountdownTimer - public const nint m_vecLastEggPoopPosition = 0x3378; // Vector - public const nint m_vecEggsPooped = 0x3388; // CUtlVector> - public const nint m_BlockDirectionTimer = 0x33A8; // CountdownTimer - } - // Parent: CEconEntity - // Fields count: 8 - // - // Metadata: - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkIncludeByName - // MNetworkExcludeByUserGroup - // MNetworkExcludeByUserGroup - // MNetworkExcludeByUserGroup - // MNetworkUserGroupProxy - // NetworkVarNames: m_nNextPrimaryAttackTick (GameTick_t) - // NetworkVarNames: m_flNextPrimaryAttackTickRatio (float32) - // NetworkVarNames: m_nNextSecondaryAttackTick (GameTick_t) - // NetworkVarNames: m_flNextSecondaryAttackTickRatio (float32) - // NetworkVarNames: m_iClip1 (int32) - // NetworkVarNames: m_iClip2 (int32) - // NetworkVarNames: m_pReserveAmmo (int) - public static class CBasePlayerWeapon { - public const nint m_nNextPrimaryAttackTick = 0xF78; // GameTick_t - public const nint m_flNextPrimaryAttackTickRatio = 0xF7C; // float32 - public const nint m_nNextSecondaryAttackTick = 0xF80; // GameTick_t - public const nint m_flNextSecondaryAttackTickRatio = 0xF84; // float32 - public const nint m_iClip1 = 0xF88; // int32 - public const nint m_iClip2 = 0xF8C; // int32 - public const nint m_pReserveAmmo = 0xF90; // int32[2] - public const nint m_OnPlayerUse = 0xF98; // CEntityIOOutput - } - // Parent: CRagdollProp - // Fields count: 6 - // - // Metadata: - // NetworkVarNames: m_boneIndexAttached (uint32) - // NetworkVarNames: m_ragdollAttachedObjectIndex (uint32) - // NetworkVarNames: m_attachmentPointBoneSpace (Vector) - // NetworkVarNames: m_attachmentPointRagdollSpace (Vector) - public static class CRagdollPropAttached { - public const nint m_boneIndexAttached = 0xD98; // uint32 - public const nint m_ragdollAttachedObjectIndex = 0xD9C; // uint32 - public const nint m_attachmentPointBoneSpace = 0xDA0; // Vector - public const nint m_attachmentPointRagdollSpace = 0xDAC; // Vector - public const nint m_bShouldDetach = 0xDB8; // bool - public const nint m_bShouldDeleteAttachedActivationRecord = 0xDC8; // bool - } - // Parent: CBaseFlex - // Fields count: 12 - // - // Metadata: - // MNetworkExcludeByUserGroup - // NetworkVarNames: m_hMyWearables (CHandle) - // NetworkVarNames: m_flFieldOfView (float) - public static class CBaseCombatCharacter { - public const nint m_bForceServerRagdoll = 0xC80; // bool - public const nint m_hMyWearables = 0xC88; // CNetworkUtlVectorBase> - public const nint m_flFieldOfView = 0xCA0; // float32 - public const nint m_impactEnergyScale = 0xCA4; // float32 - public const nint m_LastHitGroup = 0xCA8; // HitGroup_t - public const nint m_bApplyStressDamage = 0xCAC; // bool - public const nint m_bloodColor = 0xCB0; // int32 - public const nint m_iDamageCount = 0xCF8; // int32 - public const nint m_pVecRelationships = 0xD00; // CUtlVector* - public const nint m_strRelationships = 0xD08; // CUtlSymbolLarge - public const nint m_eHull = 0xD10; // Hull_t - public const nint m_nNavHullIdx = 0xD14; // uint32 - } - // Parent: CBaseCombatCharacter - // Fields count: 25 - // - // Metadata: - // MNetworkUserGroupProxy - // MNetworkUserGroupProxy - // MNetworkExcludeByUserGroup - // MNetworkIncludeByUserGroup - // MNetworkIncludeByUserGroup - // MNetworkIncludeByUserGroup - // MNetworkIncludeByName - // MNetworkOverride - // MNetworkOverride - // MNetworkOverride - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByName - // NetworkVarNames: m_pWeaponServices (CPlayer_WeaponServices*) - // NetworkVarNames: m_pItemServices (CPlayer_ItemServices*) - // NetworkVarNames: m_pAutoaimServices (CPlayer_AutoaimServices*) - // NetworkVarNames: m_pObserverServices (CPlayer_ObserverServices*) - // NetworkVarNames: m_pWaterServices (CPlayer_WaterServices*) - // NetworkVarNames: m_pUseServices (CPlayer_UseServices*) - // NetworkVarNames: m_pFlashlightServices (CPlayer_FlashlightServices*) - // NetworkVarNames: m_pCameraServices (CPlayer_CameraServices*) - // NetworkVarNames: m_pMovementServices (CPlayer_MovementServices*) - // MNetworkUserGroupProxy - // NetworkVarNames: m_ServerViewAngleChanges (ViewAngleServerChange_t) - // NetworkVarNames: m_iHideHUD (uint32) - // NetworkVarNames: m_skybox3d (sky3dparams_t) - // NetworkVarNames: m_flDeathTime (GameTime_t) - // NetworkVarNames: m_hController (CHandle) - public static class CBasePlayerPawn { - public const nint m_pWeaponServices = 0xD18; // CPlayer_WeaponServices* - public const nint m_pItemServices = 0xD20; // CPlayer_ItemServices* - public const nint m_pAutoaimServices = 0xD28; // CPlayer_AutoaimServices* - public const nint m_pObserverServices = 0xD30; // CPlayer_ObserverServices* - public const nint m_pWaterServices = 0xD38; // CPlayer_WaterServices* - public const nint m_pUseServices = 0xD40; // CPlayer_UseServices* - public const nint m_pFlashlightServices = 0xD48; // CPlayer_FlashlightServices* - public const nint m_pCameraServices = 0xD50; // CPlayer_CameraServices* - public const nint m_pMovementServices = 0xD58; // CPlayer_MovementServices* - public const nint m_ServerViewAngleChanges = 0xD68; // CUtlVectorEmbeddedNetworkVar - public const nint m_nHighestGeneratedServerViewAngleChangeIndex = 0xDB8; // uint32 - public const nint v_angle = 0xDBC; // QAngle - public const nint v_anglePrevious = 0xDC8; // QAngle - public const nint m_iHideHUD = 0xDD4; // uint32 - public const nint m_skybox3d = 0xDD8; // sky3dparams_t - public const nint m_fTimeLastHurt = 0xE68; // GameTime_t - public const nint m_flDeathTime = 0xE6C; // GameTime_t - public const nint m_fNextSuicideTime = 0xE70; // GameTime_t - public const nint m_fInitHUD = 0xE74; // bool - public const nint m_pExpresser = 0xE78; // CAI_Expresser* - public const nint m_hController = 0xE80; // CHandle - public const nint m_fHltvReplayDelay = 0xE88; // float32 - public const nint m_fHltvReplayEnd = 0xE8C; // float32 - public const nint m_iHltvReplayEntity = 0xE90; // CEntityIndex - public const nint m_sndOpvarLatchData = 0xE98; // CUtlVector - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MNetworkOverride - // NetworkVarNames: m_bShouldIgnoreOffsetAndAccuracy (bool) - // NetworkVarNames: m_nWeaponParity (uint32) - public static class CCSGOViewModel { - public const nint m_bShouldIgnoreOffsetAndAccuracy = 0xC38; // bool - public const nint m_nWeaponParity = 0xC3C; // uint32 - public const nint m_nOldWeaponParity = 0xC40; // uint32 - } - // Parent: CBasePlayerWeapon - // Fields count: 62 - // - // Metadata: - // MNetworkExcludeByName - // NetworkVarNames: m_flFireSequenceStartTime (float) - // NetworkVarNames: m_nFireSequenceStartTimeChange (int) - // NetworkVarNames: m_ePlayerFireEvent (PlayerAnimEvent_t) - // NetworkVarNames: m_ePlayerFireEventAttackType (WeaponAttackType_t) - // NetworkVarNames: m_iState (CSWeaponState_t) - // NetworkVarNames: m_nViewModelIndex (uint32) - // NetworkVarNames: m_flTimeWeaponIdle (GameTime_t) - // NetworkVarNames: m_weaponMode (CSWeaponMode) - // NetworkVarNames: m_fAccuracyPenalty (float) - // NetworkVarNames: m_iRecoilIndex (int) - // NetworkVarNames: m_flRecoilIndex (float) - // NetworkVarNames: m_bBurstMode (bool) - // NetworkVarNames: m_nPostponeFireReadyTicks (GameTick_t) - // NetworkVarNames: m_flPostponeFireReadyFrac (float) - // NetworkVarNames: m_bInReload (bool) - // NetworkVarNames: m_bReloadVisuallyComplete (bool) - // NetworkVarNames: m_flDroppedAtTime (GameTime_t) - // NetworkVarNames: m_bIsHauledBack (bool) - // NetworkVarNames: m_bSilencerOn (bool) - // NetworkVarNames: m_flTimeSilencerSwitchComplete (GameTime_t) - // NetworkVarNames: m_iOriginalTeamNumber (int) - // NetworkVarNames: m_hPrevOwner (CHandle) - // NetworkVarNames: m_nDropTick (GameTick_t) - // NetworkVarNames: m_fLastShotTime (GameTime_t) - // NetworkVarNames: m_iIronSightMode (int) - // NetworkVarNames: m_iNumEmptyAttacks (int) - public static class CCSWeaponBase { - public const nint m_bRemoveable = 0xFE8; // bool - public const nint m_flFireSequenceStartTime = 0xFF0; // float32 - public const nint m_nFireSequenceStartTimeChange = 0xFF4; // int32 - public const nint m_nFireSequenceStartTimeAck = 0xFF8; // int32 - public const nint m_ePlayerFireEvent = 0xFFC; // PlayerAnimEvent_t - public const nint m_ePlayerFireEventAttackType = 0x1000; // WeaponAttackType_t - public const nint m_seqIdle = 0x1004; // HSequence - public const nint m_seqFirePrimary = 0x1008; // HSequence - public const nint m_seqFireSecondary = 0x100C; // HSequence - public const nint m_thirdPersonFireSequences = 0x1010; // CUtlVector - public const nint m_hCurrentThirdPersonSequence = 0x1028; // HSequence - public const nint m_nSilencerBoneIndex = 0x102C; // int32 - public const nint m_thirdPersonSequences = 0x1030; // HSequence[7] - public const nint m_bPlayerAmmoStockOnPickup = 0x1058; // bool - public const nint m_bRequireUseToTouch = 0x1059; // bool - public const nint m_iState = 0x105C; // CSWeaponState_t - public const nint m_flLastTimeInAir = 0x1060; // GameTime_t - public const nint m_flLastDeployTime = 0x1064; // GameTime_t - public const nint m_nLastEmptySoundCmdNum = 0x1068; // int32 - public const nint m_nViewModelIndex = 0x106C; // uint32 - public const nint m_bReloadsWithClips = 0x1070; // bool - public const nint m_flTimeWeaponIdle = 0x1090; // GameTime_t - public const nint m_bFireOnEmpty = 0x1094; // bool - public const nint m_OnPlayerPickup = 0x1098; // CEntityIOOutput - public const nint m_weaponMode = 0x10C0; // CSWeaponMode - public const nint m_flTurningInaccuracyDelta = 0x10C4; // float32 - public const nint m_vecTurningInaccuracyEyeDirLast = 0x10C8; // Vector - public const nint m_flTurningInaccuracy = 0x10D4; // float32 - public const nint m_fAccuracyPenalty = 0x10D8; // float32 - public const nint m_flLastAccuracyUpdateTime = 0x10DC; // GameTime_t - public const nint m_fAccuracySmoothedForZoom = 0x10E0; // float32 - public const nint m_fScopeZoomEndTime = 0x10E4; // GameTime_t - public const nint m_iRecoilIndex = 0x10E8; // int32 - public const nint m_flRecoilIndex = 0x10EC; // float32 - public const nint m_bBurstMode = 0x10F0; // bool - public const nint m_nPostponeFireReadyTicks = 0x10F4; // GameTick_t - public const nint m_flPostponeFireReadyFrac = 0x10F8; // float32 - public const nint m_bInReload = 0x10FC; // bool - public const nint m_bReloadVisuallyComplete = 0x10FD; // bool - public const nint m_flDroppedAtTime = 0x1100; // GameTime_t - public const nint m_bIsHauledBack = 0x1104; // bool - public const nint m_bSilencerOn = 0x1105; // bool - public const nint m_flTimeSilencerSwitchComplete = 0x1108; // GameTime_t - public const nint m_iOriginalTeamNumber = 0x110C; // int32 - public const nint m_flNextAttackRenderTimeOffset = 0x1110; // float32 - public const nint m_bCanBePickedUp = 0x1128; // bool - public const nint m_bUseCanOverrideNextOwnerTouchTime = 0x1129; // bool - public const nint m_nextOwnerTouchTime = 0x112C; // GameTime_t - public const nint m_nextPrevOwnerTouchTime = 0x1130; // GameTime_t - public const nint m_hPrevOwner = 0x1134; // CHandle - public const nint m_nDropTick = 0x1138; // GameTick_t - public const nint m_donated = 0x115C; // bool - public const nint m_fLastShotTime = 0x1160; // GameTime_t - public const nint m_bWasOwnedByCT = 0x1164; // bool - public const nint m_bWasOwnedByTerrorist = 0x1165; // bool - public const nint m_bFiredOutOfAmmoEvent = 0x1166; // bool - public const nint m_numRemoveUnownedWeaponThink = 0x1168; // int32 - public const nint m_IronSightController = 0x1170; // CIronSightController - public const nint m_iIronSightMode = 0x1188; // int32 - public const nint m_flLastLOSTraceFailureTime = 0x118C; // GameTime_t - public const nint m_iNumEmptyAttacks = 0x1190; // int32 - public const nint m_flWatTickOffset = 0x1194; // float32 - } - // Parent: CCSWeaponBase - // Fields count: 9 - // - // Metadata: - // NetworkVarNames: m_zoomLevel (int) - // NetworkVarNames: m_iBurstShotsRemaining (int) - // NetworkVarNames: m_bNeedsBoltAction (bool) - public static class CCSWeaponBaseGun { - public const nint m_zoomLevel = 0x1198; // int32 - public const nint m_iBurstShotsRemaining = 0x119C; // int32 - public const nint m_silencedModelIndex = 0x11A8; // int32 - public const nint m_inPrecache = 0x11AC; // bool - public const nint m_bNeedsBoltAction = 0x11AD; // bool - public const nint m_bSkillReloadAvailable = 0x11AE; // bool - public const nint m_bSkillReloadLiftedReloadKey = 0x11AF; // bool - public const nint m_bSkillBoltInterruptAvailable = 0x11B0; // bool - public const nint m_bSkillBoltLiftedFireKey = 0x11B1; // bool - } - // Parent: CCSWeaponBase - // Fields count: 11 - // - // Metadata: - // NetworkVarNames: m_bStartedArming (bool) - // NetworkVarNames: m_fArmedTime (GameTime_t) - // NetworkVarNames: m_bBombPlacedAnimation (bool) - // NetworkVarNames: m_bIsPlantingViaUse (bool) - // NetworkVarNames: m_entitySpottedState (EntitySpottedState_t) - public static class CC4 { - public const nint m_vecLastValidPlayerHeldPosition = 0x1198; // Vector - public const nint m_vecLastValidDroppedPosition = 0x11A4; // Vector - public const nint m_bDoValidDroppedPositionCheck = 0x11B0; // bool - public const nint m_bStartedArming = 0x11B1; // bool - public const nint m_fArmedTime = 0x11B4; // GameTime_t - public const nint m_bBombPlacedAnimation = 0x11B8; // bool - public const nint m_bIsPlantingViaUse = 0x11B9; // bool - public const nint m_entitySpottedState = 0x11C0; // EntitySpottedState_t - public const nint m_nSpotRules = 0x11D8; // int32 - public const nint m_bPlayedArmingBeeps = 0x11DC; // bool[7] - public const nint m_bBombPlanted = 0x11E3; // bool - } - // Parent: CCSWeaponBaseGun - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_fFireTime (GameTime_t) - public static class CWeaponTaser { - public const nint m_fFireTime = 0x11B4; // GameTime_t - } - // Parent: CCSWeaponBaseGun - // Fields count: 3 - // - // Metadata: - // NetworkVarNames: m_flDisplayHealth (float) - public static class CWeaponShield { - public const nint m_flBulletDamageAbsorbed = 0x11B4; // float32 - public const nint m_flLastBulletHitSoundTime = 0x11B8; // GameTime_t - public const nint m_flDisplayHealth = 0x11BC; // float32 - } - // Parent: CBaseCSGrenadeProjectile - // Fields count: 4 - // - // Metadata: - // NetworkVarNames: m_bIsIncGrenade (bool) - public static class CMolotovProjectile { - public const nint m_bIsIncGrenade = 0xD96; // bool - public const nint m_bDetonated = 0xDA0; // bool - public const nint m_stillTimer = 0xDA8; // IntervalTimer - public const nint m_bHasBouncedOffPlayer = 0xE88; // bool - } - // Parent: CBaseCSGrenadeProjectile - // Fields count: 4 - // - // Metadata: - // NetworkVarNames: m_nDecoyShotTick (int) - public static class CDecoyProjectile { - public const nint m_nDecoyShotTick = 0xDA0; // int32 - public const nint m_shotsRemaining = 0xDA4; // int32 - public const nint m_fExpireTime = 0xDA8; // GameTime_t - public const nint m_decoyWeaponDefIndex = 0xDB8; // uint16 - } - // Parent: CBaseCSGrenadeProjectile - // Fields count: 8 - // - // Metadata: - // NetworkVarNames: m_nSmokeEffectTickBegin (int) - // NetworkVarNames: m_bDidSmokeEffect (bool) - // NetworkVarNames: m_nRandomSeed (int) - // NetworkVarNames: m_vSmokeColor (Vector) - // NetworkVarNames: m_vSmokeDetonationPos (Vector) - // NetworkVarNames: m_VoxelFrameData (CUtlVector) - public static class CSmokeGrenadeProjectile { - public const nint m_nSmokeEffectTickBegin = 0xDB0; // int32 - public const nint m_bDidSmokeEffect = 0xDB4; // bool - public const nint m_nRandomSeed = 0xDB8; // int32 - public const nint m_vSmokeColor = 0xDBC; // Vector - public const nint m_vSmokeDetonationPos = 0xDC8; // Vector - public const nint m_VoxelFrameData = 0xDD8; // CUtlVector - public const nint m_flLastBounce = 0xDF0; // GameTime_t - public const nint m_fllastSimulationTime = 0xDF4; // GameTime_t - } - // Parent: CCSWeaponBase - // Fields count: 13 - // - // Metadata: - // NetworkVarNames: m_bRedraw (bool) - // NetworkVarNames: m_bIsHeldByPlayer (bool) - // NetworkVarNames: m_bPinPulled (bool) - // NetworkVarNames: m_bJumpThrow (bool) - // NetworkVarNames: m_bThrowAnimating (bool) - // NetworkVarNames: m_fThrowTime (GameTime_t) - // NetworkVarNames: m_flThrowStrength (float) - // NetworkVarNames: m_flThrowStrengthApproach (float) - // NetworkVarNames: m_fDropTime (GameTime_t) - // NetworkVarNames: m_bJustPulledPin (bool) - // NetworkVarNames: m_nNextHoldTick (GameTick_t) - // NetworkVarNames: m_flNextHoldFrac (float) - // NetworkVarNames: m_hSwitchToWeaponAfterThrow (CHandle) - public static class CBaseCSGrenade { - public const nint m_bRedraw = 0x1198; // bool - public const nint m_bIsHeldByPlayer = 0x1199; // bool - public const nint m_bPinPulled = 0x119A; // bool - public const nint m_bJumpThrow = 0x119B; // bool - public const nint m_bThrowAnimating = 0x119C; // bool - public const nint m_fThrowTime = 0x11A0; // GameTime_t - public const nint m_flThrowStrength = 0x11A4; // float32 - public const nint m_flThrowStrengthApproach = 0x11A8; // float32 - public const nint m_fDropTime = 0x11AC; // GameTime_t - public const nint m_bJustPulledPin = 0x11B0; // bool - public const nint m_nNextHoldTick = 0x11B4; // GameTick_t - public const nint m_flNextHoldFrac = 0x11B8; // float32 - public const nint m_hSwitchToWeaponAfterThrow = 0x11BC; // CHandle - } - // Parent: CCSWeaponBase - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_SequenceCompleteTimer (CountdownTimer) - // NetworkVarNames: m_bRedraw (bool) - public static class CWeaponBaseItem { - public const nint m_SequenceCompleteTimer = 0x1198; // CountdownTimer - public const nint m_bRedraw = 0x11B0; // bool - } - // Parent: CCSWeaponBase - // Fields count: 7 - // - // Metadata: - // NetworkVarNames: m_bPlayingUninterruptableAct (bool) - // NetworkVarNames: m_nUninterruptableActivity (PlayerAnimEvent_t) - public static class CFists { - public const nint m_bPlayingUninterruptableAct = 0x1198; // bool - public const nint m_nUninterruptableActivity = 0x119C; // PlayerAnimEvent_t - public const nint m_bRestorePrevWep = 0x11A0; // bool - public const nint m_hWeaponBeforePrevious = 0x11A4; // CHandle - public const nint m_hWeaponPrevious = 0x11A8; // CHandle - public const nint m_bDelayedHardPunchIncoming = 0x11AC; // bool - public const nint m_bDestroyAfterTaunt = 0x11AD; // bool - } - // Parent: CBasePlayerPawn - // Fields count: 136 - // - // Metadata: - // NetworkVarNames: m_CTouchExpansionComponent (CTouchExpansionComponent::Storage_t) - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByUserGroup - // MNetworkExcludeByName - // MNetworkExcludeByName - // NetworkVarNames: m_pPingServices (CCSPlayer_PingServices*) - // NetworkVarNames: m_pViewModelServices (CPlayer_ViewModelServices*) - // NetworkVarNames: m_hOriginalController (CHandle) - // NetworkVarNames: m_entitySpottedState (EntitySpottedState_t) - // NetworkVarNames: m_iPlayerState (CSPlayerState) - // NetworkVarNames: m_bIsScoped (bool) - // NetworkVarNames: m_bIsWalking (bool) - // NetworkVarNames: m_bResumeZoom (bool) - // NetworkVarNames: m_bIsDefusing (bool) - // NetworkVarNames: m_bIsGrabbingHostage (bool) - // NetworkVarNames: m_iBlockingUseActionInProgress (CSPlayerBlockingUseAction_t) - // NetworkVarNames: m_fImmuneToGunGameDamageTime (GameTime_t) - // NetworkVarNames: m_bGunGameImmunity (bool) - // NetworkVarNames: m_GunGameImmunityColor (Color) - // NetworkVarNames: m_fMolotovDamageTime (float) - // NetworkVarNames: m_bHasMovedSinceSpawn (bool) - // NetworkVarNames: m_bCanMoveDuringFreezePeriod (bool) - // NetworkVarNames: m_flGuardianTooFarDistFrac (float) - // NetworkVarNames: m_flDetectedByEnemySensorTime (GameTime_t) - // NetworkVarNames: m_nHeavyAssaultSuitCooldownRemaining (int) - // NetworkVarNames: m_flEmitSoundTime (GameTime_t) - // NetworkVarNames: m_bHasNightVision (bool) - // NetworkVarNames: m_bNightVisionOn (bool) - // NetworkVarNames: m_bInNoDefuseArea (bool) - // NetworkVarNames: m_bKilledByTaser (bool) - // NetworkVarNames: m_iMoveState (int) - // NetworkVarNames: m_nWhichBombZone (int) - // NetworkVarNames: m_iDirection (int) - // NetworkVarNames: m_iShotsFired (int) - // NetworkVarNames: m_ArmorValue (int32) - // NetworkVarNames: m_flVelocityModifier (float) - // NetworkVarNames: m_flHitHeading (float) - // NetworkVarNames: m_nHitBodyPart (int) - // NetworkVarNames: m_flFlashDuration (float) - // NetworkVarNames: m_flFlashMaxAlpha (float) - // NetworkVarNames: m_flProgressBarStartTime (float) - // NetworkVarNames: m_iProgressBarDuration (int) - // NetworkVarNames: m_bWaitForNoAttack (bool) - // NetworkVarNames: m_flLowerBodyYawTarget (float) - // NetworkVarNames: m_bStrafing (bool) - // NetworkVarNames: m_thirdPersonHeading (QAngle) - // NetworkVarNames: m_flSlopeDropOffset (float) - // NetworkVarNames: m_flSlopeDropHeight (float) - // NetworkVarNames: m_vHeadConstraintOffset (Vector) - // NetworkVarNames: m_angEyeAngles (QAngle) - // NetworkVarNames: m_bHideTargetID (bool) - // NetworkVarNames: m_bHud_MiniScoreHidden (bool) - // NetworkVarNames: m_bHud_RadarHidden (bool) - // NetworkVarNames: m_nLastKillerIndex (CEntityIndex) - // NetworkVarNames: m_nLastConcurrentKilled (int) - // NetworkVarNames: m_nDeathCamMusic (int) - // NetworkVarNames: m_iAddonBits (int) - // NetworkVarNames: m_iPrimaryAddon (int) - // NetworkVarNames: m_iSecondaryAddon (int) - // NetworkVarNames: m_vecPlayerPatchEconIndices (uint32) - // NetworkVarNames: m_unCurrentEquipmentValue (uint16) - // NetworkVarNames: m_unRoundStartEquipmentValue (uint16) - // NetworkVarNames: m_unFreezetimeEndEquipmentValue (uint16) - // NetworkVarNames: m_nSurvivalTeamNumber (int) - // NetworkVarNames: m_bKilledByHeadshot (bool) - public static class CCSPlayerPawnBase { - public const nint m_CTouchExpansionComponent = 0xEC8; // CTouchExpansionComponent - public const nint m_pPingServices = 0xF18; // CCSPlayer_PingServices* - public const nint m_pViewModelServices = 0xF20; // CPlayer_ViewModelServices* - public const nint m_iDisplayHistoryBits = 0xF28; // uint32 - public const nint m_flLastAttackedTeammate = 0xF2C; // float32 - public const nint m_hOriginalController = 0xF30; // CHandle - public const nint m_blindUntilTime = 0xF34; // GameTime_t - public const nint m_blindStartTime = 0xF38; // GameTime_t - public const nint m_allowAutoFollowTime = 0xF3C; // GameTime_t - public const nint m_entitySpottedState = 0xF40; // EntitySpottedState_t - public const nint m_nSpotRules = 0xF58; // int32 - public const nint m_iPlayerState = 0xF5C; // CSPlayerState - public const nint m_chickenIdleSoundTimer = 0xF68; // CountdownTimer - public const nint m_chickenJumpSoundTimer = 0xF80; // CountdownTimer - public const nint m_vecLastBookmarkedPosition = 0x1038; // Vector - public const nint m_flLastDistanceTraveledNotice = 0x1044; // float32 - public const nint m_flAccumulatedDistanceTraveled = 0x1048; // float32 - public const nint m_flLastFriendlyFireDamageReductionRatio = 0x104C; // float32 - public const nint m_bRespawning = 0x1050; // bool - public const nint m_nLastPickupPriority = 0x1054; // int32 - public const nint m_flLastPickupPriorityTime = 0x1058; // float32 - public const nint m_bIsScoped = 0x105C; // bool - public const nint m_bIsWalking = 0x105D; // bool - public const nint m_bResumeZoom = 0x105E; // bool - public const nint m_bIsDefusing = 0x105F; // bool - public const nint m_bIsGrabbingHostage = 0x1060; // bool - public const nint m_iBlockingUseActionInProgress = 0x1064; // CSPlayerBlockingUseAction_t - public const nint m_fImmuneToGunGameDamageTime = 0x1068; // GameTime_t - public const nint m_bGunGameImmunity = 0x106C; // bool - public const nint m_GunGameImmunityColor = 0x106D; // Color - public const nint m_fMolotovDamageTime = 0x1074; // float32 - public const nint m_bHasMovedSinceSpawn = 0x1078; // bool - public const nint m_bCanMoveDuringFreezePeriod = 0x1079; // bool - public const nint m_flGuardianTooFarDistFrac = 0x107C; // float32 - public const nint m_flNextGuardianTooFarHurtTime = 0x1080; // float32 - public const nint m_flDetectedByEnemySensorTime = 0x1084; // GameTime_t - public const nint m_flDealtDamageToEnemyMostRecentTimestamp = 0x1088; // float32 - public const nint m_flLastEquippedHelmetTime = 0x108C; // GameTime_t - public const nint m_flLastEquippedArmorTime = 0x1090; // GameTime_t - public const nint m_nHeavyAssaultSuitCooldownRemaining = 0x1094; // int32 - public const nint m_bResetArmorNextSpawn = 0x1098; // bool - public const nint m_flLastBumpMineBumpTime = 0x109C; // GameTime_t - public const nint m_flEmitSoundTime = 0x10A0; // GameTime_t - public const nint m_iNumSpawns = 0x10A4; // int32 - public const nint m_iShouldHaveCash = 0x10A8; // int32 - public const nint m_flIdleTimeSinceLastAction = 0x10B0; // float32 - public const nint m_flNameChangeHistory = 0x10B4; // float32[5] - public const nint m_fLastGivenDefuserTime = 0x10C8; // float32 - public const nint m_fLastGivenBombTime = 0x10CC; // float32 - public const nint m_bHasNightVision = 0x10D0; // bool - public const nint m_bNightVisionOn = 0x10D1; // bool - public const nint m_fNextRadarUpdateTime = 0x10D4; // float32 - public const nint m_flLastMoneyUpdateTime = 0x10D8; // float32 - public const nint m_MenuStringBuffer = 0x10DC; // char[1024] - public const nint m_fIntroCamTime = 0x14DC; // float32 - public const nint m_nMyCollisionGroup = 0x14E0; // int32 - public const nint m_bInNoDefuseArea = 0x14E4; // bool - public const nint m_bKilledByTaser = 0x14E5; // bool - public const nint m_iMoveState = 0x14E8; // int32 - public const nint m_grenadeParameterStashTime = 0x14EC; // GameTime_t - public const nint m_bGrenadeParametersStashed = 0x14F0; // bool - public const nint m_angStashedShootAngles = 0x14F4; // QAngle - public const nint m_vecStashedGrenadeThrowPosition = 0x1500; // Vector - public const nint m_vecStashedVelocity = 0x150C; // Vector - public const nint m_angShootAngleHistory = 0x1518; // QAngle[2] - public const nint m_vecThrowPositionHistory = 0x1530; // Vector[2] - public const nint m_vecVelocityHistory = 0x1548; // Vector[2] - public const nint m_bDiedAirborne = 0x1560; // bool - public const nint m_iBombSiteIndex = 0x1564; // CEntityIndex - public const nint m_nWhichBombZone = 0x1568; // int32 - public const nint m_bInBombZoneTrigger = 0x156C; // bool - public const nint m_bWasInBombZoneTrigger = 0x156D; // bool - public const nint m_iDirection = 0x1570; // int32 - public const nint m_iShotsFired = 0x1574; // int32 - public const nint m_ArmorValue = 0x1578; // int32 - public const nint m_flFlinchStack = 0x157C; // float32 - public const nint m_flVelocityModifier = 0x1580; // float32 - public const nint m_flHitHeading = 0x1584; // float32 - public const nint m_nHitBodyPart = 0x1588; // int32 - public const nint m_iHostagesKilled = 0x158C; // int32 - public const nint m_vecTotalBulletForce = 0x1590; // Vector - public const nint m_flFlashDuration = 0x159C; // float32 - public const nint m_flFlashMaxAlpha = 0x15A0; // float32 - public const nint m_flProgressBarStartTime = 0x15A4; // float32 - public const nint m_iProgressBarDuration = 0x15A8; // int32 - public const nint m_bWaitForNoAttack = 0x15AC; // bool - public const nint m_flLowerBodyYawTarget = 0x15B0; // float32 - public const nint m_bStrafing = 0x15B4; // bool - public const nint m_lastStandingPos = 0x15B8; // Vector - public const nint m_ignoreLadderJumpTime = 0x15C4; // float32 - public const nint m_ladderSurpressionTimer = 0x15C8; // CountdownTimer - public const nint m_lastLadderNormal = 0x15E0; // Vector - public const nint m_lastLadderPos = 0x15EC; // Vector - public const nint m_thirdPersonHeading = 0x15F8; // QAngle - public const nint m_flSlopeDropOffset = 0x1604; // float32 - public const nint m_flSlopeDropHeight = 0x1608; // float32 - public const nint m_vHeadConstraintOffset = 0x160C; // Vector - public const nint m_iLastWeaponFireUsercmd = 0x1620; // int32 - public const nint m_angEyeAngles = 0x1624; // QAngle - public const nint m_bVCollisionInitted = 0x1630; // bool - public const nint m_storedSpawnPosition = 0x1634; // Vector - public const nint m_storedSpawnAngle = 0x1640; // QAngle - public const nint m_bIsSpawning = 0x164C; // bool - public const nint m_bHideTargetID = 0x164D; // bool - public const nint m_nNumDangerZoneDamageHits = 0x1650; // int32 - public const nint m_bHud_MiniScoreHidden = 0x1654; // bool - public const nint m_bHud_RadarHidden = 0x1655; // bool - public const nint m_nLastKillerIndex = 0x1658; // CEntityIndex - public const nint m_nLastConcurrentKilled = 0x165C; // int32 - public const nint m_nDeathCamMusic = 0x1660; // int32 - public const nint m_iAddonBits = 0x1664; // int32 - public const nint m_iPrimaryAddon = 0x1668; // int32 - public const nint m_iSecondaryAddon = 0x166C; // int32 - public const nint m_currentDeafnessFilter = 0x1670; // CUtlStringToken - public const nint m_NumEnemiesKilledThisSpawn = 0x1674; // int32 - public const nint m_NumEnemiesKilledThisRound = 0x1678; // int32 - public const nint m_NumEnemiesAtRoundStart = 0x167C; // int32 - public const nint m_wasNotKilledNaturally = 0x1680; // bool - public const nint m_vecPlayerPatchEconIndices = 0x1684; // uint32[5] - public const nint m_iDeathFlags = 0x1698; // int32 - public const nint m_hPet = 0x169C; // CHandle - public const nint m_unCurrentEquipmentValue = 0x1868; // uint16 - public const nint m_unRoundStartEquipmentValue = 0x186A; // uint16 - public const nint m_unFreezetimeEndEquipmentValue = 0x186C; // uint16 - public const nint m_nSurvivalTeamNumber = 0x1870; // int32 - public const nint m_bHasDeathInfo = 0x1874; // bool - public const nint m_flDeathInfoTime = 0x1878; // float32 - public const nint m_vecDeathInfoOrigin = 0x187C; // Vector - public const nint m_bKilledByHeadshot = 0x1888; // bool - public const nint m_LastHitBox = 0x188C; // int32 - public const nint m_LastHealth = 0x1890; // int32 - public const nint m_flLastCollisionCeiling = 0x1894; // float32 - public const nint m_flLastCollisionCeilingChangeTime = 0x1898; // float32 - public const nint m_pBot = 0x18A0; // CCSBot* - public const nint m_bBotAllowActive = 0x18A8; // bool - public const nint m_bCommittingSuicideOnTeamChange = 0x18A9; // bool - } - // Parent: CCSPlayerPawnBase - // Fields count: 0 - // - // Metadata: - // MNetworkVarTypeOverride - // MNetworkIncludeByName - // MNetworkVarTypeOverride - // MNetworkIncludeByName - // MNetworkVarTypeOverride - // MNetworkIncludeByName - // MNetworkVarTypeOverride - // MNetworkIncludeByName - // MNetworkVarTypeOverride - // MNetworkIncludeByName - public static class CCSObserverPawn { - } - // Parent: CCSPlayerPawnBase - // Fields count: 49 - // - // Metadata: - // MNetworkVarTypeOverride - // MNetworkIncludeByName - // MNetworkVarTypeOverride - // MNetworkIncludeByName - // MNetworkVarTypeOverride - // MNetworkIncludeByName - // MNetworkVarTypeOverride - // MNetworkIncludeByName - // MNetworkVarTypeOverride - // MNetworkIncludeByName - // MNetworkVarTypeOverride - // MNetworkIncludeByName - // MNetworkVarTypeOverride - // MNetworkIncludeByName - // NetworkVarNames: m_pBulletServices (CCSPlayer_BulletServices*) - // NetworkVarNames: m_pHostageServices (CCSPlayer_HostageServices*) - // NetworkVarNames: m_pBuyServices (CCSPlayer_BuyServices*) - // NetworkVarNames: m_pActionTrackingServices (CCSPlayer_ActionTrackingServices*) - // NetworkVarNames: m_bHasFemaleVoice (bool) - // NetworkVarNames: m_szLastPlaceName (char) - // NetworkVarNames: m_bInBuyZone (bool) - // NetworkVarNames: m_bInHostageRescueZone (bool) - // NetworkVarNames: m_bInBombZone (bool) - // NetworkVarNames: m_iRetakesOffering (int) - // NetworkVarNames: m_iRetakesOfferingCard (int) - // NetworkVarNames: m_bRetakesHasDefuseKit (bool) - // NetworkVarNames: m_bRetakesMVPLastRound (bool) - // NetworkVarNames: m_iRetakesMVPBoostItem (int) - // NetworkVarNames: m_RetakesMVPBoostExtraUtility (loadout_slot_t) - // NetworkVarNames: m_flHealthShotBoostExpirationTime (GameTime_t) - // NetworkVarNames: m_aimPunchAngle (QAngle) - // NetworkVarNames: m_aimPunchAngleVel (QAngle) - // NetworkVarNames: m_aimPunchTickBase (int) - // NetworkVarNames: m_aimPunchTickFraction (float) - // NetworkVarNames: m_bIsBuyMenuOpen (bool) - // NetworkVarNames: m_flTimeOfLastInjury (GameTime_t) - // NetworkVarNames: m_flNextSprayDecalTime (GameTime_t) - // NetworkVarNames: m_nRagdollDamageBone (int) - // NetworkVarNames: m_vRagdollDamageForce (Vector) - // NetworkVarNames: m_vRagdollDamagePosition (Vector) - // NetworkVarNames: m_szRagdollDamageWeaponName (char) - // NetworkVarNames: m_bRagdollDamageHeadshot (bool) - // NetworkVarNames: m_vRagdollServerOrigin (Vector) - // NetworkVarNames: m_EconGloves (CEconItemView) - // NetworkVarNames: m_nEconGlovesChanged (uint8) - // NetworkVarNames: m_qDeathEyeAngles (QAngle) - public static class CCSPlayerPawn { - public const nint m_pBulletServices = 0x18B0; // CCSPlayer_BulletServices* - public const nint m_pHostageServices = 0x18B8; // CCSPlayer_HostageServices* - public const nint m_pBuyServices = 0x18C0; // CCSPlayer_BuyServices* - public const nint m_pActionTrackingServices = 0x18C8; // CCSPlayer_ActionTrackingServices* - public const nint m_pRadioServices = 0x18D0; // CCSPlayer_RadioServices* - public const nint m_pDamageReactServices = 0x18D8; // CCSPlayer_DamageReactServices* - public const nint m_nCharacterDefIndex = 0x18E0; // uint16 - public const nint m_hPreviousModel = 0x18E8; // CStrongHandle - public const nint m_bHasFemaleVoice = 0x18F0; // bool - public const nint m_strVOPrefix = 0x18F8; // CUtlString - public const nint m_szLastPlaceName = 0x1900; // char[18] - public const nint m_bInHostageResetZone = 0x19C0; // bool - public const nint m_bInBuyZone = 0x19C1; // bool - public const nint m_bWasInBuyZone = 0x19C2; // bool - public const nint m_bInHostageRescueZone = 0x19C3; // bool - public const nint m_bInBombZone = 0x19C4; // bool - public const nint m_bWasInHostageRescueZone = 0x19C5; // bool - public const nint m_iRetakesOffering = 0x19C8; // int32 - public const nint m_iRetakesOfferingCard = 0x19CC; // int32 - public const nint m_bRetakesHasDefuseKit = 0x19D0; // bool - public const nint m_bRetakesMVPLastRound = 0x19D1; // bool - public const nint m_iRetakesMVPBoostItem = 0x19D4; // int32 - public const nint m_RetakesMVPBoostExtraUtility = 0x19D8; // loadout_slot_t - public const nint m_flHealthShotBoostExpirationTime = 0x19DC; // GameTime_t - public const nint m_flLandseconds = 0x19E0; // float32 - public const nint m_aimPunchAngle = 0x19E4; // QAngle - public const nint m_aimPunchAngleVel = 0x19F0; // QAngle - public const nint m_aimPunchTickBase = 0x19FC; // int32 - public const nint m_aimPunchTickFraction = 0x1A00; // float32 - public const nint m_aimPunchCache = 0x1A08; // CUtlVector - public const nint m_bIsBuyMenuOpen = 0x1A20; // bool - public const nint m_xLastHeadBoneTransform = 0x2060; // CTransform - public const nint m_bLastHeadBoneTransformIsValid = 0x2080; // bool - public const nint m_lastLandTime = 0x2084; // GameTime_t - public const nint m_bOnGroundLastTick = 0x2088; // bool - public const nint m_iPlayerLocked = 0x208C; // int32 - public const nint m_flTimeOfLastInjury = 0x2094; // GameTime_t - public const nint m_flNextSprayDecalTime = 0x2098; // GameTime_t - public const nint m_bNextSprayDecalTimeExpedited = 0x209C; // bool - public const nint m_nRagdollDamageBone = 0x20A0; // int32 - public const nint m_vRagdollDamageForce = 0x20A4; // Vector - public const nint m_vRagdollDamagePosition = 0x20B0; // Vector - public const nint m_szRagdollDamageWeaponName = 0x20BC; // char[64] - public const nint m_bRagdollDamageHeadshot = 0x20FC; // bool - public const nint m_vRagdollServerOrigin = 0x2100; // Vector - public const nint m_EconGloves = 0x2110; // CEconItemView - public const nint m_nEconGlovesChanged = 0x2388; // uint8 - public const nint m_qDeathEyeAngles = 0x238C; // QAngle - public const nint m_bSkipOneHeadConstraintUpdate = 0x2398; // bool - } - // Parent: None - // Fields count: 39 - // - // Metadata: - // NetworkVarNames: m_entitySpottedState (EntitySpottedState_t) - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // NetworkVarNames: m_vel (Vector) - // NetworkVarNames: m_isRescued (bool) - // NetworkVarNames: m_jumpedThisFrame (bool) - // NetworkVarNames: m_nHostageState (int) - // NetworkVarNames: m_leader (CHandle) - // NetworkVarNames: m_reuseTimer (CountdownTimer) - // NetworkVarNames: m_bHandsHaveBeenCut (bool) - // NetworkVarNames: m_hHostageGrabber (CHandle) - // NetworkVarNames: m_flRescueStartTime (GameTime_t) - // NetworkVarNames: m_flGrabSuccessTime (GameTime_t) - // NetworkVarNames: m_flDropStartTime (GameTime_t) - public static class CHostage { - public const nint m_OnHostageBeginGrab = 0xD30; // CEntityIOOutput - public const nint m_OnFirstPickedUp = 0xD58; // CEntityIOOutput - public const nint m_OnDroppedNotRescued = 0xD80; // CEntityIOOutput - public const nint m_OnRescued = 0xDA8; // CEntityIOOutput - public const nint m_entitySpottedState = 0xDD0; // EntitySpottedState_t - public const nint m_nSpotRules = 0xDE8; // int32 - public const nint m_uiHostageSpawnExclusionGroupMask = 0xDEC; // uint32 - public const nint m_nHostageSpawnRandomFactor = 0xDF0; // uint32 - public const nint m_bRemove = 0xDF4; // bool - public const nint m_vel = 0xDF8; // Vector - public const nint m_isRescued = 0xE04; // bool - public const nint m_jumpedThisFrame = 0xE05; // bool - public const nint m_nHostageState = 0xE08; // int32 - public const nint m_leader = 0xE0C; // CHandle - public const nint m_lastLeader = 0xE10; // CHandle - public const nint m_reuseTimer = 0xE18; // CountdownTimer - public const nint m_hasBeenUsed = 0xE30; // bool - public const nint m_accel = 0xE34; // Vector - public const nint m_isRunning = 0xE40; // bool - public const nint m_isCrouching = 0xE41; // bool - public const nint m_jumpTimer = 0xE48; // CountdownTimer - public const nint m_isWaitingForLeader = 0xE60; // bool - public const nint m_repathTimer = 0x2E70; // CountdownTimer - public const nint m_inhibitDoorTimer = 0x2E88; // CountdownTimer - public const nint m_inhibitObstacleAvoidanceTimer = 0x2F18; // CountdownTimer - public const nint m_wiggleTimer = 0x2F38; // CountdownTimer - public const nint m_isAdjusted = 0x2F54; // bool - public const nint m_bHandsHaveBeenCut = 0x2F55; // bool - public const nint m_hHostageGrabber = 0x2F58; // CHandle - public const nint m_fLastGrabTime = 0x2F5C; // GameTime_t - public const nint m_vecPositionWhenStartedDroppingToGround = 0x2F60; // Vector - public const nint m_vecGrabbedPos = 0x2F6C; // Vector - public const nint m_flRescueStartTime = 0x2F78; // GameTime_t - public const nint m_flGrabSuccessTime = 0x2F7C; // GameTime_t - public const nint m_flDropStartTime = 0x2F80; // GameTime_t - public const nint m_nApproachRewardPayouts = 0x2F84; // int32 - public const nint m_nPickupEventCount = 0x2F88; // int32 - public const nint m_vecSpawnGroundPos = 0x2F8C; // Vector - public const nint m_vecHostageResetPosition = 0x2FAC; // Vector - } - } -} diff --git a/output/linux/libserver.so.hpp b/output/linux/libserver.so.hpp deleted file mode 100644 index ed62aee..0000000 --- a/output/linux/libserver.so.hpp +++ /dev/null @@ -1,6198 +0,0 @@ -// Generated using https://github.com/a2x/cs2-dumper -// 2024-03-29 21:16:02.890657436 UTC - -#pragma once - -#include - -namespace cs2_dumper { - namespace schemas { - // Module: libserver.so - // Classes count: 231 - // Enums count: 0 - namespace libserver { - // Parent: None - // Fields count: 1 - // - // Metadata: - // MPropertyCustomEditor - namespace CRangeFloat { - constexpr std::ptrdiff_t m_pValue = 0x0; // float32[2] - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MPropertyCustomEditor - namespace CRangeInt { - constexpr std::ptrdiff_t m_pValue = 0x0; // int32[2] - } - // 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 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_sceneNode (CGameSceneNode) - namespace CBodyComponentPoint { - constexpr std::ptrdiff_t m_sceneNode = 0x60; // CGameSceneNode - constexpr std::ptrdiff_t __m_pChainEntity = 0x1C0; // CNetworkVarChainer - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_skeletonInstance (CSkeletonInstance) - namespace CBodyComponentSkeletonInstance { - constexpr std::ptrdiff_t m_skeletonInstance = 0x60; // CSkeletonInstance - constexpr std::ptrdiff_t __m_pChainEntity = 0x450; // CNetworkVarChainer - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_bvDisabledHitGroups (uint32) - namespace CHitboxComponent { - constexpr std::ptrdiff_t m_bvDisabledHitGroups = 0x24; // uint32[1] - } - // Parent: None - // Fields count: 67 - // - // Metadata: - // NetworkVarNames: m_Color (Color) - // NetworkVarNames: m_SecondaryColor (Color) - // NetworkVarNames: m_flBrightness (float) - // NetworkVarNames: m_flBrightnessScale (float) - // NetworkVarNames: m_flBrightnessMult (float) - // NetworkVarNames: m_flRange (float) - // NetworkVarNames: m_flFalloff (float) - // NetworkVarNames: m_flAttenuation0 (float) - // NetworkVarNames: m_flAttenuation1 (float) - // NetworkVarNames: m_flAttenuation2 (float) - // NetworkVarNames: m_flTheta (float) - // NetworkVarNames: m_flPhi (float) - // NetworkVarNames: m_hLightCookie (HRenderTextureStrong) - // NetworkVarNames: m_nCascades (int) - // NetworkVarNames: m_nCastShadows (int) - // NetworkVarNames: m_nShadowWidth (int) - // NetworkVarNames: m_nShadowHeight (int) - // NetworkVarNames: m_bRenderDiffuse (bool) - // NetworkVarNames: m_nRenderSpecular (int) - // NetworkVarNames: m_bRenderTransmissive (bool) - // NetworkVarNames: m_flOrthoLightWidth (float) - // NetworkVarNames: m_flOrthoLightHeight (float) - // NetworkVarNames: m_nStyle (int) - // NetworkVarNames: m_Pattern (CUtlString) - // NetworkVarNames: m_nCascadeRenderStaticObjects (int) - // NetworkVarNames: m_flShadowCascadeCrossFade (float) - // NetworkVarNames: m_flShadowCascadeDistanceFade (float) - // NetworkVarNames: m_flShadowCascadeDistance0 (float) - // NetworkVarNames: m_flShadowCascadeDistance1 (float) - // NetworkVarNames: m_flShadowCascadeDistance2 (float) - // NetworkVarNames: m_flShadowCascadeDistance3 (float) - // NetworkVarNames: m_nShadowCascadeResolution0 (int) - // NetworkVarNames: m_nShadowCascadeResolution1 (int) - // NetworkVarNames: m_nShadowCascadeResolution2 (int) - // NetworkVarNames: m_nShadowCascadeResolution3 (int) - // NetworkVarNames: m_bUsesBakedShadowing (bool) - // NetworkVarNames: m_nShadowPriority (int) - // NetworkVarNames: m_nBakedShadowIndex (int) - // NetworkVarNames: m_bRenderToCubemaps (bool) - // NetworkVarNames: m_nDirectLight (int) - // NetworkVarNames: m_nIndirectLight (int) - // NetworkVarNames: m_flFadeMinDist (float) - // NetworkVarNames: m_flFadeMaxDist (float) - // NetworkVarNames: m_flShadowFadeMinDist (float) - // NetworkVarNames: m_flShadowFadeMaxDist (float) - // NetworkVarNames: m_bEnabled (bool) - // NetworkVarNames: m_bFlicker (bool) - // NetworkVarNames: m_bPrecomputedFieldsValid (bool) - // NetworkVarNames: m_vPrecomputedBoundsMins (Vector) - // NetworkVarNames: m_vPrecomputedBoundsMaxs (Vector) - // NetworkVarNames: m_vPrecomputedOBBOrigin (Vector) - // NetworkVarNames: m_vPrecomputedOBBAngles (QAngle) - // NetworkVarNames: m_vPrecomputedOBBExtent (Vector) - // NetworkVarNames: m_flPrecomputedMaxRange (float) - // NetworkVarNames: m_nFogLightingMode (int) - // NetworkVarNames: m_flFogContributionStength (float) - // NetworkVarNames: m_flNearClipPlane (float) - // NetworkVarNames: m_SkyColor (Color) - // NetworkVarNames: m_flSkyIntensity (float) - // NetworkVarNames: m_SkyAmbientBounce (Color) - // NetworkVarNames: m_bUseSecondaryColor (bool) - // NetworkVarNames: m_bMixedShadows (bool) - // NetworkVarNames: m_flLightStyleStartTime (GameTime_t) - // NetworkVarNames: m_flCapsuleLength (float) - // NetworkVarNames: m_flMinRoughness (float) - namespace CLightComponent { - constexpr std::ptrdiff_t __m_pChainEntity = 0x58; // CNetworkVarChainer - constexpr std::ptrdiff_t m_Color = 0x95; // Color - constexpr std::ptrdiff_t m_SecondaryColor = 0x99; // Color - constexpr std::ptrdiff_t m_flBrightness = 0xA0; // float32 - constexpr std::ptrdiff_t m_flBrightnessScale = 0xA4; // float32 - constexpr std::ptrdiff_t m_flBrightnessMult = 0xA8; // float32 - constexpr std::ptrdiff_t m_flRange = 0xAC; // float32 - constexpr std::ptrdiff_t m_flFalloff = 0xB0; // float32 - constexpr std::ptrdiff_t m_flAttenuation0 = 0xB4; // float32 - constexpr std::ptrdiff_t m_flAttenuation1 = 0xB8; // float32 - constexpr std::ptrdiff_t m_flAttenuation2 = 0xBC; // float32 - constexpr std::ptrdiff_t m_flTheta = 0xC0; // float32 - constexpr std::ptrdiff_t m_flPhi = 0xC4; // float32 - constexpr std::ptrdiff_t m_hLightCookie = 0xC8; // CStrongHandle - constexpr std::ptrdiff_t m_nCascades = 0xD0; // int32 - constexpr std::ptrdiff_t m_nCastShadows = 0xD4; // int32 - constexpr std::ptrdiff_t m_nShadowWidth = 0xD8; // int32 - constexpr std::ptrdiff_t m_nShadowHeight = 0xDC; // int32 - constexpr std::ptrdiff_t m_bRenderDiffuse = 0xE0; // bool - constexpr std::ptrdiff_t m_nRenderSpecular = 0xE4; // int32 - constexpr std::ptrdiff_t m_bRenderTransmissive = 0xE8; // bool - constexpr std::ptrdiff_t m_flOrthoLightWidth = 0xEC; // float32 - constexpr std::ptrdiff_t m_flOrthoLightHeight = 0xF0; // float32 - constexpr std::ptrdiff_t m_nStyle = 0xF4; // int32 - constexpr std::ptrdiff_t m_Pattern = 0xF8; // CUtlString - constexpr std::ptrdiff_t m_nCascadeRenderStaticObjects = 0x100; // int32 - constexpr std::ptrdiff_t m_flShadowCascadeCrossFade = 0x104; // float32 - constexpr std::ptrdiff_t m_flShadowCascadeDistanceFade = 0x108; // float32 - constexpr std::ptrdiff_t m_flShadowCascadeDistance0 = 0x10C; // float32 - constexpr std::ptrdiff_t m_flShadowCascadeDistance1 = 0x110; // float32 - constexpr std::ptrdiff_t m_flShadowCascadeDistance2 = 0x114; // float32 - constexpr std::ptrdiff_t m_flShadowCascadeDistance3 = 0x118; // float32 - constexpr std::ptrdiff_t m_nShadowCascadeResolution0 = 0x11C; // int32 - constexpr std::ptrdiff_t m_nShadowCascadeResolution1 = 0x120; // int32 - constexpr std::ptrdiff_t m_nShadowCascadeResolution2 = 0x124; // int32 - constexpr std::ptrdiff_t m_nShadowCascadeResolution3 = 0x128; // int32 - constexpr std::ptrdiff_t m_bUsesBakedShadowing = 0x12C; // bool - constexpr std::ptrdiff_t m_nShadowPriority = 0x130; // int32 - constexpr std::ptrdiff_t m_nBakedShadowIndex = 0x134; // int32 - constexpr std::ptrdiff_t m_bRenderToCubemaps = 0x138; // bool - constexpr std::ptrdiff_t m_nDirectLight = 0x13C; // int32 - constexpr std::ptrdiff_t m_nIndirectLight = 0x140; // int32 - constexpr std::ptrdiff_t m_flFadeMinDist = 0x144; // float32 - constexpr std::ptrdiff_t m_flFadeMaxDist = 0x148; // float32 - constexpr std::ptrdiff_t m_flShadowFadeMinDist = 0x14C; // float32 - constexpr std::ptrdiff_t m_flShadowFadeMaxDist = 0x150; // float32 - constexpr std::ptrdiff_t m_bEnabled = 0x154; // bool - constexpr std::ptrdiff_t m_bFlicker = 0x155; // bool - constexpr std::ptrdiff_t m_bPrecomputedFieldsValid = 0x156; // bool - constexpr std::ptrdiff_t m_vPrecomputedBoundsMins = 0x158; // Vector - constexpr std::ptrdiff_t m_vPrecomputedBoundsMaxs = 0x164; // Vector - constexpr std::ptrdiff_t m_vPrecomputedOBBOrigin = 0x170; // Vector - constexpr std::ptrdiff_t m_vPrecomputedOBBAngles = 0x17C; // QAngle - constexpr std::ptrdiff_t m_vPrecomputedOBBExtent = 0x188; // Vector - constexpr std::ptrdiff_t m_flPrecomputedMaxRange = 0x194; // float32 - constexpr std::ptrdiff_t m_nFogLightingMode = 0x198; // int32 - constexpr std::ptrdiff_t m_flFogContributionStength = 0x19C; // float32 - constexpr std::ptrdiff_t m_flNearClipPlane = 0x1A0; // float32 - constexpr std::ptrdiff_t m_SkyColor = 0x1A4; // Color - constexpr std::ptrdiff_t m_flSkyIntensity = 0x1A8; // float32 - constexpr std::ptrdiff_t m_SkyAmbientBounce = 0x1AC; // Color - constexpr std::ptrdiff_t m_bUseSecondaryColor = 0x1B0; // bool - constexpr std::ptrdiff_t m_bMixedShadows = 0x1B1; // bool - constexpr std::ptrdiff_t m_flLightStyleStartTime = 0x1B4; // GameTime_t - constexpr std::ptrdiff_t m_flCapsuleLength = 0x1B8; // float32 - constexpr std::ptrdiff_t m_flMinRoughness = 0x1BC; // float32 - constexpr std::ptrdiff_t m_bPvsModifyEntity = 0x1D0; // bool - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MPropertyCustomEditor - namespace CSkillFloat { - constexpr std::ptrdiff_t m_pValue = 0x0; // float32[4] - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MPropertyCustomEditor - namespace CSkillInt { - constexpr std::ptrdiff_t m_pValue = 0x0; // int32[4] - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CSkillDamage { - constexpr std::ptrdiff_t m_flDamage = 0x0; // CSkillFloat - constexpr std::ptrdiff_t m_flPhysicsForceDamage = 0x10; // float32 - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MPropertyCustomEditor - namespace CRemapFloat { - constexpr std::ptrdiff_t m_pValue = 0x0; // float32[4] - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MPulseProvideFeatureTag - // MPulseLibraryBindings - namespace CBasePlayerControllerAPI { - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // NetworkVarNames: nType (FixAngleSet_t) - // NetworkVarNames: qAngle (QAngle) - // NetworkVarNames: nIndex (uint32) - namespace ViewAngleServerChange_t { - constexpr std::ptrdiff_t nType = 0x30; // FixAngleSet_t - constexpr std::ptrdiff_t qAngle = 0x34; // QAngle - constexpr std::ptrdiff_t nIndex = 0x40; // uint32 - } - // Parent: None - // Fields count: 12 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CommandToolCommand_t { - constexpr std::ptrdiff_t m_bEnabled = 0x0; // bool - constexpr std::ptrdiff_t m_bOpened = 0x1; // bool - constexpr std::ptrdiff_t m_InternalId = 0x4; // uint32 - constexpr std::ptrdiff_t m_ShortName = 0x8; // CUtlString - constexpr std::ptrdiff_t m_ExecMode = 0x10; // CommandExecMode_t - constexpr std::ptrdiff_t m_SpawnGroup = 0x18; // CUtlString - constexpr std::ptrdiff_t m_PeriodicExecDelay = 0x20; // float32 - constexpr std::ptrdiff_t m_SpecType = 0x24; // CommandEntitySpecType_t - constexpr std::ptrdiff_t m_EntitySpec = 0x28; // CUtlString - constexpr std::ptrdiff_t m_Commands = 0x30; // CUtlString - constexpr std::ptrdiff_t m_SetDebugBits = 0x38; // DebugOverlayBits_t - constexpr std::ptrdiff_t m_ClearDebugBits = 0x40; // DebugOverlayBits_t - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MPulseProvideFeatureTag - // MPulseLibraryBindings - namespace CDynamicPropAPI { - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // NetworkVarNames: localSound (Vector) - // NetworkVarNames: soundscapeIndex (int32) - // NetworkVarNames: localBits (uint8) - // NetworkVarNames: soundscapeEntityListIndex (int) - // NetworkVarNames: soundEventHash (uint32) - namespace audioparams_t { - constexpr std::ptrdiff_t localSound = 0x8; // Vector[8] - constexpr std::ptrdiff_t soundscapeIndex = 0x68; // int32 - constexpr std::ptrdiff_t localBits = 0x6C; // uint8 - constexpr std::ptrdiff_t soundscapeEntityListIndex = 0x70; // int32 - constexpr std::ptrdiff_t soundEventHash = 0x74; // uint32 - } - // Parent: None - // Fields count: 12 - // - // Metadata: - // NetworkVarNames: m_vecCsViewPunchAngle (QAngle) - // NetworkVarNames: m_nCsViewPunchAngleTick (GameTick_t) - // NetworkVarNames: m_flCsViewPunchAngleTickRatio (float32) - // NetworkVarNames: m_PlayerFog (fogplayerparams_t) - // NetworkVarNames: m_hColorCorrectionCtrl (CHandle) - // NetworkVarNames: m_hViewEntity (CHandle) - // NetworkVarNames: m_hTonemapController (CHandle) - // NetworkVarNames: m_audio (audioparams_t) - // NetworkVarNames: m_PostProcessingVolumes (CHandle) - namespace CPlayer_CameraServices { - constexpr std::ptrdiff_t m_vecCsViewPunchAngle = 0x40; // QAngle - constexpr std::ptrdiff_t m_nCsViewPunchAngleTick = 0x4C; // GameTick_t - constexpr std::ptrdiff_t m_flCsViewPunchAngleTickRatio = 0x50; // float32 - constexpr std::ptrdiff_t m_PlayerFog = 0x58; // fogplayerparams_t - constexpr std::ptrdiff_t m_hColorCorrectionCtrl = 0x98; // CHandle - constexpr std::ptrdiff_t m_hViewEntity = 0x9C; // CHandle - constexpr std::ptrdiff_t m_hTonemapController = 0xA0; // CHandle - constexpr std::ptrdiff_t m_audio = 0xA8; // audioparams_t - constexpr std::ptrdiff_t m_PostProcessingVolumes = 0x120; // CNetworkUtlVectorBase> - constexpr std::ptrdiff_t m_flOldPlayerZ = 0x138; // float32 - constexpr std::ptrdiff_t m_flOldPlayerViewOffsetZ = 0x13C; // float32 - constexpr std::ptrdiff_t m_hTriggerSoundscapeList = 0x158; // CUtlVector> - } - // Parent: None - // Fields count: 15 - // - // Metadata: - // NetworkVarNames: m_nToggleButtonDownMask (ButtonBitMask_t) - // NetworkVarNames: m_flMaxspeed (float32) - // NetworkVarNames: m_arrForceSubtickMoveWhen (float32) - namespace CPlayer_MovementServices { - constexpr std::ptrdiff_t m_nImpulse = 0x40; // int32 - constexpr std::ptrdiff_t m_nButtons = 0x48; // CInButtonState - constexpr std::ptrdiff_t m_nQueuedButtonDownMask = 0x68; // uint64 - constexpr std::ptrdiff_t m_nQueuedButtonChangeMask = 0x70; // uint64 - constexpr std::ptrdiff_t m_nButtonDoublePressed = 0x78; // uint64 - constexpr std::ptrdiff_t m_pButtonPressedCmdNumber = 0x80; // uint32[64] - constexpr std::ptrdiff_t m_nLastCommandNumberProcessed = 0x180; // uint32 - constexpr std::ptrdiff_t m_nToggleButtonDownMask = 0x188; // uint64 - constexpr std::ptrdiff_t m_flMaxspeed = 0x198; // float32 - constexpr std::ptrdiff_t m_arrForceSubtickMoveWhen = 0x19C; // float32[4] - constexpr std::ptrdiff_t m_flForwardMove = 0x1AC; // float32 - constexpr std::ptrdiff_t m_flLeftMove = 0x1B0; // float32 - constexpr std::ptrdiff_t m_flUpMove = 0x1B4; // float32 - constexpr std::ptrdiff_t m_vecLastMovementImpulses = 0x1B8; // Vector - constexpr std::ptrdiff_t m_vecOldViewAngles = 0x1C4; // QAngle - } - // Parent: CPlayer_MovementServices - // Fields count: 14 - // - // Metadata: - // NetworkVarNames: m_flFallVelocity (float32) - // NetworkVarNames: m_bInCrouch (bool) - // NetworkVarNames: m_nCrouchState (uint32) - // NetworkVarNames: m_flCrouchTransitionStartTime (GameTime_t) - // NetworkVarNames: m_bDucked (bool) - // NetworkVarNames: m_bDucking (bool) - // NetworkVarNames: m_bInDuckJump (bool) - namespace CPlayer_MovementServices_Humanoid { - constexpr std::ptrdiff_t m_flStepSoundTime = 0x1D8; // float32 - constexpr std::ptrdiff_t m_flFallVelocity = 0x1DC; // float32 - constexpr std::ptrdiff_t m_bInCrouch = 0x1E0; // bool - constexpr std::ptrdiff_t m_nCrouchState = 0x1E4; // uint32 - constexpr std::ptrdiff_t m_flCrouchTransitionStartTime = 0x1E8; // GameTime_t - constexpr std::ptrdiff_t m_bDucked = 0x1EC; // bool - constexpr std::ptrdiff_t m_bDucking = 0x1ED; // bool - constexpr std::ptrdiff_t m_bInDuckJump = 0x1EE; // bool - constexpr std::ptrdiff_t m_groundNormal = 0x1F0; // Vector - constexpr std::ptrdiff_t m_flSurfaceFriction = 0x1FC; // float32 - constexpr std::ptrdiff_t m_surfaceProps = 0x200; // CUtlStringToken - constexpr std::ptrdiff_t m_nStepside = 0x210; // int32 - constexpr std::ptrdiff_t m_iTargetVolume = 0x214; // int32 - constexpr std::ptrdiff_t m_vecSmoothedVelocity = 0x218; // Vector - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // NetworkVarNames: m_iObserverMode (uint8) - // NetworkVarNames: m_hObserverTarget (CHandle) - namespace CPlayer_ObserverServices { - constexpr std::ptrdiff_t m_iObserverMode = 0x40; // uint8 - constexpr std::ptrdiff_t m_hObserverTarget = 0x44; // CHandle - constexpr std::ptrdiff_t m_iObserverLastMode = 0x48; // ObserverMode_t - constexpr std::ptrdiff_t m_bForcedObserverMode = 0x4C; // bool - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // NetworkVarNames: m_hMyWeapons (CHandle) - // NetworkVarNames: m_hActiveWeapon (CHandle) - // NetworkVarNames: m_hLastWeapon (CHandle) - // NetworkVarNames: m_iAmmo (uint16) - namespace CPlayer_WeaponServices { - constexpr std::ptrdiff_t m_hMyWeapons = 0x40; // CNetworkUtlVectorBase> - constexpr std::ptrdiff_t m_hActiveWeapon = 0x58; // CHandle - constexpr std::ptrdiff_t m_hLastWeapon = 0x5C; // CHandle - constexpr std::ptrdiff_t m_iAmmo = 0x60; // uint16[32] - constexpr std::ptrdiff_t m_bPreventWeaponPickup = 0xA0; // bool - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace AmmoTypeInfo_t { - constexpr std::ptrdiff_t m_nMaxCarry = 0x10; // int32 - constexpr std::ptrdiff_t m_nSplashSize = 0x1C; // CRangeInt - constexpr std::ptrdiff_t m_nFlags = 0x24; // AmmoFlags_t - constexpr std::ptrdiff_t m_flMass = 0x28; // float32 - constexpr std::ptrdiff_t m_flSpeed = 0x2C; // CRangeFloat - } - // Parent: CBodyComponentSkeletonInstance - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_animationController (CBaseAnimGraphController) - namespace CBodyComponentBaseAnimGraph { - constexpr std::ptrdiff_t m_animationController = 0x478; // CBaseAnimGraphController - constexpr std::ptrdiff_t __m_pChainEntity = 0x980; // CNetworkVarChainer - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_ID (CUtlStringToken) - // NetworkVarNames: m_Values (Vector4D) - namespace EntityRenderAttribute_t { - constexpr std::ptrdiff_t m_ID = 0x30; // CUtlStringToken - constexpr std::ptrdiff_t m_Values = 0x34; // Vector4D - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // NetworkVarNames: m_Handle (ModelConfigHandle_t) - // NetworkVarNames: m_Name (string_t) - // NetworkVarNames: m_AssociatedEntities (CHandle) - // NetworkVarNames: m_AssociatedEntityNames (string_t) - namespace ActiveModelConfig_t { - constexpr std::ptrdiff_t m_Handle = 0x28; // ModelConfigHandle_t - constexpr std::ptrdiff_t m_Name = 0x30; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_AssociatedEntities = 0x38; // CNetworkUtlVectorBase> - constexpr std::ptrdiff_t m_AssociatedEntityNames = 0x50; // CNetworkUtlVectorBase - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_hOwner (CEntityHandle) - // NetworkVarNames: m_name (CUtlStringToken) - namespace CGameSceneNodeHandle { - constexpr std::ptrdiff_t m_hOwner = 0x8; // CEntityHandle - constexpr std::ptrdiff_t m_name = 0xC; // CUtlStringToken - } - // Parent: None - // Fields count: 32 - // - // Metadata: - // NetworkVarNames: m_hParent (CGameSceneNodeHandle) - // NetworkVarNames: m_vecOrigin (CNetworkOriginCellCoordQuantizedVector) - // NetworkVarNames: m_angRotation (QAngle) - // NetworkVarNames: m_flScale (float) - // NetworkVarNames: m_name (CUtlStringToken) - // NetworkVarNames: m_hierarchyAttachName (CUtlStringToken) - namespace CGameSceneNode { - constexpr std::ptrdiff_t m_nodeToWorld = 0x10; // CTransform - constexpr std::ptrdiff_t m_pOwner = 0x30; // CEntityInstance* - constexpr std::ptrdiff_t m_pParent = 0x38; // CGameSceneNode* - constexpr std::ptrdiff_t m_pChild = 0x40; // CGameSceneNode* - constexpr std::ptrdiff_t m_pNextSibling = 0x48; // CGameSceneNode* - constexpr std::ptrdiff_t m_hParent = 0x70; // CGameSceneNodeHandle - constexpr std::ptrdiff_t m_vecOrigin = 0x80; // CNetworkOriginCellCoordQuantizedVector - constexpr std::ptrdiff_t m_angRotation = 0xB8; // QAngle - constexpr std::ptrdiff_t m_flScale = 0xC4; // float32 - constexpr std::ptrdiff_t m_vecAbsOrigin = 0xC8; // Vector - constexpr std::ptrdiff_t m_angAbsRotation = 0xD4; // QAngle - constexpr std::ptrdiff_t m_flAbsScale = 0xE0; // float32 - constexpr std::ptrdiff_t m_nParentAttachmentOrBone = 0xE4; // int16 - constexpr std::ptrdiff_t m_bDebugAbsOriginChanges = 0xE6; // bool - constexpr std::ptrdiff_t m_bDormant = 0xE7; // bool - constexpr std::ptrdiff_t m_bForceParentToBeNetworked = 0xE8; // bool - constexpr std::ptrdiff_t m_bDirtyHierarchy = 0x0; // bitfield:1 - constexpr std::ptrdiff_t m_bDirtyBoneMergeInfo = 0x0; // bitfield:1 - constexpr std::ptrdiff_t m_bNetworkedPositionChanged = 0x0; // bitfield:1 - constexpr std::ptrdiff_t m_bNetworkedAnglesChanged = 0x0; // bitfield:1 - constexpr std::ptrdiff_t m_bNetworkedScaleChanged = 0x0; // bitfield:1 - constexpr std::ptrdiff_t m_bWillBeCallingPostDataUpdate = 0x0; // bitfield:1 - constexpr std::ptrdiff_t m_bBoneMergeFlex = 0x0; // bitfield:1 - constexpr std::ptrdiff_t m_nLatchAbsOrigin = 0x0; // bitfield:2 - constexpr std::ptrdiff_t m_bDirtyBoneMergeBoneToRoot = 0x0; // bitfield:1 - constexpr std::ptrdiff_t m_nHierarchicalDepth = 0xEB; // uint8 - constexpr std::ptrdiff_t m_nHierarchyType = 0xEC; // uint8 - constexpr std::ptrdiff_t m_nDoNotSetAnimTimeInInvalidatePhysicsCount = 0xED; // uint8 - constexpr std::ptrdiff_t m_name = 0xF0; // CUtlStringToken - constexpr std::ptrdiff_t m_hierarchyAttachName = 0x140; // CUtlStringToken - constexpr std::ptrdiff_t m_flZOffset = 0x144; // float32 - constexpr std::ptrdiff_t m_vRenderOrigin = 0x148; // Vector - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // NetworkVarNames: m_hSequence (HSequence) - // NetworkVarNames: m_flPrevCycle (float32) - // NetworkVarNames: m_flCycle (float32) - namespace CNetworkedSequenceOperation { - constexpr std::ptrdiff_t m_hSequence = 0x8; // HSequence - constexpr std::ptrdiff_t m_flPrevCycle = 0xC; // float32 - constexpr std::ptrdiff_t m_flCycle = 0x10; // float32 - constexpr std::ptrdiff_t m_flWeight = 0x14; // CNetworkedQuantizedFloat - constexpr std::ptrdiff_t m_bSequenceChangeNetworked = 0x1C; // bool - constexpr std::ptrdiff_t m_bDiscontinuity = 0x1D; // bool - constexpr std::ptrdiff_t m_flPrevCycleFromDiscontinuity = 0x20; // float32 - constexpr std::ptrdiff_t m_flPrevCycleForAnimEventDetection = 0x24; // float32 - } - // Parent: None - // Fields count: 7 - // - // Metadata: - // NetworkVarNames: m_hModel (HModelStrong) - // NetworkVarNames: m_bClientClothCreationSuppressed (bool) - // NetworkVarNames: m_MeshGroupMask (MeshGroupMask_t) - // NetworkVarNames: m_nIdealMotionType (int8) - namespace CModelState { - constexpr std::ptrdiff_t m_hModel = 0xA0; // CStrongHandle - constexpr std::ptrdiff_t m_ModelName = 0xA8; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_bClientClothCreationSuppressed = 0xE8; // bool - constexpr std::ptrdiff_t m_MeshGroupMask = 0x180; // uint64 - constexpr std::ptrdiff_t m_nIdealMotionType = 0x212; // int8 - constexpr std::ptrdiff_t m_nForceLOD = 0x213; // int8 - constexpr std::ptrdiff_t m_nClothUpdateFlags = 0x214; // int8 - } - // Parent: CGameSceneNode - // Fields count: 8 - // - // Metadata: - // NetworkVarNames: m_modelState (CModelState) - // NetworkVarNames: m_bIsAnimationEnabled (bool) - // NetworkVarNames: m_bUseParentRenderBounds (bool) - // NetworkVarNames: m_materialGroup (CUtlStringToken) - // NetworkVarNames: m_nHitboxSet (uint8) - namespace CSkeletonInstance { - constexpr std::ptrdiff_t m_modelState = 0x160; // CModelState - constexpr std::ptrdiff_t m_bIsAnimationEnabled = 0x380; // bool - constexpr std::ptrdiff_t m_bUseParentRenderBounds = 0x381; // bool - constexpr std::ptrdiff_t m_bDisableSolidCollisionsForHierarchy = 0x382; // bool - constexpr std::ptrdiff_t m_bDirtyMotionType = 0x0; // bitfield:1 - constexpr std::ptrdiff_t m_bIsGeneratingLatchedParentSpaceState = 0x0; // bitfield:1 - constexpr std::ptrdiff_t m_materialGroup = 0x384; // CUtlStringToken - constexpr std::ptrdiff_t m_nHitboxSet = 0x388; // uint8 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_timestamp (GameTime_t) - // NetworkVarNames: m_nWorldGroupId (WorldGroupId_t) - namespace IntervalTimer { - constexpr std::ptrdiff_t m_timestamp = 0x8; // GameTime_t - constexpr std::ptrdiff_t m_nWorldGroupId = 0xC; // WorldGroupId_t - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // NetworkVarNames: m_duration (float32) - // NetworkVarNames: m_timestamp (GameTime_t) - // NetworkVarNames: m_timescale (float32) - // NetworkVarNames: m_nWorldGroupId (WorldGroupId_t) - namespace CountdownTimer { - constexpr std::ptrdiff_t m_duration = 0x8; // float32 - constexpr std::ptrdiff_t m_timestamp = 0xC; // GameTime_t - constexpr std::ptrdiff_t m_timescale = 0x10; // float32 - constexpr std::ptrdiff_t m_nWorldGroupId = 0x14; // WorldGroupId_t - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // NetworkVarNames: m_duration (float32) - // NetworkVarNames: m_timestamp (float32) - // NetworkVarNames: m_timescale (float32) - namespace EngineCountdownTimer { - constexpr std::ptrdiff_t m_duration = 0x8; // float32 - constexpr std::ptrdiff_t m_timestamp = 0xC; // float32 - constexpr std::ptrdiff_t m_timescale = 0x10; // float32 - } - // Parent: IntervalTimer - // Fields count: 7 - // - // Metadata: - // NetworkVarNames: m_flValues (float) - // NetworkVarNames: m_nValueCounts (int) - // NetworkVarNames: m_nBucketCount (int) - // NetworkVarNames: m_flInterval (float) - // NetworkVarNames: m_flFinalValue (float) - // NetworkVarNames: m_nCompressionType (TimelineCompression_t) - // NetworkVarNames: m_bStopped (bool) - namespace CTimeline { - constexpr std::ptrdiff_t m_flValues = 0x10; // float32[64] - constexpr std::ptrdiff_t m_nValueCounts = 0x110; // int32[64] - constexpr std::ptrdiff_t m_nBucketCount = 0x210; // int32 - constexpr std::ptrdiff_t m_flInterval = 0x214; // float32 - constexpr std::ptrdiff_t m_flFinalValue = 0x218; // float32 - constexpr std::ptrdiff_t m_nCompressionType = 0x21C; // TimelineCompression_t - constexpr std::ptrdiff_t m_bStopped = 0x220; // bool - } - // Parent: None - // Fields count: 24 - // - // Metadata: - // NetworkVarNames: m_PredNetBoolVariables (uint32) - // NetworkVarNames: m_PredNetByteVariables (byte) - // NetworkVarNames: m_PredNetUInt16Variables (uint16) - // NetworkVarNames: m_PredNetIntVariables (int32) - // NetworkVarNames: m_PredNetUInt32Variables (uint32) - // NetworkVarNames: m_PredNetUInt64Variables (uint64) - // NetworkVarNames: m_PredNetFloatVariables (float) - // NetworkVarNames: m_PredNetVectorVariables (Vector) - // NetworkVarNames: m_PredNetQuaternionVariables (Quaternion) - // NetworkVarNames: m_PredNetGlobalSymbolVariables (CGlobalSymbol) - // NetworkVarNames: m_OwnerOnlyPredNetBoolVariables (uint32) - // NetworkVarNames: m_OwnerOnlyPredNetByteVariables (byte) - // NetworkVarNames: m_OwnerOnlyPredNetUInt16Variables (uint16) - // NetworkVarNames: m_OwnerOnlyPredNetIntVariables (int32) - // NetworkVarNames: m_OwnerOnlyPredNetUInt32Variables (uint32) - // NetworkVarNames: m_OwnerOnlyPredNetUInt64Variables (uint64) - // NetworkVarNames: m_OwnerOnlyPredNetFloatVariables (float) - // NetworkVarNames: m_OwnerOnlyPredNetVectorVariables (Vector) - // NetworkVarNames: m_OwnerOnlyPredNetQuaternionVariables (Quaternion) - // NetworkVarNames: m_OwnerOnlyPredNetGlobalSymbolVariables (CGlobalSymbol) - // NetworkVarNames: m_nBoolVariablesCount (int) - // NetworkVarNames: m_nOwnerOnlyBoolVariablesCount (int) - // NetworkVarNames: m_nRandomSeedOffset (int) - // NetworkVarNames: m_flLastTeleportTime (float) - namespace CAnimGraphNetworkedVariables { - constexpr std::ptrdiff_t m_PredNetBoolVariables = 0x8; // CNetworkUtlVectorBase - constexpr std::ptrdiff_t m_PredNetByteVariables = 0x20; // CNetworkUtlVectorBase - constexpr std::ptrdiff_t m_PredNetUInt16Variables = 0x38; // CNetworkUtlVectorBase - constexpr std::ptrdiff_t m_PredNetIntVariables = 0x50; // CNetworkUtlVectorBase - constexpr std::ptrdiff_t m_PredNetUInt32Variables = 0x68; // CNetworkUtlVectorBase - constexpr std::ptrdiff_t m_PredNetUInt64Variables = 0x80; // CNetworkUtlVectorBase - constexpr std::ptrdiff_t m_PredNetFloatVariables = 0x98; // CNetworkUtlVectorBase - constexpr std::ptrdiff_t m_PredNetVectorVariables = 0xB0; // CNetworkUtlVectorBase - constexpr std::ptrdiff_t m_PredNetQuaternionVariables = 0xC8; // CNetworkUtlVectorBase - constexpr std::ptrdiff_t m_PredNetGlobalSymbolVariables = 0xE0; // CNetworkUtlVectorBase - constexpr std::ptrdiff_t m_OwnerOnlyPredNetBoolVariables = 0xF8; // CNetworkUtlVectorBase - constexpr std::ptrdiff_t m_OwnerOnlyPredNetByteVariables = 0x110; // CNetworkUtlVectorBase - constexpr std::ptrdiff_t m_OwnerOnlyPredNetUInt16Variables = 0x128; // CNetworkUtlVectorBase - constexpr std::ptrdiff_t m_OwnerOnlyPredNetIntVariables = 0x140; // CNetworkUtlVectorBase - constexpr std::ptrdiff_t m_OwnerOnlyPredNetUInt32Variables = 0x158; // CNetworkUtlVectorBase - constexpr std::ptrdiff_t m_OwnerOnlyPredNetUInt64Variables = 0x170; // CNetworkUtlVectorBase - constexpr std::ptrdiff_t m_OwnerOnlyPredNetFloatVariables = 0x188; // CNetworkUtlVectorBase - constexpr std::ptrdiff_t m_OwnerOnlyPredNetVectorVariables = 0x1A0; // CNetworkUtlVectorBase - constexpr std::ptrdiff_t m_OwnerOnlyPredNetQuaternionVariables = 0x1B8; // CNetworkUtlVectorBase - constexpr std::ptrdiff_t m_OwnerOnlyPredNetGlobalSymbolVariables = 0x1D0; // CNetworkUtlVectorBase - constexpr std::ptrdiff_t m_nBoolVariablesCount = 0x1E8; // int32 - constexpr std::ptrdiff_t m_nOwnerOnlyBoolVariablesCount = 0x1EC; // int32 - constexpr std::ptrdiff_t m_nRandomSeedOffset = 0x1F0; // int32 - constexpr std::ptrdiff_t m_flLastTeleportTime = 0x1F4; // float32 - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MPropertyCustomFGDType - namespace CFootstepTableHandle { - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MPulseProvideFeatureTag - // MPulseLibraryBindings - namespace CBaseEntityAPI { - } - // Parent: None - // Fields count: 16 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CGameScriptedMoveData { - constexpr std::ptrdiff_t m_vAccumulatedRootMotion = 0x0; // Vector - constexpr std::ptrdiff_t m_vDest = 0xC; // Vector - constexpr std::ptrdiff_t m_vSrc = 0x18; // Vector - constexpr std::ptrdiff_t m_angSrc = 0x24; // QAngle - constexpr std::ptrdiff_t m_angDst = 0x30; // QAngle - constexpr std::ptrdiff_t m_angCurrent = 0x3C; // QAngle - constexpr std::ptrdiff_t m_flAngRate = 0x48; // float32 - constexpr std::ptrdiff_t m_flDuration = 0x4C; // float32 - constexpr std::ptrdiff_t m_flStartTime = 0x50; // GameTime_t - constexpr std::ptrdiff_t m_bActive = 0x54; // bool - constexpr std::ptrdiff_t m_bTeleportOnEnd = 0x55; // bool - constexpr std::ptrdiff_t m_bIgnoreRotation = 0x56; // bool - constexpr std::ptrdiff_t m_nType = 0x58; // ScriptedMoveType_t - constexpr std::ptrdiff_t m_bSuccess = 0x5C; // bool - constexpr std::ptrdiff_t m_nForcedCrouchState = 0x60; // ForcedCrouchState_t - constexpr std::ptrdiff_t m_bIgnoreCollisions = 0x64; // bool - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MPulseProvideFeatureTag - // MPulseLibraryBindings - namespace CTakeDamageInfoAPI { - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MPulseInstanceDomainInfo - // MPulseLibraryBindings - // MPulseDomainOptInFeatureTag - namespace CPulseGraphInstance_ServerEntity { - constexpr std::ptrdiff_t m_pComponent = 0xD8; // CPulseGraphComponentBase* - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MPulseLibraryBindings - // MPropertyFriendlyName - // MPropertyDescription - namespace CPulseServerFuncs { - } - // Parent: CPulseCell_BaseFlow - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - // MCellForDomain - // MPulseCellMethodBindings - // MPropertyFriendlyName - // MPropertyDescription - namespace CPulseCell_SoundEventStart { - constexpr std::ptrdiff_t m_Type = 0x48; // SoundEventStartType_t - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MPulseLibraryBindings - // MPropertyFriendlyName - // MPropertyDescription - namespace CPulseServerFuncs_Sounds { - } - // Parent: CPulseCell_BaseYieldingInflow - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CPulseCell_Outflow_PlaySceneBase { - constexpr std::ptrdiff_t m_OnFinished = 0x48; // CPulse_ResumePoint - constexpr std::ptrdiff_t m_OnCanceled = 0x58; // CPulse_ResumePoint - constexpr std::ptrdiff_t m_Triggers = 0x68; // CUtlVector - } - // Parent: None - // Fields count: 9 - // - // Metadata: - // MGetKV3ClassDefaults - namespace PulseScriptedSequenceData_t { - constexpr std::ptrdiff_t m_nActorID = 0x0; // int32 - constexpr std::ptrdiff_t m_szPreIdleSequence = 0x8; // CUtlString - constexpr std::ptrdiff_t m_szEntrySequence = 0x10; // CUtlString - constexpr std::ptrdiff_t m_szSequence = 0x18; // CUtlString - constexpr std::ptrdiff_t m_szExitSequence = 0x20; // CUtlString - constexpr std::ptrdiff_t m_bLoopPreIdleSequence = 0x28; // bool - constexpr std::ptrdiff_t m_bLoopActionSequence = 0x29; // bool - constexpr std::ptrdiff_t m_bLoopPostIdleSequence = 0x2A; // bool - constexpr std::ptrdiff_t m_bIgnoreLookAt = 0x2B; // bool - } - // Parent: CEntityInstance - // Fields count: 75 - // - // Metadata: - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByUserGroup - // MNetworkExcludeByUserGroup - // MNetworkExcludeByUserGroup - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByName - // NetworkVarNames: m_CBodyComponent (CBodyComponent::Storage_t) - // NetworkVarNames: m_iHealth (int32) - // NetworkVarNames: m_iMaxHealth (int32) - // NetworkVarNames: m_lifeState (uint8) - // NetworkVarNames: m_bTakesDamage (bool) - // NetworkVarNames: m_nTakeDamageFlags (TakeDamageFlags_t) - // NetworkVarNames: m_bIsPlatform (bool) - // NetworkVarNames: m_MoveCollide (MoveCollide_t) - // NetworkVarNames: m_MoveType (MoveType_t) - // NetworkVarNames: m_nSubclassID (EntitySubclassID_t) - // NetworkVarNames: m_flAnimTime (float32) - // NetworkVarNames: m_flSimulationTime (float32) - // NetworkVarNames: m_flCreateTime (GameTime_t) - // NetworkVarNames: m_bClientSideRagdoll (bool) - // NetworkVarNames: m_ubInterpolationFrame (uint8) - // NetworkVarNames: m_iTeamNum (uint8) - // NetworkVarNames: m_spawnflags (uint32) - // NetworkVarNames: m_nNextThinkTick (GameTick_t) - // NetworkVarNames: m_fFlags (uint32) - // NetworkVarNames: m_vecVelocity (CNetworkVelocityVector) - // NetworkVarNames: m_vecBaseVelocity (Vector) - // NetworkVarNames: m_hEffectEntity (CHandle) - // NetworkVarNames: m_hOwnerEntity (CHandle) - // NetworkVarNames: m_fEffects (uint32) - // NetworkVarNames: m_hGroundEntity (CHandle) - // NetworkVarNames: m_flFriction (float32) - // NetworkVarNames: m_flElasticity (float32) - // NetworkVarNames: m_flGravityScale (float32) - // NetworkVarNames: m_flTimeScale (float32) - // NetworkVarNames: m_flWaterLevel (float) - // NetworkVarNames: m_bAnimatedEveryTick (bool) - // NetworkVarNames: m_flNavIgnoreUntilTime (GameTime_t) - namespace CBaseEntity { - constexpr std::ptrdiff_t m_CBodyComponent = 0x38; // CBodyComponent* - constexpr std::ptrdiff_t m_NetworkTransmitComponent = 0x40; // CNetworkTransmitComponent - constexpr std::ptrdiff_t m_aThinkFunctions = 0x4F0; // CUtlVector - constexpr std::ptrdiff_t m_iCurrentThinkContext = 0x508; // int32 - constexpr std::ptrdiff_t m_nLastThinkTick = 0x50C; // GameTick_t - constexpr std::ptrdiff_t m_nDisableContextThinkStartTick = 0x510; // GameTick_t - constexpr std::ptrdiff_t m_isSteadyState = 0x520; // CBitVec<64> - constexpr std::ptrdiff_t m_lastNetworkChange = 0x528; // float32 - constexpr std::ptrdiff_t m_ResponseContexts = 0x540; // CUtlVector - constexpr std::ptrdiff_t m_iszResponseContext = 0x558; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_iHealth = 0x5A0; // int32 - constexpr std::ptrdiff_t m_iMaxHealth = 0x5A4; // int32 - constexpr std::ptrdiff_t m_lifeState = 0x5A8; // uint8 - constexpr std::ptrdiff_t m_flDamageAccumulator = 0x5AC; // float32 - constexpr std::ptrdiff_t m_bTakesDamage = 0x5B0; // bool - constexpr std::ptrdiff_t m_nTakeDamageFlags = 0x5B4; // TakeDamageFlags_t - constexpr std::ptrdiff_t m_bIsPlatform = 0x5B8; // bool - constexpr std::ptrdiff_t m_MoveCollide = 0x5BA; // MoveCollide_t - constexpr std::ptrdiff_t m_MoveType = 0x5BB; // MoveType_t - constexpr std::ptrdiff_t m_nActualMoveType = 0x5BC; // MoveType_t - constexpr std::ptrdiff_t m_nWaterTouch = 0x5BD; // uint8 - constexpr std::ptrdiff_t m_nSlimeTouch = 0x5BE; // uint8 - constexpr std::ptrdiff_t m_bRestoreInHierarchy = 0x5BF; // bool - constexpr std::ptrdiff_t m_target = 0x5C0; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_hDamageFilter = 0x5C8; // CHandle - constexpr std::ptrdiff_t m_iszDamageFilterName = 0x5D0; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_flMoveDoneTime = 0x5D8; // float32 - constexpr std::ptrdiff_t m_nSubclassID = 0x5DC; // CUtlStringToken - constexpr std::ptrdiff_t m_flAnimTime = 0x5E8; // float32 - constexpr std::ptrdiff_t m_flSimulationTime = 0x5EC; // float32 - constexpr std::ptrdiff_t m_flCreateTime = 0x5F0; // GameTime_t - constexpr std::ptrdiff_t m_bClientSideRagdoll = 0x5F4; // bool - constexpr std::ptrdiff_t m_ubInterpolationFrame = 0x5F5; // uint8 - constexpr std::ptrdiff_t m_vPrevVPhysicsUpdatePos = 0x5F8; // Vector - constexpr std::ptrdiff_t m_iTeamNum = 0x604; // uint8 - constexpr std::ptrdiff_t m_iGlobalname = 0x608; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_iSentToClients = 0x610; // int32 - constexpr std::ptrdiff_t m_flSpeed = 0x614; // float32 - constexpr std::ptrdiff_t m_sUniqueHammerID = 0x618; // CUtlString - constexpr std::ptrdiff_t m_spawnflags = 0x620; // uint32 - constexpr std::ptrdiff_t m_nNextThinkTick = 0x624; // GameTick_t - constexpr std::ptrdiff_t m_nSimulationTick = 0x628; // int32 - constexpr std::ptrdiff_t m_OnKilled = 0x630; // CEntityIOOutput - constexpr std::ptrdiff_t m_fFlags = 0x658; // uint32 - constexpr std::ptrdiff_t m_vecAbsVelocity = 0x65C; // Vector - constexpr std::ptrdiff_t m_vecVelocity = 0x668; // CNetworkVelocityVector - constexpr std::ptrdiff_t m_vecBaseVelocity = 0x698; // Vector - constexpr std::ptrdiff_t m_nPushEnumCount = 0x6A4; // int32 - constexpr std::ptrdiff_t m_pCollision = 0x6A8; // CCollisionProperty* - constexpr std::ptrdiff_t m_hEffectEntity = 0x6B0; // CHandle - constexpr std::ptrdiff_t m_hOwnerEntity = 0x6B4; // CHandle - constexpr std::ptrdiff_t m_fEffects = 0x6B8; // uint32 - constexpr std::ptrdiff_t m_hGroundEntity = 0x6BC; // CHandle - constexpr std::ptrdiff_t m_flFriction = 0x6C0; // float32 - constexpr std::ptrdiff_t m_flElasticity = 0x6C4; // float32 - constexpr std::ptrdiff_t m_flGravityScale = 0x6C8; // float32 - constexpr std::ptrdiff_t m_flTimeScale = 0x6CC; // float32 - constexpr std::ptrdiff_t m_flWaterLevel = 0x6D0; // float32 - constexpr std::ptrdiff_t m_bAnimatedEveryTick = 0x6D4; // bool - constexpr std::ptrdiff_t m_bDisableLowViolence = 0x6D5; // bool - constexpr std::ptrdiff_t m_nWaterType = 0x6D6; // uint8 - constexpr std::ptrdiff_t m_iEFlags = 0x6D8; // int32 - constexpr std::ptrdiff_t m_OnUser1 = 0x6E0; // CEntityIOOutput - constexpr std::ptrdiff_t m_OnUser2 = 0x708; // CEntityIOOutput - constexpr std::ptrdiff_t m_OnUser3 = 0x730; // CEntityIOOutput - constexpr std::ptrdiff_t m_OnUser4 = 0x758; // CEntityIOOutput - constexpr std::ptrdiff_t m_iInitialTeamNum = 0x780; // int32 - constexpr std::ptrdiff_t m_flNavIgnoreUntilTime = 0x784; // GameTime_t - constexpr std::ptrdiff_t m_vecAngVelocity = 0x788; // QAngle - constexpr std::ptrdiff_t m_bNetworkQuantizeOriginAndAngles = 0x794; // bool - constexpr std::ptrdiff_t m_bLagCompensate = 0x795; // bool - constexpr std::ptrdiff_t m_flOverriddenFriction = 0x798; // float32 - constexpr std::ptrdiff_t m_pBlocker = 0x79C; // CHandle - constexpr std::ptrdiff_t m_flLocalTime = 0x7A0; // float32 - constexpr std::ptrdiff_t m_flVPhysicsUpdateLocalTime = 0x7A4; // float32 - } - // Parent: CBaseEntity - // Fields count: 17 - // - // Metadata: - // MNetworkIncludeByUserGroup - // NetworkVarNames: m_flFadeInDuration (float32) - // NetworkVarNames: m_flFadeOutDuration (float32) - // NetworkVarNames: m_flMaxWeight (float32) - // NetworkVarNames: m_bEnabled (bool) - // NetworkVarNames: m_bMaster (bool) - // NetworkVarNames: m_bClientSide (bool) - // NetworkVarNames: m_bExclusive (bool) - // NetworkVarNames: m_MinFalloff (float32) - // NetworkVarNames: m_MaxFalloff (float32) - // NetworkVarNames: m_flCurWeight (float32) - // NetworkVarNames: m_netlookupFilename (char) - namespace CColorCorrection { - constexpr std::ptrdiff_t m_flFadeInDuration = 0x7A8; // float32 - constexpr std::ptrdiff_t m_flFadeOutDuration = 0x7AC; // float32 - constexpr std::ptrdiff_t m_flStartFadeInWeight = 0x7B0; // float32 - constexpr std::ptrdiff_t m_flStartFadeOutWeight = 0x7B4; // float32 - constexpr std::ptrdiff_t m_flTimeStartFadeIn = 0x7B8; // GameTime_t - constexpr std::ptrdiff_t m_flTimeStartFadeOut = 0x7BC; // GameTime_t - constexpr std::ptrdiff_t m_flMaxWeight = 0x7C0; // float32 - constexpr std::ptrdiff_t m_bStartDisabled = 0x7C4; // bool - constexpr std::ptrdiff_t m_bEnabled = 0x7C5; // bool - constexpr std::ptrdiff_t m_bMaster = 0x7C6; // bool - constexpr std::ptrdiff_t m_bClientSide = 0x7C7; // bool - constexpr std::ptrdiff_t m_bExclusive = 0x7C8; // bool - constexpr std::ptrdiff_t m_MinFalloff = 0x7CC; // float32 - constexpr std::ptrdiff_t m_MaxFalloff = 0x7D0; // float32 - constexpr std::ptrdiff_t m_flCurWeight = 0x7D4; // float32 - constexpr std::ptrdiff_t m_netlookupFilename = 0x7D8; // char[512] - constexpr std::ptrdiff_t m_lookupFilename = 0x9D8; // CUtlSymbolLarge - } - // Parent: CBaseEntity - // Fields count: 11 - // - // Metadata: - // NetworkVarNames: m_hEntAttached (CHandle) - // NetworkVarNames: m_bCheapEffect (bool) - namespace CEntityFlame { - constexpr std::ptrdiff_t m_hEntAttached = 0x7A8; // CHandle - constexpr std::ptrdiff_t m_bCheapEffect = 0x7AC; // bool - constexpr std::ptrdiff_t m_flSize = 0x7B0; // float32 - constexpr std::ptrdiff_t m_bUseHitboxes = 0x7B4; // bool - constexpr std::ptrdiff_t m_iNumHitboxFires = 0x7B8; // int32 - constexpr std::ptrdiff_t m_flHitboxFireScale = 0x7BC; // float32 - constexpr std::ptrdiff_t m_flLifetime = 0x7C0; // GameTime_t - constexpr std::ptrdiff_t m_hAttacker = 0x7C4; // CHandle - constexpr std::ptrdiff_t m_iDangerSound = 0x7C8; // int32 - constexpr std::ptrdiff_t m_flDirectDamagePerSecond = 0x7CC; // float32 - constexpr std::ptrdiff_t m_iCustomDamageType = 0x7D0; // int32 - } - // Parent: CBaseEntity - // Fields count: 4 - // - // Metadata: - // NetworkVarNames: m_flScale (float32) - // NetworkVarNames: m_flStartScale (float32) - // NetworkVarNames: m_flScaleTime (float32) - // NetworkVarNames: m_nFlags (uint32) - namespace CBaseFire { - constexpr std::ptrdiff_t m_flScale = 0x7A8; // float32 - constexpr std::ptrdiff_t m_flStartScale = 0x7AC; // float32 - constexpr std::ptrdiff_t m_flScaleTime = 0x7B0; // float32 - constexpr std::ptrdiff_t m_nFlags = 0x7B4; // uint32 - } - // Parent: CBaseFire - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_nFlameModelIndex (int32) - // NetworkVarNames: m_nFlameFromAboveModelIndex (int32) - namespace CFireSmoke { - constexpr std::ptrdiff_t m_nFlameModelIndex = 0x7B8; // int32 - constexpr std::ptrdiff_t m_nFlameFromAboveModelIndex = 0x7BC; // int32 - } - // Parent: CBaseEntity - // Fields count: 4 - // - // Metadata: - // NetworkVarNames: m_skyboxData (sky3dparams_t) - // NetworkVarNames: m_skyboxSlotToken (CUtlStringToken) - namespace CSkyCamera { - constexpr std::ptrdiff_t m_skyboxData = 0x7A8; // sky3dparams_t - constexpr std::ptrdiff_t m_skyboxSlotToken = 0x838; // CUtlStringToken - constexpr std::ptrdiff_t m_bUseAngles = 0x83C; // bool - constexpr std::ptrdiff_t m_pNext = 0x840; // CSkyCamera* - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CNavLinkAnimgraphVar { - constexpr std::ptrdiff_t m_strAnimgraphVar = 0x0; // CUtlString - constexpr std::ptrdiff_t m_unAlignmentDegrees = 0x8; // uint32 - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // NetworkVarNames: m_nInteractsAs (uint64) - // NetworkVarNames: m_nInteractsWith (uint64) - // NetworkVarNames: m_nInteractsExclude (uint64) - // NetworkVarNames: m_nEntityId (uint32) - // NetworkVarNames: m_nOwnerId (uint32) - // NetworkVarNames: m_nHierarchyId (uint16) - // NetworkVarNames: m_nCollisionGroup (uint8) - // NetworkVarNames: m_nCollisionFunctionMask (uint8) - namespace VPhysicsCollisionAttribute_t { - constexpr std::ptrdiff_t m_nInteractsAs = 0x8; // uint64 - constexpr std::ptrdiff_t m_nInteractsWith = 0x10; // uint64 - constexpr std::ptrdiff_t m_nInteractsExclude = 0x18; // uint64 - constexpr std::ptrdiff_t m_nEntityId = 0x20; // uint32 - constexpr std::ptrdiff_t m_nOwnerId = 0x24; // uint32 - constexpr std::ptrdiff_t m_nHierarchyId = 0x28; // uint16 - constexpr std::ptrdiff_t m_nCollisionGroup = 0x2A; // uint8 - constexpr std::ptrdiff_t m_nCollisionFunctionMask = 0x2B; // uint8 - } - // Parent: None - // Fields count: 17 - // - // Metadata: - // NetworkVarNames: m_collisionAttribute (VPhysicsCollisionAttribute_t) - // NetworkVarNames: m_vecMins (Vector) - // NetworkVarNames: m_vecMaxs (Vector) - // NetworkVarNames: m_usSolidFlags (uint8) - // NetworkVarNames: m_nSolidType (SolidType_t) - // NetworkVarNames: m_triggerBloat (uint8) - // NetworkVarNames: m_nSurroundType (SurroundingBoundsType_t) - // NetworkVarNames: m_CollisionGroup (uint8) - // NetworkVarNames: m_nEnablePhysics (uint8) - // NetworkVarNames: m_vecSpecifiedSurroundingMins (Vector) - // NetworkVarNames: m_vecSpecifiedSurroundingMaxs (Vector) - // NetworkVarNames: m_vCapsuleCenter1 (Vector) - // NetworkVarNames: m_vCapsuleCenter2 (Vector) - // NetworkVarNames: m_flCapsuleRadius (float) - namespace CCollisionProperty { - constexpr std::ptrdiff_t m_collisionAttribute = 0x10; // VPhysicsCollisionAttribute_t - constexpr std::ptrdiff_t m_vecMins = 0x40; // Vector - constexpr std::ptrdiff_t m_vecMaxs = 0x4C; // Vector - constexpr std::ptrdiff_t m_usSolidFlags = 0x5A; // uint8 - constexpr std::ptrdiff_t m_nSolidType = 0x5B; // SolidType_t - constexpr std::ptrdiff_t m_triggerBloat = 0x5C; // uint8 - constexpr std::ptrdiff_t m_nSurroundType = 0x5D; // SurroundingBoundsType_t - constexpr std::ptrdiff_t m_CollisionGroup = 0x5E; // uint8 - constexpr std::ptrdiff_t m_nEnablePhysics = 0x5F; // uint8 - constexpr std::ptrdiff_t m_flBoundingRadius = 0x60; // float32 - constexpr std::ptrdiff_t m_vecSpecifiedSurroundingMins = 0x64; // Vector - constexpr std::ptrdiff_t m_vecSpecifiedSurroundingMaxs = 0x70; // Vector - constexpr std::ptrdiff_t m_vecSurroundingMaxs = 0x7C; // Vector - constexpr std::ptrdiff_t m_vecSurroundingMins = 0x88; // Vector - constexpr std::ptrdiff_t m_vCapsuleCenter1 = 0x94; // Vector - constexpr std::ptrdiff_t m_vCapsuleCenter2 = 0xA0; // Vector - constexpr std::ptrdiff_t m_flCapsuleRadius = 0xAC; // float32 - } - // Parent: None - // Fields count: 21 - // - // Metadata: - // NetworkVarNames: m_vOrigin (Vector) - // NetworkVarNames: m_vStart (Vector) - // NetworkVarNames: m_vNormal (Vector) - // NetworkVarNames: m_vAngles (QAngle) - // NetworkVarNames: m_hEntity (CEntityHandle) - // NetworkVarNames: m_hOtherEntity (CEntityHandle) - // NetworkVarNames: m_flScale (float32) - // NetworkVarNames: m_flMagnitude (float32) - // NetworkVarNames: m_flRadius (float32) - // NetworkVarNames: m_nSurfaceProp (CUtlStringToken) - // NetworkVarNames: m_nEffectIndex (HParticleSystemDefinition) - // NetworkVarNames: m_nDamageType (uint32) - // NetworkVarNames: m_nPenetrate (uint8) - // NetworkVarNames: m_nMaterial (uint16) - // NetworkVarNames: m_nHitBox (uint16) - // NetworkVarNames: m_nColor (uint8) - // NetworkVarNames: m_fFlags (uint8) - // NetworkVarNames: m_nAttachmentIndex (AttachmentHandle_t) - // NetworkVarNames: m_nAttachmentName (CUtlStringToken) - // NetworkVarNames: m_iEffectName (uint16) - // NetworkVarNames: m_nExplosionType (uint8) - namespace CEffectData { - constexpr std::ptrdiff_t m_vOrigin = 0x8; // Vector - constexpr std::ptrdiff_t m_vStart = 0x14; // Vector - constexpr std::ptrdiff_t m_vNormal = 0x20; // Vector - constexpr std::ptrdiff_t m_vAngles = 0x2C; // QAngle - constexpr std::ptrdiff_t m_hEntity = 0x38; // CEntityHandle - constexpr std::ptrdiff_t m_hOtherEntity = 0x3C; // CEntityHandle - constexpr std::ptrdiff_t m_flScale = 0x40; // float32 - constexpr std::ptrdiff_t m_flMagnitude = 0x44; // float32 - constexpr std::ptrdiff_t m_flRadius = 0x48; // float32 - constexpr std::ptrdiff_t m_nSurfaceProp = 0x4C; // CUtlStringToken - constexpr std::ptrdiff_t m_nEffectIndex = 0x50; // CWeakHandle - constexpr std::ptrdiff_t m_nDamageType = 0x58; // uint32 - constexpr std::ptrdiff_t m_nPenetrate = 0x5C; // uint8 - constexpr std::ptrdiff_t m_nMaterial = 0x5E; // uint16 - constexpr std::ptrdiff_t m_nHitBox = 0x60; // uint16 - constexpr std::ptrdiff_t m_nColor = 0x62; // uint8 - constexpr std::ptrdiff_t m_fFlags = 0x63; // uint8 - constexpr std::ptrdiff_t m_nAttachmentIndex = 0x64; // AttachmentHandle_t - constexpr std::ptrdiff_t m_nAttachmentName = 0x68; // CUtlStringToken - constexpr std::ptrdiff_t m_iEffectName = 0x6C; // uint16 - constexpr std::ptrdiff_t m_nExplosionType = 0x6E; // uint8 - } - // Parent: CBaseEntity - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_flFadeStartDist (float32) - // NetworkVarNames: m_flFadeEndDist (float32) - namespace CEnvDetailController { - constexpr std::ptrdiff_t m_flFadeStartDist = 0x7A8; // float32 - constexpr std::ptrdiff_t m_flFadeEndDist = 0x7AC; // float32 - } - // Parent: None - // Fields count: 31 - // - // Metadata: - // NetworkVarNames: m_flStartTime (GameTime_t) - // NetworkVarNames: m_iWindSeed (uint32) - // NetworkVarNames: m_iMinWind (uint16) - // NetworkVarNames: m_iMaxWind (uint16) - // NetworkVarNames: m_windRadius (int32) - // NetworkVarNames: m_iMinGust (uint16) - // NetworkVarNames: m_iMaxGust (uint16) - // NetworkVarNames: m_flMinGustDelay (float32) - // NetworkVarNames: m_flMaxGustDelay (float32) - // NetworkVarNames: m_flGustDuration (float32) - // NetworkVarNames: m_iGustDirChange (uint16) - // NetworkVarNames: m_location (Vector) - // NetworkVarNames: m_iInitialWindDir (uint16) - // NetworkVarNames: m_flInitialWindSpeed (float32) - namespace CEnvWindShared { - constexpr std::ptrdiff_t m_flStartTime = 0x8; // GameTime_t - constexpr std::ptrdiff_t m_iWindSeed = 0xC; // uint32 - constexpr std::ptrdiff_t m_iMinWind = 0x10; // uint16 - constexpr std::ptrdiff_t m_iMaxWind = 0x12; // uint16 - constexpr std::ptrdiff_t m_windRadius = 0x14; // int32 - constexpr std::ptrdiff_t m_iMinGust = 0x18; // uint16 - constexpr std::ptrdiff_t m_iMaxGust = 0x1A; // uint16 - constexpr std::ptrdiff_t m_flMinGustDelay = 0x1C; // float32 - constexpr std::ptrdiff_t m_flMaxGustDelay = 0x20; // float32 - constexpr std::ptrdiff_t m_flGustDuration = 0x24; // float32 - constexpr std::ptrdiff_t m_iGustDirChange = 0x28; // uint16 - constexpr std::ptrdiff_t m_location = 0x2C; // Vector - constexpr std::ptrdiff_t m_iszGustSound = 0x38; // int32 - constexpr std::ptrdiff_t m_iWindDir = 0x3C; // int32 - constexpr std::ptrdiff_t m_flWindSpeed = 0x40; // float32 - constexpr std::ptrdiff_t m_currentWindVector = 0x44; // Vector - constexpr std::ptrdiff_t m_CurrentSwayVector = 0x50; // Vector - constexpr std::ptrdiff_t m_PrevSwayVector = 0x5C; // Vector - constexpr std::ptrdiff_t m_iInitialWindDir = 0x68; // uint16 - constexpr std::ptrdiff_t m_flInitialWindSpeed = 0x6C; // float32 - constexpr std::ptrdiff_t m_OnGustStart = 0x70; // CEntityIOOutput - constexpr std::ptrdiff_t m_OnGustEnd = 0x98; // CEntityIOOutput - constexpr std::ptrdiff_t m_flVariationTime = 0xC0; // GameTime_t - constexpr std::ptrdiff_t m_flSwayTime = 0xC4; // GameTime_t - constexpr std::ptrdiff_t m_flSimTime = 0xC8; // GameTime_t - constexpr std::ptrdiff_t m_flSwitchTime = 0xCC; // GameTime_t - constexpr std::ptrdiff_t m_flAveWindSpeed = 0xD0; // float32 - constexpr std::ptrdiff_t m_bGusting = 0xD4; // bool - constexpr std::ptrdiff_t m_flWindAngleVariation = 0xD8; // float32 - constexpr std::ptrdiff_t m_flWindSpeedVariation = 0xDC; // float32 - constexpr std::ptrdiff_t m_iEntIndex = 0xE0; // CEntityIndex - } - // Parent: None - // Fields count: 12 - // - // Metadata: - // NetworkVarNames: m_nModelID (int32) - // NetworkVarNames: m_hMaterial (HMaterialStrong) - // NetworkVarNames: m_solid (ShardSolid_t) - // NetworkVarNames: m_ShatterPanelMode (ShatterPanelMode) - // NetworkVarNames: m_vecPanelSize (Vector2D) - // NetworkVarNames: m_vecStressPositionA (Vector2D) - // NetworkVarNames: m_vecStressPositionB (Vector2D) - // NetworkVarNames: m_vecPanelVertices (Vector2D) - // NetworkVarNames: m_flGlassHalfThickness (float) - // NetworkVarNames: m_bHasParent (bool) - // NetworkVarNames: m_bParentFrozen (bool) - // NetworkVarNames: m_SurfacePropStringToken (CUtlStringToken) - namespace shard_model_desc_t { - constexpr std::ptrdiff_t m_nModelID = 0x8; // int32 - constexpr std::ptrdiff_t m_hMaterial = 0x10; // CStrongHandle - constexpr std::ptrdiff_t m_solid = 0x18; // ShardSolid_t - constexpr std::ptrdiff_t m_ShatterPanelMode = 0x19; // ShatterPanelMode - constexpr std::ptrdiff_t m_vecPanelSize = 0x1C; // Vector2D - constexpr std::ptrdiff_t m_vecStressPositionA = 0x24; // Vector2D - constexpr std::ptrdiff_t m_vecStressPositionB = 0x2C; // Vector2D - constexpr std::ptrdiff_t m_vecPanelVertices = 0x38; // CNetworkUtlVectorBase - constexpr std::ptrdiff_t m_flGlassHalfThickness = 0x50; // float32 - constexpr std::ptrdiff_t m_bHasParent = 0x54; // bool - constexpr std::ptrdiff_t m_bParentFrozen = 0x55; // bool - constexpr std::ptrdiff_t m_SurfacePropStringToken = 0x58; // CUtlStringToken - } - // Parent: None - // Fields count: 11 - // - // Metadata: - // NetworkVarNames: m_iGlowType (int32) - // NetworkVarNames: m_iGlowTeam (int32) - // NetworkVarNames: m_nGlowRange (int32) - // NetworkVarNames: m_nGlowRangeMin (int32) - // NetworkVarNames: m_glowColorOverride (Color) - // NetworkVarNames: m_bFlashing (bool) - // NetworkVarNames: m_flGlowTime (float) - // NetworkVarNames: m_flGlowStartTime (float) - // NetworkVarNames: m_bEligibleForScreenHighlight (bool) - namespace CGlowProperty { - constexpr std::ptrdiff_t m_fGlowColor = 0x8; // Vector - constexpr std::ptrdiff_t m_iGlowType = 0x30; // int32 - constexpr std::ptrdiff_t m_iGlowTeam = 0x34; // int32 - constexpr std::ptrdiff_t m_nGlowRange = 0x38; // int32 - constexpr std::ptrdiff_t m_nGlowRangeMin = 0x3C; // int32 - constexpr std::ptrdiff_t m_glowColorOverride = 0x40; // Color - constexpr std::ptrdiff_t m_bFlashing = 0x44; // bool - constexpr std::ptrdiff_t m_flGlowTime = 0x48; // float32 - constexpr std::ptrdiff_t m_flGlowStartTime = 0x4C; // float32 - constexpr std::ptrdiff_t m_bEligibleForScreenHighlight = 0x50; // bool - constexpr std::ptrdiff_t m_bGlowing = 0x51; // bool - } - // Parent: None - // Fields count: 25 - // - // Metadata: - // NetworkVarNames: dirPrimary (Vector) - // NetworkVarNames: colorPrimary (Color) - // NetworkVarNames: colorSecondary (Color) - // NetworkVarNames: colorPrimaryLerpTo (Color) - // NetworkVarNames: colorSecondaryLerpTo (Color) - // NetworkVarNames: start (float32) - // NetworkVarNames: end (float32) - // NetworkVarNames: farz (float32) - // NetworkVarNames: maxdensity (float32) - // NetworkVarNames: exponent (float32) - // NetworkVarNames: HDRColorScale (float32) - // NetworkVarNames: skyboxFogFactor (float32) - // NetworkVarNames: skyboxFogFactorLerpTo (float32) - // NetworkVarNames: startLerpTo (float32) - // NetworkVarNames: endLerpTo (float32) - // NetworkVarNames: maxdensityLerpTo (float32) - // NetworkVarNames: lerptime (GameTime_t) - // NetworkVarNames: duration (float32) - // NetworkVarNames: blendtobackground (float32) - // NetworkVarNames: scattering (float32) - // NetworkVarNames: locallightscale (float32) - // NetworkVarNames: enable (bool) - // NetworkVarNames: blend (bool) - // NetworkVarNames: m_bNoReflectionFog (bool) - namespace fogparams_t { - constexpr std::ptrdiff_t dirPrimary = 0x8; // Vector - constexpr std::ptrdiff_t colorPrimary = 0x14; // Color - constexpr std::ptrdiff_t colorSecondary = 0x18; // Color - constexpr std::ptrdiff_t colorPrimaryLerpTo = 0x1C; // Color - constexpr std::ptrdiff_t colorSecondaryLerpTo = 0x20; // Color - constexpr std::ptrdiff_t start = 0x24; // float32 - constexpr std::ptrdiff_t end = 0x28; // float32 - constexpr std::ptrdiff_t farz = 0x2C; // float32 - constexpr std::ptrdiff_t maxdensity = 0x30; // float32 - constexpr std::ptrdiff_t exponent = 0x34; // float32 - constexpr std::ptrdiff_t HDRColorScale = 0x38; // float32 - constexpr std::ptrdiff_t skyboxFogFactor = 0x3C; // float32 - constexpr std::ptrdiff_t skyboxFogFactorLerpTo = 0x40; // float32 - constexpr std::ptrdiff_t startLerpTo = 0x44; // float32 - constexpr std::ptrdiff_t endLerpTo = 0x48; // float32 - constexpr std::ptrdiff_t maxdensityLerpTo = 0x4C; // float32 - constexpr std::ptrdiff_t lerptime = 0x50; // GameTime_t - constexpr std::ptrdiff_t duration = 0x54; // float32 - constexpr std::ptrdiff_t blendtobackground = 0x58; // float32 - constexpr std::ptrdiff_t scattering = 0x5C; // float32 - constexpr std::ptrdiff_t locallightscale = 0x60; // float32 - constexpr std::ptrdiff_t enable = 0x64; // bool - constexpr std::ptrdiff_t blend = 0x65; // bool - constexpr std::ptrdiff_t m_bNoReflectionFog = 0x66; // bool - constexpr std::ptrdiff_t m_bPadding = 0x67; // bool - } - // Parent: None - // Fields count: 14 - // - // Metadata: - // NetworkVarNames: m_hCtrl (CHandle) - namespace fogplayerparams_t { - constexpr std::ptrdiff_t m_hCtrl = 0x8; // CHandle - constexpr std::ptrdiff_t m_flTransitionTime = 0xC; // float32 - constexpr std::ptrdiff_t m_OldColor = 0x10; // Color - constexpr std::ptrdiff_t m_flOldStart = 0x14; // float32 - constexpr std::ptrdiff_t m_flOldEnd = 0x18; // float32 - constexpr std::ptrdiff_t m_flOldMaxDensity = 0x1C; // float32 - constexpr std::ptrdiff_t m_flOldHDRColorScale = 0x20; // float32 - constexpr std::ptrdiff_t m_flOldFarZ = 0x24; // float32 - constexpr std::ptrdiff_t m_NewColor = 0x28; // Color - constexpr std::ptrdiff_t m_flNewStart = 0x2C; // float32 - constexpr std::ptrdiff_t m_flNewEnd = 0x30; // float32 - constexpr std::ptrdiff_t m_flNewMaxDensity = 0x34; // float32 - constexpr std::ptrdiff_t m_flNewHDRColorScale = 0x38; // float32 - constexpr std::ptrdiff_t m_flNewFarZ = 0x3C; // float32 - } - // Parent: None - // Fields count: 6 - // - // Metadata: - // NetworkVarNames: scale (int16) - // NetworkVarNames: origin (Vector) - // NetworkVarNames: bClip3DSkyBoxNearToWorldFar (bool) - // NetworkVarNames: flClip3DSkyBoxNearToWorldFarOffset (float32) - // NetworkVarNames: fog (fogparams_t) - // NetworkVarNames: m_nWorldGroupID (WorldGroupId_t) - namespace sky3dparams_t { - constexpr std::ptrdiff_t scale = 0x8; // int16 - constexpr std::ptrdiff_t origin = 0xC; // Vector - constexpr std::ptrdiff_t bClip3DSkyBoxNearToWorldFar = 0x18; // bool - constexpr std::ptrdiff_t flClip3DSkyBoxNearToWorldFarOffset = 0x1C; // float32 - constexpr std::ptrdiff_t fog = 0x20; // fogparams_t - constexpr std::ptrdiff_t m_nWorldGroupID = 0x88; // WorldGroupId_t - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // NetworkVarNames: m_Transforms (CTransform) - // NetworkVarNames: m_hOwner (EHANDLE) - namespace PhysicsRagdollPose_t { - constexpr std::ptrdiff_t __m_pChainEntity = 0x8; // CNetworkVarChainer - constexpr std::ptrdiff_t m_Transforms = 0x30; // CNetworkUtlVectorBase - constexpr std::ptrdiff_t m_hOwner = 0x48; // CHandle - } - // Parent: CBaseEntity - // Fields count: 9 - // - // Metadata: - // NetworkVarNames: m_iszStackName (string_t) - // NetworkVarNames: m_iszOperatorName (string_t) - // NetworkVarNames: m_iszOpvarName (string_t) - // NetworkVarNames: m_iOpvarIndex (int) - // NetworkVarNames: m_bUseAutoCompare (bool) - namespace CSoundOpvarSetPointBase { - constexpr std::ptrdiff_t m_bDisabled = 0x7A8; // bool - constexpr std::ptrdiff_t m_hSource = 0x7AC; // CEntityHandle - constexpr std::ptrdiff_t m_iszSourceEntityName = 0x7B8; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_vLastPosition = 0x810; // Vector - constexpr std::ptrdiff_t m_iszStackName = 0x820; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_iszOperatorName = 0x828; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_iszOpvarName = 0x830; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_iOpvarIndex = 0x838; // int32 - constexpr std::ptrdiff_t m_bUseAutoCompare = 0x83C; // bool - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_Attributes (CEconItemAttribute) - namespace CAttributeList { - constexpr std::ptrdiff_t m_Attributes = 0x8; // CUtlVectorEmbeddedNetworkVar - constexpr std::ptrdiff_t m_pManager = 0x58; // CAttributeManager* - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // NetworkVarNames: m_iAttributeDefinitionIndex (attrib_definition_index_t) - // NetworkVarNames: m_flValue (float) - // NetworkVarNames: m_flInitialValue (float) - // NetworkVarNames: m_nRefundableCurrency (int) - // NetworkVarNames: m_bSetBonus (bool) - namespace CEconItemAttribute { - constexpr std::ptrdiff_t m_iAttributeDefinitionIndex = 0x30; // uint16 - constexpr std::ptrdiff_t m_flValue = 0x34; // float32 - constexpr std::ptrdiff_t m_flInitialValue = 0x38; // float32 - constexpr std::ptrdiff_t m_nRefundableCurrency = 0x3C; // int32 - constexpr std::ptrdiff_t m_bSetBonus = 0x40; // bool - } - // Parent: None - // Fields count: 6 - // - // Metadata: - // NetworkVarNames: m_iReapplyProvisionParity (int) - // NetworkVarNames: m_hOuter (EHANDLE) - // NetworkVarNames: m_ProviderType (attributeprovidertypes_t) - namespace CAttributeManager { - constexpr std::ptrdiff_t m_Providers = 0x8; // CUtlVector> - constexpr std::ptrdiff_t m_iReapplyProvisionParity = 0x20; // int32 - constexpr std::ptrdiff_t m_hOuter = 0x24; // CHandle - constexpr std::ptrdiff_t m_bPreventLoopback = 0x28; // bool - constexpr std::ptrdiff_t m_ProviderType = 0x2C; // attributeprovidertypes_t - constexpr std::ptrdiff_t m_CachedResults = 0x30; // CUtlVector - } - // Parent: CAttributeManager - // Fields count: 1 - // - // Metadata: - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // NetworkVarNames: m_Item (CEconItemView) - namespace CAttributeContainer { - constexpr std::ptrdiff_t m_Item = 0x50; // CEconItemView - } - // Parent: AmmoTypeInfo_t - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace GameAmmoTypeInfo_t { - constexpr std::ptrdiff_t m_nBuySize = 0x34; // int32 - constexpr std::ptrdiff_t m_nCost = 0x38; // int32 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_bSpotted (bool) - // NetworkVarNames: m_bSpottedByMask (uint32) - namespace EntitySpottedState_t { - constexpr std::ptrdiff_t m_bSpotted = 0x8; // bool - constexpr std::ptrdiff_t m_bSpottedByMask = 0xC; // uint32[2] - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_pGameRules (CCSGameRules*) - namespace CCSGameRulesProxy { - constexpr std::ptrdiff_t m_pGameRules = 0x7A8; // CCSGameRules* - } - // Parent: None - // Fields count: 215 - // - // Metadata: - // NetworkVarNames: m_bFreezePeriod (bool) - // NetworkVarNames: m_bWarmupPeriod (bool) - // NetworkVarNames: m_fWarmupPeriodEnd (GameTime_t) - // NetworkVarNames: m_fWarmupPeriodStart (GameTime_t) - // NetworkVarNames: m_nTotalPausedTicks (int) - // NetworkVarNames: m_nPauseStartTick (int) - // NetworkVarNames: m_bServerPaused (bool) - // NetworkVarNames: m_bGamePaused (bool) - // NetworkVarNames: m_bTerroristTimeOutActive (bool) - // NetworkVarNames: m_bCTTimeOutActive (bool) - // NetworkVarNames: m_flTerroristTimeOutRemaining (float) - // NetworkVarNames: m_flCTTimeOutRemaining (float) - // NetworkVarNames: m_nTerroristTimeOuts (int) - // NetworkVarNames: m_nCTTimeOuts (int) - // NetworkVarNames: m_bTechnicalTimeOut (bool) - // NetworkVarNames: m_bMatchWaitingForResume (bool) - // NetworkVarNames: m_iRoundTime (int) - // NetworkVarNames: m_fMatchStartTime (float) - // NetworkVarNames: m_fRoundStartTime (GameTime_t) - // NetworkVarNames: m_flRestartRoundTime (GameTime_t) - // NetworkVarNames: m_bGameRestart (bool) - // NetworkVarNames: m_flGameStartTime (float) - // NetworkVarNames: m_timeUntilNextPhaseStarts (float) - // NetworkVarNames: m_gamePhase (int) - // NetworkVarNames: m_totalRoundsPlayed (int) - // NetworkVarNames: m_nRoundsPlayedThisPhase (int) - // NetworkVarNames: m_nOvertimePlaying (int) - // NetworkVarNames: m_iHostagesRemaining (int) - // NetworkVarNames: m_bAnyHostageReached (bool) - // NetworkVarNames: m_bMapHasBombTarget (bool) - // NetworkVarNames: m_bMapHasRescueZone (bool) - // NetworkVarNames: m_bMapHasBuyZone (bool) - // NetworkVarNames: m_bIsQueuedMatchmaking (bool) - // NetworkVarNames: m_nQueuedMatchmakingMode (int) - // NetworkVarNames: m_bIsValveDS (bool) - // NetworkVarNames: m_bLogoMap (bool) - // NetworkVarNames: m_bPlayAllStepSoundsOnServer (bool) - // NetworkVarNames: m_iSpectatorSlotCount (int) - // NetworkVarNames: m_MatchDevice (int) - // NetworkVarNames: m_bHasMatchStarted (bool) - // NetworkVarNames: m_nNextMapInMapgroup (int) - // NetworkVarNames: m_szTournamentEventName (char) - // NetworkVarNames: m_szTournamentEventStage (char) - // NetworkVarNames: m_szMatchStatTxt (char) - // NetworkVarNames: m_szTournamentPredictionsTxt (char) - // NetworkVarNames: m_nTournamentPredictionsPct (int) - // NetworkVarNames: m_flCMMItemDropRevealStartTime (GameTime_t) - // NetworkVarNames: m_flCMMItemDropRevealEndTime (GameTime_t) - // NetworkVarNames: m_bIsDroppingItems (bool) - // NetworkVarNames: m_bIsQuestEligible (bool) - // NetworkVarNames: m_bIsHltvActive (bool) - // NetworkVarNames: m_nGuardianModeWaveNumber (int) - // NetworkVarNames: m_nGuardianModeSpecialKillsRemaining (int) - // NetworkVarNames: m_nGuardianModeSpecialWeaponNeeded (int) - // NetworkVarNames: m_numGlobalGiftsGiven (uint32) - // NetworkVarNames: m_numGlobalGifters (uint32) - // NetworkVarNames: m_numGlobalGiftsPeriodSeconds (uint32) - // NetworkVarNames: m_arrFeaturedGiftersAccounts (uint32) - // NetworkVarNames: m_arrFeaturedGiftersGifts (uint32) - // NetworkVarNames: m_arrProhibitedItemIndices (uint16) - // NetworkVarNames: m_arrTournamentActiveCasterAccounts (uint32) - // NetworkVarNames: m_numBestOfMaps (int) - // NetworkVarNames: m_nHalloweenMaskListSeed (int) - // NetworkVarNames: m_bBombDropped (bool) - // NetworkVarNames: m_bBombPlanted (bool) - // NetworkVarNames: m_iRoundWinStatus (int) - // NetworkVarNames: m_eRoundWinReason (int) - // NetworkVarNames: m_bTCantBuy (bool) - // NetworkVarNames: m_bCTCantBuy (bool) - // NetworkVarNames: m_flGuardianBuyUntilTime (GameTime_t) - // NetworkVarNames: m_iMatchStats_RoundResults (int) - // NetworkVarNames: m_iMatchStats_PlayersAlive_CT (int) - // NetworkVarNames: m_iMatchStats_PlayersAlive_T (int) - // NetworkVarNames: m_TeamRespawnWaveTimes (float) - // NetworkVarNames: m_flNextRespawnWave (GameTime_t) - // NetworkVarNames: m_nServerQuestID (int) - // NetworkVarNames: m_vMinimapMins (Vector) - // NetworkVarNames: m_vMinimapMaxs (Vector) - // NetworkVarNames: m_MinimapVerticalSectionHeights (float) - // NetworkVarNames: m_nEndMatchMapGroupVoteTypes (int) - // NetworkVarNames: m_nEndMatchMapGroupVoteOptions (int) - // NetworkVarNames: m_nEndMatchMapVoteWinner (int) - // NetworkVarNames: m_iNumConsecutiveCTLoses (int) - // NetworkVarNames: m_iNumConsecutiveTerroristLoses (int) - // NetworkVarNames: m_nMatchAbortedEarlyReason (int) - // NetworkVarNames: m_pGameModeRules (CCSGameModeRules*) - // NetworkVarNames: m_RetakeRules (CRetakeGameRules) - // NetworkVarNames: m_nMatchEndCount (uint8) - // NetworkVarNames: m_nTTeamIntroVariant (int) - // NetworkVarNames: m_nCTTeamIntroVariant (int) - // NetworkVarNames: m_bTeamIntroPeriod (bool) - // NetworkVarNames: m_iRoundEndWinnerTeam (int) - // NetworkVarNames: m_eRoundEndReason (int) - // NetworkVarNames: m_bRoundEndShowTimerDefend (bool) - // NetworkVarNames: m_iRoundEndTimerTime (int) - // NetworkVarNames: m_sRoundEndFunFactToken (CUtlString) - // NetworkVarNames: m_iRoundEndFunFactPlayerSlot (CPlayerSlot) - // NetworkVarNames: m_iRoundEndFunFactData1 (int) - // NetworkVarNames: m_iRoundEndFunFactData2 (int) - // NetworkVarNames: m_iRoundEndFunFactData3 (int) - // NetworkVarNames: m_sRoundEndMessage (CUtlString) - // NetworkVarNames: m_iRoundEndPlayerCount (int) - // NetworkVarNames: m_bRoundEndNoMusic (bool) - // NetworkVarNames: m_iRoundEndLegacy (int) - // NetworkVarNames: m_nRoundEndCount (uint8) - // NetworkVarNames: m_iRoundStartRoundNumber (int) - // NetworkVarNames: m_nRoundStartCount (uint8) - namespace CCSGameRules { - constexpr std::ptrdiff_t __m_pChainEntity = 0x98; // CNetworkVarChainer - constexpr std::ptrdiff_t m_coopMissionManager = 0xC0; // CHandle - constexpr std::ptrdiff_t m_bFreezePeriod = 0xC4; // bool - constexpr std::ptrdiff_t m_bWarmupPeriod = 0xC5; // bool - constexpr std::ptrdiff_t m_fWarmupPeriodEnd = 0xC8; // GameTime_t - constexpr std::ptrdiff_t m_fWarmupPeriodStart = 0xCC; // GameTime_t - constexpr std::ptrdiff_t m_nTotalPausedTicks = 0xD0; // int32 - constexpr std::ptrdiff_t m_nPauseStartTick = 0xD4; // int32 - constexpr std::ptrdiff_t m_bServerPaused = 0xD8; // bool - constexpr std::ptrdiff_t m_bGamePaused = 0xD9; // bool - constexpr std::ptrdiff_t m_bTerroristTimeOutActive = 0xDA; // bool - constexpr std::ptrdiff_t m_bCTTimeOutActive = 0xDB; // bool - constexpr std::ptrdiff_t m_flTerroristTimeOutRemaining = 0xDC; // float32 - constexpr std::ptrdiff_t m_flCTTimeOutRemaining = 0xE0; // float32 - constexpr std::ptrdiff_t m_nTerroristTimeOuts = 0xE4; // int32 - constexpr std::ptrdiff_t m_nCTTimeOuts = 0xE8; // int32 - constexpr std::ptrdiff_t m_bTechnicalTimeOut = 0xEC; // bool - constexpr std::ptrdiff_t m_bMatchWaitingForResume = 0xED; // bool - constexpr std::ptrdiff_t m_iRoundTime = 0xF0; // int32 - constexpr std::ptrdiff_t m_fMatchStartTime = 0xF4; // float32 - constexpr std::ptrdiff_t m_fRoundStartTime = 0xF8; // GameTime_t - constexpr std::ptrdiff_t m_flRestartRoundTime = 0xFC; // GameTime_t - constexpr std::ptrdiff_t m_bGameRestart = 0x100; // bool - constexpr std::ptrdiff_t m_flGameStartTime = 0x104; // float32 - constexpr std::ptrdiff_t m_timeUntilNextPhaseStarts = 0x108; // float32 - constexpr std::ptrdiff_t m_gamePhase = 0x10C; // int32 - constexpr std::ptrdiff_t m_totalRoundsPlayed = 0x110; // int32 - constexpr std::ptrdiff_t m_nRoundsPlayedThisPhase = 0x114; // int32 - constexpr std::ptrdiff_t m_nOvertimePlaying = 0x118; // int32 - constexpr std::ptrdiff_t m_iHostagesRemaining = 0x11C; // int32 - constexpr std::ptrdiff_t m_bAnyHostageReached = 0x120; // bool - constexpr std::ptrdiff_t m_bMapHasBombTarget = 0x121; // bool - constexpr std::ptrdiff_t m_bMapHasRescueZone = 0x122; // bool - constexpr std::ptrdiff_t m_bMapHasBuyZone = 0x123; // bool - constexpr std::ptrdiff_t m_bIsQueuedMatchmaking = 0x124; // bool - constexpr std::ptrdiff_t m_nQueuedMatchmakingMode = 0x128; // int32 - constexpr std::ptrdiff_t m_bIsValveDS = 0x12C; // bool - constexpr std::ptrdiff_t m_bLogoMap = 0x12D; // bool - constexpr std::ptrdiff_t m_bPlayAllStepSoundsOnServer = 0x12E; // bool - constexpr std::ptrdiff_t m_iSpectatorSlotCount = 0x130; // int32 - constexpr std::ptrdiff_t m_MatchDevice = 0x134; // int32 - constexpr std::ptrdiff_t m_bHasMatchStarted = 0x138; // bool - constexpr std::ptrdiff_t m_nNextMapInMapgroup = 0x13C; // int32 - constexpr std::ptrdiff_t m_szTournamentEventName = 0x140; // char[512] - constexpr std::ptrdiff_t m_szTournamentEventStage = 0x340; // char[512] - constexpr std::ptrdiff_t m_szMatchStatTxt = 0x540; // char[512] - constexpr std::ptrdiff_t m_szTournamentPredictionsTxt = 0x740; // char[512] - constexpr std::ptrdiff_t m_nTournamentPredictionsPct = 0x940; // int32 - constexpr std::ptrdiff_t m_flCMMItemDropRevealStartTime = 0x944; // GameTime_t - constexpr std::ptrdiff_t m_flCMMItemDropRevealEndTime = 0x948; // GameTime_t - constexpr std::ptrdiff_t m_bIsDroppingItems = 0x94C; // bool - constexpr std::ptrdiff_t m_bIsQuestEligible = 0x94D; // bool - constexpr std::ptrdiff_t m_bIsHltvActive = 0x94E; // bool - constexpr std::ptrdiff_t m_nGuardianModeWaveNumber = 0x950; // int32 - constexpr std::ptrdiff_t m_nGuardianModeSpecialKillsRemaining = 0x954; // int32 - constexpr std::ptrdiff_t m_nGuardianModeSpecialWeaponNeeded = 0x958; // int32 - constexpr std::ptrdiff_t m_nGuardianGrenadesToGiveBots = 0x95C; // int32 - constexpr std::ptrdiff_t m_nNumHeaviesToSpawn = 0x960; // int32 - constexpr std::ptrdiff_t m_numGlobalGiftsGiven = 0x964; // uint32 - constexpr std::ptrdiff_t m_numGlobalGifters = 0x968; // uint32 - constexpr std::ptrdiff_t m_numGlobalGiftsPeriodSeconds = 0x96C; // uint32 - constexpr std::ptrdiff_t m_arrFeaturedGiftersAccounts = 0x970; // uint32[4] - constexpr std::ptrdiff_t m_arrFeaturedGiftersGifts = 0x980; // uint32[4] - constexpr std::ptrdiff_t m_arrProhibitedItemIndices = 0x990; // uint16[100] - constexpr std::ptrdiff_t m_arrTournamentActiveCasterAccounts = 0xA58; // uint32[4] - constexpr std::ptrdiff_t m_numBestOfMaps = 0xA68; // int32 - constexpr std::ptrdiff_t m_nHalloweenMaskListSeed = 0xA6C; // int32 - constexpr std::ptrdiff_t m_bBombDropped = 0xA70; // bool - constexpr std::ptrdiff_t m_bBombPlanted = 0xA71; // bool - constexpr std::ptrdiff_t m_iRoundWinStatus = 0xA74; // int32 - constexpr std::ptrdiff_t m_eRoundWinReason = 0xA78; // int32 - constexpr std::ptrdiff_t m_bTCantBuy = 0xA7C; // bool - constexpr std::ptrdiff_t m_bCTCantBuy = 0xA7D; // bool - constexpr std::ptrdiff_t m_flGuardianBuyUntilTime = 0xA80; // GameTime_t - constexpr std::ptrdiff_t m_iMatchStats_RoundResults = 0xA84; // int32[30] - constexpr std::ptrdiff_t m_iMatchStats_PlayersAlive_CT = 0xAFC; // int32[30] - constexpr std::ptrdiff_t m_iMatchStats_PlayersAlive_T = 0xB74; // int32[30] - constexpr std::ptrdiff_t m_TeamRespawnWaveTimes = 0xBEC; // float32[32] - constexpr std::ptrdiff_t m_flNextRespawnWave = 0xC6C; // GameTime_t[32] - constexpr std::ptrdiff_t m_nServerQuestID = 0xCEC; // int32 - constexpr std::ptrdiff_t m_vMinimapMins = 0xCF0; // Vector - constexpr std::ptrdiff_t m_vMinimapMaxs = 0xCFC; // Vector - constexpr std::ptrdiff_t m_MinimapVerticalSectionHeights = 0xD08; // float32[8] - constexpr std::ptrdiff_t m_bDontIncrementCoopWave = 0xD28; // bool - constexpr std::ptrdiff_t m_bSpawnedTerrorHuntHeavy = 0xD29; // bool - constexpr std::ptrdiff_t m_nEndMatchMapGroupVoteTypes = 0xD2C; // int32[10] - constexpr std::ptrdiff_t m_nEndMatchMapGroupVoteOptions = 0xD54; // int32[10] - constexpr std::ptrdiff_t m_nEndMatchMapVoteWinner = 0xD7C; // int32 - constexpr std::ptrdiff_t m_iNumConsecutiveCTLoses = 0xD80; // int32 - constexpr std::ptrdiff_t m_iNumConsecutiveTerroristLoses = 0xD84; // int32 - constexpr std::ptrdiff_t m_bHasHostageBeenTouched = 0xDA0; // bool - constexpr std::ptrdiff_t m_flIntermissionStartTime = 0xDA4; // GameTime_t - constexpr std::ptrdiff_t m_flIntermissionEndTime = 0xDA8; // GameTime_t - constexpr std::ptrdiff_t m_bLevelInitialized = 0xDAC; // bool - constexpr std::ptrdiff_t m_iTotalRoundsPlayed = 0xDB0; // int32 - constexpr std::ptrdiff_t m_iUnBalancedRounds = 0xDB4; // int32 - constexpr std::ptrdiff_t m_endMatchOnRoundReset = 0xDB8; // bool - constexpr std::ptrdiff_t m_endMatchOnThink = 0xDB9; // bool - constexpr std::ptrdiff_t m_iFreezeTime = 0xDBC; // int32 - constexpr std::ptrdiff_t m_iNumTerrorist = 0xDC0; // int32 - constexpr std::ptrdiff_t m_iNumCT = 0xDC4; // int32 - constexpr std::ptrdiff_t m_iNumSpawnableTerrorist = 0xDC8; // int32 - constexpr std::ptrdiff_t m_iNumSpawnableCT = 0xDCC; // int32 - constexpr std::ptrdiff_t m_arrSelectedHostageSpawnIndices = 0xDD0; // CUtlVector - constexpr std::ptrdiff_t m_nSpawnPointsRandomSeed = 0xDE8; // int32 - constexpr std::ptrdiff_t m_bFirstConnected = 0xDEC; // bool - constexpr std::ptrdiff_t m_bCompleteReset = 0xDED; // bool - constexpr std::ptrdiff_t m_bPickNewTeamsOnReset = 0xDEE; // bool - constexpr std::ptrdiff_t m_bScrambleTeamsOnRestart = 0xDEF; // bool - constexpr std::ptrdiff_t m_bSwapTeamsOnRestart = 0xDF0; // bool - constexpr std::ptrdiff_t m_nEndMatchTiedVotes = 0xDF8; // CUtlVector - constexpr std::ptrdiff_t m_bNeedToAskPlayersForContinueVote = 0xE14; // bool - constexpr std::ptrdiff_t m_numQueuedMatchmakingAccounts = 0xE18; // uint32 - constexpr std::ptrdiff_t m_pQueuedMatchmakingReservationString = 0xE20; // char* - constexpr std::ptrdiff_t m_numTotalTournamentDrops = 0xE28; // uint32 - constexpr std::ptrdiff_t m_numSpectatorsCountMax = 0xE2C; // uint32 - constexpr std::ptrdiff_t m_numSpectatorsCountMaxTV = 0xE30; // uint32 - constexpr std::ptrdiff_t m_numSpectatorsCountMaxLnk = 0xE34; // uint32 - constexpr std::ptrdiff_t m_bForceTeamChangeSilent = 0xE40; // bool - constexpr std::ptrdiff_t m_bLoadingRoundBackupData = 0xE41; // bool - constexpr std::ptrdiff_t m_nMatchInfoShowType = 0xE78; // int32 - constexpr std::ptrdiff_t m_flMatchInfoDecidedTime = 0xE7C; // float32 - constexpr std::ptrdiff_t m_flCoopRespawnAndHealTime = 0xE98; // float32 - constexpr std::ptrdiff_t m_coopBonusCoinsFound = 0xE9C; // int32 - constexpr std::ptrdiff_t m_coopBonusPistolsOnly = 0xEA0; // bool - constexpr std::ptrdiff_t m_coopPlayersInDeploymentZone = 0xEA1; // bool - constexpr std::ptrdiff_t m_coopMissionDeadPlayerRespawnEnabled = 0xEA2; // bool - constexpr std::ptrdiff_t mTeamDMLastWinningTeamNumber = 0xEA4; // int32 - constexpr std::ptrdiff_t mTeamDMLastThinkTime = 0xEA8; // float32 - constexpr std::ptrdiff_t m_flTeamDMLastAnnouncementTime = 0xEAC; // float32 - constexpr std::ptrdiff_t m_iAccountTerrorist = 0xEB0; // int32 - constexpr std::ptrdiff_t m_iAccountCT = 0xEB4; // int32 - constexpr std::ptrdiff_t m_iSpawnPointCount_Terrorist = 0xEB8; // int32 - constexpr std::ptrdiff_t m_iSpawnPointCount_CT = 0xEBC; // int32 - constexpr std::ptrdiff_t m_iMaxNumTerrorists = 0xEC0; // int32 - constexpr std::ptrdiff_t m_iMaxNumCTs = 0xEC4; // int32 - constexpr std::ptrdiff_t m_iLoserBonus = 0xEC8; // int32 - constexpr std::ptrdiff_t m_iLoserBonusMostRecentTeam = 0xECC; // int32 - constexpr std::ptrdiff_t m_tmNextPeriodicThink = 0xED0; // float32 - constexpr std::ptrdiff_t m_bVoiceWonMatchBragFired = 0xED4; // bool - constexpr std::ptrdiff_t m_fWarmupNextChatNoticeTime = 0xED8; // float32 - constexpr std::ptrdiff_t m_iHostagesRescued = 0xEE0; // int32 - constexpr std::ptrdiff_t m_iHostagesTouched = 0xEE4; // int32 - constexpr std::ptrdiff_t m_flNextHostageAnnouncement = 0xEE8; // float32 - constexpr std::ptrdiff_t m_bNoTerroristsKilled = 0xEEC; // bool - constexpr std::ptrdiff_t m_bNoCTsKilled = 0xEED; // bool - constexpr std::ptrdiff_t m_bNoEnemiesKilled = 0xEEE; // bool - constexpr std::ptrdiff_t m_bCanDonateWeapons = 0xEEF; // bool - constexpr std::ptrdiff_t m_firstKillTime = 0xEF4; // float32 - constexpr std::ptrdiff_t m_firstBloodTime = 0xEFC; // float32 - constexpr std::ptrdiff_t m_hostageWasInjured = 0xF18; // bool - constexpr std::ptrdiff_t m_hostageWasKilled = 0xF19; // bool - constexpr std::ptrdiff_t m_bVoteCalled = 0xF28; // bool - constexpr std::ptrdiff_t m_bServerVoteOnReset = 0xF29; // bool - constexpr std::ptrdiff_t m_flVoteCheckThrottle = 0xF2C; // float32 - constexpr std::ptrdiff_t m_bBuyTimeEnded = 0xF30; // bool - constexpr std::ptrdiff_t m_nLastFreezeEndBeep = 0xF34; // int32 - constexpr std::ptrdiff_t m_bTargetBombed = 0xF38; // bool - constexpr std::ptrdiff_t m_bBombDefused = 0xF39; // bool - constexpr std::ptrdiff_t m_bMapHasBombZone = 0xF3A; // bool - constexpr std::ptrdiff_t m_vecMainCTSpawnPos = 0xF58; // Vector - constexpr std::ptrdiff_t m_CTSpawnPointsMasterList = 0xF68; // CUtlVector - constexpr std::ptrdiff_t m_TerroristSpawnPointsMasterList = 0xF80; // CUtlVector - constexpr std::ptrdiff_t m_bRespawningAllRespawnablePlayers = 0xF98; // bool - constexpr std::ptrdiff_t m_iNextCTSpawnPoint = 0xF9C; // int32 - constexpr std::ptrdiff_t m_flCTSpawnPointUsedTime = 0xFA0; // float32 - constexpr std::ptrdiff_t m_iNextTerroristSpawnPoint = 0xFA4; // int32 - constexpr std::ptrdiff_t m_flTerroristSpawnPointUsedTime = 0xFA8; // float32 - constexpr std::ptrdiff_t m_CTSpawnPoints = 0xFB0; // CUtlVector - constexpr std::ptrdiff_t m_TerroristSpawnPoints = 0xFC8; // CUtlVector - constexpr std::ptrdiff_t m_bIsUnreservedGameServer = 0xFE0; // bool - constexpr std::ptrdiff_t m_fAutobalanceDisplayTime = 0xFE4; // float32 - constexpr std::ptrdiff_t m_bAllowWeaponSwitch = 0x1250; // bool - constexpr std::ptrdiff_t m_bRoundTimeWarningTriggered = 0x1251; // bool - constexpr std::ptrdiff_t m_phaseChangeAnnouncementTime = 0x1254; // GameTime_t - constexpr std::ptrdiff_t m_fNextUpdateTeamClanNamesTime = 0x1258; // float32 - constexpr std::ptrdiff_t m_flLastThinkTime = 0x125C; // GameTime_t - constexpr std::ptrdiff_t m_fAccumulatedRoundOffDamage = 0x1260; // float32 - constexpr std::ptrdiff_t m_nShorthandedBonusLastEvalRound = 0x1264; // int32 - constexpr std::ptrdiff_t m_nMatchAbortedEarlyReason = 0x14E0; // int32 - constexpr std::ptrdiff_t m_bHasTriggeredRoundStartMusic = 0x14E4; // bool - constexpr std::ptrdiff_t m_bHasTriggeredCoopSpawnReset = 0x14E5; // bool - constexpr std::ptrdiff_t m_bSwitchingTeamsAtRoundReset = 0x14E6; // bool - constexpr std::ptrdiff_t m_pGameModeRules = 0x1500; // CCSGameModeRules* - constexpr std::ptrdiff_t m_BtGlobalBlackboard = 0x1508; // KeyValues3 - constexpr std::ptrdiff_t m_hPlayerResource = 0x1568; // CHandle - constexpr std::ptrdiff_t m_RetakeRules = 0x1570; // CRetakeGameRules - constexpr std::ptrdiff_t m_GuardianBotSkillLevelMax = 0x1754; // int32 - constexpr std::ptrdiff_t m_GuardianBotSkillLevelMin = 0x1758; // int32 - constexpr std::ptrdiff_t m_arrTeamUniqueKillWeaponsMatch = 0x1760; // CUtlVector[4] - constexpr std::ptrdiff_t m_bTeamLastKillUsedUniqueWeaponMatch = 0x17C0; // bool[4] - constexpr std::ptrdiff_t m_nMatchEndCount = 0x17E8; // uint8 - constexpr std::ptrdiff_t m_nTTeamIntroVariant = 0x17EC; // int32 - constexpr std::ptrdiff_t m_nCTTeamIntroVariant = 0x17F0; // int32 - constexpr std::ptrdiff_t m_bTeamIntroPeriod = 0x17F4; // bool - constexpr std::ptrdiff_t m_fTeamIntroPeriodEnd = 0x17F8; // GameTime_t - constexpr std::ptrdiff_t m_bPlayedTeamIntroVO = 0x17FC; // bool - constexpr std::ptrdiff_t m_iRoundEndWinnerTeam = 0x1800; // int32 - constexpr std::ptrdiff_t m_eRoundEndReason = 0x1804; // int32 - constexpr std::ptrdiff_t m_bRoundEndShowTimerDefend = 0x1808; // bool - constexpr std::ptrdiff_t m_iRoundEndTimerTime = 0x180C; // int32 - constexpr std::ptrdiff_t m_sRoundEndFunFactToken = 0x1810; // CUtlString - constexpr std::ptrdiff_t m_iRoundEndFunFactPlayerSlot = 0x1818; // CPlayerSlot - constexpr std::ptrdiff_t m_iRoundEndFunFactData1 = 0x181C; // int32 - constexpr std::ptrdiff_t m_iRoundEndFunFactData2 = 0x1820; // int32 - constexpr std::ptrdiff_t m_iRoundEndFunFactData3 = 0x1824; // int32 - constexpr std::ptrdiff_t m_sRoundEndMessage = 0x1828; // CUtlString - constexpr std::ptrdiff_t m_iRoundEndPlayerCount = 0x1830; // int32 - constexpr std::ptrdiff_t m_bRoundEndNoMusic = 0x1834; // bool - constexpr std::ptrdiff_t m_iRoundEndLegacy = 0x1838; // int32 - constexpr std::ptrdiff_t m_nRoundEndCount = 0x183C; // uint8 - constexpr std::ptrdiff_t m_iRoundStartRoundNumber = 0x1840; // int32 - constexpr std::ptrdiff_t m_nRoundStartCount = 0x1844; // uint8 - constexpr std::ptrdiff_t m_flLastPerfSampleTime = 0x5850; // float64 - constexpr std::ptrdiff_t m_bSkipNextServerPerfSample = 0x5858; // bool - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MPulseProvideFeatureTag - // MPulseLibraryBindings - namespace CCSTakeDamageInfoAPI { - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MPulseInstanceDomainInfo - // MPulseLibraryBindings - // MPulseDomainOptInFeatureTag - namespace CCSGameModeScript { - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MPulseLibraryBindings - namespace CCSGameModeScript_ConVars { - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_WeaponSequence (CUtlString) - namespace CCSGameModeRules_ArmsRace { - constexpr std::ptrdiff_t m_WeaponSequence = 0x38; // CNetworkUtlVectorBase - } - // Parent: CCSGameModeScript - // Fields count: 1 - // - // Metadata: - // MPulseInstanceDomainInfo - // MPulseLibraryBindings - // MPulseDomainOptInFeatureTag - namespace CCSArmsRaceScript { - constexpr std::ptrdiff_t m_pOuter = 0xD8; // CCSGameModeRules_ArmsRace* - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // NetworkVarNames: m_flDMBonusStartTime (GameTime_t) - // NetworkVarNames: m_flDMBonusTimeLength (float) - // NetworkVarNames: m_nDMBonusWeaponLoadoutSlot (int16) - namespace CCSGameModeRules_Deathmatch { - constexpr std::ptrdiff_t m_flDMBonusStartTime = 0x38; // GameTime_t - constexpr std::ptrdiff_t m_flDMBonusTimeLength = 0x3C; // float32 - constexpr std::ptrdiff_t m_nDMBonusWeaponLoadoutSlot = 0x40; // int16 - } - // Parent: CCSGameModeScript - // Fields count: 1 - // - // Metadata: - // MPulseInstanceDomainInfo - // MPulseLibraryBindings - // MPulseDomainOptInFeatureTag - namespace CCSDeathmatchScript { - constexpr std::ptrdiff_t m_pOuter = 0xD8; // CCSGameModeRules_Deathmatch* - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MPulseLibraryBindings - namespace CCSDeathmatchScript_ConVars { - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // NetworkVarNames: m_nMatchSeed (int) - // NetworkVarNames: m_bBlockersPresent (bool) - // NetworkVarNames: m_bRoundInProgress (bool) - // NetworkVarNames: m_iFirstSecondHalfRound (int) - // NetworkVarNames: m_iBombSite (int) - namespace CRetakeGameRules { - constexpr std::ptrdiff_t m_nMatchSeed = 0xF8; // int32 - constexpr std::ptrdiff_t m_bBlockersPresent = 0xFC; // bool - constexpr std::ptrdiff_t m_bRoundInProgress = 0xFD; // bool - constexpr std::ptrdiff_t m_iFirstSecondHalfRound = 0x100; // int32 - constexpr std::ptrdiff_t m_iBombSite = 0x104; // int32 - } - // Parent: None - // Fields count: 13 - // - // Metadata: - // NetworkVarNames: m_iKills (int) - // NetworkVarNames: m_iDeaths (int) - // NetworkVarNames: m_iAssists (int) - // NetworkVarNames: m_iDamage (int) - // NetworkVarNames: m_iEquipmentValue (int) - // NetworkVarNames: m_iMoneySaved (int) - // NetworkVarNames: m_iKillReward (int) - // NetworkVarNames: m_iLiveTime (int) - // NetworkVarNames: m_iHeadShotKills (int) - // NetworkVarNames: m_iObjective (int) - // NetworkVarNames: m_iCashEarned (int) - // NetworkVarNames: m_iUtilityDamage (int) - // NetworkVarNames: m_iEnemiesFlashed (int) - namespace CSPerRoundStats_t { - constexpr std::ptrdiff_t m_iKills = 0x30; // int32 - constexpr std::ptrdiff_t m_iDeaths = 0x34; // int32 - constexpr std::ptrdiff_t m_iAssists = 0x38; // int32 - constexpr std::ptrdiff_t m_iDamage = 0x3C; // int32 - constexpr std::ptrdiff_t m_iEquipmentValue = 0x40; // int32 - constexpr std::ptrdiff_t m_iMoneySaved = 0x44; // int32 - constexpr std::ptrdiff_t m_iKillReward = 0x48; // int32 - constexpr std::ptrdiff_t m_iLiveTime = 0x4C; // int32 - constexpr std::ptrdiff_t m_iHeadShotKills = 0x50; // int32 - constexpr std::ptrdiff_t m_iObjective = 0x54; // int32 - constexpr std::ptrdiff_t m_iCashEarned = 0x58; // int32 - constexpr std::ptrdiff_t m_iUtilityDamage = 0x5C; // int32 - constexpr std::ptrdiff_t m_iEnemiesFlashed = 0x60; // int32 - } - // Parent: CSPerRoundStats_t - // Fields count: 21 - // - // Metadata: - // NetworkVarNames: m_iEnemy5Ks (int) - // NetworkVarNames: m_iEnemy4Ks (int) - // NetworkVarNames: m_iEnemy3Ks (int) - // NetworkVarNames: m_iEnemyKnifeKills (int) - // NetworkVarNames: m_iEnemyTaserKills (int) - namespace CSMatchStats_t { - constexpr std::ptrdiff_t m_iEnemy5Ks = 0x64; // int32 - constexpr std::ptrdiff_t m_iEnemy4Ks = 0x68; // int32 - constexpr std::ptrdiff_t m_iEnemy3Ks = 0x6C; // int32 - constexpr std::ptrdiff_t m_iEnemyKnifeKills = 0x70; // int32 - constexpr std::ptrdiff_t m_iEnemyTaserKills = 0x74; // int32 - constexpr std::ptrdiff_t m_iEnemy2Ks = 0x78; // int32 - constexpr std::ptrdiff_t m_iUtility_Count = 0x7C; // int32 - constexpr std::ptrdiff_t m_iUtility_Successes = 0x80; // int32 - constexpr std::ptrdiff_t m_iUtility_Enemies = 0x84; // int32 - constexpr std::ptrdiff_t m_iFlash_Count = 0x88; // int32 - constexpr std::ptrdiff_t m_iFlash_Successes = 0x8C; // int32 - constexpr std::ptrdiff_t m_nHealthPointsRemovedTotal = 0x90; // int32 - constexpr std::ptrdiff_t m_nHealthPointsDealtTotal = 0x94; // int32 - constexpr std::ptrdiff_t m_nShotsFiredTotal = 0x98; // int32 - constexpr std::ptrdiff_t m_nShotsOnTargetTotal = 0x9C; // int32 - constexpr std::ptrdiff_t m_i1v1Count = 0xA0; // int32 - constexpr std::ptrdiff_t m_i1v1Wins = 0xA4; // int32 - constexpr std::ptrdiff_t m_i1v2Count = 0xA8; // int32 - constexpr std::ptrdiff_t m_i1v2Wins = 0xAC; // int32 - constexpr std::ptrdiff_t m_iEntryCount = 0xB0; // int32 - constexpr std::ptrdiff_t m_iEntryWins = 0xB4; // int32 - } - // Parent: CBaseEntity - // Fields count: 8 - // - // Metadata: - // NetworkVarNames: m_nVariant (int) - // NetworkVarNames: m_nRandom (int) - // NetworkVarNames: m_nOrdinal (int) - // NetworkVarNames: m_sWeaponName (CUtlString) - // NetworkVarNames: m_xuid (XUID) - // NetworkVarNames: m_agentItem (CEconItemView) - // NetworkVarNames: m_glovesItem (CEconItemView) - // NetworkVarNames: m_weaponItem (CEconItemView) - namespace CCSGO_TeamPreviewCharacterPosition { - constexpr std::ptrdiff_t m_nVariant = 0x7A8; // int32 - constexpr std::ptrdiff_t m_nRandom = 0x7AC; // int32 - constexpr std::ptrdiff_t m_nOrdinal = 0x7B0; // int32 - constexpr std::ptrdiff_t m_sWeaponName = 0x7B8; // CUtlString - constexpr std::ptrdiff_t m_xuid = 0x7C0; // uint64 - constexpr std::ptrdiff_t m_agentItem = 0x7C8; // CEconItemView - constexpr std::ptrdiff_t m_glovesItem = 0xA40; // CEconItemView - constexpr std::ptrdiff_t m_weaponItem = 0xCB8; // CEconItemView - } - // Parent: CBaseEntity - // Fields count: 5 - // - // Metadata: - // NetworkVarNames: m_hPlayer (CHandle) - // NetworkVarNames: m_hPingedEntity (CHandle) - // NetworkVarNames: m_iType (int) - // NetworkVarNames: m_bUrgent (bool) - // NetworkVarNames: m_szPlaceName (char) - namespace CPlayerPing { - constexpr std::ptrdiff_t m_hPlayer = 0x7B0; // CHandle - constexpr std::ptrdiff_t m_hPingedEntity = 0x7B4; // CHandle - constexpr std::ptrdiff_t m_iType = 0x7B8; // int32 - constexpr std::ptrdiff_t m_bUrgent = 0x7BC; // bool - constexpr std::ptrdiff_t m_szPlaceName = 0x7BD; // char[18] - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_hPlayerPing (CHandle) - namespace CCSPlayer_PingServices { - constexpr std::ptrdiff_t m_flPlayerPingTokens = 0x40; // GameTime_t[5] - constexpr std::ptrdiff_t m_hPlayerPing = 0x54; // CHandle - } - // Parent: CBaseEntity - // Fields count: 10 - // - // Metadata: - // NetworkVarNames: m_bHostageAlive (bool) - // NetworkVarNames: m_isHostageFollowingSomeone (bool) - // NetworkVarNames: m_iHostageEntityIDs (CEntityIndex) - // NetworkVarNames: m_bombsiteCenterA (Vector) - // NetworkVarNames: m_bombsiteCenterB (Vector) - // NetworkVarNames: m_hostageRescueX (int) - // NetworkVarNames: m_hostageRescueY (int) - // NetworkVarNames: m_hostageRescueZ (int) - // NetworkVarNames: m_bEndMatchNextMapAllVoted (bool) - namespace CCSPlayerResource { - constexpr std::ptrdiff_t m_bHostageAlive = 0x7A8; // bool[12] - constexpr std::ptrdiff_t m_isHostageFollowingSomeone = 0x7B4; // bool[12] - constexpr std::ptrdiff_t m_iHostageEntityIDs = 0x7C0; // CEntityIndex[12] - constexpr std::ptrdiff_t m_bombsiteCenterA = 0x7F0; // Vector - constexpr std::ptrdiff_t m_bombsiteCenterB = 0x7FC; // Vector - constexpr std::ptrdiff_t m_hostageRescueX = 0x808; // int32[4] - constexpr std::ptrdiff_t m_hostageRescueY = 0x818; // int32[4] - constexpr std::ptrdiff_t m_hostageRescueZ = 0x828; // int32[4] - constexpr std::ptrdiff_t m_bEndMatchNextMapAllVoted = 0x838; // bool - constexpr std::ptrdiff_t m_foundGoalPositions = 0x839; // bool - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MPulseProvideFeatureTag - // MPulseLibraryBindings - namespace CCSPlayerControllerAPI { - } - // Parent: CPlayer_CameraServices - // Fields count: 7 - // - // Metadata: - // NetworkVarNames: m_iFOV (uint32) - // NetworkVarNames: m_iFOVStart (uint32) - // NetworkVarNames: m_flFOVTime (GameTime_t) - // NetworkVarNames: m_flFOVRate (float32) - // NetworkVarNames: m_hZoomOwner (CHandle) - namespace CCSPlayerBase_CameraServices { - constexpr std::ptrdiff_t m_iFOV = 0x170; // uint32 - constexpr std::ptrdiff_t m_iFOVStart = 0x174; // uint32 - constexpr std::ptrdiff_t m_flFOVTime = 0x178; // GameTime_t - constexpr std::ptrdiff_t m_flFOVRate = 0x17C; // float32 - constexpr std::ptrdiff_t m_hZoomOwner = 0x180; // CHandle - constexpr std::ptrdiff_t m_hTriggerFogList = 0x188; // CUtlVector> - constexpr std::ptrdiff_t m_hLastFogTrigger = 0x1A0; // CHandle - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_nItemDefIndex (uint16) - // NetworkVarNames: m_nCount (uint16) - namespace WeaponPurchaseCount_t { - constexpr std::ptrdiff_t m_nItemDefIndex = 0x30; // uint16 - constexpr std::ptrdiff_t m_nCount = 0x32; // uint16 - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_weaponPurchases (WeaponPurchaseCount_t) - namespace WeaponPurchaseTracker_t { - constexpr std::ptrdiff_t m_weaponPurchases = 0x8; // CUtlVectorEmbeddedNetworkVar - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // NetworkVarNames: m_bIsRescuing (bool) - // NetworkVarNames: m_weaponPurchasesThisMatch (WeaponPurchaseTracker_t) - // NetworkVarNames: m_weaponPurchasesThisRound (WeaponPurchaseTracker_t) - namespace CCSPlayer_ActionTrackingServices { - constexpr std::ptrdiff_t m_hLastWeaponBeforeC4AutoSwitch = 0x208; // CHandle - constexpr std::ptrdiff_t m_bIsRescuing = 0x23C; // bool - constexpr std::ptrdiff_t m_weaponPurchasesThisMatch = 0x240; // WeaponPurchaseTracker_t - constexpr std::ptrdiff_t m_weaponPurchasesThisRound = 0x298; // WeaponPurchaseTracker_t - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_totalHitsOnServer (int32) - namespace CCSPlayer_BulletServices { - constexpr std::ptrdiff_t m_totalHitsOnServer = 0x40; // int32 - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // NetworkVarNames: m_unDefIdx (item_definition_index_t) - // NetworkVarNames: m_nCost (int) - // NetworkVarNames: m_nPrevArmor (int) - // NetworkVarNames: m_bPrevHelmet (bool) - // NetworkVarNames: m_hItem (CEntityHandle) - namespace SellbackPurchaseEntry_t { - constexpr std::ptrdiff_t m_unDefIdx = 0x30; // uint16 - constexpr std::ptrdiff_t m_nCost = 0x34; // int32 - constexpr std::ptrdiff_t m_nPrevArmor = 0x38; // int32 - constexpr std::ptrdiff_t m_bPrevHelmet = 0x3C; // bool - constexpr std::ptrdiff_t m_hItem = 0x40; // CEntityHandle - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_vecSellbackPurchaseEntries (SellbackPurchaseEntry_t) - namespace CCSPlayer_BuyServices { - constexpr std::ptrdiff_t m_vecSellbackPurchaseEntries = 0xC8; // CUtlVectorEmbeddedNetworkVar - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_hCarriedHostage (CHandle) - // NetworkVarNames: m_hCarriedHostageProp (CHandle) - namespace CCSPlayer_HostageServices { - constexpr std::ptrdiff_t m_hCarriedHostage = 0x40; // CHandle - constexpr std::ptrdiff_t m_hCarriedHostageProp = 0x44; // CHandle - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // NetworkVarNames: m_bHasDefuser (bool) - // NetworkVarNames: m_bHasHelmet (bool) - // NetworkVarNames: m_bHasHeavyArmor (bool) - namespace CCSPlayer_ItemServices { - constexpr std::ptrdiff_t m_bHasDefuser = 0x40; // bool - constexpr std::ptrdiff_t m_bHasHelmet = 0x41; // bool - constexpr std::ptrdiff_t m_bHasHeavyArmor = 0x42; // bool - } - // Parent: CPlayer_MovementServices_Humanoid - // Fields count: 39 - // - // Metadata: - // NetworkVarNames: m_flMaxFallVelocity (float) - // NetworkVarNames: m_vecLadderNormal (Vector) - // NetworkVarNames: m_nLadderSurfacePropIndex (int) - // NetworkVarNames: m_flDuckAmount (float) - // NetworkVarNames: m_flDuckSpeed (float) - // NetworkVarNames: m_bDuckOverride (bool) - // NetworkVarNames: m_bDesiresDuck (bool) - // NetworkVarNames: m_nDuckTimeMsecs (uint32) - // NetworkVarNames: m_nDuckJumpTimeMsecs (uint32) - // NetworkVarNames: m_nJumpTimeMsecs (uint32) - // NetworkVarNames: m_flLastDuckTime (float) - // NetworkVarNames: m_nGameCodeHasMovedPlayerAfterCommand (int) - // NetworkVarNames: m_bOldJumpPressed (bool) - // NetworkVarNames: m_flJumpUntil (float) - // NetworkVarNames: m_flJumpVel (float) - // NetworkVarNames: m_fStashGrenadeParameterWhen (GameTime_t) - // NetworkVarNames: m_nButtonDownMaskPrev (ButtonBitMask_t) - // NetworkVarNames: m_flOffsetTickCompleteTime (float) - // NetworkVarNames: m_flOffsetTickStashedSpeed (float) - // NetworkVarNames: m_flStamina (float) - namespace CCSPlayer_MovementServices { - constexpr std::ptrdiff_t m_flMaxFallVelocity = 0x224; // float32 - constexpr std::ptrdiff_t m_vecLadderNormal = 0x228; // Vector - constexpr std::ptrdiff_t m_nLadderSurfacePropIndex = 0x234; // int32 - constexpr std::ptrdiff_t m_flDuckAmount = 0x238; // float32 - constexpr std::ptrdiff_t m_flDuckSpeed = 0x23C; // float32 - constexpr std::ptrdiff_t m_bDuckOverride = 0x240; // bool - constexpr std::ptrdiff_t m_bDesiresDuck = 0x241; // bool - constexpr std::ptrdiff_t m_flDuckOffset = 0x244; // float32 - constexpr std::ptrdiff_t m_nDuckTimeMsecs = 0x248; // uint32 - constexpr std::ptrdiff_t m_nDuckJumpTimeMsecs = 0x24C; // uint32 - constexpr std::ptrdiff_t m_nJumpTimeMsecs = 0x250; // uint32 - constexpr std::ptrdiff_t m_flLastDuckTime = 0x254; // float32 - constexpr std::ptrdiff_t m_vecLastPositionAtFullCrouchSpeed = 0x260; // Vector2D - constexpr std::ptrdiff_t m_duckUntilOnGround = 0x268; // bool - constexpr std::ptrdiff_t m_bHasWalkMovedSinceLastJump = 0x269; // bool - constexpr std::ptrdiff_t m_bInStuckTest = 0x26A; // bool - constexpr std::ptrdiff_t m_flStuckCheckTime = 0x278; // float32[64][2] - constexpr std::ptrdiff_t m_nTraceCount = 0x478; // int32 - constexpr std::ptrdiff_t m_StuckLast = 0x47C; // int32 - constexpr std::ptrdiff_t m_bSpeedCropped = 0x480; // bool - constexpr std::ptrdiff_t m_nOldWaterLevel = 0x484; // int32 - constexpr std::ptrdiff_t m_flWaterEntryTime = 0x488; // float32 - constexpr std::ptrdiff_t m_vecForward = 0x48C; // Vector - constexpr std::ptrdiff_t m_vecLeft = 0x498; // Vector - constexpr std::ptrdiff_t m_vecUp = 0x4A4; // Vector - constexpr std::ptrdiff_t m_nGameCodeHasMovedPlayerAfterCommand = 0x4B0; // int32 - constexpr std::ptrdiff_t m_bMadeFootstepNoise = 0x4B4; // bool - constexpr std::ptrdiff_t m_iFootsteps = 0x4B8; // int32 - constexpr std::ptrdiff_t m_bOldJumpPressed = 0x4BC; // bool - constexpr std::ptrdiff_t m_flJumpPressedTime = 0x4C0; // float32 - constexpr std::ptrdiff_t m_flJumpUntil = 0x4C4; // float32 - constexpr std::ptrdiff_t m_flJumpVel = 0x4C8; // float32 - constexpr std::ptrdiff_t m_fStashGrenadeParameterWhen = 0x4CC; // GameTime_t - constexpr std::ptrdiff_t m_nButtonDownMaskPrev = 0x4D0; // uint64 - constexpr std::ptrdiff_t m_flOffsetTickCompleteTime = 0x4D8; // float32 - constexpr std::ptrdiff_t m_flOffsetTickStashedSpeed = 0x4DC; // float32 - constexpr std::ptrdiff_t m_flStamina = 0x4E0; // float32 - constexpr std::ptrdiff_t m_flHeightAtJumpStart = 0x4E4; // float32 - constexpr std::ptrdiff_t m_flMaxJumpHeightThisJump = 0x4E8; // float32 - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_hViewModel (CHandle) - namespace CCSPlayer_ViewModelServices { - constexpr std::ptrdiff_t m_hViewModel = 0x40; // CHandle[3] - } - // Parent: CPlayer_WeaponServices - // Fields count: 14 - // - // Metadata: - // NetworkVarNames: m_flNextAttack (GameTime_t) - // NetworkVarNames: m_bIsLookingAtWeapon (bool) - // NetworkVarNames: m_bIsHoldingLookAtWeapon (bool) - namespace CCSPlayer_WeaponServices { - constexpr std::ptrdiff_t m_flNextAttack = 0xA4; // GameTime_t - constexpr std::ptrdiff_t m_bIsLookingAtWeapon = 0xA8; // bool - constexpr std::ptrdiff_t m_bIsHoldingLookAtWeapon = 0xA9; // bool - constexpr std::ptrdiff_t m_hSavedWeapon = 0xAC; // CHandle - constexpr std::ptrdiff_t m_nTimeToMelee = 0xB0; // int32 - constexpr std::ptrdiff_t m_nTimeToSecondary = 0xB4; // int32 - constexpr std::ptrdiff_t m_nTimeToPrimary = 0xB8; // int32 - constexpr std::ptrdiff_t m_nTimeToSniperRifle = 0xBC; // int32 - constexpr std::ptrdiff_t m_bIsBeingGivenItem = 0xC0; // bool - constexpr std::ptrdiff_t m_bIsPickingUpItemWithUse = 0xC1; // bool - constexpr std::ptrdiff_t m_bPickedUpWeapon = 0xC2; // bool - constexpr std::ptrdiff_t m_bDisableAutoDeploy = 0xC3; // bool - constexpr std::ptrdiff_t m_nOldShootPositionHistoryCount = 0xC4; // uint32 - constexpr std::ptrdiff_t m_nOldInputHistoryCount = 0x460; // uint32 - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // NetworkVarNames: m_perRoundStats (CSPerRoundStats_t) - // NetworkVarNames: m_matchStats (CSMatchStats_t) - // NetworkVarNames: m_iNumRoundKills (int) - // NetworkVarNames: m_iNumRoundKillsHeadshots (int) - // NetworkVarNames: m_unTotalRoundDamageDealt (uint32) - namespace CCSPlayerController_ActionTrackingServices { - constexpr std::ptrdiff_t m_perRoundStats = 0x40; // CUtlVectorEmbeddedNetworkVar - constexpr std::ptrdiff_t m_matchStats = 0x90; // CSMatchStats_t - constexpr std::ptrdiff_t m_iNumRoundKills = 0x148; // int32 - constexpr std::ptrdiff_t m_iNumRoundKillsHeadshots = 0x14C; // int32 - constexpr std::ptrdiff_t m_unTotalRoundDamageDealt = 0x150; // uint32 - } - // Parent: None - // Fields count: 14 - // - // Metadata: - // NetworkVarNames: m_PlayerDamager (CHandle) - // NetworkVarNames: m_PlayerRecipient (CHandle) - // NetworkVarNames: m_hPlayerControllerDamager (CHandle) - // NetworkVarNames: m_hPlayerControllerRecipient (CHandle) - // NetworkVarNames: m_szPlayerDamagerName (CUtlString) - // NetworkVarNames: m_szPlayerRecipientName (CUtlString) - // NetworkVarNames: m_DamagerXuid (uint64) - // NetworkVarNames: m_RecipientXuid (uint64) - // NetworkVarNames: m_iDamage (int) - // NetworkVarNames: m_iActualHealthRemoved (int) - // NetworkVarNames: m_iNumHits (int) - // NetworkVarNames: m_iLastBulletUpdate (int) - // NetworkVarNames: m_bIsOtherEnemy (bool) - // NetworkVarNames: m_killType (EKillTypes_t) - namespace CDamageRecord { - constexpr std::ptrdiff_t m_PlayerDamager = 0x28; // CHandle - constexpr std::ptrdiff_t m_PlayerRecipient = 0x2C; // CHandle - constexpr std::ptrdiff_t m_hPlayerControllerDamager = 0x30; // CHandle - constexpr std::ptrdiff_t m_hPlayerControllerRecipient = 0x34; // CHandle - constexpr std::ptrdiff_t m_szPlayerDamagerName = 0x38; // CUtlString - constexpr std::ptrdiff_t m_szPlayerRecipientName = 0x40; // CUtlString - constexpr std::ptrdiff_t m_DamagerXuid = 0x48; // uint64 - constexpr std::ptrdiff_t m_RecipientXuid = 0x50; // uint64 - constexpr std::ptrdiff_t m_iDamage = 0x58; // int32 - constexpr std::ptrdiff_t m_iActualHealthRemoved = 0x5C; // int32 - constexpr std::ptrdiff_t m_iNumHits = 0x60; // int32 - constexpr std::ptrdiff_t m_iLastBulletUpdate = 0x64; // int32 - constexpr std::ptrdiff_t m_bIsOtherEnemy = 0x68; // bool - constexpr std::ptrdiff_t m_killType = 0x69; // EKillTypes_t - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_nSendUpdate (int) - // NetworkVarNames: m_DamageList (CDamageRecord) - namespace CCSPlayerController_DamageServices { - constexpr std::ptrdiff_t m_nSendUpdate = 0x40; // int32 - constexpr std::ptrdiff_t m_DamageList = 0x48; // CUtlVectorEmbeddedNetworkVar - } - // Parent: None - // Fields count: 6 - // - // Metadata: - // NetworkVarNames: m_iAccount (int) - // NetworkVarNames: m_iStartAccount (int) - // NetworkVarNames: m_iTotalCashSpent (int) - // NetworkVarNames: m_iCashSpentThisRound (int) - namespace CCSPlayerController_InGameMoneyServices { - constexpr std::ptrdiff_t m_bReceivesMoneyNextRound = 0x40; // bool - constexpr std::ptrdiff_t m_iAccountMoneyEarnedForNextRound = 0x44; // int32 - constexpr std::ptrdiff_t m_iAccount = 0x48; // int32 - constexpr std::ptrdiff_t m_iStartAccount = 0x4C; // int32 - constexpr std::ptrdiff_t m_iTotalCashSpent = 0x50; // int32 - constexpr std::ptrdiff_t m_iCashSpentThisRound = 0x54; // int32 - } - // Parent: None - // Fields count: 9 - // - // Metadata: - // NetworkVarNames: m_unMusicID (item_definition_index_t) - // NetworkVarNames: m_rank (MedalRank_t) - // NetworkVarNames: m_nPersonaDataPublicLevel (int) - // NetworkVarNames: m_nPersonaDataPublicCommendsLeader (int) - // NetworkVarNames: m_nPersonaDataPublicCommendsTeacher (int) - // NetworkVarNames: m_nPersonaDataPublicCommendsFriendly (int) - // NetworkVarNames: m_nPersonaDataXpTrailLevel (int) - // NetworkVarNames: m_vecServerAuthoritativeWeaponSlots (ServerAuthoritativeWeaponSlot_t) - namespace CCSPlayerController_InventoryServices { - constexpr std::ptrdiff_t m_unMusicID = 0x40; // uint16 - constexpr std::ptrdiff_t m_rank = 0x44; // MedalRank_t[6] - constexpr std::ptrdiff_t m_nPersonaDataPublicLevel = 0x5C; // int32 - constexpr std::ptrdiff_t m_nPersonaDataPublicCommendsLeader = 0x60; // int32 - constexpr std::ptrdiff_t m_nPersonaDataPublicCommendsTeacher = 0x64; // int32 - constexpr std::ptrdiff_t m_nPersonaDataPublicCommendsFriendly = 0x68; // int32 - constexpr std::ptrdiff_t m_nPersonaDataXpTrailLevel = 0x6C; // int32 - constexpr std::ptrdiff_t m_unEquippedPlayerSprayIDs = 0xF48; // uint32[1] - constexpr std::ptrdiff_t m_vecServerAuthoritativeWeaponSlots = 0xF50; // CUtlVectorEmbeddedNetworkVar - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MPulseProvideFeatureTag - // MPulseLibraryBindings - namespace CCSWeaponBaseVDataAPI { - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MPulseProvideFeatureTag - // MPulseLibraryBindings - namespace CCSWeaponBaseAPI { - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MPropertyCustomEditor - namespace CFiringModeFloat { - constexpr std::ptrdiff_t m_flValues = 0x0; // float32[2] - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MPropertyCustomEditor - namespace CFiringModeInt { - constexpr std::ptrdiff_t m_nValues = 0x0; // int32[2] - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MPulseProvideFeatureTag - // MPulseLibraryBindings - namespace CCSObserverPawnAPI { - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MPulseProvideFeatureTag - // MPulseLibraryBindings - namespace CCSPlayerPawnAPI { - } - // Parent: CBaseEntity - // Fields count: 14 - // - // Metadata: - // NetworkVarNames: m_iActiveIssueIndex (int) - // NetworkVarNames: m_iOnlyTeamToVote (int) - // NetworkVarNames: m_nVoteOptionCount (int) - // NetworkVarNames: m_nPotentialVotes (int) - // NetworkVarNames: m_bIsYesNoVote (bool) - namespace CVoteController { - constexpr std::ptrdiff_t m_iActiveIssueIndex = 0x7A8; // int32 - constexpr std::ptrdiff_t m_iOnlyTeamToVote = 0x7AC; // int32 - constexpr std::ptrdiff_t m_nVoteOptionCount = 0x7B0; // int32[5] - constexpr std::ptrdiff_t m_nPotentialVotes = 0x7C4; // int32 - constexpr std::ptrdiff_t m_bIsYesNoVote = 0x7C8; // bool - constexpr std::ptrdiff_t m_acceptingVotesTimer = 0x7D0; // CountdownTimer - constexpr std::ptrdiff_t m_executeCommandTimer = 0x7E8; // CountdownTimer - constexpr std::ptrdiff_t m_resetVoteTimer = 0x800; // CountdownTimer - constexpr std::ptrdiff_t m_nVotesCast = 0x818; // int32[64] - constexpr std::ptrdiff_t m_playerHoldingVote = 0x918; // CPlayerSlot - constexpr std::ptrdiff_t m_playerOverrideForVote = 0x91C; // CPlayerSlot - constexpr std::ptrdiff_t m_nHighestCountIndex = 0x920; // int32 - constexpr std::ptrdiff_t m_potentialIssues = 0x928; // CUtlVector - constexpr std::ptrdiff_t m_VoteOptions = 0x940; // CUtlVector - } - // Parent: CBaseEntity - // Fields count: 24 - // - // Metadata: - // NetworkVarNames: m_nDraftType (int) - // NetworkVarNames: m_nTeamWinningCoinToss (int) - // NetworkVarNames: m_nTeamWithFirstChoice (int) - // NetworkVarNames: m_nVoteMapIdsList (int) - // NetworkVarNames: m_nAccountIDs (int) - // NetworkVarNames: m_nMapId0 (int) - // NetworkVarNames: m_nMapId1 (int) - // NetworkVarNames: m_nMapId2 (int) - // NetworkVarNames: m_nMapId3 (int) - // NetworkVarNames: m_nMapId4 (int) - // NetworkVarNames: m_nMapId5 (int) - // NetworkVarNames: m_nStartingSide0 (int) - // NetworkVarNames: m_nCurrentPhase (int) - // NetworkVarNames: m_nPhaseStartTick (int) - // NetworkVarNames: m_nPhaseDurationTicks (int) - namespace CMapVetoPickController { - constexpr std::ptrdiff_t m_bPlayedIntroVcd = 0x7A8; // bool - constexpr std::ptrdiff_t m_bNeedToPlayFiveSecondsRemaining = 0x7A9; // bool - constexpr std::ptrdiff_t m_dblPreMatchDraftSequenceTime = 0x7C8; // float64 - constexpr std::ptrdiff_t m_bPreMatchDraftStateChanged = 0x7D0; // bool - constexpr std::ptrdiff_t m_nDraftType = 0x7D4; // int32 - constexpr std::ptrdiff_t m_nTeamWinningCoinToss = 0x7D8; // int32 - constexpr std::ptrdiff_t m_nTeamWithFirstChoice = 0x7DC; // int32[64] - constexpr std::ptrdiff_t m_nVoteMapIdsList = 0x8DC; // int32[7] - constexpr std::ptrdiff_t m_nAccountIDs = 0x8F8; // int32[64] - constexpr std::ptrdiff_t m_nMapId0 = 0x9F8; // int32[64] - constexpr std::ptrdiff_t m_nMapId1 = 0xAF8; // int32[64] - constexpr std::ptrdiff_t m_nMapId2 = 0xBF8; // int32[64] - constexpr std::ptrdiff_t m_nMapId3 = 0xCF8; // int32[64] - constexpr std::ptrdiff_t m_nMapId4 = 0xDF8; // int32[64] - constexpr std::ptrdiff_t m_nMapId5 = 0xEF8; // int32[64] - constexpr std::ptrdiff_t m_nStartingSide0 = 0xFF8; // int32[64] - constexpr std::ptrdiff_t m_nCurrentPhase = 0x10F8; // int32 - constexpr std::ptrdiff_t m_nPhaseStartTick = 0x10FC; // int32 - constexpr std::ptrdiff_t m_nPhaseDurationTicks = 0x1100; // int32 - constexpr std::ptrdiff_t m_OnMapVetoed = 0x1108; // CEntityOutputTemplate - constexpr std::ptrdiff_t m_OnMapPicked = 0x1130; // CEntityOutputTemplate - constexpr std::ptrdiff_t m_OnSidesPicked = 0x1158; // CEntityOutputTemplate - constexpr std::ptrdiff_t m_OnNewPhaseStarted = 0x1180; // CEntityOutputTemplate - constexpr std::ptrdiff_t m_OnLevelTransition = 0x11A8; // CEntityOutputTemplate - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MPulseLibraryBindings - // MPropertyFriendlyName - // MPropertyDescription - namespace CCSPulseServerFuncs_Globals { - } - // Parent: CBaseEntity - // Fields count: 24 - // - // Metadata: - // NetworkVarNames: m_Color (Color) - // NetworkVarNames: m_flBrightness (float) - // NetworkVarNames: m_hCubemapTexture (HRenderTextureStrong) - // NetworkVarNames: m_bCustomCubemapTexture (bool) - // NetworkVarNames: m_hLightProbeTexture (HRenderTextureStrong) - // NetworkVarNames: m_hLightProbeDirectLightIndicesTexture (HRenderTextureStrong) - // NetworkVarNames: m_hLightProbeDirectLightScalarsTexture (HRenderTextureStrong) - // NetworkVarNames: m_hLightProbeDirectLightShadowsTexture (HRenderTextureStrong) - // NetworkVarNames: m_vBoxMins (Vector) - // NetworkVarNames: m_vBoxMaxs (Vector) - // NetworkVarNames: m_bMoveable (bool) - // NetworkVarNames: m_nHandshake (int) - // NetworkVarNames: m_nEnvCubeMapArrayIndex (int) - // NetworkVarNames: m_nPriority (int) - // NetworkVarNames: m_bStartDisabled (bool) - // NetworkVarNames: m_flEdgeFadeDist (float) - // NetworkVarNames: m_vEdgeFadeDists (Vector) - // NetworkVarNames: m_nLightProbeSizeX (int) - // NetworkVarNames: m_nLightProbeSizeY (int) - // NetworkVarNames: m_nLightProbeSizeZ (int) - // NetworkVarNames: m_nLightProbeAtlasX (int) - // NetworkVarNames: m_nLightProbeAtlasY (int) - // NetworkVarNames: m_nLightProbeAtlasZ (int) - // NetworkVarNames: m_bEnabled (bool) - namespace CEnvCombinedLightProbeVolume { - constexpr std::ptrdiff_t m_Color = 0x1800; // Color - constexpr std::ptrdiff_t m_flBrightness = 0x1804; // float32 - constexpr std::ptrdiff_t m_hCubemapTexture = 0x1808; // CStrongHandle - constexpr std::ptrdiff_t m_bCustomCubemapTexture = 0x1810; // bool - constexpr std::ptrdiff_t m_hLightProbeTexture = 0x1818; // CStrongHandle - constexpr std::ptrdiff_t m_hLightProbeDirectLightIndicesTexture = 0x1820; // CStrongHandle - constexpr std::ptrdiff_t m_hLightProbeDirectLightScalarsTexture = 0x1828; // CStrongHandle - constexpr std::ptrdiff_t m_hLightProbeDirectLightShadowsTexture = 0x1830; // CStrongHandle - constexpr std::ptrdiff_t m_vBoxMins = 0x1838; // Vector - constexpr std::ptrdiff_t m_vBoxMaxs = 0x1844; // Vector - constexpr std::ptrdiff_t m_bMoveable = 0x1850; // bool - constexpr std::ptrdiff_t m_nHandshake = 0x1854; // int32 - constexpr std::ptrdiff_t m_nEnvCubeMapArrayIndex = 0x1858; // int32 - constexpr std::ptrdiff_t m_nPriority = 0x185C; // int32 - constexpr std::ptrdiff_t m_bStartDisabled = 0x1860; // bool - constexpr std::ptrdiff_t m_flEdgeFadeDist = 0x1864; // float32 - constexpr std::ptrdiff_t m_vEdgeFadeDists = 0x1868; // Vector - constexpr std::ptrdiff_t m_nLightProbeSizeX = 0x1874; // int32 - constexpr std::ptrdiff_t m_nLightProbeSizeY = 0x1878; // int32 - constexpr std::ptrdiff_t m_nLightProbeSizeZ = 0x187C; // int32 - constexpr std::ptrdiff_t m_nLightProbeAtlasX = 0x1880; // int32 - constexpr std::ptrdiff_t m_nLightProbeAtlasY = 0x1884; // int32 - constexpr std::ptrdiff_t m_nLightProbeAtlasZ = 0x1888; // int32 - constexpr std::ptrdiff_t m_bEnabled = 0x18A1; // bool - } - // Parent: CBaseEntity - // Fields count: 18 - // - // Metadata: - // NetworkVarNames: m_hCubemapTexture (HRenderTextureStrong) - // NetworkVarNames: m_bCustomCubemapTexture (bool) - // NetworkVarNames: m_flInfluenceRadius (float) - // NetworkVarNames: m_vBoxProjectMins (Vector) - // NetworkVarNames: m_vBoxProjectMaxs (Vector) - // NetworkVarNames: m_bMoveable (bool) - // NetworkVarNames: m_nHandshake (int) - // NetworkVarNames: m_nEnvCubeMapArrayIndex (int) - // NetworkVarNames: m_nPriority (int) - // NetworkVarNames: m_flEdgeFadeDist (float) - // NetworkVarNames: m_vEdgeFadeDists (Vector) - // NetworkVarNames: m_flDiffuseScale (float) - // NetworkVarNames: m_bStartDisabled (bool) - // NetworkVarNames: m_bDefaultEnvMap (bool) - // NetworkVarNames: m_bDefaultSpecEnvMap (bool) - // NetworkVarNames: m_bIndoorCubeMap (bool) - // NetworkVarNames: m_bCopyDiffuseFromDefaultCubemap (bool) - // NetworkVarNames: m_bEnabled (bool) - namespace CEnvCubemap { - constexpr std::ptrdiff_t m_hCubemapTexture = 0x828; // CStrongHandle - constexpr std::ptrdiff_t m_bCustomCubemapTexture = 0x830; // bool - constexpr std::ptrdiff_t m_flInfluenceRadius = 0x834; // float32 - constexpr std::ptrdiff_t m_vBoxProjectMins = 0x838; // Vector - constexpr std::ptrdiff_t m_vBoxProjectMaxs = 0x844; // Vector - constexpr std::ptrdiff_t m_bMoveable = 0x850; // bool - constexpr std::ptrdiff_t m_nHandshake = 0x854; // int32 - constexpr std::ptrdiff_t m_nEnvCubeMapArrayIndex = 0x858; // int32 - constexpr std::ptrdiff_t m_nPriority = 0x85C; // int32 - constexpr std::ptrdiff_t m_flEdgeFadeDist = 0x860; // float32 - constexpr std::ptrdiff_t m_vEdgeFadeDists = 0x864; // Vector - constexpr std::ptrdiff_t m_flDiffuseScale = 0x870; // float32 - constexpr std::ptrdiff_t m_bStartDisabled = 0x874; // bool - constexpr std::ptrdiff_t m_bDefaultEnvMap = 0x875; // bool - constexpr std::ptrdiff_t m_bDefaultSpecEnvMap = 0x876; // bool - constexpr std::ptrdiff_t m_bIndoorCubeMap = 0x877; // bool - constexpr std::ptrdiff_t m_bCopyDiffuseFromDefaultCubemap = 0x878; // bool - constexpr std::ptrdiff_t m_bEnabled = 0x888; // bool - } - // Parent: CBaseEntity - // Fields count: 18 - // - // Metadata: - // NetworkVarNames: m_flEndDistance (float) - // NetworkVarNames: m_flStartDistance (float) - // NetworkVarNames: m_flFogFalloffExponent (float) - // NetworkVarNames: m_bHeightFogEnabled (bool) - // NetworkVarNames: m_flFogHeightWidth (float) - // NetworkVarNames: m_flFogHeightEnd (float) - // NetworkVarNames: m_flFogHeightStart (float) - // NetworkVarNames: m_flFogHeightExponent (float) - // NetworkVarNames: m_flLODBias (float) - // NetworkVarNames: m_bActive (bool) - // NetworkVarNames: m_bStartDisabled (bool) - // NetworkVarNames: m_flFogMaxOpacity (float) - // NetworkVarNames: m_nCubemapSourceType (int) - // NetworkVarNames: m_hSkyMaterial (HMaterialStrong) - // NetworkVarNames: m_iszSkyEntity (string_t) - // NetworkVarNames: m_hFogCubemapTexture (HRenderTextureStrong) - // NetworkVarNames: m_bHasHeightFogEnd (bool) - namespace CEnvCubemapFog { - constexpr std::ptrdiff_t m_flEndDistance = 0x7A8; // float32 - constexpr std::ptrdiff_t m_flStartDistance = 0x7AC; // float32 - constexpr std::ptrdiff_t m_flFogFalloffExponent = 0x7B0; // float32 - constexpr std::ptrdiff_t m_bHeightFogEnabled = 0x7B4; // bool - constexpr std::ptrdiff_t m_flFogHeightWidth = 0x7B8; // float32 - constexpr std::ptrdiff_t m_flFogHeightEnd = 0x7BC; // float32 - constexpr std::ptrdiff_t m_flFogHeightStart = 0x7C0; // float32 - constexpr std::ptrdiff_t m_flFogHeightExponent = 0x7C4; // float32 - constexpr std::ptrdiff_t m_flLODBias = 0x7C8; // float32 - constexpr std::ptrdiff_t m_bActive = 0x7CC; // bool - constexpr std::ptrdiff_t m_bStartDisabled = 0x7CD; // bool - constexpr std::ptrdiff_t m_flFogMaxOpacity = 0x7D0; // float32 - constexpr std::ptrdiff_t m_nCubemapSourceType = 0x7D4; // int32 - constexpr std::ptrdiff_t m_hSkyMaterial = 0x7D8; // CStrongHandle - constexpr std::ptrdiff_t m_iszSkyEntity = 0x7E0; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_hFogCubemapTexture = 0x7E8; // CStrongHandle - constexpr std::ptrdiff_t m_bHasHeightFogEnd = 0x7F0; // bool - constexpr std::ptrdiff_t m_bFirstTime = 0x7F1; // bool - } - // Parent: CBaseEntity - // Fields count: 16 - // - // Metadata: - // NetworkVarNames: m_hGradientFogTexture (HRenderTextureStrong) - // NetworkVarNames: m_flFogStartDistance (float) - // NetworkVarNames: m_flFogEndDistance (float) - // NetworkVarNames: m_bHeightFogEnabled (bool) - // NetworkVarNames: m_flFogStartHeight (float) - // NetworkVarNames: m_flFogEndHeight (float) - // NetworkVarNames: m_flFarZ (float) - // NetworkVarNames: m_flFogMaxOpacity (float) - // NetworkVarNames: m_flFogFalloffExponent (float) - // NetworkVarNames: m_flFogVerticalExponent (float) - // NetworkVarNames: m_fogColor (Color) - // NetworkVarNames: m_flFogStrength (float) - // NetworkVarNames: m_flFadeTime (float) - // NetworkVarNames: m_bStartDisabled (bool) - // NetworkVarNames: m_bIsEnabled (bool) - namespace CGradientFog { - constexpr std::ptrdiff_t m_hGradientFogTexture = 0x7A8; // CStrongHandle - constexpr std::ptrdiff_t m_flFogStartDistance = 0x7B0; // float32 - constexpr std::ptrdiff_t m_flFogEndDistance = 0x7B4; // float32 - constexpr std::ptrdiff_t m_bHeightFogEnabled = 0x7B8; // bool - constexpr std::ptrdiff_t m_flFogStartHeight = 0x7BC; // float32 - constexpr std::ptrdiff_t m_flFogEndHeight = 0x7C0; // float32 - constexpr std::ptrdiff_t m_flFarZ = 0x7C4; // float32 - constexpr std::ptrdiff_t m_flFogMaxOpacity = 0x7C8; // float32 - constexpr std::ptrdiff_t m_flFogFalloffExponent = 0x7CC; // float32 - constexpr std::ptrdiff_t m_flFogVerticalExponent = 0x7D0; // float32 - constexpr std::ptrdiff_t m_fogColor = 0x7D4; // Color - constexpr std::ptrdiff_t m_flFogStrength = 0x7D8; // float32 - constexpr std::ptrdiff_t m_flFadeTime = 0x7DC; // float32 - constexpr std::ptrdiff_t m_bStartDisabled = 0x7E0; // bool - constexpr std::ptrdiff_t m_bIsEnabled = 0x7E1; // bool - constexpr std::ptrdiff_t m_bGradientFogNeedsTextures = 0x7E2; // bool - } - // Parent: CBaseEntity - // Fields count: 17 - // - // Metadata: - // NetworkVarNames: m_hLightProbeTexture (HRenderTextureStrong) - // NetworkVarNames: m_hLightProbeDirectLightIndicesTexture (HRenderTextureStrong) - // NetworkVarNames: m_hLightProbeDirectLightScalarsTexture (HRenderTextureStrong) - // NetworkVarNames: m_hLightProbeDirectLightShadowsTexture (HRenderTextureStrong) - // NetworkVarNames: m_vBoxMins (Vector) - // NetworkVarNames: m_vBoxMaxs (Vector) - // NetworkVarNames: m_bMoveable (bool) - // NetworkVarNames: m_nHandshake (int) - // NetworkVarNames: m_nPriority (int) - // NetworkVarNames: m_bStartDisabled (bool) - // NetworkVarNames: m_nLightProbeSizeX (int) - // NetworkVarNames: m_nLightProbeSizeY (int) - // NetworkVarNames: m_nLightProbeSizeZ (int) - // NetworkVarNames: m_nLightProbeAtlasX (int) - // NetworkVarNames: m_nLightProbeAtlasY (int) - // NetworkVarNames: m_nLightProbeAtlasZ (int) - // NetworkVarNames: m_bEnabled (bool) - namespace CEnvLightProbeVolume { - constexpr std::ptrdiff_t m_hLightProbeTexture = 0x1780; // CStrongHandle - constexpr std::ptrdiff_t m_hLightProbeDirectLightIndicesTexture = 0x1788; // CStrongHandle - constexpr std::ptrdiff_t m_hLightProbeDirectLightScalarsTexture = 0x1790; // CStrongHandle - constexpr std::ptrdiff_t m_hLightProbeDirectLightShadowsTexture = 0x1798; // CStrongHandle - constexpr std::ptrdiff_t m_vBoxMins = 0x17A0; // Vector - constexpr std::ptrdiff_t m_vBoxMaxs = 0x17AC; // Vector - constexpr std::ptrdiff_t m_bMoveable = 0x17B8; // bool - constexpr std::ptrdiff_t m_nHandshake = 0x17BC; // int32 - constexpr std::ptrdiff_t m_nPriority = 0x17C0; // int32 - constexpr std::ptrdiff_t m_bStartDisabled = 0x17C4; // bool - constexpr std::ptrdiff_t m_nLightProbeSizeX = 0x17C8; // int32 - constexpr std::ptrdiff_t m_nLightProbeSizeY = 0x17CC; // int32 - constexpr std::ptrdiff_t m_nLightProbeSizeZ = 0x17D0; // int32 - constexpr std::ptrdiff_t m_nLightProbeAtlasX = 0x17D4; // int32 - constexpr std::ptrdiff_t m_nLightProbeAtlasY = 0x17D8; // int32 - constexpr std::ptrdiff_t m_nLightProbeAtlasZ = 0x17DC; // int32 - constexpr std::ptrdiff_t m_bEnabled = 0x17E9; // bool - } - // Parent: CBaseEntity - // Fields count: 6 - // - // Metadata: - // NetworkVarNames: m_flVisibilityStrength (float) - // NetworkVarNames: m_flFogDistanceMultiplier (float) - // NetworkVarNames: m_flFogMaxDensityMultiplier (float) - // NetworkVarNames: m_flFadeTime (float) - // NetworkVarNames: m_bStartDisabled (bool) - // NetworkVarNames: m_bIsEnabled (bool) - namespace CPlayerVisibility { - constexpr std::ptrdiff_t m_flVisibilityStrength = 0x7A8; // float32 - constexpr std::ptrdiff_t m_flFogDistanceMultiplier = 0x7AC; // float32 - constexpr std::ptrdiff_t m_flFogMaxDensityMultiplier = 0x7B0; // float32 - constexpr std::ptrdiff_t m_flFadeTime = 0x7B4; // float32 - constexpr std::ptrdiff_t m_bStartDisabled = 0x7B8; // bool - constexpr std::ptrdiff_t m_bIsEnabled = 0x7B9; // bool - } - // Parent: CBaseEntity - // Fields count: 8 - // - // Metadata: - // NetworkVarNames: m_flAutoExposureMin (float) - // NetworkVarNames: m_flAutoExposureMax (float) - // NetworkVarNames: m_flTonemapPercentTarget (float) - // NetworkVarNames: m_flTonemapPercentBrightPixels (float) - // NetworkVarNames: m_flTonemapMinAvgLum (float) - // NetworkVarNames: m_flExposureAdaptationSpeedUp (float) - // NetworkVarNames: m_flExposureAdaptationSpeedDown (float) - // NetworkVarNames: m_flTonemapEVSmoothingRange (float) - namespace CTonemapController2 { - constexpr std::ptrdiff_t m_flAutoExposureMin = 0x7A8; // float32 - constexpr std::ptrdiff_t m_flAutoExposureMax = 0x7AC; // float32 - constexpr std::ptrdiff_t m_flTonemapPercentTarget = 0x7B0; // float32 - constexpr std::ptrdiff_t m_flTonemapPercentBrightPixels = 0x7B4; // float32 - constexpr std::ptrdiff_t m_flTonemapMinAvgLum = 0x7B8; // float32 - constexpr std::ptrdiff_t m_flExposureAdaptationSpeedUp = 0x7BC; // float32 - constexpr std::ptrdiff_t m_flExposureAdaptationSpeedDown = 0x7C0; // float32 - constexpr std::ptrdiff_t m_flTonemapEVSmoothingRange = 0x7C4; // float32 - } - // Parent: CBaseEntity - // Fields count: 28 - // - // Metadata: - // NetworkVarNames: m_flScattering (float) - // NetworkVarNames: m_flAnisotropy (float) - // NetworkVarNames: m_flFadeSpeed (float) - // NetworkVarNames: m_flDrawDistance (float) - // NetworkVarNames: m_flFadeInStart (float) - // NetworkVarNames: m_flFadeInEnd (float) - // NetworkVarNames: m_flIndirectStrength (float) - // NetworkVarNames: m_nIndirectTextureDimX (int) - // NetworkVarNames: m_nIndirectTextureDimY (int) - // NetworkVarNames: m_nIndirectTextureDimZ (int) - // NetworkVarNames: m_vBoxMins (Vector) - // NetworkVarNames: m_vBoxMaxs (Vector) - // NetworkVarNames: m_bActive (bool) - // NetworkVarNames: m_flStartAnisoTime (GameTime_t) - // NetworkVarNames: m_flStartScatterTime (GameTime_t) - // NetworkVarNames: m_flStartDrawDistanceTime (GameTime_t) - // NetworkVarNames: m_flStartAnisotropy (float) - // NetworkVarNames: m_flStartScattering (float) - // NetworkVarNames: m_flStartDrawDistance (float) - // NetworkVarNames: m_flDefaultAnisotropy (float) - // NetworkVarNames: m_flDefaultScattering (float) - // NetworkVarNames: m_flDefaultDrawDistance (float) - // NetworkVarNames: m_bStartDisabled (bool) - // NetworkVarNames: m_bEnableIndirect (bool) - // NetworkVarNames: m_bIsMaster (bool) - // NetworkVarNames: m_hFogIndirectTexture (HRenderTextureStrong) - // NetworkVarNames: m_nForceRefreshCount (int) - namespace CEnvVolumetricFogController { - constexpr std::ptrdiff_t m_flScattering = 0x7A8; // float32 - constexpr std::ptrdiff_t m_flAnisotropy = 0x7AC; // float32 - constexpr std::ptrdiff_t m_flFadeSpeed = 0x7B0; // float32 - constexpr std::ptrdiff_t m_flDrawDistance = 0x7B4; // float32 - constexpr std::ptrdiff_t m_flFadeInStart = 0x7B8; // float32 - constexpr std::ptrdiff_t m_flFadeInEnd = 0x7BC; // float32 - constexpr std::ptrdiff_t m_flIndirectStrength = 0x7C0; // float32 - constexpr std::ptrdiff_t m_nIndirectTextureDimX = 0x7C4; // int32 - constexpr std::ptrdiff_t m_nIndirectTextureDimY = 0x7C8; // int32 - constexpr std::ptrdiff_t m_nIndirectTextureDimZ = 0x7CC; // int32 - constexpr std::ptrdiff_t m_vBoxMins = 0x7D0; // Vector - constexpr std::ptrdiff_t m_vBoxMaxs = 0x7DC; // Vector - constexpr std::ptrdiff_t m_bActive = 0x7E8; // bool - constexpr std::ptrdiff_t m_flStartAnisoTime = 0x7EC; // GameTime_t - constexpr std::ptrdiff_t m_flStartScatterTime = 0x7F0; // GameTime_t - constexpr std::ptrdiff_t m_flStartDrawDistanceTime = 0x7F4; // GameTime_t - constexpr std::ptrdiff_t m_flStartAnisotropy = 0x7F8; // float32 - constexpr std::ptrdiff_t m_flStartScattering = 0x7FC; // float32 - constexpr std::ptrdiff_t m_flStartDrawDistance = 0x800; // float32 - constexpr std::ptrdiff_t m_flDefaultAnisotropy = 0x804; // float32 - constexpr std::ptrdiff_t m_flDefaultScattering = 0x808; // float32 - constexpr std::ptrdiff_t m_flDefaultDrawDistance = 0x80C; // float32 - constexpr std::ptrdiff_t m_bStartDisabled = 0x810; // bool - constexpr std::ptrdiff_t m_bEnableIndirect = 0x811; // bool - constexpr std::ptrdiff_t m_bIsMaster = 0x812; // bool - constexpr std::ptrdiff_t m_hFogIndirectTexture = 0x818; // CStrongHandle - constexpr std::ptrdiff_t m_nForceRefreshCount = 0x820; // int32 - constexpr std::ptrdiff_t m_bFirstTime = 0x824; // bool - } - // Parent: CBaseEntity - // Fields count: 7 - // - // Metadata: - // NetworkVarNames: m_bActive (bool) - // NetworkVarNames: m_vBoxMins (Vector) - // NetworkVarNames: m_vBoxMaxs (Vector) - // NetworkVarNames: m_bStartDisabled (bool) - // NetworkVarNames: m_flStrength (float) - // NetworkVarNames: m_nFalloffShape (int) - // NetworkVarNames: m_flFalloffExponent (float) - namespace CEnvVolumetricFogVolume { - constexpr std::ptrdiff_t m_bActive = 0x7A8; // bool - constexpr std::ptrdiff_t m_vBoxMins = 0x7AC; // Vector - constexpr std::ptrdiff_t m_vBoxMaxs = 0x7B8; // Vector - constexpr std::ptrdiff_t m_bStartDisabled = 0x7C4; // bool - constexpr std::ptrdiff_t m_flStrength = 0x7C8; // float32 - constexpr std::ptrdiff_t m_nFalloffShape = 0x7CC; // int32 - constexpr std::ptrdiff_t m_flFalloffExponent = 0x7D0; // float32 - } - // Parent: CBaseEntity - // Fields count: 3 - // - // Metadata: - // NetworkVarNames: m_fog (fogparams_t) - namespace CFogController { - constexpr std::ptrdiff_t m_fog = 0x7A8; // fogparams_t - constexpr std::ptrdiff_t m_bUseAngles = 0x810; // bool - constexpr std::ptrdiff_t m_iChangedVariables = 0x814; // int32 - } - // Parent: CBaseEntity - // Fields count: 3 - // - // Metadata: - // NetworkVarNames: m_nMode (int) - // NetworkVarNames: m_vBoxSize (Vector) - // NetworkVarNames: m_bEnabled (bool) - namespace CInfoVisibilityBox { - constexpr std::ptrdiff_t m_nMode = 0x7AC; // int32 - constexpr std::ptrdiff_t m_vBoxSize = 0x7B0; // Vector - constexpr std::ptrdiff_t m_bEnabled = 0x7BC; // bool - } - // Parent: CBaseEntity - // Fields count: 7 - // - // Metadata: - // NetworkVarNames: m_worldName (string_t) - // NetworkVarNames: m_layerName (string_t) - // NetworkVarNames: m_bWorldLayerVisible (bool) - // NetworkVarNames: m_bEntitiesSpawned (bool) - namespace CInfoWorldLayer { - constexpr std::ptrdiff_t m_pOutputOnEntitiesSpawned = 0x7A8; // CEntityIOOutput - constexpr std::ptrdiff_t m_worldName = 0x7D0; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_layerName = 0x7D8; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_bWorldLayerVisible = 0x7E0; // bool - constexpr std::ptrdiff_t m_bEntitiesSpawned = 0x7E1; // bool - constexpr std::ptrdiff_t m_bCreateAsChildSpawnGroup = 0x7E2; // bool - constexpr std::ptrdiff_t m_hLayerSpawnGroup = 0x7E4; // uint32 - } - // Parent: CBaseEntity - // Fields count: 25 - // - // Metadata: - // NetworkVarNames: m_FOV (float) - // NetworkVarNames: m_Resolution (float) - // NetworkVarNames: m_bFogEnable (bool) - // NetworkVarNames: m_FogColor (Color) - // NetworkVarNames: m_flFogStart (float) - // NetworkVarNames: m_flFogEnd (float) - // NetworkVarNames: m_flFogMaxDensity (float) - // NetworkVarNames: m_bActive (bool) - // NetworkVarNames: m_bUseScreenAspectRatio (bool) - // NetworkVarNames: m_flAspectRatio (float) - // NetworkVarNames: m_bNoSky (bool) - // NetworkVarNames: m_fBrightness (float) - // NetworkVarNames: m_flZFar (float) - // NetworkVarNames: m_flZNear (float) - // NetworkVarNames: m_bCanHLTVUse (bool) - // NetworkVarNames: m_bDofEnabled (bool) - // NetworkVarNames: m_flDofNearBlurry (float) - // NetworkVarNames: m_flDofNearCrisp (float) - // NetworkVarNames: m_flDofFarCrisp (float) - // NetworkVarNames: m_flDofFarBlurry (float) - // NetworkVarNames: m_flDofTiltToGround (float) - namespace CPointCamera { - constexpr std::ptrdiff_t m_FOV = 0x7A8; // float32 - constexpr std::ptrdiff_t m_Resolution = 0x7AC; // float32 - constexpr std::ptrdiff_t m_bFogEnable = 0x7B0; // bool - constexpr std::ptrdiff_t m_FogColor = 0x7B1; // Color - constexpr std::ptrdiff_t m_flFogStart = 0x7B8; // float32 - constexpr std::ptrdiff_t m_flFogEnd = 0x7BC; // float32 - constexpr std::ptrdiff_t m_flFogMaxDensity = 0x7C0; // float32 - constexpr std::ptrdiff_t m_bActive = 0x7C4; // bool - constexpr std::ptrdiff_t m_bUseScreenAspectRatio = 0x7C5; // bool - constexpr std::ptrdiff_t m_flAspectRatio = 0x7C8; // float32 - constexpr std::ptrdiff_t m_bNoSky = 0x7CC; // bool - constexpr std::ptrdiff_t m_fBrightness = 0x7D0; // float32 - constexpr std::ptrdiff_t m_flZFar = 0x7D4; // float32 - constexpr std::ptrdiff_t m_flZNear = 0x7D8; // float32 - constexpr std::ptrdiff_t m_bCanHLTVUse = 0x7DC; // bool - constexpr std::ptrdiff_t m_bDofEnabled = 0x7DD; // bool - constexpr std::ptrdiff_t m_flDofNearBlurry = 0x7E0; // float32 - constexpr std::ptrdiff_t m_flDofNearCrisp = 0x7E4; // float32 - constexpr std::ptrdiff_t m_flDofFarCrisp = 0x7E8; // float32 - constexpr std::ptrdiff_t m_flDofFarBlurry = 0x7EC; // float32 - constexpr std::ptrdiff_t m_flDofTiltToGround = 0x7F0; // float32 - constexpr std::ptrdiff_t m_TargetFOV = 0x7F4; // float32 - constexpr std::ptrdiff_t m_DegreesPerSecond = 0x7F8; // float32 - constexpr std::ptrdiff_t m_bIsOn = 0x7FC; // bool - constexpr std::ptrdiff_t m_pNext = 0x800; // CPointCamera* - } - // Parent: CBaseEntity - // Fields count: 3 - // - // Metadata: - // NetworkVarNames: m_bDisabled (bool) - // NetworkVarNames: m_iszSoundAreaType (string_t) - // NetworkVarNames: m_vPos (Vector) - namespace CSoundAreaEntityBase { - constexpr std::ptrdiff_t m_bDisabled = 0x7A8; // bool - constexpr std::ptrdiff_t m_iszSoundAreaType = 0x7B0; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_vPos = 0x7B8; // Vector - } - // Parent: CSoundAreaEntityBase - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_flRadius (float) - namespace CSoundAreaEntitySphere { - constexpr std::ptrdiff_t m_flRadius = 0x7C4; // float32 - } - // Parent: CSoundAreaEntityBase - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_vMin (Vector) - // NetworkVarNames: m_vMax (Vector) - namespace CSoundAreaEntityOrientedBox { - constexpr std::ptrdiff_t m_vMin = 0x7C4; // Vector - constexpr std::ptrdiff_t m_vMax = 0x7D0; // Vector - } - // Parent: CBaseEntity - // Fields count: 4 - // - // Metadata: - // MNetworkIncludeByName - // NetworkVarNames: m_aPlayerControllers (CHandle) - // NetworkVarNames: m_aPlayers (CHandle) - // NetworkVarNames: m_iScore (int32) - // NetworkVarNames: m_szTeamname (char) - namespace CTeam { - constexpr std::ptrdiff_t m_aPlayerControllers = 0x7A8; // CNetworkUtlVectorBase> - constexpr std::ptrdiff_t m_aPlayers = 0x7C0; // CNetworkUtlVectorBase> - constexpr std::ptrdiff_t m_iScore = 0x7D8; // int32 - constexpr std::ptrdiff_t m_szTeamname = 0x7DC; // char[129] - } - // Parent: CBaseEntity - // Fields count: 25 - // - // Metadata: - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkUserGroupProxy - // MNetworkUserGroupProxy - // MNetworkIncludeByUserGroup - // NetworkVarNames: m_nTickBase (uint32) - // NetworkVarNames: m_hPawn (CHandle) - // NetworkVarNames: m_iConnected (PlayerConnectedState) - // NetworkVarNames: m_iszPlayerName (char) - // NetworkVarNames: m_steamID (uint64) - // NetworkVarNames: m_iDesiredFOV (uint32) - namespace CBasePlayerController { - constexpr std::ptrdiff_t m_nInButtonsWhichAreToggles = 0x7B0; // uint64 - constexpr std::ptrdiff_t m_nTickBase = 0x7B8; // uint32 - constexpr std::ptrdiff_t m_hPawn = 0x7E8; // CHandle - constexpr std::ptrdiff_t m_nSplitScreenSlot = 0x7EC; // CSplitScreenSlot - constexpr std::ptrdiff_t m_hSplitOwner = 0x7F0; // CHandle - constexpr std::ptrdiff_t m_hSplitScreenPlayers = 0x7F8; // CUtlVector> - constexpr std::ptrdiff_t m_bIsHLTV = 0x810; // bool - constexpr std::ptrdiff_t m_iConnected = 0x814; // PlayerConnectedState - constexpr std::ptrdiff_t m_iszPlayerName = 0x818; // char[128] - constexpr std::ptrdiff_t m_szNetworkIDString = 0x898; // CUtlString - constexpr std::ptrdiff_t m_fLerpTime = 0x8A0; // float32 - constexpr std::ptrdiff_t m_bLagCompensation = 0x8A4; // bool - constexpr std::ptrdiff_t m_bPredict = 0x8A5; // bool - constexpr std::ptrdiff_t m_bAutoKickDisabled = 0x8A6; // bool - constexpr std::ptrdiff_t m_bIsLowViolence = 0x8A7; // bool - constexpr std::ptrdiff_t m_bGamePaused = 0x8A8; // bool - constexpr std::ptrdiff_t m_nLastRealCommandNumberExecuted = 0x934; // int32 - constexpr std::ptrdiff_t m_nLastLateCommandExecuted = 0x938; // int32 - constexpr std::ptrdiff_t m_iIgnoreGlobalChat = 0x950; // ChatIgnoreType_t - constexpr std::ptrdiff_t m_flLastPlayerTalkTime = 0x954; // float32 - constexpr std::ptrdiff_t m_flLastEntitySteadyState = 0x958; // float32 - constexpr std::ptrdiff_t m_nAvailableEntitySteadyState = 0x95C; // int32 - constexpr std::ptrdiff_t m_bHasAnySteadyStateEnts = 0x960; // bool - constexpr std::ptrdiff_t m_steamID = 0x970; // uint64 - constexpr std::ptrdiff_t m_iDesiredFOV = 0x978; // uint32 - } - // Parent: None - // Fields count: 14 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CBasePlayerVData { - constexpr std::ptrdiff_t m_sModelName = 0x28; // CResourceNameTyped> - constexpr std::ptrdiff_t m_flHeadDamageMultiplier = 0x108; // CSkillFloat - constexpr std::ptrdiff_t m_flChestDamageMultiplier = 0x118; // CSkillFloat - constexpr std::ptrdiff_t m_flStomachDamageMultiplier = 0x128; // CSkillFloat - constexpr std::ptrdiff_t m_flArmDamageMultiplier = 0x138; // CSkillFloat - constexpr std::ptrdiff_t m_flLegDamageMultiplier = 0x148; // CSkillFloat - constexpr std::ptrdiff_t m_flHoldBreathTime = 0x158; // float32 - constexpr std::ptrdiff_t m_flDrowningDamageInterval = 0x15C; // float32 - constexpr std::ptrdiff_t m_nDrowningDamageInitial = 0x160; // int32 - constexpr std::ptrdiff_t m_nDrowningDamageMax = 0x164; // int32 - constexpr std::ptrdiff_t m_nWaterSpeed = 0x168; // int32 - constexpr std::ptrdiff_t m_flUseRange = 0x16C; // float32 - constexpr std::ptrdiff_t m_flUseAngleTolerance = 0x170; // float32 - constexpr std::ptrdiff_t m_flCrouchTime = 0x174; // float32 - } - // Parent: None - // Fields count: 20 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CBasePlayerWeaponVData { - constexpr std::ptrdiff_t m_szWorldModel = 0x28; // CResourceNameTyped> - constexpr std::ptrdiff_t m_bBuiltRightHanded = 0x108; // bool - constexpr std::ptrdiff_t m_bAllowFlipping = 0x109; // bool - constexpr std::ptrdiff_t m_sMuzzleAttachment = 0x110; // CUtlString - constexpr std::ptrdiff_t m_szMuzzleFlashParticle = 0x118; // CResourceNameTyped> - constexpr std::ptrdiff_t m_iFlags = 0x1F8; // ItemFlagTypes_t - constexpr std::ptrdiff_t m_nPrimaryAmmoType = 0x1F9; // AmmoIndex_t - constexpr std::ptrdiff_t m_nSecondaryAmmoType = 0x1FA; // AmmoIndex_t - constexpr std::ptrdiff_t m_iMaxClip1 = 0x1FC; // int32 - constexpr std::ptrdiff_t m_iMaxClip2 = 0x200; // int32 - constexpr std::ptrdiff_t m_iDefaultClip1 = 0x204; // int32 - constexpr std::ptrdiff_t m_iDefaultClip2 = 0x208; // int32 - constexpr std::ptrdiff_t m_iWeight = 0x20C; // int32 - constexpr std::ptrdiff_t m_bAutoSwitchTo = 0x210; // bool - constexpr std::ptrdiff_t m_bAutoSwitchFrom = 0x211; // bool - constexpr std::ptrdiff_t m_iRumbleEffect = 0x214; // RumbleEffect_t - constexpr std::ptrdiff_t m_bLinkedCooldowns = 0x218; // bool - constexpr std::ptrdiff_t m_aShootSounds = 0x220; // CUtlMap - constexpr std::ptrdiff_t m_iSlot = 0x240; // int32 - constexpr std::ptrdiff_t m_iPosition = 0x244; // int32 - } - // Parent: None - // Fields count: 13 - // - // Metadata: - // NetworkVarNames: m_animGraphNetworkedVars (CAnimGraphNetworkedVariables) - // NetworkVarNames: m_hSequence (HSequence) - // NetworkVarNames: m_flSeqStartTime (GameTime_t) - // NetworkVarNames: m_flSeqFixedCycle (float) - // NetworkVarNames: m_nAnimLoopMode (AnimLoopMode_t) - namespace CBaseAnimGraphController { - constexpr std::ptrdiff_t m_animGraphNetworkedVars = 0x18; // CAnimGraphNetworkedVariables - constexpr std::ptrdiff_t m_bSequenceFinished = 0x220; // bool - constexpr std::ptrdiff_t m_flSoundSyncTime = 0x224; // float32 - constexpr std::ptrdiff_t m_hSequence = 0x228; // HSequence - constexpr std::ptrdiff_t m_flSeqStartTime = 0x22C; // GameTime_t - constexpr std::ptrdiff_t m_flSeqFixedCycle = 0x230; // float32 - constexpr std::ptrdiff_t m_nAnimLoopMode = 0x234; // AnimLoopMode_t - constexpr std::ptrdiff_t m_flPlaybackRate = 0x238; // CNetworkedQuantizedFloat - constexpr std::ptrdiff_t m_nNotifyState = 0x244; // SequenceFinishNotifyState_t - constexpr std::ptrdiff_t m_bNetworkedAnimationInputsChanged = 0x246; // bool - constexpr std::ptrdiff_t m_bNetworkedSequenceChanged = 0x247; // bool - constexpr std::ptrdiff_t m_bLastUpdateSkipped = 0x248; // bool - constexpr std::ptrdiff_t m_flPrevAnimUpdateTime = 0x24C; // GameTime_t - } - // Parent: CBaseEntity - // Fields count: 25 - // - // Metadata: - // NetworkVarNames: m_CRenderComponent (CRenderComponent::Storage_t) - // NetworkVarNames: m_CHitboxComponent (CHitboxComponent::Storage_t) - // NetworkVarNames: m_nRenderMode (RenderMode_t) - // NetworkVarNames: m_nRenderFX (RenderFx_t) - // NetworkVarNames: m_clrRender (Color) - // NetworkVarNames: m_vecRenderAttributes (EntityRenderAttribute_t) - // NetworkVarNames: m_bRenderToCubemaps (bool) - // NetworkVarNames: m_Collision (CCollisionProperty) - // NetworkVarNames: m_Glow (CGlowProperty) - // NetworkVarNames: m_flGlowBackfaceMult (float) - // NetworkVarNames: m_fadeMinDist (float32) - // NetworkVarNames: m_fadeMaxDist (float32) - // NetworkVarNames: m_flFadeScale (float32) - // NetworkVarNames: m_flShadowStrength (float32) - // NetworkVarNames: m_nObjectCulling (uint8) - // NetworkVarNames: m_nAddDecal (int) - // NetworkVarNames: m_vDecalPosition (Vector) - // NetworkVarNames: m_vDecalForwardAxis (Vector) - // NetworkVarNames: m_flDecalHealBloodRate (float) - // NetworkVarNames: m_flDecalHealHeightRate (float) - // NetworkVarNames: m_ConfigEntitiesToPropagateMaterialDecalsTo (CHandle) - // NetworkVarNames: m_vecViewOffset (CNetworkViewOffsetVector) - namespace CBaseModelEntity { - constexpr std::ptrdiff_t m_CRenderComponent = 0x7A8; // CRenderComponent* - constexpr std::ptrdiff_t m_CHitboxComponent = 0x7B0; // CHitboxComponent - constexpr std::ptrdiff_t m_flDissolveStartTime = 0x7D8; // GameTime_t - constexpr std::ptrdiff_t m_OnIgnite = 0x7E0; // CEntityIOOutput - constexpr std::ptrdiff_t m_nRenderMode = 0x808; // RenderMode_t - constexpr std::ptrdiff_t m_nRenderFX = 0x809; // RenderFx_t - constexpr std::ptrdiff_t m_bAllowFadeInView = 0x80A; // bool - constexpr std::ptrdiff_t m_clrRender = 0x80B; // Color - constexpr std::ptrdiff_t m_vecRenderAttributes = 0x810; // CUtlVectorEmbeddedNetworkVar - constexpr std::ptrdiff_t m_bRenderToCubemaps = 0x860; // bool - constexpr std::ptrdiff_t m_Collision = 0x868; // CCollisionProperty - constexpr std::ptrdiff_t m_Glow = 0x918; // CGlowProperty - constexpr std::ptrdiff_t m_flGlowBackfaceMult = 0x970; // float32 - constexpr std::ptrdiff_t m_fadeMinDist = 0x974; // float32 - constexpr std::ptrdiff_t m_fadeMaxDist = 0x978; // float32 - constexpr std::ptrdiff_t m_flFadeScale = 0x97C; // float32 - constexpr std::ptrdiff_t m_flShadowStrength = 0x980; // float32 - constexpr std::ptrdiff_t m_nObjectCulling = 0x984; // uint8 - constexpr std::ptrdiff_t m_nAddDecal = 0x988; // int32 - constexpr std::ptrdiff_t m_vDecalPosition = 0x98C; // Vector - constexpr std::ptrdiff_t m_vDecalForwardAxis = 0x998; // Vector - constexpr std::ptrdiff_t m_flDecalHealBloodRate = 0x9A4; // float32 - constexpr std::ptrdiff_t m_flDecalHealHeightRate = 0x9A8; // float32 - constexpr std::ptrdiff_t m_ConfigEntitiesToPropagateMaterialDecalsTo = 0x9B0; // CNetworkUtlVectorBase> - constexpr std::ptrdiff_t m_vecViewOffset = 0x9C8; // CNetworkViewOffsetVector - } - // Parent: CBaseModelEntity - // Fields count: 22 - // - // Metadata: - // MNetworkIncludeByUserGroup - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // NetworkVarNames: m_szSnapshotFileName (char) - // NetworkVarNames: m_bActive (bool) - // NetworkVarNames: m_bFrozen (bool) - // NetworkVarNames: m_flFreezeTransitionDuration (float) - // NetworkVarNames: m_nStopType (int) - // NetworkVarNames: m_bAnimateDuringGameplayPause (bool) - // NetworkVarNames: m_iEffectIndex (HParticleSystemDefinitionStrong) - // NetworkVarNames: m_flStartTime (GameTime_t) - // NetworkVarNames: m_flPreSimTime (float32) - // NetworkVarNames: m_vServerControlPoints (Vector) - // NetworkVarNames: m_iServerControlPointAssignments (uint8) - // NetworkVarNames: m_hControlPointEnts (CHandle) - // NetworkVarNames: m_bNoSave (bool) - // NetworkVarNames: m_bNoFreeze (bool) - // NetworkVarNames: m_bNoRamp (bool) - namespace CParticleSystem { - constexpr std::ptrdiff_t m_szSnapshotFileName = 0x9F8; // char[512] - constexpr std::ptrdiff_t m_bActive = 0xBF8; // bool - constexpr std::ptrdiff_t m_bFrozen = 0xBF9; // bool - constexpr std::ptrdiff_t m_flFreezeTransitionDuration = 0xBFC; // float32 - constexpr std::ptrdiff_t m_nStopType = 0xC00; // int32 - constexpr std::ptrdiff_t m_bAnimateDuringGameplayPause = 0xC04; // bool - constexpr std::ptrdiff_t m_iEffectIndex = 0xC08; // CStrongHandle - constexpr std::ptrdiff_t m_flStartTime = 0xC10; // GameTime_t - constexpr std::ptrdiff_t m_flPreSimTime = 0xC14; // float32 - constexpr std::ptrdiff_t m_vServerControlPoints = 0xC18; // Vector[4] - constexpr std::ptrdiff_t m_iServerControlPointAssignments = 0xC48; // uint8[4] - constexpr std::ptrdiff_t m_hControlPointEnts = 0xC4C; // CHandle[64] - constexpr std::ptrdiff_t m_bNoSave = 0xD4C; // bool - constexpr std::ptrdiff_t m_bNoFreeze = 0xD4D; // bool - constexpr std::ptrdiff_t m_bNoRamp = 0xD4E; // bool - constexpr std::ptrdiff_t m_bStartActive = 0xD4F; // bool - constexpr std::ptrdiff_t m_iszEffectName = 0xD50; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_iszControlPointNames = 0xD58; // CUtlSymbolLarge[64] - constexpr std::ptrdiff_t m_nDataCP = 0xF58; // int32 - constexpr std::ptrdiff_t m_vecDataCPValue = 0xF5C; // Vector - constexpr std::ptrdiff_t m_nTintCP = 0xF68; // int32 - constexpr std::ptrdiff_t m_clrTint = 0xF6C; // Color - } - // Parent: CBaseEntity - // Fields count: 16 - // - // Metadata: - // NetworkVarNames: m_flParticleSpacing (float) - // NetworkVarNames: m_flSlack (float) - // NetworkVarNames: m_flRadius (float) - // NetworkVarNames: m_ColorTint (Color) - // NetworkVarNames: m_nEffectState (int) - // NetworkVarNames: m_iEffectIndex (HParticleSystemDefinitionStrong) - // NetworkVarNames: m_PathNodes_Position (Vector) - // NetworkVarNames: m_PathNodes_TangentIn (Vector) - // NetworkVarNames: m_PathNodes_TangentOut (Vector) - // NetworkVarNames: m_PathNodes_Color (Vector) - // NetworkVarNames: m_PathNodes_PinEnabled (bool) - // NetworkVarNames: m_PathNodes_RadiusScale (float) - namespace CPathParticleRope { - constexpr std::ptrdiff_t m_bStartActive = 0x7A8; // bool - constexpr std::ptrdiff_t m_flMaxSimulationTime = 0x7AC; // float32 - constexpr std::ptrdiff_t m_iszEffectName = 0x7B0; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_PathNodes_Name = 0x7B8; // CUtlVector - constexpr std::ptrdiff_t m_flParticleSpacing = 0x7D0; // float32 - constexpr std::ptrdiff_t m_flSlack = 0x7D4; // float32 - constexpr std::ptrdiff_t m_flRadius = 0x7D8; // float32 - constexpr std::ptrdiff_t m_ColorTint = 0x7DC; // Color - constexpr std::ptrdiff_t m_nEffectState = 0x7E0; // int32 - constexpr std::ptrdiff_t m_iEffectIndex = 0x7E8; // CStrongHandle - constexpr std::ptrdiff_t m_PathNodes_Position = 0x7F0; // CNetworkUtlVectorBase - constexpr std::ptrdiff_t m_PathNodes_TangentIn = 0x808; // CNetworkUtlVectorBase - constexpr std::ptrdiff_t m_PathNodes_TangentOut = 0x820; // CNetworkUtlVectorBase - constexpr std::ptrdiff_t m_PathNodes_Color = 0x838; // CNetworkUtlVectorBase - constexpr std::ptrdiff_t m_PathNodes_PinEnabled = 0x850; // CNetworkUtlVectorBase - constexpr std::ptrdiff_t m_PathNodes_RadiusScale = 0x868; // CNetworkUtlVectorBase - } - // Parent: CBaseModelEntity - // Fields count: 9 - // - // Metadata: - // NetworkVarNames: m_Flags (uint8) - // NetworkVarNames: m_LightStyle (uint8) - // NetworkVarNames: m_Radius (float32) - // NetworkVarNames: m_Exponent (int32) - // NetworkVarNames: m_InnerAngle (float32) - // NetworkVarNames: m_OuterAngle (float32) - // NetworkVarNames: m_SpotRadius (float32) - namespace CDynamicLight { - constexpr std::ptrdiff_t m_ActualFlags = 0x9F8; // uint8 - constexpr std::ptrdiff_t m_Flags = 0x9F9; // uint8 - constexpr std::ptrdiff_t m_LightStyle = 0x9FA; // uint8 - constexpr std::ptrdiff_t m_On = 0x9FB; // bool - constexpr std::ptrdiff_t m_Radius = 0x9FC; // float32 - constexpr std::ptrdiff_t m_Exponent = 0xA00; // int32 - constexpr std::ptrdiff_t m_InnerAngle = 0xA04; // float32 - constexpr std::ptrdiff_t m_OuterAngle = 0xA08; // float32 - constexpr std::ptrdiff_t m_SpotRadius = 0xA0C; // float32 - } - // Parent: CBaseEntity - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_EnvWindShared (CEnvWindShared) - namespace CEnvWind { - constexpr std::ptrdiff_t m_EnvWindShared = 0x7A8; // CEnvWindShared - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // NetworkVarNames: m_iszOverlayNames (string_t) - // NetworkVarNames: m_flOverlayTimes (float32) - // NetworkVarNames: m_flStartTime (GameTime_t) - // NetworkVarNames: m_iDesiredOverlay (int32) - // NetworkVarNames: m_bIsActive (bool) - namespace CEnvScreenOverlay { - constexpr std::ptrdiff_t m_iszOverlayNames = 0x7A8; // CUtlSymbolLarge[10] - constexpr std::ptrdiff_t m_flOverlayTimes = 0x7F8; // float32[10] - constexpr std::ptrdiff_t m_flStartTime = 0x820; // GameTime_t - constexpr std::ptrdiff_t m_iDesiredOverlay = 0x824; // int32 - constexpr std::ptrdiff_t m_bIsActive = 0x828; // bool - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // NetworkVarNames: m_fadeColor (Color) - namespace CEnvFade { - constexpr std::ptrdiff_t m_fadeColor = 0x7A8; // Color - constexpr std::ptrdiff_t m_Duration = 0x7AC; // float32 - constexpr std::ptrdiff_t m_HoldDuration = 0x7B0; // float32 - constexpr std::ptrdiff_t m_OnBeginFade = 0x7B8; // CEntityIOOutput - } - // Parent: CBaseModelEntity - // Fields count: 7 - // - // Metadata: - // MNetworkIncludeByUserGroup - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // NetworkVarNames: m_nHorizontalSize (uint32) - // NetworkVarNames: m_nVerticalSize (uint32) - // NetworkVarNames: m_nMinDist (uint32) - // NetworkVarNames: m_nMaxDist (uint32) - // NetworkVarNames: m_nOuterMaxDist (uint32) - // NetworkVarNames: m_flGlowProxySize (float32) - // NetworkVarNames: m_flHDRColorScale (float32) - namespace CLightGlow { - constexpr std::ptrdiff_t m_nHorizontalSize = 0x9F8; // uint32 - constexpr std::ptrdiff_t m_nVerticalSize = 0x9FC; // uint32 - constexpr std::ptrdiff_t m_nMinDist = 0xA00; // uint32 - constexpr std::ptrdiff_t m_nMaxDist = 0xA04; // uint32 - constexpr std::ptrdiff_t m_nOuterMaxDist = 0xA08; // uint32 - constexpr std::ptrdiff_t m_flGlowProxySize = 0xA0C; // float32 - constexpr std::ptrdiff_t m_flHDRColorScale = 0xA10; // float32 - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // NetworkVarNames: m_bEnabled (bool) - namespace CLogicGameEventListener { - constexpr std::ptrdiff_t m_OnEventFired = 0x7B8; // CEntityIOOutput - constexpr std::ptrdiff_t m_iszGameEventName = 0x7E0; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_iszGameEventItem = 0x7E8; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_bEnabled = 0x7F0; // bool - constexpr std::ptrdiff_t m_bStartDisabled = 0x7F1; // bool - } - // Parent: CBaseEntity - // Fields count: 44 - // - // Metadata: - // NetworkVarNames: m_bDisabled (bool) - // NetworkVarNames: m_bUpdateOnClient (bool) - // NetworkVarNames: m_nInputType (ValueRemapperInputType_t) - // NetworkVarNames: m_hRemapLineStart (CHandle) - // NetworkVarNames: m_hRemapLineEnd (CHandle) - // NetworkVarNames: m_flMaximumChangePerSecond (float) - // NetworkVarNames: m_flDisengageDistance (float) - // NetworkVarNames: m_flEngageDistance (float) - // NetworkVarNames: m_bRequiresUseKey (bool) - // NetworkVarNames: m_nOutputType (ValueRemapperOutputType_t) - // NetworkVarNames: m_hOutputEntities (CHandle) - // NetworkVarNames: m_nHapticsType (ValueRemapperHapticsType_t) - // NetworkVarNames: m_nMomentumType (ValueRemapperMomentumType_t) - // NetworkVarNames: m_flMomentumModifier (float) - // NetworkVarNames: m_flSnapValue (float) - // NetworkVarNames: m_nRatchetType (ValueRemapperRatchetType_t) - // NetworkVarNames: m_flInputOffset (float) - namespace CPointValueRemapper { - constexpr std::ptrdiff_t m_bDisabled = 0x7A8; // bool - constexpr std::ptrdiff_t m_bUpdateOnClient = 0x7A9; // bool - constexpr std::ptrdiff_t m_nInputType = 0x7AC; // ValueRemapperInputType_t - constexpr std::ptrdiff_t m_iszRemapLineStartName = 0x7B0; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_iszRemapLineEndName = 0x7B8; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_hRemapLineStart = 0x7C0; // CHandle - constexpr std::ptrdiff_t m_hRemapLineEnd = 0x7C4; // CHandle - constexpr std::ptrdiff_t m_flMaximumChangePerSecond = 0x7C8; // float32 - constexpr std::ptrdiff_t m_flDisengageDistance = 0x7CC; // float32 - constexpr std::ptrdiff_t m_flEngageDistance = 0x7D0; // float32 - constexpr std::ptrdiff_t m_bRequiresUseKey = 0x7D4; // bool - constexpr std::ptrdiff_t m_nOutputType = 0x7D8; // ValueRemapperOutputType_t - constexpr std::ptrdiff_t m_iszOutputEntityName = 0x7E0; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_iszOutputEntity2Name = 0x7E8; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_iszOutputEntity3Name = 0x7F0; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_iszOutputEntity4Name = 0x7F8; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_hOutputEntities = 0x800; // CNetworkUtlVectorBase> - constexpr std::ptrdiff_t m_nHapticsType = 0x818; // ValueRemapperHapticsType_t - constexpr std::ptrdiff_t m_nMomentumType = 0x81C; // ValueRemapperMomentumType_t - constexpr std::ptrdiff_t m_flMomentumModifier = 0x820; // float32 - constexpr std::ptrdiff_t m_flSnapValue = 0x824; // float32 - constexpr std::ptrdiff_t m_flCurrentMomentum = 0x828; // float32 - constexpr std::ptrdiff_t m_nRatchetType = 0x82C; // ValueRemapperRatchetType_t - constexpr std::ptrdiff_t m_flRatchetOffset = 0x830; // float32 - constexpr std::ptrdiff_t m_flInputOffset = 0x834; // float32 - constexpr std::ptrdiff_t m_bEngaged = 0x838; // bool - constexpr std::ptrdiff_t m_bFirstUpdate = 0x839; // bool - constexpr std::ptrdiff_t m_flPreviousValue = 0x83C; // float32 - constexpr std::ptrdiff_t m_flPreviousUpdateTickTime = 0x840; // GameTime_t - constexpr std::ptrdiff_t m_vecPreviousTestPoint = 0x844; // Vector - constexpr std::ptrdiff_t m_hUsingPlayer = 0x850; // CHandle - constexpr std::ptrdiff_t m_flCustomOutputValue = 0x854; // float32 - constexpr std::ptrdiff_t m_iszSoundEngage = 0x858; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_iszSoundDisengage = 0x860; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_iszSoundReachedValueZero = 0x868; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_iszSoundReachedValueOne = 0x870; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_iszSoundMovingLoop = 0x878; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_Position = 0x888; // CEntityOutputTemplate - constexpr std::ptrdiff_t m_PositionDelta = 0x8B0; // CEntityOutputTemplate - constexpr std::ptrdiff_t m_OnReachedValueZero = 0x8D8; // CEntityIOOutput - constexpr std::ptrdiff_t m_OnReachedValueOne = 0x900; // CEntityIOOutput - constexpr std::ptrdiff_t m_OnReachedValueCustom = 0x928; // CEntityIOOutput - constexpr std::ptrdiff_t m_OnEngage = 0x950; // CEntityIOOutput - constexpr std::ptrdiff_t m_OnDisengage = 0x978; // CEntityIOOutput - } - // Parent: None - // Fields count: 11 - // - // Metadata: - // NetworkVarNames: m_messageText (char) - // NetworkVarNames: m_FontName (char) - // NetworkVarNames: m_bEnabled (bool) - // NetworkVarNames: m_bFullbright (bool) - // NetworkVarNames: m_flWorldUnitsPerPx (float) - // NetworkVarNames: m_flFontSize (float) - // NetworkVarNames: m_flDepthOffset (float) - // NetworkVarNames: m_Color (Color) - // NetworkVarNames: m_nJustifyHorizontal (PointWorldTextJustifyHorizontal_t) - // NetworkVarNames: m_nJustifyVertical (PointWorldTextJustifyVertical_t) - // NetworkVarNames: m_nReorientMode (PointWorldTextReorientMode_t) - namespace CPointWorldText { - constexpr std::ptrdiff_t m_messageText = 0x9F8; // char[512] - constexpr std::ptrdiff_t m_FontName = 0xBF8; // char[64] - constexpr std::ptrdiff_t m_bEnabled = 0xC38; // bool - constexpr std::ptrdiff_t m_bFullbright = 0xC39; // bool - constexpr std::ptrdiff_t m_flWorldUnitsPerPx = 0xC3C; // float32 - constexpr std::ptrdiff_t m_flFontSize = 0xC40; // float32 - constexpr std::ptrdiff_t m_flDepthOffset = 0xC44; // float32 - constexpr std::ptrdiff_t m_Color = 0xC48; // Color - constexpr std::ptrdiff_t m_nJustifyHorizontal = 0xC4C; // PointWorldTextJustifyHorizontal_t - constexpr std::ptrdiff_t m_nJustifyVertical = 0xC50; // PointWorldTextJustifyVertical_t - constexpr std::ptrdiff_t m_nReorientMode = 0xC54; // PointWorldTextReorientMode_t - } - // Parent: CBaseEntity - // Fields count: 3 - // - // Metadata: - // NetworkVarNames: m_iCurrentMaxRagdollCount (int8) - namespace CRagdollManager { - constexpr std::ptrdiff_t m_iCurrentMaxRagdollCount = 0x7A8; // int8 - constexpr std::ptrdiff_t m_iMaxRagdollCount = 0x7AC; // int32 - constexpr std::ptrdiff_t m_bSaveImportant = 0x7B0; // bool - } - // Parent: None - // Fields count: 64 - // - // Metadata: - // NetworkVarNames: m_bIsPlayingBack (bool) - // NetworkVarNames: m_bPaused (bool) - // NetworkVarNames: m_bMultiplayer (bool) - // NetworkVarNames: m_bAutogenerated (bool) - // NetworkVarNames: m_flForceClientTime (float32) - // NetworkVarNames: m_hActorList (CHandle) - // NetworkVarNames: m_nSceneStringIndex (uint16) - namespace CSceneEntity { - constexpr std::ptrdiff_t m_iszSceneFile = 0x7B0; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_iszResumeSceneFile = 0x7B8; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_iszTarget1 = 0x7C0; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_iszTarget2 = 0x7C8; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_iszTarget3 = 0x7D0; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_iszTarget4 = 0x7D8; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_iszTarget5 = 0x7E0; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_iszTarget6 = 0x7E8; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_iszTarget7 = 0x7F0; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_iszTarget8 = 0x7F8; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_hTarget1 = 0x800; // CHandle - constexpr std::ptrdiff_t m_hTarget2 = 0x804; // CHandle - constexpr std::ptrdiff_t m_hTarget3 = 0x808; // CHandle - constexpr std::ptrdiff_t m_hTarget4 = 0x80C; // CHandle - constexpr std::ptrdiff_t m_hTarget5 = 0x810; // CHandle - constexpr std::ptrdiff_t m_hTarget6 = 0x814; // CHandle - constexpr std::ptrdiff_t m_hTarget7 = 0x818; // CHandle - constexpr std::ptrdiff_t m_hTarget8 = 0x81C; // CHandle - constexpr std::ptrdiff_t m_bIsPlayingBack = 0x820; // bool - constexpr std::ptrdiff_t m_bPaused = 0x821; // bool - constexpr std::ptrdiff_t m_bMultiplayer = 0x822; // bool - constexpr std::ptrdiff_t m_bAutogenerated = 0x823; // bool - constexpr std::ptrdiff_t m_flForceClientTime = 0x824; // float32 - constexpr std::ptrdiff_t m_flCurrentTime = 0x828; // float32 - constexpr std::ptrdiff_t m_flFrameTime = 0x82C; // float32 - constexpr std::ptrdiff_t m_bCancelAtNextInterrupt = 0x830; // bool - constexpr std::ptrdiff_t m_fPitch = 0x834; // float32 - constexpr std::ptrdiff_t m_bAutomated = 0x838; // bool - constexpr std::ptrdiff_t m_nAutomatedAction = 0x83C; // int32 - constexpr std::ptrdiff_t m_flAutomationDelay = 0x840; // float32 - constexpr std::ptrdiff_t m_flAutomationTime = 0x844; // float32 - constexpr std::ptrdiff_t m_hWaitingForThisResumeScene = 0x848; // CHandle - constexpr std::ptrdiff_t m_bWaitingForResumeScene = 0x84C; // bool - constexpr std::ptrdiff_t m_bPausedViaInput = 0x84D; // bool - constexpr std::ptrdiff_t m_bPauseAtNextInterrupt = 0x84E; // bool - constexpr std::ptrdiff_t m_bWaitingForActor = 0x84F; // bool - constexpr std::ptrdiff_t m_bWaitingForInterrupt = 0x850; // bool - constexpr std::ptrdiff_t m_bInterruptedActorsScenes = 0x851; // bool - constexpr std::ptrdiff_t m_bBreakOnNonIdle = 0x852; // bool - constexpr std::ptrdiff_t m_hActorList = 0x858; // CNetworkUtlVectorBase> - constexpr std::ptrdiff_t m_hRemoveActorList = 0x870; // CUtlVector> - constexpr std::ptrdiff_t m_nSceneFlushCounter = 0x8B8; // int32 - constexpr std::ptrdiff_t m_nSceneStringIndex = 0x8BC; // uint16 - constexpr std::ptrdiff_t m_OnStart = 0x8C0; // CEntityIOOutput - constexpr std::ptrdiff_t m_OnCompletion = 0x8E8; // CEntityIOOutput - constexpr std::ptrdiff_t m_OnCanceled = 0x910; // CEntityIOOutput - constexpr std::ptrdiff_t m_OnPaused = 0x938; // CEntityIOOutput - constexpr std::ptrdiff_t m_OnResumed = 0x960; // CEntityIOOutput - constexpr std::ptrdiff_t m_OnTrigger = 0x988; // CEntityIOOutput[16] - constexpr std::ptrdiff_t m_hInterruptScene = 0xC98; // CHandle - constexpr std::ptrdiff_t m_nInterruptCount = 0xC9C; // int32 - constexpr std::ptrdiff_t m_bSceneMissing = 0xCA0; // bool - constexpr std::ptrdiff_t m_bInterrupted = 0xCA1; // bool - constexpr std::ptrdiff_t m_bCompletedEarly = 0xCA2; // bool - constexpr std::ptrdiff_t m_bInterruptSceneFinished = 0xCA3; // bool - constexpr std::ptrdiff_t m_bRestoring = 0xCA4; // bool - constexpr std::ptrdiff_t m_hNotifySceneCompletion = 0xCA8; // CUtlVector> - constexpr std::ptrdiff_t m_hListManagers = 0xCC0; // CUtlVector> - constexpr std::ptrdiff_t m_iszSoundName = 0xCD8; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_iszSequenceName = 0xCE0; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_hActor = 0xCE8; // CHandle - constexpr std::ptrdiff_t m_hActivator = 0xCEC; // CHandle - constexpr std::ptrdiff_t m_BusyActor = 0xCF0; // int32 - constexpr std::ptrdiff_t m_iPlayerDeathBehavior = 0xCF4; // SceneOnPlayerDeath_t - } - // Parent: CBaseModelEntity - // Fields count: 14 - // - // Metadata: - // MNetworkIncludeByName - // NetworkVarNames: m_vDirection (Vector) - // NetworkVarNames: m_clrOverlay (Color) - // NetworkVarNames: m_iszEffectName (string_t) - // NetworkVarNames: m_iszSSEffectName (string_t) - // NetworkVarNames: m_bOn (bool) - // NetworkVarNames: m_bmaxColor (bool) - // NetworkVarNames: m_flSize (float32) - // NetworkVarNames: m_flRotation (float32) - // NetworkVarNames: m_flHazeScale (float32) - // NetworkVarNames: m_flAlphaHaze (float32) - // NetworkVarNames: m_flAlphaHdr (float32) - // NetworkVarNames: m_flAlphaScale (float32) - // NetworkVarNames: m_flHDRColorScale (float32) - // NetworkVarNames: m_flFarZScale (float32) - namespace CSun { - constexpr std::ptrdiff_t m_vDirection = 0x9F8; // Vector - constexpr std::ptrdiff_t m_clrOverlay = 0xA04; // Color - constexpr std::ptrdiff_t m_iszEffectName = 0xA08; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_iszSSEffectName = 0xA10; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_bOn = 0xA18; // bool - constexpr std::ptrdiff_t m_bmaxColor = 0xA19; // bool - constexpr std::ptrdiff_t m_flSize = 0xA1C; // float32 - constexpr std::ptrdiff_t m_flRotation = 0xA20; // float32 - constexpr std::ptrdiff_t m_flHazeScale = 0xA24; // float32 - constexpr std::ptrdiff_t m_flAlphaHaze = 0xA28; // float32 - constexpr std::ptrdiff_t m_flAlphaHdr = 0xA2C; // float32 - constexpr std::ptrdiff_t m_flAlphaScale = 0xA30; // float32 - constexpr std::ptrdiff_t m_flHDRColorScale = 0xA34; // float32 - constexpr std::ptrdiff_t m_flFarZScale = 0xA38; // float32 - } - // Parent: CBaseEntity - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_Handle (CHandle) - // NetworkVarNames: m_bSendHandle (bool) - namespace CHandleTest { - constexpr std::ptrdiff_t m_Handle = 0x7A8; // CHandle - constexpr std::ptrdiff_t m_bSendHandle = 0x7AC; // bool - } - // Parent: None - // Fields count: 24 - // - // Metadata: - // NetworkVarNames: m_glowEntity (CHandle) - // NetworkVarNames: m_usable (bool) - // NetworkVarNames: m_szDisplayText (string_t) - namespace CBaseButton { - constexpr std::ptrdiff_t m_angMoveEntitySpace = 0xA78; // QAngle - constexpr std::ptrdiff_t m_fStayPushed = 0xA84; // bool - constexpr std::ptrdiff_t m_fRotating = 0xA85; // bool - constexpr std::ptrdiff_t m_ls = 0xA88; // locksound_t - constexpr std::ptrdiff_t m_sUseSound = 0xAA8; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_sLockedSound = 0xAB0; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_sUnlockedSound = 0xAB8; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_bLocked = 0xAC0; // bool - constexpr std::ptrdiff_t m_bDisabled = 0xAC1; // bool - constexpr std::ptrdiff_t m_flUseLockedTime = 0xAC4; // GameTime_t - constexpr std::ptrdiff_t m_bSolidBsp = 0xAC8; // bool - constexpr std::ptrdiff_t m_OnDamaged = 0xAD0; // CEntityIOOutput - constexpr std::ptrdiff_t m_OnPressed = 0xAF8; // CEntityIOOutput - constexpr std::ptrdiff_t m_OnUseLocked = 0xB20; // CEntityIOOutput - constexpr std::ptrdiff_t m_OnIn = 0xB48; // CEntityIOOutput - constexpr std::ptrdiff_t m_OnOut = 0xB70; // CEntityIOOutput - constexpr std::ptrdiff_t m_nState = 0xB98; // int32 - constexpr std::ptrdiff_t m_hConstraint = 0xB9C; // CEntityHandle - constexpr std::ptrdiff_t m_hConstraintParent = 0xBA0; // CEntityHandle - constexpr std::ptrdiff_t m_bForceNpcExclude = 0xBA4; // bool - constexpr std::ptrdiff_t m_sGlowEntity = 0xBA8; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_glowEntity = 0xBB0; // CHandle - constexpr std::ptrdiff_t m_usable = 0xBB4; // bool - constexpr std::ptrdiff_t m_szDisplayText = 0xBB8; // CUtlSymbolLarge - } - // Parent: None - // Fields count: 27 - // - // Metadata: - // NetworkVarNames: m_bIsUsable (bool) - namespace CBaseDoor { - constexpr std::ptrdiff_t m_angMoveEntitySpace = 0xA84; // QAngle - constexpr std::ptrdiff_t m_vecMoveDirParentSpace = 0xA90; // Vector - constexpr std::ptrdiff_t m_ls = 0xAA0; // locksound_t - constexpr std::ptrdiff_t m_bForceClosed = 0xAC0; // bool - constexpr std::ptrdiff_t m_bDoorGroup = 0xAC1; // bool - constexpr std::ptrdiff_t m_bLocked = 0xAC2; // bool - constexpr std::ptrdiff_t m_bIgnoreDebris = 0xAC3; // bool - constexpr std::ptrdiff_t m_eSpawnPosition = 0xAC4; // FuncDoorSpawnPos_t - constexpr std::ptrdiff_t m_flBlockDamage = 0xAC8; // float32 - constexpr std::ptrdiff_t m_NoiseMoving = 0xAD0; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_NoiseArrived = 0xAD8; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_NoiseMovingClosed = 0xAE0; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_NoiseArrivedClosed = 0xAE8; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_ChainTarget = 0xAF0; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_OnBlockedClosing = 0xAF8; // CEntityIOOutput - constexpr std::ptrdiff_t m_OnBlockedOpening = 0xB20; // CEntityIOOutput - constexpr std::ptrdiff_t m_OnUnblockedClosing = 0xB48; // CEntityIOOutput - constexpr std::ptrdiff_t m_OnUnblockedOpening = 0xB70; // CEntityIOOutput - constexpr std::ptrdiff_t m_OnFullyClosed = 0xB98; // CEntityIOOutput - constexpr std::ptrdiff_t m_OnFullyOpen = 0xBC0; // CEntityIOOutput - constexpr std::ptrdiff_t m_OnClose = 0xBE8; // CEntityIOOutput - constexpr std::ptrdiff_t m_OnOpen = 0xC10; // CEntityIOOutput - constexpr std::ptrdiff_t m_OnLockedUse = 0xC38; // CEntityIOOutput - constexpr std::ptrdiff_t m_bLoopMoveSound = 0xC60; // bool - constexpr std::ptrdiff_t m_bCreateNavObstacle = 0xC78; // bool - constexpr std::ptrdiff_t m_isChaining = 0xC79; // bool - constexpr std::ptrdiff_t m_bIsUsable = 0xC7A; // bool - } - // Parent: CBaseModelEntity - // Fields count: 10 - // - // Metadata: - // NetworkVarNames: m_flFadeInStart (float32) - // NetworkVarNames: m_flFadeInLength (float32) - // NetworkVarNames: m_flFadeOutModelStart (float32) - // NetworkVarNames: m_flFadeOutModelLength (float32) - // NetworkVarNames: m_flFadeOutStart (float32) - // NetworkVarNames: m_flFadeOutLength (float32) - // NetworkVarNames: m_flStartTime (GameTime_t) - // NetworkVarNames: m_nDissolveType (EntityDisolveType_t) - // NetworkVarNames: m_vDissolverOrigin (Vector) - // NetworkVarNames: m_nMagnitude (uint32) - namespace CEntityDissolve { - constexpr std::ptrdiff_t m_flFadeInStart = 0x9F8; // float32 - constexpr std::ptrdiff_t m_flFadeInLength = 0x9FC; // float32 - constexpr std::ptrdiff_t m_flFadeOutModelStart = 0xA00; // float32 - constexpr std::ptrdiff_t m_flFadeOutModelLength = 0xA04; // float32 - constexpr std::ptrdiff_t m_flFadeOutStart = 0xA08; // float32 - constexpr std::ptrdiff_t m_flFadeOutLength = 0xA0C; // float32 - constexpr std::ptrdiff_t m_flStartTime = 0xA10; // GameTime_t - constexpr std::ptrdiff_t m_nDissolveType = 0xA14; // EntityDisolveType_t - constexpr std::ptrdiff_t m_vDissolverOrigin = 0xA18; // Vector - constexpr std::ptrdiff_t m_nMagnitude = 0xA24; // uint32 - } - // Parent: None - // Fields count: 30 - // - // Metadata: - // NetworkVarNames: m_hTargetEntity (CHandle) - // NetworkVarNames: m_bState (bool) - // NetworkVarNames: m_bAlwaysUpdate (bool) - // NetworkVarNames: m_flLightFOV (float32) - // NetworkVarNames: m_bEnableShadows (bool) - // NetworkVarNames: m_bSimpleProjection (bool) - // NetworkVarNames: m_bLightOnlyTarget (bool) - // NetworkVarNames: m_bLightWorld (bool) - // NetworkVarNames: m_bCameraSpace (bool) - // NetworkVarNames: m_flBrightnessScale (float32) - // NetworkVarNames: m_LightColor (Color) - // NetworkVarNames: m_flIntensity (float32) - // NetworkVarNames: m_flLinearAttenuation (float32) - // NetworkVarNames: m_flQuadraticAttenuation (float32) - // NetworkVarNames: m_bVolumetric (bool) - // NetworkVarNames: m_flNoiseStrength (float32) - // NetworkVarNames: m_flFlashlightTime (float32) - // NetworkVarNames: m_nNumPlanes (uint32) - // NetworkVarNames: m_flPlaneOffset (float32) - // NetworkVarNames: m_flVolumetricIntensity (float32) - // NetworkVarNames: m_flColorTransitionTime (float32) - // NetworkVarNames: m_flAmbient (float32) - // NetworkVarNames: m_SpotlightTextureName (char) - // NetworkVarNames: m_nSpotlightTextureFrame (int32) - // NetworkVarNames: m_nShadowQuality (uint32) - // NetworkVarNames: m_flNearZ (float32) - // NetworkVarNames: m_flFarZ (float32) - // NetworkVarNames: m_flProjectionSize (float32) - // NetworkVarNames: m_flRotation (float32) - // NetworkVarNames: m_bFlipHorizontal (bool) - namespace CEnvProjectedTexture { - constexpr std::ptrdiff_t m_hTargetEntity = 0x9F8; // CHandle - constexpr std::ptrdiff_t m_bState = 0x9FC; // bool - constexpr std::ptrdiff_t m_bAlwaysUpdate = 0x9FD; // bool - constexpr std::ptrdiff_t m_flLightFOV = 0xA00; // float32 - constexpr std::ptrdiff_t m_bEnableShadows = 0xA04; // bool - constexpr std::ptrdiff_t m_bSimpleProjection = 0xA05; // bool - constexpr std::ptrdiff_t m_bLightOnlyTarget = 0xA06; // bool - constexpr std::ptrdiff_t m_bLightWorld = 0xA07; // bool - constexpr std::ptrdiff_t m_bCameraSpace = 0xA08; // bool - constexpr std::ptrdiff_t m_flBrightnessScale = 0xA0C; // float32 - constexpr std::ptrdiff_t m_LightColor = 0xA10; // Color - constexpr std::ptrdiff_t m_flIntensity = 0xA14; // float32 - constexpr std::ptrdiff_t m_flLinearAttenuation = 0xA18; // float32 - constexpr std::ptrdiff_t m_flQuadraticAttenuation = 0xA1C; // float32 - constexpr std::ptrdiff_t m_bVolumetric = 0xA20; // bool - constexpr std::ptrdiff_t m_flNoiseStrength = 0xA24; // float32 - constexpr std::ptrdiff_t m_flFlashlightTime = 0xA28; // float32 - constexpr std::ptrdiff_t m_nNumPlanes = 0xA2C; // uint32 - constexpr std::ptrdiff_t m_flPlaneOffset = 0xA30; // float32 - constexpr std::ptrdiff_t m_flVolumetricIntensity = 0xA34; // float32 - constexpr std::ptrdiff_t m_flColorTransitionTime = 0xA38; // float32 - constexpr std::ptrdiff_t m_flAmbient = 0xA3C; // float32 - constexpr std::ptrdiff_t m_SpotlightTextureName = 0xA40; // char[512] - constexpr std::ptrdiff_t m_nSpotlightTextureFrame = 0xC40; // int32 - constexpr std::ptrdiff_t m_nShadowQuality = 0xC44; // uint32 - constexpr std::ptrdiff_t m_flNearZ = 0xC48; // float32 - constexpr std::ptrdiff_t m_flFarZ = 0xC4C; // float32 - constexpr std::ptrdiff_t m_flProjectionSize = 0xC50; // float32 - constexpr std::ptrdiff_t m_flRotation = 0xC54; // float32 - constexpr std::ptrdiff_t m_bFlipHorizontal = 0xC58; // bool - } - // Parent: CBaseModelEntity - // Fields count: 9 - // - // Metadata: - // NetworkVarNames: m_hDecalMaterial (HMaterialStrong) - // NetworkVarNames: m_flWidth (float) - // NetworkVarNames: m_flHeight (float) - // NetworkVarNames: m_flDepth (float) - // NetworkVarNames: m_nRenderOrder (uint32) - // NetworkVarNames: m_bProjectOnWorld (bool) - // NetworkVarNames: m_bProjectOnCharacters (bool) - // NetworkVarNames: m_bProjectOnWater (bool) - // NetworkVarNames: m_flDepthSortBias (float) - namespace CEnvDecal { - constexpr std::ptrdiff_t m_hDecalMaterial = 0x9F8; // CStrongHandle - constexpr std::ptrdiff_t m_flWidth = 0xA00; // float32 - constexpr std::ptrdiff_t m_flHeight = 0xA04; // float32 - constexpr std::ptrdiff_t m_flDepth = 0xA08; // float32 - constexpr std::ptrdiff_t m_nRenderOrder = 0xA0C; // uint32 - constexpr std::ptrdiff_t m_bProjectOnWorld = 0xA10; // bool - constexpr std::ptrdiff_t m_bProjectOnCharacters = 0xA11; // bool - constexpr std::ptrdiff_t m_bProjectOnWater = 0xA12; // bool - constexpr std::ptrdiff_t m_flDepthSortBias = 0xA14; // float32 - } - // Parent: None - // Fields count: 13 - // - // Metadata: - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkOverride - namespace CFuncMoveLinear { - constexpr std::ptrdiff_t m_authoredPosition = 0xA78; // MoveLinearAuthoredPos_t - constexpr std::ptrdiff_t m_angMoveEntitySpace = 0xA7C; // QAngle - constexpr std::ptrdiff_t m_vecMoveDirParentSpace = 0xA88; // Vector - constexpr std::ptrdiff_t m_soundStart = 0xA98; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_soundStop = 0xAA0; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_currentSound = 0xAA8; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_flBlockDamage = 0xAB0; // float32 - constexpr std::ptrdiff_t m_flStartPosition = 0xAB4; // float32 - constexpr std::ptrdiff_t m_flMoveDistance = 0xAB8; // float32 - constexpr std::ptrdiff_t m_OnFullyOpen = 0xAC8; // CEntityIOOutput - constexpr std::ptrdiff_t m_OnFullyClosed = 0xAF0; // CEntityIOOutput - constexpr std::ptrdiff_t m_bCreateMovableNavMesh = 0xB18; // bool - constexpr std::ptrdiff_t m_bCreateNavObstacle = 0xB19; // bool - } - // Parent: CBaseModelEntity - // Fields count: 19 - // - // Metadata: - // MNetworkOverride - // MNetworkOverride - namespace CFuncRotating { - constexpr std::ptrdiff_t m_OnStopped = 0x9F8; // CEntityIOOutput - constexpr std::ptrdiff_t m_OnStarted = 0xA20; // CEntityIOOutput - constexpr std::ptrdiff_t m_OnReachedStart = 0xA48; // CEntityIOOutput - constexpr std::ptrdiff_t m_localRotationVector = 0xA70; // RotationVector - constexpr std::ptrdiff_t m_flFanFriction = 0xA7C; // float32 - constexpr std::ptrdiff_t m_flAttenuation = 0xA80; // float32 - constexpr std::ptrdiff_t m_flVolume = 0xA84; // float32 - constexpr std::ptrdiff_t m_flTargetSpeed = 0xA88; // float32 - constexpr std::ptrdiff_t m_flMaxSpeed = 0xA8C; // float32 - constexpr std::ptrdiff_t m_flBlockDamage = 0xA90; // float32 - constexpr std::ptrdiff_t m_flTimeScale = 0xA94; // float32 - constexpr std::ptrdiff_t m_NoiseRunning = 0xA98; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_bReversed = 0xAA0; // bool - constexpr std::ptrdiff_t m_bAccelDecel = 0xAA1; // bool - constexpr std::ptrdiff_t m_prevLocalAngles = 0xAAC; // QAngle - constexpr std::ptrdiff_t m_angStart = 0xAB8; // QAngle - constexpr std::ptrdiff_t m_bStopAtStartPos = 0xAC4; // bool - constexpr std::ptrdiff_t m_vecClientOrigin = 0xAC8; // Vector - constexpr std::ptrdiff_t m_vecClientAngles = 0xAD4; // QAngle - } - // Parent: CBaseModelEntity - // Fields count: 21 - // - // Metadata: - // MNetworkIncludeByUserGroup - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // NetworkVarNames: m_RopeFlags (uint16) - // NetworkVarNames: m_Slack (int16) - // NetworkVarNames: m_Width (float32) - // NetworkVarNames: m_TextureScale (float32) - // NetworkVarNames: m_nSegments (uint8) - // NetworkVarNames: m_bConstrainBetweenEndpoints (bool) - // NetworkVarNames: m_iRopeMaterialModelIndex (HMaterialStrong) - // NetworkVarNames: m_Subdiv (uint8) - // NetworkVarNames: m_nChangeCount (uint8) - // NetworkVarNames: m_RopeLength (int16) - // NetworkVarNames: m_fLockedPoints (uint8) - // NetworkVarNames: m_flScrollSpeed (float32) - // NetworkVarNames: m_hStartPoint (CHandle) - // NetworkVarNames: m_hEndPoint (CHandle) - // NetworkVarNames: m_iStartAttachment (AttachmentHandle_t) - // NetworkVarNames: m_iEndAttachment (AttachmentHandle_t) - namespace CRopeKeyframe { - constexpr std::ptrdiff_t m_RopeFlags = 0xA00; // uint16 - constexpr std::ptrdiff_t m_iNextLinkName = 0xA08; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_Slack = 0xA10; // int16 - constexpr std::ptrdiff_t m_Width = 0xA14; // float32 - constexpr std::ptrdiff_t m_TextureScale = 0xA18; // float32 - constexpr std::ptrdiff_t m_nSegments = 0xA1C; // uint8 - constexpr std::ptrdiff_t m_bConstrainBetweenEndpoints = 0xA1D; // bool - constexpr std::ptrdiff_t m_strRopeMaterialModel = 0xA20; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_iRopeMaterialModelIndex = 0xA28; // CStrongHandle - constexpr std::ptrdiff_t m_Subdiv = 0xA30; // uint8 - constexpr std::ptrdiff_t m_nChangeCount = 0xA31; // uint8 - constexpr std::ptrdiff_t m_RopeLength = 0xA32; // int16 - constexpr std::ptrdiff_t m_fLockedPoints = 0xA34; // uint8 - constexpr std::ptrdiff_t m_bCreatedFromMapFile = 0xA35; // bool - constexpr std::ptrdiff_t m_flScrollSpeed = 0xA38; // float32 - constexpr std::ptrdiff_t m_bStartPointValid = 0xA3C; // bool - constexpr std::ptrdiff_t m_bEndPointValid = 0xA3D; // bool - constexpr std::ptrdiff_t m_hStartPoint = 0xA40; // CHandle - constexpr std::ptrdiff_t m_hEndPoint = 0xA44; // CHandle - constexpr std::ptrdiff_t m_iStartAttachment = 0xA48; // AttachmentHandle_t - constexpr std::ptrdiff_t m_iEndAttachment = 0xA49; // AttachmentHandle_t - } - // Parent: CBaseModelEntity - // Fields count: 4 - // - // Metadata: - // NetworkVarNames: m_flLightScale (float32) - // NetworkVarNames: m_Radius (float32) - namespace CSpotlightEnd { - constexpr std::ptrdiff_t m_flLightScale = 0x9F8; // float32 - constexpr std::ptrdiff_t m_Radius = 0x9FC; // float32 - constexpr std::ptrdiff_t m_vSpotlightDir = 0xA00; // Vector - constexpr std::ptrdiff_t m_vSpotlightOrg = 0xA0C; // Vector - } - // Parent: None - // Fields count: 11 - // - // Metadata: - // MNetworkIncludeByName - // NetworkVarNames: m_bDisabled (bool) - // NetworkVarNames: m_bClientSidePredicted (bool) - namespace CBaseTrigger { - constexpr std::ptrdiff_t m_bDisabled = 0xA78; // bool - constexpr std::ptrdiff_t m_iFilterName = 0xA80; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_hFilter = 0xA88; // CHandle - constexpr std::ptrdiff_t m_OnStartTouch = 0xA90; // CEntityIOOutput - constexpr std::ptrdiff_t m_OnStartTouchAll = 0xAB8; // CEntityIOOutput - constexpr std::ptrdiff_t m_OnEndTouch = 0xAE0; // CEntityIOOutput - constexpr std::ptrdiff_t m_OnEndTouchAll = 0xB08; // CEntityIOOutput - constexpr std::ptrdiff_t m_OnTouching = 0xB30; // CEntityIOOutput - constexpr std::ptrdiff_t m_OnNotTouching = 0xB58; // CEntityIOOutput - constexpr std::ptrdiff_t m_hTouchingEntities = 0xB80; // CUtlVector> - constexpr std::ptrdiff_t m_bClientSidePredicted = 0xB98; // bool - } - // Parent: CBaseModelEntity - // Fields count: 24 - // - // Metadata: - // MNetworkIncludeByUserGroup - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkOverride - // NetworkVarNames: m_flFrameRate (float32) - // NetworkVarNames: m_flHDRColorScale (float32) - // NetworkVarNames: m_nNumBeamEnts (uint8) - // NetworkVarNames: m_hBaseMaterial (HMaterialStrong) - // NetworkVarNames: m_nHaloIndex (HMaterialStrong) - // NetworkVarNames: m_nBeamType (BeamType_t) - // NetworkVarNames: m_nBeamFlags (uint32) - // NetworkVarNames: m_hAttachEntity (CHandle) - // NetworkVarNames: m_nAttachIndex (AttachmentHandle_t) - // NetworkVarNames: m_fWidth (float32) - // NetworkVarNames: m_fEndWidth (float32) - // NetworkVarNames: m_fFadeLength (float32) - // NetworkVarNames: m_fHaloScale (float32) - // NetworkVarNames: m_fAmplitude (float32) - // NetworkVarNames: m_fStartFrame (float32) - // NetworkVarNames: m_fSpeed (float32) - // NetworkVarNames: m_flFrame (float32) - // NetworkVarNames: m_nClipStyle (BeamClipStyle_t) - // NetworkVarNames: m_bTurnedOff (bool) - // NetworkVarNames: m_vecEndPos (Vector) - namespace CBeam { - constexpr std::ptrdiff_t m_flFrameRate = 0x9F8; // float32 - constexpr std::ptrdiff_t m_flHDRColorScale = 0x9FC; // float32 - constexpr std::ptrdiff_t m_flFireTime = 0xA00; // GameTime_t - constexpr std::ptrdiff_t m_flDamage = 0xA04; // float32 - constexpr std::ptrdiff_t m_nNumBeamEnts = 0xA08; // uint8 - constexpr std::ptrdiff_t m_hBaseMaterial = 0xA10; // CStrongHandle - constexpr std::ptrdiff_t m_nHaloIndex = 0xA18; // CStrongHandle - constexpr std::ptrdiff_t m_nBeamType = 0xA20; // BeamType_t - constexpr std::ptrdiff_t m_nBeamFlags = 0xA24; // uint32 - constexpr std::ptrdiff_t m_hAttachEntity = 0xA28; // CHandle[10] - constexpr std::ptrdiff_t m_nAttachIndex = 0xA50; // AttachmentHandle_t[10] - constexpr std::ptrdiff_t m_fWidth = 0xA5C; // float32 - constexpr std::ptrdiff_t m_fEndWidth = 0xA60; // float32 - constexpr std::ptrdiff_t m_fFadeLength = 0xA64; // float32 - constexpr std::ptrdiff_t m_fHaloScale = 0xA68; // float32 - constexpr std::ptrdiff_t m_fAmplitude = 0xA6C; // float32 - constexpr std::ptrdiff_t m_fStartFrame = 0xA70; // float32 - constexpr std::ptrdiff_t m_fSpeed = 0xA74; // float32 - constexpr std::ptrdiff_t m_flFrame = 0xA78; // float32 - constexpr std::ptrdiff_t m_nClipStyle = 0xA7C; // BeamClipStyle_t - constexpr std::ptrdiff_t m_bTurnedOff = 0xA80; // bool - constexpr std::ptrdiff_t m_vecEndPos = 0xA84; // Vector - constexpr std::ptrdiff_t m_hEndEntity = 0xA90; // CHandle - constexpr std::ptrdiff_t m_nDissolveType = 0xA94; // int32 - } - // Parent: CBaseModelEntity - // Fields count: 12 - // - // Metadata: - // NetworkVarNames: m_vecLadderDir (Vector) - // NetworkVarNames: m_vecPlayerMountPositionTop (Vector) - // NetworkVarNames: m_vecPlayerMountPositionBottom (Vector) - // NetworkVarNames: m_flAutoRideSpeed (float) - // NetworkVarNames: m_bFakeLadder (bool) - namespace CFuncLadder { - constexpr std::ptrdiff_t m_vecLadderDir = 0x9F8; // Vector - constexpr std::ptrdiff_t m_Dismounts = 0xA08; // CUtlVector> - constexpr std::ptrdiff_t m_vecLocalTop = 0xA20; // Vector - constexpr std::ptrdiff_t m_vecPlayerMountPositionTop = 0xA2C; // Vector - constexpr std::ptrdiff_t m_vecPlayerMountPositionBottom = 0xA38; // Vector - constexpr std::ptrdiff_t m_flAutoRideSpeed = 0xA44; // float32 - constexpr std::ptrdiff_t m_bDisabled = 0xA48; // bool - constexpr std::ptrdiff_t m_bFakeLadder = 0xA49; // bool - constexpr std::ptrdiff_t m_bHasSlack = 0xA4A; // bool - constexpr std::ptrdiff_t m_surfacePropName = 0xA50; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_OnPlayerGotOnLadder = 0xA58; // CEntityIOOutput - constexpr std::ptrdiff_t m_OnPlayerGotOffLadder = 0xA80; // CEntityIOOutput - } - // Parent: None - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CPrecipitationVData { - constexpr std::ptrdiff_t m_szParticlePrecipitationEffect = 0x28; // CResourceNameTyped> - constexpr std::ptrdiff_t m_flInnerDistance = 0x108; // float32 - constexpr std::ptrdiff_t m_nAttachType = 0x10C; // ParticleAttachment_t - constexpr std::ptrdiff_t m_bBatchSameVolumeType = 0x110; // bool - constexpr std::ptrdiff_t m_nRTEnvCP = 0x114; // int32 - constexpr std::ptrdiff_t m_nRTEnvCPComponent = 0x118; // int32 - constexpr std::ptrdiff_t m_szModifier = 0x120; // CUtlString - } - // Parent: CBaseModelEntity - // Fields count: 23 - // - // Metadata: - // NetworkVarNames: m_hSpriteMaterial (HMaterialStrong) - // NetworkVarNames: m_hAttachedToEntity (CHandle) - // NetworkVarNames: m_nAttachment (AttachmentHandle_t) - // NetworkVarNames: m_flSpriteFramerate (float32) - // NetworkVarNames: m_flFrame (float32) - // NetworkVarNames: m_nBrightness (uint32) - // NetworkVarNames: m_flBrightnessDuration (float32) - // NetworkVarNames: m_flSpriteScale (float32) - // NetworkVarNames: m_flScaleDuration (float32) - // NetworkVarNames: m_bWorldSpaceScale (bool) - // NetworkVarNames: m_flGlowProxySize (float32) - // NetworkVarNames: m_flHDRColorScale (float32) - namespace CSprite { - constexpr std::ptrdiff_t m_hSpriteMaterial = 0x9F8; // CStrongHandle - constexpr std::ptrdiff_t m_hAttachedToEntity = 0xA00; // CHandle - constexpr std::ptrdiff_t m_nAttachment = 0xA04; // AttachmentHandle_t - constexpr std::ptrdiff_t m_flSpriteFramerate = 0xA08; // float32 - constexpr std::ptrdiff_t m_flFrame = 0xA0C; // float32 - constexpr std::ptrdiff_t m_flDieTime = 0xA10; // GameTime_t - constexpr std::ptrdiff_t m_nBrightness = 0xA20; // uint32 - constexpr std::ptrdiff_t m_flBrightnessDuration = 0xA24; // float32 - constexpr std::ptrdiff_t m_flSpriteScale = 0xA28; // float32 - constexpr std::ptrdiff_t m_flScaleDuration = 0xA2C; // float32 - constexpr std::ptrdiff_t m_bWorldSpaceScale = 0xA30; // bool - constexpr std::ptrdiff_t m_flGlowProxySize = 0xA34; // float32 - constexpr std::ptrdiff_t m_flHDRColorScale = 0xA38; // float32 - constexpr std::ptrdiff_t m_flLastTime = 0xA3C; // GameTime_t - constexpr std::ptrdiff_t m_flMaxFrame = 0xA40; // float32 - constexpr std::ptrdiff_t m_flStartScale = 0xA44; // float32 - constexpr std::ptrdiff_t m_flDestScale = 0xA48; // float32 - constexpr std::ptrdiff_t m_flScaleTimeStart = 0xA4C; // GameTime_t - constexpr std::ptrdiff_t m_nStartBrightness = 0xA50; // int32 - constexpr std::ptrdiff_t m_nDestBrightness = 0xA54; // int32 - constexpr std::ptrdiff_t m_flBrightnessTimeStart = 0xA58; // GameTime_t - constexpr std::ptrdiff_t m_nSpriteWidth = 0xA5C; // int32 - constexpr std::ptrdiff_t m_nSpriteHeight = 0xA60; // int32 - } - // Parent: CBaseModelEntity - // Fields count: 14 - // - // Metadata: - // NetworkVarNames: m_bEnabled (bool) - // NetworkVarNames: m_DialogXMLName (string_t) - // NetworkVarNames: m_PanelClassName (string_t) - // NetworkVarNames: m_PanelID (string_t) - namespace CBaseClientUIEntity { - constexpr std::ptrdiff_t m_bEnabled = 0x9F8; // bool - constexpr std::ptrdiff_t m_DialogXMLName = 0xA00; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_PanelClassName = 0xA08; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_PanelID = 0xA10; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_CustomOutput0 = 0xA18; // CEntityIOOutput - constexpr std::ptrdiff_t m_CustomOutput1 = 0xA40; // CEntityIOOutput - constexpr std::ptrdiff_t m_CustomOutput2 = 0xA68; // CEntityIOOutput - constexpr std::ptrdiff_t m_CustomOutput3 = 0xA90; // CEntityIOOutput - constexpr std::ptrdiff_t m_CustomOutput4 = 0xAB8; // CEntityIOOutput - constexpr std::ptrdiff_t m_CustomOutput5 = 0xAE0; // CEntityIOOutput - constexpr std::ptrdiff_t m_CustomOutput6 = 0xB08; // CEntityIOOutput - constexpr std::ptrdiff_t m_CustomOutput7 = 0xB30; // CEntityIOOutput - constexpr std::ptrdiff_t m_CustomOutput8 = 0xB58; // CEntityIOOutput - constexpr std::ptrdiff_t m_CustomOutput9 = 0xB80; // CEntityIOOutput - } - // Parent: CBaseClientUIEntity - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_hActivator (EHANDLE) - namespace CPointClientUIDialog { - constexpr std::ptrdiff_t m_hActivator = 0xBA8; // CHandle - constexpr std::ptrdiff_t m_bStartEnabled = 0xBAC; // bool - } - // Parent: CBaseClientUIEntity - // Fields count: 23 - // - // Metadata: - // NetworkVarNames: m_bIgnoreInput (bool) - // NetworkVarNames: m_bLit (bool) - // NetworkVarNames: m_bFollowPlayerAcrossTeleport (bool) - // NetworkVarNames: m_flWidth (float) - // NetworkVarNames: m_flHeight (float) - // NetworkVarNames: m_flDPI (float) - // NetworkVarNames: m_flInteractDistance (float) - // NetworkVarNames: m_flDepthOffset (float) - // NetworkVarNames: m_unOwnerContext (uint32) - // NetworkVarNames: m_unHorizontalAlign (uint32) - // NetworkVarNames: m_unVerticalAlign (uint32) - // NetworkVarNames: m_unOrientation (uint32) - // NetworkVarNames: m_bAllowInteractionFromAllSceneWorlds (bool) - // NetworkVarNames: m_vecCSSClasses (string_t) - // NetworkVarNames: m_bOpaque (bool) - // NetworkVarNames: m_bNoDepth (bool) - // NetworkVarNames: m_bRenderBackface (bool) - // NetworkVarNames: m_bUseOffScreenIndicator (bool) - // NetworkVarNames: m_bExcludeFromSaveGames (bool) - // NetworkVarNames: m_bGrabbable (bool) - // NetworkVarNames: m_bOnlyRenderToTexture (bool) - // NetworkVarNames: m_bDisableMipGen (bool) - // NetworkVarNames: m_nExplicitImageLayout (int32) - namespace CPointClientUIWorldPanel { - constexpr std::ptrdiff_t m_bIgnoreInput = 0xBA8; // bool - constexpr std::ptrdiff_t m_bLit = 0xBA9; // bool - constexpr std::ptrdiff_t m_bFollowPlayerAcrossTeleport = 0xBAA; // bool - constexpr std::ptrdiff_t m_flWidth = 0xBAC; // float32 - constexpr std::ptrdiff_t m_flHeight = 0xBB0; // float32 - constexpr std::ptrdiff_t m_flDPI = 0xBB4; // float32 - constexpr std::ptrdiff_t m_flInteractDistance = 0xBB8; // float32 - constexpr std::ptrdiff_t m_flDepthOffset = 0xBBC; // float32 - constexpr std::ptrdiff_t m_unOwnerContext = 0xBC0; // uint32 - constexpr std::ptrdiff_t m_unHorizontalAlign = 0xBC4; // uint32 - constexpr std::ptrdiff_t m_unVerticalAlign = 0xBC8; // uint32 - constexpr std::ptrdiff_t m_unOrientation = 0xBCC; // uint32 - constexpr std::ptrdiff_t m_bAllowInteractionFromAllSceneWorlds = 0xBD0; // bool - constexpr std::ptrdiff_t m_vecCSSClasses = 0xBD8; // CNetworkUtlVectorBase - constexpr std::ptrdiff_t m_bOpaque = 0xBF0; // bool - constexpr std::ptrdiff_t m_bNoDepth = 0xBF1; // bool - constexpr std::ptrdiff_t m_bRenderBackface = 0xBF2; // bool - constexpr std::ptrdiff_t m_bUseOffScreenIndicator = 0xBF3; // bool - constexpr std::ptrdiff_t m_bExcludeFromSaveGames = 0xBF4; // bool - constexpr std::ptrdiff_t m_bGrabbable = 0xBF5; // bool - constexpr std::ptrdiff_t m_bOnlyRenderToTexture = 0xBF6; // bool - constexpr std::ptrdiff_t m_bDisableMipGen = 0xBF7; // bool - constexpr std::ptrdiff_t m_nExplicitImageLayout = 0xBF8; // int32 - } - // Parent: CPointClientUIWorldPanel - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_messageText (char) - namespace CPointClientUIWorldTextPanel { - constexpr std::ptrdiff_t m_messageText = 0xBFC; // char[512] - } - // Parent: None - // Fields count: 10 - // - // Metadata: - // NetworkVarNames: m_bDisabled (bool) - // NetworkVarNames: m_nResolutionX (int) - // NetworkVarNames: m_nResolutionY (int) - // NetworkVarNames: m_szLayoutFileName (string_t) - // NetworkVarNames: m_RenderAttrName (string_t) - // NetworkVarNames: m_TargetEntities (CHandle) - // NetworkVarNames: m_nTargetChangeCount (int) - // NetworkVarNames: m_vecCSSClasses (string_t) - namespace CInfoOffscreenPanoramaTexture { - constexpr std::ptrdiff_t m_bDisabled = 0x7A8; // bool - constexpr std::ptrdiff_t m_nResolutionX = 0x7AC; // int32 - constexpr std::ptrdiff_t m_nResolutionY = 0x7B0; // int32 - constexpr std::ptrdiff_t m_szLayoutFileName = 0x7B8; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_RenderAttrName = 0x7C0; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_TargetEntities = 0x7C8; // CNetworkUtlVectorBase> - constexpr std::ptrdiff_t m_nTargetChangeCount = 0x7E0; // int32 - constexpr std::ptrdiff_t m_vecCSSClasses = 0x7E8; // CNetworkUtlVectorBase - constexpr std::ptrdiff_t m_szTargetsName = 0x800; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_AdditionalTargetEntities = 0x808; // CUtlVector> - } - // Parent: None - // Fields count: 13 - // - // Metadata: - // NetworkVarNames: m_iItemDefinitionIndex (item_definition_index_t) - // NetworkVarNames: m_iEntityQuality (int) - // NetworkVarNames: m_iEntityLevel (uint32) - // NetworkVarNames: m_iItemIDHigh (uint32) - // NetworkVarNames: m_iItemIDLow (uint32) - // NetworkVarNames: m_iAccountID (uint32) - // NetworkVarNames: m_iInventoryPosition (uint32) - // NetworkVarNames: m_bInitialized (bool) - // NetworkVarNames: m_AttributeList (CAttributeList) - // NetworkVarNames: m_NetworkedDynamicAttributes (CAttributeList) - // NetworkVarNames: m_szCustomName (char) - namespace CEconItemView { - constexpr std::ptrdiff_t m_iItemDefinitionIndex = 0x38; // uint16 - constexpr std::ptrdiff_t m_iEntityQuality = 0x3C; // int32 - constexpr std::ptrdiff_t m_iEntityLevel = 0x40; // uint32 - constexpr std::ptrdiff_t m_iItemID = 0x48; // uint64 - constexpr std::ptrdiff_t m_iItemIDHigh = 0x50; // uint32 - constexpr std::ptrdiff_t m_iItemIDLow = 0x54; // uint32 - constexpr std::ptrdiff_t m_iAccountID = 0x58; // uint32 - constexpr std::ptrdiff_t m_iInventoryPosition = 0x5C; // uint32 - constexpr std::ptrdiff_t m_bInitialized = 0x68; // bool - constexpr std::ptrdiff_t m_AttributeList = 0x70; // CAttributeList - constexpr std::ptrdiff_t m_NetworkedDynamicAttributes = 0xD0; // CAttributeList - constexpr std::ptrdiff_t m_szCustomName = 0x130; // char[161] - constexpr std::ptrdiff_t m_szCustomNameOverride = 0x1D1; // char[161] - } - // Parent: CBaseTrigger - // Fields count: 9 - // - // Metadata: - // NetworkVarNames: m_bBombPlantedHere (bool) - namespace CBombTarget { - constexpr std::ptrdiff_t m_OnBombExplode = 0xBA0; // CEntityIOOutput - constexpr std::ptrdiff_t m_OnBombPlanted = 0xBC8; // CEntityIOOutput - constexpr std::ptrdiff_t m_OnBombDefused = 0xBF0; // CEntityIOOutput - constexpr std::ptrdiff_t m_bIsBombSiteB = 0xC18; // bool - constexpr std::ptrdiff_t m_bIsHeistBombTarget = 0xC19; // bool - constexpr std::ptrdiff_t m_bBombPlantedHere = 0xC1A; // bool - constexpr std::ptrdiff_t m_szMountTarget = 0xC20; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_hInstructorHint = 0xC28; // CHandle - constexpr std::ptrdiff_t m_nBombSiteDesignation = 0xC2C; // int32 - } - // Parent: CBaseTrigger - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_flFluidDensity (float) - namespace CTriggerBuoyancy { - constexpr std::ptrdiff_t m_BuoyancyHelper = 0xBA0; // CBuoyancyHelper - constexpr std::ptrdiff_t m_flFluidDensity = 0xBC0; // float32 - } - // Parent: CBasePlayerController - // Fields count: 86 - // - // Metadata: - // MNetworkUserGroupProxy - // MNetworkUserGroupProxy - // MNetworkUserGroupProxy - // NetworkVarNames: m_pInGameMoneyServices (CCSPlayerController_InGameMoneyServices*) - // NetworkVarNames: m_pInventoryServices (CCSPlayerController_InventoryServices*) - // NetworkVarNames: m_pActionTrackingServices (CCSPlayerController_ActionTrackingServices*) - // NetworkVarNames: m_pDamageServices (CCSPlayerController_DamageServices*) - // NetworkVarNames: m_iPing (uint32) - // NetworkVarNames: m_bHasCommunicationAbuseMute (bool) - // NetworkVarNames: m_szCrosshairCodes (string_t) - // NetworkVarNames: m_iPendingTeamNum (uint8) - // NetworkVarNames: m_flForceTeamTime (GameTime_t) - // NetworkVarNames: m_iCompTeammateColor (int) - // NetworkVarNames: m_bEverPlayedOnTeam (bool) - // NetworkVarNames: m_szClan (string_t) - // NetworkVarNames: m_iCoachingTeam (int) - // NetworkVarNames: m_nPlayerDominated (uint64) - // NetworkVarNames: m_nPlayerDominatingMe (uint64) - // NetworkVarNames: m_iCompetitiveRanking (int) - // NetworkVarNames: m_iCompetitiveWins (int) - // NetworkVarNames: m_iCompetitiveRankType (int8) - // NetworkVarNames: m_iCompetitiveRankingPredicted_Win (int) - // NetworkVarNames: m_iCompetitiveRankingPredicted_Loss (int) - // NetworkVarNames: m_iCompetitiveRankingPredicted_Tie (int) - // NetworkVarNames: m_nEndMatchNextMapVote (int) - // NetworkVarNames: m_unActiveQuestId (uint16) - // NetworkVarNames: m_nQuestProgressReason (QuestProgress::Reason) - // NetworkVarNames: m_unPlayerTvControlFlags (uint32) - // NetworkVarNames: m_nDisconnectionTick (int) - // NetworkVarNames: m_bControllingBot (bool) - // NetworkVarNames: m_bHasControlledBotThisRound (bool) - // NetworkVarNames: m_bCanControlObservedBot (bool) - // NetworkVarNames: m_hPlayerPawn (CHandle) - // NetworkVarNames: m_hObserverPawn (CHandle) - // NetworkVarNames: m_bPawnIsAlive (bool) - // NetworkVarNames: m_iPawnHealth (uint32) - // NetworkVarNames: m_iPawnArmor (int) - // NetworkVarNames: m_bPawnHasDefuser (bool) - // NetworkVarNames: m_bPawnHasHelmet (bool) - // NetworkVarNames: m_nPawnCharacterDefIndex (item_definition_index_t) - // NetworkVarNames: m_iPawnLifetimeStart (int) - // NetworkVarNames: m_iPawnLifetimeEnd (int) - // NetworkVarNames: m_iPawnBotDifficulty (int) - // NetworkVarNames: m_hOriginalControllerOfCurrentPawn (CHandle) - // NetworkVarNames: m_iScore (int32) - // NetworkVarNames: m_vecKills (EKillTypes_t) - // NetworkVarNames: m_bMvpNoMusic (bool) - // NetworkVarNames: m_eMvpReason (int) - // NetworkVarNames: m_iMusicKitID (int) - // NetworkVarNames: m_iMusicKitMVPs (int) - // NetworkVarNames: m_iMVPs (int) - namespace CCSPlayerController { - constexpr std::ptrdiff_t m_pInGameMoneyServices = 0x9A8; // CCSPlayerController_InGameMoneyServices* - constexpr std::ptrdiff_t m_pInventoryServices = 0x9B0; // CCSPlayerController_InventoryServices* - constexpr std::ptrdiff_t m_pActionTrackingServices = 0x9B8; // CCSPlayerController_ActionTrackingServices* - constexpr std::ptrdiff_t m_pDamageServices = 0x9C0; // CCSPlayerController_DamageServices* - constexpr std::ptrdiff_t m_iPing = 0x9C8; // uint32 - constexpr std::ptrdiff_t m_bHasCommunicationAbuseMute = 0x9CC; // bool - constexpr std::ptrdiff_t m_szCrosshairCodes = 0x9D0; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_iPendingTeamNum = 0x9D8; // uint8 - constexpr std::ptrdiff_t m_flForceTeamTime = 0x9DC; // GameTime_t - constexpr std::ptrdiff_t m_iCompTeammateColor = 0x9E0; // int32 - constexpr std::ptrdiff_t m_bEverPlayedOnTeam = 0x9E4; // bool - constexpr std::ptrdiff_t m_bAttemptedToGetColor = 0x9E5; // bool - constexpr std::ptrdiff_t m_iTeammatePreferredColor = 0x9E8; // int32 - constexpr std::ptrdiff_t m_bTeamChanged = 0x9EC; // bool - constexpr std::ptrdiff_t m_bInSwitchTeam = 0x9ED; // bool - constexpr std::ptrdiff_t m_bHasSeenJoinGame = 0x9EE; // bool - constexpr std::ptrdiff_t m_bJustBecameSpectator = 0x9EF; // bool - constexpr std::ptrdiff_t m_bSwitchTeamsOnNextRoundReset = 0x9F0; // bool - constexpr std::ptrdiff_t m_bRemoveAllItemsOnNextRoundReset = 0x9F1; // bool - constexpr std::ptrdiff_t m_szClan = 0x9F8; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_szClanName = 0xA00; // char[32] - constexpr std::ptrdiff_t m_iCoachingTeam = 0xA20; // int32 - constexpr std::ptrdiff_t m_nPlayerDominated = 0xA28; // uint64 - constexpr std::ptrdiff_t m_nPlayerDominatingMe = 0xA30; // uint64 - constexpr std::ptrdiff_t m_iCompetitiveRanking = 0xA38; // int32 - constexpr std::ptrdiff_t m_iCompetitiveWins = 0xA3C; // int32 - constexpr std::ptrdiff_t m_iCompetitiveRankType = 0xA40; // int8 - constexpr std::ptrdiff_t m_iCompetitiveRankingPredicted_Win = 0xA44; // int32 - constexpr std::ptrdiff_t m_iCompetitiveRankingPredicted_Loss = 0xA48; // int32 - constexpr std::ptrdiff_t m_iCompetitiveRankingPredicted_Tie = 0xA4C; // int32 - constexpr std::ptrdiff_t m_nEndMatchNextMapVote = 0xA50; // int32 - constexpr std::ptrdiff_t m_unActiveQuestId = 0xA54; // uint16 - constexpr std::ptrdiff_t m_nQuestProgressReason = 0xA58; // QuestProgress::Reason - constexpr std::ptrdiff_t m_unPlayerTvControlFlags = 0xA5C; // uint32 - constexpr std::ptrdiff_t m_iDraftIndex = 0xA88; // int32 - constexpr std::ptrdiff_t m_msQueuedModeDisconnectionTimestamp = 0xA8C; // uint32 - constexpr std::ptrdiff_t m_uiAbandonRecordedReason = 0xA90; // uint32 - constexpr std::ptrdiff_t m_bCannotBeKicked = 0xA94; // bool - constexpr std::ptrdiff_t m_bEverFullyConnected = 0xA95; // bool - constexpr std::ptrdiff_t m_bAbandonAllowsSurrender = 0xA96; // bool - constexpr std::ptrdiff_t m_bAbandonOffersInstantSurrender = 0xA97; // bool - constexpr std::ptrdiff_t m_bDisconnection1MinWarningPrinted = 0xA98; // bool - constexpr std::ptrdiff_t m_bScoreReported = 0xA99; // bool - constexpr std::ptrdiff_t m_nDisconnectionTick = 0xA9C; // int32 - constexpr std::ptrdiff_t m_bControllingBot = 0xAA8; // bool - constexpr std::ptrdiff_t m_bHasControlledBotThisRound = 0xAA9; // bool - constexpr std::ptrdiff_t m_bHasBeenControlledByPlayerThisRound = 0xAAA; // bool - constexpr std::ptrdiff_t m_nBotsControlledThisRound = 0xAAC; // int32 - constexpr std::ptrdiff_t m_bCanControlObservedBot = 0xAB0; // bool - constexpr std::ptrdiff_t m_hPlayerPawn = 0xAB4; // CHandle - constexpr std::ptrdiff_t m_hObserverPawn = 0xAB8; // CHandle - constexpr std::ptrdiff_t m_DesiredObserverMode = 0xABC; // int32 - constexpr std::ptrdiff_t m_hDesiredObserverTarget = 0xAC0; // CEntityHandle - constexpr std::ptrdiff_t m_bPawnIsAlive = 0xAC4; // bool - constexpr std::ptrdiff_t m_iPawnHealth = 0xAC8; // uint32 - constexpr std::ptrdiff_t m_iPawnArmor = 0xACC; // int32 - constexpr std::ptrdiff_t m_bPawnHasDefuser = 0xAD0; // bool - constexpr std::ptrdiff_t m_bPawnHasHelmet = 0xAD1; // bool - constexpr std::ptrdiff_t m_nPawnCharacterDefIndex = 0xAD2; // uint16 - constexpr std::ptrdiff_t m_iPawnLifetimeStart = 0xAD4; // int32 - constexpr std::ptrdiff_t m_iPawnLifetimeEnd = 0xAD8; // int32 - constexpr std::ptrdiff_t m_iPawnBotDifficulty = 0xADC; // int32 - constexpr std::ptrdiff_t m_hOriginalControllerOfCurrentPawn = 0xAE0; // CHandle - constexpr std::ptrdiff_t m_iScore = 0xAE4; // int32 - constexpr std::ptrdiff_t m_iRoundScore = 0xAE8; // int32 - constexpr std::ptrdiff_t m_iRoundsWon = 0xAEC; // int32 - constexpr std::ptrdiff_t m_vecKills = 0xAF0; // CNetworkUtlVectorBase - constexpr std::ptrdiff_t m_bMvpNoMusic = 0xB08; // bool - constexpr std::ptrdiff_t m_eMvpReason = 0xB0C; // int32 - constexpr std::ptrdiff_t m_iMusicKitID = 0xB10; // int32 - constexpr std::ptrdiff_t m_iMusicKitMVPs = 0xB14; // int32 - constexpr std::ptrdiff_t m_iMVPs = 0xB18; // int32 - constexpr std::ptrdiff_t m_nUpdateCounter = 0xB1C; // int32 - constexpr std::ptrdiff_t m_flSmoothedPing = 0xB20; // float32 - constexpr std::ptrdiff_t m_lastHeldVoteTimer = 0xFBC8; // IntervalTimer - constexpr std::ptrdiff_t m_bShowHints = 0xFBE0; // bool - constexpr std::ptrdiff_t m_iNextTimeCheck = 0xFBE4; // int32 - constexpr std::ptrdiff_t m_bJustDidTeamKill = 0xFBE8; // bool - constexpr std::ptrdiff_t m_bPunishForTeamKill = 0xFBE9; // bool - constexpr std::ptrdiff_t m_bGaveTeamDamageWarning = 0xFBEA; // bool - constexpr std::ptrdiff_t m_bGaveTeamDamageWarningThisRound = 0xFBEB; // bool - constexpr std::ptrdiff_t m_dblLastReceivedPacketPlatFloatTime = 0xFBF0; // float64 - constexpr std::ptrdiff_t m_LastTeamDamageWarningTime = 0xFBF8; // GameTime_t - constexpr std::ptrdiff_t m_LastTimePlayerWasDisconnectedForPawnsRemove = 0xFBFC; // GameTime_t - constexpr std::ptrdiff_t m_nSuspiciousHitCount = 0xFC00; // uint32 - constexpr std::ptrdiff_t m_nNonSuspiciousHitStreak = 0xFC04; // uint32 - } - // Parent: CBaseTrigger - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_source (string_t) - // NetworkVarNames: m_destination (string_t) - namespace CFootstepControl { - constexpr std::ptrdiff_t m_source = 0xBA0; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_destination = 0xBA8; // CUtlSymbolLarge - } - // Parent: CBasePlayerWeaponVData - // Fields count: 92 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertySuppressBaseClassField - // MPropertySuppressBaseClassField - namespace CCSWeaponBaseVData { - constexpr std::ptrdiff_t m_WeaponType = 0x248; // CSWeaponType - constexpr std::ptrdiff_t m_WeaponCategory = 0x24C; // CSWeaponCategory - constexpr std::ptrdiff_t m_szViewModel = 0x250; // CResourceNameTyped> - constexpr std::ptrdiff_t m_szPlayerModel = 0x330; // CResourceNameTyped> - constexpr std::ptrdiff_t m_szWorldDroppedModel = 0x410; // CResourceNameTyped> - constexpr std::ptrdiff_t m_szAimsightLensMaskModel = 0x4F0; // CResourceNameTyped> - constexpr std::ptrdiff_t m_szMagazineModel = 0x5D0; // CResourceNameTyped> - constexpr std::ptrdiff_t m_szHeatEffect = 0x6B0; // CResourceNameTyped> - constexpr std::ptrdiff_t m_szEjectBrassEffect = 0x790; // CResourceNameTyped> - constexpr std::ptrdiff_t m_szMuzzleFlashParticleAlt = 0x870; // CResourceNameTyped> - constexpr std::ptrdiff_t m_szMuzzleFlashThirdPersonParticle = 0x950; // CResourceNameTyped> - constexpr std::ptrdiff_t m_szMuzzleFlashThirdPersonParticleAlt = 0xA30; // CResourceNameTyped> - constexpr std::ptrdiff_t m_szTracerParticle = 0xB10; // CResourceNameTyped> - constexpr std::ptrdiff_t m_GearSlot = 0xBF0; // gear_slot_t - constexpr std::ptrdiff_t m_GearSlotPosition = 0xBF4; // int32 - constexpr std::ptrdiff_t m_DefaultLoadoutSlot = 0xBF8; // loadout_slot_t - constexpr std::ptrdiff_t m_sWrongTeamMsg = 0xC00; // CUtlString - constexpr std::ptrdiff_t m_nPrice = 0xC08; // int32 - constexpr std::ptrdiff_t m_nKillAward = 0xC0C; // int32 - constexpr std::ptrdiff_t m_nPrimaryReserveAmmoMax = 0xC10; // int32 - constexpr std::ptrdiff_t m_nSecondaryReserveAmmoMax = 0xC14; // int32 - constexpr std::ptrdiff_t m_bMeleeWeapon = 0xC18; // bool - constexpr std::ptrdiff_t m_bHasBurstMode = 0xC19; // bool - constexpr std::ptrdiff_t m_bIsRevolver = 0xC1A; // bool - constexpr std::ptrdiff_t m_bCannotShootUnderwater = 0xC1B; // bool - constexpr std::ptrdiff_t m_szName = 0xC20; // CGlobalSymbol - constexpr std::ptrdiff_t m_szAnimExtension = 0xC28; // CUtlString - constexpr std::ptrdiff_t m_eSilencerType = 0xC30; // CSWeaponSilencerType - constexpr std::ptrdiff_t m_nCrosshairMinDistance = 0xC34; // int32 - constexpr std::ptrdiff_t m_nCrosshairDeltaDistance = 0xC38; // int32 - constexpr std::ptrdiff_t m_bIsFullAuto = 0xC3C; // bool - constexpr std::ptrdiff_t m_nNumBullets = 0xC40; // int32 - constexpr std::ptrdiff_t m_flCycleTime = 0xC44; // CFiringModeFloat - constexpr std::ptrdiff_t m_flMaxSpeed = 0xC4C; // CFiringModeFloat - constexpr std::ptrdiff_t m_flSpread = 0xC54; // CFiringModeFloat - constexpr std::ptrdiff_t m_flInaccuracyCrouch = 0xC5C; // CFiringModeFloat - constexpr std::ptrdiff_t m_flInaccuracyStand = 0xC64; // CFiringModeFloat - constexpr std::ptrdiff_t m_flInaccuracyJump = 0xC6C; // CFiringModeFloat - constexpr std::ptrdiff_t m_flInaccuracyLand = 0xC74; // CFiringModeFloat - constexpr std::ptrdiff_t m_flInaccuracyLadder = 0xC7C; // CFiringModeFloat - constexpr std::ptrdiff_t m_flInaccuracyFire = 0xC84; // CFiringModeFloat - constexpr std::ptrdiff_t m_flInaccuracyMove = 0xC8C; // CFiringModeFloat - constexpr std::ptrdiff_t m_flRecoilAngle = 0xC94; // CFiringModeFloat - constexpr std::ptrdiff_t m_flRecoilAngleVariance = 0xC9C; // CFiringModeFloat - constexpr std::ptrdiff_t m_flRecoilMagnitude = 0xCA4; // CFiringModeFloat - constexpr std::ptrdiff_t m_flRecoilMagnitudeVariance = 0xCAC; // CFiringModeFloat - constexpr std::ptrdiff_t m_nTracerFrequency = 0xCB4; // CFiringModeInt - constexpr std::ptrdiff_t m_flInaccuracyJumpInitial = 0xCBC; // float32 - constexpr std::ptrdiff_t m_flInaccuracyJumpApex = 0xCC0; // float32 - constexpr std::ptrdiff_t m_flInaccuracyReload = 0xCC4; // float32 - constexpr std::ptrdiff_t m_nRecoilSeed = 0xCC8; // int32 - constexpr std::ptrdiff_t m_nSpreadSeed = 0xCCC; // int32 - constexpr std::ptrdiff_t m_flTimeToIdleAfterFire = 0xCD0; // float32 - constexpr std::ptrdiff_t m_flIdleInterval = 0xCD4; // float32 - constexpr std::ptrdiff_t m_flAttackMovespeedFactor = 0xCD8; // float32 - constexpr std::ptrdiff_t m_flHeatPerShot = 0xCDC; // float32 - constexpr std::ptrdiff_t m_flInaccuracyPitchShift = 0xCE0; // float32 - constexpr std::ptrdiff_t m_flInaccuracyAltSoundThreshold = 0xCE4; // float32 - constexpr std::ptrdiff_t m_flBotAudibleRange = 0xCE8; // float32 - constexpr std::ptrdiff_t m_szUseRadioSubtitle = 0xCF0; // CUtlString - constexpr std::ptrdiff_t m_bUnzoomsAfterShot = 0xCF8; // bool - constexpr std::ptrdiff_t m_bHideViewModelWhenZoomed = 0xCF9; // bool - constexpr std::ptrdiff_t m_nZoomLevels = 0xCFC; // int32 - constexpr std::ptrdiff_t m_nZoomFOV1 = 0xD00; // int32 - constexpr std::ptrdiff_t m_nZoomFOV2 = 0xD04; // int32 - constexpr std::ptrdiff_t m_flZoomTime0 = 0xD08; // float32 - constexpr std::ptrdiff_t m_flZoomTime1 = 0xD0C; // float32 - constexpr std::ptrdiff_t m_flZoomTime2 = 0xD10; // float32 - constexpr std::ptrdiff_t m_flIronSightPullUpSpeed = 0xD14; // float32 - constexpr std::ptrdiff_t m_flIronSightPutDownSpeed = 0xD18; // float32 - constexpr std::ptrdiff_t m_flIronSightFOV = 0xD1C; // float32 - constexpr std::ptrdiff_t m_flIronSightPivotForward = 0xD20; // float32 - constexpr std::ptrdiff_t m_flIronSightLooseness = 0xD24; // float32 - constexpr std::ptrdiff_t m_angPivotAngle = 0xD28; // QAngle - constexpr std::ptrdiff_t m_vecIronSightEyePos = 0xD34; // Vector - constexpr std::ptrdiff_t m_nDamage = 0xD40; // int32 - constexpr std::ptrdiff_t m_flHeadshotMultiplier = 0xD44; // float32 - constexpr std::ptrdiff_t m_flArmorRatio = 0xD48; // float32 - constexpr std::ptrdiff_t m_flPenetration = 0xD4C; // float32 - constexpr std::ptrdiff_t m_flRange = 0xD50; // float32 - constexpr std::ptrdiff_t m_flRangeModifier = 0xD54; // float32 - constexpr std::ptrdiff_t m_flFlinchVelocityModifierLarge = 0xD58; // float32 - constexpr std::ptrdiff_t m_flFlinchVelocityModifierSmall = 0xD5C; // float32 - constexpr std::ptrdiff_t m_flRecoveryTimeCrouch = 0xD60; // float32 - constexpr std::ptrdiff_t m_flRecoveryTimeStand = 0xD64; // float32 - constexpr std::ptrdiff_t m_flRecoveryTimeCrouchFinal = 0xD68; // float32 - constexpr std::ptrdiff_t m_flRecoveryTimeStandFinal = 0xD6C; // float32 - constexpr std::ptrdiff_t m_nRecoveryTransitionStartBullet = 0xD70; // int32 - constexpr std::ptrdiff_t m_nRecoveryTransitionEndBullet = 0xD74; // int32 - constexpr std::ptrdiff_t m_flThrowVelocity = 0xD78; // float32 - constexpr std::ptrdiff_t m_vSmokeColor = 0xD7C; // Vector - constexpr std::ptrdiff_t m_szAnimClass = 0xD88; // CGlobalSymbol - } - // Parent: CBaseModelEntity - // Fields count: 9 - // - // Metadata: - // MNetworkIncludeByName - // MNetworkOverride - // NetworkVarNames: m_vecMoveDirEntitySpace (Vector) - // NetworkVarNames: m_flTargetSpeed (float32) - // NetworkVarNames: m_nTransitionStartTick (GameTick_t) - // NetworkVarNames: m_nTransitionDurationTicks (int) - // NetworkVarNames: m_flTransitionStartSpeed (float32) - // NetworkVarNames: m_hConveyorModels (EHANDLE) - namespace CFuncConveyor { - constexpr std::ptrdiff_t m_szConveyorModels = 0x9F8; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_flTransitionDurationSeconds = 0xA00; // float32 - constexpr std::ptrdiff_t m_angMoveEntitySpace = 0xA04; // QAngle - constexpr std::ptrdiff_t m_vecMoveDirEntitySpace = 0xA10; // Vector - constexpr std::ptrdiff_t m_flTargetSpeed = 0xA1C; // float32 - constexpr std::ptrdiff_t m_nTransitionStartTick = 0xA20; // GameTick_t - constexpr std::ptrdiff_t m_nTransitionDurationTicks = 0xA24; // int32 - constexpr std::ptrdiff_t m_flTransitionStartSpeed = 0xA28; // float32 - constexpr std::ptrdiff_t m_hConveyorModels = 0xA30; // CNetworkUtlVectorBase> - } - // Parent: None - // Fields count: 15 - // - // Metadata: - // NetworkVarNames: m_nUniqueID (int) - // NetworkVarNames: m_unAccountID (uint32) - // NetworkVarNames: m_unTraceID (uint32) - // NetworkVarNames: m_rtGcTime (uint32) - // NetworkVarNames: m_vecEndPos (Vector) - // NetworkVarNames: m_vecStart (Vector) - // NetworkVarNames: m_vecLeft (Vector) - // NetworkVarNames: m_vecNormal (Vector) - // NetworkVarNames: m_nPlayer (int) - // NetworkVarNames: m_nEntity (int) - // NetworkVarNames: m_nHitbox (int) - // NetworkVarNames: m_flCreationTime (float) - // NetworkVarNames: m_nTintID (int) - // NetworkVarNames: m_nVersion (uint8) - // NetworkVarNames: m_ubSignature (uint8) - namespace CPlayerSprayDecal { - constexpr std::ptrdiff_t m_nUniqueID = 0x9F8; // int32 - constexpr std::ptrdiff_t m_unAccountID = 0x9FC; // uint32 - constexpr std::ptrdiff_t m_unTraceID = 0xA00; // uint32 - constexpr std::ptrdiff_t m_rtGcTime = 0xA04; // uint32 - constexpr std::ptrdiff_t m_vecEndPos = 0xA08; // Vector - constexpr std::ptrdiff_t m_vecStart = 0xA14; // Vector - constexpr std::ptrdiff_t m_vecLeft = 0xA20; // Vector - constexpr std::ptrdiff_t m_vecNormal = 0xA2C; // Vector - constexpr std::ptrdiff_t m_nPlayer = 0xA38; // int32 - constexpr std::ptrdiff_t m_nEntity = 0xA3C; // int32 - constexpr std::ptrdiff_t m_nHitbox = 0xA40; // int32 - constexpr std::ptrdiff_t m_flCreationTime = 0xA44; // float32 - constexpr std::ptrdiff_t m_nTintID = 0xA48; // int32 - constexpr std::ptrdiff_t m_nVersion = 0xA4C; // uint8 - constexpr std::ptrdiff_t m_ubSignature = 0xA4D; // uint8[128] - } - // Parent: CBaseModelEntity - // Fields count: 25 - // - // Metadata: - // NetworkVarNames: m_firePositions (Vector) - // NetworkVarNames: m_fireParentPositions (Vector) - // NetworkVarNames: m_bFireIsBurning (bool) - // NetworkVarNames: m_BurnNormal (Vector) - // NetworkVarNames: m_fireCount (int) - // NetworkVarNames: m_nInfernoType (int) - // NetworkVarNames: m_nFireEffectTickBegin (int) - // NetworkVarNames: m_nFireLifetime (float) - // NetworkVarNames: m_bInPostEffectTime (bool) - namespace CInferno { - constexpr std::ptrdiff_t m_firePositions = 0xA04; // Vector[64] - constexpr std::ptrdiff_t m_fireParentPositions = 0xD04; // Vector[64] - constexpr std::ptrdiff_t m_bFireIsBurning = 0x1004; // bool[64] - constexpr std::ptrdiff_t m_BurnNormal = 0x1044; // Vector[64] - constexpr std::ptrdiff_t m_fireCount = 0x1344; // int32 - constexpr std::ptrdiff_t m_nInfernoType = 0x1348; // int32 - constexpr std::ptrdiff_t m_nFireEffectTickBegin = 0x134C; // int32 - constexpr std::ptrdiff_t m_nFireLifetime = 0x1350; // float32 - constexpr std::ptrdiff_t m_bInPostEffectTime = 0x1354; // bool - constexpr std::ptrdiff_t m_nFiresExtinguishCount = 0x1358; // int32 - constexpr std::ptrdiff_t m_bWasCreatedInSmoke = 0x135C; // bool - constexpr std::ptrdiff_t m_extent = 0x1560; // Extent - constexpr std::ptrdiff_t m_damageTimer = 0x1578; // CountdownTimer - constexpr std::ptrdiff_t m_damageRampTimer = 0x1590; // CountdownTimer - constexpr std::ptrdiff_t m_splashVelocity = 0x15A8; // Vector - constexpr std::ptrdiff_t m_InitialSplashVelocity = 0x15B4; // Vector - constexpr std::ptrdiff_t m_startPos = 0x15C0; // Vector - constexpr std::ptrdiff_t m_vecOriginalSpawnLocation = 0x15CC; // Vector - constexpr std::ptrdiff_t m_activeTimer = 0x15D8; // IntervalTimer - constexpr std::ptrdiff_t m_fireSpawnOffset = 0x15E8; // int32 - constexpr std::ptrdiff_t m_nMaxFlames = 0x15EC; // int32 - constexpr std::ptrdiff_t m_nSpreadCount = 0x15F0; // int32 - constexpr std::ptrdiff_t m_BookkeepingTimer = 0x15F8; // CountdownTimer - constexpr std::ptrdiff_t m_NextSpreadTimer = 0x1610; // CountdownTimer - constexpr std::ptrdiff_t m_nSourceItemDefIndex = 0x1628; // uint16 - } - // Parent: CBaseModelEntity - // Fields count: 52 - // - // Metadata: - // NetworkVarNames: m_bEnabled (bool) - // NetworkVarNames: m_nColorMode (int) - // NetworkVarNames: m_Color (Color) - // NetworkVarNames: m_flColorTemperature (float) - // NetworkVarNames: m_flBrightness (float) - // NetworkVarNames: m_flBrightnessScale (float) - // NetworkVarNames: m_nDirectLight (int) - // NetworkVarNames: m_nBakedShadowIndex (int) - // NetworkVarNames: m_nLuminaireShape (int) - // NetworkVarNames: m_flLuminaireSize (float) - // NetworkVarNames: m_flLuminaireAnisotropy (float) - // NetworkVarNames: m_LightStyleString (CUtlString) - // NetworkVarNames: m_flLightStyleStartTime (GameTime_t) - // NetworkVarNames: m_QueuedLightStyleStrings (CUtlString) - // NetworkVarNames: m_LightStyleEvents (CUtlString) - // NetworkVarNames: m_LightStyleTargets (CHandle) - // NetworkVarNames: m_hLightCookie (HRenderTextureStrong) - // NetworkVarNames: m_flShape (float) - // NetworkVarNames: m_flSoftX (float) - // NetworkVarNames: m_flSoftY (float) - // NetworkVarNames: m_flSkirt (float) - // NetworkVarNames: m_flSkirtNear (float) - // NetworkVarNames: m_vSizeParams (Vector) - // NetworkVarNames: m_flRange (float) - // NetworkVarNames: m_vShear (Vector) - // NetworkVarNames: m_nBakeSpecularToCubemaps (int) - // NetworkVarNames: m_vBakeSpecularToCubemapsSize (Vector) - // NetworkVarNames: m_nCastShadows (int) - // NetworkVarNames: m_nShadowMapSize (int) - // NetworkVarNames: m_nShadowPriority (int) - // NetworkVarNames: m_bContactShadow (bool) - // NetworkVarNames: m_nBounceLight (int) - // NetworkVarNames: m_flBounceScale (float) - // NetworkVarNames: m_flMinRoughness (float) - // NetworkVarNames: m_vAlternateColor (Vector) - // NetworkVarNames: m_fAlternateColorBrightness (float) - // NetworkVarNames: m_nFog (int) - // NetworkVarNames: m_flFogStrength (float) - // NetworkVarNames: m_nFogShadows (int) - // NetworkVarNames: m_flFogScale (float) - // NetworkVarNames: m_flFadeSizeStart (float) - // NetworkVarNames: m_flFadeSizeEnd (float) - // NetworkVarNames: m_flShadowFadeSizeStart (float) - // NetworkVarNames: m_flShadowFadeSizeEnd (float) - // NetworkVarNames: m_bPrecomputedFieldsValid (bool) - // NetworkVarNames: m_vPrecomputedBoundsMins (Vector) - // NetworkVarNames: m_vPrecomputedBoundsMaxs (Vector) - // NetworkVarNames: m_vPrecomputedOBBOrigin (Vector) - // NetworkVarNames: m_vPrecomputedOBBAngles (QAngle) - // NetworkVarNames: m_vPrecomputedOBBExtent (Vector) - namespace CBarnLight { - constexpr std::ptrdiff_t m_bEnabled = 0x9F8; // bool - constexpr std::ptrdiff_t m_nColorMode = 0x9FC; // int32 - constexpr std::ptrdiff_t m_Color = 0xA00; // Color - constexpr std::ptrdiff_t m_flColorTemperature = 0xA04; // float32 - constexpr std::ptrdiff_t m_flBrightness = 0xA08; // float32 - constexpr std::ptrdiff_t m_flBrightnessScale = 0xA0C; // float32 - constexpr std::ptrdiff_t m_nDirectLight = 0xA10; // int32 - constexpr std::ptrdiff_t m_nBakedShadowIndex = 0xA14; // int32 - constexpr std::ptrdiff_t m_nLuminaireShape = 0xA18; // int32 - constexpr std::ptrdiff_t m_flLuminaireSize = 0xA1C; // float32 - constexpr std::ptrdiff_t m_flLuminaireAnisotropy = 0xA20; // float32 - constexpr std::ptrdiff_t m_LightStyleString = 0xA28; // CUtlString - constexpr std::ptrdiff_t m_flLightStyleStartTime = 0xA30; // GameTime_t - constexpr std::ptrdiff_t m_QueuedLightStyleStrings = 0xA38; // CNetworkUtlVectorBase - constexpr std::ptrdiff_t m_LightStyleEvents = 0xA50; // CNetworkUtlVectorBase - constexpr std::ptrdiff_t m_LightStyleTargets = 0xA68; // CNetworkUtlVectorBase> - constexpr std::ptrdiff_t m_StyleEvent = 0xA80; // CEntityIOOutput[4] - constexpr std::ptrdiff_t m_hLightCookie = 0xB40; // CStrongHandle - constexpr std::ptrdiff_t m_flShape = 0xB48; // float32 - constexpr std::ptrdiff_t m_flSoftX = 0xB4C; // float32 - constexpr std::ptrdiff_t m_flSoftY = 0xB50; // float32 - constexpr std::ptrdiff_t m_flSkirt = 0xB54; // float32 - constexpr std::ptrdiff_t m_flSkirtNear = 0xB58; // float32 - constexpr std::ptrdiff_t m_vSizeParams = 0xB5C; // Vector - constexpr std::ptrdiff_t m_flRange = 0xB68; // float32 - constexpr std::ptrdiff_t m_vShear = 0xB6C; // Vector - constexpr std::ptrdiff_t m_nBakeSpecularToCubemaps = 0xB78; // int32 - constexpr std::ptrdiff_t m_vBakeSpecularToCubemapsSize = 0xB7C; // Vector - constexpr std::ptrdiff_t m_nCastShadows = 0xB88; // int32 - constexpr std::ptrdiff_t m_nShadowMapSize = 0xB8C; // int32 - constexpr std::ptrdiff_t m_nShadowPriority = 0xB90; // int32 - constexpr std::ptrdiff_t m_bContactShadow = 0xB94; // bool - constexpr std::ptrdiff_t m_nBounceLight = 0xB98; // int32 - constexpr std::ptrdiff_t m_flBounceScale = 0xB9C; // float32 - constexpr std::ptrdiff_t m_flMinRoughness = 0xBA0; // float32 - constexpr std::ptrdiff_t m_vAlternateColor = 0xBA4; // Vector - constexpr std::ptrdiff_t m_fAlternateColorBrightness = 0xBB0; // float32 - constexpr std::ptrdiff_t m_nFog = 0xBB4; // int32 - constexpr std::ptrdiff_t m_flFogStrength = 0xBB8; // float32 - constexpr std::ptrdiff_t m_nFogShadows = 0xBBC; // int32 - constexpr std::ptrdiff_t m_flFogScale = 0xBC0; // float32 - constexpr std::ptrdiff_t m_flFadeSizeStart = 0xBC4; // float32 - constexpr std::ptrdiff_t m_flFadeSizeEnd = 0xBC8; // float32 - constexpr std::ptrdiff_t m_flShadowFadeSizeStart = 0xBCC; // float32 - constexpr std::ptrdiff_t m_flShadowFadeSizeEnd = 0xBD0; // float32 - constexpr std::ptrdiff_t m_bPrecomputedFieldsValid = 0xBD4; // bool - constexpr std::ptrdiff_t m_vPrecomputedBoundsMins = 0xBD8; // Vector - constexpr std::ptrdiff_t m_vPrecomputedBoundsMaxs = 0xBE4; // Vector - constexpr std::ptrdiff_t m_vPrecomputedOBBOrigin = 0xBF0; // Vector - constexpr std::ptrdiff_t m_vPrecomputedOBBAngles = 0xBFC; // QAngle - constexpr std::ptrdiff_t m_vPrecomputedOBBExtent = 0xC08; // Vector - constexpr std::ptrdiff_t m_bPvsModifyEntity = 0xC14; // bool - } - // Parent: CBarnLight - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_bShowLight (bool) - namespace CRectLight { - constexpr std::ptrdiff_t m_bShowLight = 0xC20; // bool - } - // Parent: CBarnLight - // Fields count: 3 - // - // Metadata: - // NetworkVarNames: m_flInnerAngle (float) - // NetworkVarNames: m_flOuterAngle (float) - // NetworkVarNames: m_bShowLight (bool) - namespace COmniLight { - constexpr std::ptrdiff_t m_flInnerAngle = 0xC20; // float32 - constexpr std::ptrdiff_t m_flOuterAngle = 0xC24; // float32 - constexpr std::ptrdiff_t m_bShowLight = 0xC28; // bool - } - // Parent: CTeam - // Fields count: 14 - // - // Metadata: - // NetworkVarNames: m_bSurrendered (bool) - // NetworkVarNames: m_szTeamMatchStat (char) - // NetworkVarNames: m_numMapVictories (int) - // NetworkVarNames: m_scoreFirstHalf (int32) - // NetworkVarNames: m_scoreSecondHalf (int32) - // NetworkVarNames: m_scoreOvertime (int32) - // NetworkVarNames: m_szClanTeamname (char) - // NetworkVarNames: m_iClanID (uint32) - // NetworkVarNames: m_szTeamFlagImage (char) - // NetworkVarNames: m_szTeamLogoImage (char) - namespace CCSTeam { - constexpr std::ptrdiff_t m_nLastRecievedShorthandedRoundBonus = 0x860; // int32 - constexpr std::ptrdiff_t m_nShorthandedRoundBonusStartRound = 0x864; // int32 - constexpr std::ptrdiff_t m_bSurrendered = 0x868; // bool - constexpr std::ptrdiff_t m_szTeamMatchStat = 0x869; // char[512] - constexpr std::ptrdiff_t m_numMapVictories = 0xA6C; // int32 - constexpr std::ptrdiff_t m_scoreFirstHalf = 0xA70; // int32 - constexpr std::ptrdiff_t m_scoreSecondHalf = 0xA74; // int32 - constexpr std::ptrdiff_t m_scoreOvertime = 0xA78; // int32 - constexpr std::ptrdiff_t m_szClanTeamname = 0xA7C; // char[129] - constexpr std::ptrdiff_t m_iClanID = 0xB00; // uint32 - constexpr std::ptrdiff_t m_szTeamFlagImage = 0xB04; // char[8] - constexpr std::ptrdiff_t m_szTeamLogoImage = 0xB0C; // char[8] - constexpr std::ptrdiff_t m_flNextResourceTime = 0xB14; // float32 - constexpr std::ptrdiff_t m_iLastUpdateSentAt = 0xB18; // int32 - } - // Parent: CBaseModelEntity - // Fields count: 12 - // - // Metadata: - // NetworkVarNames: m_hSkyMaterial (HMaterialStrong) - // NetworkVarNames: m_hSkyMaterialLightingOnly (HMaterialStrong) - // NetworkVarNames: m_bStartDisabled (bool) - // NetworkVarNames: m_vTintColor (Color) - // NetworkVarNames: m_vTintColorLightingOnly (Color) - // NetworkVarNames: m_flBrightnessScale (float) - // NetworkVarNames: m_nFogType (int) - // NetworkVarNames: m_flFogMinStart (float) - // NetworkVarNames: m_flFogMinEnd (float) - // NetworkVarNames: m_flFogMaxStart (float) - // NetworkVarNames: m_flFogMaxEnd (float) - // NetworkVarNames: m_bEnabled (bool) - namespace CEnvSky { - constexpr std::ptrdiff_t m_hSkyMaterial = 0x9F8; // CStrongHandle - constexpr std::ptrdiff_t m_hSkyMaterialLightingOnly = 0xA00; // CStrongHandle - constexpr std::ptrdiff_t m_bStartDisabled = 0xA08; // bool - constexpr std::ptrdiff_t m_vTintColor = 0xA09; // Color - constexpr std::ptrdiff_t m_vTintColorLightingOnly = 0xA0D; // Color - constexpr std::ptrdiff_t m_flBrightnessScale = 0xA14; // float32 - constexpr std::ptrdiff_t m_nFogType = 0xA18; // int32 - constexpr std::ptrdiff_t m_flFogMinStart = 0xA1C; // float32 - constexpr std::ptrdiff_t m_flFogMinEnd = 0xA20; // float32 - constexpr std::ptrdiff_t m_flFogMaxStart = 0xA24; // float32 - constexpr std::ptrdiff_t m_flFogMaxEnd = 0xA28; // float32 - constexpr std::ptrdiff_t m_bEnabled = 0xA2C; // bool - } - // Parent: CBaseModelEntity - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_CLightComponent (CLightComponent::Storage_t) - namespace CLightEntity { - constexpr std::ptrdiff_t m_CLightComponent = 0x9F8; // CLightComponent* - } - // Parent: CBaseTrigger - // Fields count: 16 - // - // Metadata: - // NetworkVarNames: m_hPostSettings (HPostProcessingStrong) - // NetworkVarNames: m_flFadeDuration (float) - // NetworkVarNames: m_flMinLogExposure (float) - // NetworkVarNames: m_flMaxLogExposure (float) - // NetworkVarNames: m_flMinExposure (float) - // NetworkVarNames: m_flMaxExposure (float) - // NetworkVarNames: m_flExposureCompensation (float) - // NetworkVarNames: m_flExposureFadeSpeedUp (float) - // NetworkVarNames: m_flExposureFadeSpeedDown (float) - // NetworkVarNames: m_flTonemapEVSmoothingRange (float) - // NetworkVarNames: m_bMaster (bool) - // NetworkVarNames: m_bExposureControl (bool) - // NetworkVarNames: m_flRate (float) - // NetworkVarNames: m_flTonemapPercentTarget (float) - // NetworkVarNames: m_flTonemapPercentBrightPixels (float) - // NetworkVarNames: m_flTonemapMinAvgLum (float) - namespace CPostProcessingVolume { - constexpr std::ptrdiff_t m_hPostSettings = 0xBB0; // CStrongHandle - constexpr std::ptrdiff_t m_flFadeDuration = 0xBB8; // float32 - constexpr std::ptrdiff_t m_flMinLogExposure = 0xBBC; // float32 - constexpr std::ptrdiff_t m_flMaxLogExposure = 0xBC0; // float32 - constexpr std::ptrdiff_t m_flMinExposure = 0xBC4; // float32 - constexpr std::ptrdiff_t m_flMaxExposure = 0xBC8; // float32 - constexpr std::ptrdiff_t m_flExposureCompensation = 0xBCC; // float32 - constexpr std::ptrdiff_t m_flExposureFadeSpeedUp = 0xBD0; // float32 - constexpr std::ptrdiff_t m_flExposureFadeSpeedDown = 0xBD4; // float32 - constexpr std::ptrdiff_t m_flTonemapEVSmoothingRange = 0xBD8; // float32 - constexpr std::ptrdiff_t m_bMaster = 0xBDC; // bool - constexpr std::ptrdiff_t m_bExposureControl = 0xBDD; // bool - constexpr std::ptrdiff_t m_flRate = 0xBE0; // float32 - constexpr std::ptrdiff_t m_flTonemapPercentTarget = 0xBE4; // float32 - constexpr std::ptrdiff_t m_flTonemapPercentBrightPixels = 0xBE8; // float32 - constexpr std::ptrdiff_t m_flTonemapMinAvgLum = 0xBEC; // float32 - } - // Parent: CParticleSystem - // Fields count: 5 - // - // Metadata: - // NetworkVarNames: m_flAlphaScale (float32) - // NetworkVarNames: m_flRadiusScale (float32) - // NetworkVarNames: m_flSelfIllumScale (float32) - // NetworkVarNames: m_ColorTint (Color) - // NetworkVarNames: m_hTextureOverride (HRenderTextureStrong) - namespace CEnvParticleGlow { - constexpr std::ptrdiff_t m_flAlphaScale = 0xF70; // float32 - constexpr std::ptrdiff_t m_flRadiusScale = 0xF74; // float32 - constexpr std::ptrdiff_t m_flSelfIllumScale = 0xF78; // float32 - constexpr std::ptrdiff_t m_ColorTint = 0xF7C; // Color - constexpr std::ptrdiff_t m_hTextureOverride = 0xF80; // CStrongHandle - } - // Parent: CBaseModelEntity - // Fields count: 8 - // - // Metadata: - // NetworkVarNames: m_bLoop (bool) - // NetworkVarNames: m_flFPS (float) - // NetworkVarNames: m_hPositionKeys (HRenderTextureStrong) - // NetworkVarNames: m_hRotationKeys (HRenderTextureStrong) - // NetworkVarNames: m_vAnimationBoundsMin (Vector) - // NetworkVarNames: m_vAnimationBoundsMax (Vector) - // NetworkVarNames: m_flStartTime (float) - // NetworkVarNames: m_flStartFrame (float) - namespace CTextureBasedAnimatable { - constexpr std::ptrdiff_t m_bLoop = 0x9F8; // bool - constexpr std::ptrdiff_t m_flFPS = 0x9FC; // float32 - constexpr std::ptrdiff_t m_hPositionKeys = 0xA00; // CStrongHandle - constexpr std::ptrdiff_t m_hRotationKeys = 0xA08; // CStrongHandle - constexpr std::ptrdiff_t m_vAnimationBoundsMin = 0xA10; // Vector - constexpr std::ptrdiff_t m_vAnimationBoundsMax = 0xA1C; // Vector - constexpr std::ptrdiff_t m_flStartTime = 0xA28; // float32 - constexpr std::ptrdiff_t m_flStartFrame = 0xA2C; // float32 - } - // Parent: CBaseModelEntity - // Fields count: 10 - // - // Metadata: - // MNetworkIncludeByName - // NetworkVarNames: m_bInitiallyPopulateInterpHistory (bool) - // NetworkVarNames: m_bAnimGraphUpdateEnabled (bool) - // NetworkVarNames: m_vecForce (Vector) - // NetworkVarNames: m_nForceBone (int32) - // NetworkVarNames: m_pRagdollPose (PhysicsRagdollPose_t*) - // NetworkVarNames: m_bClientRagdoll (bool) - namespace CBaseAnimGraph { - constexpr std::ptrdiff_t m_bInitiallyPopulateInterpHistory = 0xA70; // bool - constexpr std::ptrdiff_t m_pChoreoServices = 0xA78; // IChoreoServices* - constexpr std::ptrdiff_t m_bAnimGraphUpdateEnabled = 0xA80; // bool - constexpr std::ptrdiff_t m_flMaxSlopeDistance = 0xA84; // float32 - constexpr std::ptrdiff_t m_vLastSlopeCheckPos = 0xA88; // Vector - constexpr std::ptrdiff_t m_bAnimationUpdateScheduled = 0xA94; // bool - constexpr std::ptrdiff_t m_vecForce = 0xA98; // Vector - constexpr std::ptrdiff_t m_nForceBone = 0xAA4; // int32 - constexpr std::ptrdiff_t m_pRagdollPose = 0xAB8; // PhysicsRagdollPose_t* - constexpr std::ptrdiff_t m_bClientRagdoll = 0xAC0; // bool - } - // Parent: None - // Fields count: 34 - // - // Metadata: - // NetworkVarNames: m_noGhostCollision (bool) - namespace CBreakableProp { - constexpr std::ptrdiff_t m_OnBreak = 0xC40; // CEntityIOOutput - constexpr std::ptrdiff_t m_OnHealthChanged = 0xC68; // CEntityOutputTemplate - constexpr std::ptrdiff_t m_OnTakeDamage = 0xC90; // CEntityIOOutput - constexpr std::ptrdiff_t m_impactEnergyScale = 0xCB8; // float32 - constexpr std::ptrdiff_t m_iMinHealthDmg = 0xCBC; // int32 - constexpr std::ptrdiff_t m_preferredCarryAngles = 0xCC0; // QAngle - constexpr std::ptrdiff_t m_flPressureDelay = 0xCCC; // float32 - constexpr std::ptrdiff_t m_hBreaker = 0xCD0; // CHandle - constexpr std::ptrdiff_t m_PerformanceMode = 0xCD4; // PerformanceMode_t - constexpr std::ptrdiff_t m_flDmgModBullet = 0xCD8; // float32 - constexpr std::ptrdiff_t m_flDmgModClub = 0xCDC; // float32 - constexpr std::ptrdiff_t m_flDmgModExplosive = 0xCE0; // float32 - constexpr std::ptrdiff_t m_flDmgModFire = 0xCE4; // float32 - constexpr std::ptrdiff_t m_iszPhysicsDamageTableName = 0xCE8; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_iszBasePropData = 0xCF0; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_iInteractions = 0xCF8; // int32 - constexpr std::ptrdiff_t m_flPreventDamageBeforeTime = 0xCFC; // GameTime_t - constexpr std::ptrdiff_t m_bHasBreakPiecesOrCommands = 0xD00; // bool - constexpr std::ptrdiff_t m_explodeDamage = 0xD04; // float32 - constexpr std::ptrdiff_t m_explodeRadius = 0xD08; // float32 - constexpr std::ptrdiff_t m_explosionDelay = 0xD10; // float32 - constexpr std::ptrdiff_t m_explosionBuildupSound = 0xD18; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_explosionCustomEffect = 0xD20; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_explosionCustomSound = 0xD28; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_explosionModifier = 0xD30; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_hPhysicsAttacker = 0xD38; // CHandle - constexpr std::ptrdiff_t m_flLastPhysicsInfluenceTime = 0xD3C; // GameTime_t - constexpr std::ptrdiff_t m_bOriginalBlockLOS = 0xD40; // bool - constexpr std::ptrdiff_t m_flDefaultFadeScale = 0xD44; // float32 - constexpr std::ptrdiff_t m_hLastAttacker = 0xD48; // CHandle - constexpr std::ptrdiff_t m_hFlareEnt = 0xD4C; // CHandle - constexpr std::ptrdiff_t m_bUsePuntSound = 0xD50; // bool - constexpr std::ptrdiff_t m_iszPuntSound = 0xD58; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_noGhostCollision = 0xD60; // bool - } - // Parent: CBreakableProp - // Fields count: 21 - // - // Metadata: - // NetworkVarNames: m_bUseHitboxesForRenderBox (bool) - // NetworkVarNames: m_bUseAnimGraph (bool) - namespace CDynamicProp { - constexpr std::ptrdiff_t m_bCreateNavObstacle = 0xD70; // bool - constexpr std::ptrdiff_t m_bUseHitboxesForRenderBox = 0xD71; // bool - constexpr std::ptrdiff_t m_bUseAnimGraph = 0xD72; // bool - constexpr std::ptrdiff_t m_pOutputAnimBegun = 0xD78; // CEntityIOOutput - constexpr std::ptrdiff_t m_pOutputAnimOver = 0xDA0; // CEntityIOOutput - constexpr std::ptrdiff_t m_pOutputAnimLoopCycleOver = 0xDC8; // CEntityIOOutput - constexpr std::ptrdiff_t m_OnAnimReachedStart = 0xDF0; // CEntityIOOutput - constexpr std::ptrdiff_t m_OnAnimReachedEnd = 0xE18; // CEntityIOOutput - constexpr std::ptrdiff_t m_iszIdleAnim = 0xE40; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_nIdleAnimLoopMode = 0xE48; // AnimLoopMode_t - constexpr std::ptrdiff_t m_bRandomizeCycle = 0xE4C; // bool - constexpr std::ptrdiff_t m_bStartDisabled = 0xE4D; // bool - constexpr std::ptrdiff_t m_bFiredStartEndOutput = 0xE4E; // bool - constexpr std::ptrdiff_t m_bForceNpcExclude = 0xE4F; // bool - constexpr std::ptrdiff_t m_bCreateNonSolid = 0xE50; // bool - constexpr std::ptrdiff_t m_bIsOverrideProp = 0xE51; // bool - constexpr std::ptrdiff_t m_iInitialGlowState = 0xE54; // int32 - constexpr std::ptrdiff_t m_nGlowRange = 0xE58; // int32 - constexpr std::ptrdiff_t m_nGlowRangeMin = 0xE5C; // int32 - constexpr std::ptrdiff_t m_glowColor = 0xE60; // Color - constexpr std::ptrdiff_t m_nGlowTeam = 0xE64; // int32 - } - // Parent: CBaseTrigger - // Fields count: 10 - // - // Metadata: - // NetworkVarNames: m_bEnabled (bool) - // NetworkVarNames: m_MaxWeight (float32) - // NetworkVarNames: m_FadeDuration (float32) - // NetworkVarNames: m_Weight (float32) - // NetworkVarNames: m_lookupFilename (char) - namespace CColorCorrectionVolume { - constexpr std::ptrdiff_t m_bEnabled = 0xB99; // bool - constexpr std::ptrdiff_t m_MaxWeight = 0xB9C; // float32 - constexpr std::ptrdiff_t m_FadeDuration = 0xBA0; // float32 - constexpr std::ptrdiff_t m_bStartDisabled = 0xBA4; // bool - constexpr std::ptrdiff_t m_Weight = 0xBA8; // float32 - constexpr std::ptrdiff_t m_lookupFilename = 0xBAC; // char[512] - constexpr std::ptrdiff_t m_LastEnterWeight = 0xDAC; // float32 - constexpr std::ptrdiff_t m_LastEnterTime = 0xDB0; // GameTime_t - constexpr std::ptrdiff_t m_LastExitWeight = 0xDB4; // float32 - constexpr std::ptrdiff_t m_LastExitTime = 0xDB8; // GameTime_t - } - // Parent: CBaseAnimGraph - // Fields count: 30 - // - // Metadata: - // NetworkVarNames: m_iszCommentaryFile (string_t) - // NetworkVarNames: m_hViewPosition (CHandle) - // NetworkVarNames: m_bActive (bool) - // NetworkVarNames: m_flStartTime (GameTime_t) - // NetworkVarNames: m_flStartTimeInCommentary (float32) - // NetworkVarNames: m_iszTitle (string_t) - // NetworkVarNames: m_iszSpeakers (string_t) - // NetworkVarNames: m_iNodeNumber (int) - // NetworkVarNames: m_iNodeNumberMax (int) - // NetworkVarNames: m_bListenedTo (bool) - namespace CPointCommentaryNode { - constexpr std::ptrdiff_t m_iszPreCommands = 0xBF0; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_iszPostCommands = 0xBF8; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_iszCommentaryFile = 0xC00; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_iszViewTarget = 0xC08; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_hViewTarget = 0xC10; // CHandle - constexpr std::ptrdiff_t m_hViewTargetAngles = 0xC14; // CHandle - constexpr std::ptrdiff_t m_iszViewPosition = 0xC18; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_hViewPosition = 0xC20; // CHandle - constexpr std::ptrdiff_t m_hViewPositionMover = 0xC24; // CHandle - constexpr std::ptrdiff_t m_bPreventMovement = 0xC28; // bool - constexpr std::ptrdiff_t m_bUnderCrosshair = 0xC29; // bool - constexpr std::ptrdiff_t m_bUnstoppable = 0xC2A; // bool - constexpr std::ptrdiff_t m_flFinishedTime = 0xC2C; // GameTime_t - constexpr std::ptrdiff_t m_vecFinishOrigin = 0xC30; // Vector - constexpr std::ptrdiff_t m_vecOriginalAngles = 0xC3C; // QAngle - constexpr std::ptrdiff_t m_vecFinishAngles = 0xC48; // QAngle - constexpr std::ptrdiff_t m_bPreventChangesWhileMoving = 0xC54; // bool - constexpr std::ptrdiff_t m_bDisabled = 0xC55; // bool - constexpr std::ptrdiff_t m_vecTeleportOrigin = 0xC58; // Vector - constexpr std::ptrdiff_t m_flAbortedPlaybackAt = 0xC64; // GameTime_t - constexpr std::ptrdiff_t m_pOnCommentaryStarted = 0xC68; // CEntityIOOutput - constexpr std::ptrdiff_t m_pOnCommentaryStopped = 0xC90; // CEntityIOOutput - constexpr std::ptrdiff_t m_bActive = 0xCB8; // bool - constexpr std::ptrdiff_t m_flStartTime = 0xCBC; // GameTime_t - constexpr std::ptrdiff_t m_flStartTimeInCommentary = 0xCC0; // float32 - constexpr std::ptrdiff_t m_iszTitle = 0xCC8; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_iszSpeakers = 0xCD0; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_iNodeNumber = 0xCD8; // int32 - constexpr std::ptrdiff_t m_iNodeNumberMax = 0xCDC; // int32 - constexpr std::ptrdiff_t m_bListenedTo = 0xCE0; // bool - } - // Parent: None - // Fields count: 9 - // - // Metadata: - // NetworkVarNames: m_targetCamera (CUtlString) - // NetworkVarNames: m_nResolutionEnum (int) - // NetworkVarNames: m_bRenderShadows (bool) - // NetworkVarNames: m_bUseUniqueColorTarget (bool) - // NetworkVarNames: m_brushModelName (CUtlString) - // NetworkVarNames: m_hTargetCamera (EHANDLE) - // NetworkVarNames: m_bEnabled (bool) - // NetworkVarNames: m_bDraw3DSkybox (bool) - namespace CFuncMonitor { - constexpr std::ptrdiff_t m_targetCamera = 0xA18; // CUtlString - constexpr std::ptrdiff_t m_nResolutionEnum = 0xA20; // int32 - constexpr std::ptrdiff_t m_bRenderShadows = 0xA24; // bool - constexpr std::ptrdiff_t m_bUseUniqueColorTarget = 0xA25; // bool - constexpr std::ptrdiff_t m_brushModelName = 0xA28; // CUtlString - constexpr std::ptrdiff_t m_hTargetCamera = 0xA30; // CHandle - constexpr std::ptrdiff_t m_bEnabled = 0xA34; // bool - constexpr std::ptrdiff_t m_bDraw3DSkybox = 0xA35; // bool - constexpr std::ptrdiff_t m_bStartEnabled = 0xA36; // bool - } - // Parent: CBaseTrigger - // Fields count: 3 - // - // Metadata: - // NetworkVarNames: m_strStartTouchEventName (CUtlString) - // NetworkVarNames: m_strEndTouchEventName (CUtlString) - // NetworkVarNames: m_strTriggerID (CUtlString) - namespace CTriggerGameEvent { - constexpr std::ptrdiff_t m_strStartTouchEventName = 0xBA0; // CUtlString - constexpr std::ptrdiff_t m_strEndTouchEventName = 0xBA8; // CUtlString - constexpr std::ptrdiff_t m_strTriggerID = 0xBB0; // CUtlString - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // NetworkVarNames: m_EffectName (string_t) - namespace CFuncElectrifiedVolume { - constexpr std::ptrdiff_t m_EffectName = 0xA18; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_EffectInterpenetrateName = 0xA20; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_EffectZapName = 0xA28; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_iszEffectSource = 0xA30; // CUtlSymbolLarge - } - // Parent: None - // Fields count: 15 - // - // Metadata: - // NetworkVarNames: m_bTestOcclusion (bool) - namespace CTriggerLook { - constexpr std::ptrdiff_t m_hLookTarget = 0xBC8; // CHandle - constexpr std::ptrdiff_t m_flFieldOfView = 0xBCC; // float32 - constexpr std::ptrdiff_t m_flLookTime = 0xBD0; // float32 - constexpr std::ptrdiff_t m_flLookTimeTotal = 0xBD4; // float32 - constexpr std::ptrdiff_t m_flLookTimeLast = 0xBD8; // GameTime_t - constexpr std::ptrdiff_t m_flTimeoutDuration = 0xBDC; // float32 - constexpr std::ptrdiff_t m_bTimeoutFired = 0xBE0; // bool - constexpr std::ptrdiff_t m_bIsLooking = 0xBE1; // bool - constexpr std::ptrdiff_t m_b2DFOV = 0xBE2; // bool - constexpr std::ptrdiff_t m_bUseVelocity = 0xBE3; // bool - constexpr std::ptrdiff_t m_hActivator = 0xBE4; // CHandle - constexpr std::ptrdiff_t m_bTestOcclusion = 0xBE8; // bool - constexpr std::ptrdiff_t m_OnTimeout = 0xBF0; // CEntityIOOutput - constexpr std::ptrdiff_t m_OnStartLook = 0xC18; // CEntityIOOutput - constexpr std::ptrdiff_t m_OnEndLook = 0xC40; // CEntityIOOutput - } - // Parent: CBaseTrigger - // Fields count: 13 - // - // Metadata: - // NetworkVarNames: m_gravityScale (float) - // NetworkVarNames: m_linearLimit (float) - // NetworkVarNames: m_linearDamping (float) - // NetworkVarNames: m_angularLimit (float) - // NetworkVarNames: m_angularDamping (float) - // NetworkVarNames: m_linearForce (float) - // NetworkVarNames: m_flFrequency (float) - // NetworkVarNames: m_flDampingRatio (float) - // NetworkVarNames: m_vecLinearForcePointAt (Vector) - // NetworkVarNames: m_bCollapseToForcePoint (bool) - // NetworkVarNames: m_vecLinearForcePointAtWorld (Vector) - // NetworkVarNames: m_vecLinearForceDirection (Vector) - // NetworkVarNames: m_bConvertToDebrisWhenPossible (bool) - namespace CTriggerPhysics { - constexpr std::ptrdiff_t m_gravityScale = 0xBB0; // float32 - constexpr std::ptrdiff_t m_linearLimit = 0xBB4; // float32 - constexpr std::ptrdiff_t m_linearDamping = 0xBB8; // float32 - constexpr std::ptrdiff_t m_angularLimit = 0xBBC; // float32 - constexpr std::ptrdiff_t m_angularDamping = 0xBC0; // float32 - constexpr std::ptrdiff_t m_linearForce = 0xBC4; // float32 - constexpr std::ptrdiff_t m_flFrequency = 0xBC8; // float32 - constexpr std::ptrdiff_t m_flDampingRatio = 0xBCC; // float32 - constexpr std::ptrdiff_t m_vecLinearForcePointAt = 0xBD0; // Vector - constexpr std::ptrdiff_t m_bCollapseToForcePoint = 0xBDC; // bool - constexpr std::ptrdiff_t m_vecLinearForcePointAtWorld = 0xBE0; // Vector - constexpr std::ptrdiff_t m_vecLinearForceDirection = 0xBEC; // Vector - constexpr std::ptrdiff_t m_bConvertToDebrisWhenPossible = 0xBF8; // bool - } - // Parent: CBaseAnimGraph - // Fields count: 7 - // - // Metadata: - // NetworkVarNames: m_flexWeight (float32) - // NetworkVarNames: m_vLookTargetPosition (Vector) - // NetworkVarNames: m_blinktoggle (bool) - namespace CBaseFlex { - constexpr std::ptrdiff_t m_flexWeight = 0xBF0; // CNetworkUtlVectorBase - constexpr std::ptrdiff_t m_vLookTargetPosition = 0xC08; // Vector - constexpr std::ptrdiff_t m_blinktoggle = 0xC14; // bool - constexpr std::ptrdiff_t m_flAllowResponsesEndTime = 0xC68; // GameTime_t - constexpr std::ptrdiff_t m_flLastFlexAnimationTime = 0xC6C; // GameTime_t - constexpr std::ptrdiff_t m_nNextSceneEventId = 0xC70; // uint32 - constexpr std::ptrdiff_t m_bUpdateLayerPriorities = 0xC74; // bool - } - // Parent: CDynamicProp - // Fields count: 37 - // - // Metadata: - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByUserGroup - // MNetworkExcludeByName - // MNetworkExcludeByUserGroup - // MNetworkIncludeByName - // NetworkVarNames: m_eDoorState (DoorState_t) - // NetworkVarNames: m_bLocked (bool) - // NetworkVarNames: m_closedPosition (Vector) - // NetworkVarNames: m_closedAngles (QAngle) - // NetworkVarNames: m_hMaster (CHandle) - namespace CBasePropDoor { - constexpr std::ptrdiff_t m_flAutoReturnDelay = 0xE74; // float32 - constexpr std::ptrdiff_t m_hDoorList = 0xE78; // CUtlVector> - constexpr std::ptrdiff_t m_nHardwareType = 0xE90; // int32 - constexpr std::ptrdiff_t m_bNeedsHardware = 0xE94; // bool - constexpr std::ptrdiff_t m_eDoorState = 0xE98; // DoorState_t - constexpr std::ptrdiff_t m_bLocked = 0xE9C; // bool - constexpr std::ptrdiff_t m_closedPosition = 0xEA0; // Vector - constexpr std::ptrdiff_t m_closedAngles = 0xEAC; // QAngle - constexpr std::ptrdiff_t m_hBlocker = 0xEB8; // CHandle - constexpr std::ptrdiff_t m_bFirstBlocked = 0xEBC; // bool - constexpr std::ptrdiff_t m_ls = 0xEC0; // locksound_t - constexpr std::ptrdiff_t m_bForceClosed = 0xEE0; // bool - constexpr std::ptrdiff_t m_vecLatchWorldPosition = 0xEE4; // Vector - constexpr std::ptrdiff_t m_hActivator = 0xEF0; // CHandle - constexpr std::ptrdiff_t m_SoundMoving = 0xF00; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_SoundOpen = 0xF08; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_SoundClose = 0xF10; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_SoundLock = 0xF18; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_SoundUnlock = 0xF20; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_SoundLatch = 0xF28; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_SoundPound = 0xF30; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_SoundJiggle = 0xF38; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_SoundLockedAnim = 0xF40; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_numCloseAttempts = 0xF48; // int32 - constexpr std::ptrdiff_t m_nPhysicsMaterial = 0xF4C; // CUtlStringToken - constexpr std::ptrdiff_t m_SlaveName = 0xF50; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_hMaster = 0xF58; // CHandle - constexpr std::ptrdiff_t m_OnBlockedClosing = 0xF60; // CEntityIOOutput - constexpr std::ptrdiff_t m_OnBlockedOpening = 0xF88; // CEntityIOOutput - constexpr std::ptrdiff_t m_OnUnblockedClosing = 0xFB0; // CEntityIOOutput - constexpr std::ptrdiff_t m_OnUnblockedOpening = 0xFD8; // CEntityIOOutput - constexpr std::ptrdiff_t m_OnFullyClosed = 0x1000; // CEntityIOOutput - constexpr std::ptrdiff_t m_OnFullyOpen = 0x1028; // CEntityIOOutput - constexpr std::ptrdiff_t m_OnClose = 0x1050; // CEntityIOOutput - constexpr std::ptrdiff_t m_OnOpen = 0x1078; // CEntityIOOutput - constexpr std::ptrdiff_t m_OnLockedUse = 0x10A0; // CEntityIOOutput - constexpr std::ptrdiff_t m_OnAjarOpen = 0x10C8; // CEntityIOOutput - } - // Parent: CBaseAnimGraph - // Fields count: 24 - // - // Metadata: - // MNetworkIncludeByName - // MNetworkIncludeByName - // NetworkVarNames: m_x (float32) - // NetworkVarNames: m_y (float32) - // NetworkVarNames: m_z (float32) - // NetworkVarNames: m_angle (float32) - // NetworkVarNames: m_poolOrigin (Vector) - // NetworkVarNames: m_waterLevel (float32) - namespace CFish { - constexpr std::ptrdiff_t m_pool = 0xBF0; // CHandle - constexpr std::ptrdiff_t m_id = 0xBF4; // uint32 - constexpr std::ptrdiff_t m_x = 0xBF8; // float32 - constexpr std::ptrdiff_t m_y = 0xBFC; // float32 - constexpr std::ptrdiff_t m_z = 0xC00; // float32 - constexpr std::ptrdiff_t m_angle = 0xC04; // float32 - constexpr std::ptrdiff_t m_angleChange = 0xC08; // float32 - constexpr std::ptrdiff_t m_forward = 0xC0C; // Vector - constexpr std::ptrdiff_t m_perp = 0xC18; // Vector - constexpr std::ptrdiff_t m_poolOrigin = 0xC24; // Vector - constexpr std::ptrdiff_t m_waterLevel = 0xC30; // float32 - constexpr std::ptrdiff_t m_speed = 0xC34; // float32 - constexpr std::ptrdiff_t m_desiredSpeed = 0xC38; // float32 - constexpr std::ptrdiff_t m_calmSpeed = 0xC3C; // float32 - constexpr std::ptrdiff_t m_panicSpeed = 0xC40; // float32 - constexpr std::ptrdiff_t m_avoidRange = 0xC44; // float32 - constexpr std::ptrdiff_t m_turnTimer = 0xC48; // CountdownTimer - constexpr std::ptrdiff_t m_turnClockwise = 0xC60; // bool - constexpr std::ptrdiff_t m_goTimer = 0xC68; // CountdownTimer - constexpr std::ptrdiff_t m_moveTimer = 0xC80; // CountdownTimer - constexpr std::ptrdiff_t m_panicTimer = 0xC98; // CountdownTimer - constexpr std::ptrdiff_t m_disperseTimer = 0xCB0; // CountdownTimer - constexpr std::ptrdiff_t m_proximityTimer = 0xCC8; // CountdownTimer - constexpr std::ptrdiff_t m_visible = 0xCE0; // CUtlVector - } - // Parent: CBaseAnimGraph - // Fields count: 28 - // - // Metadata: - // NetworkVarNames: m_ragPos (Vector) - // NetworkVarNames: m_ragAngles (QAngle) - // NetworkVarNames: m_hRagdollSource (EHANDLE) - // NetworkVarNames: m_flBlendWeight (float32) - namespace CRagdollProp { - constexpr std::ptrdiff_t m_ragdoll = 0xBF8; // ragdoll_t - constexpr std::ptrdiff_t m_bStartDisabled = 0xC30; // bool - constexpr std::ptrdiff_t m_ragPos = 0xC38; // CNetworkUtlVectorBase - constexpr std::ptrdiff_t m_ragAngles = 0xC50; // CNetworkUtlVectorBase - constexpr std::ptrdiff_t m_hRagdollSource = 0xC68; // CHandle - constexpr std::ptrdiff_t m_lastUpdateTickCount = 0xC6C; // uint32 - constexpr std::ptrdiff_t m_allAsleep = 0xC70; // bool - constexpr std::ptrdiff_t m_bFirstCollisionAfterLaunch = 0xC71; // bool - constexpr std::ptrdiff_t m_hDamageEntity = 0xC74; // CHandle - constexpr std::ptrdiff_t m_hKiller = 0xC78; // CHandle - constexpr std::ptrdiff_t m_hPhysicsAttacker = 0xC7C; // CHandle - constexpr std::ptrdiff_t m_flLastPhysicsInfluenceTime = 0xC80; // GameTime_t - constexpr std::ptrdiff_t m_flFadeOutStartTime = 0xC84; // GameTime_t - constexpr std::ptrdiff_t m_flFadeTime = 0xC88; // float32 - constexpr std::ptrdiff_t m_vecLastOrigin = 0xC8C; // Vector - constexpr std::ptrdiff_t m_flAwakeTime = 0xC98; // GameTime_t - constexpr std::ptrdiff_t m_flLastOriginChangeTime = 0xC9C; // GameTime_t - constexpr std::ptrdiff_t m_nBloodColor = 0xCA0; // int32 - constexpr std::ptrdiff_t m_strOriginClassName = 0xCA8; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_strSourceClassName = 0xCB0; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_bHasBeenPhysgunned = 0xCB8; // bool - constexpr std::ptrdiff_t m_bShouldTeleportPhysics = 0xCB9; // bool - constexpr std::ptrdiff_t m_flBlendWeight = 0xCBC; // float32 - constexpr std::ptrdiff_t m_flDefaultFadeScale = 0xCC0; // float32 - constexpr std::ptrdiff_t m_ragdollMins = 0xCC8; // CUtlVector - constexpr std::ptrdiff_t m_ragdollMaxs = 0xCE0; // CUtlVector - constexpr std::ptrdiff_t m_bShouldDeleteActivationRecord = 0xCF8; // bool - constexpr std::ptrdiff_t m_bValidatePoweredRagdollPose = 0xD58; // bool - } - // Parent: CBreakableProp - // Fields count: 34 - // - // Metadata: - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByUserGroup - // MNetworkExcludeByName - // MNetworkExcludeByUserGroup - // MNetworkIncludeByName - // NetworkVarNames: m_bAwake (bool) - namespace CPhysicsProp { - constexpr std::ptrdiff_t m_MotionEnabled = 0xD70; // CEntityIOOutput - constexpr std::ptrdiff_t m_OnAwakened = 0xD98; // CEntityIOOutput - constexpr std::ptrdiff_t m_OnAwake = 0xDC0; // CEntityIOOutput - constexpr std::ptrdiff_t m_OnAsleep = 0xDE8; // CEntityIOOutput - constexpr std::ptrdiff_t m_OnPlayerUse = 0xE10; // CEntityIOOutput - constexpr std::ptrdiff_t m_OnPlayerPickup = 0xE38; // CEntityIOOutput - constexpr std::ptrdiff_t m_OnOutOfWorld = 0xE60; // CEntityIOOutput - constexpr std::ptrdiff_t m_massScale = 0xE88; // float32 - constexpr std::ptrdiff_t m_inertiaScale = 0xE8C; // float32 - constexpr std::ptrdiff_t m_buoyancyScale = 0xE90; // float32 - constexpr std::ptrdiff_t m_damageType = 0xE94; // int32 - constexpr std::ptrdiff_t m_damageToEnableMotion = 0xE98; // int32 - constexpr std::ptrdiff_t m_flForceToEnableMotion = 0xE9C; // float32 - constexpr std::ptrdiff_t m_bThrownByPlayer = 0xEA0; // bool - constexpr std::ptrdiff_t m_bDroppedByPlayer = 0xEA1; // bool - constexpr std::ptrdiff_t m_bTouchedByPlayer = 0xEA2; // bool - constexpr std::ptrdiff_t m_bFirstCollisionAfterLaunch = 0xEA3; // bool - constexpr std::ptrdiff_t m_iExploitableByPlayer = 0xEA4; // int32 - constexpr std::ptrdiff_t m_bHasBeenAwakened = 0xEA8; // bool - constexpr std::ptrdiff_t m_bIsOverrideProp = 0xEA9; // bool - constexpr std::ptrdiff_t m_fNextCheckDisableMotionContactsTime = 0xEAC; // GameTime_t - constexpr std::ptrdiff_t m_iInitialGlowState = 0xEB0; // int32 - constexpr std::ptrdiff_t m_nGlowRange = 0xEB4; // int32 - constexpr std::ptrdiff_t m_nGlowRangeMin = 0xEB8; // int32 - constexpr std::ptrdiff_t m_glowColor = 0xEBC; // Color - constexpr std::ptrdiff_t m_bForceNavIgnore = 0xEC0; // bool - constexpr std::ptrdiff_t m_bNoNavmeshBlocker = 0xEC1; // bool - constexpr std::ptrdiff_t m_bForceNpcExclude = 0xEC2; // bool - constexpr std::ptrdiff_t m_bShouldAutoConvertBackFromDebris = 0xEC3; // bool - constexpr std::ptrdiff_t m_bMuteImpactEffects = 0xEC4; // bool - constexpr std::ptrdiff_t m_bAcceptDamageFromHeldObjects = 0xECC; // bool - constexpr std::ptrdiff_t m_bEnableUseOutput = 0xECD; // bool - constexpr std::ptrdiff_t m_bAwake = 0xECE; // bool - constexpr std::ptrdiff_t m_nCollisionGroupOverride = 0xED0; // int32 - } - // Parent: CPhysicsProp - // Fields count: 3 - // - // Metadata: - // MNetworkExcludeByName - // NetworkVarNames: m_ShardDesc (shard_model_desc_t) - namespace CShatterGlassShardPhysics { - constexpr std::ptrdiff_t m_bDebris = 0xED4; // bool - constexpr std::ptrdiff_t m_hParentShard = 0xED8; // uint32 - constexpr std::ptrdiff_t m_ShardDesc = 0xEE0; // shard_model_desc_t - } - // Parent: CBaseFlex - // Fields count: 9 - // - // Metadata: - // NetworkVarNames: m_AttributeManager (CAttributeContainer) - // NetworkVarNames: m_OriginalOwnerXuidLow (uint32) - // NetworkVarNames: m_OriginalOwnerXuidHigh (uint32) - // NetworkVarNames: m_nFallbackPaintKit (int) - // NetworkVarNames: m_nFallbackSeed (int) - // NetworkVarNames: m_flFallbackWear (float) - // NetworkVarNames: m_nFallbackStatTrak (int) - namespace CEconEntity { - constexpr std::ptrdiff_t m_AttributeManager = 0xC90; // CAttributeContainer - constexpr std::ptrdiff_t m_OriginalOwnerXuidLow = 0xF58; // uint32 - constexpr std::ptrdiff_t m_OriginalOwnerXuidHigh = 0xF5C; // uint32 - constexpr std::ptrdiff_t m_nFallbackPaintKit = 0xF60; // int32 - constexpr std::ptrdiff_t m_nFallbackSeed = 0xF64; // int32 - constexpr std::ptrdiff_t m_flFallbackWear = 0xF68; // float32 - constexpr std::ptrdiff_t m_nFallbackStatTrak = 0xF6C; // int32 - constexpr std::ptrdiff_t m_hOldProvidee = 0xF70; // CHandle - constexpr std::ptrdiff_t m_iOldOwnerClass = 0xF74; // int32 - } - // Parent: CBaseFlex - // Fields count: 14 - // - // Metadata: - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByUserGroup - // MNetworkExcludeByName - // MNetworkExcludeByUserGroup - // MNetworkExcludeByName - // MNetworkExcludeByUserGroup - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByName - // NetworkVarNames: m_bIsLive (bool) - // NetworkVarNames: m_DmgRadius (float32) - // NetworkVarNames: m_flDetonateTime (GameTime_t) - // NetworkVarNames: m_flDamage (float32) - // NetworkVarNames: m_hThrower (CHandle) - namespace CBaseGrenade { - constexpr std::ptrdiff_t m_OnPlayerPickup = 0xC88; // CEntityIOOutput - constexpr std::ptrdiff_t m_OnExplode = 0xCB0; // CEntityIOOutput - constexpr std::ptrdiff_t m_bHasWarnedAI = 0xCD8; // bool - constexpr std::ptrdiff_t m_bIsSmokeGrenade = 0xCD9; // bool - constexpr std::ptrdiff_t m_bIsLive = 0xCDA; // bool - constexpr std::ptrdiff_t m_DmgRadius = 0xCDC; // float32 - constexpr std::ptrdiff_t m_flDetonateTime = 0xCE0; // GameTime_t - constexpr std::ptrdiff_t m_flWarnAITime = 0xCE4; // float32 - constexpr std::ptrdiff_t m_flDamage = 0xCE8; // float32 - constexpr std::ptrdiff_t m_iszBounceSound = 0xCF0; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_ExplosionSound = 0xCF8; // CUtlString - constexpr std::ptrdiff_t m_hThrower = 0xD04; // CHandle - constexpr std::ptrdiff_t m_flNextAttack = 0xD1C; // GameTime_t - constexpr std::ptrdiff_t m_hOriginalThrower = 0xD20; // CHandle - } - // Parent: CBaseAnimGraph - // Fields count: 11 - // - // Metadata: - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkExcludeByUserGroup - // MNetworkOverride - // MNetworkIncludeByName - // NetworkVarNames: m_nViewModelIndex (uint32) - // NetworkVarNames: m_nAnimationParity (uint32) - // NetworkVarNames: m_flAnimationStartTime (float32) - // NetworkVarNames: m_hWeapon (CHandle) - // NetworkVarNames: m_hControlPanel (CHandle) - namespace CBaseViewModel { - constexpr std::ptrdiff_t m_vecLastFacing = 0xBF8; // Vector - constexpr std::ptrdiff_t m_nViewModelIndex = 0xC04; // uint32 - constexpr std::ptrdiff_t m_nAnimationParity = 0xC08; // uint32 - constexpr std::ptrdiff_t m_flAnimationStartTime = 0xC0C; // float32 - constexpr std::ptrdiff_t m_hWeapon = 0xC10; // CHandle - constexpr std::ptrdiff_t m_sVMName = 0xC18; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_sAnimationPrefix = 0xC20; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_hOldLayerSequence = 0xC28; // HSequence - constexpr std::ptrdiff_t m_oldLayer = 0xC2C; // int32 - constexpr std::ptrdiff_t m_oldLayerStartTime = 0xC30; // float32 - constexpr std::ptrdiff_t m_hControlPanel = 0xC34; // CHandle - } - // Parent: CBaseAnimGraph - // Fields count: 26 - // - // Metadata: - // NetworkVarNames: m_bBombTicking (bool) - // NetworkVarNames: m_flC4Blow (GameTime_t) - // NetworkVarNames: m_nBombSite (int) - // NetworkVarNames: m_nSourceSoundscapeHash (int) - // NetworkVarNames: m_bCannotBeDefused (bool) - // NetworkVarNames: m_entitySpottedState (EntitySpottedState_t) - // NetworkVarNames: m_bHasExploded (bool) - // NetworkVarNames: m_flTimerLength (float) - // NetworkVarNames: m_bBeingDefused (bool) - // NetworkVarNames: m_flDefuseLength (float) - // NetworkVarNames: m_flDefuseCountDown (GameTime_t) - // NetworkVarNames: m_bBombDefused (bool) - // NetworkVarNames: m_hBombDefuser (CHandle) - // NetworkVarNames: m_hControlPanel (CHandle) - namespace CPlantedC4 { - constexpr std::ptrdiff_t m_bBombTicking = 0xBF0; // bool - constexpr std::ptrdiff_t m_flC4Blow = 0xBF4; // GameTime_t - constexpr std::ptrdiff_t m_nBombSite = 0xBF8; // int32 - constexpr std::ptrdiff_t m_nSourceSoundscapeHash = 0xBFC; // int32 - constexpr std::ptrdiff_t m_OnBombDefused = 0xC00; // CEntityIOOutput - constexpr std::ptrdiff_t m_OnBombBeginDefuse = 0xC28; // CEntityIOOutput - constexpr std::ptrdiff_t m_OnBombDefuseAborted = 0xC50; // CEntityIOOutput - constexpr std::ptrdiff_t m_bCannotBeDefused = 0xC78; // bool - constexpr std::ptrdiff_t m_entitySpottedState = 0xC80; // EntitySpottedState_t - constexpr std::ptrdiff_t m_nSpotRules = 0xC98; // int32 - constexpr std::ptrdiff_t m_bTrainingPlacedByPlayer = 0xC9C; // bool - constexpr std::ptrdiff_t m_bHasExploded = 0xC9D; // bool - constexpr std::ptrdiff_t m_flTimerLength = 0xCA0; // float32 - constexpr std::ptrdiff_t m_bBeingDefused = 0xCA4; // bool - constexpr std::ptrdiff_t m_fLastDefuseTime = 0xCAC; // GameTime_t - constexpr std::ptrdiff_t m_flDefuseLength = 0xCB4; // float32 - constexpr std::ptrdiff_t m_flDefuseCountDown = 0xCB8; // GameTime_t - constexpr std::ptrdiff_t m_bBombDefused = 0xCBC; // bool - constexpr std::ptrdiff_t m_hBombDefuser = 0xCC0; // CHandle - constexpr std::ptrdiff_t m_hControlPanel = 0xCC4; // CHandle - constexpr std::ptrdiff_t m_iProgressBarTime = 0xCC8; // int32 - constexpr std::ptrdiff_t m_bVoiceAlertFired = 0xCCC; // bool - constexpr std::ptrdiff_t m_bVoiceAlertPlayed = 0xCCD; // bool[4] - constexpr std::ptrdiff_t m_flNextBotBeepTime = 0xCD4; // GameTime_t - constexpr std::ptrdiff_t m_angCatchUpToPlayerEye = 0xCDC; // QAngle - constexpr std::ptrdiff_t m_flLastSpinDetectionTime = 0xCE8; // GameTime_t - } - // Parent: CBaseGrenade - // Fields count: 18 - // - // Metadata: - // NetworkVarNames: m_vInitialPosition (Vector) - // NetworkVarNames: m_vInitialVelocity (Vector) - // NetworkVarNames: m_nBounces (int) - // NetworkVarNames: m_nExplodeEffectIndex (HParticleSystemDefinitionStrong) - // NetworkVarNames: m_nExplodeEffectTickBegin (int) - // NetworkVarNames: m_vecExplodeEffectOrigin (Vector) - namespace CBaseCSGrenadeProjectile { - constexpr std::ptrdiff_t m_vInitialPosition = 0xD24; // Vector - constexpr std::ptrdiff_t m_vInitialVelocity = 0xD30; // Vector - constexpr std::ptrdiff_t m_nBounces = 0xD3C; // int32 - constexpr std::ptrdiff_t m_nExplodeEffectIndex = 0xD40; // CStrongHandle - constexpr std::ptrdiff_t m_nExplodeEffectTickBegin = 0xD48; // int32 - constexpr std::ptrdiff_t m_vecExplodeEffectOrigin = 0xD4C; // Vector - constexpr std::ptrdiff_t m_flSpawnTime = 0xD58; // GameTime_t - constexpr std::ptrdiff_t m_unOGSExtraFlags = 0xD5C; // uint8 - constexpr std::ptrdiff_t m_bDetonationRecorded = 0xD5D; // bool - constexpr std::ptrdiff_t m_flDetonateTime = 0xD60; // GameTime_t - constexpr std::ptrdiff_t m_nItemIndex = 0xD64; // uint16 - constexpr std::ptrdiff_t m_vecOriginalSpawnLocation = 0xD68; // Vector - constexpr std::ptrdiff_t m_flLastBounceSoundTime = 0xD74; // GameTime_t - constexpr std::ptrdiff_t m_vecGrenadeSpin = 0xD78; // RotationVector - constexpr std::ptrdiff_t m_vecLastHitSurfaceNormal = 0xD84; // Vector - constexpr std::ptrdiff_t m_nTicksAtZeroVelocity = 0xD90; // int32 - constexpr std::ptrdiff_t m_bHasEverHitPlayer = 0xD94; // bool - constexpr std::ptrdiff_t m_bClearFromPlayers = 0xD95; // bool - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_OwningPlayer (CHandle) - // NetworkVarNames: m_KillingPlayer (CHandle) - namespace CItemDogtags { - constexpr std::ptrdiff_t m_OwningPlayer = 0xCC8; // CHandle - constexpr std::ptrdiff_t m_KillingPlayer = 0xCCC; // CHandle - } - // Parent: CDynamicProp - // Fields count: 34 - // - // Metadata: - // NetworkVarNames: m_AttributeManager (CAttributeContainer) - // NetworkVarNames: m_OriginalOwnerXuidLow (uint32) - // NetworkVarNames: m_OriginalOwnerXuidHigh (uint32) - // NetworkVarNames: m_jumpedThisFrame (bool) - // NetworkVarNames: m_leader (CHandle) - namespace CChicken { - constexpr std::ptrdiff_t m_AttributeManager = 0xE88; // CAttributeContainer - constexpr std::ptrdiff_t m_OriginalOwnerXuidLow = 0x1150; // uint32 - constexpr std::ptrdiff_t m_OriginalOwnerXuidHigh = 0x1154; // uint32 - constexpr std::ptrdiff_t m_updateTimer = 0x1158; // CountdownTimer - constexpr std::ptrdiff_t m_stuckAnchor = 0x1170; // Vector - constexpr std::ptrdiff_t m_stuckTimer = 0x1180; // CountdownTimer - constexpr std::ptrdiff_t m_collisionStuckTimer = 0x1198; // CountdownTimer - constexpr std::ptrdiff_t m_isOnGround = 0x11B0; // bool - constexpr std::ptrdiff_t m_vFallVelocity = 0x11B4; // Vector - constexpr std::ptrdiff_t m_activity = 0x11C0; // ChickenActivity - constexpr std::ptrdiff_t m_activityTimer = 0x11C8; // CountdownTimer - constexpr std::ptrdiff_t m_turnRate = 0x11E0; // float32 - constexpr std::ptrdiff_t m_fleeFrom = 0x11E4; // CHandle - constexpr std::ptrdiff_t m_moveRateThrottleTimer = 0x11E8; // CountdownTimer - constexpr std::ptrdiff_t m_startleTimer = 0x1200; // CountdownTimer - constexpr std::ptrdiff_t m_vocalizeTimer = 0x1218; // CountdownTimer - constexpr std::ptrdiff_t m_flWhenZombified = 0x1230; // GameTime_t - constexpr std::ptrdiff_t m_jumpedThisFrame = 0x1234; // bool - constexpr std::ptrdiff_t m_leader = 0x1238; // CHandle - constexpr std::ptrdiff_t m_reuseTimer = 0x1240; // CountdownTimer - constexpr std::ptrdiff_t m_hasBeenUsed = 0x1258; // bool - constexpr std::ptrdiff_t m_jumpTimer = 0x1260; // CountdownTimer - constexpr std::ptrdiff_t m_flLastJumpTime = 0x1278; // float32 - constexpr std::ptrdiff_t m_bInJump = 0x127C; // bool - constexpr std::ptrdiff_t m_isWaitingForLeader = 0x127D; // bool - constexpr std::ptrdiff_t m_repathTimer = 0x3288; // CountdownTimer - constexpr std::ptrdiff_t m_inhibitDoorTimer = 0x32A0; // CountdownTimer - constexpr std::ptrdiff_t m_inhibitObstacleAvoidanceTimer = 0x3330; // CountdownTimer - constexpr std::ptrdiff_t m_vecPathGoal = 0x3350; // Vector - constexpr std::ptrdiff_t m_flActiveFollowStartTime = 0x335C; // GameTime_t - constexpr std::ptrdiff_t m_followMinuteTimer = 0x3360; // CountdownTimer - constexpr std::ptrdiff_t m_vecLastEggPoopPosition = 0x3378; // Vector - constexpr std::ptrdiff_t m_vecEggsPooped = 0x3388; // CUtlVector> - constexpr std::ptrdiff_t m_BlockDirectionTimer = 0x33A8; // CountdownTimer - } - // Parent: CEconEntity - // Fields count: 8 - // - // Metadata: - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkIncludeByName - // MNetworkExcludeByUserGroup - // MNetworkExcludeByUserGroup - // MNetworkExcludeByUserGroup - // MNetworkUserGroupProxy - // NetworkVarNames: m_nNextPrimaryAttackTick (GameTick_t) - // NetworkVarNames: m_flNextPrimaryAttackTickRatio (float32) - // NetworkVarNames: m_nNextSecondaryAttackTick (GameTick_t) - // NetworkVarNames: m_flNextSecondaryAttackTickRatio (float32) - // NetworkVarNames: m_iClip1 (int32) - // NetworkVarNames: m_iClip2 (int32) - // NetworkVarNames: m_pReserveAmmo (int) - namespace CBasePlayerWeapon { - constexpr std::ptrdiff_t m_nNextPrimaryAttackTick = 0xF78; // GameTick_t - constexpr std::ptrdiff_t m_flNextPrimaryAttackTickRatio = 0xF7C; // float32 - constexpr std::ptrdiff_t m_nNextSecondaryAttackTick = 0xF80; // GameTick_t - constexpr std::ptrdiff_t m_flNextSecondaryAttackTickRatio = 0xF84; // float32 - constexpr std::ptrdiff_t m_iClip1 = 0xF88; // int32 - constexpr std::ptrdiff_t m_iClip2 = 0xF8C; // int32 - constexpr std::ptrdiff_t m_pReserveAmmo = 0xF90; // int32[2] - constexpr std::ptrdiff_t m_OnPlayerUse = 0xF98; // CEntityIOOutput - } - // Parent: CRagdollProp - // Fields count: 6 - // - // Metadata: - // NetworkVarNames: m_boneIndexAttached (uint32) - // NetworkVarNames: m_ragdollAttachedObjectIndex (uint32) - // NetworkVarNames: m_attachmentPointBoneSpace (Vector) - // NetworkVarNames: m_attachmentPointRagdollSpace (Vector) - namespace CRagdollPropAttached { - constexpr std::ptrdiff_t m_boneIndexAttached = 0xD98; // uint32 - constexpr std::ptrdiff_t m_ragdollAttachedObjectIndex = 0xD9C; // uint32 - constexpr std::ptrdiff_t m_attachmentPointBoneSpace = 0xDA0; // Vector - constexpr std::ptrdiff_t m_attachmentPointRagdollSpace = 0xDAC; // Vector - constexpr std::ptrdiff_t m_bShouldDetach = 0xDB8; // bool - constexpr std::ptrdiff_t m_bShouldDeleteAttachedActivationRecord = 0xDC8; // bool - } - // Parent: CBaseFlex - // Fields count: 12 - // - // Metadata: - // MNetworkExcludeByUserGroup - // NetworkVarNames: m_hMyWearables (CHandle) - // NetworkVarNames: m_flFieldOfView (float) - namespace CBaseCombatCharacter { - constexpr std::ptrdiff_t m_bForceServerRagdoll = 0xC80; // bool - constexpr std::ptrdiff_t m_hMyWearables = 0xC88; // CNetworkUtlVectorBase> - constexpr std::ptrdiff_t m_flFieldOfView = 0xCA0; // float32 - constexpr std::ptrdiff_t m_impactEnergyScale = 0xCA4; // float32 - constexpr std::ptrdiff_t m_LastHitGroup = 0xCA8; // HitGroup_t - constexpr std::ptrdiff_t m_bApplyStressDamage = 0xCAC; // bool - constexpr std::ptrdiff_t m_bloodColor = 0xCB0; // int32 - constexpr std::ptrdiff_t m_iDamageCount = 0xCF8; // int32 - constexpr std::ptrdiff_t m_pVecRelationships = 0xD00; // CUtlVector* - constexpr std::ptrdiff_t m_strRelationships = 0xD08; // CUtlSymbolLarge - constexpr std::ptrdiff_t m_eHull = 0xD10; // Hull_t - constexpr std::ptrdiff_t m_nNavHullIdx = 0xD14; // uint32 - } - // Parent: CBaseCombatCharacter - // Fields count: 25 - // - // Metadata: - // MNetworkUserGroupProxy - // MNetworkUserGroupProxy - // MNetworkExcludeByUserGroup - // MNetworkIncludeByUserGroup - // MNetworkIncludeByUserGroup - // MNetworkIncludeByUserGroup - // MNetworkIncludeByName - // MNetworkOverride - // MNetworkOverride - // MNetworkOverride - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByName - // NetworkVarNames: m_pWeaponServices (CPlayer_WeaponServices*) - // NetworkVarNames: m_pItemServices (CPlayer_ItemServices*) - // NetworkVarNames: m_pAutoaimServices (CPlayer_AutoaimServices*) - // NetworkVarNames: m_pObserverServices (CPlayer_ObserverServices*) - // NetworkVarNames: m_pWaterServices (CPlayer_WaterServices*) - // NetworkVarNames: m_pUseServices (CPlayer_UseServices*) - // NetworkVarNames: m_pFlashlightServices (CPlayer_FlashlightServices*) - // NetworkVarNames: m_pCameraServices (CPlayer_CameraServices*) - // NetworkVarNames: m_pMovementServices (CPlayer_MovementServices*) - // MNetworkUserGroupProxy - // NetworkVarNames: m_ServerViewAngleChanges (ViewAngleServerChange_t) - // NetworkVarNames: m_iHideHUD (uint32) - // NetworkVarNames: m_skybox3d (sky3dparams_t) - // NetworkVarNames: m_flDeathTime (GameTime_t) - // NetworkVarNames: m_hController (CHandle) - namespace CBasePlayerPawn { - constexpr std::ptrdiff_t m_pWeaponServices = 0xD18; // CPlayer_WeaponServices* - constexpr std::ptrdiff_t m_pItemServices = 0xD20; // CPlayer_ItemServices* - constexpr std::ptrdiff_t m_pAutoaimServices = 0xD28; // CPlayer_AutoaimServices* - constexpr std::ptrdiff_t m_pObserverServices = 0xD30; // CPlayer_ObserverServices* - constexpr std::ptrdiff_t m_pWaterServices = 0xD38; // CPlayer_WaterServices* - constexpr std::ptrdiff_t m_pUseServices = 0xD40; // CPlayer_UseServices* - constexpr std::ptrdiff_t m_pFlashlightServices = 0xD48; // CPlayer_FlashlightServices* - constexpr std::ptrdiff_t m_pCameraServices = 0xD50; // CPlayer_CameraServices* - constexpr std::ptrdiff_t m_pMovementServices = 0xD58; // CPlayer_MovementServices* - constexpr std::ptrdiff_t m_ServerViewAngleChanges = 0xD68; // CUtlVectorEmbeddedNetworkVar - constexpr std::ptrdiff_t m_nHighestGeneratedServerViewAngleChangeIndex = 0xDB8; // uint32 - constexpr std::ptrdiff_t v_angle = 0xDBC; // QAngle - constexpr std::ptrdiff_t v_anglePrevious = 0xDC8; // QAngle - constexpr std::ptrdiff_t m_iHideHUD = 0xDD4; // uint32 - constexpr std::ptrdiff_t m_skybox3d = 0xDD8; // sky3dparams_t - constexpr std::ptrdiff_t m_fTimeLastHurt = 0xE68; // GameTime_t - constexpr std::ptrdiff_t m_flDeathTime = 0xE6C; // GameTime_t - constexpr std::ptrdiff_t m_fNextSuicideTime = 0xE70; // GameTime_t - constexpr std::ptrdiff_t m_fInitHUD = 0xE74; // bool - constexpr std::ptrdiff_t m_pExpresser = 0xE78; // CAI_Expresser* - constexpr std::ptrdiff_t m_hController = 0xE80; // CHandle - constexpr std::ptrdiff_t m_fHltvReplayDelay = 0xE88; // float32 - constexpr std::ptrdiff_t m_fHltvReplayEnd = 0xE8C; // float32 - constexpr std::ptrdiff_t m_iHltvReplayEntity = 0xE90; // CEntityIndex - constexpr std::ptrdiff_t m_sndOpvarLatchData = 0xE98; // CUtlVector - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MNetworkOverride - // NetworkVarNames: m_bShouldIgnoreOffsetAndAccuracy (bool) - // NetworkVarNames: m_nWeaponParity (uint32) - namespace CCSGOViewModel { - constexpr std::ptrdiff_t m_bShouldIgnoreOffsetAndAccuracy = 0xC38; // bool - constexpr std::ptrdiff_t m_nWeaponParity = 0xC3C; // uint32 - constexpr std::ptrdiff_t m_nOldWeaponParity = 0xC40; // uint32 - } - // Parent: CBasePlayerWeapon - // Fields count: 62 - // - // Metadata: - // MNetworkExcludeByName - // NetworkVarNames: m_flFireSequenceStartTime (float) - // NetworkVarNames: m_nFireSequenceStartTimeChange (int) - // NetworkVarNames: m_ePlayerFireEvent (PlayerAnimEvent_t) - // NetworkVarNames: m_ePlayerFireEventAttackType (WeaponAttackType_t) - // NetworkVarNames: m_iState (CSWeaponState_t) - // NetworkVarNames: m_nViewModelIndex (uint32) - // NetworkVarNames: m_flTimeWeaponIdle (GameTime_t) - // NetworkVarNames: m_weaponMode (CSWeaponMode) - // NetworkVarNames: m_fAccuracyPenalty (float) - // NetworkVarNames: m_iRecoilIndex (int) - // NetworkVarNames: m_flRecoilIndex (float) - // NetworkVarNames: m_bBurstMode (bool) - // NetworkVarNames: m_nPostponeFireReadyTicks (GameTick_t) - // NetworkVarNames: m_flPostponeFireReadyFrac (float) - // NetworkVarNames: m_bInReload (bool) - // NetworkVarNames: m_bReloadVisuallyComplete (bool) - // NetworkVarNames: m_flDroppedAtTime (GameTime_t) - // NetworkVarNames: m_bIsHauledBack (bool) - // NetworkVarNames: m_bSilencerOn (bool) - // NetworkVarNames: m_flTimeSilencerSwitchComplete (GameTime_t) - // NetworkVarNames: m_iOriginalTeamNumber (int) - // NetworkVarNames: m_hPrevOwner (CHandle) - // NetworkVarNames: m_nDropTick (GameTick_t) - // NetworkVarNames: m_fLastShotTime (GameTime_t) - // NetworkVarNames: m_iIronSightMode (int) - // NetworkVarNames: m_iNumEmptyAttacks (int) - namespace CCSWeaponBase { - constexpr std::ptrdiff_t m_bRemoveable = 0xFE8; // bool - constexpr std::ptrdiff_t m_flFireSequenceStartTime = 0xFF0; // float32 - constexpr std::ptrdiff_t m_nFireSequenceStartTimeChange = 0xFF4; // int32 - constexpr std::ptrdiff_t m_nFireSequenceStartTimeAck = 0xFF8; // int32 - constexpr std::ptrdiff_t m_ePlayerFireEvent = 0xFFC; // PlayerAnimEvent_t - constexpr std::ptrdiff_t m_ePlayerFireEventAttackType = 0x1000; // WeaponAttackType_t - constexpr std::ptrdiff_t m_seqIdle = 0x1004; // HSequence - constexpr std::ptrdiff_t m_seqFirePrimary = 0x1008; // HSequence - constexpr std::ptrdiff_t m_seqFireSecondary = 0x100C; // HSequence - constexpr std::ptrdiff_t m_thirdPersonFireSequences = 0x1010; // CUtlVector - constexpr std::ptrdiff_t m_hCurrentThirdPersonSequence = 0x1028; // HSequence - constexpr std::ptrdiff_t m_nSilencerBoneIndex = 0x102C; // int32 - constexpr std::ptrdiff_t m_thirdPersonSequences = 0x1030; // HSequence[7] - constexpr std::ptrdiff_t m_bPlayerAmmoStockOnPickup = 0x1058; // bool - constexpr std::ptrdiff_t m_bRequireUseToTouch = 0x1059; // bool - constexpr std::ptrdiff_t m_iState = 0x105C; // CSWeaponState_t - constexpr std::ptrdiff_t m_flLastTimeInAir = 0x1060; // GameTime_t - constexpr std::ptrdiff_t m_flLastDeployTime = 0x1064; // GameTime_t - constexpr std::ptrdiff_t m_nLastEmptySoundCmdNum = 0x1068; // int32 - constexpr std::ptrdiff_t m_nViewModelIndex = 0x106C; // uint32 - constexpr std::ptrdiff_t m_bReloadsWithClips = 0x1070; // bool - constexpr std::ptrdiff_t m_flTimeWeaponIdle = 0x1090; // GameTime_t - constexpr std::ptrdiff_t m_bFireOnEmpty = 0x1094; // bool - constexpr std::ptrdiff_t m_OnPlayerPickup = 0x1098; // CEntityIOOutput - constexpr std::ptrdiff_t m_weaponMode = 0x10C0; // CSWeaponMode - constexpr std::ptrdiff_t m_flTurningInaccuracyDelta = 0x10C4; // float32 - constexpr std::ptrdiff_t m_vecTurningInaccuracyEyeDirLast = 0x10C8; // Vector - constexpr std::ptrdiff_t m_flTurningInaccuracy = 0x10D4; // float32 - constexpr std::ptrdiff_t m_fAccuracyPenalty = 0x10D8; // float32 - constexpr std::ptrdiff_t m_flLastAccuracyUpdateTime = 0x10DC; // GameTime_t - constexpr std::ptrdiff_t m_fAccuracySmoothedForZoom = 0x10E0; // float32 - constexpr std::ptrdiff_t m_fScopeZoomEndTime = 0x10E4; // GameTime_t - constexpr std::ptrdiff_t m_iRecoilIndex = 0x10E8; // int32 - constexpr std::ptrdiff_t m_flRecoilIndex = 0x10EC; // float32 - constexpr std::ptrdiff_t m_bBurstMode = 0x10F0; // bool - constexpr std::ptrdiff_t m_nPostponeFireReadyTicks = 0x10F4; // GameTick_t - constexpr std::ptrdiff_t m_flPostponeFireReadyFrac = 0x10F8; // float32 - constexpr std::ptrdiff_t m_bInReload = 0x10FC; // bool - constexpr std::ptrdiff_t m_bReloadVisuallyComplete = 0x10FD; // bool - constexpr std::ptrdiff_t m_flDroppedAtTime = 0x1100; // GameTime_t - constexpr std::ptrdiff_t m_bIsHauledBack = 0x1104; // bool - constexpr std::ptrdiff_t m_bSilencerOn = 0x1105; // bool - constexpr std::ptrdiff_t m_flTimeSilencerSwitchComplete = 0x1108; // GameTime_t - constexpr std::ptrdiff_t m_iOriginalTeamNumber = 0x110C; // int32 - constexpr std::ptrdiff_t m_flNextAttackRenderTimeOffset = 0x1110; // float32 - constexpr std::ptrdiff_t m_bCanBePickedUp = 0x1128; // bool - constexpr std::ptrdiff_t m_bUseCanOverrideNextOwnerTouchTime = 0x1129; // bool - constexpr std::ptrdiff_t m_nextOwnerTouchTime = 0x112C; // GameTime_t - constexpr std::ptrdiff_t m_nextPrevOwnerTouchTime = 0x1130; // GameTime_t - constexpr std::ptrdiff_t m_hPrevOwner = 0x1134; // CHandle - constexpr std::ptrdiff_t m_nDropTick = 0x1138; // GameTick_t - constexpr std::ptrdiff_t m_donated = 0x115C; // bool - constexpr std::ptrdiff_t m_fLastShotTime = 0x1160; // GameTime_t - constexpr std::ptrdiff_t m_bWasOwnedByCT = 0x1164; // bool - constexpr std::ptrdiff_t m_bWasOwnedByTerrorist = 0x1165; // bool - constexpr std::ptrdiff_t m_bFiredOutOfAmmoEvent = 0x1166; // bool - constexpr std::ptrdiff_t m_numRemoveUnownedWeaponThink = 0x1168; // int32 - constexpr std::ptrdiff_t m_IronSightController = 0x1170; // CIronSightController - constexpr std::ptrdiff_t m_iIronSightMode = 0x1188; // int32 - constexpr std::ptrdiff_t m_flLastLOSTraceFailureTime = 0x118C; // GameTime_t - constexpr std::ptrdiff_t m_iNumEmptyAttacks = 0x1190; // int32 - constexpr std::ptrdiff_t m_flWatTickOffset = 0x1194; // float32 - } - // Parent: CCSWeaponBase - // Fields count: 9 - // - // Metadata: - // NetworkVarNames: m_zoomLevel (int) - // NetworkVarNames: m_iBurstShotsRemaining (int) - // NetworkVarNames: m_bNeedsBoltAction (bool) - namespace CCSWeaponBaseGun { - constexpr std::ptrdiff_t m_zoomLevel = 0x1198; // int32 - constexpr std::ptrdiff_t m_iBurstShotsRemaining = 0x119C; // int32 - constexpr std::ptrdiff_t m_silencedModelIndex = 0x11A8; // int32 - constexpr std::ptrdiff_t m_inPrecache = 0x11AC; // bool - constexpr std::ptrdiff_t m_bNeedsBoltAction = 0x11AD; // bool - constexpr std::ptrdiff_t m_bSkillReloadAvailable = 0x11AE; // bool - constexpr std::ptrdiff_t m_bSkillReloadLiftedReloadKey = 0x11AF; // bool - constexpr std::ptrdiff_t m_bSkillBoltInterruptAvailable = 0x11B0; // bool - constexpr std::ptrdiff_t m_bSkillBoltLiftedFireKey = 0x11B1; // bool - } - // Parent: CCSWeaponBase - // Fields count: 11 - // - // Metadata: - // NetworkVarNames: m_bStartedArming (bool) - // NetworkVarNames: m_fArmedTime (GameTime_t) - // NetworkVarNames: m_bBombPlacedAnimation (bool) - // NetworkVarNames: m_bIsPlantingViaUse (bool) - // NetworkVarNames: m_entitySpottedState (EntitySpottedState_t) - namespace CC4 { - constexpr std::ptrdiff_t m_vecLastValidPlayerHeldPosition = 0x1198; // Vector - constexpr std::ptrdiff_t m_vecLastValidDroppedPosition = 0x11A4; // Vector - constexpr std::ptrdiff_t m_bDoValidDroppedPositionCheck = 0x11B0; // bool - constexpr std::ptrdiff_t m_bStartedArming = 0x11B1; // bool - constexpr std::ptrdiff_t m_fArmedTime = 0x11B4; // GameTime_t - constexpr std::ptrdiff_t m_bBombPlacedAnimation = 0x11B8; // bool - constexpr std::ptrdiff_t m_bIsPlantingViaUse = 0x11B9; // bool - constexpr std::ptrdiff_t m_entitySpottedState = 0x11C0; // EntitySpottedState_t - constexpr std::ptrdiff_t m_nSpotRules = 0x11D8; // int32 - constexpr std::ptrdiff_t m_bPlayedArmingBeeps = 0x11DC; // bool[7] - constexpr std::ptrdiff_t m_bBombPlanted = 0x11E3; // bool - } - // Parent: CCSWeaponBaseGun - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_fFireTime (GameTime_t) - namespace CWeaponTaser { - constexpr std::ptrdiff_t m_fFireTime = 0x11B4; // GameTime_t - } - // Parent: CCSWeaponBaseGun - // Fields count: 3 - // - // Metadata: - // NetworkVarNames: m_flDisplayHealth (float) - namespace CWeaponShield { - constexpr std::ptrdiff_t m_flBulletDamageAbsorbed = 0x11B4; // float32 - constexpr std::ptrdiff_t m_flLastBulletHitSoundTime = 0x11B8; // GameTime_t - constexpr std::ptrdiff_t m_flDisplayHealth = 0x11BC; // float32 - } - // Parent: CBaseCSGrenadeProjectile - // Fields count: 4 - // - // Metadata: - // NetworkVarNames: m_bIsIncGrenade (bool) - namespace CMolotovProjectile { - constexpr std::ptrdiff_t m_bIsIncGrenade = 0xD96; // bool - constexpr std::ptrdiff_t m_bDetonated = 0xDA0; // bool - constexpr std::ptrdiff_t m_stillTimer = 0xDA8; // IntervalTimer - constexpr std::ptrdiff_t m_bHasBouncedOffPlayer = 0xE88; // bool - } - // Parent: CBaseCSGrenadeProjectile - // Fields count: 4 - // - // Metadata: - // NetworkVarNames: m_nDecoyShotTick (int) - namespace CDecoyProjectile { - constexpr std::ptrdiff_t m_nDecoyShotTick = 0xDA0; // int32 - constexpr std::ptrdiff_t m_shotsRemaining = 0xDA4; // int32 - constexpr std::ptrdiff_t m_fExpireTime = 0xDA8; // GameTime_t - constexpr std::ptrdiff_t m_decoyWeaponDefIndex = 0xDB8; // uint16 - } - // Parent: CBaseCSGrenadeProjectile - // Fields count: 8 - // - // Metadata: - // NetworkVarNames: m_nSmokeEffectTickBegin (int) - // NetworkVarNames: m_bDidSmokeEffect (bool) - // NetworkVarNames: m_nRandomSeed (int) - // NetworkVarNames: m_vSmokeColor (Vector) - // NetworkVarNames: m_vSmokeDetonationPos (Vector) - // NetworkVarNames: m_VoxelFrameData (CUtlVector) - namespace CSmokeGrenadeProjectile { - constexpr std::ptrdiff_t m_nSmokeEffectTickBegin = 0xDB0; // int32 - constexpr std::ptrdiff_t m_bDidSmokeEffect = 0xDB4; // bool - constexpr std::ptrdiff_t m_nRandomSeed = 0xDB8; // int32 - constexpr std::ptrdiff_t m_vSmokeColor = 0xDBC; // Vector - constexpr std::ptrdiff_t m_vSmokeDetonationPos = 0xDC8; // Vector - constexpr std::ptrdiff_t m_VoxelFrameData = 0xDD8; // CUtlVector - constexpr std::ptrdiff_t m_flLastBounce = 0xDF0; // GameTime_t - constexpr std::ptrdiff_t m_fllastSimulationTime = 0xDF4; // GameTime_t - } - // Parent: CCSWeaponBase - // Fields count: 13 - // - // Metadata: - // NetworkVarNames: m_bRedraw (bool) - // NetworkVarNames: m_bIsHeldByPlayer (bool) - // NetworkVarNames: m_bPinPulled (bool) - // NetworkVarNames: m_bJumpThrow (bool) - // NetworkVarNames: m_bThrowAnimating (bool) - // NetworkVarNames: m_fThrowTime (GameTime_t) - // NetworkVarNames: m_flThrowStrength (float) - // NetworkVarNames: m_flThrowStrengthApproach (float) - // NetworkVarNames: m_fDropTime (GameTime_t) - // NetworkVarNames: m_bJustPulledPin (bool) - // NetworkVarNames: m_nNextHoldTick (GameTick_t) - // NetworkVarNames: m_flNextHoldFrac (float) - // NetworkVarNames: m_hSwitchToWeaponAfterThrow (CHandle) - namespace CBaseCSGrenade { - constexpr std::ptrdiff_t m_bRedraw = 0x1198; // bool - constexpr std::ptrdiff_t m_bIsHeldByPlayer = 0x1199; // bool - constexpr std::ptrdiff_t m_bPinPulled = 0x119A; // bool - constexpr std::ptrdiff_t m_bJumpThrow = 0x119B; // bool - constexpr std::ptrdiff_t m_bThrowAnimating = 0x119C; // bool - constexpr std::ptrdiff_t m_fThrowTime = 0x11A0; // GameTime_t - constexpr std::ptrdiff_t m_flThrowStrength = 0x11A4; // float32 - constexpr std::ptrdiff_t m_flThrowStrengthApproach = 0x11A8; // float32 - constexpr std::ptrdiff_t m_fDropTime = 0x11AC; // GameTime_t - constexpr std::ptrdiff_t m_bJustPulledPin = 0x11B0; // bool - constexpr std::ptrdiff_t m_nNextHoldTick = 0x11B4; // GameTick_t - constexpr std::ptrdiff_t m_flNextHoldFrac = 0x11B8; // float32 - constexpr std::ptrdiff_t m_hSwitchToWeaponAfterThrow = 0x11BC; // CHandle - } - // Parent: CCSWeaponBase - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_SequenceCompleteTimer (CountdownTimer) - // NetworkVarNames: m_bRedraw (bool) - namespace CWeaponBaseItem { - constexpr std::ptrdiff_t m_SequenceCompleteTimer = 0x1198; // CountdownTimer - constexpr std::ptrdiff_t m_bRedraw = 0x11B0; // bool - } - // Parent: CCSWeaponBase - // Fields count: 7 - // - // Metadata: - // NetworkVarNames: m_bPlayingUninterruptableAct (bool) - // NetworkVarNames: m_nUninterruptableActivity (PlayerAnimEvent_t) - namespace CFists { - constexpr std::ptrdiff_t m_bPlayingUninterruptableAct = 0x1198; // bool - constexpr std::ptrdiff_t m_nUninterruptableActivity = 0x119C; // PlayerAnimEvent_t - constexpr std::ptrdiff_t m_bRestorePrevWep = 0x11A0; // bool - constexpr std::ptrdiff_t m_hWeaponBeforePrevious = 0x11A4; // CHandle - constexpr std::ptrdiff_t m_hWeaponPrevious = 0x11A8; // CHandle - constexpr std::ptrdiff_t m_bDelayedHardPunchIncoming = 0x11AC; // bool - constexpr std::ptrdiff_t m_bDestroyAfterTaunt = 0x11AD; // bool - } - // Parent: CBasePlayerPawn - // Fields count: 136 - // - // Metadata: - // NetworkVarNames: m_CTouchExpansionComponent (CTouchExpansionComponent::Storage_t) - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByUserGroup - // MNetworkExcludeByName - // MNetworkExcludeByName - // NetworkVarNames: m_pPingServices (CCSPlayer_PingServices*) - // NetworkVarNames: m_pViewModelServices (CPlayer_ViewModelServices*) - // NetworkVarNames: m_hOriginalController (CHandle) - // NetworkVarNames: m_entitySpottedState (EntitySpottedState_t) - // NetworkVarNames: m_iPlayerState (CSPlayerState) - // NetworkVarNames: m_bIsScoped (bool) - // NetworkVarNames: m_bIsWalking (bool) - // NetworkVarNames: m_bResumeZoom (bool) - // NetworkVarNames: m_bIsDefusing (bool) - // NetworkVarNames: m_bIsGrabbingHostage (bool) - // NetworkVarNames: m_iBlockingUseActionInProgress (CSPlayerBlockingUseAction_t) - // NetworkVarNames: m_fImmuneToGunGameDamageTime (GameTime_t) - // NetworkVarNames: m_bGunGameImmunity (bool) - // NetworkVarNames: m_GunGameImmunityColor (Color) - // NetworkVarNames: m_fMolotovDamageTime (float) - // NetworkVarNames: m_bHasMovedSinceSpawn (bool) - // NetworkVarNames: m_bCanMoveDuringFreezePeriod (bool) - // NetworkVarNames: m_flGuardianTooFarDistFrac (float) - // NetworkVarNames: m_flDetectedByEnemySensorTime (GameTime_t) - // NetworkVarNames: m_nHeavyAssaultSuitCooldownRemaining (int) - // NetworkVarNames: m_flEmitSoundTime (GameTime_t) - // NetworkVarNames: m_bHasNightVision (bool) - // NetworkVarNames: m_bNightVisionOn (bool) - // NetworkVarNames: m_bInNoDefuseArea (bool) - // NetworkVarNames: m_bKilledByTaser (bool) - // NetworkVarNames: m_iMoveState (int) - // NetworkVarNames: m_nWhichBombZone (int) - // NetworkVarNames: m_iDirection (int) - // NetworkVarNames: m_iShotsFired (int) - // NetworkVarNames: m_ArmorValue (int32) - // NetworkVarNames: m_flVelocityModifier (float) - // NetworkVarNames: m_flHitHeading (float) - // NetworkVarNames: m_nHitBodyPart (int) - // NetworkVarNames: m_flFlashDuration (float) - // NetworkVarNames: m_flFlashMaxAlpha (float) - // NetworkVarNames: m_flProgressBarStartTime (float) - // NetworkVarNames: m_iProgressBarDuration (int) - // NetworkVarNames: m_bWaitForNoAttack (bool) - // NetworkVarNames: m_flLowerBodyYawTarget (float) - // NetworkVarNames: m_bStrafing (bool) - // NetworkVarNames: m_thirdPersonHeading (QAngle) - // NetworkVarNames: m_flSlopeDropOffset (float) - // NetworkVarNames: m_flSlopeDropHeight (float) - // NetworkVarNames: m_vHeadConstraintOffset (Vector) - // NetworkVarNames: m_angEyeAngles (QAngle) - // NetworkVarNames: m_bHideTargetID (bool) - // NetworkVarNames: m_bHud_MiniScoreHidden (bool) - // NetworkVarNames: m_bHud_RadarHidden (bool) - // NetworkVarNames: m_nLastKillerIndex (CEntityIndex) - // NetworkVarNames: m_nLastConcurrentKilled (int) - // NetworkVarNames: m_nDeathCamMusic (int) - // NetworkVarNames: m_iAddonBits (int) - // NetworkVarNames: m_iPrimaryAddon (int) - // NetworkVarNames: m_iSecondaryAddon (int) - // NetworkVarNames: m_vecPlayerPatchEconIndices (uint32) - // NetworkVarNames: m_unCurrentEquipmentValue (uint16) - // NetworkVarNames: m_unRoundStartEquipmentValue (uint16) - // NetworkVarNames: m_unFreezetimeEndEquipmentValue (uint16) - // NetworkVarNames: m_nSurvivalTeamNumber (int) - // NetworkVarNames: m_bKilledByHeadshot (bool) - namespace CCSPlayerPawnBase { - constexpr std::ptrdiff_t m_CTouchExpansionComponent = 0xEC8; // CTouchExpansionComponent - constexpr std::ptrdiff_t m_pPingServices = 0xF18; // CCSPlayer_PingServices* - constexpr std::ptrdiff_t m_pViewModelServices = 0xF20; // CPlayer_ViewModelServices* - constexpr std::ptrdiff_t m_iDisplayHistoryBits = 0xF28; // uint32 - constexpr std::ptrdiff_t m_flLastAttackedTeammate = 0xF2C; // float32 - constexpr std::ptrdiff_t m_hOriginalController = 0xF30; // CHandle - constexpr std::ptrdiff_t m_blindUntilTime = 0xF34; // GameTime_t - constexpr std::ptrdiff_t m_blindStartTime = 0xF38; // GameTime_t - constexpr std::ptrdiff_t m_allowAutoFollowTime = 0xF3C; // GameTime_t - constexpr std::ptrdiff_t m_entitySpottedState = 0xF40; // EntitySpottedState_t - constexpr std::ptrdiff_t m_nSpotRules = 0xF58; // int32 - constexpr std::ptrdiff_t m_iPlayerState = 0xF5C; // CSPlayerState - constexpr std::ptrdiff_t m_chickenIdleSoundTimer = 0xF68; // CountdownTimer - constexpr std::ptrdiff_t m_chickenJumpSoundTimer = 0xF80; // CountdownTimer - constexpr std::ptrdiff_t m_vecLastBookmarkedPosition = 0x1038; // Vector - constexpr std::ptrdiff_t m_flLastDistanceTraveledNotice = 0x1044; // float32 - constexpr std::ptrdiff_t m_flAccumulatedDistanceTraveled = 0x1048; // float32 - constexpr std::ptrdiff_t m_flLastFriendlyFireDamageReductionRatio = 0x104C; // float32 - constexpr std::ptrdiff_t m_bRespawning = 0x1050; // bool - constexpr std::ptrdiff_t m_nLastPickupPriority = 0x1054; // int32 - constexpr std::ptrdiff_t m_flLastPickupPriorityTime = 0x1058; // float32 - constexpr std::ptrdiff_t m_bIsScoped = 0x105C; // bool - constexpr std::ptrdiff_t m_bIsWalking = 0x105D; // bool - constexpr std::ptrdiff_t m_bResumeZoom = 0x105E; // bool - constexpr std::ptrdiff_t m_bIsDefusing = 0x105F; // bool - constexpr std::ptrdiff_t m_bIsGrabbingHostage = 0x1060; // bool - constexpr std::ptrdiff_t m_iBlockingUseActionInProgress = 0x1064; // CSPlayerBlockingUseAction_t - constexpr std::ptrdiff_t m_fImmuneToGunGameDamageTime = 0x1068; // GameTime_t - constexpr std::ptrdiff_t m_bGunGameImmunity = 0x106C; // bool - constexpr std::ptrdiff_t m_GunGameImmunityColor = 0x106D; // Color - constexpr std::ptrdiff_t m_fMolotovDamageTime = 0x1074; // float32 - constexpr std::ptrdiff_t m_bHasMovedSinceSpawn = 0x1078; // bool - constexpr std::ptrdiff_t m_bCanMoveDuringFreezePeriod = 0x1079; // bool - constexpr std::ptrdiff_t m_flGuardianTooFarDistFrac = 0x107C; // float32 - constexpr std::ptrdiff_t m_flNextGuardianTooFarHurtTime = 0x1080; // float32 - constexpr std::ptrdiff_t m_flDetectedByEnemySensorTime = 0x1084; // GameTime_t - constexpr std::ptrdiff_t m_flDealtDamageToEnemyMostRecentTimestamp = 0x1088; // float32 - constexpr std::ptrdiff_t m_flLastEquippedHelmetTime = 0x108C; // GameTime_t - constexpr std::ptrdiff_t m_flLastEquippedArmorTime = 0x1090; // GameTime_t - constexpr std::ptrdiff_t m_nHeavyAssaultSuitCooldownRemaining = 0x1094; // int32 - constexpr std::ptrdiff_t m_bResetArmorNextSpawn = 0x1098; // bool - constexpr std::ptrdiff_t m_flLastBumpMineBumpTime = 0x109C; // GameTime_t - constexpr std::ptrdiff_t m_flEmitSoundTime = 0x10A0; // GameTime_t - constexpr std::ptrdiff_t m_iNumSpawns = 0x10A4; // int32 - constexpr std::ptrdiff_t m_iShouldHaveCash = 0x10A8; // int32 - constexpr std::ptrdiff_t m_flIdleTimeSinceLastAction = 0x10B0; // float32 - constexpr std::ptrdiff_t m_flNameChangeHistory = 0x10B4; // float32[5] - constexpr std::ptrdiff_t m_fLastGivenDefuserTime = 0x10C8; // float32 - constexpr std::ptrdiff_t m_fLastGivenBombTime = 0x10CC; // float32 - constexpr std::ptrdiff_t m_bHasNightVision = 0x10D0; // bool - constexpr std::ptrdiff_t m_bNightVisionOn = 0x10D1; // bool - constexpr std::ptrdiff_t m_fNextRadarUpdateTime = 0x10D4; // float32 - constexpr std::ptrdiff_t m_flLastMoneyUpdateTime = 0x10D8; // float32 - constexpr std::ptrdiff_t m_MenuStringBuffer = 0x10DC; // char[1024] - constexpr std::ptrdiff_t m_fIntroCamTime = 0x14DC; // float32 - constexpr std::ptrdiff_t m_nMyCollisionGroup = 0x14E0; // int32 - constexpr std::ptrdiff_t m_bInNoDefuseArea = 0x14E4; // bool - constexpr std::ptrdiff_t m_bKilledByTaser = 0x14E5; // bool - constexpr std::ptrdiff_t m_iMoveState = 0x14E8; // int32 - constexpr std::ptrdiff_t m_grenadeParameterStashTime = 0x14EC; // GameTime_t - constexpr std::ptrdiff_t m_bGrenadeParametersStashed = 0x14F0; // bool - constexpr std::ptrdiff_t m_angStashedShootAngles = 0x14F4; // QAngle - constexpr std::ptrdiff_t m_vecStashedGrenadeThrowPosition = 0x1500; // Vector - constexpr std::ptrdiff_t m_vecStashedVelocity = 0x150C; // Vector - constexpr std::ptrdiff_t m_angShootAngleHistory = 0x1518; // QAngle[2] - constexpr std::ptrdiff_t m_vecThrowPositionHistory = 0x1530; // Vector[2] - constexpr std::ptrdiff_t m_vecVelocityHistory = 0x1548; // Vector[2] - constexpr std::ptrdiff_t m_bDiedAirborne = 0x1560; // bool - constexpr std::ptrdiff_t m_iBombSiteIndex = 0x1564; // CEntityIndex - constexpr std::ptrdiff_t m_nWhichBombZone = 0x1568; // int32 - constexpr std::ptrdiff_t m_bInBombZoneTrigger = 0x156C; // bool - constexpr std::ptrdiff_t m_bWasInBombZoneTrigger = 0x156D; // bool - constexpr std::ptrdiff_t m_iDirection = 0x1570; // int32 - constexpr std::ptrdiff_t m_iShotsFired = 0x1574; // int32 - constexpr std::ptrdiff_t m_ArmorValue = 0x1578; // int32 - constexpr std::ptrdiff_t m_flFlinchStack = 0x157C; // float32 - constexpr std::ptrdiff_t m_flVelocityModifier = 0x1580; // float32 - constexpr std::ptrdiff_t m_flHitHeading = 0x1584; // float32 - constexpr std::ptrdiff_t m_nHitBodyPart = 0x1588; // int32 - constexpr std::ptrdiff_t m_iHostagesKilled = 0x158C; // int32 - constexpr std::ptrdiff_t m_vecTotalBulletForce = 0x1590; // Vector - constexpr std::ptrdiff_t m_flFlashDuration = 0x159C; // float32 - constexpr std::ptrdiff_t m_flFlashMaxAlpha = 0x15A0; // float32 - constexpr std::ptrdiff_t m_flProgressBarStartTime = 0x15A4; // float32 - constexpr std::ptrdiff_t m_iProgressBarDuration = 0x15A8; // int32 - constexpr std::ptrdiff_t m_bWaitForNoAttack = 0x15AC; // bool - constexpr std::ptrdiff_t m_flLowerBodyYawTarget = 0x15B0; // float32 - constexpr std::ptrdiff_t m_bStrafing = 0x15B4; // bool - constexpr std::ptrdiff_t m_lastStandingPos = 0x15B8; // Vector - constexpr std::ptrdiff_t m_ignoreLadderJumpTime = 0x15C4; // float32 - constexpr std::ptrdiff_t m_ladderSurpressionTimer = 0x15C8; // CountdownTimer - constexpr std::ptrdiff_t m_lastLadderNormal = 0x15E0; // Vector - constexpr std::ptrdiff_t m_lastLadderPos = 0x15EC; // Vector - constexpr std::ptrdiff_t m_thirdPersonHeading = 0x15F8; // QAngle - constexpr std::ptrdiff_t m_flSlopeDropOffset = 0x1604; // float32 - constexpr std::ptrdiff_t m_flSlopeDropHeight = 0x1608; // float32 - constexpr std::ptrdiff_t m_vHeadConstraintOffset = 0x160C; // Vector - constexpr std::ptrdiff_t m_iLastWeaponFireUsercmd = 0x1620; // int32 - constexpr std::ptrdiff_t m_angEyeAngles = 0x1624; // QAngle - constexpr std::ptrdiff_t m_bVCollisionInitted = 0x1630; // bool - constexpr std::ptrdiff_t m_storedSpawnPosition = 0x1634; // Vector - constexpr std::ptrdiff_t m_storedSpawnAngle = 0x1640; // QAngle - constexpr std::ptrdiff_t m_bIsSpawning = 0x164C; // bool - constexpr std::ptrdiff_t m_bHideTargetID = 0x164D; // bool - constexpr std::ptrdiff_t m_nNumDangerZoneDamageHits = 0x1650; // int32 - constexpr std::ptrdiff_t m_bHud_MiniScoreHidden = 0x1654; // bool - constexpr std::ptrdiff_t m_bHud_RadarHidden = 0x1655; // bool - constexpr std::ptrdiff_t m_nLastKillerIndex = 0x1658; // CEntityIndex - constexpr std::ptrdiff_t m_nLastConcurrentKilled = 0x165C; // int32 - constexpr std::ptrdiff_t m_nDeathCamMusic = 0x1660; // int32 - constexpr std::ptrdiff_t m_iAddonBits = 0x1664; // int32 - constexpr std::ptrdiff_t m_iPrimaryAddon = 0x1668; // int32 - constexpr std::ptrdiff_t m_iSecondaryAddon = 0x166C; // int32 - constexpr std::ptrdiff_t m_currentDeafnessFilter = 0x1670; // CUtlStringToken - constexpr std::ptrdiff_t m_NumEnemiesKilledThisSpawn = 0x1674; // int32 - constexpr std::ptrdiff_t m_NumEnemiesKilledThisRound = 0x1678; // int32 - constexpr std::ptrdiff_t m_NumEnemiesAtRoundStart = 0x167C; // int32 - constexpr std::ptrdiff_t m_wasNotKilledNaturally = 0x1680; // bool - constexpr std::ptrdiff_t m_vecPlayerPatchEconIndices = 0x1684; // uint32[5] - constexpr std::ptrdiff_t m_iDeathFlags = 0x1698; // int32 - constexpr std::ptrdiff_t m_hPet = 0x169C; // CHandle - constexpr std::ptrdiff_t m_unCurrentEquipmentValue = 0x1868; // uint16 - constexpr std::ptrdiff_t m_unRoundStartEquipmentValue = 0x186A; // uint16 - constexpr std::ptrdiff_t m_unFreezetimeEndEquipmentValue = 0x186C; // uint16 - constexpr std::ptrdiff_t m_nSurvivalTeamNumber = 0x1870; // int32 - constexpr std::ptrdiff_t m_bHasDeathInfo = 0x1874; // bool - constexpr std::ptrdiff_t m_flDeathInfoTime = 0x1878; // float32 - constexpr std::ptrdiff_t m_vecDeathInfoOrigin = 0x187C; // Vector - constexpr std::ptrdiff_t m_bKilledByHeadshot = 0x1888; // bool - constexpr std::ptrdiff_t m_LastHitBox = 0x188C; // int32 - constexpr std::ptrdiff_t m_LastHealth = 0x1890; // int32 - constexpr std::ptrdiff_t m_flLastCollisionCeiling = 0x1894; // float32 - constexpr std::ptrdiff_t m_flLastCollisionCeilingChangeTime = 0x1898; // float32 - constexpr std::ptrdiff_t m_pBot = 0x18A0; // CCSBot* - constexpr std::ptrdiff_t m_bBotAllowActive = 0x18A8; // bool - constexpr std::ptrdiff_t m_bCommittingSuicideOnTeamChange = 0x18A9; // bool - } - // Parent: CCSPlayerPawnBase - // Fields count: 0 - // - // Metadata: - // MNetworkVarTypeOverride - // MNetworkIncludeByName - // MNetworkVarTypeOverride - // MNetworkIncludeByName - // MNetworkVarTypeOverride - // MNetworkIncludeByName - // MNetworkVarTypeOverride - // MNetworkIncludeByName - // MNetworkVarTypeOverride - // MNetworkIncludeByName - namespace CCSObserverPawn { - } - // Parent: CCSPlayerPawnBase - // Fields count: 49 - // - // Metadata: - // MNetworkVarTypeOverride - // MNetworkIncludeByName - // MNetworkVarTypeOverride - // MNetworkIncludeByName - // MNetworkVarTypeOverride - // MNetworkIncludeByName - // MNetworkVarTypeOverride - // MNetworkIncludeByName - // MNetworkVarTypeOverride - // MNetworkIncludeByName - // MNetworkVarTypeOverride - // MNetworkIncludeByName - // MNetworkVarTypeOverride - // MNetworkIncludeByName - // NetworkVarNames: m_pBulletServices (CCSPlayer_BulletServices*) - // NetworkVarNames: m_pHostageServices (CCSPlayer_HostageServices*) - // NetworkVarNames: m_pBuyServices (CCSPlayer_BuyServices*) - // NetworkVarNames: m_pActionTrackingServices (CCSPlayer_ActionTrackingServices*) - // NetworkVarNames: m_bHasFemaleVoice (bool) - // NetworkVarNames: m_szLastPlaceName (char) - // NetworkVarNames: m_bInBuyZone (bool) - // NetworkVarNames: m_bInHostageRescueZone (bool) - // NetworkVarNames: m_bInBombZone (bool) - // NetworkVarNames: m_iRetakesOffering (int) - // NetworkVarNames: m_iRetakesOfferingCard (int) - // NetworkVarNames: m_bRetakesHasDefuseKit (bool) - // NetworkVarNames: m_bRetakesMVPLastRound (bool) - // NetworkVarNames: m_iRetakesMVPBoostItem (int) - // NetworkVarNames: m_RetakesMVPBoostExtraUtility (loadout_slot_t) - // NetworkVarNames: m_flHealthShotBoostExpirationTime (GameTime_t) - // NetworkVarNames: m_aimPunchAngle (QAngle) - // NetworkVarNames: m_aimPunchAngleVel (QAngle) - // NetworkVarNames: m_aimPunchTickBase (int) - // NetworkVarNames: m_aimPunchTickFraction (float) - // NetworkVarNames: m_bIsBuyMenuOpen (bool) - // NetworkVarNames: m_flTimeOfLastInjury (GameTime_t) - // NetworkVarNames: m_flNextSprayDecalTime (GameTime_t) - // NetworkVarNames: m_nRagdollDamageBone (int) - // NetworkVarNames: m_vRagdollDamageForce (Vector) - // NetworkVarNames: m_vRagdollDamagePosition (Vector) - // NetworkVarNames: m_szRagdollDamageWeaponName (char) - // NetworkVarNames: m_bRagdollDamageHeadshot (bool) - // NetworkVarNames: m_vRagdollServerOrigin (Vector) - // NetworkVarNames: m_EconGloves (CEconItemView) - // NetworkVarNames: m_nEconGlovesChanged (uint8) - // NetworkVarNames: m_qDeathEyeAngles (QAngle) - namespace CCSPlayerPawn { - constexpr std::ptrdiff_t m_pBulletServices = 0x18B0; // CCSPlayer_BulletServices* - constexpr std::ptrdiff_t m_pHostageServices = 0x18B8; // CCSPlayer_HostageServices* - constexpr std::ptrdiff_t m_pBuyServices = 0x18C0; // CCSPlayer_BuyServices* - constexpr std::ptrdiff_t m_pActionTrackingServices = 0x18C8; // CCSPlayer_ActionTrackingServices* - constexpr std::ptrdiff_t m_pRadioServices = 0x18D0; // CCSPlayer_RadioServices* - constexpr std::ptrdiff_t m_pDamageReactServices = 0x18D8; // CCSPlayer_DamageReactServices* - constexpr std::ptrdiff_t m_nCharacterDefIndex = 0x18E0; // uint16 - constexpr std::ptrdiff_t m_hPreviousModel = 0x18E8; // CStrongHandle - constexpr std::ptrdiff_t m_bHasFemaleVoice = 0x18F0; // bool - constexpr std::ptrdiff_t m_strVOPrefix = 0x18F8; // CUtlString - constexpr std::ptrdiff_t m_szLastPlaceName = 0x1900; // char[18] - constexpr std::ptrdiff_t m_bInHostageResetZone = 0x19C0; // bool - constexpr std::ptrdiff_t m_bInBuyZone = 0x19C1; // bool - constexpr std::ptrdiff_t m_bWasInBuyZone = 0x19C2; // bool - constexpr std::ptrdiff_t m_bInHostageRescueZone = 0x19C3; // bool - constexpr std::ptrdiff_t m_bInBombZone = 0x19C4; // bool - constexpr std::ptrdiff_t m_bWasInHostageRescueZone = 0x19C5; // bool - constexpr std::ptrdiff_t m_iRetakesOffering = 0x19C8; // int32 - constexpr std::ptrdiff_t m_iRetakesOfferingCard = 0x19CC; // int32 - constexpr std::ptrdiff_t m_bRetakesHasDefuseKit = 0x19D0; // bool - constexpr std::ptrdiff_t m_bRetakesMVPLastRound = 0x19D1; // bool - constexpr std::ptrdiff_t m_iRetakesMVPBoostItem = 0x19D4; // int32 - constexpr std::ptrdiff_t m_RetakesMVPBoostExtraUtility = 0x19D8; // loadout_slot_t - constexpr std::ptrdiff_t m_flHealthShotBoostExpirationTime = 0x19DC; // GameTime_t - constexpr std::ptrdiff_t m_flLandseconds = 0x19E0; // float32 - constexpr std::ptrdiff_t m_aimPunchAngle = 0x19E4; // QAngle - constexpr std::ptrdiff_t m_aimPunchAngleVel = 0x19F0; // QAngle - constexpr std::ptrdiff_t m_aimPunchTickBase = 0x19FC; // int32 - constexpr std::ptrdiff_t m_aimPunchTickFraction = 0x1A00; // float32 - constexpr std::ptrdiff_t m_aimPunchCache = 0x1A08; // CUtlVector - constexpr std::ptrdiff_t m_bIsBuyMenuOpen = 0x1A20; // bool - constexpr std::ptrdiff_t m_xLastHeadBoneTransform = 0x2060; // CTransform - constexpr std::ptrdiff_t m_bLastHeadBoneTransformIsValid = 0x2080; // bool - constexpr std::ptrdiff_t m_lastLandTime = 0x2084; // GameTime_t - constexpr std::ptrdiff_t m_bOnGroundLastTick = 0x2088; // bool - constexpr std::ptrdiff_t m_iPlayerLocked = 0x208C; // int32 - constexpr std::ptrdiff_t m_flTimeOfLastInjury = 0x2094; // GameTime_t - constexpr std::ptrdiff_t m_flNextSprayDecalTime = 0x2098; // GameTime_t - constexpr std::ptrdiff_t m_bNextSprayDecalTimeExpedited = 0x209C; // bool - constexpr std::ptrdiff_t m_nRagdollDamageBone = 0x20A0; // int32 - constexpr std::ptrdiff_t m_vRagdollDamageForce = 0x20A4; // Vector - constexpr std::ptrdiff_t m_vRagdollDamagePosition = 0x20B0; // Vector - constexpr std::ptrdiff_t m_szRagdollDamageWeaponName = 0x20BC; // char[64] - constexpr std::ptrdiff_t m_bRagdollDamageHeadshot = 0x20FC; // bool - constexpr std::ptrdiff_t m_vRagdollServerOrigin = 0x2100; // Vector - constexpr std::ptrdiff_t m_EconGloves = 0x2110; // CEconItemView - constexpr std::ptrdiff_t m_nEconGlovesChanged = 0x2388; // uint8 - constexpr std::ptrdiff_t m_qDeathEyeAngles = 0x238C; // QAngle - constexpr std::ptrdiff_t m_bSkipOneHeadConstraintUpdate = 0x2398; // bool - } - // Parent: None - // Fields count: 39 - // - // Metadata: - // NetworkVarNames: m_entitySpottedState (EntitySpottedState_t) - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // NetworkVarNames: m_vel (Vector) - // NetworkVarNames: m_isRescued (bool) - // NetworkVarNames: m_jumpedThisFrame (bool) - // NetworkVarNames: m_nHostageState (int) - // NetworkVarNames: m_leader (CHandle) - // NetworkVarNames: m_reuseTimer (CountdownTimer) - // NetworkVarNames: m_bHandsHaveBeenCut (bool) - // NetworkVarNames: m_hHostageGrabber (CHandle) - // NetworkVarNames: m_flRescueStartTime (GameTime_t) - // NetworkVarNames: m_flGrabSuccessTime (GameTime_t) - // NetworkVarNames: m_flDropStartTime (GameTime_t) - namespace CHostage { - constexpr std::ptrdiff_t m_OnHostageBeginGrab = 0xD30; // CEntityIOOutput - constexpr std::ptrdiff_t m_OnFirstPickedUp = 0xD58; // CEntityIOOutput - constexpr std::ptrdiff_t m_OnDroppedNotRescued = 0xD80; // CEntityIOOutput - constexpr std::ptrdiff_t m_OnRescued = 0xDA8; // CEntityIOOutput - constexpr std::ptrdiff_t m_entitySpottedState = 0xDD0; // EntitySpottedState_t - constexpr std::ptrdiff_t m_nSpotRules = 0xDE8; // int32 - constexpr std::ptrdiff_t m_uiHostageSpawnExclusionGroupMask = 0xDEC; // uint32 - constexpr std::ptrdiff_t m_nHostageSpawnRandomFactor = 0xDF0; // uint32 - constexpr std::ptrdiff_t m_bRemove = 0xDF4; // bool - constexpr std::ptrdiff_t m_vel = 0xDF8; // Vector - constexpr std::ptrdiff_t m_isRescued = 0xE04; // bool - constexpr std::ptrdiff_t m_jumpedThisFrame = 0xE05; // bool - constexpr std::ptrdiff_t m_nHostageState = 0xE08; // int32 - constexpr std::ptrdiff_t m_leader = 0xE0C; // CHandle - constexpr std::ptrdiff_t m_lastLeader = 0xE10; // CHandle - constexpr std::ptrdiff_t m_reuseTimer = 0xE18; // CountdownTimer - constexpr std::ptrdiff_t m_hasBeenUsed = 0xE30; // bool - constexpr std::ptrdiff_t m_accel = 0xE34; // Vector - constexpr std::ptrdiff_t m_isRunning = 0xE40; // bool - constexpr std::ptrdiff_t m_isCrouching = 0xE41; // bool - constexpr std::ptrdiff_t m_jumpTimer = 0xE48; // CountdownTimer - constexpr std::ptrdiff_t m_isWaitingForLeader = 0xE60; // bool - constexpr std::ptrdiff_t m_repathTimer = 0x2E70; // CountdownTimer - constexpr std::ptrdiff_t m_inhibitDoorTimer = 0x2E88; // CountdownTimer - constexpr std::ptrdiff_t m_inhibitObstacleAvoidanceTimer = 0x2F18; // CountdownTimer - constexpr std::ptrdiff_t m_wiggleTimer = 0x2F38; // CountdownTimer - constexpr std::ptrdiff_t m_isAdjusted = 0x2F54; // bool - constexpr std::ptrdiff_t m_bHandsHaveBeenCut = 0x2F55; // bool - constexpr std::ptrdiff_t m_hHostageGrabber = 0x2F58; // CHandle - constexpr std::ptrdiff_t m_fLastGrabTime = 0x2F5C; // GameTime_t - constexpr std::ptrdiff_t m_vecPositionWhenStartedDroppingToGround = 0x2F60; // Vector - constexpr std::ptrdiff_t m_vecGrabbedPos = 0x2F6C; // Vector - constexpr std::ptrdiff_t m_flRescueStartTime = 0x2F78; // GameTime_t - constexpr std::ptrdiff_t m_flGrabSuccessTime = 0x2F7C; // GameTime_t - constexpr std::ptrdiff_t m_flDropStartTime = 0x2F80; // GameTime_t - constexpr std::ptrdiff_t m_nApproachRewardPayouts = 0x2F84; // int32 - constexpr std::ptrdiff_t m_nPickupEventCount = 0x2F88; // int32 - constexpr std::ptrdiff_t m_vecSpawnGroundPos = 0x2F8C; // Vector - constexpr std::ptrdiff_t m_vecHostageResetPosition = 0x2FAC; // Vector - } - } - } -} diff --git a/output/linux/libserver.so.json b/output/linux/libserver.so.json deleted file mode 100644 index cd46d87..0000000 --- a/output/linux/libserver.so.json +++ /dev/null @@ -1,13432 +0,0 @@ -{ - "libserver.so": { - "classes": { - "ActiveModelConfig_t": { - "fields": { - "m_AssociatedEntities": 56, - "m_AssociatedEntityNames": 80, - "m_Handle": 40, - "m_Name": 48 - }, - "metadata": [ - { - "name": "m_Handle", - "ty": "ModelConfigHandle_t", - "type": "NetworkVarNames" - }, - { - "name": "m_Name", - "ty": "string_t", - "type": "NetworkVarNames" - }, - { - "name": "m_AssociatedEntities", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_AssociatedEntityNames", - "ty": "string_t", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "AmmoTypeInfo_t": { - "fields": { - "m_flMass": 40, - "m_flSpeed": 44, - "m_nFlags": 36, - "m_nMaxCarry": 16, - "m_nSplashSize": 28 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CAnimGraphNetworkedVariables": { - "fields": { - "m_OwnerOnlyPredNetBoolVariables": 248, - "m_OwnerOnlyPredNetByteVariables": 272, - "m_OwnerOnlyPredNetFloatVariables": 392, - "m_OwnerOnlyPredNetGlobalSymbolVariables": 464, - "m_OwnerOnlyPredNetIntVariables": 320, - "m_OwnerOnlyPredNetQuaternionVariables": 440, - "m_OwnerOnlyPredNetUInt16Variables": 296, - "m_OwnerOnlyPredNetUInt32Variables": 344, - "m_OwnerOnlyPredNetUInt64Variables": 368, - "m_OwnerOnlyPredNetVectorVariables": 416, - "m_PredNetBoolVariables": 8, - "m_PredNetByteVariables": 32, - "m_PredNetFloatVariables": 152, - "m_PredNetGlobalSymbolVariables": 224, - "m_PredNetIntVariables": 80, - "m_PredNetQuaternionVariables": 200, - "m_PredNetUInt16Variables": 56, - "m_PredNetUInt32Variables": 104, - "m_PredNetUInt64Variables": 128, - "m_PredNetVectorVariables": 176, - "m_flLastTeleportTime": 500, - "m_nBoolVariablesCount": 488, - "m_nOwnerOnlyBoolVariablesCount": 492, - "m_nRandomSeedOffset": 496 - }, - "metadata": [ - { - "name": "m_PredNetBoolVariables", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_PredNetByteVariables", - "ty": "byte", - "type": "NetworkVarNames" - }, - { - "name": "m_PredNetUInt16Variables", - "ty": "uint16", - "type": "NetworkVarNames" - }, - { - "name": "m_PredNetIntVariables", - "ty": "int32", - "type": "NetworkVarNames" - }, - { - "name": "m_PredNetUInt32Variables", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_PredNetUInt64Variables", - "ty": "uint64", - "type": "NetworkVarNames" - }, - { - "name": "m_PredNetFloatVariables", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_PredNetVectorVariables", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_PredNetQuaternionVariables", - "ty": "Quaternion", - "type": "NetworkVarNames" - }, - { - "name": "m_PredNetGlobalSymbolVariables", - "ty": "CGlobalSymbol", - "type": "NetworkVarNames" - }, - { - "name": "m_OwnerOnlyPredNetBoolVariables", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_OwnerOnlyPredNetByteVariables", - "ty": "byte", - "type": "NetworkVarNames" - }, - { - "name": "m_OwnerOnlyPredNetUInt16Variables", - "ty": "uint16", - "type": "NetworkVarNames" - }, - { - "name": "m_OwnerOnlyPredNetIntVariables", - "ty": "int32", - "type": "NetworkVarNames" - }, - { - "name": "m_OwnerOnlyPredNetUInt32Variables", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_OwnerOnlyPredNetUInt64Variables", - "ty": "uint64", - "type": "NetworkVarNames" - }, - { - "name": "m_OwnerOnlyPredNetFloatVariables", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_OwnerOnlyPredNetVectorVariables", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_OwnerOnlyPredNetQuaternionVariables", - "ty": "Quaternion", - "type": "NetworkVarNames" - }, - { - "name": "m_OwnerOnlyPredNetGlobalSymbolVariables", - "ty": "CGlobalSymbol", - "type": "NetworkVarNames" - }, - { - "name": "m_nBoolVariablesCount", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nOwnerOnlyBoolVariablesCount", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nRandomSeedOffset", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_flLastTeleportTime", - "ty": "float", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CAttributeContainer": { - "fields": { - "m_Item": 80 - }, - "metadata": [ - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "m_Item", - "ty": "CEconItemView", - "type": "NetworkVarNames" - } - ], - "parent": "CAttributeManager" - }, - "CAttributeList": { - "fields": { - "m_Attributes": 8, - "m_pManager": 88 - }, - "metadata": [ - { - "name": "m_Attributes", - "ty": "CEconItemAttribute", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CAttributeManager": { - "fields": { - "m_CachedResults": 48, - "m_ProviderType": 44, - "m_Providers": 8, - "m_bPreventLoopback": 40, - "m_hOuter": 36, - "m_iReapplyProvisionParity": 32 - }, - "metadata": [ - { - "name": "m_iReapplyProvisionParity", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_hOuter", - "ty": "EHANDLE", - "type": "NetworkVarNames" - }, - { - "name": "m_ProviderType", - "ty": "attributeprovidertypes_t", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CBarnLight": { - "fields": { - "m_Color": 2560, - "m_LightStyleEvents": 2640, - "m_LightStyleString": 2600, - "m_LightStyleTargets": 2664, - "m_QueuedLightStyleStrings": 2616, - "m_StyleEvent": 2688, - "m_bContactShadow": 2964, - "m_bEnabled": 2552, - "m_bPrecomputedFieldsValid": 3028, - "m_bPvsModifyEntity": 3092, - "m_fAlternateColorBrightness": 2992, - "m_flBounceScale": 2972, - "m_flBrightness": 2568, - "m_flBrightnessScale": 2572, - "m_flColorTemperature": 2564, - "m_flFadeSizeEnd": 3016, - "m_flFadeSizeStart": 3012, - "m_flFogScale": 3008, - "m_flFogStrength": 3000, - "m_flLightStyleStartTime": 2608, - "m_flLuminaireAnisotropy": 2592, - "m_flLuminaireSize": 2588, - "m_flMinRoughness": 2976, - "m_flRange": 2920, - "m_flShadowFadeSizeEnd": 3024, - "m_flShadowFadeSizeStart": 3020, - "m_flShape": 2888, - "m_flSkirt": 2900, - "m_flSkirtNear": 2904, - "m_flSoftX": 2892, - "m_flSoftY": 2896, - "m_hLightCookie": 2880, - "m_nBakeSpecularToCubemaps": 2936, - "m_nBakedShadowIndex": 2580, - "m_nBounceLight": 2968, - "m_nCastShadows": 2952, - "m_nColorMode": 2556, - "m_nDirectLight": 2576, - "m_nFog": 2996, - "m_nFogShadows": 3004, - "m_nLuminaireShape": 2584, - "m_nShadowMapSize": 2956, - "m_nShadowPriority": 2960, - "m_vAlternateColor": 2980, - "m_vBakeSpecularToCubemapsSize": 2940, - "m_vPrecomputedBoundsMaxs": 3044, - "m_vPrecomputedBoundsMins": 3032, - "m_vPrecomputedOBBAngles": 3068, - "m_vPrecomputedOBBExtent": 3080, - "m_vPrecomputedOBBOrigin": 3056, - "m_vShear": 2924, - "m_vSizeParams": 2908 - }, - "metadata": [ - { - "name": "m_bEnabled", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_nColorMode", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_Color", - "ty": "Color", - "type": "NetworkVarNames" - }, - { - "name": "m_flColorTemperature", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flBrightness", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flBrightnessScale", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_nDirectLight", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nBakedShadowIndex", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nLuminaireShape", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_flLuminaireSize", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flLuminaireAnisotropy", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_LightStyleString", - "ty": "CUtlString", - "type": "NetworkVarNames" - }, - { - "name": "m_flLightStyleStartTime", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_QueuedLightStyleStrings", - "ty": "CUtlString", - "type": "NetworkVarNames" - }, - { - "name": "m_LightStyleEvents", - "ty": "CUtlString", - "type": "NetworkVarNames" - }, - { - "name": "m_LightStyleTargets", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_hLightCookie", - "ty": "HRenderTextureStrong", - "type": "NetworkVarNames" - }, - { - "name": "m_flShape", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flSoftX", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flSoftY", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flSkirt", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flSkirtNear", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_vSizeParams", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_flRange", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_vShear", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_nBakeSpecularToCubemaps", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_vBakeSpecularToCubemapsSize", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_nCastShadows", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nShadowMapSize", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nShadowPriority", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_bContactShadow", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_nBounceLight", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_flBounceScale", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flMinRoughness", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_vAlternateColor", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_fAlternateColorBrightness", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_nFog", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_flFogStrength", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_nFogShadows", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_flFogScale", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flFadeSizeStart", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flFadeSizeEnd", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flShadowFadeSizeStart", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flShadowFadeSizeEnd", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_bPrecomputedFieldsValid", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_vPrecomputedBoundsMins", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_vPrecomputedBoundsMaxs", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_vPrecomputedOBBOrigin", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_vPrecomputedOBBAngles", - "ty": "QAngle", - "type": "NetworkVarNames" - }, - { - "name": "m_vPrecomputedOBBExtent", - "ty": "Vector", - "type": "NetworkVarNames" - } - ], - "parent": "CBaseModelEntity" - }, - "CBaseAnimGraph": { - "fields": { - "m_bAnimGraphUpdateEnabled": 2688, - "m_bAnimationUpdateScheduled": 2708, - "m_bClientRagdoll": 2752, - "m_bInitiallyPopulateInterpHistory": 2672, - "m_flMaxSlopeDistance": 2692, - "m_nForceBone": 2724, - "m_pChoreoServices": 2680, - "m_pRagdollPose": 2744, - "m_vLastSlopeCheckPos": 2696, - "m_vecForce": 2712 - }, - "metadata": [ - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "m_bInitiallyPopulateInterpHistory", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bAnimGraphUpdateEnabled", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_vecForce", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_nForceBone", - "ty": "int32", - "type": "NetworkVarNames" - }, - { - "name": "m_pRagdollPose", - "ty": "PhysicsRagdollPose_t*", - "type": "NetworkVarNames" - }, - { - "name": "m_bClientRagdoll", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": "CBaseModelEntity" - }, - "CBaseAnimGraphController": { - "fields": { - "m_animGraphNetworkedVars": 24, - "m_bLastUpdateSkipped": 584, - "m_bNetworkedAnimationInputsChanged": 582, - "m_bNetworkedSequenceChanged": 583, - "m_bSequenceFinished": 544, - "m_flPlaybackRate": 568, - "m_flPrevAnimUpdateTime": 588, - "m_flSeqFixedCycle": 560, - "m_flSeqStartTime": 556, - "m_flSoundSyncTime": 548, - "m_hSequence": 552, - "m_nAnimLoopMode": 564, - "m_nNotifyState": 580 - }, - "metadata": [ - { - "name": "m_animGraphNetworkedVars", - "ty": "CAnimGraphNetworkedVariables", - "type": "NetworkVarNames" - }, - { - "name": "m_hSequence", - "ty": "HSequence", - "type": "NetworkVarNames" - }, - { - "name": "m_flSeqStartTime", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_flSeqFixedCycle", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_nAnimLoopMode", - "ty": "AnimLoopMode_t", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CBaseButton": { - "fields": { - "m_OnDamaged": 2768, - "m_OnIn": 2888, - "m_OnOut": 2928, - "m_OnPressed": 2808, - "m_OnUseLocked": 2848, - "m_angMoveEntitySpace": 2680, - "m_bDisabled": 2753, - "m_bForceNpcExclude": 2980, - "m_bLocked": 2752, - "m_bSolidBsp": 2760, - "m_fRotating": 2693, - "m_fStayPushed": 2692, - "m_flUseLockedTime": 2756, - "m_glowEntity": 2992, - "m_hConstraint": 2972, - "m_hConstraintParent": 2976, - "m_ls": 2696, - "m_nState": 2968, - "m_sGlowEntity": 2984, - "m_sLockedSound": 2736, - "m_sUnlockedSound": 2744, - "m_sUseSound": 2728, - "m_szDisplayText": 3000, - "m_usable": 2996 - }, - "metadata": [ - { - "name": "m_glowEntity", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_usable", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_szDisplayText", - "ty": "string_t", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CBaseCSGrenade": { - "fields": { - "m_bIsHeldByPlayer": 4505, - "m_bJumpThrow": 4507, - "m_bJustPulledPin": 4528, - "m_bPinPulled": 4506, - "m_bRedraw": 4504, - "m_bThrowAnimating": 4508, - "m_fDropTime": 4524, - "m_fThrowTime": 4512, - "m_flNextHoldFrac": 4536, - "m_flThrowStrength": 4516, - "m_flThrowStrengthApproach": 4520, - "m_hSwitchToWeaponAfterThrow": 4540, - "m_nNextHoldTick": 4532 - }, - "metadata": [ - { - "name": "m_bRedraw", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bIsHeldByPlayer", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bPinPulled", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bJumpThrow", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bThrowAnimating", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_fThrowTime", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_flThrowStrength", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flThrowStrengthApproach", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_fDropTime", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_bJustPulledPin", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_nNextHoldTick", - "ty": "GameTick_t", - "type": "NetworkVarNames" - }, - { - "name": "m_flNextHoldFrac", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_hSwitchToWeaponAfterThrow", - "ty": "CHandle", - "type": "NetworkVarNames" - } - ], - "parent": "CCSWeaponBase" - }, - "CBaseCSGrenadeProjectile": { - "fields": { - "m_bClearFromPlayers": 3477, - "m_bDetonationRecorded": 3421, - "m_bHasEverHitPlayer": 3476, - "m_flDetonateTime": 3424, - "m_flLastBounceSoundTime": 3444, - "m_flSpawnTime": 3416, - "m_nBounces": 3388, - "m_nExplodeEffectIndex": 3392, - "m_nExplodeEffectTickBegin": 3400, - "m_nItemIndex": 3428, - "m_nTicksAtZeroVelocity": 3472, - "m_unOGSExtraFlags": 3420, - "m_vInitialPosition": 3364, - "m_vInitialVelocity": 3376, - "m_vecExplodeEffectOrigin": 3404, - "m_vecGrenadeSpin": 3448, - "m_vecLastHitSurfaceNormal": 3460, - "m_vecOriginalSpawnLocation": 3432 - }, - "metadata": [ - { - "name": "m_vInitialPosition", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_vInitialVelocity", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_nBounces", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nExplodeEffectIndex", - "ty": "HParticleSystemDefinitionStrong", - "type": "NetworkVarNames" - }, - { - "name": "m_nExplodeEffectTickBegin", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_vecExplodeEffectOrigin", - "ty": "Vector", - "type": "NetworkVarNames" - } - ], - "parent": "CBaseGrenade" - }, - "CBaseClientUIEntity": { - "fields": { - "m_CustomOutput0": 2584, - "m_CustomOutput1": 2624, - "m_CustomOutput2": 2664, - "m_CustomOutput3": 2704, - "m_CustomOutput4": 2744, - "m_CustomOutput5": 2784, - "m_CustomOutput6": 2824, - "m_CustomOutput7": 2864, - "m_CustomOutput8": 2904, - "m_CustomOutput9": 2944, - "m_DialogXMLName": 2560, - "m_PanelClassName": 2568, - "m_PanelID": 2576, - "m_bEnabled": 2552 - }, - "metadata": [ - { - "name": "m_bEnabled", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_DialogXMLName", - "ty": "string_t", - "type": "NetworkVarNames" - }, - { - "name": "m_PanelClassName", - "ty": "string_t", - "type": "NetworkVarNames" - }, - { - "name": "m_PanelID", - "ty": "string_t", - "type": "NetworkVarNames" - } - ], - "parent": "CBaseModelEntity" - }, - "CBaseCombatCharacter": { - "fields": { - "m_LastHitGroup": 3240, - "m_bApplyStressDamage": 3244, - "m_bForceServerRagdoll": 3200, - "m_bloodColor": 3248, - "m_eHull": 3344, - "m_flFieldOfView": 3232, - "m_hMyWearables": 3208, - "m_iDamageCount": 3320, - "m_impactEnergyScale": 3236, - "m_nNavHullIdx": 3348, - "m_pVecRelationships": 3328, - "m_strRelationships": 3336 - }, - "metadata": [ - { - "name": "MNetworkExcludeByUserGroup", - "type": "Unknown" - }, - { - "name": "m_hMyWearables", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_flFieldOfView", - "ty": "float", - "type": "NetworkVarNames" - } - ], - "parent": "CBaseFlex" - }, - "CBaseDoor": { - "fields": { - "m_ChainTarget": 2800, - "m_NoiseArrived": 2776, - "m_NoiseArrivedClosed": 2792, - "m_NoiseMoving": 2768, - "m_NoiseMovingClosed": 2784, - "m_OnBlockedClosing": 2808, - "m_OnBlockedOpening": 2848, - "m_OnClose": 3048, - "m_OnFullyClosed": 2968, - "m_OnFullyOpen": 3008, - "m_OnLockedUse": 3128, - "m_OnOpen": 3088, - "m_OnUnblockedClosing": 2888, - "m_OnUnblockedOpening": 2928, - "m_angMoveEntitySpace": 2692, - "m_bCreateNavObstacle": 3192, - "m_bDoorGroup": 2753, - "m_bForceClosed": 2752, - "m_bIgnoreDebris": 2755, - "m_bIsUsable": 3194, - "m_bLocked": 2754, - "m_bLoopMoveSound": 3168, - "m_eSpawnPosition": 2756, - "m_flBlockDamage": 2760, - "m_isChaining": 3193, - "m_ls": 2720, - "m_vecMoveDirParentSpace": 2704 - }, - "metadata": [ - { - "name": "m_bIsUsable", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CBaseEntity": { - "fields": { - "m_CBodyComponent": 56, - "m_MoveCollide": 1466, - "m_MoveType": 1467, - "m_NetworkTransmitComponent": 64, - "m_OnKilled": 1584, - "m_OnUser1": 1760, - "m_OnUser2": 1800, - "m_OnUser3": 1840, - "m_OnUser4": 1880, - "m_ResponseContexts": 1344, - "m_aThinkFunctions": 1264, - "m_bAnimatedEveryTick": 1748, - "m_bClientSideRagdoll": 1524, - "m_bDisableLowViolence": 1749, - "m_bIsPlatform": 1464, - "m_bLagCompensate": 1941, - "m_bNetworkQuantizeOriginAndAngles": 1940, - "m_bRestoreInHierarchy": 1471, - "m_bTakesDamage": 1456, - "m_fEffects": 1720, - "m_fFlags": 1624, - "m_flAnimTime": 1512, - "m_flCreateTime": 1520, - "m_flDamageAccumulator": 1452, - "m_flElasticity": 1732, - "m_flFriction": 1728, - "m_flGravityScale": 1736, - "m_flLocalTime": 1952, - "m_flMoveDoneTime": 1496, - "m_flNavIgnoreUntilTime": 1924, - "m_flOverriddenFriction": 1944, - "m_flSimulationTime": 1516, - "m_flSpeed": 1556, - "m_flTimeScale": 1740, - "m_flVPhysicsUpdateLocalTime": 1956, - "m_flWaterLevel": 1744, - "m_hDamageFilter": 1480, - "m_hEffectEntity": 1712, - "m_hGroundEntity": 1724, - "m_hOwnerEntity": 1716, - "m_iCurrentThinkContext": 1288, - "m_iEFlags": 1752, - "m_iGlobalname": 1544, - "m_iHealth": 1440, - "m_iInitialTeamNum": 1920, - "m_iMaxHealth": 1444, - "m_iSentToClients": 1552, - "m_iTeamNum": 1540, - "m_isSteadyState": 1312, - "m_iszDamageFilterName": 1488, - "m_iszResponseContext": 1368, - "m_lastNetworkChange": 1320, - "m_lifeState": 1448, - "m_nActualMoveType": 1468, - "m_nDisableContextThinkStartTick": 1296, - "m_nLastThinkTick": 1292, - "m_nNextThinkTick": 1572, - "m_nPushEnumCount": 1700, - "m_nSimulationTick": 1576, - "m_nSlimeTouch": 1470, - "m_nSubclassID": 1500, - "m_nTakeDamageFlags": 1460, - "m_nWaterTouch": 1469, - "m_nWaterType": 1750, - "m_pBlocker": 1948, - "m_pCollision": 1704, - "m_sUniqueHammerID": 1560, - "m_spawnflags": 1568, - "m_target": 1472, - "m_ubInterpolationFrame": 1525, - "m_vPrevVPhysicsUpdatePos": 1528, - "m_vecAbsVelocity": 1628, - "m_vecAngVelocity": 1928, - "m_vecBaseVelocity": 1688, - "m_vecVelocity": 1640 - }, - "metadata": [ - { - "name": "MNetworkExcludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByUserGroup", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByUserGroup", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByUserGroup", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByName", - "type": "Unknown" - }, - { - "name": "m_CBodyComponent", - "ty": "CBodyComponent::Storage_t", - "type": "NetworkVarNames" - }, - { - "name": "m_iHealth", - "ty": "int32", - "type": "NetworkVarNames" - }, - { - "name": "m_iMaxHealth", - "ty": "int32", - "type": "NetworkVarNames" - }, - { - "name": "m_lifeState", - "ty": "uint8", - "type": "NetworkVarNames" - }, - { - "name": "m_bTakesDamage", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_nTakeDamageFlags", - "ty": "TakeDamageFlags_t", - "type": "NetworkVarNames" - }, - { - "name": "m_bIsPlatform", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_MoveCollide", - "ty": "MoveCollide_t", - "type": "NetworkVarNames" - }, - { - "name": "m_MoveType", - "ty": "MoveType_t", - "type": "NetworkVarNames" - }, - { - "name": "m_nSubclassID", - "ty": "EntitySubclassID_t", - "type": "NetworkVarNames" - }, - { - "name": "m_flAnimTime", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flSimulationTime", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flCreateTime", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_bClientSideRagdoll", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_ubInterpolationFrame", - "ty": "uint8", - "type": "NetworkVarNames" - }, - { - "name": "m_iTeamNum", - "ty": "uint8", - "type": "NetworkVarNames" - }, - { - "name": "m_spawnflags", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_nNextThinkTick", - "ty": "GameTick_t", - "type": "NetworkVarNames" - }, - { - "name": "m_fFlags", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_vecVelocity", - "ty": "CNetworkVelocityVector", - "type": "NetworkVarNames" - }, - { - "name": "m_vecBaseVelocity", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_hEffectEntity", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_hOwnerEntity", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_fEffects", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_hGroundEntity", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_flFriction", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flElasticity", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flGravityScale", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flTimeScale", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flWaterLevel", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_bAnimatedEveryTick", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_flNavIgnoreUntilTime", - "ty": "GameTime_t", - "type": "NetworkVarNames" - } - ], - "parent": "CEntityInstance" - }, - "CBaseEntityAPI": { - "fields": {}, - "metadata": [ - { - "name": "MPulseProvideFeatureTag", - "type": "Unknown" - }, - { - "name": "MPulseLibraryBindings", - "type": "Unknown" - } - ], - "parent": null - }, - "CBaseFire": { - "fields": { - "m_flScale": 1960, - "m_flScaleTime": 1968, - "m_flStartScale": 1964, - "m_nFlags": 1972 - }, - "metadata": [ - { - "name": "m_flScale", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flStartScale", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flScaleTime", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_nFlags", - "ty": "uint32", - "type": "NetworkVarNames" - } - ], - "parent": "CBaseEntity" - }, - "CBaseFlex": { - "fields": { - "m_bUpdateLayerPriorities": 3188, - "m_blinktoggle": 3092, - "m_flAllowResponsesEndTime": 3176, - "m_flLastFlexAnimationTime": 3180, - "m_flexWeight": 3056, - "m_nNextSceneEventId": 3184, - "m_vLookTargetPosition": 3080 - }, - "metadata": [ - { - "name": "m_flexWeight", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_vLookTargetPosition", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_blinktoggle", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": "CBaseAnimGraph" - }, - "CBaseGrenade": { - "fields": { - "m_DmgRadius": 3292, - "m_ExplosionSound": 3320, - "m_OnExplode": 3248, - "m_OnPlayerPickup": 3208, - "m_bHasWarnedAI": 3288, - "m_bIsLive": 3290, - "m_bIsSmokeGrenade": 3289, - "m_flDamage": 3304, - "m_flDetonateTime": 3296, - "m_flNextAttack": 3356, - "m_flWarnAITime": 3300, - "m_hOriginalThrower": 3360, - "m_hThrower": 3332, - "m_iszBounceSound": 3312 - }, - "metadata": [ - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByUserGroup", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByUserGroup", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByUserGroup", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByName", - "type": "Unknown" - }, - { - "name": "m_bIsLive", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_DmgRadius", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flDetonateTime", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_flDamage", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_hThrower", - "ty": "CHandle", - "type": "NetworkVarNames" - } - ], - "parent": "CBaseFlex" - }, - "CBaseModelEntity": { - "fields": { - "m_CHitboxComponent": 1968, - "m_CRenderComponent": 1960, - "m_Collision": 2152, - "m_ConfigEntitiesToPropagateMaterialDecalsTo": 2480, - "m_Glow": 2328, - "m_OnIgnite": 2016, - "m_bAllowFadeInView": 2058, - "m_bRenderToCubemaps": 2144, - "m_clrRender": 2059, - "m_fadeMaxDist": 2424, - "m_fadeMinDist": 2420, - "m_flDecalHealBloodRate": 2468, - "m_flDecalHealHeightRate": 2472, - "m_flDissolveStartTime": 2008, - "m_flFadeScale": 2428, - "m_flGlowBackfaceMult": 2416, - "m_flShadowStrength": 2432, - "m_nAddDecal": 2440, - "m_nObjectCulling": 2436, - "m_nRenderFX": 2057, - "m_nRenderMode": 2056, - "m_vDecalForwardAxis": 2456, - "m_vDecalPosition": 2444, - "m_vecRenderAttributes": 2064, - "m_vecViewOffset": 2504 - }, - "metadata": [ - { - "name": "m_CRenderComponent", - "ty": "CRenderComponent::Storage_t", - "type": "NetworkVarNames" - }, - { - "name": "m_CHitboxComponent", - "ty": "CHitboxComponent::Storage_t", - "type": "NetworkVarNames" - }, - { - "name": "m_nRenderMode", - "ty": "RenderMode_t", - "type": "NetworkVarNames" - }, - { - "name": "m_nRenderFX", - "ty": "RenderFx_t", - "type": "NetworkVarNames" - }, - { - "name": "m_clrRender", - "ty": "Color", - "type": "NetworkVarNames" - }, - { - "name": "m_vecRenderAttributes", - "ty": "EntityRenderAttribute_t", - "type": "NetworkVarNames" - }, - { - "name": "m_bRenderToCubemaps", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_Collision", - "ty": "CCollisionProperty", - "type": "NetworkVarNames" - }, - { - "name": "m_Glow", - "ty": "CGlowProperty", - "type": "NetworkVarNames" - }, - { - "name": "m_flGlowBackfaceMult", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_fadeMinDist", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_fadeMaxDist", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flFadeScale", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flShadowStrength", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_nObjectCulling", - "ty": "uint8", - "type": "NetworkVarNames" - }, - { - "name": "m_nAddDecal", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_vDecalPosition", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_vDecalForwardAxis", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_flDecalHealBloodRate", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flDecalHealHeightRate", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_ConfigEntitiesToPropagateMaterialDecalsTo", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_vecViewOffset", - "ty": "CNetworkViewOffsetVector", - "type": "NetworkVarNames" - } - ], - "parent": "CBaseEntity" - }, - "CBasePlayerController": { - "fields": { - "m_bAutoKickDisabled": 2214, - "m_bGamePaused": 2216, - "m_bHasAnySteadyStateEnts": 2400, - "m_bIsHLTV": 2064, - "m_bIsLowViolence": 2215, - "m_bLagCompensation": 2212, - "m_bPredict": 2213, - "m_fLerpTime": 2208, - "m_flLastEntitySteadyState": 2392, - "m_flLastPlayerTalkTime": 2388, - "m_hPawn": 2024, - "m_hSplitOwner": 2032, - "m_hSplitScreenPlayers": 2040, - "m_iConnected": 2068, - "m_iDesiredFOV": 2424, - "m_iIgnoreGlobalChat": 2384, - "m_iszPlayerName": 2072, - "m_nAvailableEntitySteadyState": 2396, - "m_nInButtonsWhichAreToggles": 1968, - "m_nLastLateCommandExecuted": 2360, - "m_nLastRealCommandNumberExecuted": 2356, - "m_nSplitScreenSlot": 2028, - "m_nTickBase": 1976, - "m_steamID": 2416, - "m_szNetworkIDString": 2200 - }, - "metadata": [ - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkUserGroupProxy", - "type": "Unknown" - }, - { - "name": "MNetworkUserGroupProxy", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByUserGroup", - "type": "Unknown" - }, - { - "name": "m_nTickBase", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_hPawn", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_iConnected", - "ty": "PlayerConnectedState", - "type": "NetworkVarNames" - }, - { - "name": "m_iszPlayerName", - "ty": "char", - "type": "NetworkVarNames" - }, - { - "name": "m_steamID", - "ty": "uint64", - "type": "NetworkVarNames" - }, - { - "name": "m_iDesiredFOV", - "ty": "uint32", - "type": "NetworkVarNames" - } - ], - "parent": "CBaseEntity" - }, - "CBasePlayerControllerAPI": { - "fields": {}, - "metadata": [ - { - "name": "MPulseProvideFeatureTag", - "type": "Unknown" - }, - { - "name": "MPulseLibraryBindings", - "type": "Unknown" - } - ], - "parent": null - }, - "CBasePlayerPawn": { - "fields": { - "m_ServerViewAngleChanges": 3432, - "m_fHltvReplayDelay": 3720, - "m_fHltvReplayEnd": 3724, - "m_fInitHUD": 3700, - "m_fNextSuicideTime": 3696, - "m_fTimeLastHurt": 3688, - "m_flDeathTime": 3692, - "m_hController": 3712, - "m_iHideHUD": 3540, - "m_iHltvReplayEntity": 3728, - "m_nHighestGeneratedServerViewAngleChangeIndex": 3512, - "m_pAutoaimServices": 3368, - "m_pCameraServices": 3408, - "m_pExpresser": 3704, - "m_pFlashlightServices": 3400, - "m_pItemServices": 3360, - "m_pMovementServices": 3416, - "m_pObserverServices": 3376, - "m_pUseServices": 3392, - "m_pWaterServices": 3384, - "m_pWeaponServices": 3352, - "m_skybox3d": 3544, - "m_sndOpvarLatchData": 3736, - "v_angle": 3516, - "v_anglePrevious": 3528 - }, - "metadata": [ - { - "name": "MNetworkUserGroupProxy", - "type": "Unknown" - }, - { - "name": "MNetworkUserGroupProxy", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByUserGroup", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByUserGroup", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByUserGroup", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByUserGroup", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkOverride", - "type": "Unknown" - }, - { - "name": "MNetworkOverride", - "type": "Unknown" - }, - { - "name": "MNetworkOverride", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByName", - "type": "Unknown" - }, - { - "name": "m_pWeaponServices", - "ty": "CPlayer_WeaponServices*", - "type": "NetworkVarNames" - }, - { - "name": "m_pItemServices", - "ty": "CPlayer_ItemServices*", - "type": "NetworkVarNames" - }, - { - "name": "m_pAutoaimServices", - "ty": "CPlayer_AutoaimServices*", - "type": "NetworkVarNames" - }, - { - "name": "m_pObserverServices", - "ty": "CPlayer_ObserverServices*", - "type": "NetworkVarNames" - }, - { - "name": "m_pWaterServices", - "ty": "CPlayer_WaterServices*", - "type": "NetworkVarNames" - }, - { - "name": "m_pUseServices", - "ty": "CPlayer_UseServices*", - "type": "NetworkVarNames" - }, - { - "name": "m_pFlashlightServices", - "ty": "CPlayer_FlashlightServices*", - "type": "NetworkVarNames" - }, - { - "name": "m_pCameraServices", - "ty": "CPlayer_CameraServices*", - "type": "NetworkVarNames" - }, - { - "name": "m_pMovementServices", - "ty": "CPlayer_MovementServices*", - "type": "NetworkVarNames" - }, - { - "name": "MNetworkUserGroupProxy", - "type": "Unknown" - }, - { - "name": "m_ServerViewAngleChanges", - "ty": "ViewAngleServerChange_t", - "type": "NetworkVarNames" - }, - { - "name": "m_iHideHUD", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_skybox3d", - "ty": "sky3dparams_t", - "type": "NetworkVarNames" - }, - { - "name": "m_flDeathTime", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_hController", - "ty": "CHandle", - "type": "NetworkVarNames" - } - ], - "parent": "CBaseCombatCharacter" - }, - "CBasePlayerVData": { - "fields": { - "m_flArmDamageMultiplier": 312, - "m_flChestDamageMultiplier": 280, - "m_flCrouchTime": 372, - "m_flDrowningDamageInterval": 348, - "m_flHeadDamageMultiplier": 264, - "m_flHoldBreathTime": 344, - "m_flLegDamageMultiplier": 328, - "m_flStomachDamageMultiplier": 296, - "m_flUseAngleTolerance": 368, - "m_flUseRange": 364, - "m_nDrowningDamageInitial": 352, - "m_nDrowningDamageMax": 356, - "m_nWaterSpeed": 360, - "m_sModelName": 40 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CBasePlayerWeapon": { - "fields": { - "m_OnPlayerUse": 3992, - "m_flNextPrimaryAttackTickRatio": 3964, - "m_flNextSecondaryAttackTickRatio": 3972, - "m_iClip1": 3976, - "m_iClip2": 3980, - "m_nNextPrimaryAttackTick": 3960, - "m_nNextSecondaryAttackTick": 3968, - "m_pReserveAmmo": 3984 - }, - "metadata": [ - { - "name": "MNetworkExcludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByUserGroup", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByUserGroup", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByUserGroup", - "type": "Unknown" - }, - { - "name": "MNetworkUserGroupProxy", - "type": "Unknown" - }, - { - "name": "m_nNextPrimaryAttackTick", - "ty": "GameTick_t", - "type": "NetworkVarNames" - }, - { - "name": "m_flNextPrimaryAttackTickRatio", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_nNextSecondaryAttackTick", - "ty": "GameTick_t", - "type": "NetworkVarNames" - }, - { - "name": "m_flNextSecondaryAttackTickRatio", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_iClip1", - "ty": "int32", - "type": "NetworkVarNames" - }, - { - "name": "m_iClip2", - "ty": "int32", - "type": "NetworkVarNames" - }, - { - "name": "m_pReserveAmmo", - "ty": "int", - "type": "NetworkVarNames" - } - ], - "parent": "CEconEntity" - }, - "CBasePlayerWeaponVData": { - "fields": { - "m_aShootSounds": 544, - "m_bAllowFlipping": 265, - "m_bAutoSwitchFrom": 529, - "m_bAutoSwitchTo": 528, - "m_bBuiltRightHanded": 264, - "m_bLinkedCooldowns": 536, - "m_iDefaultClip1": 516, - "m_iDefaultClip2": 520, - "m_iFlags": 504, - "m_iMaxClip1": 508, - "m_iMaxClip2": 512, - "m_iPosition": 580, - "m_iRumbleEffect": 532, - "m_iSlot": 576, - "m_iWeight": 524, - "m_nPrimaryAmmoType": 505, - "m_nSecondaryAmmoType": 506, - "m_sMuzzleAttachment": 272, - "m_szMuzzleFlashParticle": 280, - "m_szWorldModel": 40 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CBasePropDoor": { - "fields": { - "m_OnAjarOpen": 4296, - "m_OnBlockedClosing": 3936, - "m_OnBlockedOpening": 3976, - "m_OnClose": 4176, - "m_OnFullyClosed": 4096, - "m_OnFullyOpen": 4136, - "m_OnLockedUse": 4256, - "m_OnOpen": 4216, - "m_OnUnblockedClosing": 4016, - "m_OnUnblockedOpening": 4056, - "m_SlaveName": 3920, - "m_SoundClose": 3856, - "m_SoundJiggle": 3896, - "m_SoundLatch": 3880, - "m_SoundLock": 3864, - "m_SoundLockedAnim": 3904, - "m_SoundMoving": 3840, - "m_SoundOpen": 3848, - "m_SoundPound": 3888, - "m_SoundUnlock": 3872, - "m_bFirstBlocked": 3772, - "m_bForceClosed": 3808, - "m_bLocked": 3740, - "m_bNeedsHardware": 3732, - "m_closedAngles": 3756, - "m_closedPosition": 3744, - "m_eDoorState": 3736, - "m_flAutoReturnDelay": 3700, - "m_hActivator": 3824, - "m_hBlocker": 3768, - "m_hDoorList": 3704, - "m_hMaster": 3928, - "m_ls": 3776, - "m_nHardwareType": 3728, - "m_nPhysicsMaterial": 3916, - "m_numCloseAttempts": 3912, - "m_vecLatchWorldPosition": 3812 - }, - "metadata": [ - { - "name": "MNetworkExcludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByUserGroup", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByUserGroup", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "m_eDoorState", - "ty": "DoorState_t", - "type": "NetworkVarNames" - }, - { - "name": "m_bLocked", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_closedPosition", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_closedAngles", - "ty": "QAngle", - "type": "NetworkVarNames" - }, - { - "name": "m_hMaster", - "ty": "CHandle", - "type": "NetworkVarNames" - } - ], - "parent": "CDynamicProp" - }, - "CBaseTrigger": { - "fields": { - "m_OnEndTouch": 2784, - "m_OnEndTouchAll": 2824, - "m_OnNotTouching": 2904, - "m_OnStartTouch": 2704, - "m_OnStartTouchAll": 2744, - "m_OnTouching": 2864, - "m_bClientSidePredicted": 2968, - "m_bDisabled": 2680, - "m_hFilter": 2696, - "m_hTouchingEntities": 2944, - "m_iFilterName": 2688 - }, - "metadata": [ - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "m_bDisabled", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bClientSidePredicted", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CBaseViewModel": { - "fields": { - "m_flAnimationStartTime": 3084, - "m_hControlPanel": 3124, - "m_hOldLayerSequence": 3112, - "m_hWeapon": 3088, - "m_nAnimationParity": 3080, - "m_nViewModelIndex": 3076, - "m_oldLayer": 3116, - "m_oldLayerStartTime": 3120, - "m_sAnimationPrefix": 3104, - "m_sVMName": 3096, - "m_vecLastFacing": 3064 - }, - "metadata": [ - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByUserGroup", - "type": "Unknown" - }, - { - "name": "MNetworkOverride", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "m_nViewModelIndex", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_nAnimationParity", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_flAnimationStartTime", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_hWeapon", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_hControlPanel", - "ty": "CHandle", - "type": "NetworkVarNames" - } - ], - "parent": "CBaseAnimGraph" - }, - "CBeam": { - "fields": { - "m_bTurnedOff": 2688, - "m_fAmplitude": 2668, - "m_fEndWidth": 2656, - "m_fFadeLength": 2660, - "m_fHaloScale": 2664, - "m_fSpeed": 2676, - "m_fStartFrame": 2672, - "m_fWidth": 2652, - "m_flDamage": 2564, - "m_flFireTime": 2560, - "m_flFrame": 2680, - "m_flFrameRate": 2552, - "m_flHDRColorScale": 2556, - "m_hAttachEntity": 2600, - "m_hBaseMaterial": 2576, - "m_hEndEntity": 2704, - "m_nAttachIndex": 2640, - "m_nBeamFlags": 2596, - "m_nBeamType": 2592, - "m_nClipStyle": 2684, - "m_nDissolveType": 2708, - "m_nHaloIndex": 2584, - "m_nNumBeamEnts": 2568, - "m_vecEndPos": 2692 - }, - "metadata": [ - { - "name": "MNetworkIncludeByUserGroup", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkOverride", - "type": "Unknown" - }, - { - "name": "m_flFrameRate", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flHDRColorScale", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_nNumBeamEnts", - "ty": "uint8", - "type": "NetworkVarNames" - }, - { - "name": "m_hBaseMaterial", - "ty": "HMaterialStrong", - "type": "NetworkVarNames" - }, - { - "name": "m_nHaloIndex", - "ty": "HMaterialStrong", - "type": "NetworkVarNames" - }, - { - "name": "m_nBeamType", - "ty": "BeamType_t", - "type": "NetworkVarNames" - }, - { - "name": "m_nBeamFlags", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_hAttachEntity", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_nAttachIndex", - "ty": "AttachmentHandle_t", - "type": "NetworkVarNames" - }, - { - "name": "m_fWidth", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_fEndWidth", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_fFadeLength", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_fHaloScale", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_fAmplitude", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_fStartFrame", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_fSpeed", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flFrame", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_nClipStyle", - "ty": "BeamClipStyle_t", - "type": "NetworkVarNames" - }, - { - "name": "m_bTurnedOff", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_vecEndPos", - "ty": "Vector", - "type": "NetworkVarNames" - } - ], - "parent": "CBaseModelEntity" - }, - "CBodyComponentBaseAnimGraph": { - "fields": { - "__m_pChainEntity": 2432, - "m_animationController": 1144 - }, - "metadata": [ - { - "name": "m_animationController", - "ty": "CBaseAnimGraphController", - "type": "NetworkVarNames" - } - ], - "parent": "CBodyComponentSkeletonInstance" - }, - "CBodyComponentPoint": { - "fields": { - "__m_pChainEntity": 448, - "m_sceneNode": 96 - }, - "metadata": [ - { - "name": "m_sceneNode", - "ty": "CGameSceneNode", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CBodyComponentSkeletonInstance": { - "fields": { - "__m_pChainEntity": 1104, - "m_skeletonInstance": 96 - }, - "metadata": [ - { - "name": "m_skeletonInstance", - "ty": "CSkeletonInstance", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CBombTarget": { - "fields": { - "m_OnBombDefused": 3056, - "m_OnBombExplode": 2976, - "m_OnBombPlanted": 3016, - "m_bBombPlantedHere": 3098, - "m_bIsBombSiteB": 3096, - "m_bIsHeistBombTarget": 3097, - "m_hInstructorHint": 3112, - "m_nBombSiteDesignation": 3116, - "m_szMountTarget": 3104 - }, - "metadata": [ - { - "name": "m_bBombPlantedHere", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": "CBaseTrigger" - }, - "CBreakableProp": { - "fields": { - "m_OnBreak": 3136, - "m_OnHealthChanged": 3176, - "m_OnTakeDamage": 3216, - "m_PerformanceMode": 3284, - "m_bHasBreakPiecesOrCommands": 3328, - "m_bOriginalBlockLOS": 3392, - "m_bUsePuntSound": 3408, - "m_explodeDamage": 3332, - "m_explodeRadius": 3336, - "m_explosionBuildupSound": 3352, - "m_explosionCustomEffect": 3360, - "m_explosionCustomSound": 3368, - "m_explosionDelay": 3344, - "m_explosionModifier": 3376, - "m_flDefaultFadeScale": 3396, - "m_flDmgModBullet": 3288, - "m_flDmgModClub": 3292, - "m_flDmgModExplosive": 3296, - "m_flDmgModFire": 3300, - "m_flLastPhysicsInfluenceTime": 3388, - "m_flPressureDelay": 3276, - "m_flPreventDamageBeforeTime": 3324, - "m_hBreaker": 3280, - "m_hFlareEnt": 3404, - "m_hLastAttacker": 3400, - "m_hPhysicsAttacker": 3384, - "m_iInteractions": 3320, - "m_iMinHealthDmg": 3260, - "m_impactEnergyScale": 3256, - "m_iszBasePropData": 3312, - "m_iszPhysicsDamageTableName": 3304, - "m_iszPuntSound": 3416, - "m_noGhostCollision": 3424, - "m_preferredCarryAngles": 3264 - }, - "metadata": [ - { - "name": "m_noGhostCollision", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CC4": { - "fields": { - "m_bBombPlacedAnimation": 4536, - "m_bBombPlanted": 4579, - "m_bDoValidDroppedPositionCheck": 4528, - "m_bIsPlantingViaUse": 4537, - "m_bPlayedArmingBeeps": 4572, - "m_bStartedArming": 4529, - "m_entitySpottedState": 4544, - "m_fArmedTime": 4532, - "m_nSpotRules": 4568, - "m_vecLastValidDroppedPosition": 4516, - "m_vecLastValidPlayerHeldPosition": 4504 - }, - "metadata": [ - { - "name": "m_bStartedArming", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_fArmedTime", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_bBombPlacedAnimation", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bIsPlantingViaUse", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_entitySpottedState", - "ty": "EntitySpottedState_t", - "type": "NetworkVarNames" - } - ], - "parent": "CCSWeaponBase" - }, - "CCSArmsRaceScript": { - "fields": { - "m_pOuter": 216 - }, - "metadata": [ - { - "name": "MPulseInstanceDomainInfo", - "type": "Unknown" - }, - { - "name": "MPulseLibraryBindings", - "type": "Unknown" - }, - { - "name": "MPulseDomainOptInFeatureTag", - "type": "Unknown" - } - ], - "parent": "CCSGameModeScript" - }, - "CCSDeathmatchScript": { - "fields": { - "m_pOuter": 216 - }, - "metadata": [ - { - "name": "MPulseInstanceDomainInfo", - "type": "Unknown" - }, - { - "name": "MPulseLibraryBindings", - "type": "Unknown" - }, - { - "name": "MPulseDomainOptInFeatureTag", - "type": "Unknown" - } - ], - "parent": "CCSGameModeScript" - }, - "CCSDeathmatchScript_ConVars": { - "fields": {}, - "metadata": [ - { - "name": "MPulseLibraryBindings", - "type": "Unknown" - } - ], - "parent": null - }, - "CCSGOViewModel": { - "fields": { - "m_bShouldIgnoreOffsetAndAccuracy": 3128, - "m_nOldWeaponParity": 3136, - "m_nWeaponParity": 3132 - }, - "metadata": [ - { - "name": "MNetworkOverride", - "type": "Unknown" - }, - { - "name": "m_bShouldIgnoreOffsetAndAccuracy", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_nWeaponParity", - "ty": "uint32", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CCSGO_TeamPreviewCharacterPosition": { - "fields": { - "m_agentItem": 1992, - "m_glovesItem": 2624, - "m_nOrdinal": 1968, - "m_nRandom": 1964, - "m_nVariant": 1960, - "m_sWeaponName": 1976, - "m_weaponItem": 3256, - "m_xuid": 1984 - }, - "metadata": [ - { - "name": "m_nVariant", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nRandom", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nOrdinal", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_sWeaponName", - "ty": "CUtlString", - "type": "NetworkVarNames" - }, - { - "name": "m_xuid", - "ty": "XUID", - "type": "NetworkVarNames" - }, - { - "name": "m_agentItem", - "ty": "CEconItemView", - "type": "NetworkVarNames" - }, - { - "name": "m_glovesItem", - "ty": "CEconItemView", - "type": "NetworkVarNames" - }, - { - "name": "m_weaponItem", - "ty": "CEconItemView", - "type": "NetworkVarNames" - } - ], - "parent": "CBaseEntity" - }, - "CCSGameModeRules_ArmsRace": { - "fields": { - "m_WeaponSequence": 56 - }, - "metadata": [ - { - "name": "m_WeaponSequence", - "ty": "CUtlString", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CCSGameModeRules_Deathmatch": { - "fields": { - "m_flDMBonusStartTime": 56, - "m_flDMBonusTimeLength": 60, - "m_nDMBonusWeaponLoadoutSlot": 64 - }, - "metadata": [ - { - "name": "m_flDMBonusStartTime", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_flDMBonusTimeLength", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_nDMBonusWeaponLoadoutSlot", - "ty": "int16", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CCSGameModeScript": { - "fields": {}, - "metadata": [ - { - "name": "MPulseInstanceDomainInfo", - "type": "Unknown" - }, - { - "name": "MPulseLibraryBindings", - "type": "Unknown" - }, - { - "name": "MPulseDomainOptInFeatureTag", - "type": "Unknown" - } - ], - "parent": null - }, - "CCSGameModeScript_ConVars": { - "fields": {}, - "metadata": [ - { - "name": "MPulseLibraryBindings", - "type": "Unknown" - } - ], - "parent": null - }, - "CCSGameRules": { - "fields": { - "__m_pChainEntity": 152, - "mTeamDMLastThinkTime": 3752, - "mTeamDMLastWinningTeamNumber": 3748, - "m_BtGlobalBlackboard": 5384, - "m_CTSpawnPoints": 4016, - "m_CTSpawnPointsMasterList": 3944, - "m_GuardianBotSkillLevelMax": 5972, - "m_GuardianBotSkillLevelMin": 5976, - "m_MatchDevice": 308, - "m_MinimapVerticalSectionHeights": 3336, - "m_RetakeRules": 5488, - "m_TeamRespawnWaveTimes": 3052, - "m_TerroristSpawnPoints": 4040, - "m_TerroristSpawnPointsMasterList": 3968, - "m_arrFeaturedGiftersAccounts": 2416, - "m_arrFeaturedGiftersGifts": 2432, - "m_arrProhibitedItemIndices": 2448, - "m_arrSelectedHostageSpawnIndices": 3536, - "m_arrTeamUniqueKillWeaponsMatch": 5984, - "m_arrTournamentActiveCasterAccounts": 2648, - "m_bAllowWeaponSwitch": 4688, - "m_bAnyHostageReached": 288, - "m_bBombDefused": 3897, - "m_bBombDropped": 2672, - "m_bBombPlanted": 2673, - "m_bBuyTimeEnded": 3888, - "m_bCTCantBuy": 2685, - "m_bCTTimeOutActive": 219, - "m_bCanDonateWeapons": 3823, - "m_bCompleteReset": 3565, - "m_bDontIncrementCoopWave": 3368, - "m_bFirstConnected": 3564, - "m_bForceTeamChangeSilent": 3648, - "m_bFreezePeriod": 196, - "m_bGamePaused": 217, - "m_bGameRestart": 256, - "m_bHasHostageBeenTouched": 3488, - "m_bHasMatchStarted": 312, - "m_bHasTriggeredCoopSpawnReset": 5349, - "m_bHasTriggeredRoundStartMusic": 5348, - "m_bIsDroppingItems": 2380, - "m_bIsHltvActive": 2382, - "m_bIsQuestEligible": 2381, - "m_bIsQueuedMatchmaking": 292, - "m_bIsUnreservedGameServer": 4064, - "m_bIsValveDS": 300, - "m_bLevelInitialized": 3500, - "m_bLoadingRoundBackupData": 3649, - "m_bLogoMap": 301, - "m_bMapHasBombTarget": 289, - "m_bMapHasBombZone": 3898, - "m_bMapHasBuyZone": 291, - "m_bMapHasRescueZone": 290, - "m_bMatchWaitingForResume": 237, - "m_bNeedToAskPlayersForContinueVote": 3604, - "m_bNoCTsKilled": 3821, - "m_bNoEnemiesKilled": 3822, - "m_bNoTerroristsKilled": 3820, - "m_bPickNewTeamsOnReset": 3566, - "m_bPlayAllStepSoundsOnServer": 302, - "m_bPlayedTeamIntroVO": 6140, - "m_bRespawningAllRespawnablePlayers": 3992, - "m_bRoundEndNoMusic": 6196, - "m_bRoundEndShowTimerDefend": 6152, - "m_bRoundTimeWarningTriggered": 4689, - "m_bScrambleTeamsOnRestart": 3567, - "m_bServerPaused": 216, - "m_bServerVoteOnReset": 3881, - "m_bSkipNextServerPerfSample": 22616, - "m_bSpawnedTerrorHuntHeavy": 3369, - "m_bSwapTeamsOnRestart": 3568, - "m_bSwitchingTeamsAtRoundReset": 5350, - "m_bTCantBuy": 2684, - "m_bTargetBombed": 3896, - "m_bTeamIntroPeriod": 6132, - "m_bTeamLastKillUsedUniqueWeaponMatch": 6080, - "m_bTechnicalTimeOut": 236, - "m_bTerroristTimeOutActive": 218, - "m_bVoiceWonMatchBragFired": 3796, - "m_bVoteCalled": 3880, - "m_bWarmupPeriod": 197, - "m_coopBonusCoinsFound": 3740, - "m_coopBonusPistolsOnly": 3744, - "m_coopMissionDeadPlayerRespawnEnabled": 3746, - "m_coopMissionManager": 192, - "m_coopPlayersInDeploymentZone": 3745, - "m_eRoundEndReason": 6148, - "m_eRoundWinReason": 2680, - "m_endMatchOnRoundReset": 3512, - "m_endMatchOnThink": 3513, - "m_fAccumulatedRoundOffDamage": 4704, - "m_fAutobalanceDisplayTime": 4068, - "m_fMatchStartTime": 244, - "m_fNextUpdateTeamClanNamesTime": 4696, - "m_fRoundStartTime": 248, - "m_fTeamIntroPeriodEnd": 6136, - "m_fWarmupNextChatNoticeTime": 3800, - "m_fWarmupPeriodEnd": 200, - "m_fWarmupPeriodStart": 204, - "m_firstBloodTime": 3836, - "m_firstKillTime": 3828, - "m_flCMMItemDropRevealEndTime": 2376, - "m_flCMMItemDropRevealStartTime": 2372, - "m_flCTSpawnPointUsedTime": 4000, - "m_flCTTimeOutRemaining": 224, - "m_flCoopRespawnAndHealTime": 3736, - "m_flGameStartTime": 260, - "m_flGuardianBuyUntilTime": 2688, - "m_flIntermissionEndTime": 3496, - "m_flIntermissionStartTime": 3492, - "m_flLastPerfSampleTime": 22608, - "m_flLastThinkTime": 4700, - "m_flMatchInfoDecidedTime": 3708, - "m_flNextHostageAnnouncement": 3816, - "m_flNextRespawnWave": 3180, - "m_flRestartRoundTime": 252, - "m_flTeamDMLastAnnouncementTime": 3756, - "m_flTerroristSpawnPointUsedTime": 4008, - "m_flTerroristTimeOutRemaining": 220, - "m_flVoteCheckThrottle": 3884, - "m_gamePhase": 268, - "m_hPlayerResource": 5480, - "m_hostageWasInjured": 3864, - "m_hostageWasKilled": 3865, - "m_iAccountCT": 3764, - "m_iAccountTerrorist": 3760, - "m_iFreezeTime": 3516, - "m_iHostagesRemaining": 284, - "m_iHostagesRescued": 3808, - "m_iHostagesTouched": 3812, - "m_iLoserBonus": 3784, - "m_iLoserBonusMostRecentTeam": 3788, - "m_iMatchStats_PlayersAlive_CT": 2812, - "m_iMatchStats_PlayersAlive_T": 2932, - "m_iMatchStats_RoundResults": 2692, - "m_iMaxNumCTs": 3780, - "m_iMaxNumTerrorists": 3776, - "m_iNextCTSpawnPoint": 3996, - "m_iNextTerroristSpawnPoint": 4004, - "m_iNumCT": 3524, - "m_iNumConsecutiveCTLoses": 3456, - "m_iNumConsecutiveTerroristLoses": 3460, - "m_iNumSpawnableCT": 3532, - "m_iNumSpawnableTerrorist": 3528, - "m_iNumTerrorist": 3520, - "m_iRoundEndFunFactData1": 6172, - "m_iRoundEndFunFactData2": 6176, - "m_iRoundEndFunFactData3": 6180, - "m_iRoundEndFunFactPlayerSlot": 6168, - "m_iRoundEndLegacy": 6200, - "m_iRoundEndPlayerCount": 6192, - "m_iRoundEndTimerTime": 6156, - "m_iRoundEndWinnerTeam": 6144, - "m_iRoundStartRoundNumber": 6208, - "m_iRoundTime": 240, - "m_iRoundWinStatus": 2676, - "m_iSpawnPointCount_CT": 3772, - "m_iSpawnPointCount_Terrorist": 3768, - "m_iSpectatorSlotCount": 304, - "m_iTotalRoundsPlayed": 3504, - "m_iUnBalancedRounds": 3508, - "m_nCTTeamIntroVariant": 6128, - "m_nCTTimeOuts": 232, - "m_nEndMatchMapGroupVoteOptions": 3412, - "m_nEndMatchMapGroupVoteTypes": 3372, - "m_nEndMatchMapVoteWinner": 3452, - "m_nEndMatchTiedVotes": 3576, - "m_nGuardianGrenadesToGiveBots": 2396, - "m_nGuardianModeSpecialKillsRemaining": 2388, - "m_nGuardianModeSpecialWeaponNeeded": 2392, - "m_nGuardianModeWaveNumber": 2384, - "m_nHalloweenMaskListSeed": 2668, - "m_nLastFreezeEndBeep": 3892, - "m_nMatchAbortedEarlyReason": 5344, - "m_nMatchEndCount": 6120, - "m_nMatchInfoShowType": 3704, - "m_nNextMapInMapgroup": 316, - "m_nNumHeaviesToSpawn": 2400, - "m_nOvertimePlaying": 280, - "m_nPauseStartTick": 212, - "m_nQueuedMatchmakingMode": 296, - "m_nRoundEndCount": 6204, - "m_nRoundStartCount": 6212, - "m_nRoundsPlayedThisPhase": 276, - "m_nServerQuestID": 3308, - "m_nShorthandedBonusLastEvalRound": 4708, - "m_nSpawnPointsRandomSeed": 3560, - "m_nTTeamIntroVariant": 6124, - "m_nTerroristTimeOuts": 228, - "m_nTotalPausedTicks": 208, - "m_nTournamentPredictionsPct": 2368, - "m_numBestOfMaps": 2664, - "m_numGlobalGifters": 2408, - "m_numGlobalGiftsGiven": 2404, - "m_numGlobalGiftsPeriodSeconds": 2412, - "m_numQueuedMatchmakingAccounts": 3608, - "m_numSpectatorsCountMax": 3628, - "m_numSpectatorsCountMaxLnk": 3636, - "m_numSpectatorsCountMaxTV": 3632, - "m_numTotalTournamentDrops": 3624, - "m_pGameModeRules": 5376, - "m_pQueuedMatchmakingReservationString": 3616, - "m_phaseChangeAnnouncementTime": 4692, - "m_sRoundEndFunFactToken": 6160, - "m_sRoundEndMessage": 6184, - "m_szMatchStatTxt": 1344, - "m_szTournamentEventName": 320, - "m_szTournamentEventStage": 832, - "m_szTournamentPredictionsTxt": 1856, - "m_timeUntilNextPhaseStarts": 264, - "m_tmNextPeriodicThink": 3792, - "m_totalRoundsPlayed": 272, - "m_vMinimapMaxs": 3324, - "m_vMinimapMins": 3312, - "m_vecMainCTSpawnPos": 3928 - }, - "metadata": [ - { - "name": "m_bFreezePeriod", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bWarmupPeriod", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_fWarmupPeriodEnd", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_fWarmupPeriodStart", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_nTotalPausedTicks", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nPauseStartTick", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_bServerPaused", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bGamePaused", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bTerroristTimeOutActive", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bCTTimeOutActive", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_flTerroristTimeOutRemaining", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flCTTimeOutRemaining", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_nTerroristTimeOuts", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nCTTimeOuts", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_bTechnicalTimeOut", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bMatchWaitingForResume", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_iRoundTime", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_fMatchStartTime", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_fRoundStartTime", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_flRestartRoundTime", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_bGameRestart", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_flGameStartTime", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_timeUntilNextPhaseStarts", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_gamePhase", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_totalRoundsPlayed", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nRoundsPlayedThisPhase", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nOvertimePlaying", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iHostagesRemaining", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_bAnyHostageReached", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bMapHasBombTarget", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bMapHasRescueZone", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bMapHasBuyZone", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bIsQueuedMatchmaking", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_nQueuedMatchmakingMode", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_bIsValveDS", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bLogoMap", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bPlayAllStepSoundsOnServer", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_iSpectatorSlotCount", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_MatchDevice", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_bHasMatchStarted", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_nNextMapInMapgroup", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_szTournamentEventName", - "ty": "char", - "type": "NetworkVarNames" - }, - { - "name": "m_szTournamentEventStage", - "ty": "char", - "type": "NetworkVarNames" - }, - { - "name": "m_szMatchStatTxt", - "ty": "char", - "type": "NetworkVarNames" - }, - { - "name": "m_szTournamentPredictionsTxt", - "ty": "char", - "type": "NetworkVarNames" - }, - { - "name": "m_nTournamentPredictionsPct", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_flCMMItemDropRevealStartTime", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_flCMMItemDropRevealEndTime", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_bIsDroppingItems", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bIsQuestEligible", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bIsHltvActive", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_nGuardianModeWaveNumber", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nGuardianModeSpecialKillsRemaining", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nGuardianModeSpecialWeaponNeeded", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_numGlobalGiftsGiven", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_numGlobalGifters", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_numGlobalGiftsPeriodSeconds", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_arrFeaturedGiftersAccounts", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_arrFeaturedGiftersGifts", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_arrProhibitedItemIndices", - "ty": "uint16", - "type": "NetworkVarNames" - }, - { - "name": "m_arrTournamentActiveCasterAccounts", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_numBestOfMaps", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nHalloweenMaskListSeed", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_bBombDropped", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bBombPlanted", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_iRoundWinStatus", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_eRoundWinReason", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_bTCantBuy", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bCTCantBuy", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_flGuardianBuyUntilTime", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_iMatchStats_RoundResults", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iMatchStats_PlayersAlive_CT", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iMatchStats_PlayersAlive_T", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_TeamRespawnWaveTimes", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flNextRespawnWave", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_nServerQuestID", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_vMinimapMins", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_vMinimapMaxs", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_MinimapVerticalSectionHeights", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_nEndMatchMapGroupVoteTypes", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nEndMatchMapGroupVoteOptions", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nEndMatchMapVoteWinner", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iNumConsecutiveCTLoses", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iNumConsecutiveTerroristLoses", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nMatchAbortedEarlyReason", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_pGameModeRules", - "ty": "CCSGameModeRules*", - "type": "NetworkVarNames" - }, - { - "name": "m_RetakeRules", - "ty": "CRetakeGameRules", - "type": "NetworkVarNames" - }, - { - "name": "m_nMatchEndCount", - "ty": "uint8", - "type": "NetworkVarNames" - }, - { - "name": "m_nTTeamIntroVariant", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nCTTeamIntroVariant", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_bTeamIntroPeriod", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_iRoundEndWinnerTeam", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_eRoundEndReason", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_bRoundEndShowTimerDefend", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_iRoundEndTimerTime", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_sRoundEndFunFactToken", - "ty": "CUtlString", - "type": "NetworkVarNames" - }, - { - "name": "m_iRoundEndFunFactPlayerSlot", - "ty": "CPlayerSlot", - "type": "NetworkVarNames" - }, - { - "name": "m_iRoundEndFunFactData1", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iRoundEndFunFactData2", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iRoundEndFunFactData3", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_sRoundEndMessage", - "ty": "CUtlString", - "type": "NetworkVarNames" - }, - { - "name": "m_iRoundEndPlayerCount", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_bRoundEndNoMusic", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_iRoundEndLegacy", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nRoundEndCount", - "ty": "uint8", - "type": "NetworkVarNames" - }, - { - "name": "m_iRoundStartRoundNumber", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nRoundStartCount", - "ty": "uint8", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CCSGameRulesProxy": { - "fields": { - "m_pGameRules": 1960 - }, - "metadata": [ - { - "name": "m_pGameRules", - "ty": "CCSGameRules*", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CCSObserverPawn": { - "fields": {}, - "metadata": [ - { - "name": "MNetworkVarTypeOverride", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkVarTypeOverride", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkVarTypeOverride", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkVarTypeOverride", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkVarTypeOverride", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - } - ], - "parent": "CCSPlayerPawnBase" - }, - "CCSObserverPawnAPI": { - "fields": {}, - "metadata": [ - { - "name": "MPulseProvideFeatureTag", - "type": "Unknown" - }, - { - "name": "MPulseLibraryBindings", - "type": "Unknown" - } - ], - "parent": null - }, - "CCSPlayerBase_CameraServices": { - "fields": { - "m_flFOVRate": 380, - "m_flFOVTime": 376, - "m_hLastFogTrigger": 416, - "m_hTriggerFogList": 392, - "m_hZoomOwner": 384, - "m_iFOV": 368, - "m_iFOVStart": 372 - }, - "metadata": [ - { - "name": "m_iFOV", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_iFOVStart", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_flFOVTime", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_flFOVRate", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_hZoomOwner", - "ty": "CHandle", - "type": "NetworkVarNames" - } - ], - "parent": "CPlayer_CameraServices" - }, - "CCSPlayerController": { - "fields": { - "m_DesiredObserverMode": 2748, - "m_LastTeamDamageWarningTime": 64504, - "m_LastTimePlayerWasDisconnectedForPawnsRemove": 64508, - "m_bAbandonAllowsSurrender": 2710, - "m_bAbandonOffersInstantSurrender": 2711, - "m_bAttemptedToGetColor": 2533, - "m_bCanControlObservedBot": 2736, - "m_bCannotBeKicked": 2708, - "m_bControllingBot": 2728, - "m_bDisconnection1MinWarningPrinted": 2712, - "m_bEverFullyConnected": 2709, - "m_bEverPlayedOnTeam": 2532, - "m_bGaveTeamDamageWarning": 64490, - "m_bGaveTeamDamageWarningThisRound": 64491, - "m_bHasBeenControlledByPlayerThisRound": 2730, - "m_bHasCommunicationAbuseMute": 2508, - "m_bHasControlledBotThisRound": 2729, - "m_bHasSeenJoinGame": 2542, - "m_bInSwitchTeam": 2541, - "m_bJustBecameSpectator": 2543, - "m_bJustDidTeamKill": 64488, - "m_bMvpNoMusic": 2824, - "m_bPawnHasDefuser": 2768, - "m_bPawnHasHelmet": 2769, - "m_bPawnIsAlive": 2756, - "m_bPunishForTeamKill": 64489, - "m_bRemoveAllItemsOnNextRoundReset": 2545, - "m_bScoreReported": 2713, - "m_bShowHints": 64480, - "m_bSwitchTeamsOnNextRoundReset": 2544, - "m_bTeamChanged": 2540, - "m_dblLastReceivedPacketPlatFloatTime": 64496, - "m_eMvpReason": 2828, - "m_flForceTeamTime": 2524, - "m_flSmoothedPing": 2848, - "m_hDesiredObserverTarget": 2752, - "m_hObserverPawn": 2744, - "m_hOriginalControllerOfCurrentPawn": 2784, - "m_hPlayerPawn": 2740, - "m_iCoachingTeam": 2592, - "m_iCompTeammateColor": 2528, - "m_iCompetitiveRankType": 2624, - "m_iCompetitiveRanking": 2616, - "m_iCompetitiveRankingPredicted_Loss": 2632, - "m_iCompetitiveRankingPredicted_Tie": 2636, - "m_iCompetitiveRankingPredicted_Win": 2628, - "m_iCompetitiveWins": 2620, - "m_iDraftIndex": 2696, - "m_iMVPs": 2840, - "m_iMusicKitID": 2832, - "m_iMusicKitMVPs": 2836, - "m_iNextTimeCheck": 64484, - "m_iPawnArmor": 2764, - "m_iPawnBotDifficulty": 2780, - "m_iPawnHealth": 2760, - "m_iPawnLifetimeEnd": 2776, - "m_iPawnLifetimeStart": 2772, - "m_iPendingTeamNum": 2520, - "m_iPing": 2504, - "m_iRoundScore": 2792, - "m_iRoundsWon": 2796, - "m_iScore": 2788, - "m_iTeammatePreferredColor": 2536, - "m_lastHeldVoteTimer": 64456, - "m_msQueuedModeDisconnectionTimestamp": 2700, - "m_nBotsControlledThisRound": 2732, - "m_nDisconnectionTick": 2716, - "m_nEndMatchNextMapVote": 2640, - "m_nNonSuspiciousHitStreak": 64516, - "m_nPawnCharacterDefIndex": 2770, - "m_nPlayerDominated": 2600, - "m_nPlayerDominatingMe": 2608, - "m_nQuestProgressReason": 2648, - "m_nSuspiciousHitCount": 64512, - "m_nUpdateCounter": 2844, - "m_pActionTrackingServices": 2488, - "m_pDamageServices": 2496, - "m_pInGameMoneyServices": 2472, - "m_pInventoryServices": 2480, - "m_szClan": 2552, - "m_szClanName": 2560, - "m_szCrosshairCodes": 2512, - "m_uiAbandonRecordedReason": 2704, - "m_unActiveQuestId": 2644, - "m_unPlayerTvControlFlags": 2652, - "m_vecKills": 2800 - }, - "metadata": [ - { - "name": "MNetworkUserGroupProxy", - "type": "Unknown" - }, - { - "name": "MNetworkUserGroupProxy", - "type": "Unknown" - }, - { - "name": "MNetworkUserGroupProxy", - "type": "Unknown" - }, - { - "name": "m_pInGameMoneyServices", - "ty": "CCSPlayerController_InGameMoneyServices*", - "type": "NetworkVarNames" - }, - { - "name": "m_pInventoryServices", - "ty": "CCSPlayerController_InventoryServices*", - "type": "NetworkVarNames" - }, - { - "name": "m_pActionTrackingServices", - "ty": "CCSPlayerController_ActionTrackingServices*", - "type": "NetworkVarNames" - }, - { - "name": "m_pDamageServices", - "ty": "CCSPlayerController_DamageServices*", - "type": "NetworkVarNames" - }, - { - "name": "m_iPing", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_bHasCommunicationAbuseMute", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_szCrosshairCodes", - "ty": "string_t", - "type": "NetworkVarNames" - }, - { - "name": "m_iPendingTeamNum", - "ty": "uint8", - "type": "NetworkVarNames" - }, - { - "name": "m_flForceTeamTime", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_iCompTeammateColor", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_bEverPlayedOnTeam", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_szClan", - "ty": "string_t", - "type": "NetworkVarNames" - }, - { - "name": "m_iCoachingTeam", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nPlayerDominated", - "ty": "uint64", - "type": "NetworkVarNames" - }, - { - "name": "m_nPlayerDominatingMe", - "ty": "uint64", - "type": "NetworkVarNames" - }, - { - "name": "m_iCompetitiveRanking", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iCompetitiveWins", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iCompetitiveRankType", - "ty": "int8", - "type": "NetworkVarNames" - }, - { - "name": "m_iCompetitiveRankingPredicted_Win", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iCompetitiveRankingPredicted_Loss", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iCompetitiveRankingPredicted_Tie", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nEndMatchNextMapVote", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_unActiveQuestId", - "ty": "uint16", - "type": "NetworkVarNames" - }, - { - "name": "m_nQuestProgressReason", - "ty": "QuestProgress::Reason", - "type": "NetworkVarNames" - }, - { - "name": "m_unPlayerTvControlFlags", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_nDisconnectionTick", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_bControllingBot", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bHasControlledBotThisRound", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bCanControlObservedBot", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_hPlayerPawn", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_hObserverPawn", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_bPawnIsAlive", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_iPawnHealth", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_iPawnArmor", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_bPawnHasDefuser", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bPawnHasHelmet", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_nPawnCharacterDefIndex", - "ty": "item_definition_index_t", - "type": "NetworkVarNames" - }, - { - "name": "m_iPawnLifetimeStart", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iPawnLifetimeEnd", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iPawnBotDifficulty", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_hOriginalControllerOfCurrentPawn", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_iScore", - "ty": "int32", - "type": "NetworkVarNames" - }, - { - "name": "m_vecKills", - "ty": "EKillTypes_t", - "type": "NetworkVarNames" - }, - { - "name": "m_bMvpNoMusic", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_eMvpReason", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iMusicKitID", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iMusicKitMVPs", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iMVPs", - "ty": "int", - "type": "NetworkVarNames" - } - ], - "parent": "CBasePlayerController" - }, - "CCSPlayerControllerAPI": { - "fields": {}, - "metadata": [ - { - "name": "MPulseProvideFeatureTag", - "type": "Unknown" - }, - { - "name": "MPulseLibraryBindings", - "type": "Unknown" - } - ], - "parent": null - }, - "CCSPlayerController_ActionTrackingServices": { - "fields": { - "m_iNumRoundKills": 328, - "m_iNumRoundKillsHeadshots": 332, - "m_matchStats": 144, - "m_perRoundStats": 64, - "m_unTotalRoundDamageDealt": 336 - }, - "metadata": [ - { - "name": "m_perRoundStats", - "ty": "CSPerRoundStats_t", - "type": "NetworkVarNames" - }, - { - "name": "m_matchStats", - "ty": "CSMatchStats_t", - "type": "NetworkVarNames" - }, - { - "name": "m_iNumRoundKills", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iNumRoundKillsHeadshots", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_unTotalRoundDamageDealt", - "ty": "uint32", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CCSPlayerController_DamageServices": { - "fields": { - "m_DamageList": 72, - "m_nSendUpdate": 64 - }, - "metadata": [ - { - "name": "m_nSendUpdate", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_DamageList", - "ty": "CDamageRecord", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CCSPlayerController_InGameMoneyServices": { - "fields": { - "m_bReceivesMoneyNextRound": 64, - "m_iAccount": 72, - "m_iAccountMoneyEarnedForNextRound": 68, - "m_iCashSpentThisRound": 84, - "m_iStartAccount": 76, - "m_iTotalCashSpent": 80 - }, - "metadata": [ - { - "name": "m_iAccount", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iStartAccount", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iTotalCashSpent", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iCashSpentThisRound", - "ty": "int", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CCSPlayerController_InventoryServices": { - "fields": { - "m_nPersonaDataPublicCommendsFriendly": 104, - "m_nPersonaDataPublicCommendsLeader": 96, - "m_nPersonaDataPublicCommendsTeacher": 100, - "m_nPersonaDataPublicLevel": 92, - "m_nPersonaDataXpTrailLevel": 108, - "m_rank": 68, - "m_unEquippedPlayerSprayIDs": 3912, - "m_unMusicID": 64, - "m_vecServerAuthoritativeWeaponSlots": 3920 - }, - "metadata": [ - { - "name": "m_unMusicID", - "ty": "item_definition_index_t", - "type": "NetworkVarNames" - }, - { - "name": "m_rank", - "ty": "MedalRank_t", - "type": "NetworkVarNames" - }, - { - "name": "m_nPersonaDataPublicLevel", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nPersonaDataPublicCommendsLeader", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nPersonaDataPublicCommendsTeacher", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nPersonaDataPublicCommendsFriendly", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nPersonaDataXpTrailLevel", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_vecServerAuthoritativeWeaponSlots", - "ty": "ServerAuthoritativeWeaponSlot_t", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CCSPlayerPawn": { - "fields": { - "m_EconGloves": 8464, - "m_RetakesMVPBoostExtraUtility": 6616, - "m_aimPunchAngle": 6628, - "m_aimPunchAngleVel": 6640, - "m_aimPunchCache": 6664, - "m_aimPunchTickBase": 6652, - "m_aimPunchTickFraction": 6656, - "m_bHasFemaleVoice": 6384, - "m_bInBombZone": 6596, - "m_bInBuyZone": 6593, - "m_bInHostageRescueZone": 6595, - "m_bInHostageResetZone": 6592, - "m_bIsBuyMenuOpen": 6688, - "m_bLastHeadBoneTransformIsValid": 8320, - "m_bNextSprayDecalTimeExpedited": 8348, - "m_bOnGroundLastTick": 8328, - "m_bRagdollDamageHeadshot": 8444, - "m_bRetakesHasDefuseKit": 6608, - "m_bRetakesMVPLastRound": 6609, - "m_bSkipOneHeadConstraintUpdate": 9112, - "m_bWasInBuyZone": 6594, - "m_bWasInHostageRescueZone": 6597, - "m_flHealthShotBoostExpirationTime": 6620, - "m_flLandseconds": 6624, - "m_flNextSprayDecalTime": 8344, - "m_flTimeOfLastInjury": 8340, - "m_hPreviousModel": 6376, - "m_iPlayerLocked": 8332, - "m_iRetakesMVPBoostItem": 6612, - "m_iRetakesOffering": 6600, - "m_iRetakesOfferingCard": 6604, - "m_lastLandTime": 8324, - "m_nCharacterDefIndex": 6368, - "m_nEconGlovesChanged": 9096, - "m_nRagdollDamageBone": 8352, - "m_pActionTrackingServices": 6344, - "m_pBulletServices": 6320, - "m_pBuyServices": 6336, - "m_pDamageReactServices": 6360, - "m_pHostageServices": 6328, - "m_pRadioServices": 6352, - "m_qDeathEyeAngles": 9100, - "m_strVOPrefix": 6392, - "m_szLastPlaceName": 6400, - "m_szRagdollDamageWeaponName": 8380, - "m_vRagdollDamageForce": 8356, - "m_vRagdollDamagePosition": 8368, - "m_vRagdollServerOrigin": 8448, - "m_xLastHeadBoneTransform": 8288 - }, - "metadata": [ - { - "name": "MNetworkVarTypeOverride", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkVarTypeOverride", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkVarTypeOverride", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkVarTypeOverride", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkVarTypeOverride", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkVarTypeOverride", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkVarTypeOverride", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "m_pBulletServices", - "ty": "CCSPlayer_BulletServices*", - "type": "NetworkVarNames" - }, - { - "name": "m_pHostageServices", - "ty": "CCSPlayer_HostageServices*", - "type": "NetworkVarNames" - }, - { - "name": "m_pBuyServices", - "ty": "CCSPlayer_BuyServices*", - "type": "NetworkVarNames" - }, - { - "name": "m_pActionTrackingServices", - "ty": "CCSPlayer_ActionTrackingServices*", - "type": "NetworkVarNames" - }, - { - "name": "m_bHasFemaleVoice", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_szLastPlaceName", - "ty": "char", - "type": "NetworkVarNames" - }, - { - "name": "m_bInBuyZone", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bInHostageRescueZone", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bInBombZone", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_iRetakesOffering", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iRetakesOfferingCard", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_bRetakesHasDefuseKit", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bRetakesMVPLastRound", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_iRetakesMVPBoostItem", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_RetakesMVPBoostExtraUtility", - "ty": "loadout_slot_t", - "type": "NetworkVarNames" - }, - { - "name": "m_flHealthShotBoostExpirationTime", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_aimPunchAngle", - "ty": "QAngle", - "type": "NetworkVarNames" - }, - { - "name": "m_aimPunchAngleVel", - "ty": "QAngle", - "type": "NetworkVarNames" - }, - { - "name": "m_aimPunchTickBase", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_aimPunchTickFraction", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_bIsBuyMenuOpen", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_flTimeOfLastInjury", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_flNextSprayDecalTime", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_nRagdollDamageBone", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_vRagdollDamageForce", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_vRagdollDamagePosition", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_szRagdollDamageWeaponName", - "ty": "char", - "type": "NetworkVarNames" - }, - { - "name": "m_bRagdollDamageHeadshot", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_vRagdollServerOrigin", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_EconGloves", - "ty": "CEconItemView", - "type": "NetworkVarNames" - }, - { - "name": "m_nEconGlovesChanged", - "ty": "uint8", - "type": "NetworkVarNames" - }, - { - "name": "m_qDeathEyeAngles", - "ty": "QAngle", - "type": "NetworkVarNames" - } - ], - "parent": "CCSPlayerPawnBase" - }, - "CCSPlayerPawnAPI": { - "fields": {}, - "metadata": [ - { - "name": "MPulseProvideFeatureTag", - "type": "Unknown" - }, - { - "name": "MPulseLibraryBindings", - "type": "Unknown" - } - ], - "parent": null - }, - "CCSPlayerPawnBase": { - "fields": { - "m_ArmorValue": 5496, - "m_CTouchExpansionComponent": 3784, - "m_GunGameImmunityColor": 4205, - "m_LastHealth": 6288, - "m_LastHitBox": 6284, - "m_MenuStringBuffer": 4316, - "m_NumEnemiesAtRoundStart": 5756, - "m_NumEnemiesKilledThisRound": 5752, - "m_NumEnemiesKilledThisSpawn": 5748, - "m_allowAutoFollowTime": 3900, - "m_angEyeAngles": 5668, - "m_angShootAngleHistory": 5400, - "m_angStashedShootAngles": 5364, - "m_bBotAllowActive": 6312, - "m_bCanMoveDuringFreezePeriod": 4217, - "m_bCommittingSuicideOnTeamChange": 6313, - "m_bDiedAirborne": 5472, - "m_bGrenadeParametersStashed": 5360, - "m_bGunGameImmunity": 4204, - "m_bHasDeathInfo": 6260, - "m_bHasMovedSinceSpawn": 4216, - "m_bHasNightVision": 4304, - "m_bHideTargetID": 5709, - "m_bHud_MiniScoreHidden": 5716, - "m_bHud_RadarHidden": 5717, - "m_bInBombZoneTrigger": 5484, - "m_bInNoDefuseArea": 5348, - "m_bIsDefusing": 4191, - "m_bIsGrabbingHostage": 4192, - "m_bIsScoped": 4188, - "m_bIsSpawning": 5708, - "m_bIsWalking": 4189, - "m_bKilledByHeadshot": 6280, - "m_bKilledByTaser": 5349, - "m_bNightVisionOn": 4305, - "m_bResetArmorNextSpawn": 4248, - "m_bRespawning": 4176, - "m_bResumeZoom": 4190, - "m_bStrafing": 5556, - "m_bVCollisionInitted": 5680, - "m_bWaitForNoAttack": 5548, - "m_bWasInBombZoneTrigger": 5485, - "m_blindStartTime": 3896, - "m_blindUntilTime": 3892, - "m_chickenIdleSoundTimer": 3944, - "m_chickenJumpSoundTimer": 3968, - "m_currentDeafnessFilter": 5744, - "m_entitySpottedState": 3904, - "m_fImmuneToGunGameDamageTime": 4200, - "m_fIntroCamTime": 5340, - "m_fLastGivenBombTime": 4300, - "m_fLastGivenDefuserTime": 4296, - "m_fMolotovDamageTime": 4212, - "m_fNextRadarUpdateTime": 4308, - "m_flAccumulatedDistanceTraveled": 4168, - "m_flDealtDamageToEnemyMostRecentTimestamp": 4232, - "m_flDeathInfoTime": 6264, - "m_flDetectedByEnemySensorTime": 4228, - "m_flEmitSoundTime": 4256, - "m_flFlashDuration": 5532, - "m_flFlashMaxAlpha": 5536, - "m_flFlinchStack": 5500, - "m_flGuardianTooFarDistFrac": 4220, - "m_flHitHeading": 5508, - "m_flIdleTimeSinceLastAction": 4272, - "m_flLastAttackedTeammate": 3884, - "m_flLastBumpMineBumpTime": 4252, - "m_flLastCollisionCeiling": 6292, - "m_flLastCollisionCeilingChangeTime": 6296, - "m_flLastDistanceTraveledNotice": 4164, - "m_flLastEquippedArmorTime": 4240, - "m_flLastEquippedHelmetTime": 4236, - "m_flLastFriendlyFireDamageReductionRatio": 4172, - "m_flLastMoneyUpdateTime": 4312, - "m_flLastPickupPriorityTime": 4184, - "m_flLowerBodyYawTarget": 5552, - "m_flNameChangeHistory": 4276, - "m_flNextGuardianTooFarHurtTime": 4224, - "m_flProgressBarStartTime": 5540, - "m_flSlopeDropHeight": 5640, - "m_flSlopeDropOffset": 5636, - "m_flVelocityModifier": 5504, - "m_grenadeParameterStashTime": 5356, - "m_hOriginalController": 3888, - "m_hPet": 5788, - "m_iAddonBits": 5732, - "m_iBlockingUseActionInProgress": 4196, - "m_iBombSiteIndex": 5476, - "m_iDeathFlags": 5784, - "m_iDirection": 5488, - "m_iDisplayHistoryBits": 3880, - "m_iHostagesKilled": 5516, - "m_iLastWeaponFireUsercmd": 5664, - "m_iMoveState": 5352, - "m_iNumSpawns": 4260, - "m_iPlayerState": 3932, - "m_iPrimaryAddon": 5736, - "m_iProgressBarDuration": 5544, - "m_iSecondaryAddon": 5740, - "m_iShotsFired": 5492, - "m_iShouldHaveCash": 4264, - "m_ignoreLadderJumpTime": 5572, - "m_ladderSurpressionTimer": 5576, - "m_lastLadderNormal": 5600, - "m_lastLadderPos": 5612, - "m_lastStandingPos": 5560, - "m_nDeathCamMusic": 5728, - "m_nHeavyAssaultSuitCooldownRemaining": 4244, - "m_nHitBodyPart": 5512, - "m_nLastConcurrentKilled": 5724, - "m_nLastKillerIndex": 5720, - "m_nLastPickupPriority": 4180, - "m_nMyCollisionGroup": 5344, - "m_nNumDangerZoneDamageHits": 5712, - "m_nSpotRules": 3928, - "m_nSurvivalTeamNumber": 6256, - "m_nWhichBombZone": 5480, - "m_pBot": 6304, - "m_pPingServices": 3864, - "m_pViewModelServices": 3872, - "m_storedSpawnAngle": 5696, - "m_storedSpawnPosition": 5684, - "m_thirdPersonHeading": 5624, - "m_unCurrentEquipmentValue": 6248, - "m_unFreezetimeEndEquipmentValue": 6252, - "m_unRoundStartEquipmentValue": 6250, - "m_vHeadConstraintOffset": 5644, - "m_vecDeathInfoOrigin": 6268, - "m_vecLastBookmarkedPosition": 4152, - "m_vecPlayerPatchEconIndices": 5764, - "m_vecStashedGrenadeThrowPosition": 5376, - "m_vecStashedVelocity": 5388, - "m_vecThrowPositionHistory": 5424, - "m_vecTotalBulletForce": 5520, - "m_vecVelocityHistory": 5448, - "m_wasNotKilledNaturally": 5760 - }, - "metadata": [ - { - "name": "m_CTouchExpansionComponent", - "ty": "CTouchExpansionComponent::Storage_t", - "type": "NetworkVarNames" - }, - { - "name": "MNetworkExcludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByUserGroup", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByName", - "type": "Unknown" - }, - { - "name": "m_pPingServices", - "ty": "CCSPlayer_PingServices*", - "type": "NetworkVarNames" - }, - { - "name": "m_pViewModelServices", - "ty": "CPlayer_ViewModelServices*", - "type": "NetworkVarNames" - }, - { - "name": "m_hOriginalController", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_entitySpottedState", - "ty": "EntitySpottedState_t", - "type": "NetworkVarNames" - }, - { - "name": "m_iPlayerState", - "ty": "CSPlayerState", - "type": "NetworkVarNames" - }, - { - "name": "m_bIsScoped", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bIsWalking", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bResumeZoom", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bIsDefusing", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bIsGrabbingHostage", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_iBlockingUseActionInProgress", - "ty": "CSPlayerBlockingUseAction_t", - "type": "NetworkVarNames" - }, - { - "name": "m_fImmuneToGunGameDamageTime", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_bGunGameImmunity", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_GunGameImmunityColor", - "ty": "Color", - "type": "NetworkVarNames" - }, - { - "name": "m_fMolotovDamageTime", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_bHasMovedSinceSpawn", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bCanMoveDuringFreezePeriod", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_flGuardianTooFarDistFrac", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flDetectedByEnemySensorTime", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_nHeavyAssaultSuitCooldownRemaining", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_flEmitSoundTime", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_bHasNightVision", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bNightVisionOn", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bInNoDefuseArea", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bKilledByTaser", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_iMoveState", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nWhichBombZone", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iDirection", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iShotsFired", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_ArmorValue", - "ty": "int32", - "type": "NetworkVarNames" - }, - { - "name": "m_flVelocityModifier", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flHitHeading", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_nHitBodyPart", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_flFlashDuration", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flFlashMaxAlpha", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flProgressBarStartTime", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_iProgressBarDuration", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_bWaitForNoAttack", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_flLowerBodyYawTarget", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_bStrafing", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_thirdPersonHeading", - "ty": "QAngle", - "type": "NetworkVarNames" - }, - { - "name": "m_flSlopeDropOffset", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flSlopeDropHeight", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_vHeadConstraintOffset", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_angEyeAngles", - "ty": "QAngle", - "type": "NetworkVarNames" - }, - { - "name": "m_bHideTargetID", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bHud_MiniScoreHidden", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bHud_RadarHidden", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_nLastKillerIndex", - "ty": "CEntityIndex", - "type": "NetworkVarNames" - }, - { - "name": "m_nLastConcurrentKilled", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nDeathCamMusic", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iAddonBits", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iPrimaryAddon", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iSecondaryAddon", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_vecPlayerPatchEconIndices", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_unCurrentEquipmentValue", - "ty": "uint16", - "type": "NetworkVarNames" - }, - { - "name": "m_unRoundStartEquipmentValue", - "ty": "uint16", - "type": "NetworkVarNames" - }, - { - "name": "m_unFreezetimeEndEquipmentValue", - "ty": "uint16", - "type": "NetworkVarNames" - }, - { - "name": "m_nSurvivalTeamNumber", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_bKilledByHeadshot", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": "CBasePlayerPawn" - }, - "CCSPlayerResource": { - "fields": { - "m_bEndMatchNextMapAllVoted": 2104, - "m_bHostageAlive": 1960, - "m_bombsiteCenterA": 2032, - "m_bombsiteCenterB": 2044, - "m_foundGoalPositions": 2105, - "m_hostageRescueX": 2056, - "m_hostageRescueY": 2072, - "m_hostageRescueZ": 2088, - "m_iHostageEntityIDs": 1984, - "m_isHostageFollowingSomeone": 1972 - }, - "metadata": [ - { - "name": "m_bHostageAlive", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_isHostageFollowingSomeone", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_iHostageEntityIDs", - "ty": "CEntityIndex", - "type": "NetworkVarNames" - }, - { - "name": "m_bombsiteCenterA", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_bombsiteCenterB", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_hostageRescueX", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_hostageRescueY", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_hostageRescueZ", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_bEndMatchNextMapAllVoted", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": "CBaseEntity" - }, - "CCSPlayer_ActionTrackingServices": { - "fields": { - "m_bIsRescuing": 572, - "m_hLastWeaponBeforeC4AutoSwitch": 520, - "m_weaponPurchasesThisMatch": 576, - "m_weaponPurchasesThisRound": 664 - }, - "metadata": [ - { - "name": "m_bIsRescuing", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_weaponPurchasesThisMatch", - "ty": "WeaponPurchaseTracker_t", - "type": "NetworkVarNames" - }, - { - "name": "m_weaponPurchasesThisRound", - "ty": "WeaponPurchaseTracker_t", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CCSPlayer_BulletServices": { - "fields": { - "m_totalHitsOnServer": 64 - }, - "metadata": [ - { - "name": "m_totalHitsOnServer", - "ty": "int32", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CCSPlayer_BuyServices": { - "fields": { - "m_vecSellbackPurchaseEntries": 200 - }, - "metadata": [ - { - "name": "m_vecSellbackPurchaseEntries", - "ty": "SellbackPurchaseEntry_t", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CCSPlayer_HostageServices": { - "fields": { - "m_hCarriedHostage": 64, - "m_hCarriedHostageProp": 68 - }, - "metadata": [ - { - "name": "m_hCarriedHostage", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_hCarriedHostageProp", - "ty": "CHandle", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CCSPlayer_ItemServices": { - "fields": { - "m_bHasDefuser": 64, - "m_bHasHeavyArmor": 66, - "m_bHasHelmet": 65 - }, - "metadata": [ - { - "name": "m_bHasDefuser", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bHasHelmet", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bHasHeavyArmor", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CCSPlayer_MovementServices": { - "fields": { - "m_StuckLast": 1148, - "m_bDesiresDuck": 577, - "m_bDuckOverride": 576, - "m_bHasWalkMovedSinceLastJump": 617, - "m_bInStuckTest": 618, - "m_bMadeFootstepNoise": 1204, - "m_bOldJumpPressed": 1212, - "m_bSpeedCropped": 1152, - "m_duckUntilOnGround": 616, - "m_fStashGrenadeParameterWhen": 1228, - "m_flDuckAmount": 568, - "m_flDuckOffset": 580, - "m_flDuckSpeed": 572, - "m_flHeightAtJumpStart": 1252, - "m_flJumpPressedTime": 1216, - "m_flJumpUntil": 1220, - "m_flJumpVel": 1224, - "m_flLastDuckTime": 596, - "m_flMaxFallVelocity": 548, - "m_flMaxJumpHeightThisJump": 1256, - "m_flOffsetTickCompleteTime": 1240, - "m_flOffsetTickStashedSpeed": 1244, - "m_flStamina": 1248, - "m_flStuckCheckTime": 632, - "m_flWaterEntryTime": 1160, - "m_iFootsteps": 1208, - "m_nButtonDownMaskPrev": 1232, - "m_nDuckJumpTimeMsecs": 588, - "m_nDuckTimeMsecs": 584, - "m_nGameCodeHasMovedPlayerAfterCommand": 1200, - "m_nJumpTimeMsecs": 592, - "m_nLadderSurfacePropIndex": 564, - "m_nOldWaterLevel": 1156, - "m_nTraceCount": 1144, - "m_vecForward": 1164, - "m_vecLadderNormal": 552, - "m_vecLastPositionAtFullCrouchSpeed": 608, - "m_vecLeft": 1176, - "m_vecUp": 1188 - }, - "metadata": [ - { - "name": "m_flMaxFallVelocity", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_vecLadderNormal", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_nLadderSurfacePropIndex", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_flDuckAmount", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flDuckSpeed", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_bDuckOverride", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bDesiresDuck", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_nDuckTimeMsecs", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_nDuckJumpTimeMsecs", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_nJumpTimeMsecs", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_flLastDuckTime", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_nGameCodeHasMovedPlayerAfterCommand", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_bOldJumpPressed", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_flJumpUntil", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flJumpVel", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_fStashGrenadeParameterWhen", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_nButtonDownMaskPrev", - "ty": "ButtonBitMask_t", - "type": "NetworkVarNames" - }, - { - "name": "m_flOffsetTickCompleteTime", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flOffsetTickStashedSpeed", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flStamina", - "ty": "float", - "type": "NetworkVarNames" - } - ], - "parent": "CPlayer_MovementServices_Humanoid" - }, - "CCSPlayer_PingServices": { - "fields": { - "m_flPlayerPingTokens": 64, - "m_hPlayerPing": 84 - }, - "metadata": [ - { - "name": "m_hPlayerPing", - "ty": "CHandle", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CCSPlayer_ViewModelServices": { - "fields": { - "m_hViewModel": 64 - }, - "metadata": [ - { - "name": "m_hViewModel", - "ty": "CHandle", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CCSPlayer_WeaponServices": { - "fields": { - "m_bDisableAutoDeploy": 195, - "m_bIsBeingGivenItem": 192, - "m_bIsHoldingLookAtWeapon": 169, - "m_bIsLookingAtWeapon": 168, - "m_bIsPickingUpItemWithUse": 193, - "m_bPickedUpWeapon": 194, - "m_flNextAttack": 164, - "m_hSavedWeapon": 172, - "m_nOldInputHistoryCount": 1120, - "m_nOldShootPositionHistoryCount": 196, - "m_nTimeToMelee": 176, - "m_nTimeToPrimary": 184, - "m_nTimeToSecondary": 180, - "m_nTimeToSniperRifle": 188 - }, - "metadata": [ - { - "name": "m_flNextAttack", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_bIsLookingAtWeapon", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bIsHoldingLookAtWeapon", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": "CPlayer_WeaponServices" - }, - "CCSPulseServerFuncs_Globals": { - "fields": {}, - "metadata": [ - { - "name": "MPulseLibraryBindings", - "type": "Unknown" - }, - { - "name": "MPropertyFriendlyName", - "type": "Unknown" - }, - { - "name": "MPropertyDescription", - "type": "Unknown" - } - ], - "parent": null - }, - "CCSTakeDamageInfoAPI": { - "fields": {}, - "metadata": [ - { - "name": "MPulseProvideFeatureTag", - "type": "Unknown" - }, - { - "name": "MPulseLibraryBindings", - "type": "Unknown" - } - ], - "parent": null - }, - "CCSTeam": { - "fields": { - "m_bSurrendered": 2152, - "m_flNextResourceTime": 2836, - "m_iClanID": 2816, - "m_iLastUpdateSentAt": 2840, - "m_nLastRecievedShorthandedRoundBonus": 2144, - "m_nShorthandedRoundBonusStartRound": 2148, - "m_numMapVictories": 2668, - "m_scoreFirstHalf": 2672, - "m_scoreOvertime": 2680, - "m_scoreSecondHalf": 2676, - "m_szClanTeamname": 2684, - "m_szTeamFlagImage": 2820, - "m_szTeamLogoImage": 2828, - "m_szTeamMatchStat": 2153 - }, - "metadata": [ - { - "name": "m_bSurrendered", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_szTeamMatchStat", - "ty": "char", - "type": "NetworkVarNames" - }, - { - "name": "m_numMapVictories", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_scoreFirstHalf", - "ty": "int32", - "type": "NetworkVarNames" - }, - { - "name": "m_scoreSecondHalf", - "ty": "int32", - "type": "NetworkVarNames" - }, - { - "name": "m_scoreOvertime", - "ty": "int32", - "type": "NetworkVarNames" - }, - { - "name": "m_szClanTeamname", - "ty": "char", - "type": "NetworkVarNames" - }, - { - "name": "m_iClanID", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_szTeamFlagImage", - "ty": "char", - "type": "NetworkVarNames" - }, - { - "name": "m_szTeamLogoImage", - "ty": "char", - "type": "NetworkVarNames" - } - ], - "parent": "CTeam" - }, - "CCSWeaponBase": { - "fields": { - "m_IronSightController": 4464, - "m_OnPlayerPickup": 4248, - "m_bBurstMode": 4336, - "m_bCanBePickedUp": 4392, - "m_bFireOnEmpty": 4244, - "m_bFiredOutOfAmmoEvent": 4454, - "m_bInReload": 4348, - "m_bIsHauledBack": 4356, - "m_bPlayerAmmoStockOnPickup": 4184, - "m_bReloadVisuallyComplete": 4349, - "m_bReloadsWithClips": 4208, - "m_bRemoveable": 4072, - "m_bRequireUseToTouch": 4185, - "m_bSilencerOn": 4357, - "m_bUseCanOverrideNextOwnerTouchTime": 4393, - "m_bWasOwnedByCT": 4452, - "m_bWasOwnedByTerrorist": 4453, - "m_donated": 4444, - "m_ePlayerFireEvent": 4092, - "m_ePlayerFireEventAttackType": 4096, - "m_fAccuracyPenalty": 4312, - "m_fAccuracySmoothedForZoom": 4320, - "m_fLastShotTime": 4448, - "m_fScopeZoomEndTime": 4324, - "m_flDroppedAtTime": 4352, - "m_flFireSequenceStartTime": 4080, - "m_flLastAccuracyUpdateTime": 4316, - "m_flLastDeployTime": 4196, - "m_flLastLOSTraceFailureTime": 4492, - "m_flLastTimeInAir": 4192, - "m_flNextAttackRenderTimeOffset": 4368, - "m_flPostponeFireReadyFrac": 4344, - "m_flRecoilIndex": 4332, - "m_flTimeSilencerSwitchComplete": 4360, - "m_flTimeWeaponIdle": 4240, - "m_flTurningInaccuracy": 4308, - "m_flTurningInaccuracyDelta": 4292, - "m_flWatTickOffset": 4500, - "m_hCurrentThirdPersonSequence": 4136, - "m_hPrevOwner": 4404, - "m_iIronSightMode": 4488, - "m_iNumEmptyAttacks": 4496, - "m_iOriginalTeamNumber": 4364, - "m_iRecoilIndex": 4328, - "m_iState": 4188, - "m_nDropTick": 4408, - "m_nFireSequenceStartTimeAck": 4088, - "m_nFireSequenceStartTimeChange": 4084, - "m_nLastEmptySoundCmdNum": 4200, - "m_nPostponeFireReadyTicks": 4340, - "m_nSilencerBoneIndex": 4140, - "m_nViewModelIndex": 4204, - "m_nextOwnerTouchTime": 4396, - "m_nextPrevOwnerTouchTime": 4400, - "m_numRemoveUnownedWeaponThink": 4456, - "m_seqFirePrimary": 4104, - "m_seqFireSecondary": 4108, - "m_seqIdle": 4100, - "m_thirdPersonFireSequences": 4112, - "m_thirdPersonSequences": 4144, - "m_vecTurningInaccuracyEyeDirLast": 4296, - "m_weaponMode": 4288 - }, - "metadata": [ - { - "name": "MNetworkExcludeByName", - "type": "Unknown" - }, - { - "name": "m_flFireSequenceStartTime", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_nFireSequenceStartTimeChange", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_ePlayerFireEvent", - "ty": "PlayerAnimEvent_t", - "type": "NetworkVarNames" - }, - { - "name": "m_ePlayerFireEventAttackType", - "ty": "WeaponAttackType_t", - "type": "NetworkVarNames" - }, - { - "name": "m_iState", - "ty": "CSWeaponState_t", - "type": "NetworkVarNames" - }, - { - "name": "m_nViewModelIndex", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_flTimeWeaponIdle", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_weaponMode", - "ty": "CSWeaponMode", - "type": "NetworkVarNames" - }, - { - "name": "m_fAccuracyPenalty", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_iRecoilIndex", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_flRecoilIndex", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_bBurstMode", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_nPostponeFireReadyTicks", - "ty": "GameTick_t", - "type": "NetworkVarNames" - }, - { - "name": "m_flPostponeFireReadyFrac", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_bInReload", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bReloadVisuallyComplete", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_flDroppedAtTime", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_bIsHauledBack", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bSilencerOn", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_flTimeSilencerSwitchComplete", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_iOriginalTeamNumber", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_hPrevOwner", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_nDropTick", - "ty": "GameTick_t", - "type": "NetworkVarNames" - }, - { - "name": "m_fLastShotTime", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_iIronSightMode", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iNumEmptyAttacks", - "ty": "int", - "type": "NetworkVarNames" - } - ], - "parent": "CBasePlayerWeapon" - }, - "CCSWeaponBaseAPI": { - "fields": {}, - "metadata": [ - { - "name": "MPulseProvideFeatureTag", - "type": "Unknown" - }, - { - "name": "MPulseLibraryBindings", - "type": "Unknown" - } - ], - "parent": null - }, - "CCSWeaponBaseGun": { - "fields": { - "m_bNeedsBoltAction": 4525, - "m_bSkillBoltInterruptAvailable": 4528, - "m_bSkillBoltLiftedFireKey": 4529, - "m_bSkillReloadAvailable": 4526, - "m_bSkillReloadLiftedReloadKey": 4527, - "m_iBurstShotsRemaining": 4508, - "m_inPrecache": 4524, - "m_silencedModelIndex": 4520, - "m_zoomLevel": 4504 - }, - "metadata": [ - { - "name": "m_zoomLevel", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iBurstShotsRemaining", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_bNeedsBoltAction", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": "CCSWeaponBase" - }, - "CCSWeaponBaseVData": { - "fields": { - "m_DefaultLoadoutSlot": 3064, - "m_GearSlot": 3056, - "m_GearSlotPosition": 3060, - "m_WeaponCategory": 588, - "m_WeaponType": 584, - "m_angPivotAngle": 3368, - "m_bCannotShootUnderwater": 3099, - "m_bHasBurstMode": 3097, - "m_bHideViewModelWhenZoomed": 3321, - "m_bIsFullAuto": 3132, - "m_bIsRevolver": 3098, - "m_bMeleeWeapon": 3096, - "m_bUnzoomsAfterShot": 3320, - "m_eSilencerType": 3120, - "m_flArmorRatio": 3400, - "m_flAttackMovespeedFactor": 3288, - "m_flBotAudibleRange": 3304, - "m_flCycleTime": 3140, - "m_flFlinchVelocityModifierLarge": 3416, - "m_flFlinchVelocityModifierSmall": 3420, - "m_flHeadshotMultiplier": 3396, - "m_flHeatPerShot": 3292, - "m_flIdleInterval": 3284, - "m_flInaccuracyAltSoundThreshold": 3300, - "m_flInaccuracyCrouch": 3164, - "m_flInaccuracyFire": 3204, - "m_flInaccuracyJump": 3180, - "m_flInaccuracyJumpApex": 3264, - "m_flInaccuracyJumpInitial": 3260, - "m_flInaccuracyLadder": 3196, - "m_flInaccuracyLand": 3188, - "m_flInaccuracyMove": 3212, - "m_flInaccuracyPitchShift": 3296, - "m_flInaccuracyReload": 3268, - "m_flInaccuracyStand": 3172, - "m_flIronSightFOV": 3356, - "m_flIronSightLooseness": 3364, - "m_flIronSightPivotForward": 3360, - "m_flIronSightPullUpSpeed": 3348, - "m_flIronSightPutDownSpeed": 3352, - "m_flMaxSpeed": 3148, - "m_flPenetration": 3404, - "m_flRange": 3408, - "m_flRangeModifier": 3412, - "m_flRecoilAngle": 3220, - "m_flRecoilAngleVariance": 3228, - "m_flRecoilMagnitude": 3236, - "m_flRecoilMagnitudeVariance": 3244, - "m_flRecoveryTimeCrouch": 3424, - "m_flRecoveryTimeCrouchFinal": 3432, - "m_flRecoveryTimeStand": 3428, - "m_flRecoveryTimeStandFinal": 3436, - "m_flSpread": 3156, - "m_flThrowVelocity": 3448, - "m_flTimeToIdleAfterFire": 3280, - "m_flZoomTime0": 3336, - "m_flZoomTime1": 3340, - "m_flZoomTime2": 3344, - "m_nCrosshairDeltaDistance": 3128, - "m_nCrosshairMinDistance": 3124, - "m_nDamage": 3392, - "m_nKillAward": 3084, - "m_nNumBullets": 3136, - "m_nPrice": 3080, - "m_nPrimaryReserveAmmoMax": 3088, - "m_nRecoilSeed": 3272, - "m_nRecoveryTransitionEndBullet": 3444, - "m_nRecoveryTransitionStartBullet": 3440, - "m_nSecondaryReserveAmmoMax": 3092, - "m_nSpreadSeed": 3276, - "m_nTracerFrequency": 3252, - "m_nZoomFOV1": 3328, - "m_nZoomFOV2": 3332, - "m_nZoomLevels": 3324, - "m_sWrongTeamMsg": 3072, - "m_szAimsightLensMaskModel": 1264, - "m_szAnimClass": 3464, - "m_szAnimExtension": 3112, - "m_szEjectBrassEffect": 1936, - "m_szHeatEffect": 1712, - "m_szMagazineModel": 1488, - "m_szMuzzleFlashParticleAlt": 2160, - "m_szMuzzleFlashThirdPersonParticle": 2384, - "m_szMuzzleFlashThirdPersonParticleAlt": 2608, - "m_szName": 3104, - "m_szPlayerModel": 816, - "m_szTracerParticle": 2832, - "m_szUseRadioSubtitle": 3312, - "m_szViewModel": 592, - "m_szWorldDroppedModel": 1040, - "m_vSmokeColor": 3452, - "m_vecIronSightEyePos": 3380 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - }, - { - "name": "MPropertySuppressBaseClassField", - "type": "Unknown" - }, - { - "name": "MPropertySuppressBaseClassField", - "type": "Unknown" - } - ], - "parent": "CBasePlayerWeaponVData" - }, - "CCSWeaponBaseVDataAPI": { - "fields": {}, - "metadata": [ - { - "name": "MPulseProvideFeatureTag", - "type": "Unknown" - }, - { - "name": "MPulseLibraryBindings", - "type": "Unknown" - } - ], - "parent": null - }, - "CChicken": { - "fields": { - "m_AttributeManager": 3720, - "m_BlockDirectionTimer": 13224, - "m_OriginalOwnerXuidHigh": 4436, - "m_OriginalOwnerXuidLow": 4432, - "m_activity": 4544, - "m_activityTimer": 4552, - "m_bInJump": 4732, - "m_collisionStuckTimer": 4504, - "m_flActiveFollowStartTime": 13148, - "m_flLastJumpTime": 4728, - "m_flWhenZombified": 4656, - "m_fleeFrom": 4580, - "m_followMinuteTimer": 13152, - "m_hasBeenUsed": 4696, - "m_inhibitDoorTimer": 12960, - "m_inhibitObstacleAvoidanceTimer": 13104, - "m_isOnGround": 4528, - "m_isWaitingForLeader": 4733, - "m_jumpTimer": 4704, - "m_jumpedThisFrame": 4660, - "m_leader": 4664, - "m_moveRateThrottleTimer": 4584, - "m_repathTimer": 12936, - "m_reuseTimer": 4672, - "m_startleTimer": 4608, - "m_stuckAnchor": 4464, - "m_stuckTimer": 4480, - "m_turnRate": 4576, - "m_updateTimer": 4440, - "m_vFallVelocity": 4532, - "m_vecEggsPooped": 13192, - "m_vecLastEggPoopPosition": 13176, - "m_vecPathGoal": 13136, - "m_vocalizeTimer": 4632 - }, - "metadata": [ - { - "name": "m_AttributeManager", - "ty": "CAttributeContainer", - "type": "NetworkVarNames" - }, - { - "name": "m_OriginalOwnerXuidLow", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_OriginalOwnerXuidHigh", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_jumpedThisFrame", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_leader", - "ty": "CHandle", - "type": "NetworkVarNames" - } - ], - "parent": "CDynamicProp" - }, - "CCollisionProperty": { - "fields": { - "m_CollisionGroup": 94, - "m_collisionAttribute": 16, - "m_flBoundingRadius": 96, - "m_flCapsuleRadius": 172, - "m_nEnablePhysics": 95, - "m_nSolidType": 91, - "m_nSurroundType": 93, - "m_triggerBloat": 92, - "m_usSolidFlags": 90, - "m_vCapsuleCenter1": 148, - "m_vCapsuleCenter2": 160, - "m_vecMaxs": 76, - "m_vecMins": 64, - "m_vecSpecifiedSurroundingMaxs": 112, - "m_vecSpecifiedSurroundingMins": 100, - "m_vecSurroundingMaxs": 124, - "m_vecSurroundingMins": 136 - }, - "metadata": [ - { - "name": "m_collisionAttribute", - "ty": "VPhysicsCollisionAttribute_t", - "type": "NetworkVarNames" - }, - { - "name": "m_vecMins", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_vecMaxs", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_usSolidFlags", - "ty": "uint8", - "type": "NetworkVarNames" - }, - { - "name": "m_nSolidType", - "ty": "SolidType_t", - "type": "NetworkVarNames" - }, - { - "name": "m_triggerBloat", - "ty": "uint8", - "type": "NetworkVarNames" - }, - { - "name": "m_nSurroundType", - "ty": "SurroundingBoundsType_t", - "type": "NetworkVarNames" - }, - { - "name": "m_CollisionGroup", - "ty": "uint8", - "type": "NetworkVarNames" - }, - { - "name": "m_nEnablePhysics", - "ty": "uint8", - "type": "NetworkVarNames" - }, - { - "name": "m_vecSpecifiedSurroundingMins", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_vecSpecifiedSurroundingMaxs", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_vCapsuleCenter1", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_vCapsuleCenter2", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_flCapsuleRadius", - "ty": "float", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CColorCorrection": { - "fields": { - "m_MaxFalloff": 2000, - "m_MinFalloff": 1996, - "m_bClientSide": 1991, - "m_bEnabled": 1989, - "m_bExclusive": 1992, - "m_bMaster": 1990, - "m_bStartDisabled": 1988, - "m_flCurWeight": 2004, - "m_flFadeInDuration": 1960, - "m_flFadeOutDuration": 1964, - "m_flMaxWeight": 1984, - "m_flStartFadeInWeight": 1968, - "m_flStartFadeOutWeight": 1972, - "m_flTimeStartFadeIn": 1976, - "m_flTimeStartFadeOut": 1980, - "m_lookupFilename": 2520, - "m_netlookupFilename": 2008 - }, - "metadata": [ - { - "name": "MNetworkIncludeByUserGroup", - "type": "Unknown" - }, - { - "name": "m_flFadeInDuration", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flFadeOutDuration", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flMaxWeight", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_bEnabled", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bMaster", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bClientSide", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bExclusive", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_MinFalloff", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_MaxFalloff", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flCurWeight", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_netlookupFilename", - "ty": "char", - "type": "NetworkVarNames" - } - ], - "parent": "CBaseEntity" - }, - "CColorCorrectionVolume": { - "fields": { - "m_FadeDuration": 2976, - "m_LastEnterTime": 3504, - "m_LastEnterWeight": 3500, - "m_LastExitTime": 3512, - "m_LastExitWeight": 3508, - "m_MaxWeight": 2972, - "m_Weight": 2984, - "m_bEnabled": 2969, - "m_bStartDisabled": 2980, - "m_lookupFilename": 2988 - }, - "metadata": [ - { - "name": "m_bEnabled", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_MaxWeight", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_FadeDuration", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_Weight", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_lookupFilename", - "ty": "char", - "type": "NetworkVarNames" - } - ], - "parent": "CBaseTrigger" - }, - "CDamageRecord": { - "fields": { - "m_DamagerXuid": 72, - "m_PlayerDamager": 40, - "m_PlayerRecipient": 44, - "m_RecipientXuid": 80, - "m_bIsOtherEnemy": 104, - "m_hPlayerControllerDamager": 48, - "m_hPlayerControllerRecipient": 52, - "m_iActualHealthRemoved": 92, - "m_iDamage": 88, - "m_iLastBulletUpdate": 100, - "m_iNumHits": 96, - "m_killType": 105, - "m_szPlayerDamagerName": 56, - "m_szPlayerRecipientName": 64 - }, - "metadata": [ - { - "name": "m_PlayerDamager", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_PlayerRecipient", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_hPlayerControllerDamager", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_hPlayerControllerRecipient", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_szPlayerDamagerName", - "ty": "CUtlString", - "type": "NetworkVarNames" - }, - { - "name": "m_szPlayerRecipientName", - "ty": "CUtlString", - "type": "NetworkVarNames" - }, - { - "name": "m_DamagerXuid", - "ty": "uint64", - "type": "NetworkVarNames" - }, - { - "name": "m_RecipientXuid", - "ty": "uint64", - "type": "NetworkVarNames" - }, - { - "name": "m_iDamage", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iActualHealthRemoved", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iNumHits", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iLastBulletUpdate", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_bIsOtherEnemy", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_killType", - "ty": "EKillTypes_t", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CDecoyProjectile": { - "fields": { - "m_decoyWeaponDefIndex": 3512, - "m_fExpireTime": 3496, - "m_nDecoyShotTick": 3488, - "m_shotsRemaining": 3492 - }, - "metadata": [ - { - "name": "m_nDecoyShotTick", - "ty": "int", - "type": "NetworkVarNames" - } - ], - "parent": "CBaseCSGrenadeProjectile" - }, - "CDynamicLight": { - "fields": { - "m_ActualFlags": 2552, - "m_Exponent": 2560, - "m_Flags": 2553, - "m_InnerAngle": 2564, - "m_LightStyle": 2554, - "m_On": 2555, - "m_OuterAngle": 2568, - "m_Radius": 2556, - "m_SpotRadius": 2572 - }, - "metadata": [ - { - "name": "m_Flags", - "ty": "uint8", - "type": "NetworkVarNames" - }, - { - "name": "m_LightStyle", - "ty": "uint8", - "type": "NetworkVarNames" - }, - { - "name": "m_Radius", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_Exponent", - "ty": "int32", - "type": "NetworkVarNames" - }, - { - "name": "m_InnerAngle", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_OuterAngle", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_SpotRadius", - "ty": "float32", - "type": "NetworkVarNames" - } - ], - "parent": "CBaseModelEntity" - }, - "CDynamicProp": { - "fields": { - "m_OnAnimReachedEnd": 3608, - "m_OnAnimReachedStart": 3568, - "m_bCreateNavObstacle": 3440, - "m_bCreateNonSolid": 3664, - "m_bFiredStartEndOutput": 3662, - "m_bForceNpcExclude": 3663, - "m_bIsOverrideProp": 3665, - "m_bRandomizeCycle": 3660, - "m_bStartDisabled": 3661, - "m_bUseAnimGraph": 3442, - "m_bUseHitboxesForRenderBox": 3441, - "m_glowColor": 3680, - "m_iInitialGlowState": 3668, - "m_iszIdleAnim": 3648, - "m_nGlowRange": 3672, - "m_nGlowRangeMin": 3676, - "m_nGlowTeam": 3684, - "m_nIdleAnimLoopMode": 3656, - "m_pOutputAnimBegun": 3448, - "m_pOutputAnimLoopCycleOver": 3528, - "m_pOutputAnimOver": 3488 - }, - "metadata": [ - { - "name": "m_bUseHitboxesForRenderBox", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bUseAnimGraph", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": "CBreakableProp" - }, - "CDynamicPropAPI": { - "fields": {}, - "metadata": [ - { - "name": "MPulseProvideFeatureTag", - "type": "Unknown" - }, - { - "name": "MPulseLibraryBindings", - "type": "Unknown" - } - ], - "parent": null - }, - "CEconEntity": { - "fields": { - "m_AttributeManager": 3216, - "m_OriginalOwnerXuidHigh": 3932, - "m_OriginalOwnerXuidLow": 3928, - "m_flFallbackWear": 3944, - "m_hOldProvidee": 3952, - "m_iOldOwnerClass": 3956, - "m_nFallbackPaintKit": 3936, - "m_nFallbackSeed": 3940, - "m_nFallbackStatTrak": 3948 - }, - "metadata": [ - { - "name": "m_AttributeManager", - "ty": "CAttributeContainer", - "type": "NetworkVarNames" - }, - { - "name": "m_OriginalOwnerXuidLow", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_OriginalOwnerXuidHigh", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_nFallbackPaintKit", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nFallbackSeed", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_flFallbackWear", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_nFallbackStatTrak", - "ty": "int", - "type": "NetworkVarNames" - } - ], - "parent": "CBaseFlex" - }, - "CEconItemAttribute": { - "fields": { - "m_bSetBonus": 64, - "m_flInitialValue": 56, - "m_flValue": 52, - "m_iAttributeDefinitionIndex": 48, - "m_nRefundableCurrency": 60 - }, - "metadata": [ - { - "name": "m_iAttributeDefinitionIndex", - "ty": "attrib_definition_index_t", - "type": "NetworkVarNames" - }, - { - "name": "m_flValue", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flInitialValue", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_nRefundableCurrency", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_bSetBonus", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CEconItemView": { - "fields": { - "m_AttributeList": 112, - "m_NetworkedDynamicAttributes": 208, - "m_bInitialized": 104, - "m_iAccountID": 88, - "m_iEntityLevel": 64, - "m_iEntityQuality": 60, - "m_iInventoryPosition": 92, - "m_iItemDefinitionIndex": 56, - "m_iItemID": 72, - "m_iItemIDHigh": 80, - "m_iItemIDLow": 84, - "m_szCustomName": 304, - "m_szCustomNameOverride": 465 - }, - "metadata": [ - { - "name": "m_iItemDefinitionIndex", - "ty": "item_definition_index_t", - "type": "NetworkVarNames" - }, - { - "name": "m_iEntityQuality", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iEntityLevel", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_iItemIDHigh", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_iItemIDLow", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_iAccountID", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_iInventoryPosition", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_bInitialized", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_AttributeList", - "ty": "CAttributeList", - "type": "NetworkVarNames" - }, - { - "name": "m_NetworkedDynamicAttributes", - "ty": "CAttributeList", - "type": "NetworkVarNames" - }, - { - "name": "m_szCustomName", - "ty": "char", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CEffectData": { - "fields": { - "m_fFlags": 99, - "m_flMagnitude": 68, - "m_flRadius": 72, - "m_flScale": 64, - "m_hEntity": 56, - "m_hOtherEntity": 60, - "m_iEffectName": 108, - "m_nAttachmentIndex": 100, - "m_nAttachmentName": 104, - "m_nColor": 98, - "m_nDamageType": 88, - "m_nEffectIndex": 80, - "m_nExplosionType": 110, - "m_nHitBox": 96, - "m_nMaterial": 94, - "m_nPenetrate": 92, - "m_nSurfaceProp": 76, - "m_vAngles": 44, - "m_vNormal": 32, - "m_vOrigin": 8, - "m_vStart": 20 - }, - "metadata": [ - { - "name": "m_vOrigin", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_vStart", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_vNormal", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_vAngles", - "ty": "QAngle", - "type": "NetworkVarNames" - }, - { - "name": "m_hEntity", - "ty": "CEntityHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_hOtherEntity", - "ty": "CEntityHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_flScale", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flMagnitude", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flRadius", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_nSurfaceProp", - "ty": "CUtlStringToken", - "type": "NetworkVarNames" - }, - { - "name": "m_nEffectIndex", - "ty": "HParticleSystemDefinition", - "type": "NetworkVarNames" - }, - { - "name": "m_nDamageType", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_nPenetrate", - "ty": "uint8", - "type": "NetworkVarNames" - }, - { - "name": "m_nMaterial", - "ty": "uint16", - "type": "NetworkVarNames" - }, - { - "name": "m_nHitBox", - "ty": "uint16", - "type": "NetworkVarNames" - }, - { - "name": "m_nColor", - "ty": "uint8", - "type": "NetworkVarNames" - }, - { - "name": "m_fFlags", - "ty": "uint8", - "type": "NetworkVarNames" - }, - { - "name": "m_nAttachmentIndex", - "ty": "AttachmentHandle_t", - "type": "NetworkVarNames" - }, - { - "name": "m_nAttachmentName", - "ty": "CUtlStringToken", - "type": "NetworkVarNames" - }, - { - "name": "m_iEffectName", - "ty": "uint16", - "type": "NetworkVarNames" - }, - { - "name": "m_nExplosionType", - "ty": "uint8", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CEntityDissolve": { - "fields": { - "m_flFadeInLength": 2556, - "m_flFadeInStart": 2552, - "m_flFadeOutLength": 2572, - "m_flFadeOutModelLength": 2564, - "m_flFadeOutModelStart": 2560, - "m_flFadeOutStart": 2568, - "m_flStartTime": 2576, - "m_nDissolveType": 2580, - "m_nMagnitude": 2596, - "m_vDissolverOrigin": 2584 - }, - "metadata": [ - { - "name": "m_flFadeInStart", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flFadeInLength", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flFadeOutModelStart", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flFadeOutModelLength", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flFadeOutStart", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flFadeOutLength", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flStartTime", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_nDissolveType", - "ty": "EntityDisolveType_t", - "type": "NetworkVarNames" - }, - { - "name": "m_vDissolverOrigin", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_nMagnitude", - "ty": "uint32", - "type": "NetworkVarNames" - } - ], - "parent": "CBaseModelEntity" - }, - "CEntityFlame": { - "fields": { - "m_bCheapEffect": 1964, - "m_bUseHitboxes": 1972, - "m_flDirectDamagePerSecond": 1996, - "m_flHitboxFireScale": 1980, - "m_flLifetime": 1984, - "m_flSize": 1968, - "m_hAttacker": 1988, - "m_hEntAttached": 1960, - "m_iCustomDamageType": 2000, - "m_iDangerSound": 1992, - "m_iNumHitboxFires": 1976 - }, - "metadata": [ - { - "name": "m_hEntAttached", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_bCheapEffect", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": "CBaseEntity" - }, - "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 - }, - "CEnvCombinedLightProbeVolume": { - "fields": { - "m_Color": 6144, - "m_bCustomCubemapTexture": 6160, - "m_bEnabled": 6305, - "m_bMoveable": 6224, - "m_bStartDisabled": 6240, - "m_flBrightness": 6148, - "m_flEdgeFadeDist": 6244, - "m_hCubemapTexture": 6152, - "m_hLightProbeDirectLightIndicesTexture": 6176, - "m_hLightProbeDirectLightScalarsTexture": 6184, - "m_hLightProbeDirectLightShadowsTexture": 6192, - "m_hLightProbeTexture": 6168, - "m_nEnvCubeMapArrayIndex": 6232, - "m_nHandshake": 6228, - "m_nLightProbeAtlasX": 6272, - "m_nLightProbeAtlasY": 6276, - "m_nLightProbeAtlasZ": 6280, - "m_nLightProbeSizeX": 6260, - "m_nLightProbeSizeY": 6264, - "m_nLightProbeSizeZ": 6268, - "m_nPriority": 6236, - "m_vBoxMaxs": 6212, - "m_vBoxMins": 6200, - "m_vEdgeFadeDists": 6248 - }, - "metadata": [ - { - "name": "m_Color", - "ty": "Color", - "type": "NetworkVarNames" - }, - { - "name": "m_flBrightness", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_hCubemapTexture", - "ty": "HRenderTextureStrong", - "type": "NetworkVarNames" - }, - { - "name": "m_bCustomCubemapTexture", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_hLightProbeTexture", - "ty": "HRenderTextureStrong", - "type": "NetworkVarNames" - }, - { - "name": "m_hLightProbeDirectLightIndicesTexture", - "ty": "HRenderTextureStrong", - "type": "NetworkVarNames" - }, - { - "name": "m_hLightProbeDirectLightScalarsTexture", - "ty": "HRenderTextureStrong", - "type": "NetworkVarNames" - }, - { - "name": "m_hLightProbeDirectLightShadowsTexture", - "ty": "HRenderTextureStrong", - "type": "NetworkVarNames" - }, - { - "name": "m_vBoxMins", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_vBoxMaxs", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_bMoveable", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_nHandshake", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nEnvCubeMapArrayIndex", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nPriority", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_bStartDisabled", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_flEdgeFadeDist", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_vEdgeFadeDists", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_nLightProbeSizeX", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nLightProbeSizeY", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nLightProbeSizeZ", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nLightProbeAtlasX", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nLightProbeAtlasY", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nLightProbeAtlasZ", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_bEnabled", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": "CBaseEntity" - }, - "CEnvCubemap": { - "fields": { - "m_bCopyDiffuseFromDefaultCubemap": 2168, - "m_bCustomCubemapTexture": 2096, - "m_bDefaultEnvMap": 2165, - "m_bDefaultSpecEnvMap": 2166, - "m_bEnabled": 2184, - "m_bIndoorCubeMap": 2167, - "m_bMoveable": 2128, - "m_bStartDisabled": 2164, - "m_flDiffuseScale": 2160, - "m_flEdgeFadeDist": 2144, - "m_flInfluenceRadius": 2100, - "m_hCubemapTexture": 2088, - "m_nEnvCubeMapArrayIndex": 2136, - "m_nHandshake": 2132, - "m_nPriority": 2140, - "m_vBoxProjectMaxs": 2116, - "m_vBoxProjectMins": 2104, - "m_vEdgeFadeDists": 2148 - }, - "metadata": [ - { - "name": "m_hCubemapTexture", - "ty": "HRenderTextureStrong", - "type": "NetworkVarNames" - }, - { - "name": "m_bCustomCubemapTexture", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_flInfluenceRadius", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_vBoxProjectMins", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_vBoxProjectMaxs", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_bMoveable", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_nHandshake", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nEnvCubeMapArrayIndex", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nPriority", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_flEdgeFadeDist", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_vEdgeFadeDists", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_flDiffuseScale", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_bStartDisabled", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bDefaultEnvMap", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bDefaultSpecEnvMap", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bIndoorCubeMap", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bCopyDiffuseFromDefaultCubemap", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bEnabled", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": "CBaseEntity" - }, - "CEnvCubemapFog": { - "fields": { - "m_bActive": 1996, - "m_bFirstTime": 2033, - "m_bHasHeightFogEnd": 2032, - "m_bHeightFogEnabled": 1972, - "m_bStartDisabled": 1997, - "m_flEndDistance": 1960, - "m_flFogFalloffExponent": 1968, - "m_flFogHeightEnd": 1980, - "m_flFogHeightExponent": 1988, - "m_flFogHeightStart": 1984, - "m_flFogHeightWidth": 1976, - "m_flFogMaxOpacity": 2000, - "m_flLODBias": 1992, - "m_flStartDistance": 1964, - "m_hFogCubemapTexture": 2024, - "m_hSkyMaterial": 2008, - "m_iszSkyEntity": 2016, - "m_nCubemapSourceType": 2004 - }, - "metadata": [ - { - "name": "m_flEndDistance", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flStartDistance", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flFogFalloffExponent", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_bHeightFogEnabled", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_flFogHeightWidth", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flFogHeightEnd", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flFogHeightStart", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flFogHeightExponent", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flLODBias", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_bActive", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bStartDisabled", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_flFogMaxOpacity", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_nCubemapSourceType", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_hSkyMaterial", - "ty": "HMaterialStrong", - "type": "NetworkVarNames" - }, - { - "name": "m_iszSkyEntity", - "ty": "string_t", - "type": "NetworkVarNames" - }, - { - "name": "m_hFogCubemapTexture", - "ty": "HRenderTextureStrong", - "type": "NetworkVarNames" - }, - { - "name": "m_bHasHeightFogEnd", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": "CBaseEntity" - }, - "CEnvDecal": { - "fields": { - "m_bProjectOnCharacters": 2577, - "m_bProjectOnWater": 2578, - "m_bProjectOnWorld": 2576, - "m_flDepth": 2568, - "m_flDepthSortBias": 2580, - "m_flHeight": 2564, - "m_flWidth": 2560, - "m_hDecalMaterial": 2552, - "m_nRenderOrder": 2572 - }, - "metadata": [ - { - "name": "m_hDecalMaterial", - "ty": "HMaterialStrong", - "type": "NetworkVarNames" - }, - { - "name": "m_flWidth", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flHeight", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flDepth", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_nRenderOrder", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_bProjectOnWorld", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bProjectOnCharacters", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bProjectOnWater", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_flDepthSortBias", - "ty": "float", - "type": "NetworkVarNames" - } - ], - "parent": "CBaseModelEntity" - }, - "CEnvDetailController": { - "fields": { - "m_flFadeEndDist": 1964, - "m_flFadeStartDist": 1960 - }, - "metadata": [ - { - "name": "m_flFadeStartDist", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flFadeEndDist", - "ty": "float32", - "type": "NetworkVarNames" - } - ], - "parent": "CBaseEntity" - }, - "CEnvFade": { - "fields": { - "m_Duration": 1964, - "m_HoldDuration": 1968, - "m_OnBeginFade": 1976, - "m_fadeColor": 1960 - }, - "metadata": [ - { - "name": "m_fadeColor", - "ty": "Color", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CEnvLightProbeVolume": { - "fields": { - "m_bEnabled": 6121, - "m_bMoveable": 6072, - "m_bStartDisabled": 6084, - "m_hLightProbeDirectLightIndicesTexture": 6024, - "m_hLightProbeDirectLightScalarsTexture": 6032, - "m_hLightProbeDirectLightShadowsTexture": 6040, - "m_hLightProbeTexture": 6016, - "m_nHandshake": 6076, - "m_nLightProbeAtlasX": 6100, - "m_nLightProbeAtlasY": 6104, - "m_nLightProbeAtlasZ": 6108, - "m_nLightProbeSizeX": 6088, - "m_nLightProbeSizeY": 6092, - "m_nLightProbeSizeZ": 6096, - "m_nPriority": 6080, - "m_vBoxMaxs": 6060, - "m_vBoxMins": 6048 - }, - "metadata": [ - { - "name": "m_hLightProbeTexture", - "ty": "HRenderTextureStrong", - "type": "NetworkVarNames" - }, - { - "name": "m_hLightProbeDirectLightIndicesTexture", - "ty": "HRenderTextureStrong", - "type": "NetworkVarNames" - }, - { - "name": "m_hLightProbeDirectLightScalarsTexture", - "ty": "HRenderTextureStrong", - "type": "NetworkVarNames" - }, - { - "name": "m_hLightProbeDirectLightShadowsTexture", - "ty": "HRenderTextureStrong", - "type": "NetworkVarNames" - }, - { - "name": "m_vBoxMins", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_vBoxMaxs", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_bMoveable", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_nHandshake", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nPriority", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_bStartDisabled", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_nLightProbeSizeX", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nLightProbeSizeY", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nLightProbeSizeZ", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nLightProbeAtlasX", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nLightProbeAtlasY", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nLightProbeAtlasZ", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_bEnabled", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": "CBaseEntity" - }, - "CEnvParticleGlow": { - "fields": { - "m_ColorTint": 3964, - "m_flAlphaScale": 3952, - "m_flRadiusScale": 3956, - "m_flSelfIllumScale": 3960, - "m_hTextureOverride": 3968 - }, - "metadata": [ - { - "name": "m_flAlphaScale", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flRadiusScale", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flSelfIllumScale", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_ColorTint", - "ty": "Color", - "type": "NetworkVarNames" - }, - { - "name": "m_hTextureOverride", - "ty": "HRenderTextureStrong", - "type": "NetworkVarNames" - } - ], - "parent": "CParticleSystem" - }, - "CEnvProjectedTexture": { - "fields": { - "m_LightColor": 2576, - "m_SpotlightTextureName": 2624, - "m_bAlwaysUpdate": 2557, - "m_bCameraSpace": 2568, - "m_bEnableShadows": 2564, - "m_bFlipHorizontal": 3160, - "m_bLightOnlyTarget": 2566, - "m_bLightWorld": 2567, - "m_bSimpleProjection": 2565, - "m_bState": 2556, - "m_bVolumetric": 2592, - "m_flAmbient": 2620, - "m_flBrightnessScale": 2572, - "m_flColorTransitionTime": 2616, - "m_flFarZ": 3148, - "m_flFlashlightTime": 2600, - "m_flIntensity": 2580, - "m_flLightFOV": 2560, - "m_flLinearAttenuation": 2584, - "m_flNearZ": 3144, - "m_flNoiseStrength": 2596, - "m_flPlaneOffset": 2608, - "m_flProjectionSize": 3152, - "m_flQuadraticAttenuation": 2588, - "m_flRotation": 3156, - "m_flVolumetricIntensity": 2612, - "m_hTargetEntity": 2552, - "m_nNumPlanes": 2604, - "m_nShadowQuality": 3140, - "m_nSpotlightTextureFrame": 3136 - }, - "metadata": [ - { - "name": "m_hTargetEntity", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_bState", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bAlwaysUpdate", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_flLightFOV", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_bEnableShadows", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bSimpleProjection", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bLightOnlyTarget", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bLightWorld", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bCameraSpace", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_flBrightnessScale", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_LightColor", - "ty": "Color", - "type": "NetworkVarNames" - }, - { - "name": "m_flIntensity", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flLinearAttenuation", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flQuadraticAttenuation", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_bVolumetric", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_flNoiseStrength", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flFlashlightTime", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_nNumPlanes", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_flPlaneOffset", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flVolumetricIntensity", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flColorTransitionTime", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flAmbient", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_SpotlightTextureName", - "ty": "char", - "type": "NetworkVarNames" - }, - { - "name": "m_nSpotlightTextureFrame", - "ty": "int32", - "type": "NetworkVarNames" - }, - { - "name": "m_nShadowQuality", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_flNearZ", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flFarZ", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flProjectionSize", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flRotation", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_bFlipHorizontal", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CEnvScreenOverlay": { - "fields": { - "m_bIsActive": 2088, - "m_flOverlayTimes": 2040, - "m_flStartTime": 2080, - "m_iDesiredOverlay": 2084, - "m_iszOverlayNames": 1960 - }, - "metadata": [ - { - "name": "m_iszOverlayNames", - "ty": "string_t", - "type": "NetworkVarNames" - }, - { - "name": "m_flOverlayTimes", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flStartTime", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_iDesiredOverlay", - "ty": "int32", - "type": "NetworkVarNames" - }, - { - "name": "m_bIsActive", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CEnvSky": { - "fields": { - "m_bEnabled": 2604, - "m_bStartDisabled": 2568, - "m_flBrightnessScale": 2580, - "m_flFogMaxEnd": 2600, - "m_flFogMaxStart": 2596, - "m_flFogMinEnd": 2592, - "m_flFogMinStart": 2588, - "m_hSkyMaterial": 2552, - "m_hSkyMaterialLightingOnly": 2560, - "m_nFogType": 2584, - "m_vTintColor": 2569, - "m_vTintColorLightingOnly": 2573 - }, - "metadata": [ - { - "name": "m_hSkyMaterial", - "ty": "HMaterialStrong", - "type": "NetworkVarNames" - }, - { - "name": "m_hSkyMaterialLightingOnly", - "ty": "HMaterialStrong", - "type": "NetworkVarNames" - }, - { - "name": "m_bStartDisabled", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_vTintColor", - "ty": "Color", - "type": "NetworkVarNames" - }, - { - "name": "m_vTintColorLightingOnly", - "ty": "Color", - "type": "NetworkVarNames" - }, - { - "name": "m_flBrightnessScale", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_nFogType", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_flFogMinStart", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flFogMinEnd", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flFogMaxStart", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flFogMaxEnd", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_bEnabled", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": "CBaseModelEntity" - }, - "CEnvVolumetricFogController": { - "fields": { - "m_bActive": 2024, - "m_bEnableIndirect": 2065, - "m_bFirstTime": 2084, - "m_bIsMaster": 2066, - "m_bStartDisabled": 2064, - "m_flAnisotropy": 1964, - "m_flDefaultAnisotropy": 2052, - "m_flDefaultDrawDistance": 2060, - "m_flDefaultScattering": 2056, - "m_flDrawDistance": 1972, - "m_flFadeInEnd": 1980, - "m_flFadeInStart": 1976, - "m_flFadeSpeed": 1968, - "m_flIndirectStrength": 1984, - "m_flScattering": 1960, - "m_flStartAnisoTime": 2028, - "m_flStartAnisotropy": 2040, - "m_flStartDrawDistance": 2048, - "m_flStartDrawDistanceTime": 2036, - "m_flStartScatterTime": 2032, - "m_flStartScattering": 2044, - "m_hFogIndirectTexture": 2072, - "m_nForceRefreshCount": 2080, - "m_nIndirectTextureDimX": 1988, - "m_nIndirectTextureDimY": 1992, - "m_nIndirectTextureDimZ": 1996, - "m_vBoxMaxs": 2012, - "m_vBoxMins": 2000 - }, - "metadata": [ - { - "name": "m_flScattering", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flAnisotropy", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flFadeSpeed", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flDrawDistance", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flFadeInStart", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flFadeInEnd", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flIndirectStrength", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_nIndirectTextureDimX", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nIndirectTextureDimY", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nIndirectTextureDimZ", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_vBoxMins", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_vBoxMaxs", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_bActive", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_flStartAnisoTime", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_flStartScatterTime", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_flStartDrawDistanceTime", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_flStartAnisotropy", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flStartScattering", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flStartDrawDistance", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flDefaultAnisotropy", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flDefaultScattering", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flDefaultDrawDistance", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_bStartDisabled", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bEnableIndirect", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bIsMaster", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_hFogIndirectTexture", - "ty": "HRenderTextureStrong", - "type": "NetworkVarNames" - }, - { - "name": "m_nForceRefreshCount", - "ty": "int", - "type": "NetworkVarNames" - } - ], - "parent": "CBaseEntity" - }, - "CEnvVolumetricFogVolume": { - "fields": { - "m_bActive": 1960, - "m_bStartDisabled": 1988, - "m_flFalloffExponent": 2000, - "m_flStrength": 1992, - "m_nFalloffShape": 1996, - "m_vBoxMaxs": 1976, - "m_vBoxMins": 1964 - }, - "metadata": [ - { - "name": "m_bActive", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_vBoxMins", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_vBoxMaxs", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_bStartDisabled", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_flStrength", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_nFalloffShape", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_flFalloffExponent", - "ty": "float", - "type": "NetworkVarNames" - } - ], - "parent": "CBaseEntity" - }, - "CEnvWind": { - "fields": { - "m_EnvWindShared": 1960 - }, - "metadata": [ - { - "name": "m_EnvWindShared", - "ty": "CEnvWindShared", - "type": "NetworkVarNames" - } - ], - "parent": "CBaseEntity" - }, - "CEnvWindShared": { - "fields": { - "m_CurrentSwayVector": 80, - "m_OnGustEnd": 152, - "m_OnGustStart": 112, - "m_PrevSwayVector": 92, - "m_bGusting": 212, - "m_currentWindVector": 68, - "m_flAveWindSpeed": 208, - "m_flGustDuration": 36, - "m_flInitialWindSpeed": 108, - "m_flMaxGustDelay": 32, - "m_flMinGustDelay": 28, - "m_flSimTime": 200, - "m_flStartTime": 8, - "m_flSwayTime": 196, - "m_flSwitchTime": 204, - "m_flVariationTime": 192, - "m_flWindAngleVariation": 216, - "m_flWindSpeed": 64, - "m_flWindSpeedVariation": 220, - "m_iEntIndex": 224, - "m_iGustDirChange": 40, - "m_iInitialWindDir": 104, - "m_iMaxGust": 26, - "m_iMaxWind": 18, - "m_iMinGust": 24, - "m_iMinWind": 16, - "m_iWindDir": 60, - "m_iWindSeed": 12, - "m_iszGustSound": 56, - "m_location": 44, - "m_windRadius": 20 - }, - "metadata": [ - { - "name": "m_flStartTime", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_iWindSeed", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_iMinWind", - "ty": "uint16", - "type": "NetworkVarNames" - }, - { - "name": "m_iMaxWind", - "ty": "uint16", - "type": "NetworkVarNames" - }, - { - "name": "m_windRadius", - "ty": "int32", - "type": "NetworkVarNames" - }, - { - "name": "m_iMinGust", - "ty": "uint16", - "type": "NetworkVarNames" - }, - { - "name": "m_iMaxGust", - "ty": "uint16", - "type": "NetworkVarNames" - }, - { - "name": "m_flMinGustDelay", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flMaxGustDelay", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flGustDuration", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_iGustDirChange", - "ty": "uint16", - "type": "NetworkVarNames" - }, - { - "name": "m_location", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_iInitialWindDir", - "ty": "uint16", - "type": "NetworkVarNames" - }, - { - "name": "m_flInitialWindSpeed", - "ty": "float32", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CFireSmoke": { - "fields": { - "m_nFlameFromAboveModelIndex": 1980, - "m_nFlameModelIndex": 1976 - }, - "metadata": [ - { - "name": "m_nFlameModelIndex", - "ty": "int32", - "type": "NetworkVarNames" - }, - { - "name": "m_nFlameFromAboveModelIndex", - "ty": "int32", - "type": "NetworkVarNames" - } - ], - "parent": "CBaseFire" - }, - "CFiringModeFloat": { - "fields": { - "m_flValues": 0 - }, - "metadata": [ - { - "name": "MPropertyCustomEditor", - "type": "Unknown" - } - ], - "parent": null - }, - "CFiringModeInt": { - "fields": { - "m_nValues": 0 - }, - "metadata": [ - { - "name": "MPropertyCustomEditor", - "type": "Unknown" - } - ], - "parent": null - }, - "CFish": { - "fields": { - "m_angle": 3076, - "m_angleChange": 3080, - "m_avoidRange": 3140, - "m_calmSpeed": 3132, - "m_desiredSpeed": 3128, - "m_disperseTimer": 3248, - "m_forward": 3084, - "m_goTimer": 3176, - "m_id": 3060, - "m_moveTimer": 3200, - "m_panicSpeed": 3136, - "m_panicTimer": 3224, - "m_perp": 3096, - "m_pool": 3056, - "m_poolOrigin": 3108, - "m_proximityTimer": 3272, - "m_speed": 3124, - "m_turnClockwise": 3168, - "m_turnTimer": 3144, - "m_visible": 3296, - "m_waterLevel": 3120, - "m_x": 3064, - "m_y": 3068, - "m_z": 3072 - }, - "metadata": [ - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "m_x", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_y", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_z", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_angle", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_poolOrigin", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_waterLevel", - "ty": "float32", - "type": "NetworkVarNames" - } - ], - "parent": "CBaseAnimGraph" - }, - "CFists": { - "fields": { - "m_bDelayedHardPunchIncoming": 4524, - "m_bDestroyAfterTaunt": 4525, - "m_bPlayingUninterruptableAct": 4504, - "m_bRestorePrevWep": 4512, - "m_hWeaponBeforePrevious": 4516, - "m_hWeaponPrevious": 4520, - "m_nUninterruptableActivity": 4508 - }, - "metadata": [ - { - "name": "m_bPlayingUninterruptableAct", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_nUninterruptableActivity", - "ty": "PlayerAnimEvent_t", - "type": "NetworkVarNames" - } - ], - "parent": "CCSWeaponBase" - }, - "CFogController": { - "fields": { - "m_bUseAngles": 2064, - "m_fog": 1960, - "m_iChangedVariables": 2068 - }, - "metadata": [ - { - "name": "m_fog", - "ty": "fogparams_t", - "type": "NetworkVarNames" - } - ], - "parent": "CBaseEntity" - }, - "CFootstepControl": { - "fields": { - "m_destination": 2984, - "m_source": 2976 - }, - "metadata": [ - { - "name": "m_source", - "ty": "string_t", - "type": "NetworkVarNames" - }, - { - "name": "m_destination", - "ty": "string_t", - "type": "NetworkVarNames" - } - ], - "parent": "CBaseTrigger" - }, - "CFootstepTableHandle": { - "fields": {}, - "metadata": [ - { - "name": "MPropertyCustomFGDType", - "type": "Unknown" - } - ], - "parent": null - }, - "CFuncConveyor": { - "fields": { - "m_angMoveEntitySpace": 2564, - "m_flTargetSpeed": 2588, - "m_flTransitionDurationSeconds": 2560, - "m_flTransitionStartSpeed": 2600, - "m_hConveyorModels": 2608, - "m_nTransitionDurationTicks": 2596, - "m_nTransitionStartTick": 2592, - "m_szConveyorModels": 2552, - "m_vecMoveDirEntitySpace": 2576 - }, - "metadata": [ - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkOverride", - "type": "Unknown" - }, - { - "name": "m_vecMoveDirEntitySpace", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_flTargetSpeed", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_nTransitionStartTick", - "ty": "GameTick_t", - "type": "NetworkVarNames" - }, - { - "name": "m_nTransitionDurationTicks", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_flTransitionStartSpeed", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_hConveyorModels", - "ty": "EHANDLE", - "type": "NetworkVarNames" - } - ], - "parent": "CBaseModelEntity" - }, - "CFuncElectrifiedVolume": { - "fields": { - "m_EffectInterpenetrateName": 2592, - "m_EffectName": 2584, - "m_EffectZapName": 2600, - "m_iszEffectSource": 2608 - }, - "metadata": [ - { - "name": "m_EffectName", - "ty": "string_t", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CFuncLadder": { - "fields": { - "m_Dismounts": 2568, - "m_OnPlayerGotOffLadder": 2688, - "m_OnPlayerGotOnLadder": 2648, - "m_bDisabled": 2632, - "m_bFakeLadder": 2633, - "m_bHasSlack": 2634, - "m_flAutoRideSpeed": 2628, - "m_surfacePropName": 2640, - "m_vecLadderDir": 2552, - "m_vecLocalTop": 2592, - "m_vecPlayerMountPositionBottom": 2616, - "m_vecPlayerMountPositionTop": 2604 - }, - "metadata": [ - { - "name": "m_vecLadderDir", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_vecPlayerMountPositionTop", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_vecPlayerMountPositionBottom", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_flAutoRideSpeed", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_bFakeLadder", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": "CBaseModelEntity" - }, - "CFuncMonitor": { - "fields": { - "m_bDraw3DSkybox": 2613, - "m_bEnabled": 2612, - "m_bRenderShadows": 2596, - "m_bStartEnabled": 2614, - "m_bUseUniqueColorTarget": 2597, - "m_brushModelName": 2600, - "m_hTargetCamera": 2608, - "m_nResolutionEnum": 2592, - "m_targetCamera": 2584 - }, - "metadata": [ - { - "name": "m_targetCamera", - "ty": "CUtlString", - "type": "NetworkVarNames" - }, - { - "name": "m_nResolutionEnum", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_bRenderShadows", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bUseUniqueColorTarget", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_brushModelName", - "ty": "CUtlString", - "type": "NetworkVarNames" - }, - { - "name": "m_hTargetCamera", - "ty": "EHANDLE", - "type": "NetworkVarNames" - }, - { - "name": "m_bEnabled", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bDraw3DSkybox", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CFuncMoveLinear": { - "fields": { - "m_OnFullyClosed": 2800, - "m_OnFullyOpen": 2760, - "m_angMoveEntitySpace": 2684, - "m_authoredPosition": 2680, - "m_bCreateMovableNavMesh": 2840, - "m_bCreateNavObstacle": 2841, - "m_currentSound": 2728, - "m_flBlockDamage": 2736, - "m_flMoveDistance": 2744, - "m_flStartPosition": 2740, - "m_soundStart": 2712, - "m_soundStop": 2720, - "m_vecMoveDirParentSpace": 2696 - }, - "metadata": [ - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkOverride", - "type": "Unknown" - } - ], - "parent": null - }, - "CFuncRotating": { - "fields": { - "m_NoiseRunning": 2712, - "m_OnReachedStart": 2632, - "m_OnStarted": 2592, - "m_OnStopped": 2552, - "m_angStart": 2744, - "m_bAccelDecel": 2721, - "m_bReversed": 2720, - "m_bStopAtStartPos": 2756, - "m_flAttenuation": 2688, - "m_flBlockDamage": 2704, - "m_flFanFriction": 2684, - "m_flMaxSpeed": 2700, - "m_flTargetSpeed": 2696, - "m_flTimeScale": 2708, - "m_flVolume": 2692, - "m_localRotationVector": 2672, - "m_prevLocalAngles": 2732, - "m_vecClientAngles": 2772, - "m_vecClientOrigin": 2760 - }, - "metadata": [ - { - "name": "MNetworkOverride", - "type": "Unknown" - }, - { - "name": "MNetworkOverride", - "type": "Unknown" - } - ], - "parent": "CBaseModelEntity" - }, - "CGameSceneNode": { - "fields": { - "m_angAbsRotation": 212, - "m_angRotation": 184, - "m_bBoneMergeFlex": 0, - "m_bDebugAbsOriginChanges": 230, - "m_bDirtyBoneMergeBoneToRoot": 0, - "m_bDirtyBoneMergeInfo": 0, - "m_bDirtyHierarchy": 0, - "m_bDormant": 231, - "m_bForceParentToBeNetworked": 232, - "m_bNetworkedAnglesChanged": 0, - "m_bNetworkedPositionChanged": 0, - "m_bNetworkedScaleChanged": 0, - "m_bWillBeCallingPostDataUpdate": 0, - "m_flAbsScale": 224, - "m_flScale": 196, - "m_flZOffset": 324, - "m_hParent": 112, - "m_hierarchyAttachName": 320, - "m_nDoNotSetAnimTimeInInvalidatePhysicsCount": 237, - "m_nHierarchicalDepth": 235, - "m_nHierarchyType": 236, - "m_nLatchAbsOrigin": 0, - "m_nParentAttachmentOrBone": 228, - "m_name": 240, - "m_nodeToWorld": 16, - "m_pChild": 64, - "m_pNextSibling": 72, - "m_pOwner": 48, - "m_pParent": 56, - "m_vRenderOrigin": 328, - "m_vecAbsOrigin": 200, - "m_vecOrigin": 128 - }, - "metadata": [ - { - "name": "m_hParent", - "ty": "CGameSceneNodeHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_vecOrigin", - "ty": "CNetworkOriginCellCoordQuantizedVector", - "type": "NetworkVarNames" - }, - { - "name": "m_angRotation", - "ty": "QAngle", - "type": "NetworkVarNames" - }, - { - "name": "m_flScale", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_name", - "ty": "CUtlStringToken", - "type": "NetworkVarNames" - }, - { - "name": "m_hierarchyAttachName", - "ty": "CUtlStringToken", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CGameSceneNodeHandle": { - "fields": { - "m_hOwner": 8, - "m_name": 12 - }, - "metadata": [ - { - "name": "m_hOwner", - "ty": "CEntityHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_name", - "ty": "CUtlStringToken", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CGameScriptedMoveData": { - "fields": { - "m_angCurrent": 60, - "m_angDst": 48, - "m_angSrc": 36, - "m_bActive": 84, - "m_bIgnoreCollisions": 100, - "m_bIgnoreRotation": 86, - "m_bSuccess": 92, - "m_bTeleportOnEnd": 85, - "m_flAngRate": 72, - "m_flDuration": 76, - "m_flStartTime": 80, - "m_nForcedCrouchState": 96, - "m_nType": 88, - "m_vAccumulatedRootMotion": 0, - "m_vDest": 12, - "m_vSrc": 24 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CGlowProperty": { - "fields": { - "m_bEligibleForScreenHighlight": 80, - "m_bFlashing": 68, - "m_bGlowing": 81, - "m_fGlowColor": 8, - "m_flGlowStartTime": 76, - "m_flGlowTime": 72, - "m_glowColorOverride": 64, - "m_iGlowTeam": 52, - "m_iGlowType": 48, - "m_nGlowRange": 56, - "m_nGlowRangeMin": 60 - }, - "metadata": [ - { - "name": "m_iGlowType", - "ty": "int32", - "type": "NetworkVarNames" - }, - { - "name": "m_iGlowTeam", - "ty": "int32", - "type": "NetworkVarNames" - }, - { - "name": "m_nGlowRange", - "ty": "int32", - "type": "NetworkVarNames" - }, - { - "name": "m_nGlowRangeMin", - "ty": "int32", - "type": "NetworkVarNames" - }, - { - "name": "m_glowColorOverride", - "ty": "Color", - "type": "NetworkVarNames" - }, - { - "name": "m_bFlashing", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_flGlowTime", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flGlowStartTime", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_bEligibleForScreenHighlight", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CGradientFog": { - "fields": { - "m_bGradientFogNeedsTextures": 2018, - "m_bHeightFogEnabled": 1976, - "m_bIsEnabled": 2017, - "m_bStartDisabled": 2016, - "m_flFadeTime": 2012, - "m_flFarZ": 1988, - "m_flFogEndDistance": 1972, - "m_flFogEndHeight": 1984, - "m_flFogFalloffExponent": 1996, - "m_flFogMaxOpacity": 1992, - "m_flFogStartDistance": 1968, - "m_flFogStartHeight": 1980, - "m_flFogStrength": 2008, - "m_flFogVerticalExponent": 2000, - "m_fogColor": 2004, - "m_hGradientFogTexture": 1960 - }, - "metadata": [ - { - "name": "m_hGradientFogTexture", - "ty": "HRenderTextureStrong", - "type": "NetworkVarNames" - }, - { - "name": "m_flFogStartDistance", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flFogEndDistance", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_bHeightFogEnabled", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_flFogStartHeight", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flFogEndHeight", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flFarZ", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flFogMaxOpacity", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flFogFalloffExponent", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flFogVerticalExponent", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_fogColor", - "ty": "Color", - "type": "NetworkVarNames" - }, - { - "name": "m_flFogStrength", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flFadeTime", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_bStartDisabled", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bIsEnabled", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": "CBaseEntity" - }, - "CHandleTest": { - "fields": { - "m_Handle": 1960, - "m_bSendHandle": 1964 - }, - "metadata": [ - { - "name": "m_Handle", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_bSendHandle", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": "CBaseEntity" - }, - "CHitboxComponent": { - "fields": { - "m_bvDisabledHitGroups": 36 - }, - "metadata": [ - { - "name": "m_bvDisabledHitGroups", - "ty": "uint32", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CHostage": { - "fields": { - "m_OnDroppedNotRescued": 3456, - "m_OnFirstPickedUp": 3416, - "m_OnHostageBeginGrab": 3376, - "m_OnRescued": 3496, - "m_accel": 3636, - "m_bHandsHaveBeenCut": 12117, - "m_bRemove": 3572, - "m_entitySpottedState": 3536, - "m_fLastGrabTime": 12124, - "m_flDropStartTime": 12160, - "m_flGrabSuccessTime": 12156, - "m_flRescueStartTime": 12152, - "m_hHostageGrabber": 12120, - "m_hasBeenUsed": 3632, - "m_inhibitDoorTimer": 11912, - "m_inhibitObstacleAvoidanceTimer": 12056, - "m_isAdjusted": 12116, - "m_isCrouching": 3649, - "m_isRescued": 3588, - "m_isRunning": 3648, - "m_isWaitingForLeader": 3680, - "m_jumpTimer": 3656, - "m_jumpedThisFrame": 3589, - "m_lastLeader": 3600, - "m_leader": 3596, - "m_nApproachRewardPayouts": 12164, - "m_nHostageSpawnRandomFactor": 3568, - "m_nHostageState": 3592, - "m_nPickupEventCount": 12168, - "m_nSpotRules": 3560, - "m_repathTimer": 11888, - "m_reuseTimer": 3608, - "m_uiHostageSpawnExclusionGroupMask": 3564, - "m_vecGrabbedPos": 12140, - "m_vecHostageResetPosition": 12204, - "m_vecPositionWhenStartedDroppingToGround": 12128, - "m_vecSpawnGroundPos": 12172, - "m_vel": 3576, - "m_wiggleTimer": 12088 - }, - "metadata": [ - { - "name": "m_entitySpottedState", - "ty": "EntitySpottedState_t", - "type": "NetworkVarNames" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "m_vel", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_isRescued", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_jumpedThisFrame", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_nHostageState", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_leader", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_reuseTimer", - "ty": "CountdownTimer", - "type": "NetworkVarNames" - }, - { - "name": "m_bHandsHaveBeenCut", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_hHostageGrabber", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_flRescueStartTime", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_flGrabSuccessTime", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_flDropStartTime", - "ty": "GameTime_t", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CInferno": { - "fields": { - "m_BookkeepingTimer": 5624, - "m_BurnNormal": 4164, - "m_InitialSplashVelocity": 5556, - "m_NextSpreadTimer": 5648, - "m_activeTimer": 5592, - "m_bFireIsBurning": 4100, - "m_bInPostEffectTime": 4948, - "m_bWasCreatedInSmoke": 4956, - "m_damageRampTimer": 5520, - "m_damageTimer": 5496, - "m_extent": 5472, - "m_fireCount": 4932, - "m_fireParentPositions": 3332, - "m_firePositions": 2564, - "m_fireSpawnOffset": 5608, - "m_nFireEffectTickBegin": 4940, - "m_nFireLifetime": 4944, - "m_nFiresExtinguishCount": 4952, - "m_nInfernoType": 4936, - "m_nMaxFlames": 5612, - "m_nSourceItemDefIndex": 5672, - "m_nSpreadCount": 5616, - "m_splashVelocity": 5544, - "m_startPos": 5568, - "m_vecOriginalSpawnLocation": 5580 - }, - "metadata": [ - { - "name": "m_firePositions", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_fireParentPositions", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_bFireIsBurning", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_BurnNormal", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_fireCount", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nInfernoType", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nFireEffectTickBegin", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nFireLifetime", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_bInPostEffectTime", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": "CBaseModelEntity" - }, - "CInfoOffscreenPanoramaTexture": { - "fields": { - "m_AdditionalTargetEntities": 2056, - "m_RenderAttrName": 1984, - "m_TargetEntities": 1992, - "m_bDisabled": 1960, - "m_nResolutionX": 1964, - "m_nResolutionY": 1968, - "m_nTargetChangeCount": 2016, - "m_szLayoutFileName": 1976, - "m_szTargetsName": 2048, - "m_vecCSSClasses": 2024 - }, - "metadata": [ - { - "name": "m_bDisabled", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_nResolutionX", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nResolutionY", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_szLayoutFileName", - "ty": "string_t", - "type": "NetworkVarNames" - }, - { - "name": "m_RenderAttrName", - "ty": "string_t", - "type": "NetworkVarNames" - }, - { - "name": "m_TargetEntities", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_nTargetChangeCount", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_vecCSSClasses", - "ty": "string_t", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CInfoVisibilityBox": { - "fields": { - "m_bEnabled": 1980, - "m_nMode": 1964, - "m_vBoxSize": 1968 - }, - "metadata": [ - { - "name": "m_nMode", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_vBoxSize", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_bEnabled", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": "CBaseEntity" - }, - "CInfoWorldLayer": { - "fields": { - "m_bCreateAsChildSpawnGroup": 2018, - "m_bEntitiesSpawned": 2017, - "m_bWorldLayerVisible": 2016, - "m_hLayerSpawnGroup": 2020, - "m_layerName": 2008, - "m_pOutputOnEntitiesSpawned": 1960, - "m_worldName": 2000 - }, - "metadata": [ - { - "name": "m_worldName", - "ty": "string_t", - "type": "NetworkVarNames" - }, - { - "name": "m_layerName", - "ty": "string_t", - "type": "NetworkVarNames" - }, - { - "name": "m_bWorldLayerVisible", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bEntitiesSpawned", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": "CBaseEntity" - }, - "CItemDogtags": { - "fields": { - "m_KillingPlayer": 3276, - "m_OwningPlayer": 3272 - }, - "metadata": [ - { - "name": "m_OwningPlayer", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_KillingPlayer", - "ty": "CHandle", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CLightComponent": { - "fields": { - "__m_pChainEntity": 88, - "m_Color": 149, - "m_Pattern": 248, - "m_SecondaryColor": 153, - "m_SkyAmbientBounce": 428, - "m_SkyColor": 420, - "m_bEnabled": 340, - "m_bFlicker": 341, - "m_bMixedShadows": 433, - "m_bPrecomputedFieldsValid": 342, - "m_bPvsModifyEntity": 464, - "m_bRenderDiffuse": 224, - "m_bRenderToCubemaps": 312, - "m_bRenderTransmissive": 232, - "m_bUseSecondaryColor": 432, - "m_bUsesBakedShadowing": 300, - "m_flAttenuation0": 180, - "m_flAttenuation1": 184, - "m_flAttenuation2": 188, - "m_flBrightness": 160, - "m_flBrightnessMult": 168, - "m_flBrightnessScale": 164, - "m_flCapsuleLength": 440, - "m_flFadeMaxDist": 328, - "m_flFadeMinDist": 324, - "m_flFalloff": 176, - "m_flFogContributionStength": 412, - "m_flLightStyleStartTime": 436, - "m_flMinRoughness": 444, - "m_flNearClipPlane": 416, - "m_flOrthoLightHeight": 240, - "m_flOrthoLightWidth": 236, - "m_flPhi": 196, - "m_flPrecomputedMaxRange": 404, - "m_flRange": 172, - "m_flShadowCascadeCrossFade": 260, - "m_flShadowCascadeDistance0": 268, - "m_flShadowCascadeDistance1": 272, - "m_flShadowCascadeDistance2": 276, - "m_flShadowCascadeDistance3": 280, - "m_flShadowCascadeDistanceFade": 264, - "m_flShadowFadeMaxDist": 336, - "m_flShadowFadeMinDist": 332, - "m_flSkyIntensity": 424, - "m_flTheta": 192, - "m_hLightCookie": 200, - "m_nBakedShadowIndex": 308, - "m_nCascadeRenderStaticObjects": 256, - "m_nCascades": 208, - "m_nCastShadows": 212, - "m_nDirectLight": 316, - "m_nFogLightingMode": 408, - "m_nIndirectLight": 320, - "m_nRenderSpecular": 228, - "m_nShadowCascadeResolution0": 284, - "m_nShadowCascadeResolution1": 288, - "m_nShadowCascadeResolution2": 292, - "m_nShadowCascadeResolution3": 296, - "m_nShadowHeight": 220, - "m_nShadowPriority": 304, - "m_nShadowWidth": 216, - "m_nStyle": 244, - "m_vPrecomputedBoundsMaxs": 356, - "m_vPrecomputedBoundsMins": 344, - "m_vPrecomputedOBBAngles": 380, - "m_vPrecomputedOBBExtent": 392, - "m_vPrecomputedOBBOrigin": 368 - }, - "metadata": [ - { - "name": "m_Color", - "ty": "Color", - "type": "NetworkVarNames" - }, - { - "name": "m_SecondaryColor", - "ty": "Color", - "type": "NetworkVarNames" - }, - { - "name": "m_flBrightness", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flBrightnessScale", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flBrightnessMult", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flRange", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flFalloff", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flAttenuation0", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flAttenuation1", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flAttenuation2", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flTheta", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flPhi", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_hLightCookie", - "ty": "HRenderTextureStrong", - "type": "NetworkVarNames" - }, - { - "name": "m_nCascades", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nCastShadows", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nShadowWidth", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nShadowHeight", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_bRenderDiffuse", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_nRenderSpecular", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_bRenderTransmissive", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_flOrthoLightWidth", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flOrthoLightHeight", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_nStyle", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_Pattern", - "ty": "CUtlString", - "type": "NetworkVarNames" - }, - { - "name": "m_nCascadeRenderStaticObjects", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_flShadowCascadeCrossFade", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flShadowCascadeDistanceFade", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flShadowCascadeDistance0", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flShadowCascadeDistance1", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flShadowCascadeDistance2", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flShadowCascadeDistance3", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_nShadowCascadeResolution0", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nShadowCascadeResolution1", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nShadowCascadeResolution2", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nShadowCascadeResolution3", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_bUsesBakedShadowing", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_nShadowPriority", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nBakedShadowIndex", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_bRenderToCubemaps", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_nDirectLight", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nIndirectLight", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_flFadeMinDist", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flFadeMaxDist", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flShadowFadeMinDist", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flShadowFadeMaxDist", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_bEnabled", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bFlicker", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bPrecomputedFieldsValid", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_vPrecomputedBoundsMins", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_vPrecomputedBoundsMaxs", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_vPrecomputedOBBOrigin", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_vPrecomputedOBBAngles", - "ty": "QAngle", - "type": "NetworkVarNames" - }, - { - "name": "m_vPrecomputedOBBExtent", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_flPrecomputedMaxRange", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_nFogLightingMode", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_flFogContributionStength", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flNearClipPlane", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_SkyColor", - "ty": "Color", - "type": "NetworkVarNames" - }, - { - "name": "m_flSkyIntensity", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_SkyAmbientBounce", - "ty": "Color", - "type": "NetworkVarNames" - }, - { - "name": "m_bUseSecondaryColor", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bMixedShadows", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_flLightStyleStartTime", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_flCapsuleLength", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flMinRoughness", - "ty": "float", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CLightEntity": { - "fields": { - "m_CLightComponent": 2552 - }, - "metadata": [ - { - "name": "m_CLightComponent", - "ty": "CLightComponent::Storage_t", - "type": "NetworkVarNames" - } - ], - "parent": "CBaseModelEntity" - }, - "CLightGlow": { - "fields": { - "m_flGlowProxySize": 2572, - "m_flHDRColorScale": 2576, - "m_nHorizontalSize": 2552, - "m_nMaxDist": 2564, - "m_nMinDist": 2560, - "m_nOuterMaxDist": 2568, - "m_nVerticalSize": 2556 - }, - "metadata": [ - { - "name": "MNetworkIncludeByUserGroup", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "m_nHorizontalSize", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_nVerticalSize", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_nMinDist", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_nMaxDist", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_nOuterMaxDist", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_flGlowProxySize", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flHDRColorScale", - "ty": "float32", - "type": "NetworkVarNames" - } - ], - "parent": "CBaseModelEntity" - }, - "CLogicGameEventListener": { - "fields": { - "m_OnEventFired": 1976, - "m_bEnabled": 2032, - "m_bStartDisabled": 2033, - "m_iszGameEventItem": 2024, - "m_iszGameEventName": 2016 - }, - "metadata": [ - { - "name": "m_bEnabled", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CMapVetoPickController": { - "fields": { - "m_OnLevelTransition": 4520, - "m_OnMapPicked": 4400, - "m_OnMapVetoed": 4360, - "m_OnNewPhaseStarted": 4480, - "m_OnSidesPicked": 4440, - "m_bNeedToPlayFiveSecondsRemaining": 1961, - "m_bPlayedIntroVcd": 1960, - "m_bPreMatchDraftStateChanged": 2000, - "m_dblPreMatchDraftSequenceTime": 1992, - "m_nAccountIDs": 2296, - "m_nCurrentPhase": 4344, - "m_nDraftType": 2004, - "m_nMapId0": 2552, - "m_nMapId1": 2808, - "m_nMapId2": 3064, - "m_nMapId3": 3320, - "m_nMapId4": 3576, - "m_nMapId5": 3832, - "m_nPhaseDurationTicks": 4352, - "m_nPhaseStartTick": 4348, - "m_nStartingSide0": 4088, - "m_nTeamWinningCoinToss": 2008, - "m_nTeamWithFirstChoice": 2012, - "m_nVoteMapIdsList": 2268 - }, - "metadata": [ - { - "name": "m_nDraftType", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nTeamWinningCoinToss", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nTeamWithFirstChoice", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nVoteMapIdsList", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nAccountIDs", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nMapId0", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nMapId1", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nMapId2", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nMapId3", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nMapId4", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nMapId5", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nStartingSide0", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nCurrentPhase", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nPhaseStartTick", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nPhaseDurationTicks", - "ty": "int", - "type": "NetworkVarNames" - } - ], - "parent": "CBaseEntity" - }, - "CModelState": { - "fields": { - "m_MeshGroupMask": 384, - "m_ModelName": 168, - "m_bClientClothCreationSuppressed": 232, - "m_hModel": 160, - "m_nClothUpdateFlags": 532, - "m_nForceLOD": 531, - "m_nIdealMotionType": 530 - }, - "metadata": [ - { - "name": "m_hModel", - "ty": "HModelStrong", - "type": "NetworkVarNames" - }, - { - "name": "m_bClientClothCreationSuppressed", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_MeshGroupMask", - "ty": "MeshGroupMask_t", - "type": "NetworkVarNames" - }, - { - "name": "m_nIdealMotionType", - "ty": "int8", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CMolotovProjectile": { - "fields": { - "m_bDetonated": 3488, - "m_bHasBouncedOffPlayer": 3720, - "m_bIsIncGrenade": 3478, - "m_stillTimer": 3496 - }, - "metadata": [ - { - "name": "m_bIsIncGrenade", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": "CBaseCSGrenadeProjectile" - }, - "CNavLinkAnimgraphVar": { - "fields": { - "m_strAnimgraphVar": 0, - "m_unAlignmentDegrees": 8 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CNetworkedSequenceOperation": { - "fields": { - "m_bDiscontinuity": 29, - "m_bSequenceChangeNetworked": 28, - "m_flCycle": 16, - "m_flPrevCycle": 12, - "m_flPrevCycleForAnimEventDetection": 36, - "m_flPrevCycleFromDiscontinuity": 32, - "m_flWeight": 20, - "m_hSequence": 8 - }, - "metadata": [ - { - "name": "m_hSequence", - "ty": "HSequence", - "type": "NetworkVarNames" - }, - { - "name": "m_flPrevCycle", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flCycle", - "ty": "float32", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "COmniLight": { - "fields": { - "m_bShowLight": 3112, - "m_flInnerAngle": 3104, - "m_flOuterAngle": 3108 - }, - "metadata": [ - { - "name": "m_flInnerAngle", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flOuterAngle", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_bShowLight", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": "CBarnLight" - }, - "CParticleSystem": { - "fields": { - "m_bActive": 3064, - "m_bAnimateDuringGameplayPause": 3076, - "m_bFrozen": 3065, - "m_bNoFreeze": 3405, - "m_bNoRamp": 3406, - "m_bNoSave": 3404, - "m_bStartActive": 3407, - "m_clrTint": 3948, - "m_flFreezeTransitionDuration": 3068, - "m_flPreSimTime": 3092, - "m_flStartTime": 3088, - "m_hControlPointEnts": 3148, - "m_iEffectIndex": 3080, - "m_iServerControlPointAssignments": 3144, - "m_iszControlPointNames": 3416, - "m_iszEffectName": 3408, - "m_nDataCP": 3928, - "m_nStopType": 3072, - "m_nTintCP": 3944, - "m_szSnapshotFileName": 2552, - "m_vServerControlPoints": 3096, - "m_vecDataCPValue": 3932 - }, - "metadata": [ - { - "name": "MNetworkIncludeByUserGroup", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "m_szSnapshotFileName", - "ty": "char", - "type": "NetworkVarNames" - }, - { - "name": "m_bActive", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bFrozen", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_flFreezeTransitionDuration", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_nStopType", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_bAnimateDuringGameplayPause", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_iEffectIndex", - "ty": "HParticleSystemDefinitionStrong", - "type": "NetworkVarNames" - }, - { - "name": "m_flStartTime", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_flPreSimTime", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_vServerControlPoints", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_iServerControlPointAssignments", - "ty": "uint8", - "type": "NetworkVarNames" - }, - { - "name": "m_hControlPointEnts", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_bNoSave", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bNoFreeze", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bNoRamp", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": "CBaseModelEntity" - }, - "CPathParticleRope": { - "fields": { - "m_ColorTint": 2012, - "m_PathNodes_Color": 2104, - "m_PathNodes_Name": 1976, - "m_PathNodes_PinEnabled": 2128, - "m_PathNodes_Position": 2032, - "m_PathNodes_RadiusScale": 2152, - "m_PathNodes_TangentIn": 2056, - "m_PathNodes_TangentOut": 2080, - "m_bStartActive": 1960, - "m_flMaxSimulationTime": 1964, - "m_flParticleSpacing": 2000, - "m_flRadius": 2008, - "m_flSlack": 2004, - "m_iEffectIndex": 2024, - "m_iszEffectName": 1968, - "m_nEffectState": 2016 - }, - "metadata": [ - { - "name": "m_flParticleSpacing", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flSlack", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flRadius", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_ColorTint", - "ty": "Color", - "type": "NetworkVarNames" - }, - { - "name": "m_nEffectState", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iEffectIndex", - "ty": "HParticleSystemDefinitionStrong", - "type": "NetworkVarNames" - }, - { - "name": "m_PathNodes_Position", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_PathNodes_TangentIn", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_PathNodes_TangentOut", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_PathNodes_Color", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_PathNodes_PinEnabled", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_PathNodes_RadiusScale", - "ty": "float", - "type": "NetworkVarNames" - } - ], - "parent": "CBaseEntity" - }, - "CPhysicsProp": { - "fields": { - "m_MotionEnabled": 3440, - "m_OnAsleep": 3560, - "m_OnAwake": 3520, - "m_OnAwakened": 3480, - "m_OnOutOfWorld": 3680, - "m_OnPlayerPickup": 3640, - "m_OnPlayerUse": 3600, - "m_bAcceptDamageFromHeldObjects": 3788, - "m_bAwake": 3790, - "m_bDroppedByPlayer": 3745, - "m_bEnableUseOutput": 3789, - "m_bFirstCollisionAfterLaunch": 3747, - "m_bForceNavIgnore": 3776, - "m_bForceNpcExclude": 3778, - "m_bHasBeenAwakened": 3752, - "m_bIsOverrideProp": 3753, - "m_bMuteImpactEffects": 3780, - "m_bNoNavmeshBlocker": 3777, - "m_bShouldAutoConvertBackFromDebris": 3779, - "m_bThrownByPlayer": 3744, - "m_bTouchedByPlayer": 3746, - "m_buoyancyScale": 3728, - "m_damageToEnableMotion": 3736, - "m_damageType": 3732, - "m_fNextCheckDisableMotionContactsTime": 3756, - "m_flForceToEnableMotion": 3740, - "m_glowColor": 3772, - "m_iExploitableByPlayer": 3748, - "m_iInitialGlowState": 3760, - "m_inertiaScale": 3724, - "m_massScale": 3720, - "m_nCollisionGroupOverride": 3792, - "m_nGlowRange": 3764, - "m_nGlowRangeMin": 3768 - }, - "metadata": [ - { - "name": "MNetworkExcludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByUserGroup", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkExcludeByUserGroup", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "m_bAwake", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": "CBreakableProp" - }, - "CPlantedC4": { - "fields": { - "m_OnBombBeginDefuse": 3112, - "m_OnBombDefuseAborted": 3152, - "m_OnBombDefused": 3072, - "m_angCatchUpToPlayerEye": 3292, - "m_bBeingDefused": 3236, - "m_bBombDefused": 3260, - "m_bBombTicking": 3056, - "m_bCannotBeDefused": 3192, - "m_bHasExploded": 3229, - "m_bTrainingPlacedByPlayer": 3228, - "m_bVoiceAlertFired": 3276, - "m_bVoiceAlertPlayed": 3277, - "m_entitySpottedState": 3200, - "m_fLastDefuseTime": 3244, - "m_flC4Blow": 3060, - "m_flDefuseCountDown": 3256, - "m_flDefuseLength": 3252, - "m_flLastSpinDetectionTime": 3304, - "m_flNextBotBeepTime": 3284, - "m_flTimerLength": 3232, - "m_hBombDefuser": 3264, - "m_hControlPanel": 3268, - "m_iProgressBarTime": 3272, - "m_nBombSite": 3064, - "m_nSourceSoundscapeHash": 3068, - "m_nSpotRules": 3224 - }, - "metadata": [ - { - "name": "m_bBombTicking", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_flC4Blow", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_nBombSite", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nSourceSoundscapeHash", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_bCannotBeDefused", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_entitySpottedState", - "ty": "EntitySpottedState_t", - "type": "NetworkVarNames" - }, - { - "name": "m_bHasExploded", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_flTimerLength", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_bBeingDefused", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_flDefuseLength", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flDefuseCountDown", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_bBombDefused", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_hBombDefuser", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_hControlPanel", - "ty": "CHandle", - "type": "NetworkVarNames" - } - ], - "parent": "CBaseAnimGraph" - }, - "CPlayerPing": { - "fields": { - "m_bUrgent": 1980, - "m_hPingedEntity": 1972, - "m_hPlayer": 1968, - "m_iType": 1976, - "m_szPlaceName": 1981 - }, - "metadata": [ - { - "name": "m_hPlayer", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_hPingedEntity", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_iType", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_bUrgent", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_szPlaceName", - "ty": "char", - "type": "NetworkVarNames" - } - ], - "parent": "CBaseEntity" - }, - "CPlayerSprayDecal": { - "fields": { - "m_flCreationTime": 2628, - "m_nEntity": 2620, - "m_nHitbox": 2624, - "m_nPlayer": 2616, - "m_nTintID": 2632, - "m_nUniqueID": 2552, - "m_nVersion": 2636, - "m_rtGcTime": 2564, - "m_ubSignature": 2637, - "m_unAccountID": 2556, - "m_unTraceID": 2560, - "m_vecEndPos": 2568, - "m_vecLeft": 2592, - "m_vecNormal": 2604, - "m_vecStart": 2580 - }, - "metadata": [ - { - "name": "m_nUniqueID", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_unAccountID", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_unTraceID", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_rtGcTime", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_vecEndPos", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_vecStart", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_vecLeft", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_vecNormal", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_nPlayer", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nEntity", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nHitbox", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_flCreationTime", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_nTintID", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nVersion", - "ty": "uint8", - "type": "NetworkVarNames" - }, - { - "name": "m_ubSignature", - "ty": "uint8", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CPlayerVisibility": { - "fields": { - "m_bIsEnabled": 1977, - "m_bStartDisabled": 1976, - "m_flFadeTime": 1972, - "m_flFogDistanceMultiplier": 1964, - "m_flFogMaxDensityMultiplier": 1968, - "m_flVisibilityStrength": 1960 - }, - "metadata": [ - { - "name": "m_flVisibilityStrength", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flFogDistanceMultiplier", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flFogMaxDensityMultiplier", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flFadeTime", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_bStartDisabled", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bIsEnabled", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": "CBaseEntity" - }, - "CPlayer_CameraServices": { - "fields": { - "m_PlayerFog": 88, - "m_PostProcessingVolumes": 288, - "m_audio": 168, - "m_flCsViewPunchAngleTickRatio": 80, - "m_flOldPlayerViewOffsetZ": 316, - "m_flOldPlayerZ": 312, - "m_hColorCorrectionCtrl": 152, - "m_hTonemapController": 160, - "m_hTriggerSoundscapeList": 344, - "m_hViewEntity": 156, - "m_nCsViewPunchAngleTick": 76, - "m_vecCsViewPunchAngle": 64 - }, - "metadata": [ - { - "name": "m_vecCsViewPunchAngle", - "ty": "QAngle", - "type": "NetworkVarNames" - }, - { - "name": "m_nCsViewPunchAngleTick", - "ty": "GameTick_t", - "type": "NetworkVarNames" - }, - { - "name": "m_flCsViewPunchAngleTickRatio", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_PlayerFog", - "ty": "fogplayerparams_t", - "type": "NetworkVarNames" - }, - { - "name": "m_hColorCorrectionCtrl", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_hViewEntity", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_hTonemapController", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_audio", - "ty": "audioparams_t", - "type": "NetworkVarNames" - }, - { - "name": "m_PostProcessingVolumes", - "ty": "CHandle", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CPlayer_MovementServices": { - "fields": { - "m_arrForceSubtickMoveWhen": 412, - "m_flForwardMove": 428, - "m_flLeftMove": 432, - "m_flMaxspeed": 408, - "m_flUpMove": 436, - "m_nButtonDoublePressed": 120, - "m_nButtons": 72, - "m_nImpulse": 64, - "m_nLastCommandNumberProcessed": 384, - "m_nQueuedButtonChangeMask": 112, - "m_nQueuedButtonDownMask": 104, - "m_nToggleButtonDownMask": 392, - "m_pButtonPressedCmdNumber": 128, - "m_vecLastMovementImpulses": 440, - "m_vecOldViewAngles": 452 - }, - "metadata": [ - { - "name": "m_nToggleButtonDownMask", - "ty": "ButtonBitMask_t", - "type": "NetworkVarNames" - }, - { - "name": "m_flMaxspeed", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_arrForceSubtickMoveWhen", - "ty": "float32", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CPlayer_MovementServices_Humanoid": { - "fields": { - "m_bDucked": 492, - "m_bDucking": 493, - "m_bInCrouch": 480, - "m_bInDuckJump": 494, - "m_flCrouchTransitionStartTime": 488, - "m_flFallVelocity": 476, - "m_flStepSoundTime": 472, - "m_flSurfaceFriction": 508, - "m_groundNormal": 496, - "m_iTargetVolume": 532, - "m_nCrouchState": 484, - "m_nStepside": 528, - "m_surfaceProps": 512, - "m_vecSmoothedVelocity": 536 - }, - "metadata": [ - { - "name": "m_flFallVelocity", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_bInCrouch", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_nCrouchState", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_flCrouchTransitionStartTime", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_bDucked", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bDucking", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bInDuckJump", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": "CPlayer_MovementServices" - }, - "CPlayer_ObserverServices": { - "fields": { - "m_bForcedObserverMode": 76, - "m_hObserverTarget": 68, - "m_iObserverLastMode": 72, - "m_iObserverMode": 64 - }, - "metadata": [ - { - "name": "m_iObserverMode", - "ty": "uint8", - "type": "NetworkVarNames" - }, - { - "name": "m_hObserverTarget", - "ty": "CHandle", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CPlayer_WeaponServices": { - "fields": { - "m_bPreventWeaponPickup": 160, - "m_hActiveWeapon": 88, - "m_hLastWeapon": 92, - "m_hMyWeapons": 64, - "m_iAmmo": 96 - }, - "metadata": [ - { - "name": "m_hMyWeapons", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_hActiveWeapon", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_hLastWeapon", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_iAmmo", - "ty": "uint16", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CPointCamera": { - "fields": { - "m_DegreesPerSecond": 2040, - "m_FOV": 1960, - "m_FogColor": 1969, - "m_Resolution": 1964, - "m_TargetFOV": 2036, - "m_bActive": 1988, - "m_bCanHLTVUse": 2012, - "m_bDofEnabled": 2013, - "m_bFogEnable": 1968, - "m_bIsOn": 2044, - "m_bNoSky": 1996, - "m_bUseScreenAspectRatio": 1989, - "m_fBrightness": 2000, - "m_flAspectRatio": 1992, - "m_flDofFarBlurry": 2028, - "m_flDofFarCrisp": 2024, - "m_flDofNearBlurry": 2016, - "m_flDofNearCrisp": 2020, - "m_flDofTiltToGround": 2032, - "m_flFogEnd": 1980, - "m_flFogMaxDensity": 1984, - "m_flFogStart": 1976, - "m_flZFar": 2004, - "m_flZNear": 2008, - "m_pNext": 2048 - }, - "metadata": [ - { - "name": "m_FOV", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_Resolution", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_bFogEnable", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_FogColor", - "ty": "Color", - "type": "NetworkVarNames" - }, - { - "name": "m_flFogStart", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flFogEnd", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flFogMaxDensity", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_bActive", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bUseScreenAspectRatio", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_flAspectRatio", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_bNoSky", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_fBrightness", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flZFar", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flZNear", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_bCanHLTVUse", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bDofEnabled", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_flDofNearBlurry", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flDofNearCrisp", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flDofFarCrisp", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flDofFarBlurry", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flDofTiltToGround", - "ty": "float", - "type": "NetworkVarNames" - } - ], - "parent": "CBaseEntity" - }, - "CPointClientUIDialog": { - "fields": { - "m_bStartEnabled": 2988, - "m_hActivator": 2984 - }, - "metadata": [ - { - "name": "m_hActivator", - "ty": "EHANDLE", - "type": "NetworkVarNames" - } - ], - "parent": "CBaseClientUIEntity" - }, - "CPointClientUIWorldPanel": { - "fields": { - "m_bAllowInteractionFromAllSceneWorlds": 3024, - "m_bDisableMipGen": 3063, - "m_bExcludeFromSaveGames": 3060, - "m_bFollowPlayerAcrossTeleport": 2986, - "m_bGrabbable": 3061, - "m_bIgnoreInput": 2984, - "m_bLit": 2985, - "m_bNoDepth": 3057, - "m_bOnlyRenderToTexture": 3062, - "m_bOpaque": 3056, - "m_bRenderBackface": 3058, - "m_bUseOffScreenIndicator": 3059, - "m_flDPI": 2996, - "m_flDepthOffset": 3004, - "m_flHeight": 2992, - "m_flInteractDistance": 3000, - "m_flWidth": 2988, - "m_nExplicitImageLayout": 3064, - "m_unHorizontalAlign": 3012, - "m_unOrientation": 3020, - "m_unOwnerContext": 3008, - "m_unVerticalAlign": 3016, - "m_vecCSSClasses": 3032 - }, - "metadata": [ - { - "name": "m_bIgnoreInput", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bLit", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bFollowPlayerAcrossTeleport", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_flWidth", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flHeight", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flDPI", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flInteractDistance", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flDepthOffset", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_unOwnerContext", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_unHorizontalAlign", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_unVerticalAlign", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_unOrientation", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_bAllowInteractionFromAllSceneWorlds", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_vecCSSClasses", - "ty": "string_t", - "type": "NetworkVarNames" - }, - { - "name": "m_bOpaque", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bNoDepth", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bRenderBackface", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bUseOffScreenIndicator", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bExcludeFromSaveGames", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bGrabbable", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bOnlyRenderToTexture", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bDisableMipGen", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_nExplicitImageLayout", - "ty": "int32", - "type": "NetworkVarNames" - } - ], - "parent": "CBaseClientUIEntity" - }, - "CPointClientUIWorldTextPanel": { - "fields": { - "m_messageText": 3068 - }, - "metadata": [ - { - "name": "m_messageText", - "ty": "char", - "type": "NetworkVarNames" - } - ], - "parent": "CPointClientUIWorldPanel" - }, - "CPointCommentaryNode": { - "fields": { - "m_bActive": 3256, - "m_bDisabled": 3157, - "m_bListenedTo": 3296, - "m_bPreventChangesWhileMoving": 3156, - "m_bPreventMovement": 3112, - "m_bUnderCrosshair": 3113, - "m_bUnstoppable": 3114, - "m_flAbortedPlaybackAt": 3172, - "m_flFinishedTime": 3116, - "m_flStartTime": 3260, - "m_flStartTimeInCommentary": 3264, - "m_hViewPosition": 3104, - "m_hViewPositionMover": 3108, - "m_hViewTarget": 3088, - "m_hViewTargetAngles": 3092, - "m_iNodeNumber": 3288, - "m_iNodeNumberMax": 3292, - "m_iszCommentaryFile": 3072, - "m_iszPostCommands": 3064, - "m_iszPreCommands": 3056, - "m_iszSpeakers": 3280, - "m_iszTitle": 3272, - "m_iszViewPosition": 3096, - "m_iszViewTarget": 3080, - "m_pOnCommentaryStarted": 3176, - "m_pOnCommentaryStopped": 3216, - "m_vecFinishAngles": 3144, - "m_vecFinishOrigin": 3120, - "m_vecOriginalAngles": 3132, - "m_vecTeleportOrigin": 3160 - }, - "metadata": [ - { - "name": "m_iszCommentaryFile", - "ty": "string_t", - "type": "NetworkVarNames" - }, - { - "name": "m_hViewPosition", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_bActive", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_flStartTime", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_flStartTimeInCommentary", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_iszTitle", - "ty": "string_t", - "type": "NetworkVarNames" - }, - { - "name": "m_iszSpeakers", - "ty": "string_t", - "type": "NetworkVarNames" - }, - { - "name": "m_iNodeNumber", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iNodeNumberMax", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_bListenedTo", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": "CBaseAnimGraph" - }, - "CPointValueRemapper": { - "fields": { - "m_OnDisengage": 2424, - "m_OnEngage": 2384, - "m_OnReachedValueCustom": 2344, - "m_OnReachedValueOne": 2304, - "m_OnReachedValueZero": 2264, - "m_Position": 2184, - "m_PositionDelta": 2224, - "m_bDisabled": 1960, - "m_bEngaged": 2104, - "m_bFirstUpdate": 2105, - "m_bRequiresUseKey": 2004, - "m_bUpdateOnClient": 1961, - "m_flCurrentMomentum": 2088, - "m_flCustomOutputValue": 2132, - "m_flDisengageDistance": 1996, - "m_flEngageDistance": 2000, - "m_flInputOffset": 2100, - "m_flMaximumChangePerSecond": 1992, - "m_flMomentumModifier": 2080, - "m_flPreviousUpdateTickTime": 2112, - "m_flPreviousValue": 2108, - "m_flRatchetOffset": 2096, - "m_flSnapValue": 2084, - "m_hOutputEntities": 2048, - "m_hRemapLineEnd": 1988, - "m_hRemapLineStart": 1984, - "m_hUsingPlayer": 2128, - "m_iszOutputEntity2Name": 2024, - "m_iszOutputEntity3Name": 2032, - "m_iszOutputEntity4Name": 2040, - "m_iszOutputEntityName": 2016, - "m_iszRemapLineEndName": 1976, - "m_iszRemapLineStartName": 1968, - "m_iszSoundDisengage": 2144, - "m_iszSoundEngage": 2136, - "m_iszSoundMovingLoop": 2168, - "m_iszSoundReachedValueOne": 2160, - "m_iszSoundReachedValueZero": 2152, - "m_nHapticsType": 2072, - "m_nInputType": 1964, - "m_nMomentumType": 2076, - "m_nOutputType": 2008, - "m_nRatchetType": 2092, - "m_vecPreviousTestPoint": 2116 - }, - "metadata": [ - { - "name": "m_bDisabled", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bUpdateOnClient", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_nInputType", - "ty": "ValueRemapperInputType_t", - "type": "NetworkVarNames" - }, - { - "name": "m_hRemapLineStart", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_hRemapLineEnd", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_flMaximumChangePerSecond", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flDisengageDistance", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flEngageDistance", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_bRequiresUseKey", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_nOutputType", - "ty": "ValueRemapperOutputType_t", - "type": "NetworkVarNames" - }, - { - "name": "m_hOutputEntities", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_nHapticsType", - "ty": "ValueRemapperHapticsType_t", - "type": "NetworkVarNames" - }, - { - "name": "m_nMomentumType", - "ty": "ValueRemapperMomentumType_t", - "type": "NetworkVarNames" - }, - { - "name": "m_flMomentumModifier", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flSnapValue", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_nRatchetType", - "ty": "ValueRemapperRatchetType_t", - "type": "NetworkVarNames" - }, - { - "name": "m_flInputOffset", - "ty": "float", - "type": "NetworkVarNames" - } - ], - "parent": "CBaseEntity" - }, - "CPointWorldText": { - "fields": { - "m_Color": 3144, - "m_FontName": 3064, - "m_bEnabled": 3128, - "m_bFullbright": 3129, - "m_flDepthOffset": 3140, - "m_flFontSize": 3136, - "m_flWorldUnitsPerPx": 3132, - "m_messageText": 2552, - "m_nJustifyHorizontal": 3148, - "m_nJustifyVertical": 3152, - "m_nReorientMode": 3156 - }, - "metadata": [ - { - "name": "m_messageText", - "ty": "char", - "type": "NetworkVarNames" - }, - { - "name": "m_FontName", - "ty": "char", - "type": "NetworkVarNames" - }, - { - "name": "m_bEnabled", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bFullbright", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_flWorldUnitsPerPx", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flFontSize", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flDepthOffset", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_Color", - "ty": "Color", - "type": "NetworkVarNames" - }, - { - "name": "m_nJustifyHorizontal", - "ty": "PointWorldTextJustifyHorizontal_t", - "type": "NetworkVarNames" - }, - { - "name": "m_nJustifyVertical", - "ty": "PointWorldTextJustifyVertical_t", - "type": "NetworkVarNames" - }, - { - "name": "m_nReorientMode", - "ty": "PointWorldTextReorientMode_t", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CPostProcessingVolume": { - "fields": { - "m_bExposureControl": 3037, - "m_bMaster": 3036, - "m_flExposureCompensation": 3020, - "m_flExposureFadeSpeedDown": 3028, - "m_flExposureFadeSpeedUp": 3024, - "m_flFadeDuration": 3000, - "m_flMaxExposure": 3016, - "m_flMaxLogExposure": 3008, - "m_flMinExposure": 3012, - "m_flMinLogExposure": 3004, - "m_flRate": 3040, - "m_flTonemapEVSmoothingRange": 3032, - "m_flTonemapMinAvgLum": 3052, - "m_flTonemapPercentBrightPixels": 3048, - "m_flTonemapPercentTarget": 3044, - "m_hPostSettings": 2992 - }, - "metadata": [ - { - "name": "m_hPostSettings", - "ty": "HPostProcessingStrong", - "type": "NetworkVarNames" - }, - { - "name": "m_flFadeDuration", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flMinLogExposure", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flMaxLogExposure", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flMinExposure", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flMaxExposure", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flExposureCompensation", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flExposureFadeSpeedUp", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flExposureFadeSpeedDown", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flTonemapEVSmoothingRange", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_bMaster", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bExposureControl", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_flRate", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flTonemapPercentTarget", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flTonemapPercentBrightPixels", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flTonemapMinAvgLum", - "ty": "float", - "type": "NetworkVarNames" - } - ], - "parent": "CBaseTrigger" - }, - "CPrecipitationVData": { - "fields": { - "m_bBatchSameVolumeType": 272, - "m_flInnerDistance": 264, - "m_nAttachType": 268, - "m_nRTEnvCP": 276, - "m_nRTEnvCPComponent": 280, - "m_szModifier": 288, - "m_szParticlePrecipitationEffect": 40 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CPulseCell_Outflow_PlaySceneBase": { - "fields": { - "m_OnCanceled": 88, - "m_OnFinished": 72, - "m_Triggers": 104 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CPulseCell_BaseYieldingInflow" - }, - "CPulseCell_SoundEventStart": { - "fields": { - "m_Type": 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" - }, - "CPulseGraphInstance_ServerEntity": { - "fields": { - "m_pComponent": 216 - }, - "metadata": [ - { - "name": "MPulseInstanceDomainInfo", - "type": "Unknown" - }, - { - "name": "MPulseLibraryBindings", - "type": "Unknown" - }, - { - "name": "MPulseDomainOptInFeatureTag", - "type": "Unknown" - } - ], - "parent": null - }, - "CPulseServerFuncs": { - "fields": {}, - "metadata": [ - { - "name": "MPulseLibraryBindings", - "type": "Unknown" - }, - { - "name": "MPropertyFriendlyName", - "type": "Unknown" - }, - { - "name": "MPropertyDescription", - "type": "Unknown" - } - ], - "parent": null - }, - "CPulseServerFuncs_Sounds": { - "fields": {}, - "metadata": [ - { - "name": "MPulseLibraryBindings", - "type": "Unknown" - }, - { - "name": "MPropertyFriendlyName", - "type": "Unknown" - }, - { - "name": "MPropertyDescription", - "type": "Unknown" - } - ], - "parent": null - }, - "CRagdollManager": { - "fields": { - "m_bSaveImportant": 1968, - "m_iCurrentMaxRagdollCount": 1960, - "m_iMaxRagdollCount": 1964 - }, - "metadata": [ - { - "name": "m_iCurrentMaxRagdollCount", - "ty": "int8", - "type": "NetworkVarNames" - } - ], - "parent": "CBaseEntity" - }, - "CRagdollProp": { - "fields": { - "m_allAsleep": 3184, - "m_bFirstCollisionAfterLaunch": 3185, - "m_bHasBeenPhysgunned": 3256, - "m_bShouldDeleteActivationRecord": 3320, - "m_bShouldTeleportPhysics": 3257, - "m_bStartDisabled": 3120, - "m_bValidatePoweredRagdollPose": 3416, - "m_flAwakeTime": 3224, - "m_flBlendWeight": 3260, - "m_flDefaultFadeScale": 3264, - "m_flFadeOutStartTime": 3204, - "m_flFadeTime": 3208, - "m_flLastOriginChangeTime": 3228, - "m_flLastPhysicsInfluenceTime": 3200, - "m_hDamageEntity": 3188, - "m_hKiller": 3192, - "m_hPhysicsAttacker": 3196, - "m_hRagdollSource": 3176, - "m_lastUpdateTickCount": 3180, - "m_nBloodColor": 3232, - "m_ragAngles": 3152, - "m_ragPos": 3128, - "m_ragdoll": 3064, - "m_ragdollMaxs": 3296, - "m_ragdollMins": 3272, - "m_strOriginClassName": 3240, - "m_strSourceClassName": 3248, - "m_vecLastOrigin": 3212 - }, - "metadata": [ - { - "name": "m_ragPos", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_ragAngles", - "ty": "QAngle", - "type": "NetworkVarNames" - }, - { - "name": "m_hRagdollSource", - "ty": "EHANDLE", - "type": "NetworkVarNames" - }, - { - "name": "m_flBlendWeight", - "ty": "float32", - "type": "NetworkVarNames" - } - ], - "parent": "CBaseAnimGraph" - }, - "CRagdollPropAttached": { - "fields": { - "m_attachmentPointBoneSpace": 3488, - "m_attachmentPointRagdollSpace": 3500, - "m_bShouldDeleteAttachedActivationRecord": 3528, - "m_bShouldDetach": 3512, - "m_boneIndexAttached": 3480, - "m_ragdollAttachedObjectIndex": 3484 - }, - "metadata": [ - { - "name": "m_boneIndexAttached", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_ragdollAttachedObjectIndex", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_attachmentPointBoneSpace", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_attachmentPointRagdollSpace", - "ty": "Vector", - "type": "NetworkVarNames" - } - ], - "parent": "CRagdollProp" - }, - "CRangeFloat": { - "fields": { - "m_pValue": 0 - }, - "metadata": [ - { - "name": "MPropertyCustomEditor", - "type": "Unknown" - } - ], - "parent": null - }, - "CRangeInt": { - "fields": { - "m_pValue": 0 - }, - "metadata": [ - { - "name": "MPropertyCustomEditor", - "type": "Unknown" - } - ], - "parent": null - }, - "CRectLight": { - "fields": { - "m_bShowLight": 3104 - }, - "metadata": [ - { - "name": "m_bShowLight", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": "CBarnLight" - }, - "CRemapFloat": { - "fields": { - "m_pValue": 0 - }, - "metadata": [ - { - "name": "MPropertyCustomEditor", - "type": "Unknown" - } - ], - "parent": null - }, - "CRetakeGameRules": { - "fields": { - "m_bBlockersPresent": 252, - "m_bRoundInProgress": 253, - "m_iBombSite": 260, - "m_iFirstSecondHalfRound": 256, - "m_nMatchSeed": 248 - }, - "metadata": [ - { - "name": "m_nMatchSeed", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_bBlockersPresent", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bRoundInProgress", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_iFirstSecondHalfRound", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iBombSite", - "ty": "int", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CRopeKeyframe": { - "fields": { - "m_RopeFlags": 2560, - "m_RopeLength": 2610, - "m_Slack": 2576, - "m_Subdiv": 2608, - "m_TextureScale": 2584, - "m_Width": 2580, - "m_bConstrainBetweenEndpoints": 2589, - "m_bCreatedFromMapFile": 2613, - "m_bEndPointValid": 2621, - "m_bStartPointValid": 2620, - "m_fLockedPoints": 2612, - "m_flScrollSpeed": 2616, - "m_hEndPoint": 2628, - "m_hStartPoint": 2624, - "m_iEndAttachment": 2633, - "m_iNextLinkName": 2568, - "m_iRopeMaterialModelIndex": 2600, - "m_iStartAttachment": 2632, - "m_nChangeCount": 2609, - "m_nSegments": 2588, - "m_strRopeMaterialModel": 2592 - }, - "metadata": [ - { - "name": "MNetworkIncludeByUserGroup", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "m_RopeFlags", - "ty": "uint16", - "type": "NetworkVarNames" - }, - { - "name": "m_Slack", - "ty": "int16", - "type": "NetworkVarNames" - }, - { - "name": "m_Width", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_TextureScale", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_nSegments", - "ty": "uint8", - "type": "NetworkVarNames" - }, - { - "name": "m_bConstrainBetweenEndpoints", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_iRopeMaterialModelIndex", - "ty": "HMaterialStrong", - "type": "NetworkVarNames" - }, - { - "name": "m_Subdiv", - "ty": "uint8", - "type": "NetworkVarNames" - }, - { - "name": "m_nChangeCount", - "ty": "uint8", - "type": "NetworkVarNames" - }, - { - "name": "m_RopeLength", - "ty": "int16", - "type": "NetworkVarNames" - }, - { - "name": "m_fLockedPoints", - "ty": "uint8", - "type": "NetworkVarNames" - }, - { - "name": "m_flScrollSpeed", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_hStartPoint", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_hEndPoint", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_iStartAttachment", - "ty": "AttachmentHandle_t", - "type": "NetworkVarNames" - }, - { - "name": "m_iEndAttachment", - "ty": "AttachmentHandle_t", - "type": "NetworkVarNames" - } - ], - "parent": "CBaseModelEntity" - }, - "CSMatchStats_t": { - "fields": { - "m_i1v1Count": 160, - "m_i1v1Wins": 164, - "m_i1v2Count": 168, - "m_i1v2Wins": 172, - "m_iEnemy2Ks": 120, - "m_iEnemy3Ks": 108, - "m_iEnemy4Ks": 104, - "m_iEnemy5Ks": 100, - "m_iEnemyKnifeKills": 112, - "m_iEnemyTaserKills": 116, - "m_iEntryCount": 176, - "m_iEntryWins": 180, - "m_iFlash_Count": 136, - "m_iFlash_Successes": 140, - "m_iUtility_Count": 124, - "m_iUtility_Enemies": 132, - "m_iUtility_Successes": 128, - "m_nHealthPointsDealtTotal": 148, - "m_nHealthPointsRemovedTotal": 144, - "m_nShotsFiredTotal": 152, - "m_nShotsOnTargetTotal": 156 - }, - "metadata": [ - { - "name": "m_iEnemy5Ks", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iEnemy4Ks", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iEnemy3Ks", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iEnemyKnifeKills", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iEnemyTaserKills", - "ty": "int", - "type": "NetworkVarNames" - } - ], - "parent": "CSPerRoundStats_t" - }, - "CSPerRoundStats_t": { - "fields": { - "m_iAssists": 56, - "m_iCashEarned": 88, - "m_iDamage": 60, - "m_iDeaths": 52, - "m_iEnemiesFlashed": 96, - "m_iEquipmentValue": 64, - "m_iHeadShotKills": 80, - "m_iKillReward": 72, - "m_iKills": 48, - "m_iLiveTime": 76, - "m_iMoneySaved": 68, - "m_iObjective": 84, - "m_iUtilityDamage": 92 - }, - "metadata": [ - { - "name": "m_iKills", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iDeaths", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iAssists", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iDamage", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iEquipmentValue", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iMoneySaved", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iKillReward", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iLiveTime", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iHeadShotKills", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iObjective", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iCashEarned", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iUtilityDamage", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iEnemiesFlashed", - "ty": "int", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CSceneEntity": { - "fields": { - "m_BusyActor": 3312, - "m_OnCanceled": 2320, - "m_OnCompletion": 2280, - "m_OnPaused": 2360, - "m_OnResumed": 2400, - "m_OnStart": 2240, - "m_OnTrigger": 2440, - "m_bAutogenerated": 2083, - "m_bAutomated": 2104, - "m_bBreakOnNonIdle": 2130, - "m_bCancelAtNextInterrupt": 2096, - "m_bCompletedEarly": 3234, - "m_bInterruptSceneFinished": 3235, - "m_bInterrupted": 3233, - "m_bInterruptedActorsScenes": 2129, - "m_bIsPlayingBack": 2080, - "m_bMultiplayer": 2082, - "m_bPauseAtNextInterrupt": 2126, - "m_bPaused": 2081, - "m_bPausedViaInput": 2125, - "m_bRestoring": 3236, - "m_bSceneMissing": 3232, - "m_bWaitingForActor": 2127, - "m_bWaitingForInterrupt": 2128, - "m_bWaitingForResumeScene": 2124, - "m_fPitch": 2100, - "m_flAutomationDelay": 2112, - "m_flAutomationTime": 2116, - "m_flCurrentTime": 2088, - "m_flForceClientTime": 2084, - "m_flFrameTime": 2092, - "m_hActivator": 3308, - "m_hActor": 3304, - "m_hActorList": 2136, - "m_hInterruptScene": 3224, - "m_hListManagers": 3264, - "m_hNotifySceneCompletion": 3240, - "m_hRemoveActorList": 2160, - "m_hTarget1": 2048, - "m_hTarget2": 2052, - "m_hTarget3": 2056, - "m_hTarget4": 2060, - "m_hTarget5": 2064, - "m_hTarget6": 2068, - "m_hTarget7": 2072, - "m_hTarget8": 2076, - "m_hWaitingForThisResumeScene": 2120, - "m_iPlayerDeathBehavior": 3316, - "m_iszResumeSceneFile": 1976, - "m_iszSceneFile": 1968, - "m_iszSequenceName": 3296, - "m_iszSoundName": 3288, - "m_iszTarget1": 1984, - "m_iszTarget2": 1992, - "m_iszTarget3": 2000, - "m_iszTarget4": 2008, - "m_iszTarget5": 2016, - "m_iszTarget6": 2024, - "m_iszTarget7": 2032, - "m_iszTarget8": 2040, - "m_nAutomatedAction": 2108, - "m_nInterruptCount": 3228, - "m_nSceneFlushCounter": 2232, - "m_nSceneStringIndex": 2236 - }, - "metadata": [ - { - "name": "m_bIsPlayingBack", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bPaused", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bMultiplayer", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bAutogenerated", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_flForceClientTime", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_hActorList", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_nSceneStringIndex", - "ty": "uint16", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CShatterGlassShardPhysics": { - "fields": { - "m_ShardDesc": 3808, - "m_bDebris": 3796, - "m_hParentShard": 3800 - }, - "metadata": [ - { - "name": "MNetworkExcludeByName", - "type": "Unknown" - }, - { - "name": "m_ShardDesc", - "ty": "shard_model_desc_t", - "type": "NetworkVarNames" - } - ], - "parent": "CPhysicsProp" - }, - "CSkeletonInstance": { - "fields": { - "m_bDirtyMotionType": 0, - "m_bDisableSolidCollisionsForHierarchy": 898, - "m_bIsAnimationEnabled": 896, - "m_bIsGeneratingLatchedParentSpaceState": 0, - "m_bUseParentRenderBounds": 897, - "m_materialGroup": 900, - "m_modelState": 352, - "m_nHitboxSet": 904 - }, - "metadata": [ - { - "name": "m_modelState", - "ty": "CModelState", - "type": "NetworkVarNames" - }, - { - "name": "m_bIsAnimationEnabled", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bUseParentRenderBounds", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_materialGroup", - "ty": "CUtlStringToken", - "type": "NetworkVarNames" - }, - { - "name": "m_nHitboxSet", - "ty": "uint8", - "type": "NetworkVarNames" - } - ], - "parent": "CGameSceneNode" - }, - "CSkillDamage": { - "fields": { - "m_flDamage": 0, - "m_flPhysicsForceDamage": 16 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CSkillFloat": { - "fields": { - "m_pValue": 0 - }, - "metadata": [ - { - "name": "MPropertyCustomEditor", - "type": "Unknown" - } - ], - "parent": null - }, - "CSkillInt": { - "fields": { - "m_pValue": 0 - }, - "metadata": [ - { - "name": "MPropertyCustomEditor", - "type": "Unknown" - } - ], - "parent": null - }, - "CSkyCamera": { - "fields": { - "m_bUseAngles": 2108, - "m_pNext": 2112, - "m_skyboxData": 1960, - "m_skyboxSlotToken": 2104 - }, - "metadata": [ - { - "name": "m_skyboxData", - "ty": "sky3dparams_t", - "type": "NetworkVarNames" - }, - { - "name": "m_skyboxSlotToken", - "ty": "CUtlStringToken", - "type": "NetworkVarNames" - } - ], - "parent": "CBaseEntity" - }, - "CSmokeGrenadeProjectile": { - "fields": { - "m_VoxelFrameData": 3544, - "m_bDidSmokeEffect": 3508, - "m_flLastBounce": 3568, - "m_fllastSimulationTime": 3572, - "m_nRandomSeed": 3512, - "m_nSmokeEffectTickBegin": 3504, - "m_vSmokeColor": 3516, - "m_vSmokeDetonationPos": 3528 - }, - "metadata": [ - { - "name": "m_nSmokeEffectTickBegin", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_bDidSmokeEffect", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_nRandomSeed", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_vSmokeColor", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_vSmokeDetonationPos", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_VoxelFrameData", - "ty": "CUtlVector", - "type": "NetworkVarNames" - } - ], - "parent": "CBaseCSGrenadeProjectile" - }, - "CSoundAreaEntityBase": { - "fields": { - "m_bDisabled": 1960, - "m_iszSoundAreaType": 1968, - "m_vPos": 1976 - }, - "metadata": [ - { - "name": "m_bDisabled", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_iszSoundAreaType", - "ty": "string_t", - "type": "NetworkVarNames" - }, - { - "name": "m_vPos", - "ty": "Vector", - "type": "NetworkVarNames" - } - ], - "parent": "CBaseEntity" - }, - "CSoundAreaEntityOrientedBox": { - "fields": { - "m_vMax": 2000, - "m_vMin": 1988 - }, - "metadata": [ - { - "name": "m_vMin", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_vMax", - "ty": "Vector", - "type": "NetworkVarNames" - } - ], - "parent": "CSoundAreaEntityBase" - }, - "CSoundAreaEntitySphere": { - "fields": { - "m_flRadius": 1988 - }, - "metadata": [ - { - "name": "m_flRadius", - "ty": "float", - "type": "NetworkVarNames" - } - ], - "parent": "CSoundAreaEntityBase" - }, - "CSoundOpvarSetPointBase": { - "fields": { - "m_bDisabled": 1960, - "m_bUseAutoCompare": 2108, - "m_hSource": 1964, - "m_iOpvarIndex": 2104, - "m_iszOperatorName": 2088, - "m_iszOpvarName": 2096, - "m_iszSourceEntityName": 1976, - "m_iszStackName": 2080, - "m_vLastPosition": 2064 - }, - "metadata": [ - { - "name": "m_iszStackName", - "ty": "string_t", - "type": "NetworkVarNames" - }, - { - "name": "m_iszOperatorName", - "ty": "string_t", - "type": "NetworkVarNames" - }, - { - "name": "m_iszOpvarName", - "ty": "string_t", - "type": "NetworkVarNames" - }, - { - "name": "m_iOpvarIndex", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_bUseAutoCompare", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": "CBaseEntity" - }, - "CSpotlightEnd": { - "fields": { - "m_Radius": 2556, - "m_flLightScale": 2552, - "m_vSpotlightDir": 2560, - "m_vSpotlightOrg": 2572 - }, - "metadata": [ - { - "name": "m_flLightScale", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_Radius", - "ty": "float32", - "type": "NetworkVarNames" - } - ], - "parent": "CBaseModelEntity" - }, - "CSprite": { - "fields": { - "m_bWorldSpaceScale": 2608, - "m_flBrightnessDuration": 2596, - "m_flBrightnessTimeStart": 2648, - "m_flDestScale": 2632, - "m_flDieTime": 2576, - "m_flFrame": 2572, - "m_flGlowProxySize": 2612, - "m_flHDRColorScale": 2616, - "m_flLastTime": 2620, - "m_flMaxFrame": 2624, - "m_flScaleDuration": 2604, - "m_flScaleTimeStart": 2636, - "m_flSpriteFramerate": 2568, - "m_flSpriteScale": 2600, - "m_flStartScale": 2628, - "m_hAttachedToEntity": 2560, - "m_hSpriteMaterial": 2552, - "m_nAttachment": 2564, - "m_nBrightness": 2592, - "m_nDestBrightness": 2644, - "m_nSpriteHeight": 2656, - "m_nSpriteWidth": 2652, - "m_nStartBrightness": 2640 - }, - "metadata": [ - { - "name": "m_hSpriteMaterial", - "ty": "HMaterialStrong", - "type": "NetworkVarNames" - }, - { - "name": "m_hAttachedToEntity", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_nAttachment", - "ty": "AttachmentHandle_t", - "type": "NetworkVarNames" - }, - { - "name": "m_flSpriteFramerate", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flFrame", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_nBrightness", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_flBrightnessDuration", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flSpriteScale", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flScaleDuration", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_bWorldSpaceScale", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_flGlowProxySize", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flHDRColorScale", - "ty": "float32", - "type": "NetworkVarNames" - } - ], - "parent": "CBaseModelEntity" - }, - "CSun": { - "fields": { - "m_bOn": 2584, - "m_bmaxColor": 2585, - "m_clrOverlay": 2564, - "m_flAlphaHaze": 2600, - "m_flAlphaHdr": 2604, - "m_flAlphaScale": 2608, - "m_flFarZScale": 2616, - "m_flHDRColorScale": 2612, - "m_flHazeScale": 2596, - "m_flRotation": 2592, - "m_flSize": 2588, - "m_iszEffectName": 2568, - "m_iszSSEffectName": 2576, - "m_vDirection": 2552 - }, - "metadata": [ - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "m_vDirection", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_clrOverlay", - "ty": "Color", - "type": "NetworkVarNames" - }, - { - "name": "m_iszEffectName", - "ty": "string_t", - "type": "NetworkVarNames" - }, - { - "name": "m_iszSSEffectName", - "ty": "string_t", - "type": "NetworkVarNames" - }, - { - "name": "m_bOn", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bmaxColor", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_flSize", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flRotation", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flHazeScale", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flAlphaHaze", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flAlphaHdr", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flAlphaScale", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flHDRColorScale", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_flFarZScale", - "ty": "float32", - "type": "NetworkVarNames" - } - ], - "parent": "CBaseModelEntity" - }, - "CTakeDamageInfoAPI": { - "fields": {}, - "metadata": [ - { - "name": "MPulseProvideFeatureTag", - "type": "Unknown" - }, - { - "name": "MPulseLibraryBindings", - "type": "Unknown" - } - ], - "parent": null - }, - "CTeam": { - "fields": { - "m_aPlayerControllers": 1960, - "m_aPlayers": 1984, - "m_iScore": 2008, - "m_szTeamname": 2012 - }, - "metadata": [ - { - "name": "MNetworkIncludeByName", - "type": "Unknown" - }, - { - "name": "m_aPlayerControllers", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_aPlayers", - "ty": "CHandle", - "type": "NetworkVarNames" - }, - { - "name": "m_iScore", - "ty": "int32", - "type": "NetworkVarNames" - }, - { - "name": "m_szTeamname", - "ty": "char", - "type": "NetworkVarNames" - } - ], - "parent": "CBaseEntity" - }, - "CTextureBasedAnimatable": { - "fields": { - "m_bLoop": 2552, - "m_flFPS": 2556, - "m_flStartFrame": 2604, - "m_flStartTime": 2600, - "m_hPositionKeys": 2560, - "m_hRotationKeys": 2568, - "m_vAnimationBoundsMax": 2588, - "m_vAnimationBoundsMin": 2576 - }, - "metadata": [ - { - "name": "m_bLoop", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_flFPS", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_hPositionKeys", - "ty": "HRenderTextureStrong", - "type": "NetworkVarNames" - }, - { - "name": "m_hRotationKeys", - "ty": "HRenderTextureStrong", - "type": "NetworkVarNames" - }, - { - "name": "m_vAnimationBoundsMin", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_vAnimationBoundsMax", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_flStartTime", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flStartFrame", - "ty": "float", - "type": "NetworkVarNames" - } - ], - "parent": "CBaseModelEntity" - }, - "CTimeline": { - "fields": { - "m_bStopped": 544, - "m_flFinalValue": 536, - "m_flInterval": 532, - "m_flValues": 16, - "m_nBucketCount": 528, - "m_nCompressionType": 540, - "m_nValueCounts": 272 - }, - "metadata": [ - { - "name": "m_flValues", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_nValueCounts", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nBucketCount", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_flInterval", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flFinalValue", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_nCompressionType", - "ty": "TimelineCompression_t", - "type": "NetworkVarNames" - }, - { - "name": "m_bStopped", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": "IntervalTimer" - }, - "CTonemapController2": { - "fields": { - "m_flAutoExposureMax": 1964, - "m_flAutoExposureMin": 1960, - "m_flExposureAdaptationSpeedDown": 1984, - "m_flExposureAdaptationSpeedUp": 1980, - "m_flTonemapEVSmoothingRange": 1988, - "m_flTonemapMinAvgLum": 1976, - "m_flTonemapPercentBrightPixels": 1972, - "m_flTonemapPercentTarget": 1968 - }, - "metadata": [ - { - "name": "m_flAutoExposureMin", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flAutoExposureMax", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flTonemapPercentTarget", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flTonemapPercentBrightPixels", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flTonemapMinAvgLum", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flExposureAdaptationSpeedUp", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flExposureAdaptationSpeedDown", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flTonemapEVSmoothingRange", - "ty": "float", - "type": "NetworkVarNames" - } - ], - "parent": "CBaseEntity" - }, - "CTriggerBuoyancy": { - "fields": { - "m_BuoyancyHelper": 2976, - "m_flFluidDensity": 3008 - }, - "metadata": [ - { - "name": "m_flFluidDensity", - "ty": "float", - "type": "NetworkVarNames" - } - ], - "parent": "CBaseTrigger" - }, - "CTriggerGameEvent": { - "fields": { - "m_strEndTouchEventName": 2984, - "m_strStartTouchEventName": 2976, - "m_strTriggerID": 2992 - }, - "metadata": [ - { - "name": "m_strStartTouchEventName", - "ty": "CUtlString", - "type": "NetworkVarNames" - }, - { - "name": "m_strEndTouchEventName", - "ty": "CUtlString", - "type": "NetworkVarNames" - }, - { - "name": "m_strTriggerID", - "ty": "CUtlString", - "type": "NetworkVarNames" - } - ], - "parent": "CBaseTrigger" - }, - "CTriggerLook": { - "fields": { - "m_OnEndLook": 3136, - "m_OnStartLook": 3096, - "m_OnTimeout": 3056, - "m_b2DFOV": 3042, - "m_bIsLooking": 3041, - "m_bTestOcclusion": 3048, - "m_bTimeoutFired": 3040, - "m_bUseVelocity": 3043, - "m_flFieldOfView": 3020, - "m_flLookTime": 3024, - "m_flLookTimeLast": 3032, - "m_flLookTimeTotal": 3028, - "m_flTimeoutDuration": 3036, - "m_hActivator": 3044, - "m_hLookTarget": 3016 - }, - "metadata": [ - { - "name": "m_bTestOcclusion", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "CTriggerPhysics": { - "fields": { - "m_angularDamping": 3008, - "m_angularLimit": 3004, - "m_bCollapseToForcePoint": 3036, - "m_bConvertToDebrisWhenPossible": 3064, - "m_flDampingRatio": 3020, - "m_flFrequency": 3016, - "m_gravityScale": 2992, - "m_linearDamping": 3000, - "m_linearForce": 3012, - "m_linearLimit": 2996, - "m_vecLinearForceDirection": 3052, - "m_vecLinearForcePointAt": 3024, - "m_vecLinearForcePointAtWorld": 3040 - }, - "metadata": [ - { - "name": "m_gravityScale", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_linearLimit", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_linearDamping", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_angularLimit", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_angularDamping", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_linearForce", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flFrequency", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_flDampingRatio", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_vecLinearForcePointAt", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_bCollapseToForcePoint", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_vecLinearForcePointAtWorld", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_vecLinearForceDirection", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "m_bConvertToDebrisWhenPossible", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": "CBaseTrigger" - }, - "CVoteController": { - "fields": { - "m_VoteOptions": 2368, - "m_acceptingVotesTimer": 2000, - "m_bIsYesNoVote": 1992, - "m_executeCommandTimer": 2024, - "m_iActiveIssueIndex": 1960, - "m_iOnlyTeamToVote": 1964, - "m_nHighestCountIndex": 2336, - "m_nPotentialVotes": 1988, - "m_nVoteOptionCount": 1968, - "m_nVotesCast": 2072, - "m_playerHoldingVote": 2328, - "m_playerOverrideForVote": 2332, - "m_potentialIssues": 2344, - "m_resetVoteTimer": 2048 - }, - "metadata": [ - { - "name": "m_iActiveIssueIndex", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_iOnlyTeamToVote", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nVoteOptionCount", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nPotentialVotes", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_bIsYesNoVote", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": "CBaseEntity" - }, - "CWeaponBaseItem": { - "fields": { - "m_SequenceCompleteTimer": 4504, - "m_bRedraw": 4528 - }, - "metadata": [ - { - "name": "m_SequenceCompleteTimer", - "ty": "CountdownTimer", - "type": "NetworkVarNames" - }, - { - "name": "m_bRedraw", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": "CCSWeaponBase" - }, - "CWeaponShield": { - "fields": { - "m_flBulletDamageAbsorbed": 4532, - "m_flDisplayHealth": 4540, - "m_flLastBulletHitSoundTime": 4536 - }, - "metadata": [ - { - "name": "m_flDisplayHealth", - "ty": "float", - "type": "NetworkVarNames" - } - ], - "parent": "CCSWeaponBaseGun" - }, - "CWeaponTaser": { - "fields": { - "m_fFireTime": 4532 - }, - "metadata": [ - { - "name": "m_fFireTime", - "ty": "GameTime_t", - "type": "NetworkVarNames" - } - ], - "parent": "CCSWeaponBaseGun" - }, - "CommandToolCommand_t": { - "fields": { - "m_ClearDebugBits": 64, - "m_Commands": 48, - "m_EntitySpec": 40, - "m_ExecMode": 16, - "m_InternalId": 4, - "m_PeriodicExecDelay": 32, - "m_SetDebugBits": 56, - "m_ShortName": 8, - "m_SpawnGroup": 24, - "m_SpecType": 36, - "m_bEnabled": 0, - "m_bOpened": 1 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CountdownTimer": { - "fields": { - "m_duration": 8, - "m_nWorldGroupId": 20, - "m_timescale": 16, - "m_timestamp": 12 - }, - "metadata": [ - { - "name": "m_duration", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_timestamp", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_timescale", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_nWorldGroupId", - "ty": "WorldGroupId_t", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "EngineCountdownTimer": { - "fields": { - "m_duration": 8, - "m_timescale": 16, - "m_timestamp": 12 - }, - "metadata": [ - { - "name": "m_duration", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_timestamp", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "m_timescale", - "ty": "float32", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "EntityRenderAttribute_t": { - "fields": { - "m_ID": 48, - "m_Values": 52 - }, - "metadata": [ - { - "name": "m_ID", - "ty": "CUtlStringToken", - "type": "NetworkVarNames" - }, - { - "name": "m_Values", - "ty": "Vector4D", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "EntitySpottedState_t": { - "fields": { - "m_bSpotted": 8, - "m_bSpottedByMask": 12 - }, - "metadata": [ - { - "name": "m_bSpotted", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bSpottedByMask", - "ty": "uint32", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "GameAmmoTypeInfo_t": { - "fields": { - "m_nBuySize": 52, - "m_nCost": 56 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "AmmoTypeInfo_t" - }, - "IntervalTimer": { - "fields": { - "m_nWorldGroupId": 12, - "m_timestamp": 8 - }, - "metadata": [ - { - "name": "m_timestamp", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "m_nWorldGroupId", - "ty": "WorldGroupId_t", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "PhysicsRagdollPose_t": { - "fields": { - "__m_pChainEntity": 8, - "m_Transforms": 48, - "m_hOwner": 72 - }, - "metadata": [ - { - "name": "m_Transforms", - "ty": "CTransform", - "type": "NetworkVarNames" - }, - { - "name": "m_hOwner", - "ty": "EHANDLE", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "PulseScriptedSequenceData_t": { - "fields": { - "m_bIgnoreLookAt": 43, - "m_bLoopActionSequence": 41, - "m_bLoopPostIdleSequence": 42, - "m_bLoopPreIdleSequence": 40, - "m_nActorID": 0, - "m_szEntrySequence": 16, - "m_szExitSequence": 32, - "m_szPreIdleSequence": 8, - "m_szSequence": 24 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "SellbackPurchaseEntry_t": { - "fields": { - "m_bPrevHelmet": 60, - "m_hItem": 64, - "m_nCost": 52, - "m_nPrevArmor": 56, - "m_unDefIdx": 48 - }, - "metadata": [ - { - "name": "m_unDefIdx", - "ty": "item_definition_index_t", - "type": "NetworkVarNames" - }, - { - "name": "m_nCost", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_nPrevArmor", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "m_bPrevHelmet", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_hItem", - "ty": "CEntityHandle", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "VPhysicsCollisionAttribute_t": { - "fields": { - "m_nCollisionFunctionMask": 43, - "m_nCollisionGroup": 42, - "m_nEntityId": 32, - "m_nHierarchyId": 40, - "m_nInteractsAs": 8, - "m_nInteractsExclude": 24, - "m_nInteractsWith": 16, - "m_nOwnerId": 36 - }, - "metadata": [ - { - "name": "m_nInteractsAs", - "ty": "uint64", - "type": "NetworkVarNames" - }, - { - "name": "m_nInteractsWith", - "ty": "uint64", - "type": "NetworkVarNames" - }, - { - "name": "m_nInteractsExclude", - "ty": "uint64", - "type": "NetworkVarNames" - }, - { - "name": "m_nEntityId", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_nOwnerId", - "ty": "uint32", - "type": "NetworkVarNames" - }, - { - "name": "m_nHierarchyId", - "ty": "uint16", - "type": "NetworkVarNames" - }, - { - "name": "m_nCollisionGroup", - "ty": "uint8", - "type": "NetworkVarNames" - }, - { - "name": "m_nCollisionFunctionMask", - "ty": "uint8", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "ViewAngleServerChange_t": { - "fields": { - "nIndex": 64, - "nType": 48, - "qAngle": 52 - }, - "metadata": [ - { - "name": "nType", - "ty": "FixAngleSet_t", - "type": "NetworkVarNames" - }, - { - "name": "qAngle", - "ty": "QAngle", - "type": "NetworkVarNames" - }, - { - "name": "nIndex", - "ty": "uint32", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "WeaponPurchaseCount_t": { - "fields": { - "m_nCount": 50, - "m_nItemDefIndex": 48 - }, - "metadata": [ - { - "name": "m_nItemDefIndex", - "ty": "uint16", - "type": "NetworkVarNames" - }, - { - "name": "m_nCount", - "ty": "uint16", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "WeaponPurchaseTracker_t": { - "fields": { - "m_weaponPurchases": 8 - }, - "metadata": [ - { - "name": "m_weaponPurchases", - "ty": "WeaponPurchaseCount_t", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "audioparams_t": { - "fields": { - "localBits": 108, - "localSound": 8, - "soundEventHash": 116, - "soundscapeEntityListIndex": 112, - "soundscapeIndex": 104 - }, - "metadata": [ - { - "name": "localSound", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "soundscapeIndex", - "ty": "int32", - "type": "NetworkVarNames" - }, - { - "name": "localBits", - "ty": "uint8", - "type": "NetworkVarNames" - }, - { - "name": "soundscapeEntityListIndex", - "ty": "int", - "type": "NetworkVarNames" - }, - { - "name": "soundEventHash", - "ty": "uint32", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "fogparams_t": { - "fields": { - "HDRColorScale": 56, - "blend": 101, - "blendtobackground": 88, - "colorPrimary": 20, - "colorPrimaryLerpTo": 28, - "colorSecondary": 24, - "colorSecondaryLerpTo": 32, - "dirPrimary": 8, - "duration": 84, - "enable": 100, - "end": 40, - "endLerpTo": 72, - "exponent": 52, - "farz": 44, - "lerptime": 80, - "locallightscale": 96, - "m_bNoReflectionFog": 102, - "m_bPadding": 103, - "maxdensity": 48, - "maxdensityLerpTo": 76, - "scattering": 92, - "skyboxFogFactor": 60, - "skyboxFogFactorLerpTo": 64, - "start": 36, - "startLerpTo": 68 - }, - "metadata": [ - { - "name": "dirPrimary", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "colorPrimary", - "ty": "Color", - "type": "NetworkVarNames" - }, - { - "name": "colorSecondary", - "ty": "Color", - "type": "NetworkVarNames" - }, - { - "name": "colorPrimaryLerpTo", - "ty": "Color", - "type": "NetworkVarNames" - }, - { - "name": "colorSecondaryLerpTo", - "ty": "Color", - "type": "NetworkVarNames" - }, - { - "name": "start", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "end", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "farz", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "maxdensity", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "exponent", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "HDRColorScale", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "skyboxFogFactor", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "skyboxFogFactorLerpTo", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "startLerpTo", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "endLerpTo", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "maxdensityLerpTo", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "lerptime", - "ty": "GameTime_t", - "type": "NetworkVarNames" - }, - { - "name": "duration", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "blendtobackground", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "scattering", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "locallightscale", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "enable", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "blend", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bNoReflectionFog", - "ty": "bool", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "fogplayerparams_t": { - "fields": { - "m_NewColor": 40, - "m_OldColor": 16, - "m_flNewEnd": 48, - "m_flNewFarZ": 60, - "m_flNewHDRColorScale": 56, - "m_flNewMaxDensity": 52, - "m_flNewStart": 44, - "m_flOldEnd": 24, - "m_flOldFarZ": 36, - "m_flOldHDRColorScale": 32, - "m_flOldMaxDensity": 28, - "m_flOldStart": 20, - "m_flTransitionTime": 12, - "m_hCtrl": 8 - }, - "metadata": [ - { - "name": "m_hCtrl", - "ty": "CHandle", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "shard_model_desc_t": { - "fields": { - "m_ShatterPanelMode": 25, - "m_SurfacePropStringToken": 88, - "m_bHasParent": 84, - "m_bParentFrozen": 85, - "m_flGlassHalfThickness": 80, - "m_hMaterial": 16, - "m_nModelID": 8, - "m_solid": 24, - "m_vecPanelSize": 28, - "m_vecPanelVertices": 56, - "m_vecStressPositionA": 36, - "m_vecStressPositionB": 44 - }, - "metadata": [ - { - "name": "m_nModelID", - "ty": "int32", - "type": "NetworkVarNames" - }, - { - "name": "m_hMaterial", - "ty": "HMaterialStrong", - "type": "NetworkVarNames" - }, - { - "name": "m_solid", - "ty": "ShardSolid_t", - "type": "NetworkVarNames" - }, - { - "name": "m_ShatterPanelMode", - "ty": "ShatterPanelMode", - "type": "NetworkVarNames" - }, - { - "name": "m_vecPanelSize", - "ty": "Vector2D", - "type": "NetworkVarNames" - }, - { - "name": "m_vecStressPositionA", - "ty": "Vector2D", - "type": "NetworkVarNames" - }, - { - "name": "m_vecStressPositionB", - "ty": "Vector2D", - "type": "NetworkVarNames" - }, - { - "name": "m_vecPanelVertices", - "ty": "Vector2D", - "type": "NetworkVarNames" - }, - { - "name": "m_flGlassHalfThickness", - "ty": "float", - "type": "NetworkVarNames" - }, - { - "name": "m_bHasParent", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_bParentFrozen", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "m_SurfacePropStringToken", - "ty": "CUtlStringToken", - "type": "NetworkVarNames" - } - ], - "parent": null - }, - "sky3dparams_t": { - "fields": { - "bClip3DSkyBoxNearToWorldFar": 24, - "flClip3DSkyBoxNearToWorldFarOffset": 28, - "fog": 32, - "m_nWorldGroupID": 136, - "origin": 12, - "scale": 8 - }, - "metadata": [ - { - "name": "scale", - "ty": "int16", - "type": "NetworkVarNames" - }, - { - "name": "origin", - "ty": "Vector", - "type": "NetworkVarNames" - }, - { - "name": "bClip3DSkyBoxNearToWorldFar", - "ty": "bool", - "type": "NetworkVarNames" - }, - { - "name": "flClip3DSkyBoxNearToWorldFarOffset", - "ty": "float32", - "type": "NetworkVarNames" - }, - { - "name": "fog", - "ty": "fogparams_t", - "type": "NetworkVarNames" - }, - { - "name": "m_nWorldGroupID", - "ty": "WorldGroupId_t", - "type": "NetworkVarNames" - } - ], - "parent": null - } - }, - "enums": {} - } -} \ No newline at end of file diff --git a/output/linux/libserver.so.rs b/output/linux/libserver.so.rs deleted file mode 100644 index 320fd27..0000000 --- a/output/linux/libserver.so.rs +++ /dev/null @@ -1,6196 +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: libserver.so - // Classes count: 231 - // Enums count: 0 - pub mod libserver { - // Parent: None - // Fields count: 1 - // - // Metadata: - // MPropertyCustomEditor - pub mod CRangeFloat { - pub const m_pValue: usize = 0x0; // float32[2] - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MPropertyCustomEditor - pub mod CRangeInt { - pub const m_pValue: usize = 0x0; // int32[2] - } - // 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 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_sceneNode (CGameSceneNode) - pub mod CBodyComponentPoint { - pub const m_sceneNode: usize = 0x60; // CGameSceneNode - pub const __m_pChainEntity: usize = 0x1C0; // CNetworkVarChainer - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_skeletonInstance (CSkeletonInstance) - pub mod CBodyComponentSkeletonInstance { - pub const m_skeletonInstance: usize = 0x60; // CSkeletonInstance - pub const __m_pChainEntity: usize = 0x450; // CNetworkVarChainer - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_bvDisabledHitGroups (uint32) - pub mod CHitboxComponent { - pub const m_bvDisabledHitGroups: usize = 0x24; // uint32[1] - } - // Parent: None - // Fields count: 67 - // - // Metadata: - // NetworkVarNames: m_Color (Color) - // NetworkVarNames: m_SecondaryColor (Color) - // NetworkVarNames: m_flBrightness (float) - // NetworkVarNames: m_flBrightnessScale (float) - // NetworkVarNames: m_flBrightnessMult (float) - // NetworkVarNames: m_flRange (float) - // NetworkVarNames: m_flFalloff (float) - // NetworkVarNames: m_flAttenuation0 (float) - // NetworkVarNames: m_flAttenuation1 (float) - // NetworkVarNames: m_flAttenuation2 (float) - // NetworkVarNames: m_flTheta (float) - // NetworkVarNames: m_flPhi (float) - // NetworkVarNames: m_hLightCookie (HRenderTextureStrong) - // NetworkVarNames: m_nCascades (int) - // NetworkVarNames: m_nCastShadows (int) - // NetworkVarNames: m_nShadowWidth (int) - // NetworkVarNames: m_nShadowHeight (int) - // NetworkVarNames: m_bRenderDiffuse (bool) - // NetworkVarNames: m_nRenderSpecular (int) - // NetworkVarNames: m_bRenderTransmissive (bool) - // NetworkVarNames: m_flOrthoLightWidth (float) - // NetworkVarNames: m_flOrthoLightHeight (float) - // NetworkVarNames: m_nStyle (int) - // NetworkVarNames: m_Pattern (CUtlString) - // NetworkVarNames: m_nCascadeRenderStaticObjects (int) - // NetworkVarNames: m_flShadowCascadeCrossFade (float) - // NetworkVarNames: m_flShadowCascadeDistanceFade (float) - // NetworkVarNames: m_flShadowCascadeDistance0 (float) - // NetworkVarNames: m_flShadowCascadeDistance1 (float) - // NetworkVarNames: m_flShadowCascadeDistance2 (float) - // NetworkVarNames: m_flShadowCascadeDistance3 (float) - // NetworkVarNames: m_nShadowCascadeResolution0 (int) - // NetworkVarNames: m_nShadowCascadeResolution1 (int) - // NetworkVarNames: m_nShadowCascadeResolution2 (int) - // NetworkVarNames: m_nShadowCascadeResolution3 (int) - // NetworkVarNames: m_bUsesBakedShadowing (bool) - // NetworkVarNames: m_nShadowPriority (int) - // NetworkVarNames: m_nBakedShadowIndex (int) - // NetworkVarNames: m_bRenderToCubemaps (bool) - // NetworkVarNames: m_nDirectLight (int) - // NetworkVarNames: m_nIndirectLight (int) - // NetworkVarNames: m_flFadeMinDist (float) - // NetworkVarNames: m_flFadeMaxDist (float) - // NetworkVarNames: m_flShadowFadeMinDist (float) - // NetworkVarNames: m_flShadowFadeMaxDist (float) - // NetworkVarNames: m_bEnabled (bool) - // NetworkVarNames: m_bFlicker (bool) - // NetworkVarNames: m_bPrecomputedFieldsValid (bool) - // NetworkVarNames: m_vPrecomputedBoundsMins (Vector) - // NetworkVarNames: m_vPrecomputedBoundsMaxs (Vector) - // NetworkVarNames: m_vPrecomputedOBBOrigin (Vector) - // NetworkVarNames: m_vPrecomputedOBBAngles (QAngle) - // NetworkVarNames: m_vPrecomputedOBBExtent (Vector) - // NetworkVarNames: m_flPrecomputedMaxRange (float) - // NetworkVarNames: m_nFogLightingMode (int) - // NetworkVarNames: m_flFogContributionStength (float) - // NetworkVarNames: m_flNearClipPlane (float) - // NetworkVarNames: m_SkyColor (Color) - // NetworkVarNames: m_flSkyIntensity (float) - // NetworkVarNames: m_SkyAmbientBounce (Color) - // NetworkVarNames: m_bUseSecondaryColor (bool) - // NetworkVarNames: m_bMixedShadows (bool) - // NetworkVarNames: m_flLightStyleStartTime (GameTime_t) - // NetworkVarNames: m_flCapsuleLength (float) - // NetworkVarNames: m_flMinRoughness (float) - pub mod CLightComponent { - pub const __m_pChainEntity: usize = 0x58; // CNetworkVarChainer - pub const m_Color: usize = 0x95; // Color - pub const m_SecondaryColor: usize = 0x99; // Color - pub const m_flBrightness: usize = 0xA0; // float32 - pub const m_flBrightnessScale: usize = 0xA4; // float32 - pub const m_flBrightnessMult: usize = 0xA8; // float32 - pub const m_flRange: usize = 0xAC; // float32 - pub const m_flFalloff: usize = 0xB0; // float32 - pub const m_flAttenuation0: usize = 0xB4; // float32 - pub const m_flAttenuation1: usize = 0xB8; // float32 - pub const m_flAttenuation2: usize = 0xBC; // float32 - pub const m_flTheta: usize = 0xC0; // float32 - pub const m_flPhi: usize = 0xC4; // float32 - pub const m_hLightCookie: usize = 0xC8; // CStrongHandle - pub const m_nCascades: usize = 0xD0; // int32 - pub const m_nCastShadows: usize = 0xD4; // int32 - pub const m_nShadowWidth: usize = 0xD8; // int32 - pub const m_nShadowHeight: usize = 0xDC; // int32 - pub const m_bRenderDiffuse: usize = 0xE0; // bool - pub const m_nRenderSpecular: usize = 0xE4; // int32 - pub const m_bRenderTransmissive: usize = 0xE8; // bool - pub const m_flOrthoLightWidth: usize = 0xEC; // float32 - pub const m_flOrthoLightHeight: usize = 0xF0; // float32 - pub const m_nStyle: usize = 0xF4; // int32 - pub const m_Pattern: usize = 0xF8; // CUtlString - pub const m_nCascadeRenderStaticObjects: usize = 0x100; // int32 - pub const m_flShadowCascadeCrossFade: usize = 0x104; // float32 - pub const m_flShadowCascadeDistanceFade: usize = 0x108; // float32 - pub const m_flShadowCascadeDistance0: usize = 0x10C; // float32 - pub const m_flShadowCascadeDistance1: usize = 0x110; // float32 - pub const m_flShadowCascadeDistance2: usize = 0x114; // float32 - pub const m_flShadowCascadeDistance3: usize = 0x118; // float32 - pub const m_nShadowCascadeResolution0: usize = 0x11C; // int32 - pub const m_nShadowCascadeResolution1: usize = 0x120; // int32 - pub const m_nShadowCascadeResolution2: usize = 0x124; // int32 - pub const m_nShadowCascadeResolution3: usize = 0x128; // int32 - pub const m_bUsesBakedShadowing: usize = 0x12C; // bool - pub const m_nShadowPriority: usize = 0x130; // int32 - pub const m_nBakedShadowIndex: usize = 0x134; // int32 - pub const m_bRenderToCubemaps: usize = 0x138; // bool - pub const m_nDirectLight: usize = 0x13C; // int32 - pub const m_nIndirectLight: usize = 0x140; // int32 - pub const m_flFadeMinDist: usize = 0x144; // float32 - pub const m_flFadeMaxDist: usize = 0x148; // float32 - pub const m_flShadowFadeMinDist: usize = 0x14C; // float32 - pub const m_flShadowFadeMaxDist: usize = 0x150; // float32 - pub const m_bEnabled: usize = 0x154; // bool - pub const m_bFlicker: usize = 0x155; // bool - pub const m_bPrecomputedFieldsValid: usize = 0x156; // bool - pub const m_vPrecomputedBoundsMins: usize = 0x158; // Vector - pub const m_vPrecomputedBoundsMaxs: usize = 0x164; // Vector - pub const m_vPrecomputedOBBOrigin: usize = 0x170; // Vector - pub const m_vPrecomputedOBBAngles: usize = 0x17C; // QAngle - pub const m_vPrecomputedOBBExtent: usize = 0x188; // Vector - pub const m_flPrecomputedMaxRange: usize = 0x194; // float32 - pub const m_nFogLightingMode: usize = 0x198; // int32 - pub const m_flFogContributionStength: usize = 0x19C; // float32 - pub const m_flNearClipPlane: usize = 0x1A0; // float32 - pub const m_SkyColor: usize = 0x1A4; // Color - pub const m_flSkyIntensity: usize = 0x1A8; // float32 - pub const m_SkyAmbientBounce: usize = 0x1AC; // Color - pub const m_bUseSecondaryColor: usize = 0x1B0; // bool - pub const m_bMixedShadows: usize = 0x1B1; // bool - pub const m_flLightStyleStartTime: usize = 0x1B4; // GameTime_t - pub const m_flCapsuleLength: usize = 0x1B8; // float32 - pub const m_flMinRoughness: usize = 0x1BC; // float32 - pub const m_bPvsModifyEntity: usize = 0x1D0; // bool - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MPropertyCustomEditor - pub mod CSkillFloat { - pub const m_pValue: usize = 0x0; // float32[4] - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MPropertyCustomEditor - pub mod CSkillInt { - pub const m_pValue: usize = 0x0; // int32[4] - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CSkillDamage { - pub const m_flDamage: usize = 0x0; // CSkillFloat - pub const m_flPhysicsForceDamage: usize = 0x10; // float32 - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MPropertyCustomEditor - pub mod CRemapFloat { - pub const m_pValue: usize = 0x0; // float32[4] - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MPulseProvideFeatureTag - // MPulseLibraryBindings - pub mod CBasePlayerControllerAPI { - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // NetworkVarNames: nType (FixAngleSet_t) - // NetworkVarNames: qAngle (QAngle) - // NetworkVarNames: nIndex (uint32) - pub mod ViewAngleServerChange_t { - pub const nType: usize = 0x30; // FixAngleSet_t - pub const qAngle: usize = 0x34; // QAngle - pub const nIndex: usize = 0x40; // uint32 - } - // Parent: None - // Fields count: 12 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CommandToolCommand_t { - pub const m_bEnabled: usize = 0x0; // bool - pub const m_bOpened: usize = 0x1; // bool - pub const m_InternalId: usize = 0x4; // uint32 - pub const m_ShortName: usize = 0x8; // CUtlString - pub const m_ExecMode: usize = 0x10; // CommandExecMode_t - pub const m_SpawnGroup: usize = 0x18; // CUtlString - pub const m_PeriodicExecDelay: usize = 0x20; // float32 - pub const m_SpecType: usize = 0x24; // CommandEntitySpecType_t - pub const m_EntitySpec: usize = 0x28; // CUtlString - pub const m_Commands: usize = 0x30; // CUtlString - pub const m_SetDebugBits: usize = 0x38; // DebugOverlayBits_t - pub const m_ClearDebugBits: usize = 0x40; // DebugOverlayBits_t - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MPulseProvideFeatureTag - // MPulseLibraryBindings - pub mod CDynamicPropAPI { - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // NetworkVarNames: localSound (Vector) - // NetworkVarNames: soundscapeIndex (int32) - // NetworkVarNames: localBits (uint8) - // NetworkVarNames: soundscapeEntityListIndex (int) - // NetworkVarNames: soundEventHash (uint32) - pub mod audioparams_t { - pub const localSound: usize = 0x8; // Vector[8] - pub const soundscapeIndex: usize = 0x68; // int32 - pub const localBits: usize = 0x6C; // uint8 - pub const soundscapeEntityListIndex: usize = 0x70; // int32 - pub const soundEventHash: usize = 0x74; // uint32 - } - // Parent: None - // Fields count: 12 - // - // Metadata: - // NetworkVarNames: m_vecCsViewPunchAngle (QAngle) - // NetworkVarNames: m_nCsViewPunchAngleTick (GameTick_t) - // NetworkVarNames: m_flCsViewPunchAngleTickRatio (float32) - // NetworkVarNames: m_PlayerFog (fogplayerparams_t) - // NetworkVarNames: m_hColorCorrectionCtrl (CHandle) - // NetworkVarNames: m_hViewEntity (CHandle) - // NetworkVarNames: m_hTonemapController (CHandle) - // NetworkVarNames: m_audio (audioparams_t) - // NetworkVarNames: m_PostProcessingVolumes (CHandle) - pub mod CPlayer_CameraServices { - pub const m_vecCsViewPunchAngle: usize = 0x40; // QAngle - pub const m_nCsViewPunchAngleTick: usize = 0x4C; // GameTick_t - pub const m_flCsViewPunchAngleTickRatio: usize = 0x50; // float32 - pub const m_PlayerFog: usize = 0x58; // fogplayerparams_t - pub const m_hColorCorrectionCtrl: usize = 0x98; // CHandle - pub const m_hViewEntity: usize = 0x9C; // CHandle - pub const m_hTonemapController: usize = 0xA0; // CHandle - pub const m_audio: usize = 0xA8; // audioparams_t - pub const m_PostProcessingVolumes: usize = 0x120; // CNetworkUtlVectorBase> - pub const m_flOldPlayerZ: usize = 0x138; // float32 - pub const m_flOldPlayerViewOffsetZ: usize = 0x13C; // float32 - pub const m_hTriggerSoundscapeList: usize = 0x158; // CUtlVector> - } - // Parent: None - // Fields count: 15 - // - // Metadata: - // NetworkVarNames: m_nToggleButtonDownMask (ButtonBitMask_t) - // NetworkVarNames: m_flMaxspeed (float32) - // NetworkVarNames: m_arrForceSubtickMoveWhen (float32) - pub mod CPlayer_MovementServices { - pub const m_nImpulse: usize = 0x40; // int32 - pub const m_nButtons: usize = 0x48; // CInButtonState - pub const m_nQueuedButtonDownMask: usize = 0x68; // uint64 - pub const m_nQueuedButtonChangeMask: usize = 0x70; // uint64 - pub const m_nButtonDoublePressed: usize = 0x78; // uint64 - pub const m_pButtonPressedCmdNumber: usize = 0x80; // uint32[64] - pub const m_nLastCommandNumberProcessed: usize = 0x180; // uint32 - pub const m_nToggleButtonDownMask: usize = 0x188; // uint64 - pub const m_flMaxspeed: usize = 0x198; // float32 - pub const m_arrForceSubtickMoveWhen: usize = 0x19C; // float32[4] - pub const m_flForwardMove: usize = 0x1AC; // float32 - pub const m_flLeftMove: usize = 0x1B0; // float32 - pub const m_flUpMove: usize = 0x1B4; // float32 - pub const m_vecLastMovementImpulses: usize = 0x1B8; // Vector - pub const m_vecOldViewAngles: usize = 0x1C4; // QAngle - } - // Parent: CPlayer_MovementServices - // Fields count: 14 - // - // Metadata: - // NetworkVarNames: m_flFallVelocity (float32) - // NetworkVarNames: m_bInCrouch (bool) - // NetworkVarNames: m_nCrouchState (uint32) - // NetworkVarNames: m_flCrouchTransitionStartTime (GameTime_t) - // NetworkVarNames: m_bDucked (bool) - // NetworkVarNames: m_bDucking (bool) - // NetworkVarNames: m_bInDuckJump (bool) - pub mod CPlayer_MovementServices_Humanoid { - pub const m_flStepSoundTime: usize = 0x1D8; // float32 - pub const m_flFallVelocity: usize = 0x1DC; // float32 - pub const m_bInCrouch: usize = 0x1E0; // bool - pub const m_nCrouchState: usize = 0x1E4; // uint32 - pub const m_flCrouchTransitionStartTime: usize = 0x1E8; // GameTime_t - pub const m_bDucked: usize = 0x1EC; // bool - pub const m_bDucking: usize = 0x1ED; // bool - pub const m_bInDuckJump: usize = 0x1EE; // bool - pub const m_groundNormal: usize = 0x1F0; // Vector - pub const m_flSurfaceFriction: usize = 0x1FC; // float32 - pub const m_surfaceProps: usize = 0x200; // CUtlStringToken - pub const m_nStepside: usize = 0x210; // int32 - pub const m_iTargetVolume: usize = 0x214; // int32 - pub const m_vecSmoothedVelocity: usize = 0x218; // Vector - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // NetworkVarNames: m_iObserverMode (uint8) - // NetworkVarNames: m_hObserverTarget (CHandle) - pub mod CPlayer_ObserverServices { - pub const m_iObserverMode: usize = 0x40; // uint8 - pub const m_hObserverTarget: usize = 0x44; // CHandle - pub const m_iObserverLastMode: usize = 0x48; // ObserverMode_t - pub const m_bForcedObserverMode: usize = 0x4C; // bool - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // NetworkVarNames: m_hMyWeapons (CHandle) - // NetworkVarNames: m_hActiveWeapon (CHandle) - // NetworkVarNames: m_hLastWeapon (CHandle) - // NetworkVarNames: m_iAmmo (uint16) - pub mod CPlayer_WeaponServices { - pub const m_hMyWeapons: usize = 0x40; // CNetworkUtlVectorBase> - pub const m_hActiveWeapon: usize = 0x58; // CHandle - pub const m_hLastWeapon: usize = 0x5C; // CHandle - pub const m_iAmmo: usize = 0x60; // uint16[32] - pub const m_bPreventWeaponPickup: usize = 0xA0; // bool - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod AmmoTypeInfo_t { - pub const m_nMaxCarry: usize = 0x10; // int32 - pub const m_nSplashSize: usize = 0x1C; // CRangeInt - pub const m_nFlags: usize = 0x24; // AmmoFlags_t - pub const m_flMass: usize = 0x28; // float32 - pub const m_flSpeed: usize = 0x2C; // CRangeFloat - } - // Parent: CBodyComponentSkeletonInstance - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_animationController (CBaseAnimGraphController) - pub mod CBodyComponentBaseAnimGraph { - pub const m_animationController: usize = 0x478; // CBaseAnimGraphController - pub const __m_pChainEntity: usize = 0x980; // CNetworkVarChainer - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_ID (CUtlStringToken) - // NetworkVarNames: m_Values (Vector4D) - pub mod EntityRenderAttribute_t { - pub const m_ID: usize = 0x30; // CUtlStringToken - pub const m_Values: usize = 0x34; // Vector4D - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // NetworkVarNames: m_Handle (ModelConfigHandle_t) - // NetworkVarNames: m_Name (string_t) - // NetworkVarNames: m_AssociatedEntities (CHandle) - // NetworkVarNames: m_AssociatedEntityNames (string_t) - pub mod ActiveModelConfig_t { - pub const m_Handle: usize = 0x28; // ModelConfigHandle_t - pub const m_Name: usize = 0x30; // CUtlSymbolLarge - pub const m_AssociatedEntities: usize = 0x38; // CNetworkUtlVectorBase> - pub const m_AssociatedEntityNames: usize = 0x50; // CNetworkUtlVectorBase - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_hOwner (CEntityHandle) - // NetworkVarNames: m_name (CUtlStringToken) - pub mod CGameSceneNodeHandle { - pub const m_hOwner: usize = 0x8; // CEntityHandle - pub const m_name: usize = 0xC; // CUtlStringToken - } - // Parent: None - // Fields count: 32 - // - // Metadata: - // NetworkVarNames: m_hParent (CGameSceneNodeHandle) - // NetworkVarNames: m_vecOrigin (CNetworkOriginCellCoordQuantizedVector) - // NetworkVarNames: m_angRotation (QAngle) - // NetworkVarNames: m_flScale (float) - // NetworkVarNames: m_name (CUtlStringToken) - // NetworkVarNames: m_hierarchyAttachName (CUtlStringToken) - pub mod CGameSceneNode { - pub const m_nodeToWorld: usize = 0x10; // CTransform - pub const m_pOwner: usize = 0x30; // CEntityInstance* - pub const m_pParent: usize = 0x38; // CGameSceneNode* - pub const m_pChild: usize = 0x40; // CGameSceneNode* - pub const m_pNextSibling: usize = 0x48; // CGameSceneNode* - pub const m_hParent: usize = 0x70; // CGameSceneNodeHandle - pub const m_vecOrigin: usize = 0x80; // CNetworkOriginCellCoordQuantizedVector - pub const m_angRotation: usize = 0xB8; // QAngle - pub const m_flScale: usize = 0xC4; // float32 - pub const m_vecAbsOrigin: usize = 0xC8; // Vector - pub const m_angAbsRotation: usize = 0xD4; // QAngle - pub const m_flAbsScale: usize = 0xE0; // float32 - pub const m_nParentAttachmentOrBone: usize = 0xE4; // int16 - pub const m_bDebugAbsOriginChanges: usize = 0xE6; // bool - pub const m_bDormant: usize = 0xE7; // bool - pub const m_bForceParentToBeNetworked: usize = 0xE8; // bool - pub const m_bDirtyHierarchy: usize = 0x0; // bitfield:1 - pub const m_bDirtyBoneMergeInfo: usize = 0x0; // bitfield:1 - pub const m_bNetworkedPositionChanged: usize = 0x0; // bitfield:1 - pub const m_bNetworkedAnglesChanged: usize = 0x0; // bitfield:1 - pub const m_bNetworkedScaleChanged: usize = 0x0; // bitfield:1 - pub const m_bWillBeCallingPostDataUpdate: usize = 0x0; // bitfield:1 - pub const m_bBoneMergeFlex: usize = 0x0; // bitfield:1 - pub const m_nLatchAbsOrigin: usize = 0x0; // bitfield:2 - pub const m_bDirtyBoneMergeBoneToRoot: usize = 0x0; // bitfield:1 - pub const m_nHierarchicalDepth: usize = 0xEB; // uint8 - pub const m_nHierarchyType: usize = 0xEC; // uint8 - pub const m_nDoNotSetAnimTimeInInvalidatePhysicsCount: usize = 0xED; // uint8 - pub const m_name: usize = 0xF0; // CUtlStringToken - pub const m_hierarchyAttachName: usize = 0x140; // CUtlStringToken - pub const m_flZOffset: usize = 0x144; // float32 - pub const m_vRenderOrigin: usize = 0x148; // Vector - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // NetworkVarNames: m_hSequence (HSequence) - // NetworkVarNames: m_flPrevCycle (float32) - // NetworkVarNames: m_flCycle (float32) - pub mod CNetworkedSequenceOperation { - pub const m_hSequence: usize = 0x8; // HSequence - pub const m_flPrevCycle: usize = 0xC; // float32 - pub const m_flCycle: usize = 0x10; // float32 - pub const m_flWeight: usize = 0x14; // CNetworkedQuantizedFloat - pub const m_bSequenceChangeNetworked: usize = 0x1C; // bool - pub const m_bDiscontinuity: usize = 0x1D; // bool - pub const m_flPrevCycleFromDiscontinuity: usize = 0x20; // float32 - pub const m_flPrevCycleForAnimEventDetection: usize = 0x24; // float32 - } - // Parent: None - // Fields count: 7 - // - // Metadata: - // NetworkVarNames: m_hModel (HModelStrong) - // NetworkVarNames: m_bClientClothCreationSuppressed (bool) - // NetworkVarNames: m_MeshGroupMask (MeshGroupMask_t) - // NetworkVarNames: m_nIdealMotionType (int8) - pub mod CModelState { - pub const m_hModel: usize = 0xA0; // CStrongHandle - pub const m_ModelName: usize = 0xA8; // CUtlSymbolLarge - pub const m_bClientClothCreationSuppressed: usize = 0xE8; // bool - pub const m_MeshGroupMask: usize = 0x180; // uint64 - pub const m_nIdealMotionType: usize = 0x212; // int8 - pub const m_nForceLOD: usize = 0x213; // int8 - pub const m_nClothUpdateFlags: usize = 0x214; // int8 - } - // Parent: CGameSceneNode - // Fields count: 8 - // - // Metadata: - // NetworkVarNames: m_modelState (CModelState) - // NetworkVarNames: m_bIsAnimationEnabled (bool) - // NetworkVarNames: m_bUseParentRenderBounds (bool) - // NetworkVarNames: m_materialGroup (CUtlStringToken) - // NetworkVarNames: m_nHitboxSet (uint8) - pub mod CSkeletonInstance { - pub const m_modelState: usize = 0x160; // CModelState - pub const m_bIsAnimationEnabled: usize = 0x380; // bool - pub const m_bUseParentRenderBounds: usize = 0x381; // bool - pub const m_bDisableSolidCollisionsForHierarchy: usize = 0x382; // bool - pub const m_bDirtyMotionType: usize = 0x0; // bitfield:1 - pub const m_bIsGeneratingLatchedParentSpaceState: usize = 0x0; // bitfield:1 - pub const m_materialGroup: usize = 0x384; // CUtlStringToken - pub const m_nHitboxSet: usize = 0x388; // uint8 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_timestamp (GameTime_t) - // NetworkVarNames: m_nWorldGroupId (WorldGroupId_t) - pub mod IntervalTimer { - pub const m_timestamp: usize = 0x8; // GameTime_t - pub const m_nWorldGroupId: usize = 0xC; // WorldGroupId_t - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // NetworkVarNames: m_duration (float32) - // NetworkVarNames: m_timestamp (GameTime_t) - // NetworkVarNames: m_timescale (float32) - // NetworkVarNames: m_nWorldGroupId (WorldGroupId_t) - pub mod CountdownTimer { - pub const m_duration: usize = 0x8; // float32 - pub const m_timestamp: usize = 0xC; // GameTime_t - pub const m_timescale: usize = 0x10; // float32 - pub const m_nWorldGroupId: usize = 0x14; // WorldGroupId_t - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // NetworkVarNames: m_duration (float32) - // NetworkVarNames: m_timestamp (float32) - // NetworkVarNames: m_timescale (float32) - pub mod EngineCountdownTimer { - pub const m_duration: usize = 0x8; // float32 - pub const m_timestamp: usize = 0xC; // float32 - pub const m_timescale: usize = 0x10; // float32 - } - // Parent: IntervalTimer - // Fields count: 7 - // - // Metadata: - // NetworkVarNames: m_flValues (float) - // NetworkVarNames: m_nValueCounts (int) - // NetworkVarNames: m_nBucketCount (int) - // NetworkVarNames: m_flInterval (float) - // NetworkVarNames: m_flFinalValue (float) - // NetworkVarNames: m_nCompressionType (TimelineCompression_t) - // NetworkVarNames: m_bStopped (bool) - pub mod CTimeline { - pub const m_flValues: usize = 0x10; // float32[64] - pub const m_nValueCounts: usize = 0x110; // int32[64] - pub const m_nBucketCount: usize = 0x210; // int32 - pub const m_flInterval: usize = 0x214; // float32 - pub const m_flFinalValue: usize = 0x218; // float32 - pub const m_nCompressionType: usize = 0x21C; // TimelineCompression_t - pub const m_bStopped: usize = 0x220; // bool - } - // Parent: None - // Fields count: 24 - // - // Metadata: - // NetworkVarNames: m_PredNetBoolVariables (uint32) - // NetworkVarNames: m_PredNetByteVariables (byte) - // NetworkVarNames: m_PredNetUInt16Variables (uint16) - // NetworkVarNames: m_PredNetIntVariables (int32) - // NetworkVarNames: m_PredNetUInt32Variables (uint32) - // NetworkVarNames: m_PredNetUInt64Variables (uint64) - // NetworkVarNames: m_PredNetFloatVariables (float) - // NetworkVarNames: m_PredNetVectorVariables (Vector) - // NetworkVarNames: m_PredNetQuaternionVariables (Quaternion) - // NetworkVarNames: m_PredNetGlobalSymbolVariables (CGlobalSymbol) - // NetworkVarNames: m_OwnerOnlyPredNetBoolVariables (uint32) - // NetworkVarNames: m_OwnerOnlyPredNetByteVariables (byte) - // NetworkVarNames: m_OwnerOnlyPredNetUInt16Variables (uint16) - // NetworkVarNames: m_OwnerOnlyPredNetIntVariables (int32) - // NetworkVarNames: m_OwnerOnlyPredNetUInt32Variables (uint32) - // NetworkVarNames: m_OwnerOnlyPredNetUInt64Variables (uint64) - // NetworkVarNames: m_OwnerOnlyPredNetFloatVariables (float) - // NetworkVarNames: m_OwnerOnlyPredNetVectorVariables (Vector) - // NetworkVarNames: m_OwnerOnlyPredNetQuaternionVariables (Quaternion) - // NetworkVarNames: m_OwnerOnlyPredNetGlobalSymbolVariables (CGlobalSymbol) - // NetworkVarNames: m_nBoolVariablesCount (int) - // NetworkVarNames: m_nOwnerOnlyBoolVariablesCount (int) - // NetworkVarNames: m_nRandomSeedOffset (int) - // NetworkVarNames: m_flLastTeleportTime (float) - pub mod CAnimGraphNetworkedVariables { - pub const m_PredNetBoolVariables: usize = 0x8; // CNetworkUtlVectorBase - pub const m_PredNetByteVariables: usize = 0x20; // CNetworkUtlVectorBase - pub const m_PredNetUInt16Variables: usize = 0x38; // CNetworkUtlVectorBase - pub const m_PredNetIntVariables: usize = 0x50; // CNetworkUtlVectorBase - pub const m_PredNetUInt32Variables: usize = 0x68; // CNetworkUtlVectorBase - pub const m_PredNetUInt64Variables: usize = 0x80; // CNetworkUtlVectorBase - pub const m_PredNetFloatVariables: usize = 0x98; // CNetworkUtlVectorBase - pub const m_PredNetVectorVariables: usize = 0xB0; // CNetworkUtlVectorBase - pub const m_PredNetQuaternionVariables: usize = 0xC8; // CNetworkUtlVectorBase - pub const m_PredNetGlobalSymbolVariables: usize = 0xE0; // CNetworkUtlVectorBase - pub const m_OwnerOnlyPredNetBoolVariables: usize = 0xF8; // CNetworkUtlVectorBase - pub const m_OwnerOnlyPredNetByteVariables: usize = 0x110; // CNetworkUtlVectorBase - pub const m_OwnerOnlyPredNetUInt16Variables: usize = 0x128; // CNetworkUtlVectorBase - pub const m_OwnerOnlyPredNetIntVariables: usize = 0x140; // CNetworkUtlVectorBase - pub const m_OwnerOnlyPredNetUInt32Variables: usize = 0x158; // CNetworkUtlVectorBase - pub const m_OwnerOnlyPredNetUInt64Variables: usize = 0x170; // CNetworkUtlVectorBase - pub const m_OwnerOnlyPredNetFloatVariables: usize = 0x188; // CNetworkUtlVectorBase - pub const m_OwnerOnlyPredNetVectorVariables: usize = 0x1A0; // CNetworkUtlVectorBase - pub const m_OwnerOnlyPredNetQuaternionVariables: usize = 0x1B8; // CNetworkUtlVectorBase - pub const m_OwnerOnlyPredNetGlobalSymbolVariables: usize = 0x1D0; // CNetworkUtlVectorBase - pub const m_nBoolVariablesCount: usize = 0x1E8; // int32 - pub const m_nOwnerOnlyBoolVariablesCount: usize = 0x1EC; // int32 - pub const m_nRandomSeedOffset: usize = 0x1F0; // int32 - pub const m_flLastTeleportTime: usize = 0x1F4; // float32 - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MPropertyCustomFGDType - pub mod CFootstepTableHandle { - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MPulseProvideFeatureTag - // MPulseLibraryBindings - pub mod CBaseEntityAPI { - } - // Parent: None - // Fields count: 16 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CGameScriptedMoveData { - pub const m_vAccumulatedRootMotion: usize = 0x0; // Vector - pub const m_vDest: usize = 0xC; // Vector - pub const m_vSrc: usize = 0x18; // Vector - pub const m_angSrc: usize = 0x24; // QAngle - pub const m_angDst: usize = 0x30; // QAngle - pub const m_angCurrent: usize = 0x3C; // QAngle - pub const m_flAngRate: usize = 0x48; // float32 - pub const m_flDuration: usize = 0x4C; // float32 - pub const m_flStartTime: usize = 0x50; // GameTime_t - pub const m_bActive: usize = 0x54; // bool - pub const m_bTeleportOnEnd: usize = 0x55; // bool - pub const m_bIgnoreRotation: usize = 0x56; // bool - pub const m_nType: usize = 0x58; // ScriptedMoveType_t - pub const m_bSuccess: usize = 0x5C; // bool - pub const m_nForcedCrouchState: usize = 0x60; // ForcedCrouchState_t - pub const m_bIgnoreCollisions: usize = 0x64; // bool - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MPulseProvideFeatureTag - // MPulseLibraryBindings - pub mod CTakeDamageInfoAPI { - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MPulseInstanceDomainInfo - // MPulseLibraryBindings - // MPulseDomainOptInFeatureTag - pub mod CPulseGraphInstance_ServerEntity { - pub const m_pComponent: usize = 0xD8; // CPulseGraphComponentBase* - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MPulseLibraryBindings - // MPropertyFriendlyName - // MPropertyDescription - pub mod CPulseServerFuncs { - } - // Parent: CPulseCell_BaseFlow - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - // MCellForDomain - // MPulseCellMethodBindings - // MPropertyFriendlyName - // MPropertyDescription - pub mod CPulseCell_SoundEventStart { - pub const m_Type: usize = 0x48; // SoundEventStartType_t - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MPulseLibraryBindings - // MPropertyFriendlyName - // MPropertyDescription - pub mod CPulseServerFuncs_Sounds { - } - // Parent: CPulseCell_BaseYieldingInflow - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CPulseCell_Outflow_PlaySceneBase { - pub const m_OnFinished: usize = 0x48; // CPulse_ResumePoint - pub const m_OnCanceled: usize = 0x58; // CPulse_ResumePoint - pub const m_Triggers: usize = 0x68; // CUtlVector - } - // Parent: None - // Fields count: 9 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod PulseScriptedSequenceData_t { - pub const m_nActorID: usize = 0x0; // int32 - pub const m_szPreIdleSequence: usize = 0x8; // CUtlString - pub const m_szEntrySequence: usize = 0x10; // CUtlString - pub const m_szSequence: usize = 0x18; // CUtlString - pub const m_szExitSequence: usize = 0x20; // CUtlString - pub const m_bLoopPreIdleSequence: usize = 0x28; // bool - pub const m_bLoopActionSequence: usize = 0x29; // bool - pub const m_bLoopPostIdleSequence: usize = 0x2A; // bool - pub const m_bIgnoreLookAt: usize = 0x2B; // bool - } - // Parent: CEntityInstance - // Fields count: 75 - // - // Metadata: - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByUserGroup - // MNetworkExcludeByUserGroup - // MNetworkExcludeByUserGroup - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByName - // NetworkVarNames: m_CBodyComponent (CBodyComponent::Storage_t) - // NetworkVarNames: m_iHealth (int32) - // NetworkVarNames: m_iMaxHealth (int32) - // NetworkVarNames: m_lifeState (uint8) - // NetworkVarNames: m_bTakesDamage (bool) - // NetworkVarNames: m_nTakeDamageFlags (TakeDamageFlags_t) - // NetworkVarNames: m_bIsPlatform (bool) - // NetworkVarNames: m_MoveCollide (MoveCollide_t) - // NetworkVarNames: m_MoveType (MoveType_t) - // NetworkVarNames: m_nSubclassID (EntitySubclassID_t) - // NetworkVarNames: m_flAnimTime (float32) - // NetworkVarNames: m_flSimulationTime (float32) - // NetworkVarNames: m_flCreateTime (GameTime_t) - // NetworkVarNames: m_bClientSideRagdoll (bool) - // NetworkVarNames: m_ubInterpolationFrame (uint8) - // NetworkVarNames: m_iTeamNum (uint8) - // NetworkVarNames: m_spawnflags (uint32) - // NetworkVarNames: m_nNextThinkTick (GameTick_t) - // NetworkVarNames: m_fFlags (uint32) - // NetworkVarNames: m_vecVelocity (CNetworkVelocityVector) - // NetworkVarNames: m_vecBaseVelocity (Vector) - // NetworkVarNames: m_hEffectEntity (CHandle) - // NetworkVarNames: m_hOwnerEntity (CHandle) - // NetworkVarNames: m_fEffects (uint32) - // NetworkVarNames: m_hGroundEntity (CHandle) - // NetworkVarNames: m_flFriction (float32) - // NetworkVarNames: m_flElasticity (float32) - // NetworkVarNames: m_flGravityScale (float32) - // NetworkVarNames: m_flTimeScale (float32) - // NetworkVarNames: m_flWaterLevel (float) - // NetworkVarNames: m_bAnimatedEveryTick (bool) - // NetworkVarNames: m_flNavIgnoreUntilTime (GameTime_t) - pub mod CBaseEntity { - pub const m_CBodyComponent: usize = 0x38; // CBodyComponent* - pub const m_NetworkTransmitComponent: usize = 0x40; // CNetworkTransmitComponent - pub const m_aThinkFunctions: usize = 0x4F0; // CUtlVector - pub const m_iCurrentThinkContext: usize = 0x508; // int32 - pub const m_nLastThinkTick: usize = 0x50C; // GameTick_t - pub const m_nDisableContextThinkStartTick: usize = 0x510; // GameTick_t - pub const m_isSteadyState: usize = 0x520; // CBitVec<64> - pub const m_lastNetworkChange: usize = 0x528; // float32 - pub const m_ResponseContexts: usize = 0x540; // CUtlVector - pub const m_iszResponseContext: usize = 0x558; // CUtlSymbolLarge - pub const m_iHealth: usize = 0x5A0; // int32 - pub const m_iMaxHealth: usize = 0x5A4; // int32 - pub const m_lifeState: usize = 0x5A8; // uint8 - pub const m_flDamageAccumulator: usize = 0x5AC; // float32 - pub const m_bTakesDamage: usize = 0x5B0; // bool - pub const m_nTakeDamageFlags: usize = 0x5B4; // TakeDamageFlags_t - pub const m_bIsPlatform: usize = 0x5B8; // bool - pub const m_MoveCollide: usize = 0x5BA; // MoveCollide_t - pub const m_MoveType: usize = 0x5BB; // MoveType_t - pub const m_nActualMoveType: usize = 0x5BC; // MoveType_t - pub const m_nWaterTouch: usize = 0x5BD; // uint8 - pub const m_nSlimeTouch: usize = 0x5BE; // uint8 - pub const m_bRestoreInHierarchy: usize = 0x5BF; // bool - pub const m_target: usize = 0x5C0; // CUtlSymbolLarge - pub const m_hDamageFilter: usize = 0x5C8; // CHandle - pub const m_iszDamageFilterName: usize = 0x5D0; // CUtlSymbolLarge - pub const m_flMoveDoneTime: usize = 0x5D8; // float32 - pub const m_nSubclassID: usize = 0x5DC; // CUtlStringToken - pub const m_flAnimTime: usize = 0x5E8; // float32 - pub const m_flSimulationTime: usize = 0x5EC; // float32 - pub const m_flCreateTime: usize = 0x5F0; // GameTime_t - pub const m_bClientSideRagdoll: usize = 0x5F4; // bool - pub const m_ubInterpolationFrame: usize = 0x5F5; // uint8 - pub const m_vPrevVPhysicsUpdatePos: usize = 0x5F8; // Vector - pub const m_iTeamNum: usize = 0x604; // uint8 - pub const m_iGlobalname: usize = 0x608; // CUtlSymbolLarge - pub const m_iSentToClients: usize = 0x610; // int32 - pub const m_flSpeed: usize = 0x614; // float32 - pub const m_sUniqueHammerID: usize = 0x618; // CUtlString - pub const m_spawnflags: usize = 0x620; // uint32 - pub const m_nNextThinkTick: usize = 0x624; // GameTick_t - pub const m_nSimulationTick: usize = 0x628; // int32 - pub const m_OnKilled: usize = 0x630; // CEntityIOOutput - pub const m_fFlags: usize = 0x658; // uint32 - pub const m_vecAbsVelocity: usize = 0x65C; // Vector - pub const m_vecVelocity: usize = 0x668; // CNetworkVelocityVector - pub const m_vecBaseVelocity: usize = 0x698; // Vector - pub const m_nPushEnumCount: usize = 0x6A4; // int32 - pub const m_pCollision: usize = 0x6A8; // CCollisionProperty* - pub const m_hEffectEntity: usize = 0x6B0; // CHandle - pub const m_hOwnerEntity: usize = 0x6B4; // CHandle - pub const m_fEffects: usize = 0x6B8; // uint32 - pub const m_hGroundEntity: usize = 0x6BC; // CHandle - pub const m_flFriction: usize = 0x6C0; // float32 - pub const m_flElasticity: usize = 0x6C4; // float32 - pub const m_flGravityScale: usize = 0x6C8; // float32 - pub const m_flTimeScale: usize = 0x6CC; // float32 - pub const m_flWaterLevel: usize = 0x6D0; // float32 - pub const m_bAnimatedEveryTick: usize = 0x6D4; // bool - pub const m_bDisableLowViolence: usize = 0x6D5; // bool - pub const m_nWaterType: usize = 0x6D6; // uint8 - pub const m_iEFlags: usize = 0x6D8; // int32 - pub const m_OnUser1: usize = 0x6E0; // CEntityIOOutput - pub const m_OnUser2: usize = 0x708; // CEntityIOOutput - pub const m_OnUser3: usize = 0x730; // CEntityIOOutput - pub const m_OnUser4: usize = 0x758; // CEntityIOOutput - pub const m_iInitialTeamNum: usize = 0x780; // int32 - pub const m_flNavIgnoreUntilTime: usize = 0x784; // GameTime_t - pub const m_vecAngVelocity: usize = 0x788; // QAngle - pub const m_bNetworkQuantizeOriginAndAngles: usize = 0x794; // bool - pub const m_bLagCompensate: usize = 0x795; // bool - pub const m_flOverriddenFriction: usize = 0x798; // float32 - pub const m_pBlocker: usize = 0x79C; // CHandle - pub const m_flLocalTime: usize = 0x7A0; // float32 - pub const m_flVPhysicsUpdateLocalTime: usize = 0x7A4; // float32 - } - // Parent: CBaseEntity - // Fields count: 17 - // - // Metadata: - // MNetworkIncludeByUserGroup - // NetworkVarNames: m_flFadeInDuration (float32) - // NetworkVarNames: m_flFadeOutDuration (float32) - // NetworkVarNames: m_flMaxWeight (float32) - // NetworkVarNames: m_bEnabled (bool) - // NetworkVarNames: m_bMaster (bool) - // NetworkVarNames: m_bClientSide (bool) - // NetworkVarNames: m_bExclusive (bool) - // NetworkVarNames: m_MinFalloff (float32) - // NetworkVarNames: m_MaxFalloff (float32) - // NetworkVarNames: m_flCurWeight (float32) - // NetworkVarNames: m_netlookupFilename (char) - pub mod CColorCorrection { - pub const m_flFadeInDuration: usize = 0x7A8; // float32 - pub const m_flFadeOutDuration: usize = 0x7AC; // float32 - pub const m_flStartFadeInWeight: usize = 0x7B0; // float32 - pub const m_flStartFadeOutWeight: usize = 0x7B4; // float32 - pub const m_flTimeStartFadeIn: usize = 0x7B8; // GameTime_t - pub const m_flTimeStartFadeOut: usize = 0x7BC; // GameTime_t - pub const m_flMaxWeight: usize = 0x7C0; // float32 - pub const m_bStartDisabled: usize = 0x7C4; // bool - pub const m_bEnabled: usize = 0x7C5; // bool - pub const m_bMaster: usize = 0x7C6; // bool - pub const m_bClientSide: usize = 0x7C7; // bool - pub const m_bExclusive: usize = 0x7C8; // bool - pub const m_MinFalloff: usize = 0x7CC; // float32 - pub const m_MaxFalloff: usize = 0x7D0; // float32 - pub const m_flCurWeight: usize = 0x7D4; // float32 - pub const m_netlookupFilename: usize = 0x7D8; // char[512] - pub const m_lookupFilename: usize = 0x9D8; // CUtlSymbolLarge - } - // Parent: CBaseEntity - // Fields count: 11 - // - // Metadata: - // NetworkVarNames: m_hEntAttached (CHandle) - // NetworkVarNames: m_bCheapEffect (bool) - pub mod CEntityFlame { - pub const m_hEntAttached: usize = 0x7A8; // CHandle - pub const m_bCheapEffect: usize = 0x7AC; // bool - pub const m_flSize: usize = 0x7B0; // float32 - pub const m_bUseHitboxes: usize = 0x7B4; // bool - pub const m_iNumHitboxFires: usize = 0x7B8; // int32 - pub const m_flHitboxFireScale: usize = 0x7BC; // float32 - pub const m_flLifetime: usize = 0x7C0; // GameTime_t - pub const m_hAttacker: usize = 0x7C4; // CHandle - pub const m_iDangerSound: usize = 0x7C8; // int32 - pub const m_flDirectDamagePerSecond: usize = 0x7CC; // float32 - pub const m_iCustomDamageType: usize = 0x7D0; // int32 - } - // Parent: CBaseEntity - // Fields count: 4 - // - // Metadata: - // NetworkVarNames: m_flScale (float32) - // NetworkVarNames: m_flStartScale (float32) - // NetworkVarNames: m_flScaleTime (float32) - // NetworkVarNames: m_nFlags (uint32) - pub mod CBaseFire { - pub const m_flScale: usize = 0x7A8; // float32 - pub const m_flStartScale: usize = 0x7AC; // float32 - pub const m_flScaleTime: usize = 0x7B0; // float32 - pub const m_nFlags: usize = 0x7B4; // uint32 - } - // Parent: CBaseFire - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_nFlameModelIndex (int32) - // NetworkVarNames: m_nFlameFromAboveModelIndex (int32) - pub mod CFireSmoke { - pub const m_nFlameModelIndex: usize = 0x7B8; // int32 - pub const m_nFlameFromAboveModelIndex: usize = 0x7BC; // int32 - } - // Parent: CBaseEntity - // Fields count: 4 - // - // Metadata: - // NetworkVarNames: m_skyboxData (sky3dparams_t) - // NetworkVarNames: m_skyboxSlotToken (CUtlStringToken) - pub mod CSkyCamera { - pub const m_skyboxData: usize = 0x7A8; // sky3dparams_t - pub const m_skyboxSlotToken: usize = 0x838; // CUtlStringToken - pub const m_bUseAngles: usize = 0x83C; // bool - pub const m_pNext: usize = 0x840; // CSkyCamera* - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CNavLinkAnimgraphVar { - pub const m_strAnimgraphVar: usize = 0x0; // CUtlString - pub const m_unAlignmentDegrees: usize = 0x8; // uint32 - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // NetworkVarNames: m_nInteractsAs (uint64) - // NetworkVarNames: m_nInteractsWith (uint64) - // NetworkVarNames: m_nInteractsExclude (uint64) - // NetworkVarNames: m_nEntityId (uint32) - // NetworkVarNames: m_nOwnerId (uint32) - // NetworkVarNames: m_nHierarchyId (uint16) - // NetworkVarNames: m_nCollisionGroup (uint8) - // NetworkVarNames: m_nCollisionFunctionMask (uint8) - pub mod VPhysicsCollisionAttribute_t { - pub const m_nInteractsAs: usize = 0x8; // uint64 - pub const m_nInteractsWith: usize = 0x10; // uint64 - pub const m_nInteractsExclude: usize = 0x18; // uint64 - pub const m_nEntityId: usize = 0x20; // uint32 - pub const m_nOwnerId: usize = 0x24; // uint32 - pub const m_nHierarchyId: usize = 0x28; // uint16 - pub const m_nCollisionGroup: usize = 0x2A; // uint8 - pub const m_nCollisionFunctionMask: usize = 0x2B; // uint8 - } - // Parent: None - // Fields count: 17 - // - // Metadata: - // NetworkVarNames: m_collisionAttribute (VPhysicsCollisionAttribute_t) - // NetworkVarNames: m_vecMins (Vector) - // NetworkVarNames: m_vecMaxs (Vector) - // NetworkVarNames: m_usSolidFlags (uint8) - // NetworkVarNames: m_nSolidType (SolidType_t) - // NetworkVarNames: m_triggerBloat (uint8) - // NetworkVarNames: m_nSurroundType (SurroundingBoundsType_t) - // NetworkVarNames: m_CollisionGroup (uint8) - // NetworkVarNames: m_nEnablePhysics (uint8) - // NetworkVarNames: m_vecSpecifiedSurroundingMins (Vector) - // NetworkVarNames: m_vecSpecifiedSurroundingMaxs (Vector) - // NetworkVarNames: m_vCapsuleCenter1 (Vector) - // NetworkVarNames: m_vCapsuleCenter2 (Vector) - // NetworkVarNames: m_flCapsuleRadius (float) - pub mod CCollisionProperty { - pub const m_collisionAttribute: usize = 0x10; // VPhysicsCollisionAttribute_t - pub const m_vecMins: usize = 0x40; // Vector - pub const m_vecMaxs: usize = 0x4C; // Vector - pub const m_usSolidFlags: usize = 0x5A; // uint8 - pub const m_nSolidType: usize = 0x5B; // SolidType_t - pub const m_triggerBloat: usize = 0x5C; // uint8 - pub const m_nSurroundType: usize = 0x5D; // SurroundingBoundsType_t - pub const m_CollisionGroup: usize = 0x5E; // uint8 - pub const m_nEnablePhysics: usize = 0x5F; // uint8 - pub const m_flBoundingRadius: usize = 0x60; // float32 - pub const m_vecSpecifiedSurroundingMins: usize = 0x64; // Vector - pub const m_vecSpecifiedSurroundingMaxs: usize = 0x70; // Vector - pub const m_vecSurroundingMaxs: usize = 0x7C; // Vector - pub const m_vecSurroundingMins: usize = 0x88; // Vector - pub const m_vCapsuleCenter1: usize = 0x94; // Vector - pub const m_vCapsuleCenter2: usize = 0xA0; // Vector - pub const m_flCapsuleRadius: usize = 0xAC; // float32 - } - // Parent: None - // Fields count: 21 - // - // Metadata: - // NetworkVarNames: m_vOrigin (Vector) - // NetworkVarNames: m_vStart (Vector) - // NetworkVarNames: m_vNormal (Vector) - // NetworkVarNames: m_vAngles (QAngle) - // NetworkVarNames: m_hEntity (CEntityHandle) - // NetworkVarNames: m_hOtherEntity (CEntityHandle) - // NetworkVarNames: m_flScale (float32) - // NetworkVarNames: m_flMagnitude (float32) - // NetworkVarNames: m_flRadius (float32) - // NetworkVarNames: m_nSurfaceProp (CUtlStringToken) - // NetworkVarNames: m_nEffectIndex (HParticleSystemDefinition) - // NetworkVarNames: m_nDamageType (uint32) - // NetworkVarNames: m_nPenetrate (uint8) - // NetworkVarNames: m_nMaterial (uint16) - // NetworkVarNames: m_nHitBox (uint16) - // NetworkVarNames: m_nColor (uint8) - // NetworkVarNames: m_fFlags (uint8) - // NetworkVarNames: m_nAttachmentIndex (AttachmentHandle_t) - // NetworkVarNames: m_nAttachmentName (CUtlStringToken) - // NetworkVarNames: m_iEffectName (uint16) - // NetworkVarNames: m_nExplosionType (uint8) - pub mod CEffectData { - pub const m_vOrigin: usize = 0x8; // Vector - pub const m_vStart: usize = 0x14; // Vector - pub const m_vNormal: usize = 0x20; // Vector - pub const m_vAngles: usize = 0x2C; // QAngle - pub const m_hEntity: usize = 0x38; // CEntityHandle - pub const m_hOtherEntity: usize = 0x3C; // CEntityHandle - pub const m_flScale: usize = 0x40; // float32 - pub const m_flMagnitude: usize = 0x44; // float32 - pub const m_flRadius: usize = 0x48; // float32 - pub const m_nSurfaceProp: usize = 0x4C; // CUtlStringToken - pub const m_nEffectIndex: usize = 0x50; // CWeakHandle - pub const m_nDamageType: usize = 0x58; // uint32 - pub const m_nPenetrate: usize = 0x5C; // uint8 - pub const m_nMaterial: usize = 0x5E; // uint16 - pub const m_nHitBox: usize = 0x60; // uint16 - pub const m_nColor: usize = 0x62; // uint8 - pub const m_fFlags: usize = 0x63; // uint8 - pub const m_nAttachmentIndex: usize = 0x64; // AttachmentHandle_t - pub const m_nAttachmentName: usize = 0x68; // CUtlStringToken - pub const m_iEffectName: usize = 0x6C; // uint16 - pub const m_nExplosionType: usize = 0x6E; // uint8 - } - // Parent: CBaseEntity - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_flFadeStartDist (float32) - // NetworkVarNames: m_flFadeEndDist (float32) - pub mod CEnvDetailController { - pub const m_flFadeStartDist: usize = 0x7A8; // float32 - pub const m_flFadeEndDist: usize = 0x7AC; // float32 - } - // Parent: None - // Fields count: 31 - // - // Metadata: - // NetworkVarNames: m_flStartTime (GameTime_t) - // NetworkVarNames: m_iWindSeed (uint32) - // NetworkVarNames: m_iMinWind (uint16) - // NetworkVarNames: m_iMaxWind (uint16) - // NetworkVarNames: m_windRadius (int32) - // NetworkVarNames: m_iMinGust (uint16) - // NetworkVarNames: m_iMaxGust (uint16) - // NetworkVarNames: m_flMinGustDelay (float32) - // NetworkVarNames: m_flMaxGustDelay (float32) - // NetworkVarNames: m_flGustDuration (float32) - // NetworkVarNames: m_iGustDirChange (uint16) - // NetworkVarNames: m_location (Vector) - // NetworkVarNames: m_iInitialWindDir (uint16) - // NetworkVarNames: m_flInitialWindSpeed (float32) - pub mod CEnvWindShared { - pub const m_flStartTime: usize = 0x8; // GameTime_t - pub const m_iWindSeed: usize = 0xC; // uint32 - pub const m_iMinWind: usize = 0x10; // uint16 - pub const m_iMaxWind: usize = 0x12; // uint16 - pub const m_windRadius: usize = 0x14; // int32 - pub const m_iMinGust: usize = 0x18; // uint16 - pub const m_iMaxGust: usize = 0x1A; // uint16 - pub const m_flMinGustDelay: usize = 0x1C; // float32 - pub const m_flMaxGustDelay: usize = 0x20; // float32 - pub const m_flGustDuration: usize = 0x24; // float32 - pub const m_iGustDirChange: usize = 0x28; // uint16 - pub const m_location: usize = 0x2C; // Vector - pub const m_iszGustSound: usize = 0x38; // int32 - pub const m_iWindDir: usize = 0x3C; // int32 - pub const m_flWindSpeed: usize = 0x40; // float32 - pub const m_currentWindVector: usize = 0x44; // Vector - pub const m_CurrentSwayVector: usize = 0x50; // Vector - pub const m_PrevSwayVector: usize = 0x5C; // Vector - pub const m_iInitialWindDir: usize = 0x68; // uint16 - pub const m_flInitialWindSpeed: usize = 0x6C; // float32 - pub const m_OnGustStart: usize = 0x70; // CEntityIOOutput - pub const m_OnGustEnd: usize = 0x98; // CEntityIOOutput - pub const m_flVariationTime: usize = 0xC0; // GameTime_t - pub const m_flSwayTime: usize = 0xC4; // GameTime_t - pub const m_flSimTime: usize = 0xC8; // GameTime_t - pub const m_flSwitchTime: usize = 0xCC; // GameTime_t - pub const m_flAveWindSpeed: usize = 0xD0; // float32 - pub const m_bGusting: usize = 0xD4; // bool - pub const m_flWindAngleVariation: usize = 0xD8; // float32 - pub const m_flWindSpeedVariation: usize = 0xDC; // float32 - pub const m_iEntIndex: usize = 0xE0; // CEntityIndex - } - // Parent: None - // Fields count: 12 - // - // Metadata: - // NetworkVarNames: m_nModelID (int32) - // NetworkVarNames: m_hMaterial (HMaterialStrong) - // NetworkVarNames: m_solid (ShardSolid_t) - // NetworkVarNames: m_ShatterPanelMode (ShatterPanelMode) - // NetworkVarNames: m_vecPanelSize (Vector2D) - // NetworkVarNames: m_vecStressPositionA (Vector2D) - // NetworkVarNames: m_vecStressPositionB (Vector2D) - // NetworkVarNames: m_vecPanelVertices (Vector2D) - // NetworkVarNames: m_flGlassHalfThickness (float) - // NetworkVarNames: m_bHasParent (bool) - // NetworkVarNames: m_bParentFrozen (bool) - // NetworkVarNames: m_SurfacePropStringToken (CUtlStringToken) - pub mod shard_model_desc_t { - pub const m_nModelID: usize = 0x8; // int32 - pub const m_hMaterial: usize = 0x10; // CStrongHandle - pub const m_solid: usize = 0x18; // ShardSolid_t - pub const m_ShatterPanelMode: usize = 0x19; // ShatterPanelMode - pub const m_vecPanelSize: usize = 0x1C; // Vector2D - pub const m_vecStressPositionA: usize = 0x24; // Vector2D - pub const m_vecStressPositionB: usize = 0x2C; // Vector2D - pub const m_vecPanelVertices: usize = 0x38; // CNetworkUtlVectorBase - pub const m_flGlassHalfThickness: usize = 0x50; // float32 - pub const m_bHasParent: usize = 0x54; // bool - pub const m_bParentFrozen: usize = 0x55; // bool - pub const m_SurfacePropStringToken: usize = 0x58; // CUtlStringToken - } - // Parent: None - // Fields count: 11 - // - // Metadata: - // NetworkVarNames: m_iGlowType (int32) - // NetworkVarNames: m_iGlowTeam (int32) - // NetworkVarNames: m_nGlowRange (int32) - // NetworkVarNames: m_nGlowRangeMin (int32) - // NetworkVarNames: m_glowColorOverride (Color) - // NetworkVarNames: m_bFlashing (bool) - // NetworkVarNames: m_flGlowTime (float) - // NetworkVarNames: m_flGlowStartTime (float) - // NetworkVarNames: m_bEligibleForScreenHighlight (bool) - pub mod CGlowProperty { - pub const m_fGlowColor: usize = 0x8; // Vector - pub const m_iGlowType: usize = 0x30; // int32 - pub const m_iGlowTeam: usize = 0x34; // int32 - pub const m_nGlowRange: usize = 0x38; // int32 - pub const m_nGlowRangeMin: usize = 0x3C; // int32 - pub const m_glowColorOverride: usize = 0x40; // Color - pub const m_bFlashing: usize = 0x44; // bool - pub const m_flGlowTime: usize = 0x48; // float32 - pub const m_flGlowStartTime: usize = 0x4C; // float32 - pub const m_bEligibleForScreenHighlight: usize = 0x50; // bool - pub const m_bGlowing: usize = 0x51; // bool - } - // Parent: None - // Fields count: 25 - // - // Metadata: - // NetworkVarNames: dirPrimary (Vector) - // NetworkVarNames: colorPrimary (Color) - // NetworkVarNames: colorSecondary (Color) - // NetworkVarNames: colorPrimaryLerpTo (Color) - // NetworkVarNames: colorSecondaryLerpTo (Color) - // NetworkVarNames: start (float32) - // NetworkVarNames: end (float32) - // NetworkVarNames: farz (float32) - // NetworkVarNames: maxdensity (float32) - // NetworkVarNames: exponent (float32) - // NetworkVarNames: HDRColorScale (float32) - // NetworkVarNames: skyboxFogFactor (float32) - // NetworkVarNames: skyboxFogFactorLerpTo (float32) - // NetworkVarNames: startLerpTo (float32) - // NetworkVarNames: endLerpTo (float32) - // NetworkVarNames: maxdensityLerpTo (float32) - // NetworkVarNames: lerptime (GameTime_t) - // NetworkVarNames: duration (float32) - // NetworkVarNames: blendtobackground (float32) - // NetworkVarNames: scattering (float32) - // NetworkVarNames: locallightscale (float32) - // NetworkVarNames: enable (bool) - // NetworkVarNames: blend (bool) - // NetworkVarNames: m_bNoReflectionFog (bool) - pub mod fogparams_t { - pub const dirPrimary: usize = 0x8; // Vector - pub const colorPrimary: usize = 0x14; // Color - pub const colorSecondary: usize = 0x18; // Color - pub const colorPrimaryLerpTo: usize = 0x1C; // Color - pub const colorSecondaryLerpTo: usize = 0x20; // Color - pub const start: usize = 0x24; // float32 - pub const end: usize = 0x28; // float32 - pub const farz: usize = 0x2C; // float32 - pub const maxdensity: usize = 0x30; // float32 - pub const exponent: usize = 0x34; // float32 - pub const HDRColorScale: usize = 0x38; // float32 - pub const skyboxFogFactor: usize = 0x3C; // float32 - pub const skyboxFogFactorLerpTo: usize = 0x40; // float32 - pub const startLerpTo: usize = 0x44; // float32 - pub const endLerpTo: usize = 0x48; // float32 - pub const maxdensityLerpTo: usize = 0x4C; // float32 - pub const lerptime: usize = 0x50; // GameTime_t - pub const duration: usize = 0x54; // float32 - pub const blendtobackground: usize = 0x58; // float32 - pub const scattering: usize = 0x5C; // float32 - pub const locallightscale: usize = 0x60; // float32 - pub const enable: usize = 0x64; // bool - pub const blend: usize = 0x65; // bool - pub const m_bNoReflectionFog: usize = 0x66; // bool - pub const m_bPadding: usize = 0x67; // bool - } - // Parent: None - // Fields count: 14 - // - // Metadata: - // NetworkVarNames: m_hCtrl (CHandle) - pub mod fogplayerparams_t { - pub const m_hCtrl: usize = 0x8; // CHandle - pub const m_flTransitionTime: usize = 0xC; // float32 - pub const m_OldColor: usize = 0x10; // Color - pub const m_flOldStart: usize = 0x14; // float32 - pub const m_flOldEnd: usize = 0x18; // float32 - pub const m_flOldMaxDensity: usize = 0x1C; // float32 - pub const m_flOldHDRColorScale: usize = 0x20; // float32 - pub const m_flOldFarZ: usize = 0x24; // float32 - pub const m_NewColor: usize = 0x28; // Color - pub const m_flNewStart: usize = 0x2C; // float32 - pub const m_flNewEnd: usize = 0x30; // float32 - pub const m_flNewMaxDensity: usize = 0x34; // float32 - pub const m_flNewHDRColorScale: usize = 0x38; // float32 - pub const m_flNewFarZ: usize = 0x3C; // float32 - } - // Parent: None - // Fields count: 6 - // - // Metadata: - // NetworkVarNames: scale (int16) - // NetworkVarNames: origin (Vector) - // NetworkVarNames: bClip3DSkyBoxNearToWorldFar (bool) - // NetworkVarNames: flClip3DSkyBoxNearToWorldFarOffset (float32) - // NetworkVarNames: fog (fogparams_t) - // NetworkVarNames: m_nWorldGroupID (WorldGroupId_t) - pub mod sky3dparams_t { - pub const scale: usize = 0x8; // int16 - pub const origin: usize = 0xC; // Vector - pub const bClip3DSkyBoxNearToWorldFar: usize = 0x18; // bool - pub const flClip3DSkyBoxNearToWorldFarOffset: usize = 0x1C; // float32 - pub const fog: usize = 0x20; // fogparams_t - pub const m_nWorldGroupID: usize = 0x88; // WorldGroupId_t - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // NetworkVarNames: m_Transforms (CTransform) - // NetworkVarNames: m_hOwner (EHANDLE) - pub mod PhysicsRagdollPose_t { - pub const __m_pChainEntity: usize = 0x8; // CNetworkVarChainer - pub const m_Transforms: usize = 0x30; // CNetworkUtlVectorBase - pub const m_hOwner: usize = 0x48; // CHandle - } - // Parent: CBaseEntity - // Fields count: 9 - // - // Metadata: - // NetworkVarNames: m_iszStackName (string_t) - // NetworkVarNames: m_iszOperatorName (string_t) - // NetworkVarNames: m_iszOpvarName (string_t) - // NetworkVarNames: m_iOpvarIndex (int) - // NetworkVarNames: m_bUseAutoCompare (bool) - pub mod CSoundOpvarSetPointBase { - pub const m_bDisabled: usize = 0x7A8; // bool - pub const m_hSource: usize = 0x7AC; // CEntityHandle - pub const m_iszSourceEntityName: usize = 0x7B8; // CUtlSymbolLarge - pub const m_vLastPosition: usize = 0x810; // Vector - pub const m_iszStackName: usize = 0x820; // CUtlSymbolLarge - pub const m_iszOperatorName: usize = 0x828; // CUtlSymbolLarge - pub const m_iszOpvarName: usize = 0x830; // CUtlSymbolLarge - pub const m_iOpvarIndex: usize = 0x838; // int32 - pub const m_bUseAutoCompare: usize = 0x83C; // bool - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_Attributes (CEconItemAttribute) - pub mod CAttributeList { - pub const m_Attributes: usize = 0x8; // CUtlVectorEmbeddedNetworkVar - pub const m_pManager: usize = 0x58; // CAttributeManager* - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // NetworkVarNames: m_iAttributeDefinitionIndex (attrib_definition_index_t) - // NetworkVarNames: m_flValue (float) - // NetworkVarNames: m_flInitialValue (float) - // NetworkVarNames: m_nRefundableCurrency (int) - // NetworkVarNames: m_bSetBonus (bool) - pub mod CEconItemAttribute { - pub const m_iAttributeDefinitionIndex: usize = 0x30; // uint16 - pub const m_flValue: usize = 0x34; // float32 - pub const m_flInitialValue: usize = 0x38; // float32 - pub const m_nRefundableCurrency: usize = 0x3C; // int32 - pub const m_bSetBonus: usize = 0x40; // bool - } - // Parent: None - // Fields count: 6 - // - // Metadata: - // NetworkVarNames: m_iReapplyProvisionParity (int) - // NetworkVarNames: m_hOuter (EHANDLE) - // NetworkVarNames: m_ProviderType (attributeprovidertypes_t) - pub mod CAttributeManager { - pub const m_Providers: usize = 0x8; // CUtlVector> - pub const m_iReapplyProvisionParity: usize = 0x20; // int32 - pub const m_hOuter: usize = 0x24; // CHandle - pub const m_bPreventLoopback: usize = 0x28; // bool - pub const m_ProviderType: usize = 0x2C; // attributeprovidertypes_t - pub const m_CachedResults: usize = 0x30; // CUtlVector - } - // Parent: CAttributeManager - // Fields count: 1 - // - // Metadata: - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // NetworkVarNames: m_Item (CEconItemView) - pub mod CAttributeContainer { - pub const m_Item: usize = 0x50; // CEconItemView - } - // Parent: AmmoTypeInfo_t - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod GameAmmoTypeInfo_t { - pub const m_nBuySize: usize = 0x34; // int32 - pub const m_nCost: usize = 0x38; // int32 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_bSpotted (bool) - // NetworkVarNames: m_bSpottedByMask (uint32) - pub mod EntitySpottedState_t { - pub const m_bSpotted: usize = 0x8; // bool - pub const m_bSpottedByMask: usize = 0xC; // uint32[2] - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_pGameRules (CCSGameRules*) - pub mod CCSGameRulesProxy { - pub const m_pGameRules: usize = 0x7A8; // CCSGameRules* - } - // Parent: None - // Fields count: 215 - // - // Metadata: - // NetworkVarNames: m_bFreezePeriod (bool) - // NetworkVarNames: m_bWarmupPeriod (bool) - // NetworkVarNames: m_fWarmupPeriodEnd (GameTime_t) - // NetworkVarNames: m_fWarmupPeriodStart (GameTime_t) - // NetworkVarNames: m_nTotalPausedTicks (int) - // NetworkVarNames: m_nPauseStartTick (int) - // NetworkVarNames: m_bServerPaused (bool) - // NetworkVarNames: m_bGamePaused (bool) - // NetworkVarNames: m_bTerroristTimeOutActive (bool) - // NetworkVarNames: m_bCTTimeOutActive (bool) - // NetworkVarNames: m_flTerroristTimeOutRemaining (float) - // NetworkVarNames: m_flCTTimeOutRemaining (float) - // NetworkVarNames: m_nTerroristTimeOuts (int) - // NetworkVarNames: m_nCTTimeOuts (int) - // NetworkVarNames: m_bTechnicalTimeOut (bool) - // NetworkVarNames: m_bMatchWaitingForResume (bool) - // NetworkVarNames: m_iRoundTime (int) - // NetworkVarNames: m_fMatchStartTime (float) - // NetworkVarNames: m_fRoundStartTime (GameTime_t) - // NetworkVarNames: m_flRestartRoundTime (GameTime_t) - // NetworkVarNames: m_bGameRestart (bool) - // NetworkVarNames: m_flGameStartTime (float) - // NetworkVarNames: m_timeUntilNextPhaseStarts (float) - // NetworkVarNames: m_gamePhase (int) - // NetworkVarNames: m_totalRoundsPlayed (int) - // NetworkVarNames: m_nRoundsPlayedThisPhase (int) - // NetworkVarNames: m_nOvertimePlaying (int) - // NetworkVarNames: m_iHostagesRemaining (int) - // NetworkVarNames: m_bAnyHostageReached (bool) - // NetworkVarNames: m_bMapHasBombTarget (bool) - // NetworkVarNames: m_bMapHasRescueZone (bool) - // NetworkVarNames: m_bMapHasBuyZone (bool) - // NetworkVarNames: m_bIsQueuedMatchmaking (bool) - // NetworkVarNames: m_nQueuedMatchmakingMode (int) - // NetworkVarNames: m_bIsValveDS (bool) - // NetworkVarNames: m_bLogoMap (bool) - // NetworkVarNames: m_bPlayAllStepSoundsOnServer (bool) - // NetworkVarNames: m_iSpectatorSlotCount (int) - // NetworkVarNames: m_MatchDevice (int) - // NetworkVarNames: m_bHasMatchStarted (bool) - // NetworkVarNames: m_nNextMapInMapgroup (int) - // NetworkVarNames: m_szTournamentEventName (char) - // NetworkVarNames: m_szTournamentEventStage (char) - // NetworkVarNames: m_szMatchStatTxt (char) - // NetworkVarNames: m_szTournamentPredictionsTxt (char) - // NetworkVarNames: m_nTournamentPredictionsPct (int) - // NetworkVarNames: m_flCMMItemDropRevealStartTime (GameTime_t) - // NetworkVarNames: m_flCMMItemDropRevealEndTime (GameTime_t) - // NetworkVarNames: m_bIsDroppingItems (bool) - // NetworkVarNames: m_bIsQuestEligible (bool) - // NetworkVarNames: m_bIsHltvActive (bool) - // NetworkVarNames: m_nGuardianModeWaveNumber (int) - // NetworkVarNames: m_nGuardianModeSpecialKillsRemaining (int) - // NetworkVarNames: m_nGuardianModeSpecialWeaponNeeded (int) - // NetworkVarNames: m_numGlobalGiftsGiven (uint32) - // NetworkVarNames: m_numGlobalGifters (uint32) - // NetworkVarNames: m_numGlobalGiftsPeriodSeconds (uint32) - // NetworkVarNames: m_arrFeaturedGiftersAccounts (uint32) - // NetworkVarNames: m_arrFeaturedGiftersGifts (uint32) - // NetworkVarNames: m_arrProhibitedItemIndices (uint16) - // NetworkVarNames: m_arrTournamentActiveCasterAccounts (uint32) - // NetworkVarNames: m_numBestOfMaps (int) - // NetworkVarNames: m_nHalloweenMaskListSeed (int) - // NetworkVarNames: m_bBombDropped (bool) - // NetworkVarNames: m_bBombPlanted (bool) - // NetworkVarNames: m_iRoundWinStatus (int) - // NetworkVarNames: m_eRoundWinReason (int) - // NetworkVarNames: m_bTCantBuy (bool) - // NetworkVarNames: m_bCTCantBuy (bool) - // NetworkVarNames: m_flGuardianBuyUntilTime (GameTime_t) - // NetworkVarNames: m_iMatchStats_RoundResults (int) - // NetworkVarNames: m_iMatchStats_PlayersAlive_CT (int) - // NetworkVarNames: m_iMatchStats_PlayersAlive_T (int) - // NetworkVarNames: m_TeamRespawnWaveTimes (float) - // NetworkVarNames: m_flNextRespawnWave (GameTime_t) - // NetworkVarNames: m_nServerQuestID (int) - // NetworkVarNames: m_vMinimapMins (Vector) - // NetworkVarNames: m_vMinimapMaxs (Vector) - // NetworkVarNames: m_MinimapVerticalSectionHeights (float) - // NetworkVarNames: m_nEndMatchMapGroupVoteTypes (int) - // NetworkVarNames: m_nEndMatchMapGroupVoteOptions (int) - // NetworkVarNames: m_nEndMatchMapVoteWinner (int) - // NetworkVarNames: m_iNumConsecutiveCTLoses (int) - // NetworkVarNames: m_iNumConsecutiveTerroristLoses (int) - // NetworkVarNames: m_nMatchAbortedEarlyReason (int) - // NetworkVarNames: m_pGameModeRules (CCSGameModeRules*) - // NetworkVarNames: m_RetakeRules (CRetakeGameRules) - // NetworkVarNames: m_nMatchEndCount (uint8) - // NetworkVarNames: m_nTTeamIntroVariant (int) - // NetworkVarNames: m_nCTTeamIntroVariant (int) - // NetworkVarNames: m_bTeamIntroPeriod (bool) - // NetworkVarNames: m_iRoundEndWinnerTeam (int) - // NetworkVarNames: m_eRoundEndReason (int) - // NetworkVarNames: m_bRoundEndShowTimerDefend (bool) - // NetworkVarNames: m_iRoundEndTimerTime (int) - // NetworkVarNames: m_sRoundEndFunFactToken (CUtlString) - // NetworkVarNames: m_iRoundEndFunFactPlayerSlot (CPlayerSlot) - // NetworkVarNames: m_iRoundEndFunFactData1 (int) - // NetworkVarNames: m_iRoundEndFunFactData2 (int) - // NetworkVarNames: m_iRoundEndFunFactData3 (int) - // NetworkVarNames: m_sRoundEndMessage (CUtlString) - // NetworkVarNames: m_iRoundEndPlayerCount (int) - // NetworkVarNames: m_bRoundEndNoMusic (bool) - // NetworkVarNames: m_iRoundEndLegacy (int) - // NetworkVarNames: m_nRoundEndCount (uint8) - // NetworkVarNames: m_iRoundStartRoundNumber (int) - // NetworkVarNames: m_nRoundStartCount (uint8) - pub mod CCSGameRules { - pub const __m_pChainEntity: usize = 0x98; // CNetworkVarChainer - pub const m_coopMissionManager: usize = 0xC0; // CHandle - pub const m_bFreezePeriod: usize = 0xC4; // bool - pub const m_bWarmupPeriod: usize = 0xC5; // bool - pub const m_fWarmupPeriodEnd: usize = 0xC8; // GameTime_t - pub const m_fWarmupPeriodStart: usize = 0xCC; // GameTime_t - pub const m_nTotalPausedTicks: usize = 0xD0; // int32 - pub const m_nPauseStartTick: usize = 0xD4; // int32 - pub const m_bServerPaused: usize = 0xD8; // bool - pub const m_bGamePaused: usize = 0xD9; // bool - pub const m_bTerroristTimeOutActive: usize = 0xDA; // bool - pub const m_bCTTimeOutActive: usize = 0xDB; // bool - pub const m_flTerroristTimeOutRemaining: usize = 0xDC; // float32 - pub const m_flCTTimeOutRemaining: usize = 0xE0; // float32 - pub const m_nTerroristTimeOuts: usize = 0xE4; // int32 - pub const m_nCTTimeOuts: usize = 0xE8; // int32 - pub const m_bTechnicalTimeOut: usize = 0xEC; // bool - pub const m_bMatchWaitingForResume: usize = 0xED; // bool - pub const m_iRoundTime: usize = 0xF0; // int32 - pub const m_fMatchStartTime: usize = 0xF4; // float32 - pub const m_fRoundStartTime: usize = 0xF8; // GameTime_t - pub const m_flRestartRoundTime: usize = 0xFC; // GameTime_t - pub const m_bGameRestart: usize = 0x100; // bool - pub const m_flGameStartTime: usize = 0x104; // float32 - pub const m_timeUntilNextPhaseStarts: usize = 0x108; // float32 - pub const m_gamePhase: usize = 0x10C; // int32 - pub const m_totalRoundsPlayed: usize = 0x110; // int32 - pub const m_nRoundsPlayedThisPhase: usize = 0x114; // int32 - pub const m_nOvertimePlaying: usize = 0x118; // int32 - pub const m_iHostagesRemaining: usize = 0x11C; // int32 - pub const m_bAnyHostageReached: usize = 0x120; // bool - pub const m_bMapHasBombTarget: usize = 0x121; // bool - pub const m_bMapHasRescueZone: usize = 0x122; // bool - pub const m_bMapHasBuyZone: usize = 0x123; // bool - pub const m_bIsQueuedMatchmaking: usize = 0x124; // bool - pub const m_nQueuedMatchmakingMode: usize = 0x128; // int32 - pub const m_bIsValveDS: usize = 0x12C; // bool - pub const m_bLogoMap: usize = 0x12D; // bool - pub const m_bPlayAllStepSoundsOnServer: usize = 0x12E; // bool - pub const m_iSpectatorSlotCount: usize = 0x130; // int32 - pub const m_MatchDevice: usize = 0x134; // int32 - pub const m_bHasMatchStarted: usize = 0x138; // bool - pub const m_nNextMapInMapgroup: usize = 0x13C; // int32 - pub const m_szTournamentEventName: usize = 0x140; // char[512] - pub const m_szTournamentEventStage: usize = 0x340; // char[512] - pub const m_szMatchStatTxt: usize = 0x540; // char[512] - pub const m_szTournamentPredictionsTxt: usize = 0x740; // char[512] - pub const m_nTournamentPredictionsPct: usize = 0x940; // int32 - pub const m_flCMMItemDropRevealStartTime: usize = 0x944; // GameTime_t - pub const m_flCMMItemDropRevealEndTime: usize = 0x948; // GameTime_t - pub const m_bIsDroppingItems: usize = 0x94C; // bool - pub const m_bIsQuestEligible: usize = 0x94D; // bool - pub const m_bIsHltvActive: usize = 0x94E; // bool - pub const m_nGuardianModeWaveNumber: usize = 0x950; // int32 - pub const m_nGuardianModeSpecialKillsRemaining: usize = 0x954; // int32 - pub const m_nGuardianModeSpecialWeaponNeeded: usize = 0x958; // int32 - pub const m_nGuardianGrenadesToGiveBots: usize = 0x95C; // int32 - pub const m_nNumHeaviesToSpawn: usize = 0x960; // int32 - pub const m_numGlobalGiftsGiven: usize = 0x964; // uint32 - pub const m_numGlobalGifters: usize = 0x968; // uint32 - pub const m_numGlobalGiftsPeriodSeconds: usize = 0x96C; // uint32 - pub const m_arrFeaturedGiftersAccounts: usize = 0x970; // uint32[4] - pub const m_arrFeaturedGiftersGifts: usize = 0x980; // uint32[4] - pub const m_arrProhibitedItemIndices: usize = 0x990; // uint16[100] - pub const m_arrTournamentActiveCasterAccounts: usize = 0xA58; // uint32[4] - pub const m_numBestOfMaps: usize = 0xA68; // int32 - pub const m_nHalloweenMaskListSeed: usize = 0xA6C; // int32 - pub const m_bBombDropped: usize = 0xA70; // bool - pub const m_bBombPlanted: usize = 0xA71; // bool - pub const m_iRoundWinStatus: usize = 0xA74; // int32 - pub const m_eRoundWinReason: usize = 0xA78; // int32 - pub const m_bTCantBuy: usize = 0xA7C; // bool - pub const m_bCTCantBuy: usize = 0xA7D; // bool - pub const m_flGuardianBuyUntilTime: usize = 0xA80; // GameTime_t - pub const m_iMatchStats_RoundResults: usize = 0xA84; // int32[30] - pub const m_iMatchStats_PlayersAlive_CT: usize = 0xAFC; // int32[30] - pub const m_iMatchStats_PlayersAlive_T: usize = 0xB74; // int32[30] - pub const m_TeamRespawnWaveTimes: usize = 0xBEC; // float32[32] - pub const m_flNextRespawnWave: usize = 0xC6C; // GameTime_t[32] - pub const m_nServerQuestID: usize = 0xCEC; // int32 - pub const m_vMinimapMins: usize = 0xCF0; // Vector - pub const m_vMinimapMaxs: usize = 0xCFC; // Vector - pub const m_MinimapVerticalSectionHeights: usize = 0xD08; // float32[8] - pub const m_bDontIncrementCoopWave: usize = 0xD28; // bool - pub const m_bSpawnedTerrorHuntHeavy: usize = 0xD29; // bool - pub const m_nEndMatchMapGroupVoteTypes: usize = 0xD2C; // int32[10] - pub const m_nEndMatchMapGroupVoteOptions: usize = 0xD54; // int32[10] - pub const m_nEndMatchMapVoteWinner: usize = 0xD7C; // int32 - pub const m_iNumConsecutiveCTLoses: usize = 0xD80; // int32 - pub const m_iNumConsecutiveTerroristLoses: usize = 0xD84; // int32 - pub const m_bHasHostageBeenTouched: usize = 0xDA0; // bool - pub const m_flIntermissionStartTime: usize = 0xDA4; // GameTime_t - pub const m_flIntermissionEndTime: usize = 0xDA8; // GameTime_t - pub const m_bLevelInitialized: usize = 0xDAC; // bool - pub const m_iTotalRoundsPlayed: usize = 0xDB0; // int32 - pub const m_iUnBalancedRounds: usize = 0xDB4; // int32 - pub const m_endMatchOnRoundReset: usize = 0xDB8; // bool - pub const m_endMatchOnThink: usize = 0xDB9; // bool - pub const m_iFreezeTime: usize = 0xDBC; // int32 - pub const m_iNumTerrorist: usize = 0xDC0; // int32 - pub const m_iNumCT: usize = 0xDC4; // int32 - pub const m_iNumSpawnableTerrorist: usize = 0xDC8; // int32 - pub const m_iNumSpawnableCT: usize = 0xDCC; // int32 - pub const m_arrSelectedHostageSpawnIndices: usize = 0xDD0; // CUtlVector - pub const m_nSpawnPointsRandomSeed: usize = 0xDE8; // int32 - pub const m_bFirstConnected: usize = 0xDEC; // bool - pub const m_bCompleteReset: usize = 0xDED; // bool - pub const m_bPickNewTeamsOnReset: usize = 0xDEE; // bool - pub const m_bScrambleTeamsOnRestart: usize = 0xDEF; // bool - pub const m_bSwapTeamsOnRestart: usize = 0xDF0; // bool - pub const m_nEndMatchTiedVotes: usize = 0xDF8; // CUtlVector - pub const m_bNeedToAskPlayersForContinueVote: usize = 0xE14; // bool - pub const m_numQueuedMatchmakingAccounts: usize = 0xE18; // uint32 - pub const m_pQueuedMatchmakingReservationString: usize = 0xE20; // char* - pub const m_numTotalTournamentDrops: usize = 0xE28; // uint32 - pub const m_numSpectatorsCountMax: usize = 0xE2C; // uint32 - pub const m_numSpectatorsCountMaxTV: usize = 0xE30; // uint32 - pub const m_numSpectatorsCountMaxLnk: usize = 0xE34; // uint32 - pub const m_bForceTeamChangeSilent: usize = 0xE40; // bool - pub const m_bLoadingRoundBackupData: usize = 0xE41; // bool - pub const m_nMatchInfoShowType: usize = 0xE78; // int32 - pub const m_flMatchInfoDecidedTime: usize = 0xE7C; // float32 - pub const m_flCoopRespawnAndHealTime: usize = 0xE98; // float32 - pub const m_coopBonusCoinsFound: usize = 0xE9C; // int32 - pub const m_coopBonusPistolsOnly: usize = 0xEA0; // bool - pub const m_coopPlayersInDeploymentZone: usize = 0xEA1; // bool - pub const m_coopMissionDeadPlayerRespawnEnabled: usize = 0xEA2; // bool - pub const mTeamDMLastWinningTeamNumber: usize = 0xEA4; // int32 - pub const mTeamDMLastThinkTime: usize = 0xEA8; // float32 - pub const m_flTeamDMLastAnnouncementTime: usize = 0xEAC; // float32 - pub const m_iAccountTerrorist: usize = 0xEB0; // int32 - pub const m_iAccountCT: usize = 0xEB4; // int32 - pub const m_iSpawnPointCount_Terrorist: usize = 0xEB8; // int32 - pub const m_iSpawnPointCount_CT: usize = 0xEBC; // int32 - pub const m_iMaxNumTerrorists: usize = 0xEC0; // int32 - pub const m_iMaxNumCTs: usize = 0xEC4; // int32 - pub const m_iLoserBonus: usize = 0xEC8; // int32 - pub const m_iLoserBonusMostRecentTeam: usize = 0xECC; // int32 - pub const m_tmNextPeriodicThink: usize = 0xED0; // float32 - pub const m_bVoiceWonMatchBragFired: usize = 0xED4; // bool - pub const m_fWarmupNextChatNoticeTime: usize = 0xED8; // float32 - pub const m_iHostagesRescued: usize = 0xEE0; // int32 - pub const m_iHostagesTouched: usize = 0xEE4; // int32 - pub const m_flNextHostageAnnouncement: usize = 0xEE8; // float32 - pub const m_bNoTerroristsKilled: usize = 0xEEC; // bool - pub const m_bNoCTsKilled: usize = 0xEED; // bool - pub const m_bNoEnemiesKilled: usize = 0xEEE; // bool - pub const m_bCanDonateWeapons: usize = 0xEEF; // bool - pub const m_firstKillTime: usize = 0xEF4; // float32 - pub const m_firstBloodTime: usize = 0xEFC; // float32 - pub const m_hostageWasInjured: usize = 0xF18; // bool - pub const m_hostageWasKilled: usize = 0xF19; // bool - pub const m_bVoteCalled: usize = 0xF28; // bool - pub const m_bServerVoteOnReset: usize = 0xF29; // bool - pub const m_flVoteCheckThrottle: usize = 0xF2C; // float32 - pub const m_bBuyTimeEnded: usize = 0xF30; // bool - pub const m_nLastFreezeEndBeep: usize = 0xF34; // int32 - pub const m_bTargetBombed: usize = 0xF38; // bool - pub const m_bBombDefused: usize = 0xF39; // bool - pub const m_bMapHasBombZone: usize = 0xF3A; // bool - pub const m_vecMainCTSpawnPos: usize = 0xF58; // Vector - pub const m_CTSpawnPointsMasterList: usize = 0xF68; // CUtlVector - pub const m_TerroristSpawnPointsMasterList: usize = 0xF80; // CUtlVector - pub const m_bRespawningAllRespawnablePlayers: usize = 0xF98; // bool - pub const m_iNextCTSpawnPoint: usize = 0xF9C; // int32 - pub const m_flCTSpawnPointUsedTime: usize = 0xFA0; // float32 - pub const m_iNextTerroristSpawnPoint: usize = 0xFA4; // int32 - pub const m_flTerroristSpawnPointUsedTime: usize = 0xFA8; // float32 - pub const m_CTSpawnPoints: usize = 0xFB0; // CUtlVector - pub const m_TerroristSpawnPoints: usize = 0xFC8; // CUtlVector - pub const m_bIsUnreservedGameServer: usize = 0xFE0; // bool - pub const m_fAutobalanceDisplayTime: usize = 0xFE4; // float32 - pub const m_bAllowWeaponSwitch: usize = 0x1250; // bool - pub const m_bRoundTimeWarningTriggered: usize = 0x1251; // bool - pub const m_phaseChangeAnnouncementTime: usize = 0x1254; // GameTime_t - pub const m_fNextUpdateTeamClanNamesTime: usize = 0x1258; // float32 - pub const m_flLastThinkTime: usize = 0x125C; // GameTime_t - pub const m_fAccumulatedRoundOffDamage: usize = 0x1260; // float32 - pub const m_nShorthandedBonusLastEvalRound: usize = 0x1264; // int32 - pub const m_nMatchAbortedEarlyReason: usize = 0x14E0; // int32 - pub const m_bHasTriggeredRoundStartMusic: usize = 0x14E4; // bool - pub const m_bHasTriggeredCoopSpawnReset: usize = 0x14E5; // bool - pub const m_bSwitchingTeamsAtRoundReset: usize = 0x14E6; // bool - pub const m_pGameModeRules: usize = 0x1500; // CCSGameModeRules* - pub const m_BtGlobalBlackboard: usize = 0x1508; // KeyValues3 - pub const m_hPlayerResource: usize = 0x1568; // CHandle - pub const m_RetakeRules: usize = 0x1570; // CRetakeGameRules - pub const m_GuardianBotSkillLevelMax: usize = 0x1754; // int32 - pub const m_GuardianBotSkillLevelMin: usize = 0x1758; // int32 - pub const m_arrTeamUniqueKillWeaponsMatch: usize = 0x1760; // CUtlVector[4] - pub const m_bTeamLastKillUsedUniqueWeaponMatch: usize = 0x17C0; // bool[4] - pub const m_nMatchEndCount: usize = 0x17E8; // uint8 - pub const m_nTTeamIntroVariant: usize = 0x17EC; // int32 - pub const m_nCTTeamIntroVariant: usize = 0x17F0; // int32 - pub const m_bTeamIntroPeriod: usize = 0x17F4; // bool - pub const m_fTeamIntroPeriodEnd: usize = 0x17F8; // GameTime_t - pub const m_bPlayedTeamIntroVO: usize = 0x17FC; // bool - pub const m_iRoundEndWinnerTeam: usize = 0x1800; // int32 - pub const m_eRoundEndReason: usize = 0x1804; // int32 - pub const m_bRoundEndShowTimerDefend: usize = 0x1808; // bool - pub const m_iRoundEndTimerTime: usize = 0x180C; // int32 - pub const m_sRoundEndFunFactToken: usize = 0x1810; // CUtlString - pub const m_iRoundEndFunFactPlayerSlot: usize = 0x1818; // CPlayerSlot - pub const m_iRoundEndFunFactData1: usize = 0x181C; // int32 - pub const m_iRoundEndFunFactData2: usize = 0x1820; // int32 - pub const m_iRoundEndFunFactData3: usize = 0x1824; // int32 - pub const m_sRoundEndMessage: usize = 0x1828; // CUtlString - pub const m_iRoundEndPlayerCount: usize = 0x1830; // int32 - pub const m_bRoundEndNoMusic: usize = 0x1834; // bool - pub const m_iRoundEndLegacy: usize = 0x1838; // int32 - pub const m_nRoundEndCount: usize = 0x183C; // uint8 - pub const m_iRoundStartRoundNumber: usize = 0x1840; // int32 - pub const m_nRoundStartCount: usize = 0x1844; // uint8 - pub const m_flLastPerfSampleTime: usize = 0x5850; // float64 - pub const m_bSkipNextServerPerfSample: usize = 0x5858; // bool - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MPulseProvideFeatureTag - // MPulseLibraryBindings - pub mod CCSTakeDamageInfoAPI { - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MPulseInstanceDomainInfo - // MPulseLibraryBindings - // MPulseDomainOptInFeatureTag - pub mod CCSGameModeScript { - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MPulseLibraryBindings - pub mod CCSGameModeScript_ConVars { - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_WeaponSequence (CUtlString) - pub mod CCSGameModeRules_ArmsRace { - pub const m_WeaponSequence: usize = 0x38; // CNetworkUtlVectorBase - } - // Parent: CCSGameModeScript - // Fields count: 1 - // - // Metadata: - // MPulseInstanceDomainInfo - // MPulseLibraryBindings - // MPulseDomainOptInFeatureTag - pub mod CCSArmsRaceScript { - pub const m_pOuter: usize = 0xD8; // CCSGameModeRules_ArmsRace* - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // NetworkVarNames: m_flDMBonusStartTime (GameTime_t) - // NetworkVarNames: m_flDMBonusTimeLength (float) - // NetworkVarNames: m_nDMBonusWeaponLoadoutSlot (int16) - pub mod CCSGameModeRules_Deathmatch { - pub const m_flDMBonusStartTime: usize = 0x38; // GameTime_t - pub const m_flDMBonusTimeLength: usize = 0x3C; // float32 - pub const m_nDMBonusWeaponLoadoutSlot: usize = 0x40; // int16 - } - // Parent: CCSGameModeScript - // Fields count: 1 - // - // Metadata: - // MPulseInstanceDomainInfo - // MPulseLibraryBindings - // MPulseDomainOptInFeatureTag - pub mod CCSDeathmatchScript { - pub const m_pOuter: usize = 0xD8; // CCSGameModeRules_Deathmatch* - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MPulseLibraryBindings - pub mod CCSDeathmatchScript_ConVars { - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // NetworkVarNames: m_nMatchSeed (int) - // NetworkVarNames: m_bBlockersPresent (bool) - // NetworkVarNames: m_bRoundInProgress (bool) - // NetworkVarNames: m_iFirstSecondHalfRound (int) - // NetworkVarNames: m_iBombSite (int) - pub mod CRetakeGameRules { - pub const m_nMatchSeed: usize = 0xF8; // int32 - pub const m_bBlockersPresent: usize = 0xFC; // bool - pub const m_bRoundInProgress: usize = 0xFD; // bool - pub const m_iFirstSecondHalfRound: usize = 0x100; // int32 - pub const m_iBombSite: usize = 0x104; // int32 - } - // Parent: None - // Fields count: 13 - // - // Metadata: - // NetworkVarNames: m_iKills (int) - // NetworkVarNames: m_iDeaths (int) - // NetworkVarNames: m_iAssists (int) - // NetworkVarNames: m_iDamage (int) - // NetworkVarNames: m_iEquipmentValue (int) - // NetworkVarNames: m_iMoneySaved (int) - // NetworkVarNames: m_iKillReward (int) - // NetworkVarNames: m_iLiveTime (int) - // NetworkVarNames: m_iHeadShotKills (int) - // NetworkVarNames: m_iObjective (int) - // NetworkVarNames: m_iCashEarned (int) - // NetworkVarNames: m_iUtilityDamage (int) - // NetworkVarNames: m_iEnemiesFlashed (int) - pub mod CSPerRoundStats_t { - pub const m_iKills: usize = 0x30; // int32 - pub const m_iDeaths: usize = 0x34; // int32 - pub const m_iAssists: usize = 0x38; // int32 - pub const m_iDamage: usize = 0x3C; // int32 - pub const m_iEquipmentValue: usize = 0x40; // int32 - pub const m_iMoneySaved: usize = 0x44; // int32 - pub const m_iKillReward: usize = 0x48; // int32 - pub const m_iLiveTime: usize = 0x4C; // int32 - pub const m_iHeadShotKills: usize = 0x50; // int32 - pub const m_iObjective: usize = 0x54; // int32 - pub const m_iCashEarned: usize = 0x58; // int32 - pub const m_iUtilityDamage: usize = 0x5C; // int32 - pub const m_iEnemiesFlashed: usize = 0x60; // int32 - } - // Parent: CSPerRoundStats_t - // Fields count: 21 - // - // Metadata: - // NetworkVarNames: m_iEnemy5Ks (int) - // NetworkVarNames: m_iEnemy4Ks (int) - // NetworkVarNames: m_iEnemy3Ks (int) - // NetworkVarNames: m_iEnemyKnifeKills (int) - // NetworkVarNames: m_iEnemyTaserKills (int) - pub mod CSMatchStats_t { - pub const m_iEnemy5Ks: usize = 0x64; // int32 - pub const m_iEnemy4Ks: usize = 0x68; // int32 - pub const m_iEnemy3Ks: usize = 0x6C; // int32 - pub const m_iEnemyKnifeKills: usize = 0x70; // int32 - pub const m_iEnemyTaserKills: usize = 0x74; // int32 - pub const m_iEnemy2Ks: usize = 0x78; // int32 - pub const m_iUtility_Count: usize = 0x7C; // int32 - pub const m_iUtility_Successes: usize = 0x80; // int32 - pub const m_iUtility_Enemies: usize = 0x84; // int32 - pub const m_iFlash_Count: usize = 0x88; // int32 - pub const m_iFlash_Successes: usize = 0x8C; // int32 - pub const m_nHealthPointsRemovedTotal: usize = 0x90; // int32 - pub const m_nHealthPointsDealtTotal: usize = 0x94; // int32 - pub const m_nShotsFiredTotal: usize = 0x98; // int32 - pub const m_nShotsOnTargetTotal: usize = 0x9C; // int32 - pub const m_i1v1Count: usize = 0xA0; // int32 - pub const m_i1v1Wins: usize = 0xA4; // int32 - pub const m_i1v2Count: usize = 0xA8; // int32 - pub const m_i1v2Wins: usize = 0xAC; // int32 - pub const m_iEntryCount: usize = 0xB0; // int32 - pub const m_iEntryWins: usize = 0xB4; // int32 - } - // Parent: CBaseEntity - // Fields count: 8 - // - // Metadata: - // NetworkVarNames: m_nVariant (int) - // NetworkVarNames: m_nRandom (int) - // NetworkVarNames: m_nOrdinal (int) - // NetworkVarNames: m_sWeaponName (CUtlString) - // NetworkVarNames: m_xuid (XUID) - // NetworkVarNames: m_agentItem (CEconItemView) - // NetworkVarNames: m_glovesItem (CEconItemView) - // NetworkVarNames: m_weaponItem (CEconItemView) - pub mod CCSGO_TeamPreviewCharacterPosition { - pub const m_nVariant: usize = 0x7A8; // int32 - pub const m_nRandom: usize = 0x7AC; // int32 - pub const m_nOrdinal: usize = 0x7B0; // int32 - pub const m_sWeaponName: usize = 0x7B8; // CUtlString - pub const m_xuid: usize = 0x7C0; // uint64 - pub const m_agentItem: usize = 0x7C8; // CEconItemView - pub const m_glovesItem: usize = 0xA40; // CEconItemView - pub const m_weaponItem: usize = 0xCB8; // CEconItemView - } - // Parent: CBaseEntity - // Fields count: 5 - // - // Metadata: - // NetworkVarNames: m_hPlayer (CHandle) - // NetworkVarNames: m_hPingedEntity (CHandle) - // NetworkVarNames: m_iType (int) - // NetworkVarNames: m_bUrgent (bool) - // NetworkVarNames: m_szPlaceName (char) - pub mod CPlayerPing { - pub const m_hPlayer: usize = 0x7B0; // CHandle - pub const m_hPingedEntity: usize = 0x7B4; // CHandle - pub const m_iType: usize = 0x7B8; // int32 - pub const m_bUrgent: usize = 0x7BC; // bool - pub const m_szPlaceName: usize = 0x7BD; // char[18] - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_hPlayerPing (CHandle) - pub mod CCSPlayer_PingServices { - pub const m_flPlayerPingTokens: usize = 0x40; // GameTime_t[5] - pub const m_hPlayerPing: usize = 0x54; // CHandle - } - // Parent: CBaseEntity - // Fields count: 10 - // - // Metadata: - // NetworkVarNames: m_bHostageAlive (bool) - // NetworkVarNames: m_isHostageFollowingSomeone (bool) - // NetworkVarNames: m_iHostageEntityIDs (CEntityIndex) - // NetworkVarNames: m_bombsiteCenterA (Vector) - // NetworkVarNames: m_bombsiteCenterB (Vector) - // NetworkVarNames: m_hostageRescueX (int) - // NetworkVarNames: m_hostageRescueY (int) - // NetworkVarNames: m_hostageRescueZ (int) - // NetworkVarNames: m_bEndMatchNextMapAllVoted (bool) - pub mod CCSPlayerResource { - pub const m_bHostageAlive: usize = 0x7A8; // bool[12] - pub const m_isHostageFollowingSomeone: usize = 0x7B4; // bool[12] - pub const m_iHostageEntityIDs: usize = 0x7C0; // CEntityIndex[12] - pub const m_bombsiteCenterA: usize = 0x7F0; // Vector - pub const m_bombsiteCenterB: usize = 0x7FC; // Vector - pub const m_hostageRescueX: usize = 0x808; // int32[4] - pub const m_hostageRescueY: usize = 0x818; // int32[4] - pub const m_hostageRescueZ: usize = 0x828; // int32[4] - pub const m_bEndMatchNextMapAllVoted: usize = 0x838; // bool - pub const m_foundGoalPositions: usize = 0x839; // bool - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MPulseProvideFeatureTag - // MPulseLibraryBindings - pub mod CCSPlayerControllerAPI { - } - // Parent: CPlayer_CameraServices - // Fields count: 7 - // - // Metadata: - // NetworkVarNames: m_iFOV (uint32) - // NetworkVarNames: m_iFOVStart (uint32) - // NetworkVarNames: m_flFOVTime (GameTime_t) - // NetworkVarNames: m_flFOVRate (float32) - // NetworkVarNames: m_hZoomOwner (CHandle) - pub mod CCSPlayerBase_CameraServices { - pub const m_iFOV: usize = 0x170; // uint32 - pub const m_iFOVStart: usize = 0x174; // uint32 - pub const m_flFOVTime: usize = 0x178; // GameTime_t - pub const m_flFOVRate: usize = 0x17C; // float32 - pub const m_hZoomOwner: usize = 0x180; // CHandle - pub const m_hTriggerFogList: usize = 0x188; // CUtlVector> - pub const m_hLastFogTrigger: usize = 0x1A0; // CHandle - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_nItemDefIndex (uint16) - // NetworkVarNames: m_nCount (uint16) - pub mod WeaponPurchaseCount_t { - pub const m_nItemDefIndex: usize = 0x30; // uint16 - pub const m_nCount: usize = 0x32; // uint16 - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_weaponPurchases (WeaponPurchaseCount_t) - pub mod WeaponPurchaseTracker_t { - pub const m_weaponPurchases: usize = 0x8; // CUtlVectorEmbeddedNetworkVar - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // NetworkVarNames: m_bIsRescuing (bool) - // NetworkVarNames: m_weaponPurchasesThisMatch (WeaponPurchaseTracker_t) - // NetworkVarNames: m_weaponPurchasesThisRound (WeaponPurchaseTracker_t) - pub mod CCSPlayer_ActionTrackingServices { - pub const m_hLastWeaponBeforeC4AutoSwitch: usize = 0x208; // CHandle - pub const m_bIsRescuing: usize = 0x23C; // bool - pub const m_weaponPurchasesThisMatch: usize = 0x240; // WeaponPurchaseTracker_t - pub const m_weaponPurchasesThisRound: usize = 0x298; // WeaponPurchaseTracker_t - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_totalHitsOnServer (int32) - pub mod CCSPlayer_BulletServices { - pub const m_totalHitsOnServer: usize = 0x40; // int32 - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // NetworkVarNames: m_unDefIdx (item_definition_index_t) - // NetworkVarNames: m_nCost (int) - // NetworkVarNames: m_nPrevArmor (int) - // NetworkVarNames: m_bPrevHelmet (bool) - // NetworkVarNames: m_hItem (CEntityHandle) - pub mod SellbackPurchaseEntry_t { - pub const m_unDefIdx: usize = 0x30; // uint16 - pub const m_nCost: usize = 0x34; // int32 - pub const m_nPrevArmor: usize = 0x38; // int32 - pub const m_bPrevHelmet: usize = 0x3C; // bool - pub const m_hItem: usize = 0x40; // CEntityHandle - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_vecSellbackPurchaseEntries (SellbackPurchaseEntry_t) - pub mod CCSPlayer_BuyServices { - pub const m_vecSellbackPurchaseEntries: usize = 0xC8; // CUtlVectorEmbeddedNetworkVar - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_hCarriedHostage (CHandle) - // NetworkVarNames: m_hCarriedHostageProp (CHandle) - pub mod CCSPlayer_HostageServices { - pub const m_hCarriedHostage: usize = 0x40; // CHandle - pub const m_hCarriedHostageProp: usize = 0x44; // CHandle - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // NetworkVarNames: m_bHasDefuser (bool) - // NetworkVarNames: m_bHasHelmet (bool) - // NetworkVarNames: m_bHasHeavyArmor (bool) - pub mod CCSPlayer_ItemServices { - pub const m_bHasDefuser: usize = 0x40; // bool - pub const m_bHasHelmet: usize = 0x41; // bool - pub const m_bHasHeavyArmor: usize = 0x42; // bool - } - // Parent: CPlayer_MovementServices_Humanoid - // Fields count: 39 - // - // Metadata: - // NetworkVarNames: m_flMaxFallVelocity (float) - // NetworkVarNames: m_vecLadderNormal (Vector) - // NetworkVarNames: m_nLadderSurfacePropIndex (int) - // NetworkVarNames: m_flDuckAmount (float) - // NetworkVarNames: m_flDuckSpeed (float) - // NetworkVarNames: m_bDuckOverride (bool) - // NetworkVarNames: m_bDesiresDuck (bool) - // NetworkVarNames: m_nDuckTimeMsecs (uint32) - // NetworkVarNames: m_nDuckJumpTimeMsecs (uint32) - // NetworkVarNames: m_nJumpTimeMsecs (uint32) - // NetworkVarNames: m_flLastDuckTime (float) - // NetworkVarNames: m_nGameCodeHasMovedPlayerAfterCommand (int) - // NetworkVarNames: m_bOldJumpPressed (bool) - // NetworkVarNames: m_flJumpUntil (float) - // NetworkVarNames: m_flJumpVel (float) - // NetworkVarNames: m_fStashGrenadeParameterWhen (GameTime_t) - // NetworkVarNames: m_nButtonDownMaskPrev (ButtonBitMask_t) - // NetworkVarNames: m_flOffsetTickCompleteTime (float) - // NetworkVarNames: m_flOffsetTickStashedSpeed (float) - // NetworkVarNames: m_flStamina (float) - pub mod CCSPlayer_MovementServices { - pub const m_flMaxFallVelocity: usize = 0x224; // float32 - pub const m_vecLadderNormal: usize = 0x228; // Vector - pub const m_nLadderSurfacePropIndex: usize = 0x234; // int32 - pub const m_flDuckAmount: usize = 0x238; // float32 - pub const m_flDuckSpeed: usize = 0x23C; // float32 - pub const m_bDuckOverride: usize = 0x240; // bool - pub const m_bDesiresDuck: usize = 0x241; // bool - pub const m_flDuckOffset: usize = 0x244; // float32 - pub const m_nDuckTimeMsecs: usize = 0x248; // uint32 - pub const m_nDuckJumpTimeMsecs: usize = 0x24C; // uint32 - pub const m_nJumpTimeMsecs: usize = 0x250; // uint32 - pub const m_flLastDuckTime: usize = 0x254; // float32 - pub const m_vecLastPositionAtFullCrouchSpeed: usize = 0x260; // Vector2D - pub const m_duckUntilOnGround: usize = 0x268; // bool - pub const m_bHasWalkMovedSinceLastJump: usize = 0x269; // bool - pub const m_bInStuckTest: usize = 0x26A; // bool - pub const m_flStuckCheckTime: usize = 0x278; // float32[64][2] - pub const m_nTraceCount: usize = 0x478; // int32 - pub const m_StuckLast: usize = 0x47C; // int32 - pub const m_bSpeedCropped: usize = 0x480; // bool - pub const m_nOldWaterLevel: usize = 0x484; // int32 - pub const m_flWaterEntryTime: usize = 0x488; // float32 - pub const m_vecForward: usize = 0x48C; // Vector - pub const m_vecLeft: usize = 0x498; // Vector - pub const m_vecUp: usize = 0x4A4; // Vector - pub const m_nGameCodeHasMovedPlayerAfterCommand: usize = 0x4B0; // int32 - pub const m_bMadeFootstepNoise: usize = 0x4B4; // bool - pub const m_iFootsteps: usize = 0x4B8; // int32 - pub const m_bOldJumpPressed: usize = 0x4BC; // bool - pub const m_flJumpPressedTime: usize = 0x4C0; // float32 - pub const m_flJumpUntil: usize = 0x4C4; // float32 - pub const m_flJumpVel: usize = 0x4C8; // float32 - pub const m_fStashGrenadeParameterWhen: usize = 0x4CC; // GameTime_t - pub const m_nButtonDownMaskPrev: usize = 0x4D0; // uint64 - pub const m_flOffsetTickCompleteTime: usize = 0x4D8; // float32 - pub const m_flOffsetTickStashedSpeed: usize = 0x4DC; // float32 - pub const m_flStamina: usize = 0x4E0; // float32 - pub const m_flHeightAtJumpStart: usize = 0x4E4; // float32 - pub const m_flMaxJumpHeightThisJump: usize = 0x4E8; // float32 - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_hViewModel (CHandle) - pub mod CCSPlayer_ViewModelServices { - pub const m_hViewModel: usize = 0x40; // CHandle[3] - } - // Parent: CPlayer_WeaponServices - // Fields count: 14 - // - // Metadata: - // NetworkVarNames: m_flNextAttack (GameTime_t) - // NetworkVarNames: m_bIsLookingAtWeapon (bool) - // NetworkVarNames: m_bIsHoldingLookAtWeapon (bool) - pub mod CCSPlayer_WeaponServices { - pub const m_flNextAttack: usize = 0xA4; // GameTime_t - pub const m_bIsLookingAtWeapon: usize = 0xA8; // bool - pub const m_bIsHoldingLookAtWeapon: usize = 0xA9; // bool - pub const m_hSavedWeapon: usize = 0xAC; // CHandle - pub const m_nTimeToMelee: usize = 0xB0; // int32 - pub const m_nTimeToSecondary: usize = 0xB4; // int32 - pub const m_nTimeToPrimary: usize = 0xB8; // int32 - pub const m_nTimeToSniperRifle: usize = 0xBC; // int32 - pub const m_bIsBeingGivenItem: usize = 0xC0; // bool - pub const m_bIsPickingUpItemWithUse: usize = 0xC1; // bool - pub const m_bPickedUpWeapon: usize = 0xC2; // bool - pub const m_bDisableAutoDeploy: usize = 0xC3; // bool - pub const m_nOldShootPositionHistoryCount: usize = 0xC4; // uint32 - pub const m_nOldInputHistoryCount: usize = 0x460; // uint32 - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // NetworkVarNames: m_perRoundStats (CSPerRoundStats_t) - // NetworkVarNames: m_matchStats (CSMatchStats_t) - // NetworkVarNames: m_iNumRoundKills (int) - // NetworkVarNames: m_iNumRoundKillsHeadshots (int) - // NetworkVarNames: m_unTotalRoundDamageDealt (uint32) - pub mod CCSPlayerController_ActionTrackingServices { - pub const m_perRoundStats: usize = 0x40; // CUtlVectorEmbeddedNetworkVar - pub const m_matchStats: usize = 0x90; // CSMatchStats_t - pub const m_iNumRoundKills: usize = 0x148; // int32 - pub const m_iNumRoundKillsHeadshots: usize = 0x14C; // int32 - pub const m_unTotalRoundDamageDealt: usize = 0x150; // uint32 - } - // Parent: None - // Fields count: 14 - // - // Metadata: - // NetworkVarNames: m_PlayerDamager (CHandle) - // NetworkVarNames: m_PlayerRecipient (CHandle) - // NetworkVarNames: m_hPlayerControllerDamager (CHandle) - // NetworkVarNames: m_hPlayerControllerRecipient (CHandle) - // NetworkVarNames: m_szPlayerDamagerName (CUtlString) - // NetworkVarNames: m_szPlayerRecipientName (CUtlString) - // NetworkVarNames: m_DamagerXuid (uint64) - // NetworkVarNames: m_RecipientXuid (uint64) - // NetworkVarNames: m_iDamage (int) - // NetworkVarNames: m_iActualHealthRemoved (int) - // NetworkVarNames: m_iNumHits (int) - // NetworkVarNames: m_iLastBulletUpdate (int) - // NetworkVarNames: m_bIsOtherEnemy (bool) - // NetworkVarNames: m_killType (EKillTypes_t) - pub mod CDamageRecord { - pub const m_PlayerDamager: usize = 0x28; // CHandle - pub const m_PlayerRecipient: usize = 0x2C; // CHandle - pub const m_hPlayerControllerDamager: usize = 0x30; // CHandle - pub const m_hPlayerControllerRecipient: usize = 0x34; // CHandle - pub const m_szPlayerDamagerName: usize = 0x38; // CUtlString - pub const m_szPlayerRecipientName: usize = 0x40; // CUtlString - pub const m_DamagerXuid: usize = 0x48; // uint64 - pub const m_RecipientXuid: usize = 0x50; // uint64 - pub const m_iDamage: usize = 0x58; // int32 - pub const m_iActualHealthRemoved: usize = 0x5C; // int32 - pub const m_iNumHits: usize = 0x60; // int32 - pub const m_iLastBulletUpdate: usize = 0x64; // int32 - pub const m_bIsOtherEnemy: usize = 0x68; // bool - pub const m_killType: usize = 0x69; // EKillTypes_t - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_nSendUpdate (int) - // NetworkVarNames: m_DamageList (CDamageRecord) - pub mod CCSPlayerController_DamageServices { - pub const m_nSendUpdate: usize = 0x40; // int32 - pub const m_DamageList: usize = 0x48; // CUtlVectorEmbeddedNetworkVar - } - // Parent: None - // Fields count: 6 - // - // Metadata: - // NetworkVarNames: m_iAccount (int) - // NetworkVarNames: m_iStartAccount (int) - // NetworkVarNames: m_iTotalCashSpent (int) - // NetworkVarNames: m_iCashSpentThisRound (int) - pub mod CCSPlayerController_InGameMoneyServices { - pub const m_bReceivesMoneyNextRound: usize = 0x40; // bool - pub const m_iAccountMoneyEarnedForNextRound: usize = 0x44; // int32 - pub const m_iAccount: usize = 0x48; // int32 - pub const m_iStartAccount: usize = 0x4C; // int32 - pub const m_iTotalCashSpent: usize = 0x50; // int32 - pub const m_iCashSpentThisRound: usize = 0x54; // int32 - } - // Parent: None - // Fields count: 9 - // - // Metadata: - // NetworkVarNames: m_unMusicID (item_definition_index_t) - // NetworkVarNames: m_rank (MedalRank_t) - // NetworkVarNames: m_nPersonaDataPublicLevel (int) - // NetworkVarNames: m_nPersonaDataPublicCommendsLeader (int) - // NetworkVarNames: m_nPersonaDataPublicCommendsTeacher (int) - // NetworkVarNames: m_nPersonaDataPublicCommendsFriendly (int) - // NetworkVarNames: m_nPersonaDataXpTrailLevel (int) - // NetworkVarNames: m_vecServerAuthoritativeWeaponSlots (ServerAuthoritativeWeaponSlot_t) - pub mod CCSPlayerController_InventoryServices { - pub const m_unMusicID: usize = 0x40; // uint16 - pub const m_rank: usize = 0x44; // MedalRank_t[6] - pub const m_nPersonaDataPublicLevel: usize = 0x5C; // int32 - pub const m_nPersonaDataPublicCommendsLeader: usize = 0x60; // int32 - pub const m_nPersonaDataPublicCommendsTeacher: usize = 0x64; // int32 - pub const m_nPersonaDataPublicCommendsFriendly: usize = 0x68; // int32 - pub const m_nPersonaDataXpTrailLevel: usize = 0x6C; // int32 - pub const m_unEquippedPlayerSprayIDs: usize = 0xF48; // uint32[1] - pub const m_vecServerAuthoritativeWeaponSlots: usize = 0xF50; // CUtlVectorEmbeddedNetworkVar - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MPulseProvideFeatureTag - // MPulseLibraryBindings - pub mod CCSWeaponBaseVDataAPI { - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MPulseProvideFeatureTag - // MPulseLibraryBindings - pub mod CCSWeaponBaseAPI { - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MPropertyCustomEditor - pub mod CFiringModeFloat { - pub const m_flValues: usize = 0x0; // float32[2] - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MPropertyCustomEditor - pub mod CFiringModeInt { - pub const m_nValues: usize = 0x0; // int32[2] - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MPulseProvideFeatureTag - // MPulseLibraryBindings - pub mod CCSObserverPawnAPI { - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MPulseProvideFeatureTag - // MPulseLibraryBindings - pub mod CCSPlayerPawnAPI { - } - // Parent: CBaseEntity - // Fields count: 14 - // - // Metadata: - // NetworkVarNames: m_iActiveIssueIndex (int) - // NetworkVarNames: m_iOnlyTeamToVote (int) - // NetworkVarNames: m_nVoteOptionCount (int) - // NetworkVarNames: m_nPotentialVotes (int) - // NetworkVarNames: m_bIsYesNoVote (bool) - pub mod CVoteController { - pub const m_iActiveIssueIndex: usize = 0x7A8; // int32 - pub const m_iOnlyTeamToVote: usize = 0x7AC; // int32 - pub const m_nVoteOptionCount: usize = 0x7B0; // int32[5] - pub const m_nPotentialVotes: usize = 0x7C4; // int32 - pub const m_bIsYesNoVote: usize = 0x7C8; // bool - pub const m_acceptingVotesTimer: usize = 0x7D0; // CountdownTimer - pub const m_executeCommandTimer: usize = 0x7E8; // CountdownTimer - pub const m_resetVoteTimer: usize = 0x800; // CountdownTimer - pub const m_nVotesCast: usize = 0x818; // int32[64] - pub const m_playerHoldingVote: usize = 0x918; // CPlayerSlot - pub const m_playerOverrideForVote: usize = 0x91C; // CPlayerSlot - pub const m_nHighestCountIndex: usize = 0x920; // int32 - pub const m_potentialIssues: usize = 0x928; // CUtlVector - pub const m_VoteOptions: usize = 0x940; // CUtlVector - } - // Parent: CBaseEntity - // Fields count: 24 - // - // Metadata: - // NetworkVarNames: m_nDraftType (int) - // NetworkVarNames: m_nTeamWinningCoinToss (int) - // NetworkVarNames: m_nTeamWithFirstChoice (int) - // NetworkVarNames: m_nVoteMapIdsList (int) - // NetworkVarNames: m_nAccountIDs (int) - // NetworkVarNames: m_nMapId0 (int) - // NetworkVarNames: m_nMapId1 (int) - // NetworkVarNames: m_nMapId2 (int) - // NetworkVarNames: m_nMapId3 (int) - // NetworkVarNames: m_nMapId4 (int) - // NetworkVarNames: m_nMapId5 (int) - // NetworkVarNames: m_nStartingSide0 (int) - // NetworkVarNames: m_nCurrentPhase (int) - // NetworkVarNames: m_nPhaseStartTick (int) - // NetworkVarNames: m_nPhaseDurationTicks (int) - pub mod CMapVetoPickController { - pub const m_bPlayedIntroVcd: usize = 0x7A8; // bool - pub const m_bNeedToPlayFiveSecondsRemaining: usize = 0x7A9; // bool - pub const m_dblPreMatchDraftSequenceTime: usize = 0x7C8; // float64 - pub const m_bPreMatchDraftStateChanged: usize = 0x7D0; // bool - pub const m_nDraftType: usize = 0x7D4; // int32 - pub const m_nTeamWinningCoinToss: usize = 0x7D8; // int32 - pub const m_nTeamWithFirstChoice: usize = 0x7DC; // int32[64] - pub const m_nVoteMapIdsList: usize = 0x8DC; // int32[7] - pub const m_nAccountIDs: usize = 0x8F8; // int32[64] - pub const m_nMapId0: usize = 0x9F8; // int32[64] - pub const m_nMapId1: usize = 0xAF8; // int32[64] - pub const m_nMapId2: usize = 0xBF8; // int32[64] - pub const m_nMapId3: usize = 0xCF8; // int32[64] - pub const m_nMapId4: usize = 0xDF8; // int32[64] - pub const m_nMapId5: usize = 0xEF8; // int32[64] - pub const m_nStartingSide0: usize = 0xFF8; // int32[64] - pub const m_nCurrentPhase: usize = 0x10F8; // int32 - pub const m_nPhaseStartTick: usize = 0x10FC; // int32 - pub const m_nPhaseDurationTicks: usize = 0x1100; // int32 - pub const m_OnMapVetoed: usize = 0x1108; // CEntityOutputTemplate - pub const m_OnMapPicked: usize = 0x1130; // CEntityOutputTemplate - pub const m_OnSidesPicked: usize = 0x1158; // CEntityOutputTemplate - pub const m_OnNewPhaseStarted: usize = 0x1180; // CEntityOutputTemplate - pub const m_OnLevelTransition: usize = 0x11A8; // CEntityOutputTemplate - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MPulseLibraryBindings - // MPropertyFriendlyName - // MPropertyDescription - pub mod CCSPulseServerFuncs_Globals { - } - // Parent: CBaseEntity - // Fields count: 24 - // - // Metadata: - // NetworkVarNames: m_Color (Color) - // NetworkVarNames: m_flBrightness (float) - // NetworkVarNames: m_hCubemapTexture (HRenderTextureStrong) - // NetworkVarNames: m_bCustomCubemapTexture (bool) - // NetworkVarNames: m_hLightProbeTexture (HRenderTextureStrong) - // NetworkVarNames: m_hLightProbeDirectLightIndicesTexture (HRenderTextureStrong) - // NetworkVarNames: m_hLightProbeDirectLightScalarsTexture (HRenderTextureStrong) - // NetworkVarNames: m_hLightProbeDirectLightShadowsTexture (HRenderTextureStrong) - // NetworkVarNames: m_vBoxMins (Vector) - // NetworkVarNames: m_vBoxMaxs (Vector) - // NetworkVarNames: m_bMoveable (bool) - // NetworkVarNames: m_nHandshake (int) - // NetworkVarNames: m_nEnvCubeMapArrayIndex (int) - // NetworkVarNames: m_nPriority (int) - // NetworkVarNames: m_bStartDisabled (bool) - // NetworkVarNames: m_flEdgeFadeDist (float) - // NetworkVarNames: m_vEdgeFadeDists (Vector) - // NetworkVarNames: m_nLightProbeSizeX (int) - // NetworkVarNames: m_nLightProbeSizeY (int) - // NetworkVarNames: m_nLightProbeSizeZ (int) - // NetworkVarNames: m_nLightProbeAtlasX (int) - // NetworkVarNames: m_nLightProbeAtlasY (int) - // NetworkVarNames: m_nLightProbeAtlasZ (int) - // NetworkVarNames: m_bEnabled (bool) - pub mod CEnvCombinedLightProbeVolume { - pub const m_Color: usize = 0x1800; // Color - pub const m_flBrightness: usize = 0x1804; // float32 - pub const m_hCubemapTexture: usize = 0x1808; // CStrongHandle - pub const m_bCustomCubemapTexture: usize = 0x1810; // bool - pub const m_hLightProbeTexture: usize = 0x1818; // CStrongHandle - pub const m_hLightProbeDirectLightIndicesTexture: usize = 0x1820; // CStrongHandle - pub const m_hLightProbeDirectLightScalarsTexture: usize = 0x1828; // CStrongHandle - pub const m_hLightProbeDirectLightShadowsTexture: usize = 0x1830; // CStrongHandle - pub const m_vBoxMins: usize = 0x1838; // Vector - pub const m_vBoxMaxs: usize = 0x1844; // Vector - pub const m_bMoveable: usize = 0x1850; // bool - pub const m_nHandshake: usize = 0x1854; // int32 - pub const m_nEnvCubeMapArrayIndex: usize = 0x1858; // int32 - pub const m_nPriority: usize = 0x185C; // int32 - pub const m_bStartDisabled: usize = 0x1860; // bool - pub const m_flEdgeFadeDist: usize = 0x1864; // float32 - pub const m_vEdgeFadeDists: usize = 0x1868; // Vector - pub const m_nLightProbeSizeX: usize = 0x1874; // int32 - pub const m_nLightProbeSizeY: usize = 0x1878; // int32 - pub const m_nLightProbeSizeZ: usize = 0x187C; // int32 - pub const m_nLightProbeAtlasX: usize = 0x1880; // int32 - pub const m_nLightProbeAtlasY: usize = 0x1884; // int32 - pub const m_nLightProbeAtlasZ: usize = 0x1888; // int32 - pub const m_bEnabled: usize = 0x18A1; // bool - } - // Parent: CBaseEntity - // Fields count: 18 - // - // Metadata: - // NetworkVarNames: m_hCubemapTexture (HRenderTextureStrong) - // NetworkVarNames: m_bCustomCubemapTexture (bool) - // NetworkVarNames: m_flInfluenceRadius (float) - // NetworkVarNames: m_vBoxProjectMins (Vector) - // NetworkVarNames: m_vBoxProjectMaxs (Vector) - // NetworkVarNames: m_bMoveable (bool) - // NetworkVarNames: m_nHandshake (int) - // NetworkVarNames: m_nEnvCubeMapArrayIndex (int) - // NetworkVarNames: m_nPriority (int) - // NetworkVarNames: m_flEdgeFadeDist (float) - // NetworkVarNames: m_vEdgeFadeDists (Vector) - // NetworkVarNames: m_flDiffuseScale (float) - // NetworkVarNames: m_bStartDisabled (bool) - // NetworkVarNames: m_bDefaultEnvMap (bool) - // NetworkVarNames: m_bDefaultSpecEnvMap (bool) - // NetworkVarNames: m_bIndoorCubeMap (bool) - // NetworkVarNames: m_bCopyDiffuseFromDefaultCubemap (bool) - // NetworkVarNames: m_bEnabled (bool) - pub mod CEnvCubemap { - pub const m_hCubemapTexture: usize = 0x828; // CStrongHandle - pub const m_bCustomCubemapTexture: usize = 0x830; // bool - pub const m_flInfluenceRadius: usize = 0x834; // float32 - pub const m_vBoxProjectMins: usize = 0x838; // Vector - pub const m_vBoxProjectMaxs: usize = 0x844; // Vector - pub const m_bMoveable: usize = 0x850; // bool - pub const m_nHandshake: usize = 0x854; // int32 - pub const m_nEnvCubeMapArrayIndex: usize = 0x858; // int32 - pub const m_nPriority: usize = 0x85C; // int32 - pub const m_flEdgeFadeDist: usize = 0x860; // float32 - pub const m_vEdgeFadeDists: usize = 0x864; // Vector - pub const m_flDiffuseScale: usize = 0x870; // float32 - pub const m_bStartDisabled: usize = 0x874; // bool - pub const m_bDefaultEnvMap: usize = 0x875; // bool - pub const m_bDefaultSpecEnvMap: usize = 0x876; // bool - pub const m_bIndoorCubeMap: usize = 0x877; // bool - pub const m_bCopyDiffuseFromDefaultCubemap: usize = 0x878; // bool - pub const m_bEnabled: usize = 0x888; // bool - } - // Parent: CBaseEntity - // Fields count: 18 - // - // Metadata: - // NetworkVarNames: m_flEndDistance (float) - // NetworkVarNames: m_flStartDistance (float) - // NetworkVarNames: m_flFogFalloffExponent (float) - // NetworkVarNames: m_bHeightFogEnabled (bool) - // NetworkVarNames: m_flFogHeightWidth (float) - // NetworkVarNames: m_flFogHeightEnd (float) - // NetworkVarNames: m_flFogHeightStart (float) - // NetworkVarNames: m_flFogHeightExponent (float) - // NetworkVarNames: m_flLODBias (float) - // NetworkVarNames: m_bActive (bool) - // NetworkVarNames: m_bStartDisabled (bool) - // NetworkVarNames: m_flFogMaxOpacity (float) - // NetworkVarNames: m_nCubemapSourceType (int) - // NetworkVarNames: m_hSkyMaterial (HMaterialStrong) - // NetworkVarNames: m_iszSkyEntity (string_t) - // NetworkVarNames: m_hFogCubemapTexture (HRenderTextureStrong) - // NetworkVarNames: m_bHasHeightFogEnd (bool) - pub mod CEnvCubemapFog { - pub const m_flEndDistance: usize = 0x7A8; // float32 - pub const m_flStartDistance: usize = 0x7AC; // float32 - pub const m_flFogFalloffExponent: usize = 0x7B0; // float32 - pub const m_bHeightFogEnabled: usize = 0x7B4; // bool - pub const m_flFogHeightWidth: usize = 0x7B8; // float32 - pub const m_flFogHeightEnd: usize = 0x7BC; // float32 - pub const m_flFogHeightStart: usize = 0x7C0; // float32 - pub const m_flFogHeightExponent: usize = 0x7C4; // float32 - pub const m_flLODBias: usize = 0x7C8; // float32 - pub const m_bActive: usize = 0x7CC; // bool - pub const m_bStartDisabled: usize = 0x7CD; // bool - pub const m_flFogMaxOpacity: usize = 0x7D0; // float32 - pub const m_nCubemapSourceType: usize = 0x7D4; // int32 - pub const m_hSkyMaterial: usize = 0x7D8; // CStrongHandle - pub const m_iszSkyEntity: usize = 0x7E0; // CUtlSymbolLarge - pub const m_hFogCubemapTexture: usize = 0x7E8; // CStrongHandle - pub const m_bHasHeightFogEnd: usize = 0x7F0; // bool - pub const m_bFirstTime: usize = 0x7F1; // bool - } - // Parent: CBaseEntity - // Fields count: 16 - // - // Metadata: - // NetworkVarNames: m_hGradientFogTexture (HRenderTextureStrong) - // NetworkVarNames: m_flFogStartDistance (float) - // NetworkVarNames: m_flFogEndDistance (float) - // NetworkVarNames: m_bHeightFogEnabled (bool) - // NetworkVarNames: m_flFogStartHeight (float) - // NetworkVarNames: m_flFogEndHeight (float) - // NetworkVarNames: m_flFarZ (float) - // NetworkVarNames: m_flFogMaxOpacity (float) - // NetworkVarNames: m_flFogFalloffExponent (float) - // NetworkVarNames: m_flFogVerticalExponent (float) - // NetworkVarNames: m_fogColor (Color) - // NetworkVarNames: m_flFogStrength (float) - // NetworkVarNames: m_flFadeTime (float) - // NetworkVarNames: m_bStartDisabled (bool) - // NetworkVarNames: m_bIsEnabled (bool) - pub mod CGradientFog { - pub const m_hGradientFogTexture: usize = 0x7A8; // CStrongHandle - pub const m_flFogStartDistance: usize = 0x7B0; // float32 - pub const m_flFogEndDistance: usize = 0x7B4; // float32 - pub const m_bHeightFogEnabled: usize = 0x7B8; // bool - pub const m_flFogStartHeight: usize = 0x7BC; // float32 - pub const m_flFogEndHeight: usize = 0x7C0; // float32 - pub const m_flFarZ: usize = 0x7C4; // float32 - pub const m_flFogMaxOpacity: usize = 0x7C8; // float32 - pub const m_flFogFalloffExponent: usize = 0x7CC; // float32 - pub const m_flFogVerticalExponent: usize = 0x7D0; // float32 - pub const m_fogColor: usize = 0x7D4; // Color - pub const m_flFogStrength: usize = 0x7D8; // float32 - pub const m_flFadeTime: usize = 0x7DC; // float32 - pub const m_bStartDisabled: usize = 0x7E0; // bool - pub const m_bIsEnabled: usize = 0x7E1; // bool - pub const m_bGradientFogNeedsTextures: usize = 0x7E2; // bool - } - // Parent: CBaseEntity - // Fields count: 17 - // - // Metadata: - // NetworkVarNames: m_hLightProbeTexture (HRenderTextureStrong) - // NetworkVarNames: m_hLightProbeDirectLightIndicesTexture (HRenderTextureStrong) - // NetworkVarNames: m_hLightProbeDirectLightScalarsTexture (HRenderTextureStrong) - // NetworkVarNames: m_hLightProbeDirectLightShadowsTexture (HRenderTextureStrong) - // NetworkVarNames: m_vBoxMins (Vector) - // NetworkVarNames: m_vBoxMaxs (Vector) - // NetworkVarNames: m_bMoveable (bool) - // NetworkVarNames: m_nHandshake (int) - // NetworkVarNames: m_nPriority (int) - // NetworkVarNames: m_bStartDisabled (bool) - // NetworkVarNames: m_nLightProbeSizeX (int) - // NetworkVarNames: m_nLightProbeSizeY (int) - // NetworkVarNames: m_nLightProbeSizeZ (int) - // NetworkVarNames: m_nLightProbeAtlasX (int) - // NetworkVarNames: m_nLightProbeAtlasY (int) - // NetworkVarNames: m_nLightProbeAtlasZ (int) - // NetworkVarNames: m_bEnabled (bool) - pub mod CEnvLightProbeVolume { - pub const m_hLightProbeTexture: usize = 0x1780; // CStrongHandle - pub const m_hLightProbeDirectLightIndicesTexture: usize = 0x1788; // CStrongHandle - pub const m_hLightProbeDirectLightScalarsTexture: usize = 0x1790; // CStrongHandle - pub const m_hLightProbeDirectLightShadowsTexture: usize = 0x1798; // CStrongHandle - pub const m_vBoxMins: usize = 0x17A0; // Vector - pub const m_vBoxMaxs: usize = 0x17AC; // Vector - pub const m_bMoveable: usize = 0x17B8; // bool - pub const m_nHandshake: usize = 0x17BC; // int32 - pub const m_nPriority: usize = 0x17C0; // int32 - pub const m_bStartDisabled: usize = 0x17C4; // bool - pub const m_nLightProbeSizeX: usize = 0x17C8; // int32 - pub const m_nLightProbeSizeY: usize = 0x17CC; // int32 - pub const m_nLightProbeSizeZ: usize = 0x17D0; // int32 - pub const m_nLightProbeAtlasX: usize = 0x17D4; // int32 - pub const m_nLightProbeAtlasY: usize = 0x17D8; // int32 - pub const m_nLightProbeAtlasZ: usize = 0x17DC; // int32 - pub const m_bEnabled: usize = 0x17E9; // bool - } - // Parent: CBaseEntity - // Fields count: 6 - // - // Metadata: - // NetworkVarNames: m_flVisibilityStrength (float) - // NetworkVarNames: m_flFogDistanceMultiplier (float) - // NetworkVarNames: m_flFogMaxDensityMultiplier (float) - // NetworkVarNames: m_flFadeTime (float) - // NetworkVarNames: m_bStartDisabled (bool) - // NetworkVarNames: m_bIsEnabled (bool) - pub mod CPlayerVisibility { - pub const m_flVisibilityStrength: usize = 0x7A8; // float32 - pub const m_flFogDistanceMultiplier: usize = 0x7AC; // float32 - pub const m_flFogMaxDensityMultiplier: usize = 0x7B0; // float32 - pub const m_flFadeTime: usize = 0x7B4; // float32 - pub const m_bStartDisabled: usize = 0x7B8; // bool - pub const m_bIsEnabled: usize = 0x7B9; // bool - } - // Parent: CBaseEntity - // Fields count: 8 - // - // Metadata: - // NetworkVarNames: m_flAutoExposureMin (float) - // NetworkVarNames: m_flAutoExposureMax (float) - // NetworkVarNames: m_flTonemapPercentTarget (float) - // NetworkVarNames: m_flTonemapPercentBrightPixels (float) - // NetworkVarNames: m_flTonemapMinAvgLum (float) - // NetworkVarNames: m_flExposureAdaptationSpeedUp (float) - // NetworkVarNames: m_flExposureAdaptationSpeedDown (float) - // NetworkVarNames: m_flTonemapEVSmoothingRange (float) - pub mod CTonemapController2 { - pub const m_flAutoExposureMin: usize = 0x7A8; // float32 - pub const m_flAutoExposureMax: usize = 0x7AC; // float32 - pub const m_flTonemapPercentTarget: usize = 0x7B0; // float32 - pub const m_flTonemapPercentBrightPixels: usize = 0x7B4; // float32 - pub const m_flTonemapMinAvgLum: usize = 0x7B8; // float32 - pub const m_flExposureAdaptationSpeedUp: usize = 0x7BC; // float32 - pub const m_flExposureAdaptationSpeedDown: usize = 0x7C0; // float32 - pub const m_flTonemapEVSmoothingRange: usize = 0x7C4; // float32 - } - // Parent: CBaseEntity - // Fields count: 28 - // - // Metadata: - // NetworkVarNames: m_flScattering (float) - // NetworkVarNames: m_flAnisotropy (float) - // NetworkVarNames: m_flFadeSpeed (float) - // NetworkVarNames: m_flDrawDistance (float) - // NetworkVarNames: m_flFadeInStart (float) - // NetworkVarNames: m_flFadeInEnd (float) - // NetworkVarNames: m_flIndirectStrength (float) - // NetworkVarNames: m_nIndirectTextureDimX (int) - // NetworkVarNames: m_nIndirectTextureDimY (int) - // NetworkVarNames: m_nIndirectTextureDimZ (int) - // NetworkVarNames: m_vBoxMins (Vector) - // NetworkVarNames: m_vBoxMaxs (Vector) - // NetworkVarNames: m_bActive (bool) - // NetworkVarNames: m_flStartAnisoTime (GameTime_t) - // NetworkVarNames: m_flStartScatterTime (GameTime_t) - // NetworkVarNames: m_flStartDrawDistanceTime (GameTime_t) - // NetworkVarNames: m_flStartAnisotropy (float) - // NetworkVarNames: m_flStartScattering (float) - // NetworkVarNames: m_flStartDrawDistance (float) - // NetworkVarNames: m_flDefaultAnisotropy (float) - // NetworkVarNames: m_flDefaultScattering (float) - // NetworkVarNames: m_flDefaultDrawDistance (float) - // NetworkVarNames: m_bStartDisabled (bool) - // NetworkVarNames: m_bEnableIndirect (bool) - // NetworkVarNames: m_bIsMaster (bool) - // NetworkVarNames: m_hFogIndirectTexture (HRenderTextureStrong) - // NetworkVarNames: m_nForceRefreshCount (int) - pub mod CEnvVolumetricFogController { - pub const m_flScattering: usize = 0x7A8; // float32 - pub const m_flAnisotropy: usize = 0x7AC; // float32 - pub const m_flFadeSpeed: usize = 0x7B0; // float32 - pub const m_flDrawDistance: usize = 0x7B4; // float32 - pub const m_flFadeInStart: usize = 0x7B8; // float32 - pub const m_flFadeInEnd: usize = 0x7BC; // float32 - pub const m_flIndirectStrength: usize = 0x7C0; // float32 - pub const m_nIndirectTextureDimX: usize = 0x7C4; // int32 - pub const m_nIndirectTextureDimY: usize = 0x7C8; // int32 - pub const m_nIndirectTextureDimZ: usize = 0x7CC; // int32 - pub const m_vBoxMins: usize = 0x7D0; // Vector - pub const m_vBoxMaxs: usize = 0x7DC; // Vector - pub const m_bActive: usize = 0x7E8; // bool - pub const m_flStartAnisoTime: usize = 0x7EC; // GameTime_t - pub const m_flStartScatterTime: usize = 0x7F0; // GameTime_t - pub const m_flStartDrawDistanceTime: usize = 0x7F4; // GameTime_t - pub const m_flStartAnisotropy: usize = 0x7F8; // float32 - pub const m_flStartScattering: usize = 0x7FC; // float32 - pub const m_flStartDrawDistance: usize = 0x800; // float32 - pub const m_flDefaultAnisotropy: usize = 0x804; // float32 - pub const m_flDefaultScattering: usize = 0x808; // float32 - pub const m_flDefaultDrawDistance: usize = 0x80C; // float32 - pub const m_bStartDisabled: usize = 0x810; // bool - pub const m_bEnableIndirect: usize = 0x811; // bool - pub const m_bIsMaster: usize = 0x812; // bool - pub const m_hFogIndirectTexture: usize = 0x818; // CStrongHandle - pub const m_nForceRefreshCount: usize = 0x820; // int32 - pub const m_bFirstTime: usize = 0x824; // bool - } - // Parent: CBaseEntity - // Fields count: 7 - // - // Metadata: - // NetworkVarNames: m_bActive (bool) - // NetworkVarNames: m_vBoxMins (Vector) - // NetworkVarNames: m_vBoxMaxs (Vector) - // NetworkVarNames: m_bStartDisabled (bool) - // NetworkVarNames: m_flStrength (float) - // NetworkVarNames: m_nFalloffShape (int) - // NetworkVarNames: m_flFalloffExponent (float) - pub mod CEnvVolumetricFogVolume { - pub const m_bActive: usize = 0x7A8; // bool - pub const m_vBoxMins: usize = 0x7AC; // Vector - pub const m_vBoxMaxs: usize = 0x7B8; // Vector - pub const m_bStartDisabled: usize = 0x7C4; // bool - pub const m_flStrength: usize = 0x7C8; // float32 - pub const m_nFalloffShape: usize = 0x7CC; // int32 - pub const m_flFalloffExponent: usize = 0x7D0; // float32 - } - // Parent: CBaseEntity - // Fields count: 3 - // - // Metadata: - // NetworkVarNames: m_fog (fogparams_t) - pub mod CFogController { - pub const m_fog: usize = 0x7A8; // fogparams_t - pub const m_bUseAngles: usize = 0x810; // bool - pub const m_iChangedVariables: usize = 0x814; // int32 - } - // Parent: CBaseEntity - // Fields count: 3 - // - // Metadata: - // NetworkVarNames: m_nMode (int) - // NetworkVarNames: m_vBoxSize (Vector) - // NetworkVarNames: m_bEnabled (bool) - pub mod CInfoVisibilityBox { - pub const m_nMode: usize = 0x7AC; // int32 - pub const m_vBoxSize: usize = 0x7B0; // Vector - pub const m_bEnabled: usize = 0x7BC; // bool - } - // Parent: CBaseEntity - // Fields count: 7 - // - // Metadata: - // NetworkVarNames: m_worldName (string_t) - // NetworkVarNames: m_layerName (string_t) - // NetworkVarNames: m_bWorldLayerVisible (bool) - // NetworkVarNames: m_bEntitiesSpawned (bool) - pub mod CInfoWorldLayer { - pub const m_pOutputOnEntitiesSpawned: usize = 0x7A8; // CEntityIOOutput - pub const m_worldName: usize = 0x7D0; // CUtlSymbolLarge - pub const m_layerName: usize = 0x7D8; // CUtlSymbolLarge - pub const m_bWorldLayerVisible: usize = 0x7E0; // bool - pub const m_bEntitiesSpawned: usize = 0x7E1; // bool - pub const m_bCreateAsChildSpawnGroup: usize = 0x7E2; // bool - pub const m_hLayerSpawnGroup: usize = 0x7E4; // uint32 - } - // Parent: CBaseEntity - // Fields count: 25 - // - // Metadata: - // NetworkVarNames: m_FOV (float) - // NetworkVarNames: m_Resolution (float) - // NetworkVarNames: m_bFogEnable (bool) - // NetworkVarNames: m_FogColor (Color) - // NetworkVarNames: m_flFogStart (float) - // NetworkVarNames: m_flFogEnd (float) - // NetworkVarNames: m_flFogMaxDensity (float) - // NetworkVarNames: m_bActive (bool) - // NetworkVarNames: m_bUseScreenAspectRatio (bool) - // NetworkVarNames: m_flAspectRatio (float) - // NetworkVarNames: m_bNoSky (bool) - // NetworkVarNames: m_fBrightness (float) - // NetworkVarNames: m_flZFar (float) - // NetworkVarNames: m_flZNear (float) - // NetworkVarNames: m_bCanHLTVUse (bool) - // NetworkVarNames: m_bDofEnabled (bool) - // NetworkVarNames: m_flDofNearBlurry (float) - // NetworkVarNames: m_flDofNearCrisp (float) - // NetworkVarNames: m_flDofFarCrisp (float) - // NetworkVarNames: m_flDofFarBlurry (float) - // NetworkVarNames: m_flDofTiltToGround (float) - pub mod CPointCamera { - pub const m_FOV: usize = 0x7A8; // float32 - pub const m_Resolution: usize = 0x7AC; // float32 - pub const m_bFogEnable: usize = 0x7B0; // bool - pub const m_FogColor: usize = 0x7B1; // Color - pub const m_flFogStart: usize = 0x7B8; // float32 - pub const m_flFogEnd: usize = 0x7BC; // float32 - pub const m_flFogMaxDensity: usize = 0x7C0; // float32 - pub const m_bActive: usize = 0x7C4; // bool - pub const m_bUseScreenAspectRatio: usize = 0x7C5; // bool - pub const m_flAspectRatio: usize = 0x7C8; // float32 - pub const m_bNoSky: usize = 0x7CC; // bool - pub const m_fBrightness: usize = 0x7D0; // float32 - pub const m_flZFar: usize = 0x7D4; // float32 - pub const m_flZNear: usize = 0x7D8; // float32 - pub const m_bCanHLTVUse: usize = 0x7DC; // bool - pub const m_bDofEnabled: usize = 0x7DD; // bool - pub const m_flDofNearBlurry: usize = 0x7E0; // float32 - pub const m_flDofNearCrisp: usize = 0x7E4; // float32 - pub const m_flDofFarCrisp: usize = 0x7E8; // float32 - pub const m_flDofFarBlurry: usize = 0x7EC; // float32 - pub const m_flDofTiltToGround: usize = 0x7F0; // float32 - pub const m_TargetFOV: usize = 0x7F4; // float32 - pub const m_DegreesPerSecond: usize = 0x7F8; // float32 - pub const m_bIsOn: usize = 0x7FC; // bool - pub const m_pNext: usize = 0x800; // CPointCamera* - } - // Parent: CBaseEntity - // Fields count: 3 - // - // Metadata: - // NetworkVarNames: m_bDisabled (bool) - // NetworkVarNames: m_iszSoundAreaType (string_t) - // NetworkVarNames: m_vPos (Vector) - pub mod CSoundAreaEntityBase { - pub const m_bDisabled: usize = 0x7A8; // bool - pub const m_iszSoundAreaType: usize = 0x7B0; // CUtlSymbolLarge - pub const m_vPos: usize = 0x7B8; // Vector - } - // Parent: CSoundAreaEntityBase - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_flRadius (float) - pub mod CSoundAreaEntitySphere { - pub const m_flRadius: usize = 0x7C4; // float32 - } - // Parent: CSoundAreaEntityBase - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_vMin (Vector) - // NetworkVarNames: m_vMax (Vector) - pub mod CSoundAreaEntityOrientedBox { - pub const m_vMin: usize = 0x7C4; // Vector - pub const m_vMax: usize = 0x7D0; // Vector - } - // Parent: CBaseEntity - // Fields count: 4 - // - // Metadata: - // MNetworkIncludeByName - // NetworkVarNames: m_aPlayerControllers (CHandle) - // NetworkVarNames: m_aPlayers (CHandle) - // NetworkVarNames: m_iScore (int32) - // NetworkVarNames: m_szTeamname (char) - pub mod CTeam { - pub const m_aPlayerControllers: usize = 0x7A8; // CNetworkUtlVectorBase> - pub const m_aPlayers: usize = 0x7C0; // CNetworkUtlVectorBase> - pub const m_iScore: usize = 0x7D8; // int32 - pub const m_szTeamname: usize = 0x7DC; // char[129] - } - // Parent: CBaseEntity - // Fields count: 25 - // - // Metadata: - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkUserGroupProxy - // MNetworkUserGroupProxy - // MNetworkIncludeByUserGroup - // NetworkVarNames: m_nTickBase (uint32) - // NetworkVarNames: m_hPawn (CHandle) - // NetworkVarNames: m_iConnected (PlayerConnectedState) - // NetworkVarNames: m_iszPlayerName (char) - // NetworkVarNames: m_steamID (uint64) - // NetworkVarNames: m_iDesiredFOV (uint32) - pub mod CBasePlayerController { - pub const m_nInButtonsWhichAreToggles: usize = 0x7B0; // uint64 - pub const m_nTickBase: usize = 0x7B8; // uint32 - pub const m_hPawn: usize = 0x7E8; // CHandle - pub const m_nSplitScreenSlot: usize = 0x7EC; // CSplitScreenSlot - pub const m_hSplitOwner: usize = 0x7F0; // CHandle - pub const m_hSplitScreenPlayers: usize = 0x7F8; // CUtlVector> - pub const m_bIsHLTV: usize = 0x810; // bool - pub const m_iConnected: usize = 0x814; // PlayerConnectedState - pub const m_iszPlayerName: usize = 0x818; // char[128] - pub const m_szNetworkIDString: usize = 0x898; // CUtlString - pub const m_fLerpTime: usize = 0x8A0; // float32 - pub const m_bLagCompensation: usize = 0x8A4; // bool - pub const m_bPredict: usize = 0x8A5; // bool - pub const m_bAutoKickDisabled: usize = 0x8A6; // bool - pub const m_bIsLowViolence: usize = 0x8A7; // bool - pub const m_bGamePaused: usize = 0x8A8; // bool - pub const m_nLastRealCommandNumberExecuted: usize = 0x934; // int32 - pub const m_nLastLateCommandExecuted: usize = 0x938; // int32 - pub const m_iIgnoreGlobalChat: usize = 0x950; // ChatIgnoreType_t - pub const m_flLastPlayerTalkTime: usize = 0x954; // float32 - pub const m_flLastEntitySteadyState: usize = 0x958; // float32 - pub const m_nAvailableEntitySteadyState: usize = 0x95C; // int32 - pub const m_bHasAnySteadyStateEnts: usize = 0x960; // bool - pub const m_steamID: usize = 0x970; // uint64 - pub const m_iDesiredFOV: usize = 0x978; // uint32 - } - // Parent: None - // Fields count: 14 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CBasePlayerVData { - pub const m_sModelName: usize = 0x28; // CResourceNameTyped> - pub const m_flHeadDamageMultiplier: usize = 0x108; // CSkillFloat - pub const m_flChestDamageMultiplier: usize = 0x118; // CSkillFloat - pub const m_flStomachDamageMultiplier: usize = 0x128; // CSkillFloat - pub const m_flArmDamageMultiplier: usize = 0x138; // CSkillFloat - pub const m_flLegDamageMultiplier: usize = 0x148; // CSkillFloat - pub const m_flHoldBreathTime: usize = 0x158; // float32 - pub const m_flDrowningDamageInterval: usize = 0x15C; // float32 - pub const m_nDrowningDamageInitial: usize = 0x160; // int32 - pub const m_nDrowningDamageMax: usize = 0x164; // int32 - pub const m_nWaterSpeed: usize = 0x168; // int32 - pub const m_flUseRange: usize = 0x16C; // float32 - pub const m_flUseAngleTolerance: usize = 0x170; // float32 - pub const m_flCrouchTime: usize = 0x174; // float32 - } - // Parent: None - // Fields count: 20 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CBasePlayerWeaponVData { - pub const m_szWorldModel: usize = 0x28; // CResourceNameTyped> - pub const m_bBuiltRightHanded: usize = 0x108; // bool - pub const m_bAllowFlipping: usize = 0x109; // bool - pub const m_sMuzzleAttachment: usize = 0x110; // CUtlString - pub const m_szMuzzleFlashParticle: usize = 0x118; // CResourceNameTyped> - pub const m_iFlags: usize = 0x1F8; // ItemFlagTypes_t - pub const m_nPrimaryAmmoType: usize = 0x1F9; // AmmoIndex_t - pub const m_nSecondaryAmmoType: usize = 0x1FA; // AmmoIndex_t - pub const m_iMaxClip1: usize = 0x1FC; // int32 - pub const m_iMaxClip2: usize = 0x200; // int32 - pub const m_iDefaultClip1: usize = 0x204; // int32 - pub const m_iDefaultClip2: usize = 0x208; // int32 - pub const m_iWeight: usize = 0x20C; // int32 - pub const m_bAutoSwitchTo: usize = 0x210; // bool - pub const m_bAutoSwitchFrom: usize = 0x211; // bool - pub const m_iRumbleEffect: usize = 0x214; // RumbleEffect_t - pub const m_bLinkedCooldowns: usize = 0x218; // bool - pub const m_aShootSounds: usize = 0x220; // CUtlMap - pub const m_iSlot: usize = 0x240; // int32 - pub const m_iPosition: usize = 0x244; // int32 - } - // Parent: None - // Fields count: 13 - // - // Metadata: - // NetworkVarNames: m_animGraphNetworkedVars (CAnimGraphNetworkedVariables) - // NetworkVarNames: m_hSequence (HSequence) - // NetworkVarNames: m_flSeqStartTime (GameTime_t) - // NetworkVarNames: m_flSeqFixedCycle (float) - // NetworkVarNames: m_nAnimLoopMode (AnimLoopMode_t) - pub mod CBaseAnimGraphController { - pub const m_animGraphNetworkedVars: usize = 0x18; // CAnimGraphNetworkedVariables - pub const m_bSequenceFinished: usize = 0x220; // bool - pub const m_flSoundSyncTime: usize = 0x224; // float32 - pub const m_hSequence: usize = 0x228; // HSequence - pub const m_flSeqStartTime: usize = 0x22C; // GameTime_t - pub const m_flSeqFixedCycle: usize = 0x230; // float32 - pub const m_nAnimLoopMode: usize = 0x234; // AnimLoopMode_t - pub const m_flPlaybackRate: usize = 0x238; // CNetworkedQuantizedFloat - pub const m_nNotifyState: usize = 0x244; // SequenceFinishNotifyState_t - pub const m_bNetworkedAnimationInputsChanged: usize = 0x246; // bool - pub const m_bNetworkedSequenceChanged: usize = 0x247; // bool - pub const m_bLastUpdateSkipped: usize = 0x248; // bool - pub const m_flPrevAnimUpdateTime: usize = 0x24C; // GameTime_t - } - // Parent: CBaseEntity - // Fields count: 25 - // - // Metadata: - // NetworkVarNames: m_CRenderComponent (CRenderComponent::Storage_t) - // NetworkVarNames: m_CHitboxComponent (CHitboxComponent::Storage_t) - // NetworkVarNames: m_nRenderMode (RenderMode_t) - // NetworkVarNames: m_nRenderFX (RenderFx_t) - // NetworkVarNames: m_clrRender (Color) - // NetworkVarNames: m_vecRenderAttributes (EntityRenderAttribute_t) - // NetworkVarNames: m_bRenderToCubemaps (bool) - // NetworkVarNames: m_Collision (CCollisionProperty) - // NetworkVarNames: m_Glow (CGlowProperty) - // NetworkVarNames: m_flGlowBackfaceMult (float) - // NetworkVarNames: m_fadeMinDist (float32) - // NetworkVarNames: m_fadeMaxDist (float32) - // NetworkVarNames: m_flFadeScale (float32) - // NetworkVarNames: m_flShadowStrength (float32) - // NetworkVarNames: m_nObjectCulling (uint8) - // NetworkVarNames: m_nAddDecal (int) - // NetworkVarNames: m_vDecalPosition (Vector) - // NetworkVarNames: m_vDecalForwardAxis (Vector) - // NetworkVarNames: m_flDecalHealBloodRate (float) - // NetworkVarNames: m_flDecalHealHeightRate (float) - // NetworkVarNames: m_ConfigEntitiesToPropagateMaterialDecalsTo (CHandle) - // NetworkVarNames: m_vecViewOffset (CNetworkViewOffsetVector) - pub mod CBaseModelEntity { - pub const m_CRenderComponent: usize = 0x7A8; // CRenderComponent* - pub const m_CHitboxComponent: usize = 0x7B0; // CHitboxComponent - pub const m_flDissolveStartTime: usize = 0x7D8; // GameTime_t - pub const m_OnIgnite: usize = 0x7E0; // CEntityIOOutput - pub const m_nRenderMode: usize = 0x808; // RenderMode_t - pub const m_nRenderFX: usize = 0x809; // RenderFx_t - pub const m_bAllowFadeInView: usize = 0x80A; // bool - pub const m_clrRender: usize = 0x80B; // Color - pub const m_vecRenderAttributes: usize = 0x810; // CUtlVectorEmbeddedNetworkVar - pub const m_bRenderToCubemaps: usize = 0x860; // bool - pub const m_Collision: usize = 0x868; // CCollisionProperty - pub const m_Glow: usize = 0x918; // CGlowProperty - pub const m_flGlowBackfaceMult: usize = 0x970; // float32 - pub const m_fadeMinDist: usize = 0x974; // float32 - pub const m_fadeMaxDist: usize = 0x978; // float32 - pub const m_flFadeScale: usize = 0x97C; // float32 - pub const m_flShadowStrength: usize = 0x980; // float32 - pub const m_nObjectCulling: usize = 0x984; // uint8 - pub const m_nAddDecal: usize = 0x988; // int32 - pub const m_vDecalPosition: usize = 0x98C; // Vector - pub const m_vDecalForwardAxis: usize = 0x998; // Vector - pub const m_flDecalHealBloodRate: usize = 0x9A4; // float32 - pub const m_flDecalHealHeightRate: usize = 0x9A8; // float32 - pub const m_ConfigEntitiesToPropagateMaterialDecalsTo: usize = 0x9B0; // CNetworkUtlVectorBase> - pub const m_vecViewOffset: usize = 0x9C8; // CNetworkViewOffsetVector - } - // Parent: CBaseModelEntity - // Fields count: 22 - // - // Metadata: - // MNetworkIncludeByUserGroup - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // NetworkVarNames: m_szSnapshotFileName (char) - // NetworkVarNames: m_bActive (bool) - // NetworkVarNames: m_bFrozen (bool) - // NetworkVarNames: m_flFreezeTransitionDuration (float) - // NetworkVarNames: m_nStopType (int) - // NetworkVarNames: m_bAnimateDuringGameplayPause (bool) - // NetworkVarNames: m_iEffectIndex (HParticleSystemDefinitionStrong) - // NetworkVarNames: m_flStartTime (GameTime_t) - // NetworkVarNames: m_flPreSimTime (float32) - // NetworkVarNames: m_vServerControlPoints (Vector) - // NetworkVarNames: m_iServerControlPointAssignments (uint8) - // NetworkVarNames: m_hControlPointEnts (CHandle) - // NetworkVarNames: m_bNoSave (bool) - // NetworkVarNames: m_bNoFreeze (bool) - // NetworkVarNames: m_bNoRamp (bool) - pub mod CParticleSystem { - pub const m_szSnapshotFileName: usize = 0x9F8; // char[512] - pub const m_bActive: usize = 0xBF8; // bool - pub const m_bFrozen: usize = 0xBF9; // bool - pub const m_flFreezeTransitionDuration: usize = 0xBFC; // float32 - pub const m_nStopType: usize = 0xC00; // int32 - pub const m_bAnimateDuringGameplayPause: usize = 0xC04; // bool - pub const m_iEffectIndex: usize = 0xC08; // CStrongHandle - pub const m_flStartTime: usize = 0xC10; // GameTime_t - pub const m_flPreSimTime: usize = 0xC14; // float32 - pub const m_vServerControlPoints: usize = 0xC18; // Vector[4] - pub const m_iServerControlPointAssignments: usize = 0xC48; // uint8[4] - pub const m_hControlPointEnts: usize = 0xC4C; // CHandle[64] - pub const m_bNoSave: usize = 0xD4C; // bool - pub const m_bNoFreeze: usize = 0xD4D; // bool - pub const m_bNoRamp: usize = 0xD4E; // bool - pub const m_bStartActive: usize = 0xD4F; // bool - pub const m_iszEffectName: usize = 0xD50; // CUtlSymbolLarge - pub const m_iszControlPointNames: usize = 0xD58; // CUtlSymbolLarge[64] - pub const m_nDataCP: usize = 0xF58; // int32 - pub const m_vecDataCPValue: usize = 0xF5C; // Vector - pub const m_nTintCP: usize = 0xF68; // int32 - pub const m_clrTint: usize = 0xF6C; // Color - } - // Parent: CBaseEntity - // Fields count: 16 - // - // Metadata: - // NetworkVarNames: m_flParticleSpacing (float) - // NetworkVarNames: m_flSlack (float) - // NetworkVarNames: m_flRadius (float) - // NetworkVarNames: m_ColorTint (Color) - // NetworkVarNames: m_nEffectState (int) - // NetworkVarNames: m_iEffectIndex (HParticleSystemDefinitionStrong) - // NetworkVarNames: m_PathNodes_Position (Vector) - // NetworkVarNames: m_PathNodes_TangentIn (Vector) - // NetworkVarNames: m_PathNodes_TangentOut (Vector) - // NetworkVarNames: m_PathNodes_Color (Vector) - // NetworkVarNames: m_PathNodes_PinEnabled (bool) - // NetworkVarNames: m_PathNodes_RadiusScale (float) - pub mod CPathParticleRope { - pub const m_bStartActive: usize = 0x7A8; // bool - pub const m_flMaxSimulationTime: usize = 0x7AC; // float32 - pub const m_iszEffectName: usize = 0x7B0; // CUtlSymbolLarge - pub const m_PathNodes_Name: usize = 0x7B8; // CUtlVector - pub const m_flParticleSpacing: usize = 0x7D0; // float32 - pub const m_flSlack: usize = 0x7D4; // float32 - pub const m_flRadius: usize = 0x7D8; // float32 - pub const m_ColorTint: usize = 0x7DC; // Color - pub const m_nEffectState: usize = 0x7E0; // int32 - pub const m_iEffectIndex: usize = 0x7E8; // CStrongHandle - pub const m_PathNodes_Position: usize = 0x7F0; // CNetworkUtlVectorBase - pub const m_PathNodes_TangentIn: usize = 0x808; // CNetworkUtlVectorBase - pub const m_PathNodes_TangentOut: usize = 0x820; // CNetworkUtlVectorBase - pub const m_PathNodes_Color: usize = 0x838; // CNetworkUtlVectorBase - pub const m_PathNodes_PinEnabled: usize = 0x850; // CNetworkUtlVectorBase - pub const m_PathNodes_RadiusScale: usize = 0x868; // CNetworkUtlVectorBase - } - // Parent: CBaseModelEntity - // Fields count: 9 - // - // Metadata: - // NetworkVarNames: m_Flags (uint8) - // NetworkVarNames: m_LightStyle (uint8) - // NetworkVarNames: m_Radius (float32) - // NetworkVarNames: m_Exponent (int32) - // NetworkVarNames: m_InnerAngle (float32) - // NetworkVarNames: m_OuterAngle (float32) - // NetworkVarNames: m_SpotRadius (float32) - pub mod CDynamicLight { - pub const m_ActualFlags: usize = 0x9F8; // uint8 - pub const m_Flags: usize = 0x9F9; // uint8 - pub const m_LightStyle: usize = 0x9FA; // uint8 - pub const m_On: usize = 0x9FB; // bool - pub const m_Radius: usize = 0x9FC; // float32 - pub const m_Exponent: usize = 0xA00; // int32 - pub const m_InnerAngle: usize = 0xA04; // float32 - pub const m_OuterAngle: usize = 0xA08; // float32 - pub const m_SpotRadius: usize = 0xA0C; // float32 - } - // Parent: CBaseEntity - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_EnvWindShared (CEnvWindShared) - pub mod CEnvWind { - pub const m_EnvWindShared: usize = 0x7A8; // CEnvWindShared - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // NetworkVarNames: m_iszOverlayNames (string_t) - // NetworkVarNames: m_flOverlayTimes (float32) - // NetworkVarNames: m_flStartTime (GameTime_t) - // NetworkVarNames: m_iDesiredOverlay (int32) - // NetworkVarNames: m_bIsActive (bool) - pub mod CEnvScreenOverlay { - pub const m_iszOverlayNames: usize = 0x7A8; // CUtlSymbolLarge[10] - pub const m_flOverlayTimes: usize = 0x7F8; // float32[10] - pub const m_flStartTime: usize = 0x820; // GameTime_t - pub const m_iDesiredOverlay: usize = 0x824; // int32 - pub const m_bIsActive: usize = 0x828; // bool - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // NetworkVarNames: m_fadeColor (Color) - pub mod CEnvFade { - pub const m_fadeColor: usize = 0x7A8; // Color - pub const m_Duration: usize = 0x7AC; // float32 - pub const m_HoldDuration: usize = 0x7B0; // float32 - pub const m_OnBeginFade: usize = 0x7B8; // CEntityIOOutput - } - // Parent: CBaseModelEntity - // Fields count: 7 - // - // Metadata: - // MNetworkIncludeByUserGroup - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // NetworkVarNames: m_nHorizontalSize (uint32) - // NetworkVarNames: m_nVerticalSize (uint32) - // NetworkVarNames: m_nMinDist (uint32) - // NetworkVarNames: m_nMaxDist (uint32) - // NetworkVarNames: m_nOuterMaxDist (uint32) - // NetworkVarNames: m_flGlowProxySize (float32) - // NetworkVarNames: m_flHDRColorScale (float32) - pub mod CLightGlow { - pub const m_nHorizontalSize: usize = 0x9F8; // uint32 - pub const m_nVerticalSize: usize = 0x9FC; // uint32 - pub const m_nMinDist: usize = 0xA00; // uint32 - pub const m_nMaxDist: usize = 0xA04; // uint32 - pub const m_nOuterMaxDist: usize = 0xA08; // uint32 - pub const m_flGlowProxySize: usize = 0xA0C; // float32 - pub const m_flHDRColorScale: usize = 0xA10; // float32 - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // NetworkVarNames: m_bEnabled (bool) - pub mod CLogicGameEventListener { - pub const m_OnEventFired: usize = 0x7B8; // CEntityIOOutput - pub const m_iszGameEventName: usize = 0x7E0; // CUtlSymbolLarge - pub const m_iszGameEventItem: usize = 0x7E8; // CUtlSymbolLarge - pub const m_bEnabled: usize = 0x7F0; // bool - pub const m_bStartDisabled: usize = 0x7F1; // bool - } - // Parent: CBaseEntity - // Fields count: 44 - // - // Metadata: - // NetworkVarNames: m_bDisabled (bool) - // NetworkVarNames: m_bUpdateOnClient (bool) - // NetworkVarNames: m_nInputType (ValueRemapperInputType_t) - // NetworkVarNames: m_hRemapLineStart (CHandle) - // NetworkVarNames: m_hRemapLineEnd (CHandle) - // NetworkVarNames: m_flMaximumChangePerSecond (float) - // NetworkVarNames: m_flDisengageDistance (float) - // NetworkVarNames: m_flEngageDistance (float) - // NetworkVarNames: m_bRequiresUseKey (bool) - // NetworkVarNames: m_nOutputType (ValueRemapperOutputType_t) - // NetworkVarNames: m_hOutputEntities (CHandle) - // NetworkVarNames: m_nHapticsType (ValueRemapperHapticsType_t) - // NetworkVarNames: m_nMomentumType (ValueRemapperMomentumType_t) - // NetworkVarNames: m_flMomentumModifier (float) - // NetworkVarNames: m_flSnapValue (float) - // NetworkVarNames: m_nRatchetType (ValueRemapperRatchetType_t) - // NetworkVarNames: m_flInputOffset (float) - pub mod CPointValueRemapper { - pub const m_bDisabled: usize = 0x7A8; // bool - pub const m_bUpdateOnClient: usize = 0x7A9; // bool - pub const m_nInputType: usize = 0x7AC; // ValueRemapperInputType_t - pub const m_iszRemapLineStartName: usize = 0x7B0; // CUtlSymbolLarge - pub const m_iszRemapLineEndName: usize = 0x7B8; // CUtlSymbolLarge - pub const m_hRemapLineStart: usize = 0x7C0; // CHandle - pub const m_hRemapLineEnd: usize = 0x7C4; // CHandle - pub const m_flMaximumChangePerSecond: usize = 0x7C8; // float32 - pub const m_flDisengageDistance: usize = 0x7CC; // float32 - pub const m_flEngageDistance: usize = 0x7D0; // float32 - pub const m_bRequiresUseKey: usize = 0x7D4; // bool - pub const m_nOutputType: usize = 0x7D8; // ValueRemapperOutputType_t - pub const m_iszOutputEntityName: usize = 0x7E0; // CUtlSymbolLarge - pub const m_iszOutputEntity2Name: usize = 0x7E8; // CUtlSymbolLarge - pub const m_iszOutputEntity3Name: usize = 0x7F0; // CUtlSymbolLarge - pub const m_iszOutputEntity4Name: usize = 0x7F8; // CUtlSymbolLarge - pub const m_hOutputEntities: usize = 0x800; // CNetworkUtlVectorBase> - pub const m_nHapticsType: usize = 0x818; // ValueRemapperHapticsType_t - pub const m_nMomentumType: usize = 0x81C; // ValueRemapperMomentumType_t - pub const m_flMomentumModifier: usize = 0x820; // float32 - pub const m_flSnapValue: usize = 0x824; // float32 - pub const m_flCurrentMomentum: usize = 0x828; // float32 - pub const m_nRatchetType: usize = 0x82C; // ValueRemapperRatchetType_t - pub const m_flRatchetOffset: usize = 0x830; // float32 - pub const m_flInputOffset: usize = 0x834; // float32 - pub const m_bEngaged: usize = 0x838; // bool - pub const m_bFirstUpdate: usize = 0x839; // bool - pub const m_flPreviousValue: usize = 0x83C; // float32 - pub const m_flPreviousUpdateTickTime: usize = 0x840; // GameTime_t - pub const m_vecPreviousTestPoint: usize = 0x844; // Vector - pub const m_hUsingPlayer: usize = 0x850; // CHandle - pub const m_flCustomOutputValue: usize = 0x854; // float32 - pub const m_iszSoundEngage: usize = 0x858; // CUtlSymbolLarge - pub const m_iszSoundDisengage: usize = 0x860; // CUtlSymbolLarge - pub const m_iszSoundReachedValueZero: usize = 0x868; // CUtlSymbolLarge - pub const m_iszSoundReachedValueOne: usize = 0x870; // CUtlSymbolLarge - pub const m_iszSoundMovingLoop: usize = 0x878; // CUtlSymbolLarge - pub const m_Position: usize = 0x888; // CEntityOutputTemplate - pub const m_PositionDelta: usize = 0x8B0; // CEntityOutputTemplate - pub const m_OnReachedValueZero: usize = 0x8D8; // CEntityIOOutput - pub const m_OnReachedValueOne: usize = 0x900; // CEntityIOOutput - pub const m_OnReachedValueCustom: usize = 0x928; // CEntityIOOutput - pub const m_OnEngage: usize = 0x950; // CEntityIOOutput - pub const m_OnDisengage: usize = 0x978; // CEntityIOOutput - } - // Parent: None - // Fields count: 11 - // - // Metadata: - // NetworkVarNames: m_messageText (char) - // NetworkVarNames: m_FontName (char) - // NetworkVarNames: m_bEnabled (bool) - // NetworkVarNames: m_bFullbright (bool) - // NetworkVarNames: m_flWorldUnitsPerPx (float) - // NetworkVarNames: m_flFontSize (float) - // NetworkVarNames: m_flDepthOffset (float) - // NetworkVarNames: m_Color (Color) - // NetworkVarNames: m_nJustifyHorizontal (PointWorldTextJustifyHorizontal_t) - // NetworkVarNames: m_nJustifyVertical (PointWorldTextJustifyVertical_t) - // NetworkVarNames: m_nReorientMode (PointWorldTextReorientMode_t) - pub mod CPointWorldText { - pub const m_messageText: usize = 0x9F8; // char[512] - pub const m_FontName: usize = 0xBF8; // char[64] - pub const m_bEnabled: usize = 0xC38; // bool - pub const m_bFullbright: usize = 0xC39; // bool - pub const m_flWorldUnitsPerPx: usize = 0xC3C; // float32 - pub const m_flFontSize: usize = 0xC40; // float32 - pub const m_flDepthOffset: usize = 0xC44; // float32 - pub const m_Color: usize = 0xC48; // Color - pub const m_nJustifyHorizontal: usize = 0xC4C; // PointWorldTextJustifyHorizontal_t - pub const m_nJustifyVertical: usize = 0xC50; // PointWorldTextJustifyVertical_t - pub const m_nReorientMode: usize = 0xC54; // PointWorldTextReorientMode_t - } - // Parent: CBaseEntity - // Fields count: 3 - // - // Metadata: - // NetworkVarNames: m_iCurrentMaxRagdollCount (int8) - pub mod CRagdollManager { - pub const m_iCurrentMaxRagdollCount: usize = 0x7A8; // int8 - pub const m_iMaxRagdollCount: usize = 0x7AC; // int32 - pub const m_bSaveImportant: usize = 0x7B0; // bool - } - // Parent: None - // Fields count: 64 - // - // Metadata: - // NetworkVarNames: m_bIsPlayingBack (bool) - // NetworkVarNames: m_bPaused (bool) - // NetworkVarNames: m_bMultiplayer (bool) - // NetworkVarNames: m_bAutogenerated (bool) - // NetworkVarNames: m_flForceClientTime (float32) - // NetworkVarNames: m_hActorList (CHandle) - // NetworkVarNames: m_nSceneStringIndex (uint16) - pub mod CSceneEntity { - pub const m_iszSceneFile: usize = 0x7B0; // CUtlSymbolLarge - pub const m_iszResumeSceneFile: usize = 0x7B8; // CUtlSymbolLarge - pub const m_iszTarget1: usize = 0x7C0; // CUtlSymbolLarge - pub const m_iszTarget2: usize = 0x7C8; // CUtlSymbolLarge - pub const m_iszTarget3: usize = 0x7D0; // CUtlSymbolLarge - pub const m_iszTarget4: usize = 0x7D8; // CUtlSymbolLarge - pub const m_iszTarget5: usize = 0x7E0; // CUtlSymbolLarge - pub const m_iszTarget6: usize = 0x7E8; // CUtlSymbolLarge - pub const m_iszTarget7: usize = 0x7F0; // CUtlSymbolLarge - pub const m_iszTarget8: usize = 0x7F8; // CUtlSymbolLarge - pub const m_hTarget1: usize = 0x800; // CHandle - pub const m_hTarget2: usize = 0x804; // CHandle - pub const m_hTarget3: usize = 0x808; // CHandle - pub const m_hTarget4: usize = 0x80C; // CHandle - pub const m_hTarget5: usize = 0x810; // CHandle - pub const m_hTarget6: usize = 0x814; // CHandle - pub const m_hTarget7: usize = 0x818; // CHandle - pub const m_hTarget8: usize = 0x81C; // CHandle - pub const m_bIsPlayingBack: usize = 0x820; // bool - pub const m_bPaused: usize = 0x821; // bool - pub const m_bMultiplayer: usize = 0x822; // bool - pub const m_bAutogenerated: usize = 0x823; // bool - pub const m_flForceClientTime: usize = 0x824; // float32 - pub const m_flCurrentTime: usize = 0x828; // float32 - pub const m_flFrameTime: usize = 0x82C; // float32 - pub const m_bCancelAtNextInterrupt: usize = 0x830; // bool - pub const m_fPitch: usize = 0x834; // float32 - pub const m_bAutomated: usize = 0x838; // bool - pub const m_nAutomatedAction: usize = 0x83C; // int32 - pub const m_flAutomationDelay: usize = 0x840; // float32 - pub const m_flAutomationTime: usize = 0x844; // float32 - pub const m_hWaitingForThisResumeScene: usize = 0x848; // CHandle - pub const m_bWaitingForResumeScene: usize = 0x84C; // bool - pub const m_bPausedViaInput: usize = 0x84D; // bool - pub const m_bPauseAtNextInterrupt: usize = 0x84E; // bool - pub const m_bWaitingForActor: usize = 0x84F; // bool - pub const m_bWaitingForInterrupt: usize = 0x850; // bool - pub const m_bInterruptedActorsScenes: usize = 0x851; // bool - pub const m_bBreakOnNonIdle: usize = 0x852; // bool - pub const m_hActorList: usize = 0x858; // CNetworkUtlVectorBase> - pub const m_hRemoveActorList: usize = 0x870; // CUtlVector> - pub const m_nSceneFlushCounter: usize = 0x8B8; // int32 - pub const m_nSceneStringIndex: usize = 0x8BC; // uint16 - pub const m_OnStart: usize = 0x8C0; // CEntityIOOutput - pub const m_OnCompletion: usize = 0x8E8; // CEntityIOOutput - pub const m_OnCanceled: usize = 0x910; // CEntityIOOutput - pub const m_OnPaused: usize = 0x938; // CEntityIOOutput - pub const m_OnResumed: usize = 0x960; // CEntityIOOutput - pub const m_OnTrigger: usize = 0x988; // CEntityIOOutput[16] - pub const m_hInterruptScene: usize = 0xC98; // CHandle - pub const m_nInterruptCount: usize = 0xC9C; // int32 - pub const m_bSceneMissing: usize = 0xCA0; // bool - pub const m_bInterrupted: usize = 0xCA1; // bool - pub const m_bCompletedEarly: usize = 0xCA2; // bool - pub const m_bInterruptSceneFinished: usize = 0xCA3; // bool - pub const m_bRestoring: usize = 0xCA4; // bool - pub const m_hNotifySceneCompletion: usize = 0xCA8; // CUtlVector> - pub const m_hListManagers: usize = 0xCC0; // CUtlVector> - pub const m_iszSoundName: usize = 0xCD8; // CUtlSymbolLarge - pub const m_iszSequenceName: usize = 0xCE0; // CUtlSymbolLarge - pub const m_hActor: usize = 0xCE8; // CHandle - pub const m_hActivator: usize = 0xCEC; // CHandle - pub const m_BusyActor: usize = 0xCF0; // int32 - pub const m_iPlayerDeathBehavior: usize = 0xCF4; // SceneOnPlayerDeath_t - } - // Parent: CBaseModelEntity - // Fields count: 14 - // - // Metadata: - // MNetworkIncludeByName - // NetworkVarNames: m_vDirection (Vector) - // NetworkVarNames: m_clrOverlay (Color) - // NetworkVarNames: m_iszEffectName (string_t) - // NetworkVarNames: m_iszSSEffectName (string_t) - // NetworkVarNames: m_bOn (bool) - // NetworkVarNames: m_bmaxColor (bool) - // NetworkVarNames: m_flSize (float32) - // NetworkVarNames: m_flRotation (float32) - // NetworkVarNames: m_flHazeScale (float32) - // NetworkVarNames: m_flAlphaHaze (float32) - // NetworkVarNames: m_flAlphaHdr (float32) - // NetworkVarNames: m_flAlphaScale (float32) - // NetworkVarNames: m_flHDRColorScale (float32) - // NetworkVarNames: m_flFarZScale (float32) - pub mod CSun { - pub const m_vDirection: usize = 0x9F8; // Vector - pub const m_clrOverlay: usize = 0xA04; // Color - pub const m_iszEffectName: usize = 0xA08; // CUtlSymbolLarge - pub const m_iszSSEffectName: usize = 0xA10; // CUtlSymbolLarge - pub const m_bOn: usize = 0xA18; // bool - pub const m_bmaxColor: usize = 0xA19; // bool - pub const m_flSize: usize = 0xA1C; // float32 - pub const m_flRotation: usize = 0xA20; // float32 - pub const m_flHazeScale: usize = 0xA24; // float32 - pub const m_flAlphaHaze: usize = 0xA28; // float32 - pub const m_flAlphaHdr: usize = 0xA2C; // float32 - pub const m_flAlphaScale: usize = 0xA30; // float32 - pub const m_flHDRColorScale: usize = 0xA34; // float32 - pub const m_flFarZScale: usize = 0xA38; // float32 - } - // Parent: CBaseEntity - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_Handle (CHandle) - // NetworkVarNames: m_bSendHandle (bool) - pub mod CHandleTest { - pub const m_Handle: usize = 0x7A8; // CHandle - pub const m_bSendHandle: usize = 0x7AC; // bool - } - // Parent: None - // Fields count: 24 - // - // Metadata: - // NetworkVarNames: m_glowEntity (CHandle) - // NetworkVarNames: m_usable (bool) - // NetworkVarNames: m_szDisplayText (string_t) - pub mod CBaseButton { - pub const m_angMoveEntitySpace: usize = 0xA78; // QAngle - pub const m_fStayPushed: usize = 0xA84; // bool - pub const m_fRotating: usize = 0xA85; // bool - pub const m_ls: usize = 0xA88; // locksound_t - pub const m_sUseSound: usize = 0xAA8; // CUtlSymbolLarge - pub const m_sLockedSound: usize = 0xAB0; // CUtlSymbolLarge - pub const m_sUnlockedSound: usize = 0xAB8; // CUtlSymbolLarge - pub const m_bLocked: usize = 0xAC0; // bool - pub const m_bDisabled: usize = 0xAC1; // bool - pub const m_flUseLockedTime: usize = 0xAC4; // GameTime_t - pub const m_bSolidBsp: usize = 0xAC8; // bool - pub const m_OnDamaged: usize = 0xAD0; // CEntityIOOutput - pub const m_OnPressed: usize = 0xAF8; // CEntityIOOutput - pub const m_OnUseLocked: usize = 0xB20; // CEntityIOOutput - pub const m_OnIn: usize = 0xB48; // CEntityIOOutput - pub const m_OnOut: usize = 0xB70; // CEntityIOOutput - pub const m_nState: usize = 0xB98; // int32 - pub const m_hConstraint: usize = 0xB9C; // CEntityHandle - pub const m_hConstraintParent: usize = 0xBA0; // CEntityHandle - pub const m_bForceNpcExclude: usize = 0xBA4; // bool - pub const m_sGlowEntity: usize = 0xBA8; // CUtlSymbolLarge - pub const m_glowEntity: usize = 0xBB0; // CHandle - pub const m_usable: usize = 0xBB4; // bool - pub const m_szDisplayText: usize = 0xBB8; // CUtlSymbolLarge - } - // Parent: None - // Fields count: 27 - // - // Metadata: - // NetworkVarNames: m_bIsUsable (bool) - pub mod CBaseDoor { - pub const m_angMoveEntitySpace: usize = 0xA84; // QAngle - pub const m_vecMoveDirParentSpace: usize = 0xA90; // Vector - pub const m_ls: usize = 0xAA0; // locksound_t - pub const m_bForceClosed: usize = 0xAC0; // bool - pub const m_bDoorGroup: usize = 0xAC1; // bool - pub const m_bLocked: usize = 0xAC2; // bool - pub const m_bIgnoreDebris: usize = 0xAC3; // bool - pub const m_eSpawnPosition: usize = 0xAC4; // FuncDoorSpawnPos_t - pub const m_flBlockDamage: usize = 0xAC8; // float32 - pub const m_NoiseMoving: usize = 0xAD0; // CUtlSymbolLarge - pub const m_NoiseArrived: usize = 0xAD8; // CUtlSymbolLarge - pub const m_NoiseMovingClosed: usize = 0xAE0; // CUtlSymbolLarge - pub const m_NoiseArrivedClosed: usize = 0xAE8; // CUtlSymbolLarge - pub const m_ChainTarget: usize = 0xAF0; // CUtlSymbolLarge - pub const m_OnBlockedClosing: usize = 0xAF8; // CEntityIOOutput - pub const m_OnBlockedOpening: usize = 0xB20; // CEntityIOOutput - pub const m_OnUnblockedClosing: usize = 0xB48; // CEntityIOOutput - pub const m_OnUnblockedOpening: usize = 0xB70; // CEntityIOOutput - pub const m_OnFullyClosed: usize = 0xB98; // CEntityIOOutput - pub const m_OnFullyOpen: usize = 0xBC0; // CEntityIOOutput - pub const m_OnClose: usize = 0xBE8; // CEntityIOOutput - pub const m_OnOpen: usize = 0xC10; // CEntityIOOutput - pub const m_OnLockedUse: usize = 0xC38; // CEntityIOOutput - pub const m_bLoopMoveSound: usize = 0xC60; // bool - pub const m_bCreateNavObstacle: usize = 0xC78; // bool - pub const m_isChaining: usize = 0xC79; // bool - pub const m_bIsUsable: usize = 0xC7A; // bool - } - // Parent: CBaseModelEntity - // Fields count: 10 - // - // Metadata: - // NetworkVarNames: m_flFadeInStart (float32) - // NetworkVarNames: m_flFadeInLength (float32) - // NetworkVarNames: m_flFadeOutModelStart (float32) - // NetworkVarNames: m_flFadeOutModelLength (float32) - // NetworkVarNames: m_flFadeOutStart (float32) - // NetworkVarNames: m_flFadeOutLength (float32) - // NetworkVarNames: m_flStartTime (GameTime_t) - // NetworkVarNames: m_nDissolveType (EntityDisolveType_t) - // NetworkVarNames: m_vDissolverOrigin (Vector) - // NetworkVarNames: m_nMagnitude (uint32) - pub mod CEntityDissolve { - pub const m_flFadeInStart: usize = 0x9F8; // float32 - pub const m_flFadeInLength: usize = 0x9FC; // float32 - pub const m_flFadeOutModelStart: usize = 0xA00; // float32 - pub const m_flFadeOutModelLength: usize = 0xA04; // float32 - pub const m_flFadeOutStart: usize = 0xA08; // float32 - pub const m_flFadeOutLength: usize = 0xA0C; // float32 - pub const m_flStartTime: usize = 0xA10; // GameTime_t - pub const m_nDissolveType: usize = 0xA14; // EntityDisolveType_t - pub const m_vDissolverOrigin: usize = 0xA18; // Vector - pub const m_nMagnitude: usize = 0xA24; // uint32 - } - // Parent: None - // Fields count: 30 - // - // Metadata: - // NetworkVarNames: m_hTargetEntity (CHandle) - // NetworkVarNames: m_bState (bool) - // NetworkVarNames: m_bAlwaysUpdate (bool) - // NetworkVarNames: m_flLightFOV (float32) - // NetworkVarNames: m_bEnableShadows (bool) - // NetworkVarNames: m_bSimpleProjection (bool) - // NetworkVarNames: m_bLightOnlyTarget (bool) - // NetworkVarNames: m_bLightWorld (bool) - // NetworkVarNames: m_bCameraSpace (bool) - // NetworkVarNames: m_flBrightnessScale (float32) - // NetworkVarNames: m_LightColor (Color) - // NetworkVarNames: m_flIntensity (float32) - // NetworkVarNames: m_flLinearAttenuation (float32) - // NetworkVarNames: m_flQuadraticAttenuation (float32) - // NetworkVarNames: m_bVolumetric (bool) - // NetworkVarNames: m_flNoiseStrength (float32) - // NetworkVarNames: m_flFlashlightTime (float32) - // NetworkVarNames: m_nNumPlanes (uint32) - // NetworkVarNames: m_flPlaneOffset (float32) - // NetworkVarNames: m_flVolumetricIntensity (float32) - // NetworkVarNames: m_flColorTransitionTime (float32) - // NetworkVarNames: m_flAmbient (float32) - // NetworkVarNames: m_SpotlightTextureName (char) - // NetworkVarNames: m_nSpotlightTextureFrame (int32) - // NetworkVarNames: m_nShadowQuality (uint32) - // NetworkVarNames: m_flNearZ (float32) - // NetworkVarNames: m_flFarZ (float32) - // NetworkVarNames: m_flProjectionSize (float32) - // NetworkVarNames: m_flRotation (float32) - // NetworkVarNames: m_bFlipHorizontal (bool) - pub mod CEnvProjectedTexture { - pub const m_hTargetEntity: usize = 0x9F8; // CHandle - pub const m_bState: usize = 0x9FC; // bool - pub const m_bAlwaysUpdate: usize = 0x9FD; // bool - pub const m_flLightFOV: usize = 0xA00; // float32 - pub const m_bEnableShadows: usize = 0xA04; // bool - pub const m_bSimpleProjection: usize = 0xA05; // bool - pub const m_bLightOnlyTarget: usize = 0xA06; // bool - pub const m_bLightWorld: usize = 0xA07; // bool - pub const m_bCameraSpace: usize = 0xA08; // bool - pub const m_flBrightnessScale: usize = 0xA0C; // float32 - pub const m_LightColor: usize = 0xA10; // Color - pub const m_flIntensity: usize = 0xA14; // float32 - pub const m_flLinearAttenuation: usize = 0xA18; // float32 - pub const m_flQuadraticAttenuation: usize = 0xA1C; // float32 - pub const m_bVolumetric: usize = 0xA20; // bool - pub const m_flNoiseStrength: usize = 0xA24; // float32 - pub const m_flFlashlightTime: usize = 0xA28; // float32 - pub const m_nNumPlanes: usize = 0xA2C; // uint32 - pub const m_flPlaneOffset: usize = 0xA30; // float32 - pub const m_flVolumetricIntensity: usize = 0xA34; // float32 - pub const m_flColorTransitionTime: usize = 0xA38; // float32 - pub const m_flAmbient: usize = 0xA3C; // float32 - pub const m_SpotlightTextureName: usize = 0xA40; // char[512] - pub const m_nSpotlightTextureFrame: usize = 0xC40; // int32 - pub const m_nShadowQuality: usize = 0xC44; // uint32 - pub const m_flNearZ: usize = 0xC48; // float32 - pub const m_flFarZ: usize = 0xC4C; // float32 - pub const m_flProjectionSize: usize = 0xC50; // float32 - pub const m_flRotation: usize = 0xC54; // float32 - pub const m_bFlipHorizontal: usize = 0xC58; // bool - } - // Parent: CBaseModelEntity - // Fields count: 9 - // - // Metadata: - // NetworkVarNames: m_hDecalMaterial (HMaterialStrong) - // NetworkVarNames: m_flWidth (float) - // NetworkVarNames: m_flHeight (float) - // NetworkVarNames: m_flDepth (float) - // NetworkVarNames: m_nRenderOrder (uint32) - // NetworkVarNames: m_bProjectOnWorld (bool) - // NetworkVarNames: m_bProjectOnCharacters (bool) - // NetworkVarNames: m_bProjectOnWater (bool) - // NetworkVarNames: m_flDepthSortBias (float) - pub mod CEnvDecal { - pub const m_hDecalMaterial: usize = 0x9F8; // CStrongHandle - pub const m_flWidth: usize = 0xA00; // float32 - pub const m_flHeight: usize = 0xA04; // float32 - pub const m_flDepth: usize = 0xA08; // float32 - pub const m_nRenderOrder: usize = 0xA0C; // uint32 - pub const m_bProjectOnWorld: usize = 0xA10; // bool - pub const m_bProjectOnCharacters: usize = 0xA11; // bool - pub const m_bProjectOnWater: usize = 0xA12; // bool - pub const m_flDepthSortBias: usize = 0xA14; // float32 - } - // Parent: None - // Fields count: 13 - // - // Metadata: - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkOverride - pub mod CFuncMoveLinear { - pub const m_authoredPosition: usize = 0xA78; // MoveLinearAuthoredPos_t - pub const m_angMoveEntitySpace: usize = 0xA7C; // QAngle - pub const m_vecMoveDirParentSpace: usize = 0xA88; // Vector - pub const m_soundStart: usize = 0xA98; // CUtlSymbolLarge - pub const m_soundStop: usize = 0xAA0; // CUtlSymbolLarge - pub const m_currentSound: usize = 0xAA8; // CUtlSymbolLarge - pub const m_flBlockDamage: usize = 0xAB0; // float32 - pub const m_flStartPosition: usize = 0xAB4; // float32 - pub const m_flMoveDistance: usize = 0xAB8; // float32 - pub const m_OnFullyOpen: usize = 0xAC8; // CEntityIOOutput - pub const m_OnFullyClosed: usize = 0xAF0; // CEntityIOOutput - pub const m_bCreateMovableNavMesh: usize = 0xB18; // bool - pub const m_bCreateNavObstacle: usize = 0xB19; // bool - } - // Parent: CBaseModelEntity - // Fields count: 19 - // - // Metadata: - // MNetworkOverride - // MNetworkOverride - pub mod CFuncRotating { - pub const m_OnStopped: usize = 0x9F8; // CEntityIOOutput - pub const m_OnStarted: usize = 0xA20; // CEntityIOOutput - pub const m_OnReachedStart: usize = 0xA48; // CEntityIOOutput - pub const m_localRotationVector: usize = 0xA70; // RotationVector - pub const m_flFanFriction: usize = 0xA7C; // float32 - pub const m_flAttenuation: usize = 0xA80; // float32 - pub const m_flVolume: usize = 0xA84; // float32 - pub const m_flTargetSpeed: usize = 0xA88; // float32 - pub const m_flMaxSpeed: usize = 0xA8C; // float32 - pub const m_flBlockDamage: usize = 0xA90; // float32 - pub const m_flTimeScale: usize = 0xA94; // float32 - pub const m_NoiseRunning: usize = 0xA98; // CUtlSymbolLarge - pub const m_bReversed: usize = 0xAA0; // bool - pub const m_bAccelDecel: usize = 0xAA1; // bool - pub const m_prevLocalAngles: usize = 0xAAC; // QAngle - pub const m_angStart: usize = 0xAB8; // QAngle - pub const m_bStopAtStartPos: usize = 0xAC4; // bool - pub const m_vecClientOrigin: usize = 0xAC8; // Vector - pub const m_vecClientAngles: usize = 0xAD4; // QAngle - } - // Parent: CBaseModelEntity - // Fields count: 21 - // - // Metadata: - // MNetworkIncludeByUserGroup - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // NetworkVarNames: m_RopeFlags (uint16) - // NetworkVarNames: m_Slack (int16) - // NetworkVarNames: m_Width (float32) - // NetworkVarNames: m_TextureScale (float32) - // NetworkVarNames: m_nSegments (uint8) - // NetworkVarNames: m_bConstrainBetweenEndpoints (bool) - // NetworkVarNames: m_iRopeMaterialModelIndex (HMaterialStrong) - // NetworkVarNames: m_Subdiv (uint8) - // NetworkVarNames: m_nChangeCount (uint8) - // NetworkVarNames: m_RopeLength (int16) - // NetworkVarNames: m_fLockedPoints (uint8) - // NetworkVarNames: m_flScrollSpeed (float32) - // NetworkVarNames: m_hStartPoint (CHandle) - // NetworkVarNames: m_hEndPoint (CHandle) - // NetworkVarNames: m_iStartAttachment (AttachmentHandle_t) - // NetworkVarNames: m_iEndAttachment (AttachmentHandle_t) - pub mod CRopeKeyframe { - pub const m_RopeFlags: usize = 0xA00; // uint16 - pub const m_iNextLinkName: usize = 0xA08; // CUtlSymbolLarge - pub const m_Slack: usize = 0xA10; // int16 - pub const m_Width: usize = 0xA14; // float32 - pub const m_TextureScale: usize = 0xA18; // float32 - pub const m_nSegments: usize = 0xA1C; // uint8 - pub const m_bConstrainBetweenEndpoints: usize = 0xA1D; // bool - pub const m_strRopeMaterialModel: usize = 0xA20; // CUtlSymbolLarge - pub const m_iRopeMaterialModelIndex: usize = 0xA28; // CStrongHandle - pub const m_Subdiv: usize = 0xA30; // uint8 - pub const m_nChangeCount: usize = 0xA31; // uint8 - pub const m_RopeLength: usize = 0xA32; // int16 - pub const m_fLockedPoints: usize = 0xA34; // uint8 - pub const m_bCreatedFromMapFile: usize = 0xA35; // bool - pub const m_flScrollSpeed: usize = 0xA38; // float32 - pub const m_bStartPointValid: usize = 0xA3C; // bool - pub const m_bEndPointValid: usize = 0xA3D; // bool - pub const m_hStartPoint: usize = 0xA40; // CHandle - pub const m_hEndPoint: usize = 0xA44; // CHandle - pub const m_iStartAttachment: usize = 0xA48; // AttachmentHandle_t - pub const m_iEndAttachment: usize = 0xA49; // AttachmentHandle_t - } - // Parent: CBaseModelEntity - // Fields count: 4 - // - // Metadata: - // NetworkVarNames: m_flLightScale (float32) - // NetworkVarNames: m_Radius (float32) - pub mod CSpotlightEnd { - pub const m_flLightScale: usize = 0x9F8; // float32 - pub const m_Radius: usize = 0x9FC; // float32 - pub const m_vSpotlightDir: usize = 0xA00; // Vector - pub const m_vSpotlightOrg: usize = 0xA0C; // Vector - } - // Parent: None - // Fields count: 11 - // - // Metadata: - // MNetworkIncludeByName - // NetworkVarNames: m_bDisabled (bool) - // NetworkVarNames: m_bClientSidePredicted (bool) - pub mod CBaseTrigger { - pub const m_bDisabled: usize = 0xA78; // bool - pub const m_iFilterName: usize = 0xA80; // CUtlSymbolLarge - pub const m_hFilter: usize = 0xA88; // CHandle - pub const m_OnStartTouch: usize = 0xA90; // CEntityIOOutput - pub const m_OnStartTouchAll: usize = 0xAB8; // CEntityIOOutput - pub const m_OnEndTouch: usize = 0xAE0; // CEntityIOOutput - pub const m_OnEndTouchAll: usize = 0xB08; // CEntityIOOutput - pub const m_OnTouching: usize = 0xB30; // CEntityIOOutput - pub const m_OnNotTouching: usize = 0xB58; // CEntityIOOutput - pub const m_hTouchingEntities: usize = 0xB80; // CUtlVector> - pub const m_bClientSidePredicted: usize = 0xB98; // bool - } - // Parent: CBaseModelEntity - // Fields count: 24 - // - // Metadata: - // MNetworkIncludeByUserGroup - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkOverride - // NetworkVarNames: m_flFrameRate (float32) - // NetworkVarNames: m_flHDRColorScale (float32) - // NetworkVarNames: m_nNumBeamEnts (uint8) - // NetworkVarNames: m_hBaseMaterial (HMaterialStrong) - // NetworkVarNames: m_nHaloIndex (HMaterialStrong) - // NetworkVarNames: m_nBeamType (BeamType_t) - // NetworkVarNames: m_nBeamFlags (uint32) - // NetworkVarNames: m_hAttachEntity (CHandle) - // NetworkVarNames: m_nAttachIndex (AttachmentHandle_t) - // NetworkVarNames: m_fWidth (float32) - // NetworkVarNames: m_fEndWidth (float32) - // NetworkVarNames: m_fFadeLength (float32) - // NetworkVarNames: m_fHaloScale (float32) - // NetworkVarNames: m_fAmplitude (float32) - // NetworkVarNames: m_fStartFrame (float32) - // NetworkVarNames: m_fSpeed (float32) - // NetworkVarNames: m_flFrame (float32) - // NetworkVarNames: m_nClipStyle (BeamClipStyle_t) - // NetworkVarNames: m_bTurnedOff (bool) - // NetworkVarNames: m_vecEndPos (Vector) - pub mod CBeam { - pub const m_flFrameRate: usize = 0x9F8; // float32 - pub const m_flHDRColorScale: usize = 0x9FC; // float32 - pub const m_flFireTime: usize = 0xA00; // GameTime_t - pub const m_flDamage: usize = 0xA04; // float32 - pub const m_nNumBeamEnts: usize = 0xA08; // uint8 - pub const m_hBaseMaterial: usize = 0xA10; // CStrongHandle - pub const m_nHaloIndex: usize = 0xA18; // CStrongHandle - pub const m_nBeamType: usize = 0xA20; // BeamType_t - pub const m_nBeamFlags: usize = 0xA24; // uint32 - pub const m_hAttachEntity: usize = 0xA28; // CHandle[10] - pub const m_nAttachIndex: usize = 0xA50; // AttachmentHandle_t[10] - pub const m_fWidth: usize = 0xA5C; // float32 - pub const m_fEndWidth: usize = 0xA60; // float32 - pub const m_fFadeLength: usize = 0xA64; // float32 - pub const m_fHaloScale: usize = 0xA68; // float32 - pub const m_fAmplitude: usize = 0xA6C; // float32 - pub const m_fStartFrame: usize = 0xA70; // float32 - pub const m_fSpeed: usize = 0xA74; // float32 - pub const m_flFrame: usize = 0xA78; // float32 - pub const m_nClipStyle: usize = 0xA7C; // BeamClipStyle_t - pub const m_bTurnedOff: usize = 0xA80; // bool - pub const m_vecEndPos: usize = 0xA84; // Vector - pub const m_hEndEntity: usize = 0xA90; // CHandle - pub const m_nDissolveType: usize = 0xA94; // int32 - } - // Parent: CBaseModelEntity - // Fields count: 12 - // - // Metadata: - // NetworkVarNames: m_vecLadderDir (Vector) - // NetworkVarNames: m_vecPlayerMountPositionTop (Vector) - // NetworkVarNames: m_vecPlayerMountPositionBottom (Vector) - // NetworkVarNames: m_flAutoRideSpeed (float) - // NetworkVarNames: m_bFakeLadder (bool) - pub mod CFuncLadder { - pub const m_vecLadderDir: usize = 0x9F8; // Vector - pub const m_Dismounts: usize = 0xA08; // CUtlVector> - pub const m_vecLocalTop: usize = 0xA20; // Vector - pub const m_vecPlayerMountPositionTop: usize = 0xA2C; // Vector - pub const m_vecPlayerMountPositionBottom: usize = 0xA38; // Vector - pub const m_flAutoRideSpeed: usize = 0xA44; // float32 - pub const m_bDisabled: usize = 0xA48; // bool - pub const m_bFakeLadder: usize = 0xA49; // bool - pub const m_bHasSlack: usize = 0xA4A; // bool - pub const m_surfacePropName: usize = 0xA50; // CUtlSymbolLarge - pub const m_OnPlayerGotOnLadder: usize = 0xA58; // CEntityIOOutput - pub const m_OnPlayerGotOffLadder: usize = 0xA80; // CEntityIOOutput - } - // Parent: None - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CPrecipitationVData { - pub const m_szParticlePrecipitationEffect: usize = 0x28; // CResourceNameTyped> - pub const m_flInnerDistance: usize = 0x108; // float32 - pub const m_nAttachType: usize = 0x10C; // ParticleAttachment_t - pub const m_bBatchSameVolumeType: usize = 0x110; // bool - pub const m_nRTEnvCP: usize = 0x114; // int32 - pub const m_nRTEnvCPComponent: usize = 0x118; // int32 - pub const m_szModifier: usize = 0x120; // CUtlString - } - // Parent: CBaseModelEntity - // Fields count: 23 - // - // Metadata: - // NetworkVarNames: m_hSpriteMaterial (HMaterialStrong) - // NetworkVarNames: m_hAttachedToEntity (CHandle) - // NetworkVarNames: m_nAttachment (AttachmentHandle_t) - // NetworkVarNames: m_flSpriteFramerate (float32) - // NetworkVarNames: m_flFrame (float32) - // NetworkVarNames: m_nBrightness (uint32) - // NetworkVarNames: m_flBrightnessDuration (float32) - // NetworkVarNames: m_flSpriteScale (float32) - // NetworkVarNames: m_flScaleDuration (float32) - // NetworkVarNames: m_bWorldSpaceScale (bool) - // NetworkVarNames: m_flGlowProxySize (float32) - // NetworkVarNames: m_flHDRColorScale (float32) - pub mod CSprite { - pub const m_hSpriteMaterial: usize = 0x9F8; // CStrongHandle - pub const m_hAttachedToEntity: usize = 0xA00; // CHandle - pub const m_nAttachment: usize = 0xA04; // AttachmentHandle_t - pub const m_flSpriteFramerate: usize = 0xA08; // float32 - pub const m_flFrame: usize = 0xA0C; // float32 - pub const m_flDieTime: usize = 0xA10; // GameTime_t - pub const m_nBrightness: usize = 0xA20; // uint32 - pub const m_flBrightnessDuration: usize = 0xA24; // float32 - pub const m_flSpriteScale: usize = 0xA28; // float32 - pub const m_flScaleDuration: usize = 0xA2C; // float32 - pub const m_bWorldSpaceScale: usize = 0xA30; // bool - pub const m_flGlowProxySize: usize = 0xA34; // float32 - pub const m_flHDRColorScale: usize = 0xA38; // float32 - pub const m_flLastTime: usize = 0xA3C; // GameTime_t - pub const m_flMaxFrame: usize = 0xA40; // float32 - pub const m_flStartScale: usize = 0xA44; // float32 - pub const m_flDestScale: usize = 0xA48; // float32 - pub const m_flScaleTimeStart: usize = 0xA4C; // GameTime_t - pub const m_nStartBrightness: usize = 0xA50; // int32 - pub const m_nDestBrightness: usize = 0xA54; // int32 - pub const m_flBrightnessTimeStart: usize = 0xA58; // GameTime_t - pub const m_nSpriteWidth: usize = 0xA5C; // int32 - pub const m_nSpriteHeight: usize = 0xA60; // int32 - } - // Parent: CBaseModelEntity - // Fields count: 14 - // - // Metadata: - // NetworkVarNames: m_bEnabled (bool) - // NetworkVarNames: m_DialogXMLName (string_t) - // NetworkVarNames: m_PanelClassName (string_t) - // NetworkVarNames: m_PanelID (string_t) - pub mod CBaseClientUIEntity { - pub const m_bEnabled: usize = 0x9F8; // bool - pub const m_DialogXMLName: usize = 0xA00; // CUtlSymbolLarge - pub const m_PanelClassName: usize = 0xA08; // CUtlSymbolLarge - pub const m_PanelID: usize = 0xA10; // CUtlSymbolLarge - pub const m_CustomOutput0: usize = 0xA18; // CEntityIOOutput - pub const m_CustomOutput1: usize = 0xA40; // CEntityIOOutput - pub const m_CustomOutput2: usize = 0xA68; // CEntityIOOutput - pub const m_CustomOutput3: usize = 0xA90; // CEntityIOOutput - pub const m_CustomOutput4: usize = 0xAB8; // CEntityIOOutput - pub const m_CustomOutput5: usize = 0xAE0; // CEntityIOOutput - pub const m_CustomOutput6: usize = 0xB08; // CEntityIOOutput - pub const m_CustomOutput7: usize = 0xB30; // CEntityIOOutput - pub const m_CustomOutput8: usize = 0xB58; // CEntityIOOutput - pub const m_CustomOutput9: usize = 0xB80; // CEntityIOOutput - } - // Parent: CBaseClientUIEntity - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_hActivator (EHANDLE) - pub mod CPointClientUIDialog { - pub const m_hActivator: usize = 0xBA8; // CHandle - pub const m_bStartEnabled: usize = 0xBAC; // bool - } - // Parent: CBaseClientUIEntity - // Fields count: 23 - // - // Metadata: - // NetworkVarNames: m_bIgnoreInput (bool) - // NetworkVarNames: m_bLit (bool) - // NetworkVarNames: m_bFollowPlayerAcrossTeleport (bool) - // NetworkVarNames: m_flWidth (float) - // NetworkVarNames: m_flHeight (float) - // NetworkVarNames: m_flDPI (float) - // NetworkVarNames: m_flInteractDistance (float) - // NetworkVarNames: m_flDepthOffset (float) - // NetworkVarNames: m_unOwnerContext (uint32) - // NetworkVarNames: m_unHorizontalAlign (uint32) - // NetworkVarNames: m_unVerticalAlign (uint32) - // NetworkVarNames: m_unOrientation (uint32) - // NetworkVarNames: m_bAllowInteractionFromAllSceneWorlds (bool) - // NetworkVarNames: m_vecCSSClasses (string_t) - // NetworkVarNames: m_bOpaque (bool) - // NetworkVarNames: m_bNoDepth (bool) - // NetworkVarNames: m_bRenderBackface (bool) - // NetworkVarNames: m_bUseOffScreenIndicator (bool) - // NetworkVarNames: m_bExcludeFromSaveGames (bool) - // NetworkVarNames: m_bGrabbable (bool) - // NetworkVarNames: m_bOnlyRenderToTexture (bool) - // NetworkVarNames: m_bDisableMipGen (bool) - // NetworkVarNames: m_nExplicitImageLayout (int32) - pub mod CPointClientUIWorldPanel { - pub const m_bIgnoreInput: usize = 0xBA8; // bool - pub const m_bLit: usize = 0xBA9; // bool - pub const m_bFollowPlayerAcrossTeleport: usize = 0xBAA; // bool - pub const m_flWidth: usize = 0xBAC; // float32 - pub const m_flHeight: usize = 0xBB0; // float32 - pub const m_flDPI: usize = 0xBB4; // float32 - pub const m_flInteractDistance: usize = 0xBB8; // float32 - pub const m_flDepthOffset: usize = 0xBBC; // float32 - pub const m_unOwnerContext: usize = 0xBC0; // uint32 - pub const m_unHorizontalAlign: usize = 0xBC4; // uint32 - pub const m_unVerticalAlign: usize = 0xBC8; // uint32 - pub const m_unOrientation: usize = 0xBCC; // uint32 - pub const m_bAllowInteractionFromAllSceneWorlds: usize = 0xBD0; // bool - pub const m_vecCSSClasses: usize = 0xBD8; // CNetworkUtlVectorBase - pub const m_bOpaque: usize = 0xBF0; // bool - pub const m_bNoDepth: usize = 0xBF1; // bool - pub const m_bRenderBackface: usize = 0xBF2; // bool - pub const m_bUseOffScreenIndicator: usize = 0xBF3; // bool - pub const m_bExcludeFromSaveGames: usize = 0xBF4; // bool - pub const m_bGrabbable: usize = 0xBF5; // bool - pub const m_bOnlyRenderToTexture: usize = 0xBF6; // bool - pub const m_bDisableMipGen: usize = 0xBF7; // bool - pub const m_nExplicitImageLayout: usize = 0xBF8; // int32 - } - // Parent: CPointClientUIWorldPanel - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_messageText (char) - pub mod CPointClientUIWorldTextPanel { - pub const m_messageText: usize = 0xBFC; // char[512] - } - // Parent: None - // Fields count: 10 - // - // Metadata: - // NetworkVarNames: m_bDisabled (bool) - // NetworkVarNames: m_nResolutionX (int) - // NetworkVarNames: m_nResolutionY (int) - // NetworkVarNames: m_szLayoutFileName (string_t) - // NetworkVarNames: m_RenderAttrName (string_t) - // NetworkVarNames: m_TargetEntities (CHandle) - // NetworkVarNames: m_nTargetChangeCount (int) - // NetworkVarNames: m_vecCSSClasses (string_t) - pub mod CInfoOffscreenPanoramaTexture { - pub const m_bDisabled: usize = 0x7A8; // bool - pub const m_nResolutionX: usize = 0x7AC; // int32 - pub const m_nResolutionY: usize = 0x7B0; // int32 - pub const m_szLayoutFileName: usize = 0x7B8; // CUtlSymbolLarge - pub const m_RenderAttrName: usize = 0x7C0; // CUtlSymbolLarge - pub const m_TargetEntities: usize = 0x7C8; // CNetworkUtlVectorBase> - pub const m_nTargetChangeCount: usize = 0x7E0; // int32 - pub const m_vecCSSClasses: usize = 0x7E8; // CNetworkUtlVectorBase - pub const m_szTargetsName: usize = 0x800; // CUtlSymbolLarge - pub const m_AdditionalTargetEntities: usize = 0x808; // CUtlVector> - } - // Parent: None - // Fields count: 13 - // - // Metadata: - // NetworkVarNames: m_iItemDefinitionIndex (item_definition_index_t) - // NetworkVarNames: m_iEntityQuality (int) - // NetworkVarNames: m_iEntityLevel (uint32) - // NetworkVarNames: m_iItemIDHigh (uint32) - // NetworkVarNames: m_iItemIDLow (uint32) - // NetworkVarNames: m_iAccountID (uint32) - // NetworkVarNames: m_iInventoryPosition (uint32) - // NetworkVarNames: m_bInitialized (bool) - // NetworkVarNames: m_AttributeList (CAttributeList) - // NetworkVarNames: m_NetworkedDynamicAttributes (CAttributeList) - // NetworkVarNames: m_szCustomName (char) - pub mod CEconItemView { - pub const m_iItemDefinitionIndex: usize = 0x38; // uint16 - pub const m_iEntityQuality: usize = 0x3C; // int32 - pub const m_iEntityLevel: usize = 0x40; // uint32 - pub const m_iItemID: usize = 0x48; // uint64 - pub const m_iItemIDHigh: usize = 0x50; // uint32 - pub const m_iItemIDLow: usize = 0x54; // uint32 - pub const m_iAccountID: usize = 0x58; // uint32 - pub const m_iInventoryPosition: usize = 0x5C; // uint32 - pub const m_bInitialized: usize = 0x68; // bool - pub const m_AttributeList: usize = 0x70; // CAttributeList - pub const m_NetworkedDynamicAttributes: usize = 0xD0; // CAttributeList - pub const m_szCustomName: usize = 0x130; // char[161] - pub const m_szCustomNameOverride: usize = 0x1D1; // char[161] - } - // Parent: CBaseTrigger - // Fields count: 9 - // - // Metadata: - // NetworkVarNames: m_bBombPlantedHere (bool) - pub mod CBombTarget { - pub const m_OnBombExplode: usize = 0xBA0; // CEntityIOOutput - pub const m_OnBombPlanted: usize = 0xBC8; // CEntityIOOutput - pub const m_OnBombDefused: usize = 0xBF0; // CEntityIOOutput - pub const m_bIsBombSiteB: usize = 0xC18; // bool - pub const m_bIsHeistBombTarget: usize = 0xC19; // bool - pub const m_bBombPlantedHere: usize = 0xC1A; // bool - pub const m_szMountTarget: usize = 0xC20; // CUtlSymbolLarge - pub const m_hInstructorHint: usize = 0xC28; // CHandle - pub const m_nBombSiteDesignation: usize = 0xC2C; // int32 - } - // Parent: CBaseTrigger - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_flFluidDensity (float) - pub mod CTriggerBuoyancy { - pub const m_BuoyancyHelper: usize = 0xBA0; // CBuoyancyHelper - pub const m_flFluidDensity: usize = 0xBC0; // float32 - } - // Parent: CBasePlayerController - // Fields count: 86 - // - // Metadata: - // MNetworkUserGroupProxy - // MNetworkUserGroupProxy - // MNetworkUserGroupProxy - // NetworkVarNames: m_pInGameMoneyServices (CCSPlayerController_InGameMoneyServices*) - // NetworkVarNames: m_pInventoryServices (CCSPlayerController_InventoryServices*) - // NetworkVarNames: m_pActionTrackingServices (CCSPlayerController_ActionTrackingServices*) - // NetworkVarNames: m_pDamageServices (CCSPlayerController_DamageServices*) - // NetworkVarNames: m_iPing (uint32) - // NetworkVarNames: m_bHasCommunicationAbuseMute (bool) - // NetworkVarNames: m_szCrosshairCodes (string_t) - // NetworkVarNames: m_iPendingTeamNum (uint8) - // NetworkVarNames: m_flForceTeamTime (GameTime_t) - // NetworkVarNames: m_iCompTeammateColor (int) - // NetworkVarNames: m_bEverPlayedOnTeam (bool) - // NetworkVarNames: m_szClan (string_t) - // NetworkVarNames: m_iCoachingTeam (int) - // NetworkVarNames: m_nPlayerDominated (uint64) - // NetworkVarNames: m_nPlayerDominatingMe (uint64) - // NetworkVarNames: m_iCompetitiveRanking (int) - // NetworkVarNames: m_iCompetitiveWins (int) - // NetworkVarNames: m_iCompetitiveRankType (int8) - // NetworkVarNames: m_iCompetitiveRankingPredicted_Win (int) - // NetworkVarNames: m_iCompetitiveRankingPredicted_Loss (int) - // NetworkVarNames: m_iCompetitiveRankingPredicted_Tie (int) - // NetworkVarNames: m_nEndMatchNextMapVote (int) - // NetworkVarNames: m_unActiveQuestId (uint16) - // NetworkVarNames: m_nQuestProgressReason (QuestProgress::Reason) - // NetworkVarNames: m_unPlayerTvControlFlags (uint32) - // NetworkVarNames: m_nDisconnectionTick (int) - // NetworkVarNames: m_bControllingBot (bool) - // NetworkVarNames: m_bHasControlledBotThisRound (bool) - // NetworkVarNames: m_bCanControlObservedBot (bool) - // NetworkVarNames: m_hPlayerPawn (CHandle) - // NetworkVarNames: m_hObserverPawn (CHandle) - // NetworkVarNames: m_bPawnIsAlive (bool) - // NetworkVarNames: m_iPawnHealth (uint32) - // NetworkVarNames: m_iPawnArmor (int) - // NetworkVarNames: m_bPawnHasDefuser (bool) - // NetworkVarNames: m_bPawnHasHelmet (bool) - // NetworkVarNames: m_nPawnCharacterDefIndex (item_definition_index_t) - // NetworkVarNames: m_iPawnLifetimeStart (int) - // NetworkVarNames: m_iPawnLifetimeEnd (int) - // NetworkVarNames: m_iPawnBotDifficulty (int) - // NetworkVarNames: m_hOriginalControllerOfCurrentPawn (CHandle) - // NetworkVarNames: m_iScore (int32) - // NetworkVarNames: m_vecKills (EKillTypes_t) - // NetworkVarNames: m_bMvpNoMusic (bool) - // NetworkVarNames: m_eMvpReason (int) - // NetworkVarNames: m_iMusicKitID (int) - // NetworkVarNames: m_iMusicKitMVPs (int) - // NetworkVarNames: m_iMVPs (int) - pub mod CCSPlayerController { - pub const m_pInGameMoneyServices: usize = 0x9A8; // CCSPlayerController_InGameMoneyServices* - pub const m_pInventoryServices: usize = 0x9B0; // CCSPlayerController_InventoryServices* - pub const m_pActionTrackingServices: usize = 0x9B8; // CCSPlayerController_ActionTrackingServices* - pub const m_pDamageServices: usize = 0x9C0; // CCSPlayerController_DamageServices* - pub const m_iPing: usize = 0x9C8; // uint32 - pub const m_bHasCommunicationAbuseMute: usize = 0x9CC; // bool - pub const m_szCrosshairCodes: usize = 0x9D0; // CUtlSymbolLarge - pub const m_iPendingTeamNum: usize = 0x9D8; // uint8 - pub const m_flForceTeamTime: usize = 0x9DC; // GameTime_t - pub const m_iCompTeammateColor: usize = 0x9E0; // int32 - pub const m_bEverPlayedOnTeam: usize = 0x9E4; // bool - pub const m_bAttemptedToGetColor: usize = 0x9E5; // bool - pub const m_iTeammatePreferredColor: usize = 0x9E8; // int32 - pub const m_bTeamChanged: usize = 0x9EC; // bool - pub const m_bInSwitchTeam: usize = 0x9ED; // bool - pub const m_bHasSeenJoinGame: usize = 0x9EE; // bool - pub const m_bJustBecameSpectator: usize = 0x9EF; // bool - pub const m_bSwitchTeamsOnNextRoundReset: usize = 0x9F0; // bool - pub const m_bRemoveAllItemsOnNextRoundReset: usize = 0x9F1; // bool - pub const m_szClan: usize = 0x9F8; // CUtlSymbolLarge - pub const m_szClanName: usize = 0xA00; // char[32] - pub const m_iCoachingTeam: usize = 0xA20; // int32 - pub const m_nPlayerDominated: usize = 0xA28; // uint64 - pub const m_nPlayerDominatingMe: usize = 0xA30; // uint64 - pub const m_iCompetitiveRanking: usize = 0xA38; // int32 - pub const m_iCompetitiveWins: usize = 0xA3C; // int32 - pub const m_iCompetitiveRankType: usize = 0xA40; // int8 - pub const m_iCompetitiveRankingPredicted_Win: usize = 0xA44; // int32 - pub const m_iCompetitiveRankingPredicted_Loss: usize = 0xA48; // int32 - pub const m_iCompetitiveRankingPredicted_Tie: usize = 0xA4C; // int32 - pub const m_nEndMatchNextMapVote: usize = 0xA50; // int32 - pub const m_unActiveQuestId: usize = 0xA54; // uint16 - pub const m_nQuestProgressReason: usize = 0xA58; // QuestProgress::Reason - pub const m_unPlayerTvControlFlags: usize = 0xA5C; // uint32 - pub const m_iDraftIndex: usize = 0xA88; // int32 - pub const m_msQueuedModeDisconnectionTimestamp: usize = 0xA8C; // uint32 - pub const m_uiAbandonRecordedReason: usize = 0xA90; // uint32 - pub const m_bCannotBeKicked: usize = 0xA94; // bool - pub const m_bEverFullyConnected: usize = 0xA95; // bool - pub const m_bAbandonAllowsSurrender: usize = 0xA96; // bool - pub const m_bAbandonOffersInstantSurrender: usize = 0xA97; // bool - pub const m_bDisconnection1MinWarningPrinted: usize = 0xA98; // bool - pub const m_bScoreReported: usize = 0xA99; // bool - pub const m_nDisconnectionTick: usize = 0xA9C; // int32 - pub const m_bControllingBot: usize = 0xAA8; // bool - pub const m_bHasControlledBotThisRound: usize = 0xAA9; // bool - pub const m_bHasBeenControlledByPlayerThisRound: usize = 0xAAA; // bool - pub const m_nBotsControlledThisRound: usize = 0xAAC; // int32 - pub const m_bCanControlObservedBot: usize = 0xAB0; // bool - pub const m_hPlayerPawn: usize = 0xAB4; // CHandle - pub const m_hObserverPawn: usize = 0xAB8; // CHandle - pub const m_DesiredObserverMode: usize = 0xABC; // int32 - pub const m_hDesiredObserverTarget: usize = 0xAC0; // CEntityHandle - pub const m_bPawnIsAlive: usize = 0xAC4; // bool - pub const m_iPawnHealth: usize = 0xAC8; // uint32 - pub const m_iPawnArmor: usize = 0xACC; // int32 - pub const m_bPawnHasDefuser: usize = 0xAD0; // bool - pub const m_bPawnHasHelmet: usize = 0xAD1; // bool - pub const m_nPawnCharacterDefIndex: usize = 0xAD2; // uint16 - pub const m_iPawnLifetimeStart: usize = 0xAD4; // int32 - pub const m_iPawnLifetimeEnd: usize = 0xAD8; // int32 - pub const m_iPawnBotDifficulty: usize = 0xADC; // int32 - pub const m_hOriginalControllerOfCurrentPawn: usize = 0xAE0; // CHandle - pub const m_iScore: usize = 0xAE4; // int32 - pub const m_iRoundScore: usize = 0xAE8; // int32 - pub const m_iRoundsWon: usize = 0xAEC; // int32 - pub const m_vecKills: usize = 0xAF0; // CNetworkUtlVectorBase - pub const m_bMvpNoMusic: usize = 0xB08; // bool - pub const m_eMvpReason: usize = 0xB0C; // int32 - pub const m_iMusicKitID: usize = 0xB10; // int32 - pub const m_iMusicKitMVPs: usize = 0xB14; // int32 - pub const m_iMVPs: usize = 0xB18; // int32 - pub const m_nUpdateCounter: usize = 0xB1C; // int32 - pub const m_flSmoothedPing: usize = 0xB20; // float32 - pub const m_lastHeldVoteTimer: usize = 0xFBC8; // IntervalTimer - pub const m_bShowHints: usize = 0xFBE0; // bool - pub const m_iNextTimeCheck: usize = 0xFBE4; // int32 - pub const m_bJustDidTeamKill: usize = 0xFBE8; // bool - pub const m_bPunishForTeamKill: usize = 0xFBE9; // bool - pub const m_bGaveTeamDamageWarning: usize = 0xFBEA; // bool - pub const m_bGaveTeamDamageWarningThisRound: usize = 0xFBEB; // bool - pub const m_dblLastReceivedPacketPlatFloatTime: usize = 0xFBF0; // float64 - pub const m_LastTeamDamageWarningTime: usize = 0xFBF8; // GameTime_t - pub const m_LastTimePlayerWasDisconnectedForPawnsRemove: usize = 0xFBFC; // GameTime_t - pub const m_nSuspiciousHitCount: usize = 0xFC00; // uint32 - pub const m_nNonSuspiciousHitStreak: usize = 0xFC04; // uint32 - } - // Parent: CBaseTrigger - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_source (string_t) - // NetworkVarNames: m_destination (string_t) - pub mod CFootstepControl { - pub const m_source: usize = 0xBA0; // CUtlSymbolLarge - pub const m_destination: usize = 0xBA8; // CUtlSymbolLarge - } - // Parent: CBasePlayerWeaponVData - // Fields count: 92 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertySuppressBaseClassField - // MPropertySuppressBaseClassField - pub mod CCSWeaponBaseVData { - pub const m_WeaponType: usize = 0x248; // CSWeaponType - pub const m_WeaponCategory: usize = 0x24C; // CSWeaponCategory - pub const m_szViewModel: usize = 0x250; // CResourceNameTyped> - pub const m_szPlayerModel: usize = 0x330; // CResourceNameTyped> - pub const m_szWorldDroppedModel: usize = 0x410; // CResourceNameTyped> - pub const m_szAimsightLensMaskModel: usize = 0x4F0; // CResourceNameTyped> - pub const m_szMagazineModel: usize = 0x5D0; // CResourceNameTyped> - pub const m_szHeatEffect: usize = 0x6B0; // CResourceNameTyped> - pub const m_szEjectBrassEffect: usize = 0x790; // CResourceNameTyped> - pub const m_szMuzzleFlashParticleAlt: usize = 0x870; // CResourceNameTyped> - pub const m_szMuzzleFlashThirdPersonParticle: usize = 0x950; // CResourceNameTyped> - pub const m_szMuzzleFlashThirdPersonParticleAlt: usize = 0xA30; // CResourceNameTyped> - pub const m_szTracerParticle: usize = 0xB10; // CResourceNameTyped> - pub const m_GearSlot: usize = 0xBF0; // gear_slot_t - pub const m_GearSlotPosition: usize = 0xBF4; // int32 - pub const m_DefaultLoadoutSlot: usize = 0xBF8; // loadout_slot_t - pub const m_sWrongTeamMsg: usize = 0xC00; // CUtlString - pub const m_nPrice: usize = 0xC08; // int32 - pub const m_nKillAward: usize = 0xC0C; // int32 - pub const m_nPrimaryReserveAmmoMax: usize = 0xC10; // int32 - pub const m_nSecondaryReserveAmmoMax: usize = 0xC14; // int32 - pub const m_bMeleeWeapon: usize = 0xC18; // bool - pub const m_bHasBurstMode: usize = 0xC19; // bool - pub const m_bIsRevolver: usize = 0xC1A; // bool - pub const m_bCannotShootUnderwater: usize = 0xC1B; // bool - pub const m_szName: usize = 0xC20; // CGlobalSymbol - pub const m_szAnimExtension: usize = 0xC28; // CUtlString - pub const m_eSilencerType: usize = 0xC30; // CSWeaponSilencerType - pub const m_nCrosshairMinDistance: usize = 0xC34; // int32 - pub const m_nCrosshairDeltaDistance: usize = 0xC38; // int32 - pub const m_bIsFullAuto: usize = 0xC3C; // bool - pub const m_nNumBullets: usize = 0xC40; // int32 - pub const m_flCycleTime: usize = 0xC44; // CFiringModeFloat - pub const m_flMaxSpeed: usize = 0xC4C; // CFiringModeFloat - pub const m_flSpread: usize = 0xC54; // CFiringModeFloat - pub const m_flInaccuracyCrouch: usize = 0xC5C; // CFiringModeFloat - pub const m_flInaccuracyStand: usize = 0xC64; // CFiringModeFloat - pub const m_flInaccuracyJump: usize = 0xC6C; // CFiringModeFloat - pub const m_flInaccuracyLand: usize = 0xC74; // CFiringModeFloat - pub const m_flInaccuracyLadder: usize = 0xC7C; // CFiringModeFloat - pub const m_flInaccuracyFire: usize = 0xC84; // CFiringModeFloat - pub const m_flInaccuracyMove: usize = 0xC8C; // CFiringModeFloat - pub const m_flRecoilAngle: usize = 0xC94; // CFiringModeFloat - pub const m_flRecoilAngleVariance: usize = 0xC9C; // CFiringModeFloat - pub const m_flRecoilMagnitude: usize = 0xCA4; // CFiringModeFloat - pub const m_flRecoilMagnitudeVariance: usize = 0xCAC; // CFiringModeFloat - pub const m_nTracerFrequency: usize = 0xCB4; // CFiringModeInt - pub const m_flInaccuracyJumpInitial: usize = 0xCBC; // float32 - pub const m_flInaccuracyJumpApex: usize = 0xCC0; // float32 - pub const m_flInaccuracyReload: usize = 0xCC4; // float32 - pub const m_nRecoilSeed: usize = 0xCC8; // int32 - pub const m_nSpreadSeed: usize = 0xCCC; // int32 - pub const m_flTimeToIdleAfterFire: usize = 0xCD0; // float32 - pub const m_flIdleInterval: usize = 0xCD4; // float32 - pub const m_flAttackMovespeedFactor: usize = 0xCD8; // float32 - pub const m_flHeatPerShot: usize = 0xCDC; // float32 - pub const m_flInaccuracyPitchShift: usize = 0xCE0; // float32 - pub const m_flInaccuracyAltSoundThreshold: usize = 0xCE4; // float32 - pub const m_flBotAudibleRange: usize = 0xCE8; // float32 - pub const m_szUseRadioSubtitle: usize = 0xCF0; // CUtlString - pub const m_bUnzoomsAfterShot: usize = 0xCF8; // bool - pub const m_bHideViewModelWhenZoomed: usize = 0xCF9; // bool - pub const m_nZoomLevels: usize = 0xCFC; // int32 - pub const m_nZoomFOV1: usize = 0xD00; // int32 - pub const m_nZoomFOV2: usize = 0xD04; // int32 - pub const m_flZoomTime0: usize = 0xD08; // float32 - pub const m_flZoomTime1: usize = 0xD0C; // float32 - pub const m_flZoomTime2: usize = 0xD10; // float32 - pub const m_flIronSightPullUpSpeed: usize = 0xD14; // float32 - pub const m_flIronSightPutDownSpeed: usize = 0xD18; // float32 - pub const m_flIronSightFOV: usize = 0xD1C; // float32 - pub const m_flIronSightPivotForward: usize = 0xD20; // float32 - pub const m_flIronSightLooseness: usize = 0xD24; // float32 - pub const m_angPivotAngle: usize = 0xD28; // QAngle - pub const m_vecIronSightEyePos: usize = 0xD34; // Vector - pub const m_nDamage: usize = 0xD40; // int32 - pub const m_flHeadshotMultiplier: usize = 0xD44; // float32 - pub const m_flArmorRatio: usize = 0xD48; // float32 - pub const m_flPenetration: usize = 0xD4C; // float32 - pub const m_flRange: usize = 0xD50; // float32 - pub const m_flRangeModifier: usize = 0xD54; // float32 - pub const m_flFlinchVelocityModifierLarge: usize = 0xD58; // float32 - pub const m_flFlinchVelocityModifierSmall: usize = 0xD5C; // float32 - pub const m_flRecoveryTimeCrouch: usize = 0xD60; // float32 - pub const m_flRecoveryTimeStand: usize = 0xD64; // float32 - pub const m_flRecoveryTimeCrouchFinal: usize = 0xD68; // float32 - pub const m_flRecoveryTimeStandFinal: usize = 0xD6C; // float32 - pub const m_nRecoveryTransitionStartBullet: usize = 0xD70; // int32 - pub const m_nRecoveryTransitionEndBullet: usize = 0xD74; // int32 - pub const m_flThrowVelocity: usize = 0xD78; // float32 - pub const m_vSmokeColor: usize = 0xD7C; // Vector - pub const m_szAnimClass: usize = 0xD88; // CGlobalSymbol - } - // Parent: CBaseModelEntity - // Fields count: 9 - // - // Metadata: - // MNetworkIncludeByName - // MNetworkOverride - // NetworkVarNames: m_vecMoveDirEntitySpace (Vector) - // NetworkVarNames: m_flTargetSpeed (float32) - // NetworkVarNames: m_nTransitionStartTick (GameTick_t) - // NetworkVarNames: m_nTransitionDurationTicks (int) - // NetworkVarNames: m_flTransitionStartSpeed (float32) - // NetworkVarNames: m_hConveyorModels (EHANDLE) - pub mod CFuncConveyor { - pub const m_szConveyorModels: usize = 0x9F8; // CUtlSymbolLarge - pub const m_flTransitionDurationSeconds: usize = 0xA00; // float32 - pub const m_angMoveEntitySpace: usize = 0xA04; // QAngle - pub const m_vecMoveDirEntitySpace: usize = 0xA10; // Vector - pub const m_flTargetSpeed: usize = 0xA1C; // float32 - pub const m_nTransitionStartTick: usize = 0xA20; // GameTick_t - pub const m_nTransitionDurationTicks: usize = 0xA24; // int32 - pub const m_flTransitionStartSpeed: usize = 0xA28; // float32 - pub const m_hConveyorModels: usize = 0xA30; // CNetworkUtlVectorBase> - } - // Parent: None - // Fields count: 15 - // - // Metadata: - // NetworkVarNames: m_nUniqueID (int) - // NetworkVarNames: m_unAccountID (uint32) - // NetworkVarNames: m_unTraceID (uint32) - // NetworkVarNames: m_rtGcTime (uint32) - // NetworkVarNames: m_vecEndPos (Vector) - // NetworkVarNames: m_vecStart (Vector) - // NetworkVarNames: m_vecLeft (Vector) - // NetworkVarNames: m_vecNormal (Vector) - // NetworkVarNames: m_nPlayer (int) - // NetworkVarNames: m_nEntity (int) - // NetworkVarNames: m_nHitbox (int) - // NetworkVarNames: m_flCreationTime (float) - // NetworkVarNames: m_nTintID (int) - // NetworkVarNames: m_nVersion (uint8) - // NetworkVarNames: m_ubSignature (uint8) - pub mod CPlayerSprayDecal { - pub const m_nUniqueID: usize = 0x9F8; // int32 - pub const m_unAccountID: usize = 0x9FC; // uint32 - pub const m_unTraceID: usize = 0xA00; // uint32 - pub const m_rtGcTime: usize = 0xA04; // uint32 - pub const m_vecEndPos: usize = 0xA08; // Vector - pub const m_vecStart: usize = 0xA14; // Vector - pub const m_vecLeft: usize = 0xA20; // Vector - pub const m_vecNormal: usize = 0xA2C; // Vector - pub const m_nPlayer: usize = 0xA38; // int32 - pub const m_nEntity: usize = 0xA3C; // int32 - pub const m_nHitbox: usize = 0xA40; // int32 - pub const m_flCreationTime: usize = 0xA44; // float32 - pub const m_nTintID: usize = 0xA48; // int32 - pub const m_nVersion: usize = 0xA4C; // uint8 - pub const m_ubSignature: usize = 0xA4D; // uint8[128] - } - // Parent: CBaseModelEntity - // Fields count: 25 - // - // Metadata: - // NetworkVarNames: m_firePositions (Vector) - // NetworkVarNames: m_fireParentPositions (Vector) - // NetworkVarNames: m_bFireIsBurning (bool) - // NetworkVarNames: m_BurnNormal (Vector) - // NetworkVarNames: m_fireCount (int) - // NetworkVarNames: m_nInfernoType (int) - // NetworkVarNames: m_nFireEffectTickBegin (int) - // NetworkVarNames: m_nFireLifetime (float) - // NetworkVarNames: m_bInPostEffectTime (bool) - pub mod CInferno { - pub const m_firePositions: usize = 0xA04; // Vector[64] - pub const m_fireParentPositions: usize = 0xD04; // Vector[64] - pub const m_bFireIsBurning: usize = 0x1004; // bool[64] - pub const m_BurnNormal: usize = 0x1044; // Vector[64] - pub const m_fireCount: usize = 0x1344; // int32 - pub const m_nInfernoType: usize = 0x1348; // int32 - pub const m_nFireEffectTickBegin: usize = 0x134C; // int32 - pub const m_nFireLifetime: usize = 0x1350; // float32 - pub const m_bInPostEffectTime: usize = 0x1354; // bool - pub const m_nFiresExtinguishCount: usize = 0x1358; // int32 - pub const m_bWasCreatedInSmoke: usize = 0x135C; // bool - pub const m_extent: usize = 0x1560; // Extent - pub const m_damageTimer: usize = 0x1578; // CountdownTimer - pub const m_damageRampTimer: usize = 0x1590; // CountdownTimer - pub const m_splashVelocity: usize = 0x15A8; // Vector - pub const m_InitialSplashVelocity: usize = 0x15B4; // Vector - pub const m_startPos: usize = 0x15C0; // Vector - pub const m_vecOriginalSpawnLocation: usize = 0x15CC; // Vector - pub const m_activeTimer: usize = 0x15D8; // IntervalTimer - pub const m_fireSpawnOffset: usize = 0x15E8; // int32 - pub const m_nMaxFlames: usize = 0x15EC; // int32 - pub const m_nSpreadCount: usize = 0x15F0; // int32 - pub const m_BookkeepingTimer: usize = 0x15F8; // CountdownTimer - pub const m_NextSpreadTimer: usize = 0x1610; // CountdownTimer - pub const m_nSourceItemDefIndex: usize = 0x1628; // uint16 - } - // Parent: CBaseModelEntity - // Fields count: 52 - // - // Metadata: - // NetworkVarNames: m_bEnabled (bool) - // NetworkVarNames: m_nColorMode (int) - // NetworkVarNames: m_Color (Color) - // NetworkVarNames: m_flColorTemperature (float) - // NetworkVarNames: m_flBrightness (float) - // NetworkVarNames: m_flBrightnessScale (float) - // NetworkVarNames: m_nDirectLight (int) - // NetworkVarNames: m_nBakedShadowIndex (int) - // NetworkVarNames: m_nLuminaireShape (int) - // NetworkVarNames: m_flLuminaireSize (float) - // NetworkVarNames: m_flLuminaireAnisotropy (float) - // NetworkVarNames: m_LightStyleString (CUtlString) - // NetworkVarNames: m_flLightStyleStartTime (GameTime_t) - // NetworkVarNames: m_QueuedLightStyleStrings (CUtlString) - // NetworkVarNames: m_LightStyleEvents (CUtlString) - // NetworkVarNames: m_LightStyleTargets (CHandle) - // NetworkVarNames: m_hLightCookie (HRenderTextureStrong) - // NetworkVarNames: m_flShape (float) - // NetworkVarNames: m_flSoftX (float) - // NetworkVarNames: m_flSoftY (float) - // NetworkVarNames: m_flSkirt (float) - // NetworkVarNames: m_flSkirtNear (float) - // NetworkVarNames: m_vSizeParams (Vector) - // NetworkVarNames: m_flRange (float) - // NetworkVarNames: m_vShear (Vector) - // NetworkVarNames: m_nBakeSpecularToCubemaps (int) - // NetworkVarNames: m_vBakeSpecularToCubemapsSize (Vector) - // NetworkVarNames: m_nCastShadows (int) - // NetworkVarNames: m_nShadowMapSize (int) - // NetworkVarNames: m_nShadowPriority (int) - // NetworkVarNames: m_bContactShadow (bool) - // NetworkVarNames: m_nBounceLight (int) - // NetworkVarNames: m_flBounceScale (float) - // NetworkVarNames: m_flMinRoughness (float) - // NetworkVarNames: m_vAlternateColor (Vector) - // NetworkVarNames: m_fAlternateColorBrightness (float) - // NetworkVarNames: m_nFog (int) - // NetworkVarNames: m_flFogStrength (float) - // NetworkVarNames: m_nFogShadows (int) - // NetworkVarNames: m_flFogScale (float) - // NetworkVarNames: m_flFadeSizeStart (float) - // NetworkVarNames: m_flFadeSizeEnd (float) - // NetworkVarNames: m_flShadowFadeSizeStart (float) - // NetworkVarNames: m_flShadowFadeSizeEnd (float) - // NetworkVarNames: m_bPrecomputedFieldsValid (bool) - // NetworkVarNames: m_vPrecomputedBoundsMins (Vector) - // NetworkVarNames: m_vPrecomputedBoundsMaxs (Vector) - // NetworkVarNames: m_vPrecomputedOBBOrigin (Vector) - // NetworkVarNames: m_vPrecomputedOBBAngles (QAngle) - // NetworkVarNames: m_vPrecomputedOBBExtent (Vector) - pub mod CBarnLight { - pub const m_bEnabled: usize = 0x9F8; // bool - pub const m_nColorMode: usize = 0x9FC; // int32 - pub const m_Color: usize = 0xA00; // Color - pub const m_flColorTemperature: usize = 0xA04; // float32 - pub const m_flBrightness: usize = 0xA08; // float32 - pub const m_flBrightnessScale: usize = 0xA0C; // float32 - pub const m_nDirectLight: usize = 0xA10; // int32 - pub const m_nBakedShadowIndex: usize = 0xA14; // int32 - pub const m_nLuminaireShape: usize = 0xA18; // int32 - pub const m_flLuminaireSize: usize = 0xA1C; // float32 - pub const m_flLuminaireAnisotropy: usize = 0xA20; // float32 - pub const m_LightStyleString: usize = 0xA28; // CUtlString - pub const m_flLightStyleStartTime: usize = 0xA30; // GameTime_t - pub const m_QueuedLightStyleStrings: usize = 0xA38; // CNetworkUtlVectorBase - pub const m_LightStyleEvents: usize = 0xA50; // CNetworkUtlVectorBase - pub const m_LightStyleTargets: usize = 0xA68; // CNetworkUtlVectorBase> - pub const m_StyleEvent: usize = 0xA80; // CEntityIOOutput[4] - pub const m_hLightCookie: usize = 0xB40; // CStrongHandle - pub const m_flShape: usize = 0xB48; // float32 - pub const m_flSoftX: usize = 0xB4C; // float32 - pub const m_flSoftY: usize = 0xB50; // float32 - pub const m_flSkirt: usize = 0xB54; // float32 - pub const m_flSkirtNear: usize = 0xB58; // float32 - pub const m_vSizeParams: usize = 0xB5C; // Vector - pub const m_flRange: usize = 0xB68; // float32 - pub const m_vShear: usize = 0xB6C; // Vector - pub const m_nBakeSpecularToCubemaps: usize = 0xB78; // int32 - pub const m_vBakeSpecularToCubemapsSize: usize = 0xB7C; // Vector - pub const m_nCastShadows: usize = 0xB88; // int32 - pub const m_nShadowMapSize: usize = 0xB8C; // int32 - pub const m_nShadowPriority: usize = 0xB90; // int32 - pub const m_bContactShadow: usize = 0xB94; // bool - pub const m_nBounceLight: usize = 0xB98; // int32 - pub const m_flBounceScale: usize = 0xB9C; // float32 - pub const m_flMinRoughness: usize = 0xBA0; // float32 - pub const m_vAlternateColor: usize = 0xBA4; // Vector - pub const m_fAlternateColorBrightness: usize = 0xBB0; // float32 - pub const m_nFog: usize = 0xBB4; // int32 - pub const m_flFogStrength: usize = 0xBB8; // float32 - pub const m_nFogShadows: usize = 0xBBC; // int32 - pub const m_flFogScale: usize = 0xBC0; // float32 - pub const m_flFadeSizeStart: usize = 0xBC4; // float32 - pub const m_flFadeSizeEnd: usize = 0xBC8; // float32 - pub const m_flShadowFadeSizeStart: usize = 0xBCC; // float32 - pub const m_flShadowFadeSizeEnd: usize = 0xBD0; // float32 - pub const m_bPrecomputedFieldsValid: usize = 0xBD4; // bool - pub const m_vPrecomputedBoundsMins: usize = 0xBD8; // Vector - pub const m_vPrecomputedBoundsMaxs: usize = 0xBE4; // Vector - pub const m_vPrecomputedOBBOrigin: usize = 0xBF0; // Vector - pub const m_vPrecomputedOBBAngles: usize = 0xBFC; // QAngle - pub const m_vPrecomputedOBBExtent: usize = 0xC08; // Vector - pub const m_bPvsModifyEntity: usize = 0xC14; // bool - } - // Parent: CBarnLight - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_bShowLight (bool) - pub mod CRectLight { - pub const m_bShowLight: usize = 0xC20; // bool - } - // Parent: CBarnLight - // Fields count: 3 - // - // Metadata: - // NetworkVarNames: m_flInnerAngle (float) - // NetworkVarNames: m_flOuterAngle (float) - // NetworkVarNames: m_bShowLight (bool) - pub mod COmniLight { - pub const m_flInnerAngle: usize = 0xC20; // float32 - pub const m_flOuterAngle: usize = 0xC24; // float32 - pub const m_bShowLight: usize = 0xC28; // bool - } - // Parent: CTeam - // Fields count: 14 - // - // Metadata: - // NetworkVarNames: m_bSurrendered (bool) - // NetworkVarNames: m_szTeamMatchStat (char) - // NetworkVarNames: m_numMapVictories (int) - // NetworkVarNames: m_scoreFirstHalf (int32) - // NetworkVarNames: m_scoreSecondHalf (int32) - // NetworkVarNames: m_scoreOvertime (int32) - // NetworkVarNames: m_szClanTeamname (char) - // NetworkVarNames: m_iClanID (uint32) - // NetworkVarNames: m_szTeamFlagImage (char) - // NetworkVarNames: m_szTeamLogoImage (char) - pub mod CCSTeam { - pub const m_nLastRecievedShorthandedRoundBonus: usize = 0x860; // int32 - pub const m_nShorthandedRoundBonusStartRound: usize = 0x864; // int32 - pub const m_bSurrendered: usize = 0x868; // bool - pub const m_szTeamMatchStat: usize = 0x869; // char[512] - pub const m_numMapVictories: usize = 0xA6C; // int32 - pub const m_scoreFirstHalf: usize = 0xA70; // int32 - pub const m_scoreSecondHalf: usize = 0xA74; // int32 - pub const m_scoreOvertime: usize = 0xA78; // int32 - pub const m_szClanTeamname: usize = 0xA7C; // char[129] - pub const m_iClanID: usize = 0xB00; // uint32 - pub const m_szTeamFlagImage: usize = 0xB04; // char[8] - pub const m_szTeamLogoImage: usize = 0xB0C; // char[8] - pub const m_flNextResourceTime: usize = 0xB14; // float32 - pub const m_iLastUpdateSentAt: usize = 0xB18; // int32 - } - // Parent: CBaseModelEntity - // Fields count: 12 - // - // Metadata: - // NetworkVarNames: m_hSkyMaterial (HMaterialStrong) - // NetworkVarNames: m_hSkyMaterialLightingOnly (HMaterialStrong) - // NetworkVarNames: m_bStartDisabled (bool) - // NetworkVarNames: m_vTintColor (Color) - // NetworkVarNames: m_vTintColorLightingOnly (Color) - // NetworkVarNames: m_flBrightnessScale (float) - // NetworkVarNames: m_nFogType (int) - // NetworkVarNames: m_flFogMinStart (float) - // NetworkVarNames: m_flFogMinEnd (float) - // NetworkVarNames: m_flFogMaxStart (float) - // NetworkVarNames: m_flFogMaxEnd (float) - // NetworkVarNames: m_bEnabled (bool) - pub mod CEnvSky { - pub const m_hSkyMaterial: usize = 0x9F8; // CStrongHandle - pub const m_hSkyMaterialLightingOnly: usize = 0xA00; // CStrongHandle - pub const m_bStartDisabled: usize = 0xA08; // bool - pub const m_vTintColor: usize = 0xA09; // Color - pub const m_vTintColorLightingOnly: usize = 0xA0D; // Color - pub const m_flBrightnessScale: usize = 0xA14; // float32 - pub const m_nFogType: usize = 0xA18; // int32 - pub const m_flFogMinStart: usize = 0xA1C; // float32 - pub const m_flFogMinEnd: usize = 0xA20; // float32 - pub const m_flFogMaxStart: usize = 0xA24; // float32 - pub const m_flFogMaxEnd: usize = 0xA28; // float32 - pub const m_bEnabled: usize = 0xA2C; // bool - } - // Parent: CBaseModelEntity - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_CLightComponent (CLightComponent::Storage_t) - pub mod CLightEntity { - pub const m_CLightComponent: usize = 0x9F8; // CLightComponent* - } - // Parent: CBaseTrigger - // Fields count: 16 - // - // Metadata: - // NetworkVarNames: m_hPostSettings (HPostProcessingStrong) - // NetworkVarNames: m_flFadeDuration (float) - // NetworkVarNames: m_flMinLogExposure (float) - // NetworkVarNames: m_flMaxLogExposure (float) - // NetworkVarNames: m_flMinExposure (float) - // NetworkVarNames: m_flMaxExposure (float) - // NetworkVarNames: m_flExposureCompensation (float) - // NetworkVarNames: m_flExposureFadeSpeedUp (float) - // NetworkVarNames: m_flExposureFadeSpeedDown (float) - // NetworkVarNames: m_flTonemapEVSmoothingRange (float) - // NetworkVarNames: m_bMaster (bool) - // NetworkVarNames: m_bExposureControl (bool) - // NetworkVarNames: m_flRate (float) - // NetworkVarNames: m_flTonemapPercentTarget (float) - // NetworkVarNames: m_flTonemapPercentBrightPixels (float) - // NetworkVarNames: m_flTonemapMinAvgLum (float) - pub mod CPostProcessingVolume { - pub const m_hPostSettings: usize = 0xBB0; // CStrongHandle - pub const m_flFadeDuration: usize = 0xBB8; // float32 - pub const m_flMinLogExposure: usize = 0xBBC; // float32 - pub const m_flMaxLogExposure: usize = 0xBC0; // float32 - pub const m_flMinExposure: usize = 0xBC4; // float32 - pub const m_flMaxExposure: usize = 0xBC8; // float32 - pub const m_flExposureCompensation: usize = 0xBCC; // float32 - pub const m_flExposureFadeSpeedUp: usize = 0xBD0; // float32 - pub const m_flExposureFadeSpeedDown: usize = 0xBD4; // float32 - pub const m_flTonemapEVSmoothingRange: usize = 0xBD8; // float32 - pub const m_bMaster: usize = 0xBDC; // bool - pub const m_bExposureControl: usize = 0xBDD; // bool - pub const m_flRate: usize = 0xBE0; // float32 - pub const m_flTonemapPercentTarget: usize = 0xBE4; // float32 - pub const m_flTonemapPercentBrightPixels: usize = 0xBE8; // float32 - pub const m_flTonemapMinAvgLum: usize = 0xBEC; // float32 - } - // Parent: CParticleSystem - // Fields count: 5 - // - // Metadata: - // NetworkVarNames: m_flAlphaScale (float32) - // NetworkVarNames: m_flRadiusScale (float32) - // NetworkVarNames: m_flSelfIllumScale (float32) - // NetworkVarNames: m_ColorTint (Color) - // NetworkVarNames: m_hTextureOverride (HRenderTextureStrong) - pub mod CEnvParticleGlow { - pub const m_flAlphaScale: usize = 0xF70; // float32 - pub const m_flRadiusScale: usize = 0xF74; // float32 - pub const m_flSelfIllumScale: usize = 0xF78; // float32 - pub const m_ColorTint: usize = 0xF7C; // Color - pub const m_hTextureOverride: usize = 0xF80; // CStrongHandle - } - // Parent: CBaseModelEntity - // Fields count: 8 - // - // Metadata: - // NetworkVarNames: m_bLoop (bool) - // NetworkVarNames: m_flFPS (float) - // NetworkVarNames: m_hPositionKeys (HRenderTextureStrong) - // NetworkVarNames: m_hRotationKeys (HRenderTextureStrong) - // NetworkVarNames: m_vAnimationBoundsMin (Vector) - // NetworkVarNames: m_vAnimationBoundsMax (Vector) - // NetworkVarNames: m_flStartTime (float) - // NetworkVarNames: m_flStartFrame (float) - pub mod CTextureBasedAnimatable { - pub const m_bLoop: usize = 0x9F8; // bool - pub const m_flFPS: usize = 0x9FC; // float32 - pub const m_hPositionKeys: usize = 0xA00; // CStrongHandle - pub const m_hRotationKeys: usize = 0xA08; // CStrongHandle - pub const m_vAnimationBoundsMin: usize = 0xA10; // Vector - pub const m_vAnimationBoundsMax: usize = 0xA1C; // Vector - pub const m_flStartTime: usize = 0xA28; // float32 - pub const m_flStartFrame: usize = 0xA2C; // float32 - } - // Parent: CBaseModelEntity - // Fields count: 10 - // - // Metadata: - // MNetworkIncludeByName - // NetworkVarNames: m_bInitiallyPopulateInterpHistory (bool) - // NetworkVarNames: m_bAnimGraphUpdateEnabled (bool) - // NetworkVarNames: m_vecForce (Vector) - // NetworkVarNames: m_nForceBone (int32) - // NetworkVarNames: m_pRagdollPose (PhysicsRagdollPose_t*) - // NetworkVarNames: m_bClientRagdoll (bool) - pub mod CBaseAnimGraph { - pub const m_bInitiallyPopulateInterpHistory: usize = 0xA70; // bool - pub const m_pChoreoServices: usize = 0xA78; // IChoreoServices* - pub const m_bAnimGraphUpdateEnabled: usize = 0xA80; // bool - pub const m_flMaxSlopeDistance: usize = 0xA84; // float32 - pub const m_vLastSlopeCheckPos: usize = 0xA88; // Vector - pub const m_bAnimationUpdateScheduled: usize = 0xA94; // bool - pub const m_vecForce: usize = 0xA98; // Vector - pub const m_nForceBone: usize = 0xAA4; // int32 - pub const m_pRagdollPose: usize = 0xAB8; // PhysicsRagdollPose_t* - pub const m_bClientRagdoll: usize = 0xAC0; // bool - } - // Parent: None - // Fields count: 34 - // - // Metadata: - // NetworkVarNames: m_noGhostCollision (bool) - pub mod CBreakableProp { - pub const m_OnBreak: usize = 0xC40; // CEntityIOOutput - pub const m_OnHealthChanged: usize = 0xC68; // CEntityOutputTemplate - pub const m_OnTakeDamage: usize = 0xC90; // CEntityIOOutput - pub const m_impactEnergyScale: usize = 0xCB8; // float32 - pub const m_iMinHealthDmg: usize = 0xCBC; // int32 - pub const m_preferredCarryAngles: usize = 0xCC0; // QAngle - pub const m_flPressureDelay: usize = 0xCCC; // float32 - pub const m_hBreaker: usize = 0xCD0; // CHandle - pub const m_PerformanceMode: usize = 0xCD4; // PerformanceMode_t - pub const m_flDmgModBullet: usize = 0xCD8; // float32 - pub const m_flDmgModClub: usize = 0xCDC; // float32 - pub const m_flDmgModExplosive: usize = 0xCE0; // float32 - pub const m_flDmgModFire: usize = 0xCE4; // float32 - pub const m_iszPhysicsDamageTableName: usize = 0xCE8; // CUtlSymbolLarge - pub const m_iszBasePropData: usize = 0xCF0; // CUtlSymbolLarge - pub const m_iInteractions: usize = 0xCF8; // int32 - pub const m_flPreventDamageBeforeTime: usize = 0xCFC; // GameTime_t - pub const m_bHasBreakPiecesOrCommands: usize = 0xD00; // bool - pub const m_explodeDamage: usize = 0xD04; // float32 - pub const m_explodeRadius: usize = 0xD08; // float32 - pub const m_explosionDelay: usize = 0xD10; // float32 - pub const m_explosionBuildupSound: usize = 0xD18; // CUtlSymbolLarge - pub const m_explosionCustomEffect: usize = 0xD20; // CUtlSymbolLarge - pub const m_explosionCustomSound: usize = 0xD28; // CUtlSymbolLarge - pub const m_explosionModifier: usize = 0xD30; // CUtlSymbolLarge - pub const m_hPhysicsAttacker: usize = 0xD38; // CHandle - pub const m_flLastPhysicsInfluenceTime: usize = 0xD3C; // GameTime_t - pub const m_bOriginalBlockLOS: usize = 0xD40; // bool - pub const m_flDefaultFadeScale: usize = 0xD44; // float32 - pub const m_hLastAttacker: usize = 0xD48; // CHandle - pub const m_hFlareEnt: usize = 0xD4C; // CHandle - pub const m_bUsePuntSound: usize = 0xD50; // bool - pub const m_iszPuntSound: usize = 0xD58; // CUtlSymbolLarge - pub const m_noGhostCollision: usize = 0xD60; // bool - } - // Parent: CBreakableProp - // Fields count: 21 - // - // Metadata: - // NetworkVarNames: m_bUseHitboxesForRenderBox (bool) - // NetworkVarNames: m_bUseAnimGraph (bool) - pub mod CDynamicProp { - pub const m_bCreateNavObstacle: usize = 0xD70; // bool - pub const m_bUseHitboxesForRenderBox: usize = 0xD71; // bool - pub const m_bUseAnimGraph: usize = 0xD72; // bool - pub const m_pOutputAnimBegun: usize = 0xD78; // CEntityIOOutput - pub const m_pOutputAnimOver: usize = 0xDA0; // CEntityIOOutput - pub const m_pOutputAnimLoopCycleOver: usize = 0xDC8; // CEntityIOOutput - pub const m_OnAnimReachedStart: usize = 0xDF0; // CEntityIOOutput - pub const m_OnAnimReachedEnd: usize = 0xE18; // CEntityIOOutput - pub const m_iszIdleAnim: usize = 0xE40; // CUtlSymbolLarge - pub const m_nIdleAnimLoopMode: usize = 0xE48; // AnimLoopMode_t - pub const m_bRandomizeCycle: usize = 0xE4C; // bool - pub const m_bStartDisabled: usize = 0xE4D; // bool - pub const m_bFiredStartEndOutput: usize = 0xE4E; // bool - pub const m_bForceNpcExclude: usize = 0xE4F; // bool - pub const m_bCreateNonSolid: usize = 0xE50; // bool - pub const m_bIsOverrideProp: usize = 0xE51; // bool - pub const m_iInitialGlowState: usize = 0xE54; // int32 - pub const m_nGlowRange: usize = 0xE58; // int32 - pub const m_nGlowRangeMin: usize = 0xE5C; // int32 - pub const m_glowColor: usize = 0xE60; // Color - pub const m_nGlowTeam: usize = 0xE64; // int32 - } - // Parent: CBaseTrigger - // Fields count: 10 - // - // Metadata: - // NetworkVarNames: m_bEnabled (bool) - // NetworkVarNames: m_MaxWeight (float32) - // NetworkVarNames: m_FadeDuration (float32) - // NetworkVarNames: m_Weight (float32) - // NetworkVarNames: m_lookupFilename (char) - pub mod CColorCorrectionVolume { - pub const m_bEnabled: usize = 0xB99; // bool - pub const m_MaxWeight: usize = 0xB9C; // float32 - pub const m_FadeDuration: usize = 0xBA0; // float32 - pub const m_bStartDisabled: usize = 0xBA4; // bool - pub const m_Weight: usize = 0xBA8; // float32 - pub const m_lookupFilename: usize = 0xBAC; // char[512] - pub const m_LastEnterWeight: usize = 0xDAC; // float32 - pub const m_LastEnterTime: usize = 0xDB0; // GameTime_t - pub const m_LastExitWeight: usize = 0xDB4; // float32 - pub const m_LastExitTime: usize = 0xDB8; // GameTime_t - } - // Parent: CBaseAnimGraph - // Fields count: 30 - // - // Metadata: - // NetworkVarNames: m_iszCommentaryFile (string_t) - // NetworkVarNames: m_hViewPosition (CHandle) - // NetworkVarNames: m_bActive (bool) - // NetworkVarNames: m_flStartTime (GameTime_t) - // NetworkVarNames: m_flStartTimeInCommentary (float32) - // NetworkVarNames: m_iszTitle (string_t) - // NetworkVarNames: m_iszSpeakers (string_t) - // NetworkVarNames: m_iNodeNumber (int) - // NetworkVarNames: m_iNodeNumberMax (int) - // NetworkVarNames: m_bListenedTo (bool) - pub mod CPointCommentaryNode { - pub const m_iszPreCommands: usize = 0xBF0; // CUtlSymbolLarge - pub const m_iszPostCommands: usize = 0xBF8; // CUtlSymbolLarge - pub const m_iszCommentaryFile: usize = 0xC00; // CUtlSymbolLarge - pub const m_iszViewTarget: usize = 0xC08; // CUtlSymbolLarge - pub const m_hViewTarget: usize = 0xC10; // CHandle - pub const m_hViewTargetAngles: usize = 0xC14; // CHandle - pub const m_iszViewPosition: usize = 0xC18; // CUtlSymbolLarge - pub const m_hViewPosition: usize = 0xC20; // CHandle - pub const m_hViewPositionMover: usize = 0xC24; // CHandle - pub const m_bPreventMovement: usize = 0xC28; // bool - pub const m_bUnderCrosshair: usize = 0xC29; // bool - pub const m_bUnstoppable: usize = 0xC2A; // bool - pub const m_flFinishedTime: usize = 0xC2C; // GameTime_t - pub const m_vecFinishOrigin: usize = 0xC30; // Vector - pub const m_vecOriginalAngles: usize = 0xC3C; // QAngle - pub const m_vecFinishAngles: usize = 0xC48; // QAngle - pub const m_bPreventChangesWhileMoving: usize = 0xC54; // bool - pub const m_bDisabled: usize = 0xC55; // bool - pub const m_vecTeleportOrigin: usize = 0xC58; // Vector - pub const m_flAbortedPlaybackAt: usize = 0xC64; // GameTime_t - pub const m_pOnCommentaryStarted: usize = 0xC68; // CEntityIOOutput - pub const m_pOnCommentaryStopped: usize = 0xC90; // CEntityIOOutput - pub const m_bActive: usize = 0xCB8; // bool - pub const m_flStartTime: usize = 0xCBC; // GameTime_t - pub const m_flStartTimeInCommentary: usize = 0xCC0; // float32 - pub const m_iszTitle: usize = 0xCC8; // CUtlSymbolLarge - pub const m_iszSpeakers: usize = 0xCD0; // CUtlSymbolLarge - pub const m_iNodeNumber: usize = 0xCD8; // int32 - pub const m_iNodeNumberMax: usize = 0xCDC; // int32 - pub const m_bListenedTo: usize = 0xCE0; // bool - } - // Parent: None - // Fields count: 9 - // - // Metadata: - // NetworkVarNames: m_targetCamera (CUtlString) - // NetworkVarNames: m_nResolutionEnum (int) - // NetworkVarNames: m_bRenderShadows (bool) - // NetworkVarNames: m_bUseUniqueColorTarget (bool) - // NetworkVarNames: m_brushModelName (CUtlString) - // NetworkVarNames: m_hTargetCamera (EHANDLE) - // NetworkVarNames: m_bEnabled (bool) - // NetworkVarNames: m_bDraw3DSkybox (bool) - pub mod CFuncMonitor { - pub const m_targetCamera: usize = 0xA18; // CUtlString - pub const m_nResolutionEnum: usize = 0xA20; // int32 - pub const m_bRenderShadows: usize = 0xA24; // bool - pub const m_bUseUniqueColorTarget: usize = 0xA25; // bool - pub const m_brushModelName: usize = 0xA28; // CUtlString - pub const m_hTargetCamera: usize = 0xA30; // CHandle - pub const m_bEnabled: usize = 0xA34; // bool - pub const m_bDraw3DSkybox: usize = 0xA35; // bool - pub const m_bStartEnabled: usize = 0xA36; // bool - } - // Parent: CBaseTrigger - // Fields count: 3 - // - // Metadata: - // NetworkVarNames: m_strStartTouchEventName (CUtlString) - // NetworkVarNames: m_strEndTouchEventName (CUtlString) - // NetworkVarNames: m_strTriggerID (CUtlString) - pub mod CTriggerGameEvent { - pub const m_strStartTouchEventName: usize = 0xBA0; // CUtlString - pub const m_strEndTouchEventName: usize = 0xBA8; // CUtlString - pub const m_strTriggerID: usize = 0xBB0; // CUtlString - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // NetworkVarNames: m_EffectName (string_t) - pub mod CFuncElectrifiedVolume { - pub const m_EffectName: usize = 0xA18; // CUtlSymbolLarge - pub const m_EffectInterpenetrateName: usize = 0xA20; // CUtlSymbolLarge - pub const m_EffectZapName: usize = 0xA28; // CUtlSymbolLarge - pub const m_iszEffectSource: usize = 0xA30; // CUtlSymbolLarge - } - // Parent: None - // Fields count: 15 - // - // Metadata: - // NetworkVarNames: m_bTestOcclusion (bool) - pub mod CTriggerLook { - pub const m_hLookTarget: usize = 0xBC8; // CHandle - pub const m_flFieldOfView: usize = 0xBCC; // float32 - pub const m_flLookTime: usize = 0xBD0; // float32 - pub const m_flLookTimeTotal: usize = 0xBD4; // float32 - pub const m_flLookTimeLast: usize = 0xBD8; // GameTime_t - pub const m_flTimeoutDuration: usize = 0xBDC; // float32 - pub const m_bTimeoutFired: usize = 0xBE0; // bool - pub const m_bIsLooking: usize = 0xBE1; // bool - pub const m_b2DFOV: usize = 0xBE2; // bool - pub const m_bUseVelocity: usize = 0xBE3; // bool - pub const m_hActivator: usize = 0xBE4; // CHandle - pub const m_bTestOcclusion: usize = 0xBE8; // bool - pub const m_OnTimeout: usize = 0xBF0; // CEntityIOOutput - pub const m_OnStartLook: usize = 0xC18; // CEntityIOOutput - pub const m_OnEndLook: usize = 0xC40; // CEntityIOOutput - } - // Parent: CBaseTrigger - // Fields count: 13 - // - // Metadata: - // NetworkVarNames: m_gravityScale (float) - // NetworkVarNames: m_linearLimit (float) - // NetworkVarNames: m_linearDamping (float) - // NetworkVarNames: m_angularLimit (float) - // NetworkVarNames: m_angularDamping (float) - // NetworkVarNames: m_linearForce (float) - // NetworkVarNames: m_flFrequency (float) - // NetworkVarNames: m_flDampingRatio (float) - // NetworkVarNames: m_vecLinearForcePointAt (Vector) - // NetworkVarNames: m_bCollapseToForcePoint (bool) - // NetworkVarNames: m_vecLinearForcePointAtWorld (Vector) - // NetworkVarNames: m_vecLinearForceDirection (Vector) - // NetworkVarNames: m_bConvertToDebrisWhenPossible (bool) - pub mod CTriggerPhysics { - pub const m_gravityScale: usize = 0xBB0; // float32 - pub const m_linearLimit: usize = 0xBB4; // float32 - pub const m_linearDamping: usize = 0xBB8; // float32 - pub const m_angularLimit: usize = 0xBBC; // float32 - pub const m_angularDamping: usize = 0xBC0; // float32 - pub const m_linearForce: usize = 0xBC4; // float32 - pub const m_flFrequency: usize = 0xBC8; // float32 - pub const m_flDampingRatio: usize = 0xBCC; // float32 - pub const m_vecLinearForcePointAt: usize = 0xBD0; // Vector - pub const m_bCollapseToForcePoint: usize = 0xBDC; // bool - pub const m_vecLinearForcePointAtWorld: usize = 0xBE0; // Vector - pub const m_vecLinearForceDirection: usize = 0xBEC; // Vector - pub const m_bConvertToDebrisWhenPossible: usize = 0xBF8; // bool - } - // Parent: CBaseAnimGraph - // Fields count: 7 - // - // Metadata: - // NetworkVarNames: m_flexWeight (float32) - // NetworkVarNames: m_vLookTargetPosition (Vector) - // NetworkVarNames: m_blinktoggle (bool) - pub mod CBaseFlex { - pub const m_flexWeight: usize = 0xBF0; // CNetworkUtlVectorBase - pub const m_vLookTargetPosition: usize = 0xC08; // Vector - pub const m_blinktoggle: usize = 0xC14; // bool - pub const m_flAllowResponsesEndTime: usize = 0xC68; // GameTime_t - pub const m_flLastFlexAnimationTime: usize = 0xC6C; // GameTime_t - pub const m_nNextSceneEventId: usize = 0xC70; // uint32 - pub const m_bUpdateLayerPriorities: usize = 0xC74; // bool - } - // Parent: CDynamicProp - // Fields count: 37 - // - // Metadata: - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByUserGroup - // MNetworkExcludeByName - // MNetworkExcludeByUserGroup - // MNetworkIncludeByName - // NetworkVarNames: m_eDoorState (DoorState_t) - // NetworkVarNames: m_bLocked (bool) - // NetworkVarNames: m_closedPosition (Vector) - // NetworkVarNames: m_closedAngles (QAngle) - // NetworkVarNames: m_hMaster (CHandle) - pub mod CBasePropDoor { - pub const m_flAutoReturnDelay: usize = 0xE74; // float32 - pub const m_hDoorList: usize = 0xE78; // CUtlVector> - pub const m_nHardwareType: usize = 0xE90; // int32 - pub const m_bNeedsHardware: usize = 0xE94; // bool - pub const m_eDoorState: usize = 0xE98; // DoorState_t - pub const m_bLocked: usize = 0xE9C; // bool - pub const m_closedPosition: usize = 0xEA0; // Vector - pub const m_closedAngles: usize = 0xEAC; // QAngle - pub const m_hBlocker: usize = 0xEB8; // CHandle - pub const m_bFirstBlocked: usize = 0xEBC; // bool - pub const m_ls: usize = 0xEC0; // locksound_t - pub const m_bForceClosed: usize = 0xEE0; // bool - pub const m_vecLatchWorldPosition: usize = 0xEE4; // Vector - pub const m_hActivator: usize = 0xEF0; // CHandle - pub const m_SoundMoving: usize = 0xF00; // CUtlSymbolLarge - pub const m_SoundOpen: usize = 0xF08; // CUtlSymbolLarge - pub const m_SoundClose: usize = 0xF10; // CUtlSymbolLarge - pub const m_SoundLock: usize = 0xF18; // CUtlSymbolLarge - pub const m_SoundUnlock: usize = 0xF20; // CUtlSymbolLarge - pub const m_SoundLatch: usize = 0xF28; // CUtlSymbolLarge - pub const m_SoundPound: usize = 0xF30; // CUtlSymbolLarge - pub const m_SoundJiggle: usize = 0xF38; // CUtlSymbolLarge - pub const m_SoundLockedAnim: usize = 0xF40; // CUtlSymbolLarge - pub const m_numCloseAttempts: usize = 0xF48; // int32 - pub const m_nPhysicsMaterial: usize = 0xF4C; // CUtlStringToken - pub const m_SlaveName: usize = 0xF50; // CUtlSymbolLarge - pub const m_hMaster: usize = 0xF58; // CHandle - pub const m_OnBlockedClosing: usize = 0xF60; // CEntityIOOutput - pub const m_OnBlockedOpening: usize = 0xF88; // CEntityIOOutput - pub const m_OnUnblockedClosing: usize = 0xFB0; // CEntityIOOutput - pub const m_OnUnblockedOpening: usize = 0xFD8; // CEntityIOOutput - pub const m_OnFullyClosed: usize = 0x1000; // CEntityIOOutput - pub const m_OnFullyOpen: usize = 0x1028; // CEntityIOOutput - pub const m_OnClose: usize = 0x1050; // CEntityIOOutput - pub const m_OnOpen: usize = 0x1078; // CEntityIOOutput - pub const m_OnLockedUse: usize = 0x10A0; // CEntityIOOutput - pub const m_OnAjarOpen: usize = 0x10C8; // CEntityIOOutput - } - // Parent: CBaseAnimGraph - // Fields count: 24 - // - // Metadata: - // MNetworkIncludeByName - // MNetworkIncludeByName - // NetworkVarNames: m_x (float32) - // NetworkVarNames: m_y (float32) - // NetworkVarNames: m_z (float32) - // NetworkVarNames: m_angle (float32) - // NetworkVarNames: m_poolOrigin (Vector) - // NetworkVarNames: m_waterLevel (float32) - pub mod CFish { - pub const m_pool: usize = 0xBF0; // CHandle - pub const m_id: usize = 0xBF4; // uint32 - pub const m_x: usize = 0xBF8; // float32 - pub const m_y: usize = 0xBFC; // float32 - pub const m_z: usize = 0xC00; // float32 - pub const m_angle: usize = 0xC04; // float32 - pub const m_angleChange: usize = 0xC08; // float32 - pub const m_forward: usize = 0xC0C; // Vector - pub const m_perp: usize = 0xC18; // Vector - pub const m_poolOrigin: usize = 0xC24; // Vector - pub const m_waterLevel: usize = 0xC30; // float32 - pub const m_speed: usize = 0xC34; // float32 - pub const m_desiredSpeed: usize = 0xC38; // float32 - pub const m_calmSpeed: usize = 0xC3C; // float32 - pub const m_panicSpeed: usize = 0xC40; // float32 - pub const m_avoidRange: usize = 0xC44; // float32 - pub const m_turnTimer: usize = 0xC48; // CountdownTimer - pub const m_turnClockwise: usize = 0xC60; // bool - pub const m_goTimer: usize = 0xC68; // CountdownTimer - pub const m_moveTimer: usize = 0xC80; // CountdownTimer - pub const m_panicTimer: usize = 0xC98; // CountdownTimer - pub const m_disperseTimer: usize = 0xCB0; // CountdownTimer - pub const m_proximityTimer: usize = 0xCC8; // CountdownTimer - pub const m_visible: usize = 0xCE0; // CUtlVector - } - // Parent: CBaseAnimGraph - // Fields count: 28 - // - // Metadata: - // NetworkVarNames: m_ragPos (Vector) - // NetworkVarNames: m_ragAngles (QAngle) - // NetworkVarNames: m_hRagdollSource (EHANDLE) - // NetworkVarNames: m_flBlendWeight (float32) - pub mod CRagdollProp { - pub const m_ragdoll: usize = 0xBF8; // ragdoll_t - pub const m_bStartDisabled: usize = 0xC30; // bool - pub const m_ragPos: usize = 0xC38; // CNetworkUtlVectorBase - pub const m_ragAngles: usize = 0xC50; // CNetworkUtlVectorBase - pub const m_hRagdollSource: usize = 0xC68; // CHandle - pub const m_lastUpdateTickCount: usize = 0xC6C; // uint32 - pub const m_allAsleep: usize = 0xC70; // bool - pub const m_bFirstCollisionAfterLaunch: usize = 0xC71; // bool - pub const m_hDamageEntity: usize = 0xC74; // CHandle - pub const m_hKiller: usize = 0xC78; // CHandle - pub const m_hPhysicsAttacker: usize = 0xC7C; // CHandle - pub const m_flLastPhysicsInfluenceTime: usize = 0xC80; // GameTime_t - pub const m_flFadeOutStartTime: usize = 0xC84; // GameTime_t - pub const m_flFadeTime: usize = 0xC88; // float32 - pub const m_vecLastOrigin: usize = 0xC8C; // Vector - pub const m_flAwakeTime: usize = 0xC98; // GameTime_t - pub const m_flLastOriginChangeTime: usize = 0xC9C; // GameTime_t - pub const m_nBloodColor: usize = 0xCA0; // int32 - pub const m_strOriginClassName: usize = 0xCA8; // CUtlSymbolLarge - pub const m_strSourceClassName: usize = 0xCB0; // CUtlSymbolLarge - pub const m_bHasBeenPhysgunned: usize = 0xCB8; // bool - pub const m_bShouldTeleportPhysics: usize = 0xCB9; // bool - pub const m_flBlendWeight: usize = 0xCBC; // float32 - pub const m_flDefaultFadeScale: usize = 0xCC0; // float32 - pub const m_ragdollMins: usize = 0xCC8; // CUtlVector - pub const m_ragdollMaxs: usize = 0xCE0; // CUtlVector - pub const m_bShouldDeleteActivationRecord: usize = 0xCF8; // bool - pub const m_bValidatePoweredRagdollPose: usize = 0xD58; // bool - } - // Parent: CBreakableProp - // Fields count: 34 - // - // Metadata: - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByUserGroup - // MNetworkExcludeByName - // MNetworkExcludeByUserGroup - // MNetworkIncludeByName - // NetworkVarNames: m_bAwake (bool) - pub mod CPhysicsProp { - pub const m_MotionEnabled: usize = 0xD70; // CEntityIOOutput - pub const m_OnAwakened: usize = 0xD98; // CEntityIOOutput - pub const m_OnAwake: usize = 0xDC0; // CEntityIOOutput - pub const m_OnAsleep: usize = 0xDE8; // CEntityIOOutput - pub const m_OnPlayerUse: usize = 0xE10; // CEntityIOOutput - pub const m_OnPlayerPickup: usize = 0xE38; // CEntityIOOutput - pub const m_OnOutOfWorld: usize = 0xE60; // CEntityIOOutput - pub const m_massScale: usize = 0xE88; // float32 - pub const m_inertiaScale: usize = 0xE8C; // float32 - pub const m_buoyancyScale: usize = 0xE90; // float32 - pub const m_damageType: usize = 0xE94; // int32 - pub const m_damageToEnableMotion: usize = 0xE98; // int32 - pub const m_flForceToEnableMotion: usize = 0xE9C; // float32 - pub const m_bThrownByPlayer: usize = 0xEA0; // bool - pub const m_bDroppedByPlayer: usize = 0xEA1; // bool - pub const m_bTouchedByPlayer: usize = 0xEA2; // bool - pub const m_bFirstCollisionAfterLaunch: usize = 0xEA3; // bool - pub const m_iExploitableByPlayer: usize = 0xEA4; // int32 - pub const m_bHasBeenAwakened: usize = 0xEA8; // bool - pub const m_bIsOverrideProp: usize = 0xEA9; // bool - pub const m_fNextCheckDisableMotionContactsTime: usize = 0xEAC; // GameTime_t - pub const m_iInitialGlowState: usize = 0xEB0; // int32 - pub const m_nGlowRange: usize = 0xEB4; // int32 - pub const m_nGlowRangeMin: usize = 0xEB8; // int32 - pub const m_glowColor: usize = 0xEBC; // Color - pub const m_bForceNavIgnore: usize = 0xEC0; // bool - pub const m_bNoNavmeshBlocker: usize = 0xEC1; // bool - pub const m_bForceNpcExclude: usize = 0xEC2; // bool - pub const m_bShouldAutoConvertBackFromDebris: usize = 0xEC3; // bool - pub const m_bMuteImpactEffects: usize = 0xEC4; // bool - pub const m_bAcceptDamageFromHeldObjects: usize = 0xECC; // bool - pub const m_bEnableUseOutput: usize = 0xECD; // bool - pub const m_bAwake: usize = 0xECE; // bool - pub const m_nCollisionGroupOverride: usize = 0xED0; // int32 - } - // Parent: CPhysicsProp - // Fields count: 3 - // - // Metadata: - // MNetworkExcludeByName - // NetworkVarNames: m_ShardDesc (shard_model_desc_t) - pub mod CShatterGlassShardPhysics { - pub const m_bDebris: usize = 0xED4; // bool - pub const m_hParentShard: usize = 0xED8; // uint32 - pub const m_ShardDesc: usize = 0xEE0; // shard_model_desc_t - } - // Parent: CBaseFlex - // Fields count: 9 - // - // Metadata: - // NetworkVarNames: m_AttributeManager (CAttributeContainer) - // NetworkVarNames: m_OriginalOwnerXuidLow (uint32) - // NetworkVarNames: m_OriginalOwnerXuidHigh (uint32) - // NetworkVarNames: m_nFallbackPaintKit (int) - // NetworkVarNames: m_nFallbackSeed (int) - // NetworkVarNames: m_flFallbackWear (float) - // NetworkVarNames: m_nFallbackStatTrak (int) - pub mod CEconEntity { - pub const m_AttributeManager: usize = 0xC90; // CAttributeContainer - pub const m_OriginalOwnerXuidLow: usize = 0xF58; // uint32 - pub const m_OriginalOwnerXuidHigh: usize = 0xF5C; // uint32 - pub const m_nFallbackPaintKit: usize = 0xF60; // int32 - pub const m_nFallbackSeed: usize = 0xF64; // int32 - pub const m_flFallbackWear: usize = 0xF68; // float32 - pub const m_nFallbackStatTrak: usize = 0xF6C; // int32 - pub const m_hOldProvidee: usize = 0xF70; // CHandle - pub const m_iOldOwnerClass: usize = 0xF74; // int32 - } - // Parent: CBaseFlex - // Fields count: 14 - // - // Metadata: - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByUserGroup - // MNetworkExcludeByName - // MNetworkExcludeByUserGroup - // MNetworkExcludeByName - // MNetworkExcludeByUserGroup - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByName - // NetworkVarNames: m_bIsLive (bool) - // NetworkVarNames: m_DmgRadius (float32) - // NetworkVarNames: m_flDetonateTime (GameTime_t) - // NetworkVarNames: m_flDamage (float32) - // NetworkVarNames: m_hThrower (CHandle) - pub mod CBaseGrenade { - pub const m_OnPlayerPickup: usize = 0xC88; // CEntityIOOutput - pub const m_OnExplode: usize = 0xCB0; // CEntityIOOutput - pub const m_bHasWarnedAI: usize = 0xCD8; // bool - pub const m_bIsSmokeGrenade: usize = 0xCD9; // bool - pub const m_bIsLive: usize = 0xCDA; // bool - pub const m_DmgRadius: usize = 0xCDC; // float32 - pub const m_flDetonateTime: usize = 0xCE0; // GameTime_t - pub const m_flWarnAITime: usize = 0xCE4; // float32 - pub const m_flDamage: usize = 0xCE8; // float32 - pub const m_iszBounceSound: usize = 0xCF0; // CUtlSymbolLarge - pub const m_ExplosionSound: usize = 0xCF8; // CUtlString - pub const m_hThrower: usize = 0xD04; // CHandle - pub const m_flNextAttack: usize = 0xD1C; // GameTime_t - pub const m_hOriginalThrower: usize = 0xD20; // CHandle - } - // Parent: CBaseAnimGraph - // Fields count: 11 - // - // Metadata: - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkExcludeByUserGroup - // MNetworkOverride - // MNetworkIncludeByName - // NetworkVarNames: m_nViewModelIndex (uint32) - // NetworkVarNames: m_nAnimationParity (uint32) - // NetworkVarNames: m_flAnimationStartTime (float32) - // NetworkVarNames: m_hWeapon (CHandle) - // NetworkVarNames: m_hControlPanel (CHandle) - pub mod CBaseViewModel { - pub const m_vecLastFacing: usize = 0xBF8; // Vector - pub const m_nViewModelIndex: usize = 0xC04; // uint32 - pub const m_nAnimationParity: usize = 0xC08; // uint32 - pub const m_flAnimationStartTime: usize = 0xC0C; // float32 - pub const m_hWeapon: usize = 0xC10; // CHandle - pub const m_sVMName: usize = 0xC18; // CUtlSymbolLarge - pub const m_sAnimationPrefix: usize = 0xC20; // CUtlSymbolLarge - pub const m_hOldLayerSequence: usize = 0xC28; // HSequence - pub const m_oldLayer: usize = 0xC2C; // int32 - pub const m_oldLayerStartTime: usize = 0xC30; // float32 - pub const m_hControlPanel: usize = 0xC34; // CHandle - } - // Parent: CBaseAnimGraph - // Fields count: 26 - // - // Metadata: - // NetworkVarNames: m_bBombTicking (bool) - // NetworkVarNames: m_flC4Blow (GameTime_t) - // NetworkVarNames: m_nBombSite (int) - // NetworkVarNames: m_nSourceSoundscapeHash (int) - // NetworkVarNames: m_bCannotBeDefused (bool) - // NetworkVarNames: m_entitySpottedState (EntitySpottedState_t) - // NetworkVarNames: m_bHasExploded (bool) - // NetworkVarNames: m_flTimerLength (float) - // NetworkVarNames: m_bBeingDefused (bool) - // NetworkVarNames: m_flDefuseLength (float) - // NetworkVarNames: m_flDefuseCountDown (GameTime_t) - // NetworkVarNames: m_bBombDefused (bool) - // NetworkVarNames: m_hBombDefuser (CHandle) - // NetworkVarNames: m_hControlPanel (CHandle) - pub mod CPlantedC4 { - pub const m_bBombTicking: usize = 0xBF0; // bool - pub const m_flC4Blow: usize = 0xBF4; // GameTime_t - pub const m_nBombSite: usize = 0xBF8; // int32 - pub const m_nSourceSoundscapeHash: usize = 0xBFC; // int32 - pub const m_OnBombDefused: usize = 0xC00; // CEntityIOOutput - pub const m_OnBombBeginDefuse: usize = 0xC28; // CEntityIOOutput - pub const m_OnBombDefuseAborted: usize = 0xC50; // CEntityIOOutput - pub const m_bCannotBeDefused: usize = 0xC78; // bool - pub const m_entitySpottedState: usize = 0xC80; // EntitySpottedState_t - pub const m_nSpotRules: usize = 0xC98; // int32 - pub const m_bTrainingPlacedByPlayer: usize = 0xC9C; // bool - pub const m_bHasExploded: usize = 0xC9D; // bool - pub const m_flTimerLength: usize = 0xCA0; // float32 - pub const m_bBeingDefused: usize = 0xCA4; // bool - pub const m_fLastDefuseTime: usize = 0xCAC; // GameTime_t - pub const m_flDefuseLength: usize = 0xCB4; // float32 - pub const m_flDefuseCountDown: usize = 0xCB8; // GameTime_t - pub const m_bBombDefused: usize = 0xCBC; // bool - pub const m_hBombDefuser: usize = 0xCC0; // CHandle - pub const m_hControlPanel: usize = 0xCC4; // CHandle - pub const m_iProgressBarTime: usize = 0xCC8; // int32 - pub const m_bVoiceAlertFired: usize = 0xCCC; // bool - pub const m_bVoiceAlertPlayed: usize = 0xCCD; // bool[4] - pub const m_flNextBotBeepTime: usize = 0xCD4; // GameTime_t - pub const m_angCatchUpToPlayerEye: usize = 0xCDC; // QAngle - pub const m_flLastSpinDetectionTime: usize = 0xCE8; // GameTime_t - } - // Parent: CBaseGrenade - // Fields count: 18 - // - // Metadata: - // NetworkVarNames: m_vInitialPosition (Vector) - // NetworkVarNames: m_vInitialVelocity (Vector) - // NetworkVarNames: m_nBounces (int) - // NetworkVarNames: m_nExplodeEffectIndex (HParticleSystemDefinitionStrong) - // NetworkVarNames: m_nExplodeEffectTickBegin (int) - // NetworkVarNames: m_vecExplodeEffectOrigin (Vector) - pub mod CBaseCSGrenadeProjectile { - pub const m_vInitialPosition: usize = 0xD24; // Vector - pub const m_vInitialVelocity: usize = 0xD30; // Vector - pub const m_nBounces: usize = 0xD3C; // int32 - pub const m_nExplodeEffectIndex: usize = 0xD40; // CStrongHandle - pub const m_nExplodeEffectTickBegin: usize = 0xD48; // int32 - pub const m_vecExplodeEffectOrigin: usize = 0xD4C; // Vector - pub const m_flSpawnTime: usize = 0xD58; // GameTime_t - pub const m_unOGSExtraFlags: usize = 0xD5C; // uint8 - pub const m_bDetonationRecorded: usize = 0xD5D; // bool - pub const m_flDetonateTime: usize = 0xD60; // GameTime_t - pub const m_nItemIndex: usize = 0xD64; // uint16 - pub const m_vecOriginalSpawnLocation: usize = 0xD68; // Vector - pub const m_flLastBounceSoundTime: usize = 0xD74; // GameTime_t - pub const m_vecGrenadeSpin: usize = 0xD78; // RotationVector - pub const m_vecLastHitSurfaceNormal: usize = 0xD84; // Vector - pub const m_nTicksAtZeroVelocity: usize = 0xD90; // int32 - pub const m_bHasEverHitPlayer: usize = 0xD94; // bool - pub const m_bClearFromPlayers: usize = 0xD95; // bool - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_OwningPlayer (CHandle) - // NetworkVarNames: m_KillingPlayer (CHandle) - pub mod CItemDogtags { - pub const m_OwningPlayer: usize = 0xCC8; // CHandle - pub const m_KillingPlayer: usize = 0xCCC; // CHandle - } - // Parent: CDynamicProp - // Fields count: 34 - // - // Metadata: - // NetworkVarNames: m_AttributeManager (CAttributeContainer) - // NetworkVarNames: m_OriginalOwnerXuidLow (uint32) - // NetworkVarNames: m_OriginalOwnerXuidHigh (uint32) - // NetworkVarNames: m_jumpedThisFrame (bool) - // NetworkVarNames: m_leader (CHandle) - pub mod CChicken { - pub const m_AttributeManager: usize = 0xE88; // CAttributeContainer - pub const m_OriginalOwnerXuidLow: usize = 0x1150; // uint32 - pub const m_OriginalOwnerXuidHigh: usize = 0x1154; // uint32 - pub const m_updateTimer: usize = 0x1158; // CountdownTimer - pub const m_stuckAnchor: usize = 0x1170; // Vector - pub const m_stuckTimer: usize = 0x1180; // CountdownTimer - pub const m_collisionStuckTimer: usize = 0x1198; // CountdownTimer - pub const m_isOnGround: usize = 0x11B0; // bool - pub const m_vFallVelocity: usize = 0x11B4; // Vector - pub const m_activity: usize = 0x11C0; // ChickenActivity - pub const m_activityTimer: usize = 0x11C8; // CountdownTimer - pub const m_turnRate: usize = 0x11E0; // float32 - pub const m_fleeFrom: usize = 0x11E4; // CHandle - pub const m_moveRateThrottleTimer: usize = 0x11E8; // CountdownTimer - pub const m_startleTimer: usize = 0x1200; // CountdownTimer - pub const m_vocalizeTimer: usize = 0x1218; // CountdownTimer - pub const m_flWhenZombified: usize = 0x1230; // GameTime_t - pub const m_jumpedThisFrame: usize = 0x1234; // bool - pub const m_leader: usize = 0x1238; // CHandle - pub const m_reuseTimer: usize = 0x1240; // CountdownTimer - pub const m_hasBeenUsed: usize = 0x1258; // bool - pub const m_jumpTimer: usize = 0x1260; // CountdownTimer - pub const m_flLastJumpTime: usize = 0x1278; // float32 - pub const m_bInJump: usize = 0x127C; // bool - pub const m_isWaitingForLeader: usize = 0x127D; // bool - pub const m_repathTimer: usize = 0x3288; // CountdownTimer - pub const m_inhibitDoorTimer: usize = 0x32A0; // CountdownTimer - pub const m_inhibitObstacleAvoidanceTimer: usize = 0x3330; // CountdownTimer - pub const m_vecPathGoal: usize = 0x3350; // Vector - pub const m_flActiveFollowStartTime: usize = 0x335C; // GameTime_t - pub const m_followMinuteTimer: usize = 0x3360; // CountdownTimer - pub const m_vecLastEggPoopPosition: usize = 0x3378; // Vector - pub const m_vecEggsPooped: usize = 0x3388; // CUtlVector> - pub const m_BlockDirectionTimer: usize = 0x33A8; // CountdownTimer - } - // Parent: CEconEntity - // Fields count: 8 - // - // Metadata: - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkIncludeByName - // MNetworkExcludeByUserGroup - // MNetworkExcludeByUserGroup - // MNetworkExcludeByUserGroup - // MNetworkUserGroupProxy - // NetworkVarNames: m_nNextPrimaryAttackTick (GameTick_t) - // NetworkVarNames: m_flNextPrimaryAttackTickRatio (float32) - // NetworkVarNames: m_nNextSecondaryAttackTick (GameTick_t) - // NetworkVarNames: m_flNextSecondaryAttackTickRatio (float32) - // NetworkVarNames: m_iClip1 (int32) - // NetworkVarNames: m_iClip2 (int32) - // NetworkVarNames: m_pReserveAmmo (int) - pub mod CBasePlayerWeapon { - pub const m_nNextPrimaryAttackTick: usize = 0xF78; // GameTick_t - pub const m_flNextPrimaryAttackTickRatio: usize = 0xF7C; // float32 - pub const m_nNextSecondaryAttackTick: usize = 0xF80; // GameTick_t - pub const m_flNextSecondaryAttackTickRatio: usize = 0xF84; // float32 - pub const m_iClip1: usize = 0xF88; // int32 - pub const m_iClip2: usize = 0xF8C; // int32 - pub const m_pReserveAmmo: usize = 0xF90; // int32[2] - pub const m_OnPlayerUse: usize = 0xF98; // CEntityIOOutput - } - // Parent: CRagdollProp - // Fields count: 6 - // - // Metadata: - // NetworkVarNames: m_boneIndexAttached (uint32) - // NetworkVarNames: m_ragdollAttachedObjectIndex (uint32) - // NetworkVarNames: m_attachmentPointBoneSpace (Vector) - // NetworkVarNames: m_attachmentPointRagdollSpace (Vector) - pub mod CRagdollPropAttached { - pub const m_boneIndexAttached: usize = 0xD98; // uint32 - pub const m_ragdollAttachedObjectIndex: usize = 0xD9C; // uint32 - pub const m_attachmentPointBoneSpace: usize = 0xDA0; // Vector - pub const m_attachmentPointRagdollSpace: usize = 0xDAC; // Vector - pub const m_bShouldDetach: usize = 0xDB8; // bool - pub const m_bShouldDeleteAttachedActivationRecord: usize = 0xDC8; // bool - } - // Parent: CBaseFlex - // Fields count: 12 - // - // Metadata: - // MNetworkExcludeByUserGroup - // NetworkVarNames: m_hMyWearables (CHandle) - // NetworkVarNames: m_flFieldOfView (float) - pub mod CBaseCombatCharacter { - pub const m_bForceServerRagdoll: usize = 0xC80; // bool - pub const m_hMyWearables: usize = 0xC88; // CNetworkUtlVectorBase> - pub const m_flFieldOfView: usize = 0xCA0; // float32 - pub const m_impactEnergyScale: usize = 0xCA4; // float32 - pub const m_LastHitGroup: usize = 0xCA8; // HitGroup_t - pub const m_bApplyStressDamage: usize = 0xCAC; // bool - pub const m_bloodColor: usize = 0xCB0; // int32 - pub const m_iDamageCount: usize = 0xCF8; // int32 - pub const m_pVecRelationships: usize = 0xD00; // CUtlVector* - pub const m_strRelationships: usize = 0xD08; // CUtlSymbolLarge - pub const m_eHull: usize = 0xD10; // Hull_t - pub const m_nNavHullIdx: usize = 0xD14; // uint32 - } - // Parent: CBaseCombatCharacter - // Fields count: 25 - // - // Metadata: - // MNetworkUserGroupProxy - // MNetworkUserGroupProxy - // MNetworkExcludeByUserGroup - // MNetworkIncludeByUserGroup - // MNetworkIncludeByUserGroup - // MNetworkIncludeByUserGroup - // MNetworkIncludeByName - // MNetworkOverride - // MNetworkOverride - // MNetworkOverride - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByName - // NetworkVarNames: m_pWeaponServices (CPlayer_WeaponServices*) - // NetworkVarNames: m_pItemServices (CPlayer_ItemServices*) - // NetworkVarNames: m_pAutoaimServices (CPlayer_AutoaimServices*) - // NetworkVarNames: m_pObserverServices (CPlayer_ObserverServices*) - // NetworkVarNames: m_pWaterServices (CPlayer_WaterServices*) - // NetworkVarNames: m_pUseServices (CPlayer_UseServices*) - // NetworkVarNames: m_pFlashlightServices (CPlayer_FlashlightServices*) - // NetworkVarNames: m_pCameraServices (CPlayer_CameraServices*) - // NetworkVarNames: m_pMovementServices (CPlayer_MovementServices*) - // MNetworkUserGroupProxy - // NetworkVarNames: m_ServerViewAngleChanges (ViewAngleServerChange_t) - // NetworkVarNames: m_iHideHUD (uint32) - // NetworkVarNames: m_skybox3d (sky3dparams_t) - // NetworkVarNames: m_flDeathTime (GameTime_t) - // NetworkVarNames: m_hController (CHandle) - pub mod CBasePlayerPawn { - pub const m_pWeaponServices: usize = 0xD18; // CPlayer_WeaponServices* - pub const m_pItemServices: usize = 0xD20; // CPlayer_ItemServices* - pub const m_pAutoaimServices: usize = 0xD28; // CPlayer_AutoaimServices* - pub const m_pObserverServices: usize = 0xD30; // CPlayer_ObserverServices* - pub const m_pWaterServices: usize = 0xD38; // CPlayer_WaterServices* - pub const m_pUseServices: usize = 0xD40; // CPlayer_UseServices* - pub const m_pFlashlightServices: usize = 0xD48; // CPlayer_FlashlightServices* - pub const m_pCameraServices: usize = 0xD50; // CPlayer_CameraServices* - pub const m_pMovementServices: usize = 0xD58; // CPlayer_MovementServices* - pub const m_ServerViewAngleChanges: usize = 0xD68; // CUtlVectorEmbeddedNetworkVar - pub const m_nHighestGeneratedServerViewAngleChangeIndex: usize = 0xDB8; // uint32 - pub const v_angle: usize = 0xDBC; // QAngle - pub const v_anglePrevious: usize = 0xDC8; // QAngle - pub const m_iHideHUD: usize = 0xDD4; // uint32 - pub const m_skybox3d: usize = 0xDD8; // sky3dparams_t - pub const m_fTimeLastHurt: usize = 0xE68; // GameTime_t - pub const m_flDeathTime: usize = 0xE6C; // GameTime_t - pub const m_fNextSuicideTime: usize = 0xE70; // GameTime_t - pub const m_fInitHUD: usize = 0xE74; // bool - pub const m_pExpresser: usize = 0xE78; // CAI_Expresser* - pub const m_hController: usize = 0xE80; // CHandle - pub const m_fHltvReplayDelay: usize = 0xE88; // float32 - pub const m_fHltvReplayEnd: usize = 0xE8C; // float32 - pub const m_iHltvReplayEntity: usize = 0xE90; // CEntityIndex - pub const m_sndOpvarLatchData: usize = 0xE98; // CUtlVector - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MNetworkOverride - // NetworkVarNames: m_bShouldIgnoreOffsetAndAccuracy (bool) - // NetworkVarNames: m_nWeaponParity (uint32) - pub mod CCSGOViewModel { - pub const m_bShouldIgnoreOffsetAndAccuracy: usize = 0xC38; // bool - pub const m_nWeaponParity: usize = 0xC3C; // uint32 - pub const m_nOldWeaponParity: usize = 0xC40; // uint32 - } - // Parent: CBasePlayerWeapon - // Fields count: 62 - // - // Metadata: - // MNetworkExcludeByName - // NetworkVarNames: m_flFireSequenceStartTime (float) - // NetworkVarNames: m_nFireSequenceStartTimeChange (int) - // NetworkVarNames: m_ePlayerFireEvent (PlayerAnimEvent_t) - // NetworkVarNames: m_ePlayerFireEventAttackType (WeaponAttackType_t) - // NetworkVarNames: m_iState (CSWeaponState_t) - // NetworkVarNames: m_nViewModelIndex (uint32) - // NetworkVarNames: m_flTimeWeaponIdle (GameTime_t) - // NetworkVarNames: m_weaponMode (CSWeaponMode) - // NetworkVarNames: m_fAccuracyPenalty (float) - // NetworkVarNames: m_iRecoilIndex (int) - // NetworkVarNames: m_flRecoilIndex (float) - // NetworkVarNames: m_bBurstMode (bool) - // NetworkVarNames: m_nPostponeFireReadyTicks (GameTick_t) - // NetworkVarNames: m_flPostponeFireReadyFrac (float) - // NetworkVarNames: m_bInReload (bool) - // NetworkVarNames: m_bReloadVisuallyComplete (bool) - // NetworkVarNames: m_flDroppedAtTime (GameTime_t) - // NetworkVarNames: m_bIsHauledBack (bool) - // NetworkVarNames: m_bSilencerOn (bool) - // NetworkVarNames: m_flTimeSilencerSwitchComplete (GameTime_t) - // NetworkVarNames: m_iOriginalTeamNumber (int) - // NetworkVarNames: m_hPrevOwner (CHandle) - // NetworkVarNames: m_nDropTick (GameTick_t) - // NetworkVarNames: m_fLastShotTime (GameTime_t) - // NetworkVarNames: m_iIronSightMode (int) - // NetworkVarNames: m_iNumEmptyAttacks (int) - pub mod CCSWeaponBase { - pub const m_bRemoveable: usize = 0xFE8; // bool - pub const m_flFireSequenceStartTime: usize = 0xFF0; // float32 - pub const m_nFireSequenceStartTimeChange: usize = 0xFF4; // int32 - pub const m_nFireSequenceStartTimeAck: usize = 0xFF8; // int32 - pub const m_ePlayerFireEvent: usize = 0xFFC; // PlayerAnimEvent_t - pub const m_ePlayerFireEventAttackType: usize = 0x1000; // WeaponAttackType_t - pub const m_seqIdle: usize = 0x1004; // HSequence - pub const m_seqFirePrimary: usize = 0x1008; // HSequence - pub const m_seqFireSecondary: usize = 0x100C; // HSequence - pub const m_thirdPersonFireSequences: usize = 0x1010; // CUtlVector - pub const m_hCurrentThirdPersonSequence: usize = 0x1028; // HSequence - pub const m_nSilencerBoneIndex: usize = 0x102C; // int32 - pub const m_thirdPersonSequences: usize = 0x1030; // HSequence[7] - pub const m_bPlayerAmmoStockOnPickup: usize = 0x1058; // bool - pub const m_bRequireUseToTouch: usize = 0x1059; // bool - pub const m_iState: usize = 0x105C; // CSWeaponState_t - pub const m_flLastTimeInAir: usize = 0x1060; // GameTime_t - pub const m_flLastDeployTime: usize = 0x1064; // GameTime_t - pub const m_nLastEmptySoundCmdNum: usize = 0x1068; // int32 - pub const m_nViewModelIndex: usize = 0x106C; // uint32 - pub const m_bReloadsWithClips: usize = 0x1070; // bool - pub const m_flTimeWeaponIdle: usize = 0x1090; // GameTime_t - pub const m_bFireOnEmpty: usize = 0x1094; // bool - pub const m_OnPlayerPickup: usize = 0x1098; // CEntityIOOutput - pub const m_weaponMode: usize = 0x10C0; // CSWeaponMode - pub const m_flTurningInaccuracyDelta: usize = 0x10C4; // float32 - pub const m_vecTurningInaccuracyEyeDirLast: usize = 0x10C8; // Vector - pub const m_flTurningInaccuracy: usize = 0x10D4; // float32 - pub const m_fAccuracyPenalty: usize = 0x10D8; // float32 - pub const m_flLastAccuracyUpdateTime: usize = 0x10DC; // GameTime_t - pub const m_fAccuracySmoothedForZoom: usize = 0x10E0; // float32 - pub const m_fScopeZoomEndTime: usize = 0x10E4; // GameTime_t - pub const m_iRecoilIndex: usize = 0x10E8; // int32 - pub const m_flRecoilIndex: usize = 0x10EC; // float32 - pub const m_bBurstMode: usize = 0x10F0; // bool - pub const m_nPostponeFireReadyTicks: usize = 0x10F4; // GameTick_t - pub const m_flPostponeFireReadyFrac: usize = 0x10F8; // float32 - pub const m_bInReload: usize = 0x10FC; // bool - pub const m_bReloadVisuallyComplete: usize = 0x10FD; // bool - pub const m_flDroppedAtTime: usize = 0x1100; // GameTime_t - pub const m_bIsHauledBack: usize = 0x1104; // bool - pub const m_bSilencerOn: usize = 0x1105; // bool - pub const m_flTimeSilencerSwitchComplete: usize = 0x1108; // GameTime_t - pub const m_iOriginalTeamNumber: usize = 0x110C; // int32 - pub const m_flNextAttackRenderTimeOffset: usize = 0x1110; // float32 - pub const m_bCanBePickedUp: usize = 0x1128; // bool - pub const m_bUseCanOverrideNextOwnerTouchTime: usize = 0x1129; // bool - pub const m_nextOwnerTouchTime: usize = 0x112C; // GameTime_t - pub const m_nextPrevOwnerTouchTime: usize = 0x1130; // GameTime_t - pub const m_hPrevOwner: usize = 0x1134; // CHandle - pub const m_nDropTick: usize = 0x1138; // GameTick_t - pub const m_donated: usize = 0x115C; // bool - pub const m_fLastShotTime: usize = 0x1160; // GameTime_t - pub const m_bWasOwnedByCT: usize = 0x1164; // bool - pub const m_bWasOwnedByTerrorist: usize = 0x1165; // bool - pub const m_bFiredOutOfAmmoEvent: usize = 0x1166; // bool - pub const m_numRemoveUnownedWeaponThink: usize = 0x1168; // int32 - pub const m_IronSightController: usize = 0x1170; // CIronSightController - pub const m_iIronSightMode: usize = 0x1188; // int32 - pub const m_flLastLOSTraceFailureTime: usize = 0x118C; // GameTime_t - pub const m_iNumEmptyAttacks: usize = 0x1190; // int32 - pub const m_flWatTickOffset: usize = 0x1194; // float32 - } - // Parent: CCSWeaponBase - // Fields count: 9 - // - // Metadata: - // NetworkVarNames: m_zoomLevel (int) - // NetworkVarNames: m_iBurstShotsRemaining (int) - // NetworkVarNames: m_bNeedsBoltAction (bool) - pub mod CCSWeaponBaseGun { - pub const m_zoomLevel: usize = 0x1198; // int32 - pub const m_iBurstShotsRemaining: usize = 0x119C; // int32 - pub const m_silencedModelIndex: usize = 0x11A8; // int32 - pub const m_inPrecache: usize = 0x11AC; // bool - pub const m_bNeedsBoltAction: usize = 0x11AD; // bool - pub const m_bSkillReloadAvailable: usize = 0x11AE; // bool - pub const m_bSkillReloadLiftedReloadKey: usize = 0x11AF; // bool - pub const m_bSkillBoltInterruptAvailable: usize = 0x11B0; // bool - pub const m_bSkillBoltLiftedFireKey: usize = 0x11B1; // bool - } - // Parent: CCSWeaponBase - // Fields count: 11 - // - // Metadata: - // NetworkVarNames: m_bStartedArming (bool) - // NetworkVarNames: m_fArmedTime (GameTime_t) - // NetworkVarNames: m_bBombPlacedAnimation (bool) - // NetworkVarNames: m_bIsPlantingViaUse (bool) - // NetworkVarNames: m_entitySpottedState (EntitySpottedState_t) - pub mod CC4 { - pub const m_vecLastValidPlayerHeldPosition: usize = 0x1198; // Vector - pub const m_vecLastValidDroppedPosition: usize = 0x11A4; // Vector - pub const m_bDoValidDroppedPositionCheck: usize = 0x11B0; // bool - pub const m_bStartedArming: usize = 0x11B1; // bool - pub const m_fArmedTime: usize = 0x11B4; // GameTime_t - pub const m_bBombPlacedAnimation: usize = 0x11B8; // bool - pub const m_bIsPlantingViaUse: usize = 0x11B9; // bool - pub const m_entitySpottedState: usize = 0x11C0; // EntitySpottedState_t - pub const m_nSpotRules: usize = 0x11D8; // int32 - pub const m_bPlayedArmingBeeps: usize = 0x11DC; // bool[7] - pub const m_bBombPlanted: usize = 0x11E3; // bool - } - // Parent: CCSWeaponBaseGun - // Fields count: 1 - // - // Metadata: - // NetworkVarNames: m_fFireTime (GameTime_t) - pub mod CWeaponTaser { - pub const m_fFireTime: usize = 0x11B4; // GameTime_t - } - // Parent: CCSWeaponBaseGun - // Fields count: 3 - // - // Metadata: - // NetworkVarNames: m_flDisplayHealth (float) - pub mod CWeaponShield { - pub const m_flBulletDamageAbsorbed: usize = 0x11B4; // float32 - pub const m_flLastBulletHitSoundTime: usize = 0x11B8; // GameTime_t - pub const m_flDisplayHealth: usize = 0x11BC; // float32 - } - // Parent: CBaseCSGrenadeProjectile - // Fields count: 4 - // - // Metadata: - // NetworkVarNames: m_bIsIncGrenade (bool) - pub mod CMolotovProjectile { - pub const m_bIsIncGrenade: usize = 0xD96; // bool - pub const m_bDetonated: usize = 0xDA0; // bool - pub const m_stillTimer: usize = 0xDA8; // IntervalTimer - pub const m_bHasBouncedOffPlayer: usize = 0xE88; // bool - } - // Parent: CBaseCSGrenadeProjectile - // Fields count: 4 - // - // Metadata: - // NetworkVarNames: m_nDecoyShotTick (int) - pub mod CDecoyProjectile { - pub const m_nDecoyShotTick: usize = 0xDA0; // int32 - pub const m_shotsRemaining: usize = 0xDA4; // int32 - pub const m_fExpireTime: usize = 0xDA8; // GameTime_t - pub const m_decoyWeaponDefIndex: usize = 0xDB8; // uint16 - } - // Parent: CBaseCSGrenadeProjectile - // Fields count: 8 - // - // Metadata: - // NetworkVarNames: m_nSmokeEffectTickBegin (int) - // NetworkVarNames: m_bDidSmokeEffect (bool) - // NetworkVarNames: m_nRandomSeed (int) - // NetworkVarNames: m_vSmokeColor (Vector) - // NetworkVarNames: m_vSmokeDetonationPos (Vector) - // NetworkVarNames: m_VoxelFrameData (CUtlVector) - pub mod CSmokeGrenadeProjectile { - pub const m_nSmokeEffectTickBegin: usize = 0xDB0; // int32 - pub const m_bDidSmokeEffect: usize = 0xDB4; // bool - pub const m_nRandomSeed: usize = 0xDB8; // int32 - pub const m_vSmokeColor: usize = 0xDBC; // Vector - pub const m_vSmokeDetonationPos: usize = 0xDC8; // Vector - pub const m_VoxelFrameData: usize = 0xDD8; // CUtlVector - pub const m_flLastBounce: usize = 0xDF0; // GameTime_t - pub const m_fllastSimulationTime: usize = 0xDF4; // GameTime_t - } - // Parent: CCSWeaponBase - // Fields count: 13 - // - // Metadata: - // NetworkVarNames: m_bRedraw (bool) - // NetworkVarNames: m_bIsHeldByPlayer (bool) - // NetworkVarNames: m_bPinPulled (bool) - // NetworkVarNames: m_bJumpThrow (bool) - // NetworkVarNames: m_bThrowAnimating (bool) - // NetworkVarNames: m_fThrowTime (GameTime_t) - // NetworkVarNames: m_flThrowStrength (float) - // NetworkVarNames: m_flThrowStrengthApproach (float) - // NetworkVarNames: m_fDropTime (GameTime_t) - // NetworkVarNames: m_bJustPulledPin (bool) - // NetworkVarNames: m_nNextHoldTick (GameTick_t) - // NetworkVarNames: m_flNextHoldFrac (float) - // NetworkVarNames: m_hSwitchToWeaponAfterThrow (CHandle) - pub mod CBaseCSGrenade { - pub const m_bRedraw: usize = 0x1198; // bool - pub const m_bIsHeldByPlayer: usize = 0x1199; // bool - pub const m_bPinPulled: usize = 0x119A; // bool - pub const m_bJumpThrow: usize = 0x119B; // bool - pub const m_bThrowAnimating: usize = 0x119C; // bool - pub const m_fThrowTime: usize = 0x11A0; // GameTime_t - pub const m_flThrowStrength: usize = 0x11A4; // float32 - pub const m_flThrowStrengthApproach: usize = 0x11A8; // float32 - pub const m_fDropTime: usize = 0x11AC; // GameTime_t - pub const m_bJustPulledPin: usize = 0x11B0; // bool - pub const m_nNextHoldTick: usize = 0x11B4; // GameTick_t - pub const m_flNextHoldFrac: usize = 0x11B8; // float32 - pub const m_hSwitchToWeaponAfterThrow: usize = 0x11BC; // CHandle - } - // Parent: CCSWeaponBase - // Fields count: 2 - // - // Metadata: - // NetworkVarNames: m_SequenceCompleteTimer (CountdownTimer) - // NetworkVarNames: m_bRedraw (bool) - pub mod CWeaponBaseItem { - pub const m_SequenceCompleteTimer: usize = 0x1198; // CountdownTimer - pub const m_bRedraw: usize = 0x11B0; // bool - } - // Parent: CCSWeaponBase - // Fields count: 7 - // - // Metadata: - // NetworkVarNames: m_bPlayingUninterruptableAct (bool) - // NetworkVarNames: m_nUninterruptableActivity (PlayerAnimEvent_t) - pub mod CFists { - pub const m_bPlayingUninterruptableAct: usize = 0x1198; // bool - pub const m_nUninterruptableActivity: usize = 0x119C; // PlayerAnimEvent_t - pub const m_bRestorePrevWep: usize = 0x11A0; // bool - pub const m_hWeaponBeforePrevious: usize = 0x11A4; // CHandle - pub const m_hWeaponPrevious: usize = 0x11A8; // CHandle - pub const m_bDelayedHardPunchIncoming: usize = 0x11AC; // bool - pub const m_bDestroyAfterTaunt: usize = 0x11AD; // bool - } - // Parent: CBasePlayerPawn - // Fields count: 136 - // - // Metadata: - // NetworkVarNames: m_CTouchExpansionComponent (CTouchExpansionComponent::Storage_t) - // MNetworkExcludeByName - // MNetworkExcludeByName - // MNetworkExcludeByUserGroup - // MNetworkExcludeByName - // MNetworkExcludeByName - // NetworkVarNames: m_pPingServices (CCSPlayer_PingServices*) - // NetworkVarNames: m_pViewModelServices (CPlayer_ViewModelServices*) - // NetworkVarNames: m_hOriginalController (CHandle) - // NetworkVarNames: m_entitySpottedState (EntitySpottedState_t) - // NetworkVarNames: m_iPlayerState (CSPlayerState) - // NetworkVarNames: m_bIsScoped (bool) - // NetworkVarNames: m_bIsWalking (bool) - // NetworkVarNames: m_bResumeZoom (bool) - // NetworkVarNames: m_bIsDefusing (bool) - // NetworkVarNames: m_bIsGrabbingHostage (bool) - // NetworkVarNames: m_iBlockingUseActionInProgress (CSPlayerBlockingUseAction_t) - // NetworkVarNames: m_fImmuneToGunGameDamageTime (GameTime_t) - // NetworkVarNames: m_bGunGameImmunity (bool) - // NetworkVarNames: m_GunGameImmunityColor (Color) - // NetworkVarNames: m_fMolotovDamageTime (float) - // NetworkVarNames: m_bHasMovedSinceSpawn (bool) - // NetworkVarNames: m_bCanMoveDuringFreezePeriod (bool) - // NetworkVarNames: m_flGuardianTooFarDistFrac (float) - // NetworkVarNames: m_flDetectedByEnemySensorTime (GameTime_t) - // NetworkVarNames: m_nHeavyAssaultSuitCooldownRemaining (int) - // NetworkVarNames: m_flEmitSoundTime (GameTime_t) - // NetworkVarNames: m_bHasNightVision (bool) - // NetworkVarNames: m_bNightVisionOn (bool) - // NetworkVarNames: m_bInNoDefuseArea (bool) - // NetworkVarNames: m_bKilledByTaser (bool) - // NetworkVarNames: m_iMoveState (int) - // NetworkVarNames: m_nWhichBombZone (int) - // NetworkVarNames: m_iDirection (int) - // NetworkVarNames: m_iShotsFired (int) - // NetworkVarNames: m_ArmorValue (int32) - // NetworkVarNames: m_flVelocityModifier (float) - // NetworkVarNames: m_flHitHeading (float) - // NetworkVarNames: m_nHitBodyPart (int) - // NetworkVarNames: m_flFlashDuration (float) - // NetworkVarNames: m_flFlashMaxAlpha (float) - // NetworkVarNames: m_flProgressBarStartTime (float) - // NetworkVarNames: m_iProgressBarDuration (int) - // NetworkVarNames: m_bWaitForNoAttack (bool) - // NetworkVarNames: m_flLowerBodyYawTarget (float) - // NetworkVarNames: m_bStrafing (bool) - // NetworkVarNames: m_thirdPersonHeading (QAngle) - // NetworkVarNames: m_flSlopeDropOffset (float) - // NetworkVarNames: m_flSlopeDropHeight (float) - // NetworkVarNames: m_vHeadConstraintOffset (Vector) - // NetworkVarNames: m_angEyeAngles (QAngle) - // NetworkVarNames: m_bHideTargetID (bool) - // NetworkVarNames: m_bHud_MiniScoreHidden (bool) - // NetworkVarNames: m_bHud_RadarHidden (bool) - // NetworkVarNames: m_nLastKillerIndex (CEntityIndex) - // NetworkVarNames: m_nLastConcurrentKilled (int) - // NetworkVarNames: m_nDeathCamMusic (int) - // NetworkVarNames: m_iAddonBits (int) - // NetworkVarNames: m_iPrimaryAddon (int) - // NetworkVarNames: m_iSecondaryAddon (int) - // NetworkVarNames: m_vecPlayerPatchEconIndices (uint32) - // NetworkVarNames: m_unCurrentEquipmentValue (uint16) - // NetworkVarNames: m_unRoundStartEquipmentValue (uint16) - // NetworkVarNames: m_unFreezetimeEndEquipmentValue (uint16) - // NetworkVarNames: m_nSurvivalTeamNumber (int) - // NetworkVarNames: m_bKilledByHeadshot (bool) - pub mod CCSPlayerPawnBase { - pub const m_CTouchExpansionComponent: usize = 0xEC8; // CTouchExpansionComponent - pub const m_pPingServices: usize = 0xF18; // CCSPlayer_PingServices* - pub const m_pViewModelServices: usize = 0xF20; // CPlayer_ViewModelServices* - pub const m_iDisplayHistoryBits: usize = 0xF28; // uint32 - pub const m_flLastAttackedTeammate: usize = 0xF2C; // float32 - pub const m_hOriginalController: usize = 0xF30; // CHandle - pub const m_blindUntilTime: usize = 0xF34; // GameTime_t - pub const m_blindStartTime: usize = 0xF38; // GameTime_t - pub const m_allowAutoFollowTime: usize = 0xF3C; // GameTime_t - pub const m_entitySpottedState: usize = 0xF40; // EntitySpottedState_t - pub const m_nSpotRules: usize = 0xF58; // int32 - pub const m_iPlayerState: usize = 0xF5C; // CSPlayerState - pub const m_chickenIdleSoundTimer: usize = 0xF68; // CountdownTimer - pub const m_chickenJumpSoundTimer: usize = 0xF80; // CountdownTimer - pub const m_vecLastBookmarkedPosition: usize = 0x1038; // Vector - pub const m_flLastDistanceTraveledNotice: usize = 0x1044; // float32 - pub const m_flAccumulatedDistanceTraveled: usize = 0x1048; // float32 - pub const m_flLastFriendlyFireDamageReductionRatio: usize = 0x104C; // float32 - pub const m_bRespawning: usize = 0x1050; // bool - pub const m_nLastPickupPriority: usize = 0x1054; // int32 - pub const m_flLastPickupPriorityTime: usize = 0x1058; // float32 - pub const m_bIsScoped: usize = 0x105C; // bool - pub const m_bIsWalking: usize = 0x105D; // bool - pub const m_bResumeZoom: usize = 0x105E; // bool - pub const m_bIsDefusing: usize = 0x105F; // bool - pub const m_bIsGrabbingHostage: usize = 0x1060; // bool - pub const m_iBlockingUseActionInProgress: usize = 0x1064; // CSPlayerBlockingUseAction_t - pub const m_fImmuneToGunGameDamageTime: usize = 0x1068; // GameTime_t - pub const m_bGunGameImmunity: usize = 0x106C; // bool - pub const m_GunGameImmunityColor: usize = 0x106D; // Color - pub const m_fMolotovDamageTime: usize = 0x1074; // float32 - pub const m_bHasMovedSinceSpawn: usize = 0x1078; // bool - pub const m_bCanMoveDuringFreezePeriod: usize = 0x1079; // bool - pub const m_flGuardianTooFarDistFrac: usize = 0x107C; // float32 - pub const m_flNextGuardianTooFarHurtTime: usize = 0x1080; // float32 - pub const m_flDetectedByEnemySensorTime: usize = 0x1084; // GameTime_t - pub const m_flDealtDamageToEnemyMostRecentTimestamp: usize = 0x1088; // float32 - pub const m_flLastEquippedHelmetTime: usize = 0x108C; // GameTime_t - pub const m_flLastEquippedArmorTime: usize = 0x1090; // GameTime_t - pub const m_nHeavyAssaultSuitCooldownRemaining: usize = 0x1094; // int32 - pub const m_bResetArmorNextSpawn: usize = 0x1098; // bool - pub const m_flLastBumpMineBumpTime: usize = 0x109C; // GameTime_t - pub const m_flEmitSoundTime: usize = 0x10A0; // GameTime_t - pub const m_iNumSpawns: usize = 0x10A4; // int32 - pub const m_iShouldHaveCash: usize = 0x10A8; // int32 - pub const m_flIdleTimeSinceLastAction: usize = 0x10B0; // float32 - pub const m_flNameChangeHistory: usize = 0x10B4; // float32[5] - pub const m_fLastGivenDefuserTime: usize = 0x10C8; // float32 - pub const m_fLastGivenBombTime: usize = 0x10CC; // float32 - pub const m_bHasNightVision: usize = 0x10D0; // bool - pub const m_bNightVisionOn: usize = 0x10D1; // bool - pub const m_fNextRadarUpdateTime: usize = 0x10D4; // float32 - pub const m_flLastMoneyUpdateTime: usize = 0x10D8; // float32 - pub const m_MenuStringBuffer: usize = 0x10DC; // char[1024] - pub const m_fIntroCamTime: usize = 0x14DC; // float32 - pub const m_nMyCollisionGroup: usize = 0x14E0; // int32 - pub const m_bInNoDefuseArea: usize = 0x14E4; // bool - pub const m_bKilledByTaser: usize = 0x14E5; // bool - pub const m_iMoveState: usize = 0x14E8; // int32 - pub const m_grenadeParameterStashTime: usize = 0x14EC; // GameTime_t - pub const m_bGrenadeParametersStashed: usize = 0x14F0; // bool - pub const m_angStashedShootAngles: usize = 0x14F4; // QAngle - pub const m_vecStashedGrenadeThrowPosition: usize = 0x1500; // Vector - pub const m_vecStashedVelocity: usize = 0x150C; // Vector - pub const m_angShootAngleHistory: usize = 0x1518; // QAngle[2] - pub const m_vecThrowPositionHistory: usize = 0x1530; // Vector[2] - pub const m_vecVelocityHistory: usize = 0x1548; // Vector[2] - pub const m_bDiedAirborne: usize = 0x1560; // bool - pub const m_iBombSiteIndex: usize = 0x1564; // CEntityIndex - pub const m_nWhichBombZone: usize = 0x1568; // int32 - pub const m_bInBombZoneTrigger: usize = 0x156C; // bool - pub const m_bWasInBombZoneTrigger: usize = 0x156D; // bool - pub const m_iDirection: usize = 0x1570; // int32 - pub const m_iShotsFired: usize = 0x1574; // int32 - pub const m_ArmorValue: usize = 0x1578; // int32 - pub const m_flFlinchStack: usize = 0x157C; // float32 - pub const m_flVelocityModifier: usize = 0x1580; // float32 - pub const m_flHitHeading: usize = 0x1584; // float32 - pub const m_nHitBodyPart: usize = 0x1588; // int32 - pub const m_iHostagesKilled: usize = 0x158C; // int32 - pub const m_vecTotalBulletForce: usize = 0x1590; // Vector - pub const m_flFlashDuration: usize = 0x159C; // float32 - pub const m_flFlashMaxAlpha: usize = 0x15A0; // float32 - pub const m_flProgressBarStartTime: usize = 0x15A4; // float32 - pub const m_iProgressBarDuration: usize = 0x15A8; // int32 - pub const m_bWaitForNoAttack: usize = 0x15AC; // bool - pub const m_flLowerBodyYawTarget: usize = 0x15B0; // float32 - pub const m_bStrafing: usize = 0x15B4; // bool - pub const m_lastStandingPos: usize = 0x15B8; // Vector - pub const m_ignoreLadderJumpTime: usize = 0x15C4; // float32 - pub const m_ladderSurpressionTimer: usize = 0x15C8; // CountdownTimer - pub const m_lastLadderNormal: usize = 0x15E0; // Vector - pub const m_lastLadderPos: usize = 0x15EC; // Vector - pub const m_thirdPersonHeading: usize = 0x15F8; // QAngle - pub const m_flSlopeDropOffset: usize = 0x1604; // float32 - pub const m_flSlopeDropHeight: usize = 0x1608; // float32 - pub const m_vHeadConstraintOffset: usize = 0x160C; // Vector - pub const m_iLastWeaponFireUsercmd: usize = 0x1620; // int32 - pub const m_angEyeAngles: usize = 0x1624; // QAngle - pub const m_bVCollisionInitted: usize = 0x1630; // bool - pub const m_storedSpawnPosition: usize = 0x1634; // Vector - pub const m_storedSpawnAngle: usize = 0x1640; // QAngle - pub const m_bIsSpawning: usize = 0x164C; // bool - pub const m_bHideTargetID: usize = 0x164D; // bool - pub const m_nNumDangerZoneDamageHits: usize = 0x1650; // int32 - pub const m_bHud_MiniScoreHidden: usize = 0x1654; // bool - pub const m_bHud_RadarHidden: usize = 0x1655; // bool - pub const m_nLastKillerIndex: usize = 0x1658; // CEntityIndex - pub const m_nLastConcurrentKilled: usize = 0x165C; // int32 - pub const m_nDeathCamMusic: usize = 0x1660; // int32 - pub const m_iAddonBits: usize = 0x1664; // int32 - pub const m_iPrimaryAddon: usize = 0x1668; // int32 - pub const m_iSecondaryAddon: usize = 0x166C; // int32 - pub const m_currentDeafnessFilter: usize = 0x1670; // CUtlStringToken - pub const m_NumEnemiesKilledThisSpawn: usize = 0x1674; // int32 - pub const m_NumEnemiesKilledThisRound: usize = 0x1678; // int32 - pub const m_NumEnemiesAtRoundStart: usize = 0x167C; // int32 - pub const m_wasNotKilledNaturally: usize = 0x1680; // bool - pub const m_vecPlayerPatchEconIndices: usize = 0x1684; // uint32[5] - pub const m_iDeathFlags: usize = 0x1698; // int32 - pub const m_hPet: usize = 0x169C; // CHandle - pub const m_unCurrentEquipmentValue: usize = 0x1868; // uint16 - pub const m_unRoundStartEquipmentValue: usize = 0x186A; // uint16 - pub const m_unFreezetimeEndEquipmentValue: usize = 0x186C; // uint16 - pub const m_nSurvivalTeamNumber: usize = 0x1870; // int32 - pub const m_bHasDeathInfo: usize = 0x1874; // bool - pub const m_flDeathInfoTime: usize = 0x1878; // float32 - pub const m_vecDeathInfoOrigin: usize = 0x187C; // Vector - pub const m_bKilledByHeadshot: usize = 0x1888; // bool - pub const m_LastHitBox: usize = 0x188C; // int32 - pub const m_LastHealth: usize = 0x1890; // int32 - pub const m_flLastCollisionCeiling: usize = 0x1894; // float32 - pub const m_flLastCollisionCeilingChangeTime: usize = 0x1898; // float32 - pub const m_pBot: usize = 0x18A0; // CCSBot* - pub const m_bBotAllowActive: usize = 0x18A8; // bool - pub const m_bCommittingSuicideOnTeamChange: usize = 0x18A9; // bool - } - // Parent: CCSPlayerPawnBase - // Fields count: 0 - // - // Metadata: - // MNetworkVarTypeOverride - // MNetworkIncludeByName - // MNetworkVarTypeOverride - // MNetworkIncludeByName - // MNetworkVarTypeOverride - // MNetworkIncludeByName - // MNetworkVarTypeOverride - // MNetworkIncludeByName - // MNetworkVarTypeOverride - // MNetworkIncludeByName - pub mod CCSObserverPawn { - } - // Parent: CCSPlayerPawnBase - // Fields count: 49 - // - // Metadata: - // MNetworkVarTypeOverride - // MNetworkIncludeByName - // MNetworkVarTypeOverride - // MNetworkIncludeByName - // MNetworkVarTypeOverride - // MNetworkIncludeByName - // MNetworkVarTypeOverride - // MNetworkIncludeByName - // MNetworkVarTypeOverride - // MNetworkIncludeByName - // MNetworkVarTypeOverride - // MNetworkIncludeByName - // MNetworkVarTypeOverride - // MNetworkIncludeByName - // NetworkVarNames: m_pBulletServices (CCSPlayer_BulletServices*) - // NetworkVarNames: m_pHostageServices (CCSPlayer_HostageServices*) - // NetworkVarNames: m_pBuyServices (CCSPlayer_BuyServices*) - // NetworkVarNames: m_pActionTrackingServices (CCSPlayer_ActionTrackingServices*) - // NetworkVarNames: m_bHasFemaleVoice (bool) - // NetworkVarNames: m_szLastPlaceName (char) - // NetworkVarNames: m_bInBuyZone (bool) - // NetworkVarNames: m_bInHostageRescueZone (bool) - // NetworkVarNames: m_bInBombZone (bool) - // NetworkVarNames: m_iRetakesOffering (int) - // NetworkVarNames: m_iRetakesOfferingCard (int) - // NetworkVarNames: m_bRetakesHasDefuseKit (bool) - // NetworkVarNames: m_bRetakesMVPLastRound (bool) - // NetworkVarNames: m_iRetakesMVPBoostItem (int) - // NetworkVarNames: m_RetakesMVPBoostExtraUtility (loadout_slot_t) - // NetworkVarNames: m_flHealthShotBoostExpirationTime (GameTime_t) - // NetworkVarNames: m_aimPunchAngle (QAngle) - // NetworkVarNames: m_aimPunchAngleVel (QAngle) - // NetworkVarNames: m_aimPunchTickBase (int) - // NetworkVarNames: m_aimPunchTickFraction (float) - // NetworkVarNames: m_bIsBuyMenuOpen (bool) - // NetworkVarNames: m_flTimeOfLastInjury (GameTime_t) - // NetworkVarNames: m_flNextSprayDecalTime (GameTime_t) - // NetworkVarNames: m_nRagdollDamageBone (int) - // NetworkVarNames: m_vRagdollDamageForce (Vector) - // NetworkVarNames: m_vRagdollDamagePosition (Vector) - // NetworkVarNames: m_szRagdollDamageWeaponName (char) - // NetworkVarNames: m_bRagdollDamageHeadshot (bool) - // NetworkVarNames: m_vRagdollServerOrigin (Vector) - // NetworkVarNames: m_EconGloves (CEconItemView) - // NetworkVarNames: m_nEconGlovesChanged (uint8) - // NetworkVarNames: m_qDeathEyeAngles (QAngle) - pub mod CCSPlayerPawn { - pub const m_pBulletServices: usize = 0x18B0; // CCSPlayer_BulletServices* - pub const m_pHostageServices: usize = 0x18B8; // CCSPlayer_HostageServices* - pub const m_pBuyServices: usize = 0x18C0; // CCSPlayer_BuyServices* - pub const m_pActionTrackingServices: usize = 0x18C8; // CCSPlayer_ActionTrackingServices* - pub const m_pRadioServices: usize = 0x18D0; // CCSPlayer_RadioServices* - pub const m_pDamageReactServices: usize = 0x18D8; // CCSPlayer_DamageReactServices* - pub const m_nCharacterDefIndex: usize = 0x18E0; // uint16 - pub const m_hPreviousModel: usize = 0x18E8; // CStrongHandle - pub const m_bHasFemaleVoice: usize = 0x18F0; // bool - pub const m_strVOPrefix: usize = 0x18F8; // CUtlString - pub const m_szLastPlaceName: usize = 0x1900; // char[18] - pub const m_bInHostageResetZone: usize = 0x19C0; // bool - pub const m_bInBuyZone: usize = 0x19C1; // bool - pub const m_bWasInBuyZone: usize = 0x19C2; // bool - pub const m_bInHostageRescueZone: usize = 0x19C3; // bool - pub const m_bInBombZone: usize = 0x19C4; // bool - pub const m_bWasInHostageRescueZone: usize = 0x19C5; // bool - pub const m_iRetakesOffering: usize = 0x19C8; // int32 - pub const m_iRetakesOfferingCard: usize = 0x19CC; // int32 - pub const m_bRetakesHasDefuseKit: usize = 0x19D0; // bool - pub const m_bRetakesMVPLastRound: usize = 0x19D1; // bool - pub const m_iRetakesMVPBoostItem: usize = 0x19D4; // int32 - pub const m_RetakesMVPBoostExtraUtility: usize = 0x19D8; // loadout_slot_t - pub const m_flHealthShotBoostExpirationTime: usize = 0x19DC; // GameTime_t - pub const m_flLandseconds: usize = 0x19E0; // float32 - pub const m_aimPunchAngle: usize = 0x19E4; // QAngle - pub const m_aimPunchAngleVel: usize = 0x19F0; // QAngle - pub const m_aimPunchTickBase: usize = 0x19FC; // int32 - pub const m_aimPunchTickFraction: usize = 0x1A00; // float32 - pub const m_aimPunchCache: usize = 0x1A08; // CUtlVector - pub const m_bIsBuyMenuOpen: usize = 0x1A20; // bool - pub const m_xLastHeadBoneTransform: usize = 0x2060; // CTransform - pub const m_bLastHeadBoneTransformIsValid: usize = 0x2080; // bool - pub const m_lastLandTime: usize = 0x2084; // GameTime_t - pub const m_bOnGroundLastTick: usize = 0x2088; // bool - pub const m_iPlayerLocked: usize = 0x208C; // int32 - pub const m_flTimeOfLastInjury: usize = 0x2094; // GameTime_t - pub const m_flNextSprayDecalTime: usize = 0x2098; // GameTime_t - pub const m_bNextSprayDecalTimeExpedited: usize = 0x209C; // bool - pub const m_nRagdollDamageBone: usize = 0x20A0; // int32 - pub const m_vRagdollDamageForce: usize = 0x20A4; // Vector - pub const m_vRagdollDamagePosition: usize = 0x20B0; // Vector - pub const m_szRagdollDamageWeaponName: usize = 0x20BC; // char[64] - pub const m_bRagdollDamageHeadshot: usize = 0x20FC; // bool - pub const m_vRagdollServerOrigin: usize = 0x2100; // Vector - pub const m_EconGloves: usize = 0x2110; // CEconItemView - pub const m_nEconGlovesChanged: usize = 0x2388; // uint8 - pub const m_qDeathEyeAngles: usize = 0x238C; // QAngle - pub const m_bSkipOneHeadConstraintUpdate: usize = 0x2398; // bool - } - // Parent: None - // Fields count: 39 - // - // Metadata: - // NetworkVarNames: m_entitySpottedState (EntitySpottedState_t) - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // MNetworkIncludeByName - // NetworkVarNames: m_vel (Vector) - // NetworkVarNames: m_isRescued (bool) - // NetworkVarNames: m_jumpedThisFrame (bool) - // NetworkVarNames: m_nHostageState (int) - // NetworkVarNames: m_leader (CHandle) - // NetworkVarNames: m_reuseTimer (CountdownTimer) - // NetworkVarNames: m_bHandsHaveBeenCut (bool) - // NetworkVarNames: m_hHostageGrabber (CHandle) - // NetworkVarNames: m_flRescueStartTime (GameTime_t) - // NetworkVarNames: m_flGrabSuccessTime (GameTime_t) - // NetworkVarNames: m_flDropStartTime (GameTime_t) - pub mod CHostage { - pub const m_OnHostageBeginGrab: usize = 0xD30; // CEntityIOOutput - pub const m_OnFirstPickedUp: usize = 0xD58; // CEntityIOOutput - pub const m_OnDroppedNotRescued: usize = 0xD80; // CEntityIOOutput - pub const m_OnRescued: usize = 0xDA8; // CEntityIOOutput - pub const m_entitySpottedState: usize = 0xDD0; // EntitySpottedState_t - pub const m_nSpotRules: usize = 0xDE8; // int32 - pub const m_uiHostageSpawnExclusionGroupMask: usize = 0xDEC; // uint32 - pub const m_nHostageSpawnRandomFactor: usize = 0xDF0; // uint32 - pub const m_bRemove: usize = 0xDF4; // bool - pub const m_vel: usize = 0xDF8; // Vector - pub const m_isRescued: usize = 0xE04; // bool - pub const m_jumpedThisFrame: usize = 0xE05; // bool - pub const m_nHostageState: usize = 0xE08; // int32 - pub const m_leader: usize = 0xE0C; // CHandle - pub const m_lastLeader: usize = 0xE10; // CHandle - pub const m_reuseTimer: usize = 0xE18; // CountdownTimer - pub const m_hasBeenUsed: usize = 0xE30; // bool - pub const m_accel: usize = 0xE34; // Vector - pub const m_isRunning: usize = 0xE40; // bool - pub const m_isCrouching: usize = 0xE41; // bool - pub const m_jumpTimer: usize = 0xE48; // CountdownTimer - pub const m_isWaitingForLeader: usize = 0xE60; // bool - pub const m_repathTimer: usize = 0x2E70; // CountdownTimer - pub const m_inhibitDoorTimer: usize = 0x2E88; // CountdownTimer - pub const m_inhibitObstacleAvoidanceTimer: usize = 0x2F18; // CountdownTimer - pub const m_wiggleTimer: usize = 0x2F38; // CountdownTimer - pub const m_isAdjusted: usize = 0x2F54; // bool - pub const m_bHandsHaveBeenCut: usize = 0x2F55; // bool - pub const m_hHostageGrabber: usize = 0x2F58; // CHandle - pub const m_fLastGrabTime: usize = 0x2F5C; // GameTime_t - pub const m_vecPositionWhenStartedDroppingToGround: usize = 0x2F60; // Vector - pub const m_vecGrabbedPos: usize = 0x2F6C; // Vector - pub const m_flRescueStartTime: usize = 0x2F78; // GameTime_t - pub const m_flGrabSuccessTime: usize = 0x2F7C; // GameTime_t - pub const m_flDropStartTime: usize = 0x2F80; // GameTime_t - pub const m_nApproachRewardPayouts: usize = 0x2F84; // int32 - pub const m_nPickupEventCount: usize = 0x2F88; // int32 - pub const m_vecSpawnGroundPos: usize = 0x2F8C; // Vector - pub const m_vecHostageResetPosition: usize = 0x2FAC; // Vector - } - } - } -} diff --git a/output/linux/libsoundsystem.so.cs b/output/linux/libsoundsystem.so.cs deleted file mode 100644 index 302f681..0000000 --- a/output/linux/libsoundsystem.so.cs +++ /dev/null @@ -1,590 +0,0 @@ -// Generated using https://github.com/a2x/cs2-dumper -// 2024-03-29 21:16:02.890657436 UTC - -namespace CS2Dumper.Schemas { - // Module: libsoundsystem.so - // Classes count: 50 - // Enums count: 0 - public static class Libsoundsystem { - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CVoiceContainerBase { - public const nint m_curves = 0x20; // CUtlDict - } - // Parent: CVoiceContainerBase - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CVoiceContainerDefault { - } - // Parent: CVoiceContainerBase - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CVoiceContainerWavFileReader { - public const nint m_wavFilePath = 0x60; // CUtlString - } - // Parent: CVoiceContainerWavFileReader - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CVoiceContainerTestConstant { - public const nint m_flTestConstantParam = 0x68; // bool - } - // Parent: CVoiceContainerBase - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CVoiceContainerTestNestedDynamic { - public const nint m_SoundToPlay = 0x60; // CStrongHandle - public const nint m_flTestConstantParam = 0x68; // float32 - } - // Parent: CVoiceContainerBase - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CVoiceContainerDecayingSineWave { - public const nint m_flFrequency = 0x60; // float32 - public const nint m_flDecayTime = 0x64; // float32 - } - // Parent: CVoiceContainerDecayingSineWave - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CVoiceContainerAmpedDecayingSineWave { - public const nint m_flGainAmount = 0x68; // float32 - } - // Parent: CVoiceContainerBase - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CVoiceContainerRealtimeFMSineWave { - public const nint m_flCarrierFrequency = 0x60; // float32 - public const nint m_flModulatorFrequency = 0x64; // float32 - public const nint m_flModulatorAmount = 0x68; // float32 - } - // Parent: CVoiceContainerBase - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CVoiceContainerBlend { - public const nint m_hSoundOne = 0x60; // CStrongHandle - public const nint m_hSoundTwo = 0x68; // CStrongHandle - public const nint m_flBlendAmount = 0x70; // float32 - } - // Parent: CVoiceContainerBase - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CVoiceContainerEngineSound { - public const nint m_SoundToPlay = 0x60; // CStrongHandle - public const nint m_flTestConstantParam = 0x68; // float32 - public const nint m_flTestSoundEventBoundParam = 0x6C; // float32 - public const nint m_flEngineRPM = 0x70; // float32 - } - // Parent: CVoiceContainerWavFileReader - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CVoiceContainerEnvelopeAnalyzer { - public const nint m_envBuffer = 0x68; // CUtlVector - } - // Parent: CVoiceContainerBase - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CVoiceContainerRandomSampler { - public const nint m_flLoudAmplitude = 0x60; // float32 - public const nint m_flLoudAmplitudeJitter = 0x64; // float32 - public const nint m_flSoftAmplitude = 0x68; // float32 - public const nint m_flSoftAmplitudeJitter = 0x6C; // float32 - public const nint m_flLoudTimeJitter = 0x70; // float32 - public const nint m_flSoftTimeJitter = 0x74; // float32 - public const nint m_grainResources = 0x78; // CUtlVector> - } - // Parent: None - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - public static class VMixFilterDesc_t { - public const nint m_nFilterType = 0x0; // VMixFilterType_t - public const nint m_nFilterSlope = 0x2; // VMixFilterSlope_t - public const nint m_bEnabled = 0x3; // bool - public const nint m_fldbGain = 0x4; // float32 - public const nint m_flCutoffFreq = 0x8; // float32 - public const nint m_flQ = 0xC; // float32 - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class VMixEQ8Desc_t { - public const nint m_stages = 0x0; // VMixFilterDesc_t[8] - } - // Parent: None - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - public static class VMixDelayDesc_t { - public const nint m_feedbackFilter = 0x0; // VMixFilterDesc_t - public const nint m_bEnableFilter = 0x10; // bool - public const nint m_flDelay = 0x14; // float32 - public const nint m_flDirectGain = 0x18; // float32 - public const nint m_flDelayGain = 0x1C; // float32 - public const nint m_flFeedbackGain = 0x20; // float32 - public const nint m_flWidth = 0x24; // float32 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class VMixPannerDesc_t { - public const nint m_type = 0x0; // VMixPannerType_t - public const nint m_flStrength = 0x4; // float32 - } - // Parent: None - // Fields count: 9 - // - // Metadata: - // MGetKV3ClassDefaults - public static class VMixModDelayDesc_t { - public const nint m_feedbackFilter = 0x0; // VMixFilterDesc_t - public const nint m_bPhaseInvert = 0x10; // bool - public const nint m_flGlideTime = 0x14; // float32 - public const nint m_flDelay = 0x18; // float32 - public const nint m_flOutputGain = 0x1C; // float32 - public const nint m_flFeedbackGain = 0x20; // float32 - public const nint m_flModRate = 0x24; // float32 - public const nint m_flModDepth = 0x28; // float32 - public const nint m_bApplyAntialiasing = 0x2C; // bool - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class VMixDiffusorDesc_t { - public const nint m_flSize = 0x0; // float32 - public const nint m_flComplexity = 0x4; // float32 - public const nint m_flFeedback = 0x8; // float32 - public const nint m_flOutputGain = 0xC; // float32 - } - // Parent: None - // Fields count: 17 - // - // Metadata: - // MGetKV3ClassDefaults - public static class VMixBoxverbDesc_t { - public const nint m_flSizeMax = 0x0; // float32 - public const nint m_flSizeMin = 0x4; // float32 - public const nint m_flComplexity = 0x8; // float32 - public const nint m_flDiffusion = 0xC; // float32 - public const nint m_flModDepth = 0x10; // float32 - public const nint m_flModRate = 0x14; // float32 - public const nint m_bParallel = 0x18; // bool - public const nint m_filterType = 0x1C; // VMixFilterDesc_t - public const nint m_flWidth = 0x2C; // float32 - public const nint m_flHeight = 0x30; // float32 - public const nint m_flDepth = 0x34; // float32 - public const nint m_flFeedbackScale = 0x38; // float32 - public const nint m_flFeedbackWidth = 0x3C; // float32 - public const nint m_flFeedbackHeight = 0x40; // float32 - public const nint m_flFeedbackDepth = 0x44; // float32 - public const nint m_flOutputGain = 0x48; // float32 - public const nint m_flTaps = 0x4C; // float32 - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class VMixFreeverbDesc_t { - public const nint m_flRoomSize = 0x0; // float32 - public const nint m_flDamp = 0x4; // float32 - public const nint m_flWidth = 0x8; // float32 - public const nint m_flLateReflections = 0xC; // float32 - } - // Parent: None - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - public static class VMixPlateverbDesc_t { - public const nint m_flPrefilter = 0x0; // float32 - public const nint m_flInputDiffusion1 = 0x4; // float32 - public const nint m_flInputDiffusion2 = 0x8; // float32 - public const nint m_flDecay = 0xC; // float32 - public const nint m_flDamp = 0x10; // float32 - public const nint m_flFeedbackDiffusion1 = 0x14; // float32 - public const nint m_flFeedbackDiffusion2 = 0x18; // float32 - } - // Parent: None - // Fields count: 12 - // - // Metadata: - // MGetKV3ClassDefaults - public static class VMixDynamicsDesc_t { - public const nint m_fldbGain = 0x0; // float32 - public const nint m_fldbNoiseGateThreshold = 0x4; // float32 - public const nint m_fldbCompressionThreshold = 0x8; // float32 - public const nint m_fldbLimiterThreshold = 0xC; // float32 - public const nint m_fldbKneeWidth = 0x10; // float32 - public const nint m_flRatio = 0x14; // float32 - public const nint m_flLimiterRatio = 0x18; // float32 - public const nint m_flAttackTimeMS = 0x1C; // float32 - public const nint m_flReleaseTimeMS = 0x20; // float32 - public const nint m_flRMSTimeMS = 0x24; // float32 - public const nint m_flWetMix = 0x28; // float32 - public const nint m_bPeakMode = 0x2C; // bool - } - // Parent: None - // Fields count: 9 - // - // Metadata: - // MGetKV3ClassDefaults - public static class VMixDynamicsCompressorDesc_t { - public const nint m_fldbOutputGain = 0x0; // float32 - public const nint m_fldbCompressionThreshold = 0x4; // float32 - public const nint m_fldbKneeWidth = 0x8; // float32 - public const nint m_flCompressionRatio = 0xC; // float32 - public const nint m_flAttackTimeMS = 0x10; // float32 - public const nint m_flReleaseTimeMS = 0x14; // float32 - public const nint m_flRMSTimeMS = 0x18; // float32 - public const nint m_flWetMix = 0x1C; // float32 - public const nint m_bPeakMode = 0x20; // bool - } - // Parent: None - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - public static class VMixDynamicsBand_t { - public const nint m_fldbGainInput = 0x0; // float32 - public const nint m_fldbGainOutput = 0x4; // float32 - public const nint m_fldbThresholdBelow = 0x8; // float32 - public const nint m_fldbThresholdAbove = 0xC; // float32 - public const nint m_flRatioBelow = 0x10; // float32 - public const nint m_flRatioAbove = 0x14; // float32 - public const nint m_flAttackTimeMS = 0x18; // float32 - public const nint m_flReleaseTimeMS = 0x1C; // float32 - public const nint m_bEnable = 0x20; // bool - public const nint m_bSolo = 0x21; // bool - } - // Parent: None - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - public static class VMixDynamics3BandDesc_t { - public const nint m_fldbGainOutput = 0x0; // float32 - public const nint m_flRMSTimeMS = 0x4; // float32 - public const nint m_fldbKneeWidth = 0x8; // float32 - public const nint m_flDepth = 0xC; // float32 - public const nint m_flWetMix = 0x10; // float32 - public const nint m_flTimeScale = 0x14; // float32 - public const nint m_flLowCutoffFreq = 0x18; // float32 - public const nint m_flHighCutoffFreq = 0x1C; // float32 - public const nint m_bPeakMode = 0x20; // bool - public const nint m_bandDesc = 0x24; // VMixDynamicsBand_t[3] - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class VMixEnvelopeDesc_t { - public const nint m_flAttackTimeMS = 0x0; // float32 - public const nint m_flHoldTimeMS = 0x4; // float32 - public const nint m_flReleaseTimeMS = 0x8; // float32 - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class VMixPitchShiftDesc_t { - public const nint m_nGrainSampleCount = 0x0; // int32 - public const nint m_flPitchShift = 0x4; // float32 - public const nint m_nQuality = 0x8; // int32 - public const nint m_nProcType = 0xC; // int32 - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - public static class VMixConvolutionDesc_t { - public const nint m_fldbGain = 0x0; // float32 - public const nint m_flPreDelayMS = 0x4; // float32 - public const nint m_flWetMix = 0x8; // float32 - public const nint m_fldbLow = 0xC; // float32 - public const nint m_fldbMid = 0x10; // float32 - public const nint m_fldbHigh = 0x14; // float32 - public const nint m_flLowCutoffFreq = 0x18; // float32 - public const nint m_flHighCutoffFreq = 0x1C; // float32 - } - // Parent: None - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - public static class VMixVocoderDesc_t { - public const nint m_nBandCount = 0x0; // int32 - public const nint m_flBandwidth = 0x4; // float32 - public const nint m_fldBModGain = 0x8; // float32 - public const nint m_flFreqRangeStart = 0xC; // float32 - public const nint m_flFreqRangeEnd = 0x10; // float32 - public const nint m_fldBUnvoicedGain = 0x14; // float32 - public const nint m_flAttackTimeMS = 0x18; // float32 - public const nint m_flReleaseTimeMS = 0x1C; // float32 - public const nint m_nDebugBand = 0x20; // int32 - public const nint m_bPeakMode = 0x24; // bool - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class VMixShaperDesc_t { - public const nint m_nShape = 0x0; // int32 - public const nint m_fldbDrive = 0x4; // float32 - public const nint m_fldbOutputGain = 0x8; // float32 - public const nint m_flWetMix = 0xC; // float32 - public const nint m_nOversampleFactor = 0x10; // int32 - } - // Parent: None - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - public static class VMixUtilityDesc_t { - public const nint m_nOp = 0x0; // VMixChannelOperation_t - public const nint m_flInputPan = 0x4; // float32 - public const nint m_flOutputBalance = 0x8; // float32 - public const nint m_fldbOutputGain = 0xC; // float32 - public const nint m_bBassMono = 0x10; // bool - public const nint m_flBassFreq = 0x14; // float32 - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - public static class VMixAutoFilterDesc_t { - public const nint m_flEnvelopeAmount = 0x0; // float32 - public const nint m_flAttackTimeMS = 0x4; // float32 - public const nint m_flReleaseTimeMS = 0x8; // float32 - public const nint m_filter = 0xC; // VMixFilterDesc_t - public const nint m_flLFOAmount = 0x1C; // float32 - public const nint m_flLFORate = 0x20; // float32 - public const nint m_flPhase = 0x24; // float32 - public const nint m_nLFOShape = 0x28; // VMixLFOShape_t - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class VMixOscDesc_t { - public const nint oscType = 0x0; // VMixLFOShape_t - public const nint m_freq = 0x4; // float32 - public const nint m_flPhase = 0x8; // float32 - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class VMixEffectChainDesc_t { - public const nint m_flCrossfadeTime = 0x0; // float32 - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class VMixSubgraphSwitchDesc_t { - public const nint m_interpolationMode = 0x0; // VMixSubgraphSwitchInterpolationType_t - public const nint m_bOnlyTailsOnFadeOut = 0x4; // bool - public const nint m_flInterpolationTime = 0x8; // float32 - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyElementNameFn - public static class CSosGroupActionSchema { - public const nint m_name = 0x8; // CUtlString - public const nint m_actionType = 0x10; // ActionType_t - public const nint m_actionInstanceType = 0x14; // ActionType_t - } - // Parent: CSosGroupActionSchema - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CSosGroupActionLimitSchema { - public const nint m_nMaxCount = 0x18; // int32 - public const nint m_nStopType = 0x1C; // SosActionStopType_t - public const nint m_nSortType = 0x20; // SosActionSortType_t - } - // Parent: CSosGroupActionSchema - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CSosGroupActionTimeLimitSchema { - public const nint m_flMaxDuration = 0x18; // float32 - } - // Parent: CSosGroupActionSchema - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CSosGroupActionTimeBlockLimitSchema { - public const nint m_nMaxCount = 0x18; // int32 - public const nint m_flMaxDuration = 0x1C; // float32 - } - // Parent: CSosGroupActionSchema - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CSosGroupActionSetSoundeventParameterSchema { - public const nint m_nMaxCount = 0x18; // int32 - public const nint m_flMinValue = 0x1C; // float32 - public const nint m_flMaxValue = 0x20; // float32 - public const nint m_opvarName = 0x28; // CUtlString - public const nint m_nSortType = 0x30; // SosActionSortType_t - } - // Parent: CSosGroupActionSchema - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CSosGroupActionSoundeventClusterSchema { - public const nint m_nMinNearby = 0x18; // int32 - public const nint m_flClusterEpsilon = 0x1C; // float32 - public const nint m_shouldPlayOpvar = 0x20; // CUtlString - public const nint m_shouldPlayClusterChild = 0x28; // CUtlString - public const nint m_clusterSizeOpvar = 0x30; // CUtlString - public const nint m_groupBoundingBoxMinsOpvar = 0x38; // CUtlString - public const nint m_groupBoundingBoxMaxsOpvar = 0x40; // CUtlString - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CSosGroupBranchPattern { - public const nint m_bMatchEventName = 0x8; // bool - public const nint m_bMatchEventSubString = 0x9; // bool - public const nint m_bMatchEntIndex = 0xA; // bool - public const nint m_bMatchOpvar = 0xB; // bool - } - // Parent: CSosGroupBranchPattern - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CSosGroupMatchPattern { - public const nint m_matchSoundEventName = 0x10; // CUtlString - public const nint m_matchSoundEventSubString = 0x18; // CUtlString - public const nint m_flEntIndex = 0x20; // float32 - public const nint m_flOpvar = 0x24; // float32 - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyElementNameFn - public static class CSosSoundEventGroupSchema { - public const nint m_name = 0x0; // CUtlString - public const nint m_nType = 0x8; // SosGroupType_t - public const nint m_bIsBlocking = 0xC; // bool - public const nint m_nBlockMaxCount = 0x10; // int32 - public const nint m_bInvertMatch = 0x14; // bool - public const nint m_matchPattern = 0x18; // CSosGroupMatchPattern - public const nint m_branchPattern = 0x40; // CSosGroupBranchPattern - public const nint m_vActions = 0xB0; // CSosGroupActionSchema*[4] - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CSosSoundEventGroupListSchema { - public const nint m_groupList = 0x0; // CUtlVector - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class SosEditItemInfo_t { - public const nint itemType = 0x0; // SosEditItemType_t - public const nint itemName = 0x8; // CUtlString - public const nint itemTypeName = 0x10; // CUtlString - public const nint itemKVString = 0x20; // CUtlString - public const nint itemPos = 0x28; // Vector2D - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class SelectedEditItemInfo_t { - public const nint m_EditItems = 0x0; // CUtlVector - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CSoundEventMetaData { - public const nint m_soundEventVMix = 0x0; // CStrongHandle - } - // Parent: None - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CDSPMixgroupModifier { - public const nint m_mixgroup = 0x0; // CUtlString - public const nint m_flModifier = 0x8; // float32 - public const nint m_flModifierMin = 0xC; // float32 - public const nint m_flSourceModifier = 0x10; // float32 - public const nint m_flSourceModifierMin = 0x14; // float32 - public const nint m_flListenerReverbModifierWhenSourceReverbIsActive = 0x18; // float32 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CDspPresetModifierList { - public const nint m_dspName = 0x0; // CUtlString - public const nint m_modifiers = 0x8; // CUtlVector - } - } -} diff --git a/output/linux/libsoundsystem.so.hpp b/output/linux/libsoundsystem.so.hpp deleted file mode 100644 index 01d4aba..0000000 --- a/output/linux/libsoundsystem.so.hpp +++ /dev/null @@ -1,596 +0,0 @@ -// Generated using https://github.com/a2x/cs2-dumper -// 2024-03-29 21:16:02.890657436 UTC - -#pragma once - -#include - -namespace cs2_dumper { - namespace schemas { - // Module: libsoundsystem.so - // Classes count: 50 - // Enums count: 0 - namespace libsoundsystem { - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CVoiceContainerBase { - constexpr std::ptrdiff_t m_curves = 0x20; // CUtlDict - } - // Parent: CVoiceContainerBase - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CVoiceContainerDefault { - } - // Parent: CVoiceContainerBase - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CVoiceContainerWavFileReader { - constexpr std::ptrdiff_t m_wavFilePath = 0x60; // CUtlString - } - // Parent: CVoiceContainerWavFileReader - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CVoiceContainerTestConstant { - constexpr std::ptrdiff_t m_flTestConstantParam = 0x68; // bool - } - // Parent: CVoiceContainerBase - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CVoiceContainerTestNestedDynamic { - constexpr std::ptrdiff_t m_SoundToPlay = 0x60; // CStrongHandle - constexpr std::ptrdiff_t m_flTestConstantParam = 0x68; // float32 - } - // Parent: CVoiceContainerBase - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CVoiceContainerDecayingSineWave { - constexpr std::ptrdiff_t m_flFrequency = 0x60; // float32 - constexpr std::ptrdiff_t m_flDecayTime = 0x64; // float32 - } - // Parent: CVoiceContainerDecayingSineWave - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CVoiceContainerAmpedDecayingSineWave { - constexpr std::ptrdiff_t m_flGainAmount = 0x68; // float32 - } - // Parent: CVoiceContainerBase - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CVoiceContainerRealtimeFMSineWave { - constexpr std::ptrdiff_t m_flCarrierFrequency = 0x60; // float32 - constexpr std::ptrdiff_t m_flModulatorFrequency = 0x64; // float32 - constexpr std::ptrdiff_t m_flModulatorAmount = 0x68; // float32 - } - // Parent: CVoiceContainerBase - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CVoiceContainerBlend { - constexpr std::ptrdiff_t m_hSoundOne = 0x60; // CStrongHandle - constexpr std::ptrdiff_t m_hSoundTwo = 0x68; // CStrongHandle - constexpr std::ptrdiff_t m_flBlendAmount = 0x70; // float32 - } - // Parent: CVoiceContainerBase - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CVoiceContainerEngineSound { - constexpr std::ptrdiff_t m_SoundToPlay = 0x60; // CStrongHandle - constexpr std::ptrdiff_t m_flTestConstantParam = 0x68; // float32 - constexpr std::ptrdiff_t m_flTestSoundEventBoundParam = 0x6C; // float32 - constexpr std::ptrdiff_t m_flEngineRPM = 0x70; // float32 - } - // Parent: CVoiceContainerWavFileReader - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CVoiceContainerEnvelopeAnalyzer { - constexpr std::ptrdiff_t m_envBuffer = 0x68; // CUtlVector - } - // Parent: CVoiceContainerBase - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CVoiceContainerRandomSampler { - constexpr std::ptrdiff_t m_flLoudAmplitude = 0x60; // float32 - constexpr std::ptrdiff_t m_flLoudAmplitudeJitter = 0x64; // float32 - constexpr std::ptrdiff_t m_flSoftAmplitude = 0x68; // float32 - constexpr std::ptrdiff_t m_flSoftAmplitudeJitter = 0x6C; // float32 - constexpr std::ptrdiff_t m_flLoudTimeJitter = 0x70; // float32 - constexpr std::ptrdiff_t m_flSoftTimeJitter = 0x74; // float32 - constexpr std::ptrdiff_t m_grainResources = 0x78; // CUtlVector> - } - // Parent: None - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - namespace VMixFilterDesc_t { - constexpr std::ptrdiff_t m_nFilterType = 0x0; // VMixFilterType_t - constexpr std::ptrdiff_t m_nFilterSlope = 0x2; // VMixFilterSlope_t - constexpr std::ptrdiff_t m_bEnabled = 0x3; // bool - constexpr std::ptrdiff_t m_fldbGain = 0x4; // float32 - constexpr std::ptrdiff_t m_flCutoffFreq = 0x8; // float32 - constexpr std::ptrdiff_t m_flQ = 0xC; // float32 - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace VMixEQ8Desc_t { - constexpr std::ptrdiff_t m_stages = 0x0; // VMixFilterDesc_t[8] - } - // Parent: None - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - namespace VMixDelayDesc_t { - constexpr std::ptrdiff_t m_feedbackFilter = 0x0; // VMixFilterDesc_t - constexpr std::ptrdiff_t m_bEnableFilter = 0x10; // bool - constexpr std::ptrdiff_t m_flDelay = 0x14; // float32 - constexpr std::ptrdiff_t m_flDirectGain = 0x18; // float32 - constexpr std::ptrdiff_t m_flDelayGain = 0x1C; // float32 - constexpr std::ptrdiff_t m_flFeedbackGain = 0x20; // float32 - constexpr std::ptrdiff_t m_flWidth = 0x24; // float32 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace VMixPannerDesc_t { - constexpr std::ptrdiff_t m_type = 0x0; // VMixPannerType_t - constexpr std::ptrdiff_t m_flStrength = 0x4; // float32 - } - // Parent: None - // Fields count: 9 - // - // Metadata: - // MGetKV3ClassDefaults - namespace VMixModDelayDesc_t { - constexpr std::ptrdiff_t m_feedbackFilter = 0x0; // VMixFilterDesc_t - constexpr std::ptrdiff_t m_bPhaseInvert = 0x10; // bool - constexpr std::ptrdiff_t m_flGlideTime = 0x14; // float32 - constexpr std::ptrdiff_t m_flDelay = 0x18; // float32 - constexpr std::ptrdiff_t m_flOutputGain = 0x1C; // float32 - constexpr std::ptrdiff_t m_flFeedbackGain = 0x20; // float32 - constexpr std::ptrdiff_t m_flModRate = 0x24; // float32 - constexpr std::ptrdiff_t m_flModDepth = 0x28; // float32 - constexpr std::ptrdiff_t m_bApplyAntialiasing = 0x2C; // bool - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace VMixDiffusorDesc_t { - constexpr std::ptrdiff_t m_flSize = 0x0; // float32 - constexpr std::ptrdiff_t m_flComplexity = 0x4; // float32 - constexpr std::ptrdiff_t m_flFeedback = 0x8; // float32 - constexpr std::ptrdiff_t m_flOutputGain = 0xC; // float32 - } - // Parent: None - // Fields count: 17 - // - // Metadata: - // MGetKV3ClassDefaults - namespace VMixBoxverbDesc_t { - constexpr std::ptrdiff_t m_flSizeMax = 0x0; // float32 - constexpr std::ptrdiff_t m_flSizeMin = 0x4; // float32 - constexpr std::ptrdiff_t m_flComplexity = 0x8; // float32 - constexpr std::ptrdiff_t m_flDiffusion = 0xC; // float32 - constexpr std::ptrdiff_t m_flModDepth = 0x10; // float32 - constexpr std::ptrdiff_t m_flModRate = 0x14; // float32 - constexpr std::ptrdiff_t m_bParallel = 0x18; // bool - constexpr std::ptrdiff_t m_filterType = 0x1C; // VMixFilterDesc_t - constexpr std::ptrdiff_t m_flWidth = 0x2C; // float32 - constexpr std::ptrdiff_t m_flHeight = 0x30; // float32 - constexpr std::ptrdiff_t m_flDepth = 0x34; // float32 - constexpr std::ptrdiff_t m_flFeedbackScale = 0x38; // float32 - constexpr std::ptrdiff_t m_flFeedbackWidth = 0x3C; // float32 - constexpr std::ptrdiff_t m_flFeedbackHeight = 0x40; // float32 - constexpr std::ptrdiff_t m_flFeedbackDepth = 0x44; // float32 - constexpr std::ptrdiff_t m_flOutputGain = 0x48; // float32 - constexpr std::ptrdiff_t m_flTaps = 0x4C; // float32 - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace VMixFreeverbDesc_t { - constexpr std::ptrdiff_t m_flRoomSize = 0x0; // float32 - constexpr std::ptrdiff_t m_flDamp = 0x4; // float32 - constexpr std::ptrdiff_t m_flWidth = 0x8; // float32 - constexpr std::ptrdiff_t m_flLateReflections = 0xC; // float32 - } - // Parent: None - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - namespace VMixPlateverbDesc_t { - constexpr std::ptrdiff_t m_flPrefilter = 0x0; // float32 - constexpr std::ptrdiff_t m_flInputDiffusion1 = 0x4; // float32 - constexpr std::ptrdiff_t m_flInputDiffusion2 = 0x8; // float32 - constexpr std::ptrdiff_t m_flDecay = 0xC; // float32 - constexpr std::ptrdiff_t m_flDamp = 0x10; // float32 - constexpr std::ptrdiff_t m_flFeedbackDiffusion1 = 0x14; // float32 - constexpr std::ptrdiff_t m_flFeedbackDiffusion2 = 0x18; // float32 - } - // Parent: None - // Fields count: 12 - // - // Metadata: - // MGetKV3ClassDefaults - namespace VMixDynamicsDesc_t { - constexpr std::ptrdiff_t m_fldbGain = 0x0; // float32 - constexpr std::ptrdiff_t m_fldbNoiseGateThreshold = 0x4; // float32 - constexpr std::ptrdiff_t m_fldbCompressionThreshold = 0x8; // float32 - constexpr std::ptrdiff_t m_fldbLimiterThreshold = 0xC; // float32 - constexpr std::ptrdiff_t m_fldbKneeWidth = 0x10; // float32 - constexpr std::ptrdiff_t m_flRatio = 0x14; // float32 - constexpr std::ptrdiff_t m_flLimiterRatio = 0x18; // float32 - constexpr std::ptrdiff_t m_flAttackTimeMS = 0x1C; // float32 - constexpr std::ptrdiff_t m_flReleaseTimeMS = 0x20; // float32 - constexpr std::ptrdiff_t m_flRMSTimeMS = 0x24; // float32 - constexpr std::ptrdiff_t m_flWetMix = 0x28; // float32 - constexpr std::ptrdiff_t m_bPeakMode = 0x2C; // bool - } - // Parent: None - // Fields count: 9 - // - // Metadata: - // MGetKV3ClassDefaults - namespace VMixDynamicsCompressorDesc_t { - constexpr std::ptrdiff_t m_fldbOutputGain = 0x0; // float32 - constexpr std::ptrdiff_t m_fldbCompressionThreshold = 0x4; // float32 - constexpr std::ptrdiff_t m_fldbKneeWidth = 0x8; // float32 - constexpr std::ptrdiff_t m_flCompressionRatio = 0xC; // float32 - constexpr std::ptrdiff_t m_flAttackTimeMS = 0x10; // float32 - constexpr std::ptrdiff_t m_flReleaseTimeMS = 0x14; // float32 - constexpr std::ptrdiff_t m_flRMSTimeMS = 0x18; // float32 - constexpr std::ptrdiff_t m_flWetMix = 0x1C; // float32 - constexpr std::ptrdiff_t m_bPeakMode = 0x20; // bool - } - // Parent: None - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - namespace VMixDynamicsBand_t { - constexpr std::ptrdiff_t m_fldbGainInput = 0x0; // float32 - constexpr std::ptrdiff_t m_fldbGainOutput = 0x4; // float32 - constexpr std::ptrdiff_t m_fldbThresholdBelow = 0x8; // float32 - constexpr std::ptrdiff_t m_fldbThresholdAbove = 0xC; // float32 - constexpr std::ptrdiff_t m_flRatioBelow = 0x10; // float32 - constexpr std::ptrdiff_t m_flRatioAbove = 0x14; // float32 - constexpr std::ptrdiff_t m_flAttackTimeMS = 0x18; // float32 - constexpr std::ptrdiff_t m_flReleaseTimeMS = 0x1C; // float32 - constexpr std::ptrdiff_t m_bEnable = 0x20; // bool - constexpr std::ptrdiff_t m_bSolo = 0x21; // bool - } - // Parent: None - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - namespace VMixDynamics3BandDesc_t { - constexpr std::ptrdiff_t m_fldbGainOutput = 0x0; // float32 - constexpr std::ptrdiff_t m_flRMSTimeMS = 0x4; // float32 - constexpr std::ptrdiff_t m_fldbKneeWidth = 0x8; // float32 - constexpr std::ptrdiff_t m_flDepth = 0xC; // float32 - constexpr std::ptrdiff_t m_flWetMix = 0x10; // float32 - constexpr std::ptrdiff_t m_flTimeScale = 0x14; // float32 - constexpr std::ptrdiff_t m_flLowCutoffFreq = 0x18; // float32 - constexpr std::ptrdiff_t m_flHighCutoffFreq = 0x1C; // float32 - constexpr std::ptrdiff_t m_bPeakMode = 0x20; // bool - constexpr std::ptrdiff_t m_bandDesc = 0x24; // VMixDynamicsBand_t[3] - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace VMixEnvelopeDesc_t { - constexpr std::ptrdiff_t m_flAttackTimeMS = 0x0; // float32 - constexpr std::ptrdiff_t m_flHoldTimeMS = 0x4; // float32 - constexpr std::ptrdiff_t m_flReleaseTimeMS = 0x8; // float32 - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace VMixPitchShiftDesc_t { - constexpr std::ptrdiff_t m_nGrainSampleCount = 0x0; // int32 - constexpr std::ptrdiff_t m_flPitchShift = 0x4; // float32 - constexpr std::ptrdiff_t m_nQuality = 0x8; // int32 - constexpr std::ptrdiff_t m_nProcType = 0xC; // int32 - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - namespace VMixConvolutionDesc_t { - constexpr std::ptrdiff_t m_fldbGain = 0x0; // float32 - constexpr std::ptrdiff_t m_flPreDelayMS = 0x4; // float32 - constexpr std::ptrdiff_t m_flWetMix = 0x8; // float32 - constexpr std::ptrdiff_t m_fldbLow = 0xC; // float32 - constexpr std::ptrdiff_t m_fldbMid = 0x10; // float32 - constexpr std::ptrdiff_t m_fldbHigh = 0x14; // float32 - constexpr std::ptrdiff_t m_flLowCutoffFreq = 0x18; // float32 - constexpr std::ptrdiff_t m_flHighCutoffFreq = 0x1C; // float32 - } - // Parent: None - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - namespace VMixVocoderDesc_t { - constexpr std::ptrdiff_t m_nBandCount = 0x0; // int32 - constexpr std::ptrdiff_t m_flBandwidth = 0x4; // float32 - constexpr std::ptrdiff_t m_fldBModGain = 0x8; // float32 - constexpr std::ptrdiff_t m_flFreqRangeStart = 0xC; // float32 - constexpr std::ptrdiff_t m_flFreqRangeEnd = 0x10; // float32 - constexpr std::ptrdiff_t m_fldBUnvoicedGain = 0x14; // float32 - constexpr std::ptrdiff_t m_flAttackTimeMS = 0x18; // float32 - constexpr std::ptrdiff_t m_flReleaseTimeMS = 0x1C; // float32 - constexpr std::ptrdiff_t m_nDebugBand = 0x20; // int32 - constexpr std::ptrdiff_t m_bPeakMode = 0x24; // bool - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace VMixShaperDesc_t { - constexpr std::ptrdiff_t m_nShape = 0x0; // int32 - constexpr std::ptrdiff_t m_fldbDrive = 0x4; // float32 - constexpr std::ptrdiff_t m_fldbOutputGain = 0x8; // float32 - constexpr std::ptrdiff_t m_flWetMix = 0xC; // float32 - constexpr std::ptrdiff_t m_nOversampleFactor = 0x10; // int32 - } - // Parent: None - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - namespace VMixUtilityDesc_t { - constexpr std::ptrdiff_t m_nOp = 0x0; // VMixChannelOperation_t - constexpr std::ptrdiff_t m_flInputPan = 0x4; // float32 - constexpr std::ptrdiff_t m_flOutputBalance = 0x8; // float32 - constexpr std::ptrdiff_t m_fldbOutputGain = 0xC; // float32 - constexpr std::ptrdiff_t m_bBassMono = 0x10; // bool - constexpr std::ptrdiff_t m_flBassFreq = 0x14; // float32 - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - namespace VMixAutoFilterDesc_t { - constexpr std::ptrdiff_t m_flEnvelopeAmount = 0x0; // float32 - constexpr std::ptrdiff_t m_flAttackTimeMS = 0x4; // float32 - constexpr std::ptrdiff_t m_flReleaseTimeMS = 0x8; // float32 - constexpr std::ptrdiff_t m_filter = 0xC; // VMixFilterDesc_t - constexpr std::ptrdiff_t m_flLFOAmount = 0x1C; // float32 - constexpr std::ptrdiff_t m_flLFORate = 0x20; // float32 - constexpr std::ptrdiff_t m_flPhase = 0x24; // float32 - constexpr std::ptrdiff_t m_nLFOShape = 0x28; // VMixLFOShape_t - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace VMixOscDesc_t { - constexpr std::ptrdiff_t oscType = 0x0; // VMixLFOShape_t - constexpr std::ptrdiff_t m_freq = 0x4; // float32 - constexpr std::ptrdiff_t m_flPhase = 0x8; // float32 - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace VMixEffectChainDesc_t { - constexpr std::ptrdiff_t m_flCrossfadeTime = 0x0; // float32 - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace VMixSubgraphSwitchDesc_t { - constexpr std::ptrdiff_t m_interpolationMode = 0x0; // VMixSubgraphSwitchInterpolationType_t - constexpr std::ptrdiff_t m_bOnlyTailsOnFadeOut = 0x4; // bool - constexpr std::ptrdiff_t m_flInterpolationTime = 0x8; // float32 - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyElementNameFn - namespace CSosGroupActionSchema { - constexpr std::ptrdiff_t m_name = 0x8; // CUtlString - constexpr std::ptrdiff_t m_actionType = 0x10; // ActionType_t - constexpr std::ptrdiff_t m_actionInstanceType = 0x14; // ActionType_t - } - // Parent: CSosGroupActionSchema - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CSosGroupActionLimitSchema { - constexpr std::ptrdiff_t m_nMaxCount = 0x18; // int32 - constexpr std::ptrdiff_t m_nStopType = 0x1C; // SosActionStopType_t - constexpr std::ptrdiff_t m_nSortType = 0x20; // SosActionSortType_t - } - // Parent: CSosGroupActionSchema - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CSosGroupActionTimeLimitSchema { - constexpr std::ptrdiff_t m_flMaxDuration = 0x18; // float32 - } - // Parent: CSosGroupActionSchema - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CSosGroupActionTimeBlockLimitSchema { - constexpr std::ptrdiff_t m_nMaxCount = 0x18; // int32 - constexpr std::ptrdiff_t m_flMaxDuration = 0x1C; // float32 - } - // Parent: CSosGroupActionSchema - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CSosGroupActionSetSoundeventParameterSchema { - constexpr std::ptrdiff_t m_nMaxCount = 0x18; // int32 - constexpr std::ptrdiff_t m_flMinValue = 0x1C; // float32 - constexpr std::ptrdiff_t m_flMaxValue = 0x20; // float32 - constexpr std::ptrdiff_t m_opvarName = 0x28; // CUtlString - constexpr std::ptrdiff_t m_nSortType = 0x30; // SosActionSortType_t - } - // Parent: CSosGroupActionSchema - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CSosGroupActionSoundeventClusterSchema { - constexpr std::ptrdiff_t m_nMinNearby = 0x18; // int32 - constexpr std::ptrdiff_t m_flClusterEpsilon = 0x1C; // float32 - constexpr std::ptrdiff_t m_shouldPlayOpvar = 0x20; // CUtlString - constexpr std::ptrdiff_t m_shouldPlayClusterChild = 0x28; // CUtlString - constexpr std::ptrdiff_t m_clusterSizeOpvar = 0x30; // CUtlString - constexpr std::ptrdiff_t m_groupBoundingBoxMinsOpvar = 0x38; // CUtlString - constexpr std::ptrdiff_t m_groupBoundingBoxMaxsOpvar = 0x40; // CUtlString - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CSosGroupBranchPattern { - constexpr std::ptrdiff_t m_bMatchEventName = 0x8; // bool - constexpr std::ptrdiff_t m_bMatchEventSubString = 0x9; // bool - constexpr std::ptrdiff_t m_bMatchEntIndex = 0xA; // bool - constexpr std::ptrdiff_t m_bMatchOpvar = 0xB; // bool - } - // Parent: CSosGroupBranchPattern - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CSosGroupMatchPattern { - constexpr std::ptrdiff_t m_matchSoundEventName = 0x10; // CUtlString - constexpr std::ptrdiff_t m_matchSoundEventSubString = 0x18; // CUtlString - constexpr std::ptrdiff_t m_flEntIndex = 0x20; // float32 - constexpr std::ptrdiff_t m_flOpvar = 0x24; // float32 - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyElementNameFn - namespace CSosSoundEventGroupSchema { - constexpr std::ptrdiff_t m_name = 0x0; // CUtlString - constexpr std::ptrdiff_t m_nType = 0x8; // SosGroupType_t - constexpr std::ptrdiff_t m_bIsBlocking = 0xC; // bool - constexpr std::ptrdiff_t m_nBlockMaxCount = 0x10; // int32 - constexpr std::ptrdiff_t m_bInvertMatch = 0x14; // bool - constexpr std::ptrdiff_t m_matchPattern = 0x18; // CSosGroupMatchPattern - constexpr std::ptrdiff_t m_branchPattern = 0x40; // CSosGroupBranchPattern - constexpr std::ptrdiff_t m_vActions = 0xB0; // CSosGroupActionSchema*[4] - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CSosSoundEventGroupListSchema { - constexpr std::ptrdiff_t m_groupList = 0x0; // CUtlVector - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace SosEditItemInfo_t { - constexpr std::ptrdiff_t itemType = 0x0; // SosEditItemType_t - constexpr std::ptrdiff_t itemName = 0x8; // CUtlString - constexpr std::ptrdiff_t itemTypeName = 0x10; // CUtlString - constexpr std::ptrdiff_t itemKVString = 0x20; // CUtlString - constexpr std::ptrdiff_t itemPos = 0x28; // Vector2D - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace SelectedEditItemInfo_t { - constexpr std::ptrdiff_t m_EditItems = 0x0; // CUtlVector - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CSoundEventMetaData { - constexpr std::ptrdiff_t m_soundEventVMix = 0x0; // CStrongHandle - } - // Parent: None - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CDSPMixgroupModifier { - constexpr std::ptrdiff_t m_mixgroup = 0x0; // CUtlString - constexpr std::ptrdiff_t m_flModifier = 0x8; // float32 - constexpr std::ptrdiff_t m_flModifierMin = 0xC; // float32 - constexpr std::ptrdiff_t m_flSourceModifier = 0x10; // float32 - constexpr std::ptrdiff_t m_flSourceModifierMin = 0x14; // float32 - constexpr std::ptrdiff_t m_flListenerReverbModifierWhenSourceReverbIsActive = 0x18; // float32 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CDspPresetModifierList { - constexpr std::ptrdiff_t m_dspName = 0x0; // CUtlString - constexpr std::ptrdiff_t m_modifiers = 0x8; // CUtlVector - } - } - } -} diff --git a/output/linux/libsoundsystem.so.json b/output/linux/libsoundsystem.so.json deleted file mode 100644 index 6827d90..0000000 --- a/output/linux/libsoundsystem.so.json +++ /dev/null @@ -1,792 +0,0 @@ -{ - "libsoundsystem.so": { - "classes": { - "CDSPMixgroupModifier": { - "fields": { - "m_flListenerReverbModifierWhenSourceReverbIsActive": 24, - "m_flModifier": 8, - "m_flModifierMin": 12, - "m_flSourceModifier": 16, - "m_flSourceModifierMin": 20, - "m_mixgroup": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CDspPresetModifierList": { - "fields": { - "m_dspName": 0, - "m_modifiers": 8 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CSosGroupActionLimitSchema": { - "fields": { - "m_nMaxCount": 24, - "m_nSortType": 32, - "m_nStopType": 28 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CSosGroupActionSchema" - }, - "CSosGroupActionSchema": { - "fields": { - "m_actionInstanceType": 20, - "m_actionType": 16, - "m_name": 8 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - }, - { - "name": "MPropertyElementNameFn", - "type": "Unknown" - } - ], - "parent": null - }, - "CSosGroupActionSetSoundeventParameterSchema": { - "fields": { - "m_flMaxValue": 32, - "m_flMinValue": 28, - "m_nMaxCount": 24, - "m_nSortType": 48, - "m_opvarName": 40 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CSosGroupActionSchema" - }, - "CSosGroupActionSoundeventClusterSchema": { - "fields": { - "m_clusterSizeOpvar": 48, - "m_flClusterEpsilon": 28, - "m_groupBoundingBoxMaxsOpvar": 64, - "m_groupBoundingBoxMinsOpvar": 56, - "m_nMinNearby": 24, - "m_shouldPlayClusterChild": 40, - "m_shouldPlayOpvar": 32 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CSosGroupActionSchema" - }, - "CSosGroupActionTimeBlockLimitSchema": { - "fields": { - "m_flMaxDuration": 28, - "m_nMaxCount": 24 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CSosGroupActionSchema" - }, - "CSosGroupActionTimeLimitSchema": { - "fields": { - "m_flMaxDuration": 24 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CSosGroupActionSchema" - }, - "CSosGroupBranchPattern": { - "fields": { - "m_bMatchEntIndex": 10, - "m_bMatchEventName": 8, - "m_bMatchEventSubString": 9, - "m_bMatchOpvar": 11 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CSosGroupMatchPattern": { - "fields": { - "m_flEntIndex": 32, - "m_flOpvar": 36, - "m_matchSoundEventName": 16, - "m_matchSoundEventSubString": 24 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CSosGroupBranchPattern" - }, - "CSosSoundEventGroupListSchema": { - "fields": { - "m_groupList": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CSosSoundEventGroupSchema": { - "fields": { - "m_bInvertMatch": 20, - "m_bIsBlocking": 12, - "m_branchPattern": 64, - "m_matchPattern": 24, - "m_nBlockMaxCount": 16, - "m_nType": 8, - "m_name": 0, - "m_vActions": 176 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - }, - { - "name": "MPropertyElementNameFn", - "type": "Unknown" - } - ], - "parent": null - }, - "CSoundEventMetaData": { - "fields": { - "m_soundEventVMix": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CVoiceContainerAmpedDecayingSineWave": { - "fields": { - "m_flGainAmount": 104 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CVoiceContainerDecayingSineWave" - }, - "CVoiceContainerBase": { - "fields": { - "m_curves": 32 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CVoiceContainerBlend": { - "fields": { - "m_flBlendAmount": 112, - "m_hSoundOne": 96, - "m_hSoundTwo": 104 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CVoiceContainerBase" - }, - "CVoiceContainerDecayingSineWave": { - "fields": { - "m_flDecayTime": 100, - "m_flFrequency": 96 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CVoiceContainerBase" - }, - "CVoiceContainerDefault": { - "fields": {}, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CVoiceContainerBase" - }, - "CVoiceContainerEngineSound": { - "fields": { - "m_SoundToPlay": 96, - "m_flEngineRPM": 112, - "m_flTestConstantParam": 104, - "m_flTestSoundEventBoundParam": 108 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CVoiceContainerBase" - }, - "CVoiceContainerEnvelopeAnalyzer": { - "fields": { - "m_envBuffer": 104 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CVoiceContainerWavFileReader" - }, - "CVoiceContainerRandomSampler": { - "fields": { - "m_flLoudAmplitude": 96, - "m_flLoudAmplitudeJitter": 100, - "m_flLoudTimeJitter": 112, - "m_flSoftAmplitude": 104, - "m_flSoftAmplitudeJitter": 108, - "m_flSoftTimeJitter": 116, - "m_grainResources": 120 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CVoiceContainerBase" - }, - "CVoiceContainerRealtimeFMSineWave": { - "fields": { - "m_flCarrierFrequency": 96, - "m_flModulatorAmount": 104, - "m_flModulatorFrequency": 100 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CVoiceContainerBase" - }, - "CVoiceContainerTestConstant": { - "fields": { - "m_flTestConstantParam": 104 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CVoiceContainerWavFileReader" - }, - "CVoiceContainerTestNestedDynamic": { - "fields": { - "m_SoundToPlay": 96, - "m_flTestConstantParam": 104 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CVoiceContainerBase" - }, - "CVoiceContainerWavFileReader": { - "fields": { - "m_wavFilePath": 96 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "CVoiceContainerBase" - }, - "SelectedEditItemInfo_t": { - "fields": { - "m_EditItems": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "SosEditItemInfo_t": { - "fields": { - "itemKVString": 32, - "itemName": 8, - "itemPos": 40, - "itemType": 0, - "itemTypeName": 16 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "VMixAutoFilterDesc_t": { - "fields": { - "m_filter": 12, - "m_flAttackTimeMS": 4, - "m_flEnvelopeAmount": 0, - "m_flLFOAmount": 28, - "m_flLFORate": 32, - "m_flPhase": 36, - "m_flReleaseTimeMS": 8, - "m_nLFOShape": 40 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "VMixBoxverbDesc_t": { - "fields": { - "m_bParallel": 24, - "m_filterType": 28, - "m_flComplexity": 8, - "m_flDepth": 52, - "m_flDiffusion": 12, - "m_flFeedbackDepth": 68, - "m_flFeedbackHeight": 64, - "m_flFeedbackScale": 56, - "m_flFeedbackWidth": 60, - "m_flHeight": 48, - "m_flModDepth": 16, - "m_flModRate": 20, - "m_flOutputGain": 72, - "m_flSizeMax": 0, - "m_flSizeMin": 4, - "m_flTaps": 76, - "m_flWidth": 44 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "VMixConvolutionDesc_t": { - "fields": { - "m_flHighCutoffFreq": 28, - "m_flLowCutoffFreq": 24, - "m_flPreDelayMS": 4, - "m_flWetMix": 8, - "m_fldbGain": 0, - "m_fldbHigh": 20, - "m_fldbLow": 12, - "m_fldbMid": 16 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "VMixDelayDesc_t": { - "fields": { - "m_bEnableFilter": 16, - "m_feedbackFilter": 0, - "m_flDelay": 20, - "m_flDelayGain": 28, - "m_flDirectGain": 24, - "m_flFeedbackGain": 32, - "m_flWidth": 36 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "VMixDiffusorDesc_t": { - "fields": { - "m_flComplexity": 4, - "m_flFeedback": 8, - "m_flOutputGain": 12, - "m_flSize": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "VMixDynamics3BandDesc_t": { - "fields": { - "m_bPeakMode": 32, - "m_bandDesc": 36, - "m_flDepth": 12, - "m_flHighCutoffFreq": 28, - "m_flLowCutoffFreq": 24, - "m_flRMSTimeMS": 4, - "m_flTimeScale": 20, - "m_flWetMix": 16, - "m_fldbGainOutput": 0, - "m_fldbKneeWidth": 8 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "VMixDynamicsBand_t": { - "fields": { - "m_bEnable": 32, - "m_bSolo": 33, - "m_flAttackTimeMS": 24, - "m_flRatioAbove": 20, - "m_flRatioBelow": 16, - "m_flReleaseTimeMS": 28, - "m_fldbGainInput": 0, - "m_fldbGainOutput": 4, - "m_fldbThresholdAbove": 12, - "m_fldbThresholdBelow": 8 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "VMixDynamicsCompressorDesc_t": { - "fields": { - "m_bPeakMode": 32, - "m_flAttackTimeMS": 16, - "m_flCompressionRatio": 12, - "m_flRMSTimeMS": 24, - "m_flReleaseTimeMS": 20, - "m_flWetMix": 28, - "m_fldbCompressionThreshold": 4, - "m_fldbKneeWidth": 8, - "m_fldbOutputGain": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "VMixDynamicsDesc_t": { - "fields": { - "m_bPeakMode": 44, - "m_flAttackTimeMS": 28, - "m_flLimiterRatio": 24, - "m_flRMSTimeMS": 36, - "m_flRatio": 20, - "m_flReleaseTimeMS": 32, - "m_flWetMix": 40, - "m_fldbCompressionThreshold": 8, - "m_fldbGain": 0, - "m_fldbKneeWidth": 16, - "m_fldbLimiterThreshold": 12, - "m_fldbNoiseGateThreshold": 4 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "VMixEQ8Desc_t": { - "fields": { - "m_stages": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "VMixEffectChainDesc_t": { - "fields": { - "m_flCrossfadeTime": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "VMixEnvelopeDesc_t": { - "fields": { - "m_flAttackTimeMS": 0, - "m_flHoldTimeMS": 4, - "m_flReleaseTimeMS": 8 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "VMixFilterDesc_t": { - "fields": { - "m_bEnabled": 3, - "m_flCutoffFreq": 8, - "m_flQ": 12, - "m_fldbGain": 4, - "m_nFilterSlope": 2, - "m_nFilterType": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "VMixFreeverbDesc_t": { - "fields": { - "m_flDamp": 4, - "m_flLateReflections": 12, - "m_flRoomSize": 0, - "m_flWidth": 8 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "VMixModDelayDesc_t": { - "fields": { - "m_bApplyAntialiasing": 44, - "m_bPhaseInvert": 16, - "m_feedbackFilter": 0, - "m_flDelay": 24, - "m_flFeedbackGain": 32, - "m_flGlideTime": 20, - "m_flModDepth": 40, - "m_flModRate": 36, - "m_flOutputGain": 28 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "VMixOscDesc_t": { - "fields": { - "m_flPhase": 8, - "m_freq": 4, - "oscType": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "VMixPannerDesc_t": { - "fields": { - "m_flStrength": 4, - "m_type": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "VMixPitchShiftDesc_t": { - "fields": { - "m_flPitchShift": 4, - "m_nGrainSampleCount": 0, - "m_nProcType": 12, - "m_nQuality": 8 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "VMixPlateverbDesc_t": { - "fields": { - "m_flDamp": 16, - "m_flDecay": 12, - "m_flFeedbackDiffusion1": 20, - "m_flFeedbackDiffusion2": 24, - "m_flInputDiffusion1": 4, - "m_flInputDiffusion2": 8, - "m_flPrefilter": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "VMixShaperDesc_t": { - "fields": { - "m_flWetMix": 12, - "m_fldbDrive": 4, - "m_fldbOutputGain": 8, - "m_nOversampleFactor": 16, - "m_nShape": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "VMixSubgraphSwitchDesc_t": { - "fields": { - "m_bOnlyTailsOnFadeOut": 4, - "m_flInterpolationTime": 8, - "m_interpolationMode": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "VMixUtilityDesc_t": { - "fields": { - "m_bBassMono": 16, - "m_flBassFreq": 20, - "m_flInputPan": 4, - "m_flOutputBalance": 8, - "m_fldbOutputGain": 12, - "m_nOp": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "VMixVocoderDesc_t": { - "fields": { - "m_bPeakMode": 36, - "m_flAttackTimeMS": 24, - "m_flBandwidth": 4, - "m_flFreqRangeEnd": 16, - "m_flFreqRangeStart": 12, - "m_flReleaseTimeMS": 28, - "m_fldBModGain": 8, - "m_fldBUnvoicedGain": 20, - "m_nBandCount": 0, - "m_nDebugBand": 32 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - } - }, - "enums": {} - } -} \ No newline at end of file diff --git a/output/linux/libsoundsystem.so.rs b/output/linux/libsoundsystem.so.rs deleted file mode 100644 index 4bf6529..0000000 --- a/output/linux/libsoundsystem.so.rs +++ /dev/null @@ -1,594 +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: libsoundsystem.so - // Classes count: 50 - // Enums count: 0 - pub mod libsoundsystem { - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CVoiceContainerBase { - pub const m_curves: usize = 0x20; // CUtlDict - } - // Parent: CVoiceContainerBase - // Fields count: 0 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CVoiceContainerDefault { - } - // Parent: CVoiceContainerBase - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CVoiceContainerWavFileReader { - pub const m_wavFilePath: usize = 0x60; // CUtlString - } - // Parent: CVoiceContainerWavFileReader - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CVoiceContainerTestConstant { - pub const m_flTestConstantParam: usize = 0x68; // bool - } - // Parent: CVoiceContainerBase - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CVoiceContainerTestNestedDynamic { - pub const m_SoundToPlay: usize = 0x60; // CStrongHandle - pub const m_flTestConstantParam: usize = 0x68; // float32 - } - // Parent: CVoiceContainerBase - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CVoiceContainerDecayingSineWave { - pub const m_flFrequency: usize = 0x60; // float32 - pub const m_flDecayTime: usize = 0x64; // float32 - } - // Parent: CVoiceContainerDecayingSineWave - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CVoiceContainerAmpedDecayingSineWave { - pub const m_flGainAmount: usize = 0x68; // float32 - } - // Parent: CVoiceContainerBase - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CVoiceContainerRealtimeFMSineWave { - pub const m_flCarrierFrequency: usize = 0x60; // float32 - pub const m_flModulatorFrequency: usize = 0x64; // float32 - pub const m_flModulatorAmount: usize = 0x68; // float32 - } - // Parent: CVoiceContainerBase - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CVoiceContainerBlend { - pub const m_hSoundOne: usize = 0x60; // CStrongHandle - pub const m_hSoundTwo: usize = 0x68; // CStrongHandle - pub const m_flBlendAmount: usize = 0x70; // float32 - } - // Parent: CVoiceContainerBase - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CVoiceContainerEngineSound { - pub const m_SoundToPlay: usize = 0x60; // CStrongHandle - pub const m_flTestConstantParam: usize = 0x68; // float32 - pub const m_flTestSoundEventBoundParam: usize = 0x6C; // float32 - pub const m_flEngineRPM: usize = 0x70; // float32 - } - // Parent: CVoiceContainerWavFileReader - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CVoiceContainerEnvelopeAnalyzer { - pub const m_envBuffer: usize = 0x68; // CUtlVector - } - // Parent: CVoiceContainerBase - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CVoiceContainerRandomSampler { - pub const m_flLoudAmplitude: usize = 0x60; // float32 - pub const m_flLoudAmplitudeJitter: usize = 0x64; // float32 - pub const m_flSoftAmplitude: usize = 0x68; // float32 - pub const m_flSoftAmplitudeJitter: usize = 0x6C; // float32 - pub const m_flLoudTimeJitter: usize = 0x70; // float32 - pub const m_flSoftTimeJitter: usize = 0x74; // float32 - pub const m_grainResources: usize = 0x78; // CUtlVector> - } - // Parent: None - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod VMixFilterDesc_t { - pub const m_nFilterType: usize = 0x0; // VMixFilterType_t - pub const m_nFilterSlope: usize = 0x2; // VMixFilterSlope_t - pub const m_bEnabled: usize = 0x3; // bool - pub const m_fldbGain: usize = 0x4; // float32 - pub const m_flCutoffFreq: usize = 0x8; // float32 - pub const m_flQ: usize = 0xC; // float32 - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod VMixEQ8Desc_t { - pub const m_stages: usize = 0x0; // VMixFilterDesc_t[8] - } - // Parent: None - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod VMixDelayDesc_t { - pub const m_feedbackFilter: usize = 0x0; // VMixFilterDesc_t - pub const m_bEnableFilter: usize = 0x10; // bool - pub const m_flDelay: usize = 0x14; // float32 - pub const m_flDirectGain: usize = 0x18; // float32 - pub const m_flDelayGain: usize = 0x1C; // float32 - pub const m_flFeedbackGain: usize = 0x20; // float32 - pub const m_flWidth: usize = 0x24; // float32 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod VMixPannerDesc_t { - pub const m_type: usize = 0x0; // VMixPannerType_t - pub const m_flStrength: usize = 0x4; // float32 - } - // Parent: None - // Fields count: 9 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod VMixModDelayDesc_t { - pub const m_feedbackFilter: usize = 0x0; // VMixFilterDesc_t - pub const m_bPhaseInvert: usize = 0x10; // bool - pub const m_flGlideTime: usize = 0x14; // float32 - pub const m_flDelay: usize = 0x18; // float32 - pub const m_flOutputGain: usize = 0x1C; // float32 - pub const m_flFeedbackGain: usize = 0x20; // float32 - pub const m_flModRate: usize = 0x24; // float32 - pub const m_flModDepth: usize = 0x28; // float32 - pub const m_bApplyAntialiasing: usize = 0x2C; // bool - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod VMixDiffusorDesc_t { - pub const m_flSize: usize = 0x0; // float32 - pub const m_flComplexity: usize = 0x4; // float32 - pub const m_flFeedback: usize = 0x8; // float32 - pub const m_flOutputGain: usize = 0xC; // float32 - } - // Parent: None - // Fields count: 17 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod VMixBoxverbDesc_t { - pub const m_flSizeMax: usize = 0x0; // float32 - pub const m_flSizeMin: usize = 0x4; // float32 - pub const m_flComplexity: usize = 0x8; // float32 - pub const m_flDiffusion: usize = 0xC; // float32 - pub const m_flModDepth: usize = 0x10; // float32 - pub const m_flModRate: usize = 0x14; // float32 - pub const m_bParallel: usize = 0x18; // bool - pub const m_filterType: usize = 0x1C; // VMixFilterDesc_t - pub const m_flWidth: usize = 0x2C; // float32 - pub const m_flHeight: usize = 0x30; // float32 - pub const m_flDepth: usize = 0x34; // float32 - pub const m_flFeedbackScale: usize = 0x38; // float32 - pub const m_flFeedbackWidth: usize = 0x3C; // float32 - pub const m_flFeedbackHeight: usize = 0x40; // float32 - pub const m_flFeedbackDepth: usize = 0x44; // float32 - pub const m_flOutputGain: usize = 0x48; // float32 - pub const m_flTaps: usize = 0x4C; // float32 - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod VMixFreeverbDesc_t { - pub const m_flRoomSize: usize = 0x0; // float32 - pub const m_flDamp: usize = 0x4; // float32 - pub const m_flWidth: usize = 0x8; // float32 - pub const m_flLateReflections: usize = 0xC; // float32 - } - // Parent: None - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod VMixPlateverbDesc_t { - pub const m_flPrefilter: usize = 0x0; // float32 - pub const m_flInputDiffusion1: usize = 0x4; // float32 - pub const m_flInputDiffusion2: usize = 0x8; // float32 - pub const m_flDecay: usize = 0xC; // float32 - pub const m_flDamp: usize = 0x10; // float32 - pub const m_flFeedbackDiffusion1: usize = 0x14; // float32 - pub const m_flFeedbackDiffusion2: usize = 0x18; // float32 - } - // Parent: None - // Fields count: 12 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod VMixDynamicsDesc_t { - pub const m_fldbGain: usize = 0x0; // float32 - pub const m_fldbNoiseGateThreshold: usize = 0x4; // float32 - pub const m_fldbCompressionThreshold: usize = 0x8; // float32 - pub const m_fldbLimiterThreshold: usize = 0xC; // float32 - pub const m_fldbKneeWidth: usize = 0x10; // float32 - pub const m_flRatio: usize = 0x14; // float32 - pub const m_flLimiterRatio: usize = 0x18; // float32 - pub const m_flAttackTimeMS: usize = 0x1C; // float32 - pub const m_flReleaseTimeMS: usize = 0x20; // float32 - pub const m_flRMSTimeMS: usize = 0x24; // float32 - pub const m_flWetMix: usize = 0x28; // float32 - pub const m_bPeakMode: usize = 0x2C; // bool - } - // Parent: None - // Fields count: 9 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod VMixDynamicsCompressorDesc_t { - pub const m_fldbOutputGain: usize = 0x0; // float32 - pub const m_fldbCompressionThreshold: usize = 0x4; // float32 - pub const m_fldbKneeWidth: usize = 0x8; // float32 - pub const m_flCompressionRatio: usize = 0xC; // float32 - pub const m_flAttackTimeMS: usize = 0x10; // float32 - pub const m_flReleaseTimeMS: usize = 0x14; // float32 - pub const m_flRMSTimeMS: usize = 0x18; // float32 - pub const m_flWetMix: usize = 0x1C; // float32 - pub const m_bPeakMode: usize = 0x20; // bool - } - // Parent: None - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod VMixDynamicsBand_t { - pub const m_fldbGainInput: usize = 0x0; // float32 - pub const m_fldbGainOutput: usize = 0x4; // float32 - pub const m_fldbThresholdBelow: usize = 0x8; // float32 - pub const m_fldbThresholdAbove: usize = 0xC; // float32 - pub const m_flRatioBelow: usize = 0x10; // float32 - pub const m_flRatioAbove: usize = 0x14; // float32 - pub const m_flAttackTimeMS: usize = 0x18; // float32 - pub const m_flReleaseTimeMS: usize = 0x1C; // float32 - pub const m_bEnable: usize = 0x20; // bool - pub const m_bSolo: usize = 0x21; // bool - } - // Parent: None - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod VMixDynamics3BandDesc_t { - pub const m_fldbGainOutput: usize = 0x0; // float32 - pub const m_flRMSTimeMS: usize = 0x4; // float32 - pub const m_fldbKneeWidth: usize = 0x8; // float32 - pub const m_flDepth: usize = 0xC; // float32 - pub const m_flWetMix: usize = 0x10; // float32 - pub const m_flTimeScale: usize = 0x14; // float32 - pub const m_flLowCutoffFreq: usize = 0x18; // float32 - pub const m_flHighCutoffFreq: usize = 0x1C; // float32 - pub const m_bPeakMode: usize = 0x20; // bool - pub const m_bandDesc: usize = 0x24; // VMixDynamicsBand_t[3] - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod VMixEnvelopeDesc_t { - pub const m_flAttackTimeMS: usize = 0x0; // float32 - pub const m_flHoldTimeMS: usize = 0x4; // float32 - pub const m_flReleaseTimeMS: usize = 0x8; // float32 - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod VMixPitchShiftDesc_t { - pub const m_nGrainSampleCount: usize = 0x0; // int32 - pub const m_flPitchShift: usize = 0x4; // float32 - pub const m_nQuality: usize = 0x8; // int32 - pub const m_nProcType: usize = 0xC; // int32 - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod VMixConvolutionDesc_t { - pub const m_fldbGain: usize = 0x0; // float32 - pub const m_flPreDelayMS: usize = 0x4; // float32 - pub const m_flWetMix: usize = 0x8; // float32 - pub const m_fldbLow: usize = 0xC; // float32 - pub const m_fldbMid: usize = 0x10; // float32 - pub const m_fldbHigh: usize = 0x14; // float32 - pub const m_flLowCutoffFreq: usize = 0x18; // float32 - pub const m_flHighCutoffFreq: usize = 0x1C; // float32 - } - // Parent: None - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod VMixVocoderDesc_t { - pub const m_nBandCount: usize = 0x0; // int32 - pub const m_flBandwidth: usize = 0x4; // float32 - pub const m_fldBModGain: usize = 0x8; // float32 - pub const m_flFreqRangeStart: usize = 0xC; // float32 - pub const m_flFreqRangeEnd: usize = 0x10; // float32 - pub const m_fldBUnvoicedGain: usize = 0x14; // float32 - pub const m_flAttackTimeMS: usize = 0x18; // float32 - pub const m_flReleaseTimeMS: usize = 0x1C; // float32 - pub const m_nDebugBand: usize = 0x20; // int32 - pub const m_bPeakMode: usize = 0x24; // bool - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod VMixShaperDesc_t { - pub const m_nShape: usize = 0x0; // int32 - pub const m_fldbDrive: usize = 0x4; // float32 - pub const m_fldbOutputGain: usize = 0x8; // float32 - pub const m_flWetMix: usize = 0xC; // float32 - pub const m_nOversampleFactor: usize = 0x10; // int32 - } - // Parent: None - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod VMixUtilityDesc_t { - pub const m_nOp: usize = 0x0; // VMixChannelOperation_t - pub const m_flInputPan: usize = 0x4; // float32 - pub const m_flOutputBalance: usize = 0x8; // float32 - pub const m_fldbOutputGain: usize = 0xC; // float32 - pub const m_bBassMono: usize = 0x10; // bool - pub const m_flBassFreq: usize = 0x14; // float32 - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod VMixAutoFilterDesc_t { - pub const m_flEnvelopeAmount: usize = 0x0; // float32 - pub const m_flAttackTimeMS: usize = 0x4; // float32 - pub const m_flReleaseTimeMS: usize = 0x8; // float32 - pub const m_filter: usize = 0xC; // VMixFilterDesc_t - pub const m_flLFOAmount: usize = 0x1C; // float32 - pub const m_flLFORate: usize = 0x20; // float32 - pub const m_flPhase: usize = 0x24; // float32 - pub const m_nLFOShape: usize = 0x28; // VMixLFOShape_t - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod VMixOscDesc_t { - pub const oscType: usize = 0x0; // VMixLFOShape_t - pub const m_freq: usize = 0x4; // float32 - pub const m_flPhase: usize = 0x8; // float32 - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod VMixEffectChainDesc_t { - pub const m_flCrossfadeTime: usize = 0x0; // float32 - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod VMixSubgraphSwitchDesc_t { - pub const m_interpolationMode: usize = 0x0; // VMixSubgraphSwitchInterpolationType_t - pub const m_bOnlyTailsOnFadeOut: usize = 0x4; // bool - pub const m_flInterpolationTime: usize = 0x8; // float32 - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyElementNameFn - pub mod CSosGroupActionSchema { - pub const m_name: usize = 0x8; // CUtlString - pub const m_actionType: usize = 0x10; // ActionType_t - pub const m_actionInstanceType: usize = 0x14; // ActionType_t - } - // Parent: CSosGroupActionSchema - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CSosGroupActionLimitSchema { - pub const m_nMaxCount: usize = 0x18; // int32 - pub const m_nStopType: usize = 0x1C; // SosActionStopType_t - pub const m_nSortType: usize = 0x20; // SosActionSortType_t - } - // Parent: CSosGroupActionSchema - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CSosGroupActionTimeLimitSchema { - pub const m_flMaxDuration: usize = 0x18; // float32 - } - // Parent: CSosGroupActionSchema - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CSosGroupActionTimeBlockLimitSchema { - pub const m_nMaxCount: usize = 0x18; // int32 - pub const m_flMaxDuration: usize = 0x1C; // float32 - } - // Parent: CSosGroupActionSchema - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CSosGroupActionSetSoundeventParameterSchema { - pub const m_nMaxCount: usize = 0x18; // int32 - pub const m_flMinValue: usize = 0x1C; // float32 - pub const m_flMaxValue: usize = 0x20; // float32 - pub const m_opvarName: usize = 0x28; // CUtlString - pub const m_nSortType: usize = 0x30; // SosActionSortType_t - } - // Parent: CSosGroupActionSchema - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CSosGroupActionSoundeventClusterSchema { - pub const m_nMinNearby: usize = 0x18; // int32 - pub const m_flClusterEpsilon: usize = 0x1C; // float32 - pub const m_shouldPlayOpvar: usize = 0x20; // CUtlString - pub const m_shouldPlayClusterChild: usize = 0x28; // CUtlString - pub const m_clusterSizeOpvar: usize = 0x30; // CUtlString - pub const m_groupBoundingBoxMinsOpvar: usize = 0x38; // CUtlString - pub const m_groupBoundingBoxMaxsOpvar: usize = 0x40; // CUtlString - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CSosGroupBranchPattern { - pub const m_bMatchEventName: usize = 0x8; // bool - pub const m_bMatchEventSubString: usize = 0x9; // bool - pub const m_bMatchEntIndex: usize = 0xA; // bool - pub const m_bMatchOpvar: usize = 0xB; // bool - } - // Parent: CSosGroupBranchPattern - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CSosGroupMatchPattern { - pub const m_matchSoundEventName: usize = 0x10; // CUtlString - pub const m_matchSoundEventSubString: usize = 0x18; // CUtlString - pub const m_flEntIndex: usize = 0x20; // float32 - pub const m_flOpvar: usize = 0x24; // float32 - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - // MPropertyElementNameFn - pub mod CSosSoundEventGroupSchema { - pub const m_name: usize = 0x0; // CUtlString - pub const m_nType: usize = 0x8; // SosGroupType_t - pub const m_bIsBlocking: usize = 0xC; // bool - pub const m_nBlockMaxCount: usize = 0x10; // int32 - pub const m_bInvertMatch: usize = 0x14; // bool - pub const m_matchPattern: usize = 0x18; // CSosGroupMatchPattern - pub const m_branchPattern: usize = 0x40; // CSosGroupBranchPattern - pub const m_vActions: usize = 0xB0; // CSosGroupActionSchema*[4] - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CSosSoundEventGroupListSchema { - pub const m_groupList: usize = 0x0; // CUtlVector - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod SosEditItemInfo_t { - pub const itemType: usize = 0x0; // SosEditItemType_t - pub const itemName: usize = 0x8; // CUtlString - pub const itemTypeName: usize = 0x10; // CUtlString - pub const itemKVString: usize = 0x20; // CUtlString - pub const itemPos: usize = 0x28; // Vector2D - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod SelectedEditItemInfo_t { - pub const m_EditItems: usize = 0x0; // CUtlVector - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CSoundEventMetaData { - pub const m_soundEventVMix: usize = 0x0; // CStrongHandle - } - // Parent: None - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CDSPMixgroupModifier { - pub const m_mixgroup: usize = 0x0; // CUtlString - pub const m_flModifier: usize = 0x8; // float32 - pub const m_flModifierMin: usize = 0xC; // float32 - pub const m_flSourceModifier: usize = 0x10; // float32 - pub const m_flSourceModifierMin: usize = 0x14; // float32 - pub const m_flListenerReverbModifierWhenSourceReverbIsActive: usize = 0x18; // float32 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CDspPresetModifierList { - pub const m_dspName: usize = 0x0; // CUtlString - pub const m_modifiers: usize = 0x8; // CUtlVector - } - } - } -} diff --git a/output/linux/libvphysics2.so.cs b/output/linux/libvphysics2.so.cs deleted file mode 100644 index a5528ac..0000000 --- a/output/linux/libvphysics2.so.cs +++ /dev/null @@ -1,1055 +0,0 @@ -// Generated using https://github.com/a2x/cs2-dumper -// 2024-03-29 21:16:02.890657436 UTC - -namespace CS2Dumper.Schemas { - // Module: libvphysics2.so - // Classes count: 82 - // Enums count: 0 - public static class Libvphysics2 { - // Parent: None - // Fields count: 35 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CFeJiggleBone { - public const nint m_nFlags = 0x0; // uint32 - public const nint m_flLength = 0x4; // float32 - public const nint m_flTipMass = 0x8; // float32 - public const nint m_flYawStiffness = 0xC; // float32 - public const nint m_flYawDamping = 0x10; // float32 - public const nint m_flPitchStiffness = 0x14; // float32 - public const nint m_flPitchDamping = 0x18; // float32 - public const nint m_flAlongStiffness = 0x1C; // float32 - public const nint m_flAlongDamping = 0x20; // float32 - public const nint m_flAngleLimit = 0x24; // float32 - public const nint m_flMinYaw = 0x28; // float32 - public const nint m_flMaxYaw = 0x2C; // float32 - public const nint m_flYawFriction = 0x30; // float32 - public const nint m_flYawBounce = 0x34; // float32 - public const nint m_flMinPitch = 0x38; // float32 - public const nint m_flMaxPitch = 0x3C; // float32 - public const nint m_flPitchFriction = 0x40; // float32 - public const nint m_flPitchBounce = 0x44; // float32 - public const nint m_flBaseMass = 0x48; // float32 - public const nint m_flBaseStiffness = 0x4C; // float32 - public const nint m_flBaseDamping = 0x50; // float32 - public const nint m_flBaseMinLeft = 0x54; // float32 - public const nint m_flBaseMaxLeft = 0x58; // float32 - public const nint m_flBaseLeftFriction = 0x5C; // float32 - public const nint m_flBaseMinUp = 0x60; // float32 - public const nint m_flBaseMaxUp = 0x64; // float32 - public const nint m_flBaseUpFriction = 0x68; // float32 - public const nint m_flBaseMinForward = 0x6C; // float32 - public const nint m_flBaseMaxForward = 0x70; // float32 - public const nint m_flBaseForwardFriction = 0x74; // float32 - public const nint m_flRadius0 = 0x78; // float32 - public const nint m_flRadius1 = 0x7C; // float32 - public const nint m_vPoint0 = 0x80; // Vector - public const nint m_vPoint1 = 0x8C; // Vector - public const nint m_nCollisionMask = 0x98; // uint16 - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CFeNamedJiggleBone { - public const nint m_strParentBone = 0x0; // CUtlString - public const nint m_transform = 0x10; // CTransform - public const nint m_nJiggleParent = 0x30; // uint32 - public const nint m_jiggleBone = 0x34; // CFeJiggleBone - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CFeIndexedJiggleBone { - public const nint m_nNode = 0x0; // uint32 - public const nint m_nJiggleParent = 0x4; // uint32 - public const nint m_jiggleBone = 0x8; // CFeJiggleBone - } - // Parent: None - // Fields count: 100 - // - // Metadata: - // MGetKV3ClassDefaults - public static class PhysFeModelDesc_t { - public const nint m_CtrlHash = 0x0; // CUtlVector - public const nint m_CtrlName = 0x18; // CUtlVector - public const nint m_nStaticNodeFlags = 0x30; // uint32 - public const nint m_nDynamicNodeFlags = 0x34; // uint32 - public const nint m_flLocalForce = 0x38; // float32 - public const nint m_flLocalRotation = 0x3C; // float32 - public const nint m_nNodeCount = 0x40; // uint16 - public const nint m_nStaticNodes = 0x42; // uint16 - public const nint m_nRotLockStaticNodes = 0x44; // uint16 - public const nint m_nFirstPositionDrivenNode = 0x46; // uint16 - public const nint m_nSimdTriCount1 = 0x48; // uint16 - public const nint m_nSimdTriCount2 = 0x4A; // uint16 - public const nint m_nSimdQuadCount1 = 0x4C; // uint16 - public const nint m_nSimdQuadCount2 = 0x4E; // uint16 - public const nint m_nQuadCount1 = 0x50; // uint16 - public const nint m_nQuadCount2 = 0x52; // uint16 - public const nint m_nTreeDepth = 0x54; // uint16 - public const nint m_nNodeBaseJiggleboneDependsCount = 0x56; // uint16 - public const nint m_nRopeCount = 0x58; // uint16 - public const nint m_Ropes = 0x60; // CUtlVector - public const nint m_NodeBases = 0x78; // CUtlVector - public const nint m_SimdNodeBases = 0x90; // CUtlVector - public const nint m_Quads = 0xA8; // CUtlVector - public const nint m_SimdQuads = 0xC0; // CUtlVector - public const nint m_SimdTris = 0xD8; // CUtlVector - public const nint m_SimdRods = 0xF0; // CUtlVector - public const nint m_SimdRodsAnim = 0x108; // CUtlVector - public const nint m_InitPose = 0x120; // CUtlVector - public const nint m_Rods = 0x138; // CUtlVector - public const nint m_Twists = 0x150; // CUtlVector - public const nint m_AxialEdges = 0x168; // CUtlVector - public const nint m_NodeInvMasses = 0x180; // CUtlVector - public const nint m_CtrlOffsets = 0x198; // CUtlVector - public const nint m_CtrlOsOffsets = 0x1B0; // CUtlVector - public const nint m_FollowNodes = 0x1C8; // CUtlVector - public const nint m_CollisionPlanes = 0x1E0; // CUtlVector - public const nint m_NodeIntegrator = 0x1F8; // CUtlVector - public const nint m_SpringIntegrator = 0x210; // CUtlVector - public const nint m_SimdSpringIntegrator = 0x228; // CUtlVector - public const nint m_WorldCollisionParams = 0x240; // CUtlVector - public const nint m_LegacyStretchForce = 0x258; // CUtlVector - public const nint m_NodeCollisionRadii = 0x270; // CUtlVector - public const nint m_DynNodeFriction = 0x288; // CUtlVector - public const nint m_LocalRotation = 0x2A0; // CUtlVector - public const nint m_LocalForce = 0x2B8; // CUtlVector - public const nint m_TaperedCapsuleStretches = 0x2D0; // CUtlVector - public const nint m_TaperedCapsuleRigids = 0x2E8; // CUtlVector - public const nint m_SphereRigids = 0x300; // CUtlVector - public const nint m_WorldCollisionNodes = 0x318; // CUtlVector - public const nint m_TreeParents = 0x330; // CUtlVector - public const nint m_TreeCollisionMasks = 0x348; // CUtlVector - public const nint m_TreeChildren = 0x360; // CUtlVector - public const nint m_FreeNodes = 0x378; // CUtlVector - public const nint m_FitMatrices = 0x390; // CUtlVector - public const nint m_FitWeights = 0x3A8; // CUtlVector - public const nint m_ReverseOffsets = 0x3C0; // CUtlVector - public const nint m_AnimStrayRadii = 0x3D8; // CUtlVector - public const nint m_SimdAnimStrayRadii = 0x3F0; // CUtlVector - public const nint m_KelagerBends = 0x408; // CUtlVector - public const nint m_CtrlSoftOffsets = 0x420; // CUtlVector - public const nint m_JiggleBones = 0x438; // CUtlVector - public const nint m_SourceElems = 0x450; // CUtlVector - public const nint m_GoalDampedSpringIntegrators = 0x468; // CUtlVector - public const nint m_Tris = 0x480; // CUtlVector - public const nint m_nTriCount1 = 0x498; // uint16 - public const nint m_nTriCount2 = 0x49A; // uint16 - public const nint m_nReservedUint8 = 0x49C; // uint8 - public const nint m_nExtraPressureIterations = 0x49D; // uint8 - public const nint m_nExtraGoalIterations = 0x49E; // uint8 - public const nint m_nExtraIterations = 0x49F; // uint8 - public const nint m_BoxRigids = 0x4A0; // CUtlVector - public const nint m_DynNodeVertexSet = 0x4B8; // CUtlVector - public const nint m_VertexSetNames = 0x4D0; // CUtlVector - public const nint m_RigidColliderPriorities = 0x4E8; // CUtlVector - public const nint m_MorphLayers = 0x500; // CUtlVector - public const nint m_MorphSetData = 0x518; // CUtlVector - public const nint m_VertexMaps = 0x530; // CUtlVector - public const nint m_VertexMapValues = 0x548; // CUtlVector - public const nint m_Effects = 0x560; // CUtlVector - public const nint m_LockToParent = 0x578; // CUtlVector - public const nint m_LockToGoal = 0x590; // CUtlVector - public const nint m_SkelParents = 0x5A8; // CUtlVector - public const nint m_DynNodeWindBases = 0x5C0; // CUtlVector - public const nint m_flInternalPressure = 0x5D8; // float32 - public const nint m_flDefaultTimeDilation = 0x5DC; // float32 - public const nint m_flWindage = 0x5E0; // float32 - public const nint m_flWindDrag = 0x5E4; // float32 - public const nint m_flDefaultSurfaceStretch = 0x5E8; // float32 - public const nint m_flDefaultThreadStretch = 0x5EC; // float32 - public const nint m_flDefaultGravityScale = 0x5F0; // float32 - public const nint m_flDefaultVelAirDrag = 0x5F4; // float32 - public const nint m_flDefaultExpAirDrag = 0x5F8; // float32 - public const nint m_flDefaultVelQuadAirDrag = 0x5FC; // float32 - public const nint m_flDefaultExpQuadAirDrag = 0x600; // float32 - public const nint m_flRodVelocitySmoothRate = 0x604; // float32 - public const nint m_flQuadVelocitySmoothRate = 0x608; // float32 - public const nint m_flAddWorldCollisionRadius = 0x60C; // float32 - public const nint m_flDefaultVolumetricSolveAmount = 0x610; // float32 - public const nint m_nRodVelocitySmoothIterations = 0x614; // uint16 - public const nint m_nQuadVelocitySmoothIterations = 0x616; // uint16 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class FourVectors2D { - public const nint x = 0x0; // fltx4 - public const nint y = 0x10; // fltx4 - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class FeEdgeDesc_t { - public const nint nEdge = 0x0; // uint16[2] - public const nint nSide = 0x4; // uint16[2][2] - public const nint nVirtElem = 0xC; // uint16[2] - } - // Parent: None - // Fields count: 12 - // - // Metadata: - // MGetKV3ClassDefaults - public static class OldFeEdge_t { - public const nint m_flK = 0x0; // float32[3] - public const nint invA = 0xC; // float32 - public const nint t = 0x10; // float32 - public const nint flThetaRelaxed = 0x14; // float32 - public const nint flThetaFactor = 0x18; // float32 - public const nint c01 = 0x1C; // float32 - public const nint c02 = 0x20; // float32 - public const nint c03 = 0x24; // float32 - public const nint c04 = 0x28; // float32 - public const nint flAxialModelDist = 0x2C; // float32 - public const nint flAxialModelWeights = 0x30; // float32[4] - public const nint m_nNode = 0x40; // uint16[4] - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class FeWeightedNode_t { - public const nint nNode = 0x0; // uint16 - public const nint nWeight = 0x2; // uint16 - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class FeKelagerBend2_t { - public const nint flWeight = 0x0; // float32[3] - public const nint flHeight0 = 0xC; // float32 - public const nint nNode = 0x10; // uint16[3] - public const nint nReserved = 0x16; // uint16 - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class FeStiffHingeBuild_t { - public const nint flMaxAngle = 0x0; // float32 - public const nint flStrength = 0x4; // float32 - public const nint flMotionBias = 0x8; // float32[3] - public const nint nNode = 0x14; // uint16[3] - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class FeTri_t { - public const nint nNode = 0x0; // uint16[3] - public const nint w1 = 0x8; // float32 - public const nint w2 = 0xC; // float32 - public const nint v1x = 0x10; // float32 - public const nint v2 = 0x14; // Vector2D - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class FeSimdTri_t { - public const nint nNode = 0x0; // uint32[4][3] - public const nint w1 = 0x30; // fltx4 - public const nint w2 = 0x40; // fltx4 - public const nint v1x = 0x50; // fltx4 - public const nint v2 = 0x60; // FourVectors2D - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class FeQuad_t { - public const nint nNode = 0x0; // uint16[4] - public const nint flSlack = 0x8; // float32 - public const nint vShape = 0xC; // Vector4D[4] - } - // Parent: None - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - public static class FeNodeBase_t { - public const nint nNode = 0x0; // uint16 - public const nint nDummy = 0x2; // uint16[3] - public const nint nNodeX0 = 0x8; // uint16 - public const nint nNodeX1 = 0xA; // uint16 - public const nint nNodeY0 = 0xC; // uint16 - public const nint nNodeY1 = 0xE; // uint16 - public const nint qAdjust = 0x10; // QuaternionStorage - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class FeNodeWindBase_t { - public const nint nNodeX0 = 0x0; // uint16 - public const nint nNodeX1 = 0x2; // uint16 - public const nint nNodeY0 = 0x4; // uint16 - public const nint nNodeY1 = 0x6; // uint16 - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class FeNodeReverseOffset_t { - public const nint vOffset = 0x0; // Vector - public const nint nBoneCtrl = 0xC; // uint16 - public const nint nTargetNode = 0xE; // uint16 - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class FeSimdQuad_t { - public const nint nNode = 0x0; // uint16[4][4] - public const nint f4Slack = 0x20; // fltx4 - public const nint vShape = 0x30; // FourVectors[4] - public const nint f4Weights = 0xF0; // fltx4[4] - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class FeAxialEdgeBend_t { - public const nint te = 0x0; // float32 - public const nint tv = 0x4; // float32 - public const nint flDist = 0x8; // float32 - public const nint flWeight = 0xC; // float32[4] - public const nint nNode = 0x1C; // uint16[6] - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class FeBandBendLimit_t { - public const nint flDistMin = 0x0; // float32 - public const nint flDistMax = 0x4; // float32 - public const nint nNode = 0x8; // uint16[6] - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class FeRodConstraint_t { - public const nint nNode = 0x0; // uint16[2] - public const nint flMaxDist = 0x4; // float32 - public const nint flMinDist = 0x8; // float32 - public const nint flWeight0 = 0xC; // float32 - public const nint flRelaxationFactor = 0x10; // float32 - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class FeTwistConstraint_t { - public const nint nNodeOrient = 0x0; // uint16 - public const nint nNodeEnd = 0x2; // uint16 - public const nint flTwistRelax = 0x4; // float32 - public const nint flSwingRelax = 0x8; // float32 - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class FeSimdRodConstraint_t { - public const nint nNode = 0x0; // uint16[4][2] - public const nint f4MaxDist = 0x10; // fltx4 - public const nint f4MinDist = 0x20; // fltx4 - public const nint f4Weight0 = 0x30; // fltx4 - public const nint f4RelaxationFactor = 0x40; // fltx4 - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class FeSimdRodConstraintAnim_t { - public const nint nNode = 0x0; // uint16[4][2] - public const nint f4Weight0 = 0x10; // fltx4 - public const nint f4RelaxationFactor = 0x20; // fltx4 - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class FeAnimStrayRadius_t { - public const nint nNode = 0x0; // uint16[2] - public const nint flMaxDist = 0x4; // float32 - public const nint flRelaxationFactor = 0x8; // float32 - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class FeSimdAnimStrayRadius_t { - public const nint nNode = 0x0; // uint16[4][2] - public const nint flMaxDist = 0x10; // fltx4 - public const nint flRelaxationFactor = 0x20; // fltx4 - } - // Parent: None - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - public static class FeSimdNodeBase_t { - public const nint nNode = 0x0; // uint16[4] - public const nint nNodeX0 = 0x8; // uint16[4] - public const nint nNodeX1 = 0x10; // uint16[4] - public const nint nNodeY0 = 0x18; // uint16[4] - public const nint nNodeY1 = 0x20; // uint16[4] - public const nint nDummy = 0x28; // uint16[4] - public const nint qAdjust = 0x30; // FourQuaternions - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class FeNodeIntegrator_t { - public const nint flPointDamping = 0x0; // float32 - public const nint flAnimationForceAttraction = 0x4; // float32 - public const nint flAnimationVertexAttraction = 0x8; // float32 - public const nint flGravity = 0xC; // float32 - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class FeSpringIntegrator_t { - public const nint nNode = 0x0; // uint16[2] - public const nint flSpringRestLength = 0x4; // float32 - public const nint flSpringConstant = 0x8; // float32 - public const nint flSpringDamping = 0xC; // float32 - public const nint flNodeWeight0 = 0x10; // float32 - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class FeSimdSpringIntegrator_t { - public const nint nNode = 0x0; // uint16[4][2] - public const nint flSpringRestLength = 0x10; // fltx4 - public const nint flSpringConstant = 0x20; // fltx4 - public const nint flSpringDamping = 0x30; // fltx4 - public const nint flNodeWeight0 = 0x40; // fltx4 - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class FeCtrlOffset_t { - public const nint vOffset = 0x0; // Vector - public const nint nCtrlParent = 0xC; // uint16 - public const nint nCtrlChild = 0xE; // uint16 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class FeSoftParent_t { - public const nint nParent = 0x0; // int32 - public const nint flAlpha = 0x4; // float32 - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class FeCtrlSoftOffset_t { - public const nint nCtrlParent = 0x0; // uint16 - public const nint nCtrlChild = 0x2; // uint16 - public const nint vOffset = 0x4; // Vector - public const nint flAlpha = 0x10; // float32 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class FeCtrlOsOffset_t { - public const nint nCtrlParent = 0x0; // uint16 - public const nint nCtrlChild = 0x2; // uint16 - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class FeFollowNode_t { - public const nint nParentNode = 0x0; // uint16 - public const nint nChildNode = 0x2; // uint16 - public const nint flWeight = 0x4; // float32 - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class FeCollisionPlane_t { - public const nint nCtrlParent = 0x0; // uint16 - public const nint nChildNode = 0x2; // uint16 - public const nint m_Plane = 0x4; // RnPlane_t - public const nint flStrength = 0x14; // float32 - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class FeWorldCollisionParams_t { - public const nint flWorldFriction = 0x0; // float32 - public const nint flGroundFriction = 0x4; // float32 - public const nint nListBegin = 0x8; // uint16 - public const nint nListEnd = 0xA; // uint16 - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class FeTreeChildren_t { - public const nint nChild = 0x0; // uint16[2] - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class FeTaperedCapsuleRigid_t { - public const nint vSphere = 0x0; // fltx4[2] - public const nint nNode = 0x20; // uint16 - public const nint nCollisionMask = 0x22; // uint16 - public const nint nVertexMapIndex = 0x24; // uint16 - public const nint nFlags = 0x26; // uint16 - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class FeSphereRigid_t { - public const nint vSphere = 0x0; // fltx4 - public const nint nNode = 0x10; // uint16 - public const nint nCollisionMask = 0x12; // uint16 - public const nint nVertexMapIndex = 0x14; // uint16 - public const nint nFlags = 0x16; // uint16 - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class FeTaperedCapsuleStretch_t { - public const nint nNode = 0x0; // uint16[2] - public const nint nCollisionMask = 0x4; // uint16 - public const nint nDummy = 0x6; // uint16 - public const nint flRadius = 0x8; // float32[2] - } - // Parent: None - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - public static class FeBoxRigid_t { - public const nint tmFrame2 = 0x0; // CTransform - public const nint nNode = 0x20; // uint16 - public const nint nCollisionMask = 0x22; // uint16 - public const nint vSize = 0x24; // Vector - public const nint nVertexMapIndex = 0x30; // uint16 - public const nint nFlags = 0x32; // uint16 - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CovMatrix3 { - public const nint m_vDiag = 0x0; // Vector - public const nint m_flXY = 0xC; // float32 - public const nint m_flXZ = 0x10; // float32 - public const nint m_flYZ = 0x14; // float32 - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class FourCovMatrices3 { - public const nint m_vDiag = 0x0; // FourVectors - public const nint m_flXY = 0x30; // fltx4 - public const nint m_flXZ = 0x40; // fltx4 - public const nint m_flYZ = 0x50; // fltx4 - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class FeFitWeight_t { - public const nint flWeight = 0x0; // float32 - public const nint nNode = 0x4; // uint16 - public const nint nDummy = 0x6; // uint16 - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class FeFitInfluence_t { - public const nint nVertexNode = 0x0; // uint32 - public const nint flWeight = 0x4; // float32 - public const nint nMatrixNode = 0x8; // uint32 - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class FeFitMatrix_t { - public const nint bone = 0x0; // CTransform - public const nint vCenter = 0x20; // Vector - public const nint nEnd = 0x2C; // uint16 - public const nint nNode = 0x2E; // uint16 - public const nint nBeginDynamic = 0x30; // uint16 - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class FeRigidColliderIndices_t { - public const nint m_nTaperedCapsuleRigidIndex = 0x0; // uint16 - public const nint m_nSphereRigidIndex = 0x2; // uint16 - public const nint m_nBoxRigidIndex = 0x4; // uint16 - public const nint m_nCollisionPlaneIndex = 0x6; // uint16 - } - // Parent: FeTaperedCapsuleRigid_t - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class FeBuildTaperedCapsuleRigid_t { - public const nint m_nPriority = 0x30; // int32 - public const nint m_nVertexMapHash = 0x34; // uint32 - } - // Parent: FeBoxRigid_t - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class FeBuildBoxRigid_t { - public const nint m_nPriority = 0x34; // int32 - public const nint m_nVertexMapHash = 0x38; // uint32 - } - // Parent: FeSphereRigid_t - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class FeBuildSphereRigid_t { - public const nint m_nPriority = 0x20; // int32 - public const nint m_nVertexMapHash = 0x24; // uint32 - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class FeSourceEdge_t { - public const nint nNode = 0x0; // uint16[2] - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class FeEffectDesc_t { - public const nint sName = 0x0; // CUtlString - public const nint nNameHash = 0x8; // uint32 - public const nint nType = 0xC; // int32 - public const nint m_Params = 0x10; // KeyValues3 - } - // Parent: None - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - public static class FeVertexMapBuild_t { - public const nint m_VertexMapName = 0x0; // CUtlString - public const nint m_nNameHash = 0x8; // uint32 - public const nint m_Color = 0xC; // Color - public const nint m_flVolumetricSolveStrength = 0x10; // float32 - public const nint m_nScaleSourceNode = 0x14; // int32 - public const nint m_Weights = 0x18; // CUtlVector - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CFeVertexMapBuildArray { - public const nint m_Array = 0x0; // CUtlVector - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class FeProxyVertexMap_t { - public const nint m_Name = 0x0; // CUtlString - public const nint m_flWeight = 0x8; // float32 - } - // Parent: None - // Fields count: 12 - // - // Metadata: - // MGetKV3ClassDefaults - public static class FeVertexMapDesc_t { - public const nint sName = 0x0; // CUtlString - public const nint nNameHash = 0x8; // uint32 - public const nint nColor = 0xC; // uint32 - public const nint nFlags = 0x10; // uint32 - public const nint nVertexBase = 0x14; // uint16 - public const nint nVertexCount = 0x16; // uint16 - public const nint nMapOffset = 0x18; // uint32 - public const nint nNodeListOffset = 0x1C; // uint32 - public const nint vCenterOfMass = 0x20; // Vector - public const nint flVolumetricSolveStrength = 0x2C; // float32 - public const nint nScaleSourceNode = 0x30; // int16 - public const nint nNodeListCount = 0x32; // uint16 - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - public static class FeMorphLayerDepr_t { - public const nint m_Name = 0x0; // CUtlString - public const nint m_nNameHash = 0x8; // uint32 - public const nint m_Nodes = 0x10; // CUtlVector - public const nint m_InitPos = 0x28; // CUtlVector - public const nint m_Gravity = 0x40; // CUtlVector - public const nint m_GoalStrength = 0x58; // CUtlVector - public const nint m_GoalDamping = 0x70; // CUtlVector - public const nint m_nFlags = 0x88; // uint32 - } - // Parent: None - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CFeMorphLayer { - public const nint m_Name = 0x0; // CUtlString - public const nint m_nNameHash = 0x8; // uint32 - public const nint m_Nodes = 0x10; // CUtlVector - public const nint m_InitPos = 0x28; // CUtlVector - public const nint m_Gravity = 0x40; // CUtlVector - public const nint m_GoalStrength = 0x58; // CUtlVector - public const nint m_GoalDamping = 0x70; // CUtlVector - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class Dop26_t { - public const nint m_flSupport = 0x0; // float32[26] - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class RnCapsule_t { - public const nint m_vCenter = 0x0; // Vector[2] - public const nint m_flRadius = 0x18; // float32 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class RnPlane_t { - public const nint m_vNormal = 0x0; // Vector - public const nint m_flOffset = 0xC; // float32 - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class RnVertex_t { - public const nint m_nEdge = 0x0; // uint8 - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class RnHalfEdge_t { - public const nint m_nNext = 0x0; // uint8 - public const nint m_nTwin = 0x1; // uint8 - public const nint m_nOrigin = 0x2; // uint8 - public const nint m_nFace = 0x3; // uint8 - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class RnFace_t { - public const nint m_nEdge = 0x0; // uint8 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CRegionSVM { - public const nint m_Planes = 0x0; // CUtlVector - public const nint m_Nodes = 0x18; // CUtlVector - } - // Parent: None - // Fields count: 14 - // - // Metadata: - // MGetKV3ClassDefaults - public static class RnHull_t { - public const nint m_vCentroid = 0x0; // Vector - public const nint m_flMaxAngularRadius = 0xC; // float32 - public const nint m_Bounds = 0x10; // AABB_t - public const nint m_vOrthographicAreas = 0x28; // Vector - public const nint m_MassProperties = 0x34; // matrix3x4_t - public const nint m_flVolume = 0x64; // float32 - public const nint m_flSurfaceArea = 0x68; // float32 - public const nint m_Vertices = 0x70; // CUtlVector - public const nint m_VertexPositions = 0x88; // CUtlVector - public const nint m_Edges = 0xA0; // CUtlVector - public const nint m_Faces = 0xB8; // CUtlVector - public const nint m_FacePlanes = 0xD0; // CUtlVector - public const nint m_nFlags = 0xE8; // uint32 - public const nint m_pRegionSVM = 0xF0; // CRegionSVM* - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class RnTriangle_t { - public const nint m_nIndex = 0x0; // int32[3] - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class RnWing_t { - public const nint m_nIndex = 0x0; // int32[3] - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class RnNode_t { - public const nint m_vMin = 0x0; // Vector - public const nint m_nChildren = 0xC; // uint32 - public const nint m_vMax = 0x10; // Vector - public const nint m_nTriangleOffset = 0x1C; // uint32 - } - // Parent: None - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - public static class RnMesh_t { - public const nint m_vMin = 0x0; // Vector - public const nint m_vMax = 0xC; // Vector - public const nint m_Nodes = 0x18; // CUtlVector - public const nint m_Vertices = 0x30; // CUtlVectorSIMDPaddedVector - public const nint m_Triangles = 0x48; // CUtlVector - public const nint m_Wings = 0x60; // CUtlVector - public const nint m_Materials = 0x78; // CUtlVector - public const nint m_vOrthographicAreas = 0x90; // Vector - public const nint m_nFlags = 0x9C; // uint32 - public const nint m_nDebugFlags = 0xA0; // uint32 - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class RnShapeDesc_t { - public const nint m_nCollisionAttributeIndex = 0x0; // uint32 - public const nint m_nSurfacePropertyIndex = 0x4; // uint32 - public const nint m_UserFriendlyName = 0x8; // CUtlString - } - // Parent: RnShapeDesc_t - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class RnSphereDesc_t { - public const nint m_Sphere = 0x10; // SphereBase_t - } - // Parent: RnShapeDesc_t - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class RnCapsuleDesc_t { - public const nint m_Capsule = 0x10; // RnCapsule_t - } - // Parent: RnShapeDesc_t - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class RnHullDesc_t { - public const nint m_Hull = 0x10; // RnHull_t - } - // Parent: RnShapeDesc_t - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class RnMeshDesc_t { - public const nint m_Mesh = 0x10; // RnMesh_t - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class RnSoftbodyParticle_t { - public const nint m_flMassInv = 0x0; // float32 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class RnSoftbodySpring_t { - public const nint m_nParticle = 0x0; // uint16[2] - public const nint m_flLength = 0x4; // float32 - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class RnSoftbodyCapsule_t { - public const nint m_vCenter = 0x0; // Vector[2] - public const nint m_flRadius = 0x18; // float32 - public const nint m_nParticle = 0x1C; // uint16[2] - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - public static class RnBlendVertex_t { - public const nint m_nWeight0 = 0x0; // uint16 - public const nint m_nIndex0 = 0x2; // uint16 - public const nint m_nWeight1 = 0x4; // uint16 - public const nint m_nIndex1 = 0x6; // uint16 - public const nint m_nWeight2 = 0x8; // uint16 - public const nint m_nIndex2 = 0xA; // uint16 - public const nint m_nFlags = 0xC; // uint16 - public const nint m_nTargetIndex = 0xE; // uint16 - } - // Parent: None - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CastSphereSATParams_t { - public const nint m_vRayStart = 0x0; // Vector - public const nint m_vRayDelta = 0xC; // Vector - public const nint m_flRadius = 0x18; // float32 - public const nint m_flMaxFraction = 0x1C; // float32 - public const nint m_flScale = 0x20; // float32 - public const nint m_pHull = 0x28; // RnHull_t* - } - // Parent: None - // Fields count: 35 - // - // Metadata: - // MGetKV3ClassDefaults - public static class RnBodyDesc_t { - public const nint m_sDebugName = 0x0; // CUtlString - public const nint m_vPosition = 0x8; // Vector - public const nint m_qOrientation = 0x14; // QuaternionStorage - public const nint m_vLinearVelocity = 0x24; // Vector - public const nint m_vAngularVelocity = 0x30; // Vector - public const nint m_vLocalMassCenter = 0x3C; // Vector - public const nint m_LocalInertiaInv = 0x48; // Vector[3] - public const nint m_flMassInv = 0x6C; // float32 - public const nint m_flGameMass = 0x70; // float32 - public const nint m_flInertiaScaleInv = 0x74; // float32 - public const nint m_flLinearDamping = 0x78; // float32 - public const nint m_flAngularDamping = 0x7C; // float32 - public const nint m_flLinearDrag = 0x80; // float32 - public const nint m_flAngularDrag = 0x84; // float32 - public const nint m_flLinearBuoyancyDrag = 0x88; // float32 - public const nint m_flAngularBuoyancyDrag = 0x8C; // float32 - public const nint m_vLastAwakeForceAccum = 0x90; // Vector - public const nint m_vLastAwakeTorqueAccum = 0x9C; // Vector - public const nint m_flBuoyancyFactor = 0xA8; // float32 - public const nint m_flGravityScale = 0xAC; // float32 - public const nint m_flTimeScale = 0xB0; // float32 - public const nint m_nBodyType = 0xB4; // int32 - public const nint m_nGameIndex = 0xB8; // uint32 - public const nint m_nGameFlags = 0xBC; // uint32 - public const nint m_nMinVelocityIterations = 0xC0; // int8 - public const nint m_nMinPositionIterations = 0xC1; // int8 - public const nint m_nMassPriority = 0xC2; // int8 - public const nint m_bEnabled = 0xC3; // bool - public const nint m_bSleeping = 0xC4; // bool - public const nint m_bIsContinuousEnabled = 0xC5; // bool - public const nint m_bDragEnabled = 0xC6; // bool - public const nint m_bBuoyancyDragEnabled = 0xC7; // bool - public const nint m_bGravityDisabled = 0xC8; // bool - public const nint m_bSpeculativeEnabled = 0xC9; // bool - public const nint m_bHasShadowController = 0xCA; // bool - } - // Parent: RnBodyDesc_t - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class vphysics_save_cphysicsbody_t { - public const nint m_nOldPointer = 0xD0; // uint64 - } - } -} diff --git a/output/linux/libvphysics2.so.hpp b/output/linux/libvphysics2.so.hpp deleted file mode 100644 index 35fe025..0000000 --- a/output/linux/libvphysics2.so.hpp +++ /dev/null @@ -1,1061 +0,0 @@ -// Generated using https://github.com/a2x/cs2-dumper -// 2024-03-29 21:16:02.890657436 UTC - -#pragma once - -#include - -namespace cs2_dumper { - namespace schemas { - // Module: libvphysics2.so - // Classes count: 82 - // Enums count: 0 - namespace libvphysics2 { - // Parent: None - // Fields count: 35 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CFeJiggleBone { - constexpr std::ptrdiff_t m_nFlags = 0x0; // uint32 - constexpr std::ptrdiff_t m_flLength = 0x4; // float32 - constexpr std::ptrdiff_t m_flTipMass = 0x8; // float32 - constexpr std::ptrdiff_t m_flYawStiffness = 0xC; // float32 - constexpr std::ptrdiff_t m_flYawDamping = 0x10; // float32 - constexpr std::ptrdiff_t m_flPitchStiffness = 0x14; // float32 - constexpr std::ptrdiff_t m_flPitchDamping = 0x18; // float32 - constexpr std::ptrdiff_t m_flAlongStiffness = 0x1C; // float32 - constexpr std::ptrdiff_t m_flAlongDamping = 0x20; // float32 - constexpr std::ptrdiff_t m_flAngleLimit = 0x24; // float32 - constexpr std::ptrdiff_t m_flMinYaw = 0x28; // float32 - constexpr std::ptrdiff_t m_flMaxYaw = 0x2C; // float32 - constexpr std::ptrdiff_t m_flYawFriction = 0x30; // float32 - constexpr std::ptrdiff_t m_flYawBounce = 0x34; // float32 - constexpr std::ptrdiff_t m_flMinPitch = 0x38; // float32 - constexpr std::ptrdiff_t m_flMaxPitch = 0x3C; // float32 - constexpr std::ptrdiff_t m_flPitchFriction = 0x40; // float32 - constexpr std::ptrdiff_t m_flPitchBounce = 0x44; // float32 - constexpr std::ptrdiff_t m_flBaseMass = 0x48; // float32 - constexpr std::ptrdiff_t m_flBaseStiffness = 0x4C; // float32 - constexpr std::ptrdiff_t m_flBaseDamping = 0x50; // float32 - constexpr std::ptrdiff_t m_flBaseMinLeft = 0x54; // float32 - constexpr std::ptrdiff_t m_flBaseMaxLeft = 0x58; // float32 - constexpr std::ptrdiff_t m_flBaseLeftFriction = 0x5C; // float32 - constexpr std::ptrdiff_t m_flBaseMinUp = 0x60; // float32 - constexpr std::ptrdiff_t m_flBaseMaxUp = 0x64; // float32 - constexpr std::ptrdiff_t m_flBaseUpFriction = 0x68; // float32 - constexpr std::ptrdiff_t m_flBaseMinForward = 0x6C; // float32 - constexpr std::ptrdiff_t m_flBaseMaxForward = 0x70; // float32 - constexpr std::ptrdiff_t m_flBaseForwardFriction = 0x74; // float32 - constexpr std::ptrdiff_t m_flRadius0 = 0x78; // float32 - constexpr std::ptrdiff_t m_flRadius1 = 0x7C; // float32 - constexpr std::ptrdiff_t m_vPoint0 = 0x80; // Vector - constexpr std::ptrdiff_t m_vPoint1 = 0x8C; // Vector - constexpr std::ptrdiff_t m_nCollisionMask = 0x98; // uint16 - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CFeNamedJiggleBone { - constexpr std::ptrdiff_t m_strParentBone = 0x0; // CUtlString - constexpr std::ptrdiff_t m_transform = 0x10; // CTransform - constexpr std::ptrdiff_t m_nJiggleParent = 0x30; // uint32 - constexpr std::ptrdiff_t m_jiggleBone = 0x34; // CFeJiggleBone - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CFeIndexedJiggleBone { - constexpr std::ptrdiff_t m_nNode = 0x0; // uint32 - constexpr std::ptrdiff_t m_nJiggleParent = 0x4; // uint32 - constexpr std::ptrdiff_t m_jiggleBone = 0x8; // CFeJiggleBone - } - // Parent: None - // Fields count: 100 - // - // Metadata: - // MGetKV3ClassDefaults - namespace PhysFeModelDesc_t { - constexpr std::ptrdiff_t m_CtrlHash = 0x0; // CUtlVector - constexpr std::ptrdiff_t m_CtrlName = 0x18; // CUtlVector - constexpr std::ptrdiff_t m_nStaticNodeFlags = 0x30; // uint32 - constexpr std::ptrdiff_t m_nDynamicNodeFlags = 0x34; // uint32 - constexpr std::ptrdiff_t m_flLocalForce = 0x38; // float32 - constexpr std::ptrdiff_t m_flLocalRotation = 0x3C; // float32 - constexpr std::ptrdiff_t m_nNodeCount = 0x40; // uint16 - constexpr std::ptrdiff_t m_nStaticNodes = 0x42; // uint16 - constexpr std::ptrdiff_t m_nRotLockStaticNodes = 0x44; // uint16 - constexpr std::ptrdiff_t m_nFirstPositionDrivenNode = 0x46; // uint16 - constexpr std::ptrdiff_t m_nSimdTriCount1 = 0x48; // uint16 - constexpr std::ptrdiff_t m_nSimdTriCount2 = 0x4A; // uint16 - constexpr std::ptrdiff_t m_nSimdQuadCount1 = 0x4C; // uint16 - constexpr std::ptrdiff_t m_nSimdQuadCount2 = 0x4E; // uint16 - constexpr std::ptrdiff_t m_nQuadCount1 = 0x50; // uint16 - constexpr std::ptrdiff_t m_nQuadCount2 = 0x52; // uint16 - constexpr std::ptrdiff_t m_nTreeDepth = 0x54; // uint16 - constexpr std::ptrdiff_t m_nNodeBaseJiggleboneDependsCount = 0x56; // uint16 - constexpr std::ptrdiff_t m_nRopeCount = 0x58; // uint16 - constexpr std::ptrdiff_t m_Ropes = 0x60; // CUtlVector - constexpr std::ptrdiff_t m_NodeBases = 0x78; // CUtlVector - constexpr std::ptrdiff_t m_SimdNodeBases = 0x90; // CUtlVector - constexpr std::ptrdiff_t m_Quads = 0xA8; // CUtlVector - constexpr std::ptrdiff_t m_SimdQuads = 0xC0; // CUtlVector - constexpr std::ptrdiff_t m_SimdTris = 0xD8; // CUtlVector - constexpr std::ptrdiff_t m_SimdRods = 0xF0; // CUtlVector - constexpr std::ptrdiff_t m_SimdRodsAnim = 0x108; // CUtlVector - constexpr std::ptrdiff_t m_InitPose = 0x120; // CUtlVector - constexpr std::ptrdiff_t m_Rods = 0x138; // CUtlVector - constexpr std::ptrdiff_t m_Twists = 0x150; // CUtlVector - constexpr std::ptrdiff_t m_AxialEdges = 0x168; // CUtlVector - constexpr std::ptrdiff_t m_NodeInvMasses = 0x180; // CUtlVector - constexpr std::ptrdiff_t m_CtrlOffsets = 0x198; // CUtlVector - constexpr std::ptrdiff_t m_CtrlOsOffsets = 0x1B0; // CUtlVector - constexpr std::ptrdiff_t m_FollowNodes = 0x1C8; // CUtlVector - constexpr std::ptrdiff_t m_CollisionPlanes = 0x1E0; // CUtlVector - constexpr std::ptrdiff_t m_NodeIntegrator = 0x1F8; // CUtlVector - constexpr std::ptrdiff_t m_SpringIntegrator = 0x210; // CUtlVector - constexpr std::ptrdiff_t m_SimdSpringIntegrator = 0x228; // CUtlVector - constexpr std::ptrdiff_t m_WorldCollisionParams = 0x240; // CUtlVector - constexpr std::ptrdiff_t m_LegacyStretchForce = 0x258; // CUtlVector - constexpr std::ptrdiff_t m_NodeCollisionRadii = 0x270; // CUtlVector - constexpr std::ptrdiff_t m_DynNodeFriction = 0x288; // CUtlVector - constexpr std::ptrdiff_t m_LocalRotation = 0x2A0; // CUtlVector - constexpr std::ptrdiff_t m_LocalForce = 0x2B8; // CUtlVector - constexpr std::ptrdiff_t m_TaperedCapsuleStretches = 0x2D0; // CUtlVector - constexpr std::ptrdiff_t m_TaperedCapsuleRigids = 0x2E8; // CUtlVector - constexpr std::ptrdiff_t m_SphereRigids = 0x300; // CUtlVector - constexpr std::ptrdiff_t m_WorldCollisionNodes = 0x318; // CUtlVector - constexpr std::ptrdiff_t m_TreeParents = 0x330; // CUtlVector - constexpr std::ptrdiff_t m_TreeCollisionMasks = 0x348; // CUtlVector - constexpr std::ptrdiff_t m_TreeChildren = 0x360; // CUtlVector - constexpr std::ptrdiff_t m_FreeNodes = 0x378; // CUtlVector - constexpr std::ptrdiff_t m_FitMatrices = 0x390; // CUtlVector - constexpr std::ptrdiff_t m_FitWeights = 0x3A8; // CUtlVector - constexpr std::ptrdiff_t m_ReverseOffsets = 0x3C0; // CUtlVector - constexpr std::ptrdiff_t m_AnimStrayRadii = 0x3D8; // CUtlVector - constexpr std::ptrdiff_t m_SimdAnimStrayRadii = 0x3F0; // CUtlVector - constexpr std::ptrdiff_t m_KelagerBends = 0x408; // CUtlVector - constexpr std::ptrdiff_t m_CtrlSoftOffsets = 0x420; // CUtlVector - constexpr std::ptrdiff_t m_JiggleBones = 0x438; // CUtlVector - constexpr std::ptrdiff_t m_SourceElems = 0x450; // CUtlVector - constexpr std::ptrdiff_t m_GoalDampedSpringIntegrators = 0x468; // CUtlVector - constexpr std::ptrdiff_t m_Tris = 0x480; // CUtlVector - constexpr std::ptrdiff_t m_nTriCount1 = 0x498; // uint16 - constexpr std::ptrdiff_t m_nTriCount2 = 0x49A; // uint16 - constexpr std::ptrdiff_t m_nReservedUint8 = 0x49C; // uint8 - constexpr std::ptrdiff_t m_nExtraPressureIterations = 0x49D; // uint8 - constexpr std::ptrdiff_t m_nExtraGoalIterations = 0x49E; // uint8 - constexpr std::ptrdiff_t m_nExtraIterations = 0x49F; // uint8 - constexpr std::ptrdiff_t m_BoxRigids = 0x4A0; // CUtlVector - constexpr std::ptrdiff_t m_DynNodeVertexSet = 0x4B8; // CUtlVector - constexpr std::ptrdiff_t m_VertexSetNames = 0x4D0; // CUtlVector - constexpr std::ptrdiff_t m_RigidColliderPriorities = 0x4E8; // CUtlVector - constexpr std::ptrdiff_t m_MorphLayers = 0x500; // CUtlVector - constexpr std::ptrdiff_t m_MorphSetData = 0x518; // CUtlVector - constexpr std::ptrdiff_t m_VertexMaps = 0x530; // CUtlVector - constexpr std::ptrdiff_t m_VertexMapValues = 0x548; // CUtlVector - constexpr std::ptrdiff_t m_Effects = 0x560; // CUtlVector - constexpr std::ptrdiff_t m_LockToParent = 0x578; // CUtlVector - constexpr std::ptrdiff_t m_LockToGoal = 0x590; // CUtlVector - constexpr std::ptrdiff_t m_SkelParents = 0x5A8; // CUtlVector - constexpr std::ptrdiff_t m_DynNodeWindBases = 0x5C0; // CUtlVector - constexpr std::ptrdiff_t m_flInternalPressure = 0x5D8; // float32 - constexpr std::ptrdiff_t m_flDefaultTimeDilation = 0x5DC; // float32 - constexpr std::ptrdiff_t m_flWindage = 0x5E0; // float32 - constexpr std::ptrdiff_t m_flWindDrag = 0x5E4; // float32 - constexpr std::ptrdiff_t m_flDefaultSurfaceStretch = 0x5E8; // float32 - constexpr std::ptrdiff_t m_flDefaultThreadStretch = 0x5EC; // float32 - constexpr std::ptrdiff_t m_flDefaultGravityScale = 0x5F0; // float32 - constexpr std::ptrdiff_t m_flDefaultVelAirDrag = 0x5F4; // float32 - constexpr std::ptrdiff_t m_flDefaultExpAirDrag = 0x5F8; // float32 - constexpr std::ptrdiff_t m_flDefaultVelQuadAirDrag = 0x5FC; // float32 - constexpr std::ptrdiff_t m_flDefaultExpQuadAirDrag = 0x600; // float32 - constexpr std::ptrdiff_t m_flRodVelocitySmoothRate = 0x604; // float32 - constexpr std::ptrdiff_t m_flQuadVelocitySmoothRate = 0x608; // float32 - constexpr std::ptrdiff_t m_flAddWorldCollisionRadius = 0x60C; // float32 - constexpr std::ptrdiff_t m_flDefaultVolumetricSolveAmount = 0x610; // float32 - constexpr std::ptrdiff_t m_nRodVelocitySmoothIterations = 0x614; // uint16 - constexpr std::ptrdiff_t m_nQuadVelocitySmoothIterations = 0x616; // uint16 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace FourVectors2D { - constexpr std::ptrdiff_t x = 0x0; // fltx4 - constexpr std::ptrdiff_t y = 0x10; // fltx4 - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace FeEdgeDesc_t { - constexpr std::ptrdiff_t nEdge = 0x0; // uint16[2] - constexpr std::ptrdiff_t nSide = 0x4; // uint16[2][2] - constexpr std::ptrdiff_t nVirtElem = 0xC; // uint16[2] - } - // Parent: None - // Fields count: 12 - // - // Metadata: - // MGetKV3ClassDefaults - namespace OldFeEdge_t { - constexpr std::ptrdiff_t m_flK = 0x0; // float32[3] - constexpr std::ptrdiff_t invA = 0xC; // float32 - constexpr std::ptrdiff_t t = 0x10; // float32 - constexpr std::ptrdiff_t flThetaRelaxed = 0x14; // float32 - constexpr std::ptrdiff_t flThetaFactor = 0x18; // float32 - constexpr std::ptrdiff_t c01 = 0x1C; // float32 - constexpr std::ptrdiff_t c02 = 0x20; // float32 - constexpr std::ptrdiff_t c03 = 0x24; // float32 - constexpr std::ptrdiff_t c04 = 0x28; // float32 - constexpr std::ptrdiff_t flAxialModelDist = 0x2C; // float32 - constexpr std::ptrdiff_t flAxialModelWeights = 0x30; // float32[4] - constexpr std::ptrdiff_t m_nNode = 0x40; // uint16[4] - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace FeWeightedNode_t { - constexpr std::ptrdiff_t nNode = 0x0; // uint16 - constexpr std::ptrdiff_t nWeight = 0x2; // uint16 - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace FeKelagerBend2_t { - constexpr std::ptrdiff_t flWeight = 0x0; // float32[3] - constexpr std::ptrdiff_t flHeight0 = 0xC; // float32 - constexpr std::ptrdiff_t nNode = 0x10; // uint16[3] - constexpr std::ptrdiff_t nReserved = 0x16; // uint16 - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace FeStiffHingeBuild_t { - constexpr std::ptrdiff_t flMaxAngle = 0x0; // float32 - constexpr std::ptrdiff_t flStrength = 0x4; // float32 - constexpr std::ptrdiff_t flMotionBias = 0x8; // float32[3] - constexpr std::ptrdiff_t nNode = 0x14; // uint16[3] - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace FeTri_t { - constexpr std::ptrdiff_t nNode = 0x0; // uint16[3] - constexpr std::ptrdiff_t w1 = 0x8; // float32 - constexpr std::ptrdiff_t w2 = 0xC; // float32 - constexpr std::ptrdiff_t v1x = 0x10; // float32 - constexpr std::ptrdiff_t v2 = 0x14; // Vector2D - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace FeSimdTri_t { - constexpr std::ptrdiff_t nNode = 0x0; // uint32[4][3] - constexpr std::ptrdiff_t w1 = 0x30; // fltx4 - constexpr std::ptrdiff_t w2 = 0x40; // fltx4 - constexpr std::ptrdiff_t v1x = 0x50; // fltx4 - constexpr std::ptrdiff_t v2 = 0x60; // FourVectors2D - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace FeQuad_t { - constexpr std::ptrdiff_t nNode = 0x0; // uint16[4] - constexpr std::ptrdiff_t flSlack = 0x8; // float32 - constexpr std::ptrdiff_t vShape = 0xC; // Vector4D[4] - } - // Parent: None - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - namespace FeNodeBase_t { - constexpr std::ptrdiff_t nNode = 0x0; // uint16 - constexpr std::ptrdiff_t nDummy = 0x2; // uint16[3] - constexpr std::ptrdiff_t nNodeX0 = 0x8; // uint16 - constexpr std::ptrdiff_t nNodeX1 = 0xA; // uint16 - constexpr std::ptrdiff_t nNodeY0 = 0xC; // uint16 - constexpr std::ptrdiff_t nNodeY1 = 0xE; // uint16 - constexpr std::ptrdiff_t qAdjust = 0x10; // QuaternionStorage - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace FeNodeWindBase_t { - constexpr std::ptrdiff_t nNodeX0 = 0x0; // uint16 - constexpr std::ptrdiff_t nNodeX1 = 0x2; // uint16 - constexpr std::ptrdiff_t nNodeY0 = 0x4; // uint16 - constexpr std::ptrdiff_t nNodeY1 = 0x6; // uint16 - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace FeNodeReverseOffset_t { - constexpr std::ptrdiff_t vOffset = 0x0; // Vector - constexpr std::ptrdiff_t nBoneCtrl = 0xC; // uint16 - constexpr std::ptrdiff_t nTargetNode = 0xE; // uint16 - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace FeSimdQuad_t { - constexpr std::ptrdiff_t nNode = 0x0; // uint16[4][4] - constexpr std::ptrdiff_t f4Slack = 0x20; // fltx4 - constexpr std::ptrdiff_t vShape = 0x30; // FourVectors[4] - constexpr std::ptrdiff_t f4Weights = 0xF0; // fltx4[4] - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace FeAxialEdgeBend_t { - constexpr std::ptrdiff_t te = 0x0; // float32 - constexpr std::ptrdiff_t tv = 0x4; // float32 - constexpr std::ptrdiff_t flDist = 0x8; // float32 - constexpr std::ptrdiff_t flWeight = 0xC; // float32[4] - constexpr std::ptrdiff_t nNode = 0x1C; // uint16[6] - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace FeBandBendLimit_t { - constexpr std::ptrdiff_t flDistMin = 0x0; // float32 - constexpr std::ptrdiff_t flDistMax = 0x4; // float32 - constexpr std::ptrdiff_t nNode = 0x8; // uint16[6] - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace FeRodConstraint_t { - constexpr std::ptrdiff_t nNode = 0x0; // uint16[2] - constexpr std::ptrdiff_t flMaxDist = 0x4; // float32 - constexpr std::ptrdiff_t flMinDist = 0x8; // float32 - constexpr std::ptrdiff_t flWeight0 = 0xC; // float32 - constexpr std::ptrdiff_t flRelaxationFactor = 0x10; // float32 - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace FeTwistConstraint_t { - constexpr std::ptrdiff_t nNodeOrient = 0x0; // uint16 - constexpr std::ptrdiff_t nNodeEnd = 0x2; // uint16 - constexpr std::ptrdiff_t flTwistRelax = 0x4; // float32 - constexpr std::ptrdiff_t flSwingRelax = 0x8; // float32 - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace FeSimdRodConstraint_t { - constexpr std::ptrdiff_t nNode = 0x0; // uint16[4][2] - constexpr std::ptrdiff_t f4MaxDist = 0x10; // fltx4 - constexpr std::ptrdiff_t f4MinDist = 0x20; // fltx4 - constexpr std::ptrdiff_t f4Weight0 = 0x30; // fltx4 - constexpr std::ptrdiff_t f4RelaxationFactor = 0x40; // fltx4 - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace FeSimdRodConstraintAnim_t { - constexpr std::ptrdiff_t nNode = 0x0; // uint16[4][2] - constexpr std::ptrdiff_t f4Weight0 = 0x10; // fltx4 - constexpr std::ptrdiff_t f4RelaxationFactor = 0x20; // fltx4 - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace FeAnimStrayRadius_t { - constexpr std::ptrdiff_t nNode = 0x0; // uint16[2] - constexpr std::ptrdiff_t flMaxDist = 0x4; // float32 - constexpr std::ptrdiff_t flRelaxationFactor = 0x8; // float32 - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace FeSimdAnimStrayRadius_t { - constexpr std::ptrdiff_t nNode = 0x0; // uint16[4][2] - constexpr std::ptrdiff_t flMaxDist = 0x10; // fltx4 - constexpr std::ptrdiff_t flRelaxationFactor = 0x20; // fltx4 - } - // Parent: None - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - namespace FeSimdNodeBase_t { - constexpr std::ptrdiff_t nNode = 0x0; // uint16[4] - constexpr std::ptrdiff_t nNodeX0 = 0x8; // uint16[4] - constexpr std::ptrdiff_t nNodeX1 = 0x10; // uint16[4] - constexpr std::ptrdiff_t nNodeY0 = 0x18; // uint16[4] - constexpr std::ptrdiff_t nNodeY1 = 0x20; // uint16[4] - constexpr std::ptrdiff_t nDummy = 0x28; // uint16[4] - constexpr std::ptrdiff_t qAdjust = 0x30; // FourQuaternions - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace FeNodeIntegrator_t { - constexpr std::ptrdiff_t flPointDamping = 0x0; // float32 - constexpr std::ptrdiff_t flAnimationForceAttraction = 0x4; // float32 - constexpr std::ptrdiff_t flAnimationVertexAttraction = 0x8; // float32 - constexpr std::ptrdiff_t flGravity = 0xC; // float32 - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace FeSpringIntegrator_t { - constexpr std::ptrdiff_t nNode = 0x0; // uint16[2] - constexpr std::ptrdiff_t flSpringRestLength = 0x4; // float32 - constexpr std::ptrdiff_t flSpringConstant = 0x8; // float32 - constexpr std::ptrdiff_t flSpringDamping = 0xC; // float32 - constexpr std::ptrdiff_t flNodeWeight0 = 0x10; // float32 - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace FeSimdSpringIntegrator_t { - constexpr std::ptrdiff_t nNode = 0x0; // uint16[4][2] - constexpr std::ptrdiff_t flSpringRestLength = 0x10; // fltx4 - constexpr std::ptrdiff_t flSpringConstant = 0x20; // fltx4 - constexpr std::ptrdiff_t flSpringDamping = 0x30; // fltx4 - constexpr std::ptrdiff_t flNodeWeight0 = 0x40; // fltx4 - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace FeCtrlOffset_t { - constexpr std::ptrdiff_t vOffset = 0x0; // Vector - constexpr std::ptrdiff_t nCtrlParent = 0xC; // uint16 - constexpr std::ptrdiff_t nCtrlChild = 0xE; // uint16 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace FeSoftParent_t { - constexpr std::ptrdiff_t nParent = 0x0; // int32 - constexpr std::ptrdiff_t flAlpha = 0x4; // float32 - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace FeCtrlSoftOffset_t { - constexpr std::ptrdiff_t nCtrlParent = 0x0; // uint16 - constexpr std::ptrdiff_t nCtrlChild = 0x2; // uint16 - constexpr std::ptrdiff_t vOffset = 0x4; // Vector - constexpr std::ptrdiff_t flAlpha = 0x10; // float32 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace FeCtrlOsOffset_t { - constexpr std::ptrdiff_t nCtrlParent = 0x0; // uint16 - constexpr std::ptrdiff_t nCtrlChild = 0x2; // uint16 - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace FeFollowNode_t { - constexpr std::ptrdiff_t nParentNode = 0x0; // uint16 - constexpr std::ptrdiff_t nChildNode = 0x2; // uint16 - constexpr std::ptrdiff_t flWeight = 0x4; // float32 - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace FeCollisionPlane_t { - constexpr std::ptrdiff_t nCtrlParent = 0x0; // uint16 - constexpr std::ptrdiff_t nChildNode = 0x2; // uint16 - constexpr std::ptrdiff_t m_Plane = 0x4; // RnPlane_t - constexpr std::ptrdiff_t flStrength = 0x14; // float32 - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace FeWorldCollisionParams_t { - constexpr std::ptrdiff_t flWorldFriction = 0x0; // float32 - constexpr std::ptrdiff_t flGroundFriction = 0x4; // float32 - constexpr std::ptrdiff_t nListBegin = 0x8; // uint16 - constexpr std::ptrdiff_t nListEnd = 0xA; // uint16 - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace FeTreeChildren_t { - constexpr std::ptrdiff_t nChild = 0x0; // uint16[2] - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace FeTaperedCapsuleRigid_t { - constexpr std::ptrdiff_t vSphere = 0x0; // fltx4[2] - constexpr std::ptrdiff_t nNode = 0x20; // uint16 - constexpr std::ptrdiff_t nCollisionMask = 0x22; // uint16 - constexpr std::ptrdiff_t nVertexMapIndex = 0x24; // uint16 - constexpr std::ptrdiff_t nFlags = 0x26; // uint16 - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace FeSphereRigid_t { - constexpr std::ptrdiff_t vSphere = 0x0; // fltx4 - constexpr std::ptrdiff_t nNode = 0x10; // uint16 - constexpr std::ptrdiff_t nCollisionMask = 0x12; // uint16 - constexpr std::ptrdiff_t nVertexMapIndex = 0x14; // uint16 - constexpr std::ptrdiff_t nFlags = 0x16; // uint16 - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace FeTaperedCapsuleStretch_t { - constexpr std::ptrdiff_t nNode = 0x0; // uint16[2] - constexpr std::ptrdiff_t nCollisionMask = 0x4; // uint16 - constexpr std::ptrdiff_t nDummy = 0x6; // uint16 - constexpr std::ptrdiff_t flRadius = 0x8; // float32[2] - } - // Parent: None - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - namespace FeBoxRigid_t { - constexpr std::ptrdiff_t tmFrame2 = 0x0; // CTransform - constexpr std::ptrdiff_t nNode = 0x20; // uint16 - constexpr std::ptrdiff_t nCollisionMask = 0x22; // uint16 - constexpr std::ptrdiff_t vSize = 0x24; // Vector - constexpr std::ptrdiff_t nVertexMapIndex = 0x30; // uint16 - constexpr std::ptrdiff_t nFlags = 0x32; // uint16 - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CovMatrix3 { - constexpr std::ptrdiff_t m_vDiag = 0x0; // Vector - constexpr std::ptrdiff_t m_flXY = 0xC; // float32 - constexpr std::ptrdiff_t m_flXZ = 0x10; // float32 - constexpr std::ptrdiff_t m_flYZ = 0x14; // float32 - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace FourCovMatrices3 { - constexpr std::ptrdiff_t m_vDiag = 0x0; // FourVectors - constexpr std::ptrdiff_t m_flXY = 0x30; // fltx4 - constexpr std::ptrdiff_t m_flXZ = 0x40; // fltx4 - constexpr std::ptrdiff_t m_flYZ = 0x50; // fltx4 - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace FeFitWeight_t { - constexpr std::ptrdiff_t flWeight = 0x0; // float32 - constexpr std::ptrdiff_t nNode = 0x4; // uint16 - constexpr std::ptrdiff_t nDummy = 0x6; // uint16 - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace FeFitInfluence_t { - constexpr std::ptrdiff_t nVertexNode = 0x0; // uint32 - constexpr std::ptrdiff_t flWeight = 0x4; // float32 - constexpr std::ptrdiff_t nMatrixNode = 0x8; // uint32 - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace FeFitMatrix_t { - constexpr std::ptrdiff_t bone = 0x0; // CTransform - constexpr std::ptrdiff_t vCenter = 0x20; // Vector - constexpr std::ptrdiff_t nEnd = 0x2C; // uint16 - constexpr std::ptrdiff_t nNode = 0x2E; // uint16 - constexpr std::ptrdiff_t nBeginDynamic = 0x30; // uint16 - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace FeRigidColliderIndices_t { - constexpr std::ptrdiff_t m_nTaperedCapsuleRigidIndex = 0x0; // uint16 - constexpr std::ptrdiff_t m_nSphereRigidIndex = 0x2; // uint16 - constexpr std::ptrdiff_t m_nBoxRigidIndex = 0x4; // uint16 - constexpr std::ptrdiff_t m_nCollisionPlaneIndex = 0x6; // uint16 - } - // Parent: FeTaperedCapsuleRigid_t - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace FeBuildTaperedCapsuleRigid_t { - constexpr std::ptrdiff_t m_nPriority = 0x30; // int32 - constexpr std::ptrdiff_t m_nVertexMapHash = 0x34; // uint32 - } - // Parent: FeBoxRigid_t - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace FeBuildBoxRigid_t { - constexpr std::ptrdiff_t m_nPriority = 0x34; // int32 - constexpr std::ptrdiff_t m_nVertexMapHash = 0x38; // uint32 - } - // Parent: FeSphereRigid_t - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace FeBuildSphereRigid_t { - constexpr std::ptrdiff_t m_nPriority = 0x20; // int32 - constexpr std::ptrdiff_t m_nVertexMapHash = 0x24; // uint32 - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace FeSourceEdge_t { - constexpr std::ptrdiff_t nNode = 0x0; // uint16[2] - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace FeEffectDesc_t { - constexpr std::ptrdiff_t sName = 0x0; // CUtlString - constexpr std::ptrdiff_t nNameHash = 0x8; // uint32 - constexpr std::ptrdiff_t nType = 0xC; // int32 - constexpr std::ptrdiff_t m_Params = 0x10; // KeyValues3 - } - // Parent: None - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - namespace FeVertexMapBuild_t { - constexpr std::ptrdiff_t m_VertexMapName = 0x0; // CUtlString - constexpr std::ptrdiff_t m_nNameHash = 0x8; // uint32 - constexpr std::ptrdiff_t m_Color = 0xC; // Color - constexpr std::ptrdiff_t m_flVolumetricSolveStrength = 0x10; // float32 - constexpr std::ptrdiff_t m_nScaleSourceNode = 0x14; // int32 - constexpr std::ptrdiff_t m_Weights = 0x18; // CUtlVector - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CFeVertexMapBuildArray { - constexpr std::ptrdiff_t m_Array = 0x0; // CUtlVector - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace FeProxyVertexMap_t { - constexpr std::ptrdiff_t m_Name = 0x0; // CUtlString - constexpr std::ptrdiff_t m_flWeight = 0x8; // float32 - } - // Parent: None - // Fields count: 12 - // - // Metadata: - // MGetKV3ClassDefaults - namespace FeVertexMapDesc_t { - constexpr std::ptrdiff_t sName = 0x0; // CUtlString - constexpr std::ptrdiff_t nNameHash = 0x8; // uint32 - constexpr std::ptrdiff_t nColor = 0xC; // uint32 - constexpr std::ptrdiff_t nFlags = 0x10; // uint32 - constexpr std::ptrdiff_t nVertexBase = 0x14; // uint16 - constexpr std::ptrdiff_t nVertexCount = 0x16; // uint16 - constexpr std::ptrdiff_t nMapOffset = 0x18; // uint32 - constexpr std::ptrdiff_t nNodeListOffset = 0x1C; // uint32 - constexpr std::ptrdiff_t vCenterOfMass = 0x20; // Vector - constexpr std::ptrdiff_t flVolumetricSolveStrength = 0x2C; // float32 - constexpr std::ptrdiff_t nScaleSourceNode = 0x30; // int16 - constexpr std::ptrdiff_t nNodeListCount = 0x32; // uint16 - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - namespace FeMorphLayerDepr_t { - constexpr std::ptrdiff_t m_Name = 0x0; // CUtlString - constexpr std::ptrdiff_t m_nNameHash = 0x8; // uint32 - constexpr std::ptrdiff_t m_Nodes = 0x10; // CUtlVector - constexpr std::ptrdiff_t m_InitPos = 0x28; // CUtlVector - constexpr std::ptrdiff_t m_Gravity = 0x40; // CUtlVector - constexpr std::ptrdiff_t m_GoalStrength = 0x58; // CUtlVector - constexpr std::ptrdiff_t m_GoalDamping = 0x70; // CUtlVector - constexpr std::ptrdiff_t m_nFlags = 0x88; // uint32 - } - // Parent: None - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CFeMorphLayer { - constexpr std::ptrdiff_t m_Name = 0x0; // CUtlString - constexpr std::ptrdiff_t m_nNameHash = 0x8; // uint32 - constexpr std::ptrdiff_t m_Nodes = 0x10; // CUtlVector - constexpr std::ptrdiff_t m_InitPos = 0x28; // CUtlVector - constexpr std::ptrdiff_t m_Gravity = 0x40; // CUtlVector - constexpr std::ptrdiff_t m_GoalStrength = 0x58; // CUtlVector - constexpr std::ptrdiff_t m_GoalDamping = 0x70; // CUtlVector - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace Dop26_t { - constexpr std::ptrdiff_t m_flSupport = 0x0; // float32[26] - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace RnCapsule_t { - constexpr std::ptrdiff_t m_vCenter = 0x0; // Vector[2] - constexpr std::ptrdiff_t m_flRadius = 0x18; // float32 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace RnPlane_t { - constexpr std::ptrdiff_t m_vNormal = 0x0; // Vector - constexpr std::ptrdiff_t m_flOffset = 0xC; // float32 - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace RnVertex_t { - constexpr std::ptrdiff_t m_nEdge = 0x0; // uint8 - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace RnHalfEdge_t { - constexpr std::ptrdiff_t m_nNext = 0x0; // uint8 - constexpr std::ptrdiff_t m_nTwin = 0x1; // uint8 - constexpr std::ptrdiff_t m_nOrigin = 0x2; // uint8 - constexpr std::ptrdiff_t m_nFace = 0x3; // uint8 - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace RnFace_t { - constexpr std::ptrdiff_t m_nEdge = 0x0; // uint8 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CRegionSVM { - constexpr std::ptrdiff_t m_Planes = 0x0; // CUtlVector - constexpr std::ptrdiff_t m_Nodes = 0x18; // CUtlVector - } - // Parent: None - // Fields count: 14 - // - // Metadata: - // MGetKV3ClassDefaults - namespace RnHull_t { - constexpr std::ptrdiff_t m_vCentroid = 0x0; // Vector - constexpr std::ptrdiff_t m_flMaxAngularRadius = 0xC; // float32 - constexpr std::ptrdiff_t m_Bounds = 0x10; // AABB_t - constexpr std::ptrdiff_t m_vOrthographicAreas = 0x28; // Vector - constexpr std::ptrdiff_t m_MassProperties = 0x34; // matrix3x4_t - constexpr std::ptrdiff_t m_flVolume = 0x64; // float32 - constexpr std::ptrdiff_t m_flSurfaceArea = 0x68; // float32 - constexpr std::ptrdiff_t m_Vertices = 0x70; // CUtlVector - constexpr std::ptrdiff_t m_VertexPositions = 0x88; // CUtlVector - constexpr std::ptrdiff_t m_Edges = 0xA0; // CUtlVector - constexpr std::ptrdiff_t m_Faces = 0xB8; // CUtlVector - constexpr std::ptrdiff_t m_FacePlanes = 0xD0; // CUtlVector - constexpr std::ptrdiff_t m_nFlags = 0xE8; // uint32 - constexpr std::ptrdiff_t m_pRegionSVM = 0xF0; // CRegionSVM* - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace RnTriangle_t { - constexpr std::ptrdiff_t m_nIndex = 0x0; // int32[3] - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace RnWing_t { - constexpr std::ptrdiff_t m_nIndex = 0x0; // int32[3] - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace RnNode_t { - constexpr std::ptrdiff_t m_vMin = 0x0; // Vector - constexpr std::ptrdiff_t m_nChildren = 0xC; // uint32 - constexpr std::ptrdiff_t m_vMax = 0x10; // Vector - constexpr std::ptrdiff_t m_nTriangleOffset = 0x1C; // uint32 - } - // Parent: None - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - namespace RnMesh_t { - constexpr std::ptrdiff_t m_vMin = 0x0; // Vector - constexpr std::ptrdiff_t m_vMax = 0xC; // Vector - constexpr std::ptrdiff_t m_Nodes = 0x18; // CUtlVector - constexpr std::ptrdiff_t m_Vertices = 0x30; // CUtlVectorSIMDPaddedVector - constexpr std::ptrdiff_t m_Triangles = 0x48; // CUtlVector - constexpr std::ptrdiff_t m_Wings = 0x60; // CUtlVector - constexpr std::ptrdiff_t m_Materials = 0x78; // CUtlVector - constexpr std::ptrdiff_t m_vOrthographicAreas = 0x90; // Vector - constexpr std::ptrdiff_t m_nFlags = 0x9C; // uint32 - constexpr std::ptrdiff_t m_nDebugFlags = 0xA0; // uint32 - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace RnShapeDesc_t { - constexpr std::ptrdiff_t m_nCollisionAttributeIndex = 0x0; // uint32 - constexpr std::ptrdiff_t m_nSurfacePropertyIndex = 0x4; // uint32 - constexpr std::ptrdiff_t m_UserFriendlyName = 0x8; // CUtlString - } - // Parent: RnShapeDesc_t - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace RnSphereDesc_t { - constexpr std::ptrdiff_t m_Sphere = 0x10; // SphereBase_t - } - // Parent: RnShapeDesc_t - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace RnCapsuleDesc_t { - constexpr std::ptrdiff_t m_Capsule = 0x10; // RnCapsule_t - } - // Parent: RnShapeDesc_t - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace RnHullDesc_t { - constexpr std::ptrdiff_t m_Hull = 0x10; // RnHull_t - } - // Parent: RnShapeDesc_t - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace RnMeshDesc_t { - constexpr std::ptrdiff_t m_Mesh = 0x10; // RnMesh_t - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace RnSoftbodyParticle_t { - constexpr std::ptrdiff_t m_flMassInv = 0x0; // float32 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace RnSoftbodySpring_t { - constexpr std::ptrdiff_t m_nParticle = 0x0; // uint16[2] - constexpr std::ptrdiff_t m_flLength = 0x4; // float32 - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace RnSoftbodyCapsule_t { - constexpr std::ptrdiff_t m_vCenter = 0x0; // Vector[2] - constexpr std::ptrdiff_t m_flRadius = 0x18; // float32 - constexpr std::ptrdiff_t m_nParticle = 0x1C; // uint16[2] - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - namespace RnBlendVertex_t { - constexpr std::ptrdiff_t m_nWeight0 = 0x0; // uint16 - constexpr std::ptrdiff_t m_nIndex0 = 0x2; // uint16 - constexpr std::ptrdiff_t m_nWeight1 = 0x4; // uint16 - constexpr std::ptrdiff_t m_nIndex1 = 0x6; // uint16 - constexpr std::ptrdiff_t m_nWeight2 = 0x8; // uint16 - constexpr std::ptrdiff_t m_nIndex2 = 0xA; // uint16 - constexpr std::ptrdiff_t m_nFlags = 0xC; // uint16 - constexpr std::ptrdiff_t m_nTargetIndex = 0xE; // uint16 - } - // Parent: None - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CastSphereSATParams_t { - constexpr std::ptrdiff_t m_vRayStart = 0x0; // Vector - constexpr std::ptrdiff_t m_vRayDelta = 0xC; // Vector - constexpr std::ptrdiff_t m_flRadius = 0x18; // float32 - constexpr std::ptrdiff_t m_flMaxFraction = 0x1C; // float32 - constexpr std::ptrdiff_t m_flScale = 0x20; // float32 - constexpr std::ptrdiff_t m_pHull = 0x28; // RnHull_t* - } - // Parent: None - // Fields count: 35 - // - // Metadata: - // MGetKV3ClassDefaults - namespace RnBodyDesc_t { - constexpr std::ptrdiff_t m_sDebugName = 0x0; // CUtlString - constexpr std::ptrdiff_t m_vPosition = 0x8; // Vector - constexpr std::ptrdiff_t m_qOrientation = 0x14; // QuaternionStorage - constexpr std::ptrdiff_t m_vLinearVelocity = 0x24; // Vector - constexpr std::ptrdiff_t m_vAngularVelocity = 0x30; // Vector - constexpr std::ptrdiff_t m_vLocalMassCenter = 0x3C; // Vector - constexpr std::ptrdiff_t m_LocalInertiaInv = 0x48; // Vector[3] - constexpr std::ptrdiff_t m_flMassInv = 0x6C; // float32 - constexpr std::ptrdiff_t m_flGameMass = 0x70; // float32 - constexpr std::ptrdiff_t m_flInertiaScaleInv = 0x74; // float32 - constexpr std::ptrdiff_t m_flLinearDamping = 0x78; // float32 - constexpr std::ptrdiff_t m_flAngularDamping = 0x7C; // float32 - constexpr std::ptrdiff_t m_flLinearDrag = 0x80; // float32 - constexpr std::ptrdiff_t m_flAngularDrag = 0x84; // float32 - constexpr std::ptrdiff_t m_flLinearBuoyancyDrag = 0x88; // float32 - constexpr std::ptrdiff_t m_flAngularBuoyancyDrag = 0x8C; // float32 - constexpr std::ptrdiff_t m_vLastAwakeForceAccum = 0x90; // Vector - constexpr std::ptrdiff_t m_vLastAwakeTorqueAccum = 0x9C; // Vector - constexpr std::ptrdiff_t m_flBuoyancyFactor = 0xA8; // float32 - constexpr std::ptrdiff_t m_flGravityScale = 0xAC; // float32 - constexpr std::ptrdiff_t m_flTimeScale = 0xB0; // float32 - constexpr std::ptrdiff_t m_nBodyType = 0xB4; // int32 - constexpr std::ptrdiff_t m_nGameIndex = 0xB8; // uint32 - constexpr std::ptrdiff_t m_nGameFlags = 0xBC; // uint32 - constexpr std::ptrdiff_t m_nMinVelocityIterations = 0xC0; // int8 - constexpr std::ptrdiff_t m_nMinPositionIterations = 0xC1; // int8 - constexpr std::ptrdiff_t m_nMassPriority = 0xC2; // int8 - constexpr std::ptrdiff_t m_bEnabled = 0xC3; // bool - constexpr std::ptrdiff_t m_bSleeping = 0xC4; // bool - constexpr std::ptrdiff_t m_bIsContinuousEnabled = 0xC5; // bool - constexpr std::ptrdiff_t m_bDragEnabled = 0xC6; // bool - constexpr std::ptrdiff_t m_bBuoyancyDragEnabled = 0xC7; // bool - constexpr std::ptrdiff_t m_bGravityDisabled = 0xC8; // bool - constexpr std::ptrdiff_t m_bSpeculativeEnabled = 0xC9; // bool - constexpr std::ptrdiff_t m_bHasShadowController = 0xCA; // bool - } - // Parent: RnBodyDesc_t - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace vphysics_save_cphysicsbody_t { - constexpr std::ptrdiff_t m_nOldPointer = 0xD0; // uint64 - } - } - } -} diff --git a/output/linux/libvphysics2.so.json b/output/linux/libvphysics2.so.json deleted file mode 100644 index 64db6d6..0000000 --- a/output/linux/libvphysics2.so.json +++ /dev/null @@ -1,1380 +0,0 @@ -{ - "libvphysics2.so": { - "classes": { - "CFeIndexedJiggleBone": { - "fields": { - "m_jiggleBone": 8, - "m_nJiggleParent": 4, - "m_nNode": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CFeJiggleBone": { - "fields": { - "m_flAlongDamping": 32, - "m_flAlongStiffness": 28, - "m_flAngleLimit": 36, - "m_flBaseDamping": 80, - "m_flBaseForwardFriction": 116, - "m_flBaseLeftFriction": 92, - "m_flBaseMass": 72, - "m_flBaseMaxForward": 112, - "m_flBaseMaxLeft": 88, - "m_flBaseMaxUp": 100, - "m_flBaseMinForward": 108, - "m_flBaseMinLeft": 84, - "m_flBaseMinUp": 96, - "m_flBaseStiffness": 76, - "m_flBaseUpFriction": 104, - "m_flLength": 4, - "m_flMaxPitch": 60, - "m_flMaxYaw": 44, - "m_flMinPitch": 56, - "m_flMinYaw": 40, - "m_flPitchBounce": 68, - "m_flPitchDamping": 24, - "m_flPitchFriction": 64, - "m_flPitchStiffness": 20, - "m_flRadius0": 120, - "m_flRadius1": 124, - "m_flTipMass": 8, - "m_flYawBounce": 52, - "m_flYawDamping": 16, - "m_flYawFriction": 48, - "m_flYawStiffness": 12, - "m_nCollisionMask": 152, - "m_nFlags": 0, - "m_vPoint0": 128, - "m_vPoint1": 140 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CFeMorphLayer": { - "fields": { - "m_GoalDamping": 112, - "m_GoalStrength": 88, - "m_Gravity": 64, - "m_InitPos": 40, - "m_Name": 0, - "m_Nodes": 16, - "m_nNameHash": 8 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CFeNamedJiggleBone": { - "fields": { - "m_jiggleBone": 52, - "m_nJiggleParent": 48, - "m_strParentBone": 0, - "m_transform": 16 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CFeVertexMapBuildArray": { - "fields": { - "m_Array": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CRegionSVM": { - "fields": { - "m_Nodes": 24, - "m_Planes": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CastSphereSATParams_t": { - "fields": { - "m_flMaxFraction": 28, - "m_flRadius": 24, - "m_flScale": 32, - "m_pHull": 40, - "m_vRayDelta": 12, - "m_vRayStart": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "CovMatrix3": { - "fields": { - "m_flXY": 12, - "m_flXZ": 16, - "m_flYZ": 20, - "m_vDiag": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "Dop26_t": { - "fields": { - "m_flSupport": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "FeAnimStrayRadius_t": { - "fields": { - "flMaxDist": 4, - "flRelaxationFactor": 8, - "nNode": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "FeAxialEdgeBend_t": { - "fields": { - "flDist": 8, - "flWeight": 12, - "nNode": 28, - "te": 0, - "tv": 4 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "FeBandBendLimit_t": { - "fields": { - "flDistMax": 4, - "flDistMin": 0, - "nNode": 8 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "FeBoxRigid_t": { - "fields": { - "nCollisionMask": 34, - "nFlags": 50, - "nNode": 32, - "nVertexMapIndex": 48, - "tmFrame2": 0, - "vSize": 36 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "FeBuildBoxRigid_t": { - "fields": { - "m_nPriority": 52, - "m_nVertexMapHash": 56 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "FeBoxRigid_t" - }, - "FeBuildSphereRigid_t": { - "fields": { - "m_nPriority": 32, - "m_nVertexMapHash": 36 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "FeSphereRigid_t" - }, - "FeBuildTaperedCapsuleRigid_t": { - "fields": { - "m_nPriority": 48, - "m_nVertexMapHash": 52 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "FeTaperedCapsuleRigid_t" - }, - "FeCollisionPlane_t": { - "fields": { - "flStrength": 20, - "m_Plane": 4, - "nChildNode": 2, - "nCtrlParent": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "FeCtrlOffset_t": { - "fields": { - "nCtrlChild": 14, - "nCtrlParent": 12, - "vOffset": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "FeCtrlOsOffset_t": { - "fields": { - "nCtrlChild": 2, - "nCtrlParent": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "FeCtrlSoftOffset_t": { - "fields": { - "flAlpha": 16, - "nCtrlChild": 2, - "nCtrlParent": 0, - "vOffset": 4 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "FeEdgeDesc_t": { - "fields": { - "nEdge": 0, - "nSide": 4, - "nVirtElem": 12 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "FeEffectDesc_t": { - "fields": { - "m_Params": 16, - "nNameHash": 8, - "nType": 12, - "sName": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "FeFitInfluence_t": { - "fields": { - "flWeight": 4, - "nMatrixNode": 8, - "nVertexNode": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "FeFitMatrix_t": { - "fields": { - "bone": 0, - "nBeginDynamic": 48, - "nEnd": 44, - "nNode": 46, - "vCenter": 32 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "FeFitWeight_t": { - "fields": { - "flWeight": 0, - "nDummy": 6, - "nNode": 4 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "FeFollowNode_t": { - "fields": { - "flWeight": 4, - "nChildNode": 2, - "nParentNode": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "FeKelagerBend2_t": { - "fields": { - "flHeight0": 12, - "flWeight": 0, - "nNode": 16, - "nReserved": 22 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "FeMorphLayerDepr_t": { - "fields": { - "m_GoalDamping": 112, - "m_GoalStrength": 88, - "m_Gravity": 64, - "m_InitPos": 40, - "m_Name": 0, - "m_Nodes": 16, - "m_nFlags": 136, - "m_nNameHash": 8 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "FeNodeBase_t": { - "fields": { - "nDummy": 2, - "nNode": 0, - "nNodeX0": 8, - "nNodeX1": 10, - "nNodeY0": 12, - "nNodeY1": 14, - "qAdjust": 16 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "FeNodeIntegrator_t": { - "fields": { - "flAnimationForceAttraction": 4, - "flAnimationVertexAttraction": 8, - "flGravity": 12, - "flPointDamping": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "FeNodeReverseOffset_t": { - "fields": { - "nBoneCtrl": 12, - "nTargetNode": 14, - "vOffset": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "FeNodeWindBase_t": { - "fields": { - "nNodeX0": 0, - "nNodeX1": 2, - "nNodeY0": 4, - "nNodeY1": 6 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "FeProxyVertexMap_t": { - "fields": { - "m_Name": 0, - "m_flWeight": 8 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "FeQuad_t": { - "fields": { - "flSlack": 8, - "nNode": 0, - "vShape": 12 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "FeRigidColliderIndices_t": { - "fields": { - "m_nBoxRigidIndex": 4, - "m_nCollisionPlaneIndex": 6, - "m_nSphereRigidIndex": 2, - "m_nTaperedCapsuleRigidIndex": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "FeRodConstraint_t": { - "fields": { - "flMaxDist": 4, - "flMinDist": 8, - "flRelaxationFactor": 16, - "flWeight0": 12, - "nNode": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "FeSimdAnimStrayRadius_t": { - "fields": { - "flMaxDist": 16, - "flRelaxationFactor": 32, - "nNode": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "FeSimdNodeBase_t": { - "fields": { - "nDummy": 40, - "nNode": 0, - "nNodeX0": 8, - "nNodeX1": 16, - "nNodeY0": 24, - "nNodeY1": 32, - "qAdjust": 48 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "FeSimdQuad_t": { - "fields": { - "f4Slack": 32, - "f4Weights": 240, - "nNode": 0, - "vShape": 48 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "FeSimdRodConstraintAnim_t": { - "fields": { - "f4RelaxationFactor": 32, - "f4Weight0": 16, - "nNode": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "FeSimdRodConstraint_t": { - "fields": { - "f4MaxDist": 16, - "f4MinDist": 32, - "f4RelaxationFactor": 64, - "f4Weight0": 48, - "nNode": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "FeSimdSpringIntegrator_t": { - "fields": { - "flNodeWeight0": 64, - "flSpringConstant": 32, - "flSpringDamping": 48, - "flSpringRestLength": 16, - "nNode": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "FeSimdTri_t": { - "fields": { - "nNode": 0, - "v1x": 80, - "v2": 96, - "w1": 48, - "w2": 64 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "FeSoftParent_t": { - "fields": { - "flAlpha": 4, - "nParent": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "FeSourceEdge_t": { - "fields": { - "nNode": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "FeSphereRigid_t": { - "fields": { - "nCollisionMask": 18, - "nFlags": 22, - "nNode": 16, - "nVertexMapIndex": 20, - "vSphere": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "FeSpringIntegrator_t": { - "fields": { - "flNodeWeight0": 16, - "flSpringConstant": 8, - "flSpringDamping": 12, - "flSpringRestLength": 4, - "nNode": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "FeStiffHingeBuild_t": { - "fields": { - "flMaxAngle": 0, - "flMotionBias": 8, - "flStrength": 4, - "nNode": 20 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "FeTaperedCapsuleRigid_t": { - "fields": { - "nCollisionMask": 34, - "nFlags": 38, - "nNode": 32, - "nVertexMapIndex": 36, - "vSphere": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "FeTaperedCapsuleStretch_t": { - "fields": { - "flRadius": 8, - "nCollisionMask": 4, - "nDummy": 6, - "nNode": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "FeTreeChildren_t": { - "fields": { - "nChild": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "FeTri_t": { - "fields": { - "nNode": 0, - "v1x": 16, - "v2": 20, - "w1": 8, - "w2": 12 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "FeTwistConstraint_t": { - "fields": { - "flSwingRelax": 8, - "flTwistRelax": 4, - "nNodeEnd": 2, - "nNodeOrient": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "FeVertexMapBuild_t": { - "fields": { - "m_Color": 12, - "m_VertexMapName": 0, - "m_Weights": 24, - "m_flVolumetricSolveStrength": 16, - "m_nNameHash": 8, - "m_nScaleSourceNode": 20 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "FeVertexMapDesc_t": { - "fields": { - "flVolumetricSolveStrength": 44, - "nColor": 12, - "nFlags": 16, - "nMapOffset": 24, - "nNameHash": 8, - "nNodeListCount": 50, - "nNodeListOffset": 28, - "nScaleSourceNode": 48, - "nVertexBase": 20, - "nVertexCount": 22, - "sName": 0, - "vCenterOfMass": 32 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "FeWeightedNode_t": { - "fields": { - "nNode": 0, - "nWeight": 2 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "FeWorldCollisionParams_t": { - "fields": { - "flGroundFriction": 4, - "flWorldFriction": 0, - "nListBegin": 8, - "nListEnd": 10 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "FourCovMatrices3": { - "fields": { - "m_flXY": 48, - "m_flXZ": 64, - "m_flYZ": 80, - "m_vDiag": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "FourVectors2D": { - "fields": { - "x": 0, - "y": 16 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "OldFeEdge_t": { - "fields": { - "c01": 28, - "c02": 32, - "c03": 36, - "c04": 40, - "flAxialModelDist": 44, - "flAxialModelWeights": 48, - "flThetaFactor": 24, - "flThetaRelaxed": 20, - "invA": 12, - "m_flK": 0, - "m_nNode": 64, - "t": 16 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "PhysFeModelDesc_t": { - "fields": { - "m_AnimStrayRadii": 984, - "m_AxialEdges": 360, - "m_BoxRigids": 1184, - "m_CollisionPlanes": 480, - "m_CtrlHash": 0, - "m_CtrlName": 24, - "m_CtrlOffsets": 408, - "m_CtrlOsOffsets": 432, - "m_CtrlSoftOffsets": 1056, - "m_DynNodeFriction": 648, - "m_DynNodeVertexSet": 1208, - "m_DynNodeWindBases": 1472, - "m_Effects": 1376, - "m_FitMatrices": 912, - "m_FitWeights": 936, - "m_FollowNodes": 456, - "m_FreeNodes": 888, - "m_GoalDampedSpringIntegrators": 1128, - "m_InitPose": 288, - "m_JiggleBones": 1080, - "m_KelagerBends": 1032, - "m_LegacyStretchForce": 600, - "m_LocalForce": 696, - "m_LocalRotation": 672, - "m_LockToGoal": 1424, - "m_LockToParent": 1400, - "m_MorphLayers": 1280, - "m_MorphSetData": 1304, - "m_NodeBases": 120, - "m_NodeCollisionRadii": 624, - "m_NodeIntegrator": 504, - "m_NodeInvMasses": 384, - "m_Quads": 168, - "m_ReverseOffsets": 960, - "m_RigidColliderPriorities": 1256, - "m_Rods": 312, - "m_Ropes": 96, - "m_SimdAnimStrayRadii": 1008, - "m_SimdNodeBases": 144, - "m_SimdQuads": 192, - "m_SimdRods": 240, - "m_SimdRodsAnim": 264, - "m_SimdSpringIntegrator": 552, - "m_SimdTris": 216, - "m_SkelParents": 1448, - "m_SourceElems": 1104, - "m_SphereRigids": 768, - "m_SpringIntegrator": 528, - "m_TaperedCapsuleRigids": 744, - "m_TaperedCapsuleStretches": 720, - "m_TreeChildren": 864, - "m_TreeCollisionMasks": 840, - "m_TreeParents": 816, - "m_Tris": 1152, - "m_Twists": 336, - "m_VertexMapValues": 1352, - "m_VertexMaps": 1328, - "m_VertexSetNames": 1232, - "m_WorldCollisionNodes": 792, - "m_WorldCollisionParams": 576, - "m_flAddWorldCollisionRadius": 1548, - "m_flDefaultExpAirDrag": 1528, - "m_flDefaultExpQuadAirDrag": 1536, - "m_flDefaultGravityScale": 1520, - "m_flDefaultSurfaceStretch": 1512, - "m_flDefaultThreadStretch": 1516, - "m_flDefaultTimeDilation": 1500, - "m_flDefaultVelAirDrag": 1524, - "m_flDefaultVelQuadAirDrag": 1532, - "m_flDefaultVolumetricSolveAmount": 1552, - "m_flInternalPressure": 1496, - "m_flLocalForce": 56, - "m_flLocalRotation": 60, - "m_flQuadVelocitySmoothRate": 1544, - "m_flRodVelocitySmoothRate": 1540, - "m_flWindDrag": 1508, - "m_flWindage": 1504, - "m_nDynamicNodeFlags": 52, - "m_nExtraGoalIterations": 1182, - "m_nExtraIterations": 1183, - "m_nExtraPressureIterations": 1181, - "m_nFirstPositionDrivenNode": 70, - "m_nNodeBaseJiggleboneDependsCount": 86, - "m_nNodeCount": 64, - "m_nQuadCount1": 80, - "m_nQuadCount2": 82, - "m_nQuadVelocitySmoothIterations": 1558, - "m_nReservedUint8": 1180, - "m_nRodVelocitySmoothIterations": 1556, - "m_nRopeCount": 88, - "m_nRotLockStaticNodes": 68, - "m_nSimdQuadCount1": 76, - "m_nSimdQuadCount2": 78, - "m_nSimdTriCount1": 72, - "m_nSimdTriCount2": 74, - "m_nStaticNodeFlags": 48, - "m_nStaticNodes": 66, - "m_nTreeDepth": 84, - "m_nTriCount1": 1176, - "m_nTriCount2": 1178 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "RnBlendVertex_t": { - "fields": { - "m_nFlags": 12, - "m_nIndex0": 2, - "m_nIndex1": 6, - "m_nIndex2": 10, - "m_nTargetIndex": 14, - "m_nWeight0": 0, - "m_nWeight1": 4, - "m_nWeight2": 8 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "RnBodyDesc_t": { - "fields": { - "m_LocalInertiaInv": 72, - "m_bBuoyancyDragEnabled": 199, - "m_bDragEnabled": 198, - "m_bEnabled": 195, - "m_bGravityDisabled": 200, - "m_bHasShadowController": 202, - "m_bIsContinuousEnabled": 197, - "m_bSleeping": 196, - "m_bSpeculativeEnabled": 201, - "m_flAngularBuoyancyDrag": 140, - "m_flAngularDamping": 124, - "m_flAngularDrag": 132, - "m_flBuoyancyFactor": 168, - "m_flGameMass": 112, - "m_flGravityScale": 172, - "m_flInertiaScaleInv": 116, - "m_flLinearBuoyancyDrag": 136, - "m_flLinearDamping": 120, - "m_flLinearDrag": 128, - "m_flMassInv": 108, - "m_flTimeScale": 176, - "m_nBodyType": 180, - "m_nGameFlags": 188, - "m_nGameIndex": 184, - "m_nMassPriority": 194, - "m_nMinPositionIterations": 193, - "m_nMinVelocityIterations": 192, - "m_qOrientation": 20, - "m_sDebugName": 0, - "m_vAngularVelocity": 48, - "m_vLastAwakeForceAccum": 144, - "m_vLastAwakeTorqueAccum": 156, - "m_vLinearVelocity": 36, - "m_vLocalMassCenter": 60, - "m_vPosition": 8 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "RnCapsuleDesc_t": { - "fields": { - "m_Capsule": 16 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "RnShapeDesc_t" - }, - "RnCapsule_t": { - "fields": { - "m_flRadius": 24, - "m_vCenter": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "RnFace_t": { - "fields": { - "m_nEdge": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "RnHalfEdge_t": { - "fields": { - "m_nFace": 3, - "m_nNext": 0, - "m_nOrigin": 2, - "m_nTwin": 1 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "RnHullDesc_t": { - "fields": { - "m_Hull": 16 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "RnShapeDesc_t" - }, - "RnHull_t": { - "fields": { - "m_Bounds": 16, - "m_Edges": 160, - "m_FacePlanes": 208, - "m_Faces": 184, - "m_MassProperties": 52, - "m_VertexPositions": 136, - "m_Vertices": 112, - "m_flMaxAngularRadius": 12, - "m_flSurfaceArea": 104, - "m_flVolume": 100, - "m_nFlags": 232, - "m_pRegionSVM": 240, - "m_vCentroid": 0, - "m_vOrthographicAreas": 40 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "RnMeshDesc_t": { - "fields": { - "m_Mesh": 16 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "RnShapeDesc_t" - }, - "RnMesh_t": { - "fields": { - "m_Materials": 120, - "m_Nodes": 24, - "m_Triangles": 72, - "m_Vertices": 48, - "m_Wings": 96, - "m_nDebugFlags": 160, - "m_nFlags": 156, - "m_vMax": 12, - "m_vMin": 0, - "m_vOrthographicAreas": 144 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "RnNode_t": { - "fields": { - "m_nChildren": 12, - "m_nTriangleOffset": 28, - "m_vMax": 16, - "m_vMin": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "RnPlane_t": { - "fields": { - "m_flOffset": 12, - "m_vNormal": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "RnShapeDesc_t": { - "fields": { - "m_UserFriendlyName": 8, - "m_nCollisionAttributeIndex": 0, - "m_nSurfacePropertyIndex": 4 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "RnSoftbodyCapsule_t": { - "fields": { - "m_flRadius": 24, - "m_nParticle": 28, - "m_vCenter": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "RnSoftbodyParticle_t": { - "fields": { - "m_flMassInv": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "RnSoftbodySpring_t": { - "fields": { - "m_flLength": 4, - "m_nParticle": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "RnSphereDesc_t": { - "fields": { - "m_Sphere": 16 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "RnShapeDesc_t" - }, - "RnTriangle_t": { - "fields": { - "m_nIndex": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "RnVertex_t": { - "fields": { - "m_nEdge": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "RnWing_t": { - "fields": { - "m_nIndex": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "vphysics_save_cphysicsbody_t": { - "fields": { - "m_nOldPointer": 208 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "RnBodyDesc_t" - } - }, - "enums": {} - } -} \ No newline at end of file diff --git a/output/linux/libvphysics2.so.rs b/output/linux/libvphysics2.so.rs deleted file mode 100644 index d4df16d..0000000 --- a/output/linux/libvphysics2.so.rs +++ /dev/null @@ -1,1059 +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: libvphysics2.so - // Classes count: 82 - // Enums count: 0 - pub mod libvphysics2 { - // Parent: None - // Fields count: 35 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CFeJiggleBone { - pub const m_nFlags: usize = 0x0; // uint32 - pub const m_flLength: usize = 0x4; // float32 - pub const m_flTipMass: usize = 0x8; // float32 - pub const m_flYawStiffness: usize = 0xC; // float32 - pub const m_flYawDamping: usize = 0x10; // float32 - pub const m_flPitchStiffness: usize = 0x14; // float32 - pub const m_flPitchDamping: usize = 0x18; // float32 - pub const m_flAlongStiffness: usize = 0x1C; // float32 - pub const m_flAlongDamping: usize = 0x20; // float32 - pub const m_flAngleLimit: usize = 0x24; // float32 - pub const m_flMinYaw: usize = 0x28; // float32 - pub const m_flMaxYaw: usize = 0x2C; // float32 - pub const m_flYawFriction: usize = 0x30; // float32 - pub const m_flYawBounce: usize = 0x34; // float32 - pub const m_flMinPitch: usize = 0x38; // float32 - pub const m_flMaxPitch: usize = 0x3C; // float32 - pub const m_flPitchFriction: usize = 0x40; // float32 - pub const m_flPitchBounce: usize = 0x44; // float32 - pub const m_flBaseMass: usize = 0x48; // float32 - pub const m_flBaseStiffness: usize = 0x4C; // float32 - pub const m_flBaseDamping: usize = 0x50; // float32 - pub const m_flBaseMinLeft: usize = 0x54; // float32 - pub const m_flBaseMaxLeft: usize = 0x58; // float32 - pub const m_flBaseLeftFriction: usize = 0x5C; // float32 - pub const m_flBaseMinUp: usize = 0x60; // float32 - pub const m_flBaseMaxUp: usize = 0x64; // float32 - pub const m_flBaseUpFriction: usize = 0x68; // float32 - pub const m_flBaseMinForward: usize = 0x6C; // float32 - pub const m_flBaseMaxForward: usize = 0x70; // float32 - pub const m_flBaseForwardFriction: usize = 0x74; // float32 - pub const m_flRadius0: usize = 0x78; // float32 - pub const m_flRadius1: usize = 0x7C; // float32 - pub const m_vPoint0: usize = 0x80; // Vector - pub const m_vPoint1: usize = 0x8C; // Vector - pub const m_nCollisionMask: usize = 0x98; // uint16 - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CFeNamedJiggleBone { - pub const m_strParentBone: usize = 0x0; // CUtlString - pub const m_transform: usize = 0x10; // CTransform - pub const m_nJiggleParent: usize = 0x30; // uint32 - pub const m_jiggleBone: usize = 0x34; // CFeJiggleBone - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CFeIndexedJiggleBone { - pub const m_nNode: usize = 0x0; // uint32 - pub const m_nJiggleParent: usize = 0x4; // uint32 - pub const m_jiggleBone: usize = 0x8; // CFeJiggleBone - } - // Parent: None - // Fields count: 100 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod PhysFeModelDesc_t { - pub const m_CtrlHash: usize = 0x0; // CUtlVector - pub const m_CtrlName: usize = 0x18; // CUtlVector - pub const m_nStaticNodeFlags: usize = 0x30; // uint32 - pub const m_nDynamicNodeFlags: usize = 0x34; // uint32 - pub const m_flLocalForce: usize = 0x38; // float32 - pub const m_flLocalRotation: usize = 0x3C; // float32 - pub const m_nNodeCount: usize = 0x40; // uint16 - pub const m_nStaticNodes: usize = 0x42; // uint16 - pub const m_nRotLockStaticNodes: usize = 0x44; // uint16 - pub const m_nFirstPositionDrivenNode: usize = 0x46; // uint16 - pub const m_nSimdTriCount1: usize = 0x48; // uint16 - pub const m_nSimdTriCount2: usize = 0x4A; // uint16 - pub const m_nSimdQuadCount1: usize = 0x4C; // uint16 - pub const m_nSimdQuadCount2: usize = 0x4E; // uint16 - pub const m_nQuadCount1: usize = 0x50; // uint16 - pub const m_nQuadCount2: usize = 0x52; // uint16 - pub const m_nTreeDepth: usize = 0x54; // uint16 - pub const m_nNodeBaseJiggleboneDependsCount: usize = 0x56; // uint16 - pub const m_nRopeCount: usize = 0x58; // uint16 - pub const m_Ropes: usize = 0x60; // CUtlVector - pub const m_NodeBases: usize = 0x78; // CUtlVector - pub const m_SimdNodeBases: usize = 0x90; // CUtlVector - pub const m_Quads: usize = 0xA8; // CUtlVector - pub const m_SimdQuads: usize = 0xC0; // CUtlVector - pub const m_SimdTris: usize = 0xD8; // CUtlVector - pub const m_SimdRods: usize = 0xF0; // CUtlVector - pub const m_SimdRodsAnim: usize = 0x108; // CUtlVector - pub const m_InitPose: usize = 0x120; // CUtlVector - pub const m_Rods: usize = 0x138; // CUtlVector - pub const m_Twists: usize = 0x150; // CUtlVector - pub const m_AxialEdges: usize = 0x168; // CUtlVector - pub const m_NodeInvMasses: usize = 0x180; // CUtlVector - pub const m_CtrlOffsets: usize = 0x198; // CUtlVector - pub const m_CtrlOsOffsets: usize = 0x1B0; // CUtlVector - pub const m_FollowNodes: usize = 0x1C8; // CUtlVector - pub const m_CollisionPlanes: usize = 0x1E0; // CUtlVector - pub const m_NodeIntegrator: usize = 0x1F8; // CUtlVector - pub const m_SpringIntegrator: usize = 0x210; // CUtlVector - pub const m_SimdSpringIntegrator: usize = 0x228; // CUtlVector - pub const m_WorldCollisionParams: usize = 0x240; // CUtlVector - pub const m_LegacyStretchForce: usize = 0x258; // CUtlVector - pub const m_NodeCollisionRadii: usize = 0x270; // CUtlVector - pub const m_DynNodeFriction: usize = 0x288; // CUtlVector - pub const m_LocalRotation: usize = 0x2A0; // CUtlVector - pub const m_LocalForce: usize = 0x2B8; // CUtlVector - pub const m_TaperedCapsuleStretches: usize = 0x2D0; // CUtlVector - pub const m_TaperedCapsuleRigids: usize = 0x2E8; // CUtlVector - pub const m_SphereRigids: usize = 0x300; // CUtlVector - pub const m_WorldCollisionNodes: usize = 0x318; // CUtlVector - pub const m_TreeParents: usize = 0x330; // CUtlVector - pub const m_TreeCollisionMasks: usize = 0x348; // CUtlVector - pub const m_TreeChildren: usize = 0x360; // CUtlVector - pub const m_FreeNodes: usize = 0x378; // CUtlVector - pub const m_FitMatrices: usize = 0x390; // CUtlVector - pub const m_FitWeights: usize = 0x3A8; // CUtlVector - pub const m_ReverseOffsets: usize = 0x3C0; // CUtlVector - pub const m_AnimStrayRadii: usize = 0x3D8; // CUtlVector - pub const m_SimdAnimStrayRadii: usize = 0x3F0; // CUtlVector - pub const m_KelagerBends: usize = 0x408; // CUtlVector - pub const m_CtrlSoftOffsets: usize = 0x420; // CUtlVector - pub const m_JiggleBones: usize = 0x438; // CUtlVector - pub const m_SourceElems: usize = 0x450; // CUtlVector - pub const m_GoalDampedSpringIntegrators: usize = 0x468; // CUtlVector - pub const m_Tris: usize = 0x480; // CUtlVector - pub const m_nTriCount1: usize = 0x498; // uint16 - pub const m_nTriCount2: usize = 0x49A; // uint16 - pub const m_nReservedUint8: usize = 0x49C; // uint8 - pub const m_nExtraPressureIterations: usize = 0x49D; // uint8 - pub const m_nExtraGoalIterations: usize = 0x49E; // uint8 - pub const m_nExtraIterations: usize = 0x49F; // uint8 - pub const m_BoxRigids: usize = 0x4A0; // CUtlVector - pub const m_DynNodeVertexSet: usize = 0x4B8; // CUtlVector - pub const m_VertexSetNames: usize = 0x4D0; // CUtlVector - pub const m_RigidColliderPriorities: usize = 0x4E8; // CUtlVector - pub const m_MorphLayers: usize = 0x500; // CUtlVector - pub const m_MorphSetData: usize = 0x518; // CUtlVector - pub const m_VertexMaps: usize = 0x530; // CUtlVector - pub const m_VertexMapValues: usize = 0x548; // CUtlVector - pub const m_Effects: usize = 0x560; // CUtlVector - pub const m_LockToParent: usize = 0x578; // CUtlVector - pub const m_LockToGoal: usize = 0x590; // CUtlVector - pub const m_SkelParents: usize = 0x5A8; // CUtlVector - pub const m_DynNodeWindBases: usize = 0x5C0; // CUtlVector - pub const m_flInternalPressure: usize = 0x5D8; // float32 - pub const m_flDefaultTimeDilation: usize = 0x5DC; // float32 - pub const m_flWindage: usize = 0x5E0; // float32 - pub const m_flWindDrag: usize = 0x5E4; // float32 - pub const m_flDefaultSurfaceStretch: usize = 0x5E8; // float32 - pub const m_flDefaultThreadStretch: usize = 0x5EC; // float32 - pub const m_flDefaultGravityScale: usize = 0x5F0; // float32 - pub const m_flDefaultVelAirDrag: usize = 0x5F4; // float32 - pub const m_flDefaultExpAirDrag: usize = 0x5F8; // float32 - pub const m_flDefaultVelQuadAirDrag: usize = 0x5FC; // float32 - pub const m_flDefaultExpQuadAirDrag: usize = 0x600; // float32 - pub const m_flRodVelocitySmoothRate: usize = 0x604; // float32 - pub const m_flQuadVelocitySmoothRate: usize = 0x608; // float32 - pub const m_flAddWorldCollisionRadius: usize = 0x60C; // float32 - pub const m_flDefaultVolumetricSolveAmount: usize = 0x610; // float32 - pub const m_nRodVelocitySmoothIterations: usize = 0x614; // uint16 - pub const m_nQuadVelocitySmoothIterations: usize = 0x616; // uint16 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod FourVectors2D { - pub const x: usize = 0x0; // fltx4 - pub const y: usize = 0x10; // fltx4 - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod FeEdgeDesc_t { - pub const nEdge: usize = 0x0; // uint16[2] - pub const nSide: usize = 0x4; // uint16[2][2] - pub const nVirtElem: usize = 0xC; // uint16[2] - } - // Parent: None - // Fields count: 12 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod OldFeEdge_t { - pub const m_flK: usize = 0x0; // float32[3] - pub const invA: usize = 0xC; // float32 - pub const t: usize = 0x10; // float32 - pub const flThetaRelaxed: usize = 0x14; // float32 - pub const flThetaFactor: usize = 0x18; // float32 - pub const c01: usize = 0x1C; // float32 - pub const c02: usize = 0x20; // float32 - pub const c03: usize = 0x24; // float32 - pub const c04: usize = 0x28; // float32 - pub const flAxialModelDist: usize = 0x2C; // float32 - pub const flAxialModelWeights: usize = 0x30; // float32[4] - pub const m_nNode: usize = 0x40; // uint16[4] - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod FeWeightedNode_t { - pub const nNode: usize = 0x0; // uint16 - pub const nWeight: usize = 0x2; // uint16 - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod FeKelagerBend2_t { - pub const flWeight: usize = 0x0; // float32[3] - pub const flHeight0: usize = 0xC; // float32 - pub const nNode: usize = 0x10; // uint16[3] - pub const nReserved: usize = 0x16; // uint16 - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod FeStiffHingeBuild_t { - pub const flMaxAngle: usize = 0x0; // float32 - pub const flStrength: usize = 0x4; // float32 - pub const flMotionBias: usize = 0x8; // float32[3] - pub const nNode: usize = 0x14; // uint16[3] - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod FeTri_t { - pub const nNode: usize = 0x0; // uint16[3] - pub const w1: usize = 0x8; // float32 - pub const w2: usize = 0xC; // float32 - pub const v1x: usize = 0x10; // float32 - pub const v2: usize = 0x14; // Vector2D - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod FeSimdTri_t { - pub const nNode: usize = 0x0; // uint32[4][3] - pub const w1: usize = 0x30; // fltx4 - pub const w2: usize = 0x40; // fltx4 - pub const v1x: usize = 0x50; // fltx4 - pub const v2: usize = 0x60; // FourVectors2D - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod FeQuad_t { - pub const nNode: usize = 0x0; // uint16[4] - pub const flSlack: usize = 0x8; // float32 - pub const vShape: usize = 0xC; // Vector4D[4] - } - // Parent: None - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod FeNodeBase_t { - pub const nNode: usize = 0x0; // uint16 - pub const nDummy: usize = 0x2; // uint16[3] - pub const nNodeX0: usize = 0x8; // uint16 - pub const nNodeX1: usize = 0xA; // uint16 - pub const nNodeY0: usize = 0xC; // uint16 - pub const nNodeY1: usize = 0xE; // uint16 - pub const qAdjust: usize = 0x10; // QuaternionStorage - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod FeNodeWindBase_t { - pub const nNodeX0: usize = 0x0; // uint16 - pub const nNodeX1: usize = 0x2; // uint16 - pub const nNodeY0: usize = 0x4; // uint16 - pub const nNodeY1: usize = 0x6; // uint16 - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod FeNodeReverseOffset_t { - pub const vOffset: usize = 0x0; // Vector - pub const nBoneCtrl: usize = 0xC; // uint16 - pub const nTargetNode: usize = 0xE; // uint16 - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod FeSimdQuad_t { - pub const nNode: usize = 0x0; // uint16[4][4] - pub const f4Slack: usize = 0x20; // fltx4 - pub const vShape: usize = 0x30; // FourVectors[4] - pub const f4Weights: usize = 0xF0; // fltx4[4] - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod FeAxialEdgeBend_t { - pub const te: usize = 0x0; // float32 - pub const tv: usize = 0x4; // float32 - pub const flDist: usize = 0x8; // float32 - pub const flWeight: usize = 0xC; // float32[4] - pub const nNode: usize = 0x1C; // uint16[6] - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod FeBandBendLimit_t { - pub const flDistMin: usize = 0x0; // float32 - pub const flDistMax: usize = 0x4; // float32 - pub const nNode: usize = 0x8; // uint16[6] - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod FeRodConstraint_t { - pub const nNode: usize = 0x0; // uint16[2] - pub const flMaxDist: usize = 0x4; // float32 - pub const flMinDist: usize = 0x8; // float32 - pub const flWeight0: usize = 0xC; // float32 - pub const flRelaxationFactor: usize = 0x10; // float32 - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod FeTwistConstraint_t { - pub const nNodeOrient: usize = 0x0; // uint16 - pub const nNodeEnd: usize = 0x2; // uint16 - pub const flTwistRelax: usize = 0x4; // float32 - pub const flSwingRelax: usize = 0x8; // float32 - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod FeSimdRodConstraint_t { - pub const nNode: usize = 0x0; // uint16[4][2] - pub const f4MaxDist: usize = 0x10; // fltx4 - pub const f4MinDist: usize = 0x20; // fltx4 - pub const f4Weight0: usize = 0x30; // fltx4 - pub const f4RelaxationFactor: usize = 0x40; // fltx4 - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod FeSimdRodConstraintAnim_t { - pub const nNode: usize = 0x0; // uint16[4][2] - pub const f4Weight0: usize = 0x10; // fltx4 - pub const f4RelaxationFactor: usize = 0x20; // fltx4 - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod FeAnimStrayRadius_t { - pub const nNode: usize = 0x0; // uint16[2] - pub const flMaxDist: usize = 0x4; // float32 - pub const flRelaxationFactor: usize = 0x8; // float32 - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod FeSimdAnimStrayRadius_t { - pub const nNode: usize = 0x0; // uint16[4][2] - pub const flMaxDist: usize = 0x10; // fltx4 - pub const flRelaxationFactor: usize = 0x20; // fltx4 - } - // Parent: None - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod FeSimdNodeBase_t { - pub const nNode: usize = 0x0; // uint16[4] - pub const nNodeX0: usize = 0x8; // uint16[4] - pub const nNodeX1: usize = 0x10; // uint16[4] - pub const nNodeY0: usize = 0x18; // uint16[4] - pub const nNodeY1: usize = 0x20; // uint16[4] - pub const nDummy: usize = 0x28; // uint16[4] - pub const qAdjust: usize = 0x30; // FourQuaternions - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod FeNodeIntegrator_t { - pub const flPointDamping: usize = 0x0; // float32 - pub const flAnimationForceAttraction: usize = 0x4; // float32 - pub const flAnimationVertexAttraction: usize = 0x8; // float32 - pub const flGravity: usize = 0xC; // float32 - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod FeSpringIntegrator_t { - pub const nNode: usize = 0x0; // uint16[2] - pub const flSpringRestLength: usize = 0x4; // float32 - pub const flSpringConstant: usize = 0x8; // float32 - pub const flSpringDamping: usize = 0xC; // float32 - pub const flNodeWeight0: usize = 0x10; // float32 - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod FeSimdSpringIntegrator_t { - pub const nNode: usize = 0x0; // uint16[4][2] - pub const flSpringRestLength: usize = 0x10; // fltx4 - pub const flSpringConstant: usize = 0x20; // fltx4 - pub const flSpringDamping: usize = 0x30; // fltx4 - pub const flNodeWeight0: usize = 0x40; // fltx4 - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod FeCtrlOffset_t { - pub const vOffset: usize = 0x0; // Vector - pub const nCtrlParent: usize = 0xC; // uint16 - pub const nCtrlChild: usize = 0xE; // uint16 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod FeSoftParent_t { - pub const nParent: usize = 0x0; // int32 - pub const flAlpha: usize = 0x4; // float32 - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod FeCtrlSoftOffset_t { - pub const nCtrlParent: usize = 0x0; // uint16 - pub const nCtrlChild: usize = 0x2; // uint16 - pub const vOffset: usize = 0x4; // Vector - pub const flAlpha: usize = 0x10; // float32 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod FeCtrlOsOffset_t { - pub const nCtrlParent: usize = 0x0; // uint16 - pub const nCtrlChild: usize = 0x2; // uint16 - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod FeFollowNode_t { - pub const nParentNode: usize = 0x0; // uint16 - pub const nChildNode: usize = 0x2; // uint16 - pub const flWeight: usize = 0x4; // float32 - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod FeCollisionPlane_t { - pub const nCtrlParent: usize = 0x0; // uint16 - pub const nChildNode: usize = 0x2; // uint16 - pub const m_Plane: usize = 0x4; // RnPlane_t - pub const flStrength: usize = 0x14; // float32 - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod FeWorldCollisionParams_t { - pub const flWorldFriction: usize = 0x0; // float32 - pub const flGroundFriction: usize = 0x4; // float32 - pub const nListBegin: usize = 0x8; // uint16 - pub const nListEnd: usize = 0xA; // uint16 - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod FeTreeChildren_t { - pub const nChild: usize = 0x0; // uint16[2] - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod FeTaperedCapsuleRigid_t { - pub const vSphere: usize = 0x0; // fltx4[2] - pub const nNode: usize = 0x20; // uint16 - pub const nCollisionMask: usize = 0x22; // uint16 - pub const nVertexMapIndex: usize = 0x24; // uint16 - pub const nFlags: usize = 0x26; // uint16 - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod FeSphereRigid_t { - pub const vSphere: usize = 0x0; // fltx4 - pub const nNode: usize = 0x10; // uint16 - pub const nCollisionMask: usize = 0x12; // uint16 - pub const nVertexMapIndex: usize = 0x14; // uint16 - pub const nFlags: usize = 0x16; // uint16 - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod FeTaperedCapsuleStretch_t { - pub const nNode: usize = 0x0; // uint16[2] - pub const nCollisionMask: usize = 0x4; // uint16 - pub const nDummy: usize = 0x6; // uint16 - pub const flRadius: usize = 0x8; // float32[2] - } - // Parent: None - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod FeBoxRigid_t { - pub const tmFrame2: usize = 0x0; // CTransform - pub const nNode: usize = 0x20; // uint16 - pub const nCollisionMask: usize = 0x22; // uint16 - pub const vSize: usize = 0x24; // Vector - pub const nVertexMapIndex: usize = 0x30; // uint16 - pub const nFlags: usize = 0x32; // uint16 - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CovMatrix3 { - pub const m_vDiag: usize = 0x0; // Vector - pub const m_flXY: usize = 0xC; // float32 - pub const m_flXZ: usize = 0x10; // float32 - pub const m_flYZ: usize = 0x14; // float32 - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod FourCovMatrices3 { - pub const m_vDiag: usize = 0x0; // FourVectors - pub const m_flXY: usize = 0x30; // fltx4 - pub const m_flXZ: usize = 0x40; // fltx4 - pub const m_flYZ: usize = 0x50; // fltx4 - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod FeFitWeight_t { - pub const flWeight: usize = 0x0; // float32 - pub const nNode: usize = 0x4; // uint16 - pub const nDummy: usize = 0x6; // uint16 - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod FeFitInfluence_t { - pub const nVertexNode: usize = 0x0; // uint32 - pub const flWeight: usize = 0x4; // float32 - pub const nMatrixNode: usize = 0x8; // uint32 - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod FeFitMatrix_t { - pub const bone: usize = 0x0; // CTransform - pub const vCenter: usize = 0x20; // Vector - pub const nEnd: usize = 0x2C; // uint16 - pub const nNode: usize = 0x2E; // uint16 - pub const nBeginDynamic: usize = 0x30; // uint16 - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod FeRigidColliderIndices_t { - pub const m_nTaperedCapsuleRigidIndex: usize = 0x0; // uint16 - pub const m_nSphereRigidIndex: usize = 0x2; // uint16 - pub const m_nBoxRigidIndex: usize = 0x4; // uint16 - pub const m_nCollisionPlaneIndex: usize = 0x6; // uint16 - } - // Parent: FeTaperedCapsuleRigid_t - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod FeBuildTaperedCapsuleRigid_t { - pub const m_nPriority: usize = 0x30; // int32 - pub const m_nVertexMapHash: usize = 0x34; // uint32 - } - // Parent: FeBoxRigid_t - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod FeBuildBoxRigid_t { - pub const m_nPriority: usize = 0x34; // int32 - pub const m_nVertexMapHash: usize = 0x38; // uint32 - } - // Parent: FeSphereRigid_t - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod FeBuildSphereRigid_t { - pub const m_nPriority: usize = 0x20; // int32 - pub const m_nVertexMapHash: usize = 0x24; // uint32 - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod FeSourceEdge_t { - pub const nNode: usize = 0x0; // uint16[2] - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod FeEffectDesc_t { - pub const sName: usize = 0x0; // CUtlString - pub const nNameHash: usize = 0x8; // uint32 - pub const nType: usize = 0xC; // int32 - pub const m_Params: usize = 0x10; // KeyValues3 - } - // Parent: None - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod FeVertexMapBuild_t { - pub const m_VertexMapName: usize = 0x0; // CUtlString - pub const m_nNameHash: usize = 0x8; // uint32 - pub const m_Color: usize = 0xC; // Color - pub const m_flVolumetricSolveStrength: usize = 0x10; // float32 - pub const m_nScaleSourceNode: usize = 0x14; // int32 - pub const m_Weights: usize = 0x18; // CUtlVector - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CFeVertexMapBuildArray { - pub const m_Array: usize = 0x0; // CUtlVector - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod FeProxyVertexMap_t { - pub const m_Name: usize = 0x0; // CUtlString - pub const m_flWeight: usize = 0x8; // float32 - } - // Parent: None - // Fields count: 12 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod FeVertexMapDesc_t { - pub const sName: usize = 0x0; // CUtlString - pub const nNameHash: usize = 0x8; // uint32 - pub const nColor: usize = 0xC; // uint32 - pub const nFlags: usize = 0x10; // uint32 - pub const nVertexBase: usize = 0x14; // uint16 - pub const nVertexCount: usize = 0x16; // uint16 - pub const nMapOffset: usize = 0x18; // uint32 - pub const nNodeListOffset: usize = 0x1C; // uint32 - pub const vCenterOfMass: usize = 0x20; // Vector - pub const flVolumetricSolveStrength: usize = 0x2C; // float32 - pub const nScaleSourceNode: usize = 0x30; // int16 - pub const nNodeListCount: usize = 0x32; // uint16 - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod FeMorphLayerDepr_t { - pub const m_Name: usize = 0x0; // CUtlString - pub const m_nNameHash: usize = 0x8; // uint32 - pub const m_Nodes: usize = 0x10; // CUtlVector - pub const m_InitPos: usize = 0x28; // CUtlVector - pub const m_Gravity: usize = 0x40; // CUtlVector - pub const m_GoalStrength: usize = 0x58; // CUtlVector - pub const m_GoalDamping: usize = 0x70; // CUtlVector - pub const m_nFlags: usize = 0x88; // uint32 - } - // Parent: None - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CFeMorphLayer { - pub const m_Name: usize = 0x0; // CUtlString - pub const m_nNameHash: usize = 0x8; // uint32 - pub const m_Nodes: usize = 0x10; // CUtlVector - pub const m_InitPos: usize = 0x28; // CUtlVector - pub const m_Gravity: usize = 0x40; // CUtlVector - pub const m_GoalStrength: usize = 0x58; // CUtlVector - pub const m_GoalDamping: usize = 0x70; // CUtlVector - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod Dop26_t { - pub const m_flSupport: usize = 0x0; // float32[26] - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod RnCapsule_t { - pub const m_vCenter: usize = 0x0; // Vector[2] - pub const m_flRadius: usize = 0x18; // float32 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod RnPlane_t { - pub const m_vNormal: usize = 0x0; // Vector - pub const m_flOffset: usize = 0xC; // float32 - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod RnVertex_t { - pub const m_nEdge: usize = 0x0; // uint8 - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod RnHalfEdge_t { - pub const m_nNext: usize = 0x0; // uint8 - pub const m_nTwin: usize = 0x1; // uint8 - pub const m_nOrigin: usize = 0x2; // uint8 - pub const m_nFace: usize = 0x3; // uint8 - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod RnFace_t { - pub const m_nEdge: usize = 0x0; // uint8 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CRegionSVM { - pub const m_Planes: usize = 0x0; // CUtlVector - pub const m_Nodes: usize = 0x18; // CUtlVector - } - // Parent: None - // Fields count: 14 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod RnHull_t { - pub const m_vCentroid: usize = 0x0; // Vector - pub const m_flMaxAngularRadius: usize = 0xC; // float32 - pub const m_Bounds: usize = 0x10; // AABB_t - pub const m_vOrthographicAreas: usize = 0x28; // Vector - pub const m_MassProperties: usize = 0x34; // matrix3x4_t - pub const m_flVolume: usize = 0x64; // float32 - pub const m_flSurfaceArea: usize = 0x68; // float32 - pub const m_Vertices: usize = 0x70; // CUtlVector - pub const m_VertexPositions: usize = 0x88; // CUtlVector - pub const m_Edges: usize = 0xA0; // CUtlVector - pub const m_Faces: usize = 0xB8; // CUtlVector - pub const m_FacePlanes: usize = 0xD0; // CUtlVector - pub const m_nFlags: usize = 0xE8; // uint32 - pub const m_pRegionSVM: usize = 0xF0; // CRegionSVM* - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod RnTriangle_t { - pub const m_nIndex: usize = 0x0; // int32[3] - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod RnWing_t { - pub const m_nIndex: usize = 0x0; // int32[3] - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod RnNode_t { - pub const m_vMin: usize = 0x0; // Vector - pub const m_nChildren: usize = 0xC; // uint32 - pub const m_vMax: usize = 0x10; // Vector - pub const m_nTriangleOffset: usize = 0x1C; // uint32 - } - // Parent: None - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod RnMesh_t { - pub const m_vMin: usize = 0x0; // Vector - pub const m_vMax: usize = 0xC; // Vector - pub const m_Nodes: usize = 0x18; // CUtlVector - pub const m_Vertices: usize = 0x30; // CUtlVectorSIMDPaddedVector - pub const m_Triangles: usize = 0x48; // CUtlVector - pub const m_Wings: usize = 0x60; // CUtlVector - pub const m_Materials: usize = 0x78; // CUtlVector - pub const m_vOrthographicAreas: usize = 0x90; // Vector - pub const m_nFlags: usize = 0x9C; // uint32 - pub const m_nDebugFlags: usize = 0xA0; // uint32 - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod RnShapeDesc_t { - pub const m_nCollisionAttributeIndex: usize = 0x0; // uint32 - pub const m_nSurfacePropertyIndex: usize = 0x4; // uint32 - pub const m_UserFriendlyName: usize = 0x8; // CUtlString - } - // Parent: RnShapeDesc_t - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod RnSphereDesc_t { - pub const m_Sphere: usize = 0x10; // SphereBase_t - } - // Parent: RnShapeDesc_t - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod RnCapsuleDesc_t { - pub const m_Capsule: usize = 0x10; // RnCapsule_t - } - // Parent: RnShapeDesc_t - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod RnHullDesc_t { - pub const m_Hull: usize = 0x10; // RnHull_t - } - // Parent: RnShapeDesc_t - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod RnMeshDesc_t { - pub const m_Mesh: usize = 0x10; // RnMesh_t - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod RnSoftbodyParticle_t { - pub const m_flMassInv: usize = 0x0; // float32 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod RnSoftbodySpring_t { - pub const m_nParticle: usize = 0x0; // uint16[2] - pub const m_flLength: usize = 0x4; // float32 - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod RnSoftbodyCapsule_t { - pub const m_vCenter: usize = 0x0; // Vector[2] - pub const m_flRadius: usize = 0x18; // float32 - pub const m_nParticle: usize = 0x1C; // uint16[2] - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod RnBlendVertex_t { - pub const m_nWeight0: usize = 0x0; // uint16 - pub const m_nIndex0: usize = 0x2; // uint16 - pub const m_nWeight1: usize = 0x4; // uint16 - pub const m_nIndex1: usize = 0x6; // uint16 - pub const m_nWeight2: usize = 0x8; // uint16 - pub const m_nIndex2: usize = 0xA; // uint16 - pub const m_nFlags: usize = 0xC; // uint16 - pub const m_nTargetIndex: usize = 0xE; // uint16 - } - // Parent: None - // Fields count: 6 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CastSphereSATParams_t { - pub const m_vRayStart: usize = 0x0; // Vector - pub const m_vRayDelta: usize = 0xC; // Vector - pub const m_flRadius: usize = 0x18; // float32 - pub const m_flMaxFraction: usize = 0x1C; // float32 - pub const m_flScale: usize = 0x20; // float32 - pub const m_pHull: usize = 0x28; // RnHull_t* - } - // Parent: None - // Fields count: 35 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod RnBodyDesc_t { - pub const m_sDebugName: usize = 0x0; // CUtlString - pub const m_vPosition: usize = 0x8; // Vector - pub const m_qOrientation: usize = 0x14; // QuaternionStorage - pub const m_vLinearVelocity: usize = 0x24; // Vector - pub const m_vAngularVelocity: usize = 0x30; // Vector - pub const m_vLocalMassCenter: usize = 0x3C; // Vector - pub const m_LocalInertiaInv: usize = 0x48; // Vector[3] - pub const m_flMassInv: usize = 0x6C; // float32 - pub const m_flGameMass: usize = 0x70; // float32 - pub const m_flInertiaScaleInv: usize = 0x74; // float32 - pub const m_flLinearDamping: usize = 0x78; // float32 - pub const m_flAngularDamping: usize = 0x7C; // float32 - pub const m_flLinearDrag: usize = 0x80; // float32 - pub const m_flAngularDrag: usize = 0x84; // float32 - pub const m_flLinearBuoyancyDrag: usize = 0x88; // float32 - pub const m_flAngularBuoyancyDrag: usize = 0x8C; // float32 - pub const m_vLastAwakeForceAccum: usize = 0x90; // Vector - pub const m_vLastAwakeTorqueAccum: usize = 0x9C; // Vector - pub const m_flBuoyancyFactor: usize = 0xA8; // float32 - pub const m_flGravityScale: usize = 0xAC; // float32 - pub const m_flTimeScale: usize = 0xB0; // float32 - pub const m_nBodyType: usize = 0xB4; // int32 - pub const m_nGameIndex: usize = 0xB8; // uint32 - pub const m_nGameFlags: usize = 0xBC; // uint32 - pub const m_nMinVelocityIterations: usize = 0xC0; // int8 - pub const m_nMinPositionIterations: usize = 0xC1; // int8 - pub const m_nMassPriority: usize = 0xC2; // int8 - pub const m_bEnabled: usize = 0xC3; // bool - pub const m_bSleeping: usize = 0xC4; // bool - pub const m_bIsContinuousEnabled: usize = 0xC5; // bool - pub const m_bDragEnabled: usize = 0xC6; // bool - pub const m_bBuoyancyDragEnabled: usize = 0xC7; // bool - pub const m_bGravityDisabled: usize = 0xC8; // bool - pub const m_bSpeculativeEnabled: usize = 0xC9; // bool - pub const m_bHasShadowController: usize = 0xCA; // bool - } - // Parent: RnBodyDesc_t - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod vphysics_save_cphysicsbody_t { - pub const m_nOldPointer: usize = 0xD0; // uint64 - } - } - } -} diff --git a/output/linux/libworldrenderer.so.cs b/output/linux/libworldrenderer.so.cs deleted file mode 100644 index 6750dd9..0000000 --- a/output/linux/libworldrenderer.so.cs +++ /dev/null @@ -1,323 +0,0 @@ -// Generated using https://github.com/a2x/cs2-dumper -// 2024-03-29 21:16:02.890657436 UTC - -namespace CS2Dumper.Schemas { - // Module: libworldrenderer.so - // Classes count: 24 - // Enums count: 0 - public static class Libworldrenderer { - // 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 - } - // Parent: None - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - public static class EntityIOConnectionData_t { - public const nint m_outputName = 0x0; // CUtlString - public const nint m_targetType = 0x8; // uint32 - public const nint m_targetName = 0x10; // CUtlString - public const nint m_inputName = 0x18; // CUtlString - public const nint m_overrideParam = 0x20; // CUtlString - public const nint m_flDelay = 0x28; // float32 - public const nint m_nTimesToFire = 0x2C; // int32 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class EntityKeyValueData_t { - public const nint m_connections = 0x8; // CUtlVector - public const nint m_keyValuesData = 0x20; // CUtlBinaryBlock - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class PermEntityLumpData_t { - public const nint m_name = 0x8; // CUtlString - public const nint m_hammerUniqueId = 0x10; // CUtlString - public const nint m_childLumps = 0x18; // CUtlVector> - public const nint m_entityKeyValues = 0x30; // CUtlLeanVector - } - // Parent: None - // Fields count: 14 - // - // Metadata: - // MGetKV3ClassDefaults - public static class SceneObject_t { - public const nint m_nObjectID = 0x0; // uint32 - public const nint m_vTransform = 0x4; // Vector4D[3] - public const nint m_flFadeStartDistance = 0x34; // float32 - public const nint m_flFadeEndDistance = 0x38; // float32 - public const nint m_vTintColor = 0x3C; // Vector4D - public const nint m_skin = 0x50; // CUtlString - public const nint m_nObjectTypeFlags = 0x58; // ObjectTypeFlags_t - public const nint m_vLightingOrigin = 0x5C; // Vector - public const nint m_nOverlayRenderOrder = 0x68; // int16 - public const nint m_nLODOverride = 0x6A; // int16 - public const nint m_nCubeMapPrecomputedHandshake = 0x6C; // int32 - public const nint m_nLightProbeVolumePrecomputedHandshake = 0x70; // int32 - public const nint m_renderableModel = 0x78; // CStrongHandle - public const nint m_renderable = 0x80; // CStrongHandle - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - public static class BaseSceneObjectOverride_t { - public const nint m_nSceneObjectIndex = 0x0; // uint32 - } - // Parent: BaseSceneObjectOverride_t - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class ExtraVertexStreamOverride_t { - public const nint m_nSubSceneObject = 0x4; // uint32 - public const nint m_nDrawCallIndex = 0x8; // uint32 - public const nint m_nAdditionalMeshDrawPrimitiveFlags = 0xC; // MeshDrawPrimitiveFlags_t - public const nint m_extraBufferBinding = 0x10; // CRenderBufferBinding - } - // Parent: BaseSceneObjectOverride_t - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class MaterialOverride_t { - public const nint m_nSubSceneObject = 0x4; // uint32 - public const nint m_nDrawCallIndex = 0x8; // uint32 - public const nint m_pMaterial = 0x10; // CStrongHandle - } - // Parent: None - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - public static class InfoOverlayData_t { - public const nint m_transform = 0x0; // matrix3x4_t - public const nint m_flWidth = 0x30; // float32 - public const nint m_flHeight = 0x34; // float32 - public const nint m_flDepth = 0x38; // float32 - public const nint m_vUVStart = 0x3C; // Vector2D - public const nint m_vUVEnd = 0x44; // Vector2D - public const nint m_pMaterial = 0x50; // CStrongHandle - public const nint m_nRenderOrder = 0x58; // int32 - public const nint m_vTintColor = 0x5C; // Vector4D - public const nint m_nSequenceOverride = 0x6C; // int32 - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class BakedLightingInfo_t { - public const nint m_nLightmapVersionNumber = 0x0; // uint32 - public const nint m_nLightmapGameVersionNumber = 0x4; // uint32 - public const nint m_vLightmapUvScale = 0x8; // Vector2D - public const nint m_bHasLightmaps = 0x10; // bool - public const nint m_lightMaps = 0x18; // CUtlVector> - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class WorldNodeOnDiskBufferData_t { - public const nint m_nElementCount = 0x0; // int32 - public const nint m_nElementSizeInBytes = 0x4; // int32 - public const nint m_inputLayoutFields = 0x8; // CUtlVector - public const nint m_pData = 0x20; // CUtlVector - } - // Parent: None - // Fields count: 9 - // - // Metadata: - // MGetKV3ClassDefaults - public static class AggregateMeshInfo_t { - public const nint m_nVisClusterMemberOffset = 0x0; // uint32 - public const nint m_nVisClusterMemberCount = 0x4; // uint8 - public const nint m_bHasTransform = 0x5; // bool - public const nint m_nDrawCallIndex = 0x6; // int16 - public const nint m_nLODSetupIndex = 0x8; // int16 - public const nint m_nLODGroupMask = 0xA; // uint8 - public const nint m_vTintColor = 0xB; // Color - public const nint m_objectFlags = 0x10; // ObjectTypeFlags_t - public const nint m_nLightProbeVolumePrecomputedHandshake = 0x14; // int32 - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class AggregateLODSetup_t { - public const nint m_vLODOrigin = 0x0; // Vector - public const nint m_fMaxObjectScale = 0xC; // float32 - public const nint m_fSwitchDistances = 0x10; // CUtlVectorFixedGrowable - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - public static class AggregateSceneObject_t { - public const nint m_allFlags = 0x0; // ObjectTypeFlags_t - public const nint m_anyFlags = 0x4; // ObjectTypeFlags_t - public const nint m_nLayer = 0x8; // int16 - public const nint m_aggregateMeshes = 0x10; // CUtlVector - public const nint m_lodSetups = 0x28; // CUtlVector - public const nint m_visClusterMembership = 0x40; // CUtlVector - public const nint m_fragmentTransforms = 0x58; // CUtlVector - public const nint m_renderableModel = 0x70; // CStrongHandle - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - public static class ClutterTile_t { - public const nint m_nFirstInstance = 0x0; // uint32 - public const nint m_nLastInstance = 0x4; // uint32 - public const nint m_BoundsWs = 0x8; // AABB_t - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - public static class ClutterSceneObject_t { - public const nint m_Bounds = 0x0; // AABB_t - public const nint m_flags = 0x18; // ObjectTypeFlags_t - public const nint m_nLayer = 0x1C; // int16 - public const nint m_instancePositions = 0x20; // CUtlVector - public const nint m_instanceScales = 0x50; // CUtlVector - public const nint m_instanceTintSrgb = 0x68; // CUtlVector - public const nint m_tiles = 0x80; // CUtlVector - public const nint m_renderableModel = 0x98; // CStrongHandle - } - // Parent: None - // Fields count: 13 - // - // Metadata: - // MGetKV3ClassDefaults - public static class WorldNode_t { - public const nint m_sceneObjects = 0x0; // CUtlVector - public const nint m_infoOverlays = 0x18; // CUtlVector - public const nint m_visClusterMembership = 0x30; // CUtlVector - public const nint m_aggregateSceneObjects = 0x48; // CUtlVector - public const nint m_clutterSceneObjects = 0x60; // CUtlVector - public const nint m_extraVertexStreamOverrides = 0x78; // CUtlVector - public const nint m_materialOverrides = 0x90; // CUtlVector - public const nint m_extraVertexStreams = 0xA8; // CUtlVector - public const nint m_layerNames = 0xC0; // CUtlVector - public const nint m_sceneObjectLayerIndices = 0xD8; // CUtlVector - public const nint m_overlayLayerIndices = 0xF0; // CUtlVector - public const nint m_grassFileName = 0x108; // CUtlString - public const nint m_nodeLightingInfo = 0x110; // BakedLightingInfo_t - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - public static class WorldBuilderParams_t { - public const nint m_flMinDrawVolumeSize = 0x0; // float32 - public const nint m_bBuildBakedLighting = 0x4; // bool - public const nint m_vLightmapUvScale = 0x8; // Vector2D - public const nint m_nCompileTimestamp = 0x10; // uint64 - public const nint m_nCompileFingerprint = 0x18; // uint64 - } - // Parent: None - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - public static class NodeData_t { - public const nint m_nParent = 0x0; // int32 - public const nint m_vOrigin = 0x4; // Vector - public const nint m_vMinBounds = 0x10; // Vector - public const nint m_vMaxBounds = 0x1C; // Vector - public const nint m_flMinimumDistance = 0x28; // float32 - public const nint m_ChildNodeIndices = 0x30; // CUtlVector - public const nint m_worldNodePrefix = 0x48; // CUtlString - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - public static class World_t { - public const nint m_builderParams = 0x0; // WorldBuilderParams_t - public const nint m_worldNodes = 0x20; // CUtlVector - public const nint m_worldLightingInfo = 0x38; // BakedLightingInfo_t - public const nint m_entityLumps = 0x68; // CUtlVector> - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - public static class VoxelVisBlockOffset_t { - public const nint m_nOffset = 0x0; // uint32 - public const nint m_nElementCount = 0x4; // uint32 - } - // Parent: None - // Fields count: 13 - // - // Metadata: - // MGetKV3ClassDefaults - public static class CVoxelVisibility { - public const nint m_nBaseClusterCount = 0x40; // uint32 - public const nint m_nPVSBytesPerCluster = 0x44; // uint32 - public const nint m_vMinBounds = 0x48; // Vector - public const nint m_vMaxBounds = 0x54; // Vector - public const nint m_flGridSize = 0x60; // float32 - public const nint m_nSkyVisibilityCluster = 0x64; // uint32 - public const nint m_nSunVisibilityCluster = 0x68; // uint32 - public const nint m_NodeBlock = 0x6C; // VoxelVisBlockOffset_t - public const nint m_RegionBlock = 0x74; // VoxelVisBlockOffset_t - public const nint m_EnclosedClusterListBlock = 0x7C; // VoxelVisBlockOffset_t - public const nint m_EnclosedClustersBlock = 0x84; // VoxelVisBlockOffset_t - public const nint m_MasksBlock = 0x8C; // VoxelVisBlockOffset_t - public const nint m_nVisBlocks = 0x94; // VoxelVisBlockOffset_t - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MResourceTypeForInfoType - public static class InfoForResourceTypeVMapResourceData_t { - } - } -} diff --git a/output/linux/libworldrenderer.so.hpp b/output/linux/libworldrenderer.so.hpp deleted file mode 100644 index 1e9eb68..0000000 --- a/output/linux/libworldrenderer.so.hpp +++ /dev/null @@ -1,329 +0,0 @@ -// Generated using https://github.com/a2x/cs2-dumper -// 2024-03-29 21:16:02.890657436 UTC - -#pragma once - -#include - -namespace cs2_dumper { - namespace schemas { - // Module: libworldrenderer.so - // Classes count: 24 - // Enums count: 0 - namespace libworldrenderer { - // 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 - } - // Parent: None - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - namespace EntityIOConnectionData_t { - constexpr std::ptrdiff_t m_outputName = 0x0; // CUtlString - constexpr std::ptrdiff_t m_targetType = 0x8; // uint32 - constexpr std::ptrdiff_t m_targetName = 0x10; // CUtlString - constexpr std::ptrdiff_t m_inputName = 0x18; // CUtlString - constexpr std::ptrdiff_t m_overrideParam = 0x20; // CUtlString - constexpr std::ptrdiff_t m_flDelay = 0x28; // float32 - constexpr std::ptrdiff_t m_nTimesToFire = 0x2C; // int32 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace EntityKeyValueData_t { - constexpr std::ptrdiff_t m_connections = 0x8; // CUtlVector - constexpr std::ptrdiff_t m_keyValuesData = 0x20; // CUtlBinaryBlock - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace PermEntityLumpData_t { - constexpr std::ptrdiff_t m_name = 0x8; // CUtlString - constexpr std::ptrdiff_t m_hammerUniqueId = 0x10; // CUtlString - constexpr std::ptrdiff_t m_childLumps = 0x18; // CUtlVector> - constexpr std::ptrdiff_t m_entityKeyValues = 0x30; // CUtlLeanVector - } - // Parent: None - // Fields count: 14 - // - // Metadata: - // MGetKV3ClassDefaults - namespace SceneObject_t { - constexpr std::ptrdiff_t m_nObjectID = 0x0; // uint32 - constexpr std::ptrdiff_t m_vTransform = 0x4; // Vector4D[3] - constexpr std::ptrdiff_t m_flFadeStartDistance = 0x34; // float32 - constexpr std::ptrdiff_t m_flFadeEndDistance = 0x38; // float32 - constexpr std::ptrdiff_t m_vTintColor = 0x3C; // Vector4D - constexpr std::ptrdiff_t m_skin = 0x50; // CUtlString - constexpr std::ptrdiff_t m_nObjectTypeFlags = 0x58; // ObjectTypeFlags_t - constexpr std::ptrdiff_t m_vLightingOrigin = 0x5C; // Vector - constexpr std::ptrdiff_t m_nOverlayRenderOrder = 0x68; // int16 - constexpr std::ptrdiff_t m_nLODOverride = 0x6A; // int16 - constexpr std::ptrdiff_t m_nCubeMapPrecomputedHandshake = 0x6C; // int32 - constexpr std::ptrdiff_t m_nLightProbeVolumePrecomputedHandshake = 0x70; // int32 - constexpr std::ptrdiff_t m_renderableModel = 0x78; // CStrongHandle - constexpr std::ptrdiff_t m_renderable = 0x80; // CStrongHandle - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - namespace BaseSceneObjectOverride_t { - constexpr std::ptrdiff_t m_nSceneObjectIndex = 0x0; // uint32 - } - // Parent: BaseSceneObjectOverride_t - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace ExtraVertexStreamOverride_t { - constexpr std::ptrdiff_t m_nSubSceneObject = 0x4; // uint32 - constexpr std::ptrdiff_t m_nDrawCallIndex = 0x8; // uint32 - constexpr std::ptrdiff_t m_nAdditionalMeshDrawPrimitiveFlags = 0xC; // MeshDrawPrimitiveFlags_t - constexpr std::ptrdiff_t m_extraBufferBinding = 0x10; // CRenderBufferBinding - } - // Parent: BaseSceneObjectOverride_t - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace MaterialOverride_t { - constexpr std::ptrdiff_t m_nSubSceneObject = 0x4; // uint32 - constexpr std::ptrdiff_t m_nDrawCallIndex = 0x8; // uint32 - constexpr std::ptrdiff_t m_pMaterial = 0x10; // CStrongHandle - } - // Parent: None - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - namespace InfoOverlayData_t { - constexpr std::ptrdiff_t m_transform = 0x0; // matrix3x4_t - constexpr std::ptrdiff_t m_flWidth = 0x30; // float32 - constexpr std::ptrdiff_t m_flHeight = 0x34; // float32 - constexpr std::ptrdiff_t m_flDepth = 0x38; // float32 - constexpr std::ptrdiff_t m_vUVStart = 0x3C; // Vector2D - constexpr std::ptrdiff_t m_vUVEnd = 0x44; // Vector2D - constexpr std::ptrdiff_t m_pMaterial = 0x50; // CStrongHandle - constexpr std::ptrdiff_t m_nRenderOrder = 0x58; // int32 - constexpr std::ptrdiff_t m_vTintColor = 0x5C; // Vector4D - constexpr std::ptrdiff_t m_nSequenceOverride = 0x6C; // int32 - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace BakedLightingInfo_t { - constexpr std::ptrdiff_t m_nLightmapVersionNumber = 0x0; // uint32 - constexpr std::ptrdiff_t m_nLightmapGameVersionNumber = 0x4; // uint32 - constexpr std::ptrdiff_t m_vLightmapUvScale = 0x8; // Vector2D - constexpr std::ptrdiff_t m_bHasLightmaps = 0x10; // bool - constexpr std::ptrdiff_t m_lightMaps = 0x18; // CUtlVector> - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace WorldNodeOnDiskBufferData_t { - constexpr std::ptrdiff_t m_nElementCount = 0x0; // int32 - constexpr std::ptrdiff_t m_nElementSizeInBytes = 0x4; // int32 - constexpr std::ptrdiff_t m_inputLayoutFields = 0x8; // CUtlVector - constexpr std::ptrdiff_t m_pData = 0x20; // CUtlVector - } - // Parent: None - // Fields count: 9 - // - // Metadata: - // MGetKV3ClassDefaults - namespace AggregateMeshInfo_t { - constexpr std::ptrdiff_t m_nVisClusterMemberOffset = 0x0; // uint32 - constexpr std::ptrdiff_t m_nVisClusterMemberCount = 0x4; // uint8 - constexpr std::ptrdiff_t m_bHasTransform = 0x5; // bool - constexpr std::ptrdiff_t m_nDrawCallIndex = 0x6; // int16 - constexpr std::ptrdiff_t m_nLODSetupIndex = 0x8; // int16 - constexpr std::ptrdiff_t m_nLODGroupMask = 0xA; // uint8 - constexpr std::ptrdiff_t m_vTintColor = 0xB; // Color - constexpr std::ptrdiff_t m_objectFlags = 0x10; // ObjectTypeFlags_t - constexpr std::ptrdiff_t m_nLightProbeVolumePrecomputedHandshake = 0x14; // int32 - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace AggregateLODSetup_t { - constexpr std::ptrdiff_t m_vLODOrigin = 0x0; // Vector - constexpr std::ptrdiff_t m_fMaxObjectScale = 0xC; // float32 - constexpr std::ptrdiff_t m_fSwitchDistances = 0x10; // CUtlVectorFixedGrowable - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - namespace AggregateSceneObject_t { - constexpr std::ptrdiff_t m_allFlags = 0x0; // ObjectTypeFlags_t - constexpr std::ptrdiff_t m_anyFlags = 0x4; // ObjectTypeFlags_t - constexpr std::ptrdiff_t m_nLayer = 0x8; // int16 - constexpr std::ptrdiff_t m_aggregateMeshes = 0x10; // CUtlVector - constexpr std::ptrdiff_t m_lodSetups = 0x28; // CUtlVector - constexpr std::ptrdiff_t m_visClusterMembership = 0x40; // CUtlVector - constexpr std::ptrdiff_t m_fragmentTransforms = 0x58; // CUtlVector - constexpr std::ptrdiff_t m_renderableModel = 0x70; // CStrongHandle - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - namespace ClutterTile_t { - constexpr std::ptrdiff_t m_nFirstInstance = 0x0; // uint32 - constexpr std::ptrdiff_t m_nLastInstance = 0x4; // uint32 - constexpr std::ptrdiff_t m_BoundsWs = 0x8; // AABB_t - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - namespace ClutterSceneObject_t { - constexpr std::ptrdiff_t m_Bounds = 0x0; // AABB_t - constexpr std::ptrdiff_t m_flags = 0x18; // ObjectTypeFlags_t - constexpr std::ptrdiff_t m_nLayer = 0x1C; // int16 - constexpr std::ptrdiff_t m_instancePositions = 0x20; // CUtlVector - constexpr std::ptrdiff_t m_instanceScales = 0x50; // CUtlVector - constexpr std::ptrdiff_t m_instanceTintSrgb = 0x68; // CUtlVector - constexpr std::ptrdiff_t m_tiles = 0x80; // CUtlVector - constexpr std::ptrdiff_t m_renderableModel = 0x98; // CStrongHandle - } - // Parent: None - // Fields count: 13 - // - // Metadata: - // MGetKV3ClassDefaults - namespace WorldNode_t { - constexpr std::ptrdiff_t m_sceneObjects = 0x0; // CUtlVector - constexpr std::ptrdiff_t m_infoOverlays = 0x18; // CUtlVector - constexpr std::ptrdiff_t m_visClusterMembership = 0x30; // CUtlVector - constexpr std::ptrdiff_t m_aggregateSceneObjects = 0x48; // CUtlVector - constexpr std::ptrdiff_t m_clutterSceneObjects = 0x60; // CUtlVector - constexpr std::ptrdiff_t m_extraVertexStreamOverrides = 0x78; // CUtlVector - constexpr std::ptrdiff_t m_materialOverrides = 0x90; // CUtlVector - constexpr std::ptrdiff_t m_extraVertexStreams = 0xA8; // CUtlVector - constexpr std::ptrdiff_t m_layerNames = 0xC0; // CUtlVector - constexpr std::ptrdiff_t m_sceneObjectLayerIndices = 0xD8; // CUtlVector - constexpr std::ptrdiff_t m_overlayLayerIndices = 0xF0; // CUtlVector - constexpr std::ptrdiff_t m_grassFileName = 0x108; // CUtlString - constexpr std::ptrdiff_t m_nodeLightingInfo = 0x110; // BakedLightingInfo_t - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - namespace WorldBuilderParams_t { - constexpr std::ptrdiff_t m_flMinDrawVolumeSize = 0x0; // float32 - constexpr std::ptrdiff_t m_bBuildBakedLighting = 0x4; // bool - constexpr std::ptrdiff_t m_vLightmapUvScale = 0x8; // Vector2D - constexpr std::ptrdiff_t m_nCompileTimestamp = 0x10; // uint64 - constexpr std::ptrdiff_t m_nCompileFingerprint = 0x18; // uint64 - } - // Parent: None - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - namespace NodeData_t { - constexpr std::ptrdiff_t m_nParent = 0x0; // int32 - constexpr std::ptrdiff_t m_vOrigin = 0x4; // Vector - constexpr std::ptrdiff_t m_vMinBounds = 0x10; // Vector - constexpr std::ptrdiff_t m_vMaxBounds = 0x1C; // Vector - constexpr std::ptrdiff_t m_flMinimumDistance = 0x28; // float32 - constexpr std::ptrdiff_t m_ChildNodeIndices = 0x30; // CUtlVector - constexpr std::ptrdiff_t m_worldNodePrefix = 0x48; // CUtlString - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - namespace World_t { - constexpr std::ptrdiff_t m_builderParams = 0x0; // WorldBuilderParams_t - constexpr std::ptrdiff_t m_worldNodes = 0x20; // CUtlVector - constexpr std::ptrdiff_t m_worldLightingInfo = 0x38; // BakedLightingInfo_t - constexpr std::ptrdiff_t m_entityLumps = 0x68; // CUtlVector> - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - namespace VoxelVisBlockOffset_t { - constexpr std::ptrdiff_t m_nOffset = 0x0; // uint32 - constexpr std::ptrdiff_t m_nElementCount = 0x4; // uint32 - } - // Parent: None - // Fields count: 13 - // - // Metadata: - // MGetKV3ClassDefaults - namespace CVoxelVisibility { - constexpr std::ptrdiff_t m_nBaseClusterCount = 0x40; // uint32 - constexpr std::ptrdiff_t m_nPVSBytesPerCluster = 0x44; // uint32 - constexpr std::ptrdiff_t m_vMinBounds = 0x48; // Vector - constexpr std::ptrdiff_t m_vMaxBounds = 0x54; // Vector - constexpr std::ptrdiff_t m_flGridSize = 0x60; // float32 - constexpr std::ptrdiff_t m_nSkyVisibilityCluster = 0x64; // uint32 - constexpr std::ptrdiff_t m_nSunVisibilityCluster = 0x68; // uint32 - constexpr std::ptrdiff_t m_NodeBlock = 0x6C; // VoxelVisBlockOffset_t - constexpr std::ptrdiff_t m_RegionBlock = 0x74; // VoxelVisBlockOffset_t - constexpr std::ptrdiff_t m_EnclosedClusterListBlock = 0x7C; // VoxelVisBlockOffset_t - constexpr std::ptrdiff_t m_EnclosedClustersBlock = 0x84; // VoxelVisBlockOffset_t - constexpr std::ptrdiff_t m_MasksBlock = 0x8C; // VoxelVisBlockOffset_t - constexpr std::ptrdiff_t m_nVisBlocks = 0x94; // VoxelVisBlockOffset_t - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MResourceTypeForInfoType - namespace InfoForResourceTypeVMapResourceData_t { - } - } - } -} diff --git a/output/linux/libworldrenderer.so.json b/output/linux/libworldrenderer.so.json deleted file mode 100644 index 956aaf9..0000000 --- a/output/linux/libworldrenderer.so.json +++ /dev/null @@ -1,421 +0,0 @@ -{ - "libworldrenderer.so": { - "classes": { - "AggregateLODSetup_t": { - "fields": { - "m_fMaxObjectScale": 12, - "m_fSwitchDistances": 16, - "m_vLODOrigin": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "AggregateMeshInfo_t": { - "fields": { - "m_bHasTransform": 5, - "m_nDrawCallIndex": 6, - "m_nLODGroupMask": 10, - "m_nLODSetupIndex": 8, - "m_nLightProbeVolumePrecomputedHandshake": 20, - "m_nVisClusterMemberCount": 4, - "m_nVisClusterMemberOffset": 0, - "m_objectFlags": 16, - "m_vTintColor": 11 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "AggregateSceneObject_t": { - "fields": { - "m_aggregateMeshes": 16, - "m_allFlags": 0, - "m_anyFlags": 4, - "m_fragmentTransforms": 88, - "m_lodSetups": 40, - "m_nLayer": 8, - "m_renderableModel": 112, - "m_visClusterMembership": 64 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "BakedLightingInfo_t": { - "fields": { - "m_bHasLightmaps": 16, - "m_lightMaps": 24, - "m_nLightmapGameVersionNumber": 4, - "m_nLightmapVersionNumber": 0, - "m_vLightmapUvScale": 8 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "BaseSceneObjectOverride_t": { - "fields": { - "m_nSceneObjectIndex": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "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 - }, - "CVoxelVisibility": { - "fields": { - "m_EnclosedClusterListBlock": 124, - "m_EnclosedClustersBlock": 132, - "m_MasksBlock": 140, - "m_NodeBlock": 108, - "m_RegionBlock": 116, - "m_flGridSize": 96, - "m_nBaseClusterCount": 64, - "m_nPVSBytesPerCluster": 68, - "m_nSkyVisibilityCluster": 100, - "m_nSunVisibilityCluster": 104, - "m_nVisBlocks": 148, - "m_vMaxBounds": 84, - "m_vMinBounds": 72 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "ClutterSceneObject_t": { - "fields": { - "m_Bounds": 0, - "m_flags": 24, - "m_instancePositions": 32, - "m_instanceScales": 80, - "m_instanceTintSrgb": 104, - "m_nLayer": 28, - "m_renderableModel": 152, - "m_tiles": 128 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "ClutterTile_t": { - "fields": { - "m_BoundsWs": 8, - "m_nFirstInstance": 0, - "m_nLastInstance": 4 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "EntityIOConnectionData_t": { - "fields": { - "m_flDelay": 40, - "m_inputName": 24, - "m_nTimesToFire": 44, - "m_outputName": 0, - "m_overrideParam": 32, - "m_targetName": 16, - "m_targetType": 8 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "EntityKeyValueData_t": { - "fields": { - "m_connections": 8, - "m_keyValuesData": 32 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "ExtraVertexStreamOverride_t": { - "fields": { - "m_extraBufferBinding": 16, - "m_nAdditionalMeshDrawPrimitiveFlags": 12, - "m_nDrawCallIndex": 8, - "m_nSubSceneObject": 4 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "BaseSceneObjectOverride_t" - }, - "InfoForResourceTypeVMapResourceData_t": { - "fields": {}, - "metadata": [ - { - "name": "MResourceTypeForInfoType", - "type": "Unknown" - } - ], - "parent": null - }, - "InfoOverlayData_t": { - "fields": { - "m_flDepth": 56, - "m_flHeight": 52, - "m_flWidth": 48, - "m_nRenderOrder": 88, - "m_nSequenceOverride": 108, - "m_pMaterial": 80, - "m_transform": 0, - "m_vTintColor": 92, - "m_vUVEnd": 68, - "m_vUVStart": 60 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "MaterialOverride_t": { - "fields": { - "m_nDrawCallIndex": 8, - "m_nSubSceneObject": 4, - "m_pMaterial": 16 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": "BaseSceneObjectOverride_t" - }, - "NodeData_t": { - "fields": { - "m_ChildNodeIndices": 48, - "m_flMinimumDistance": 40, - "m_nParent": 0, - "m_vMaxBounds": 28, - "m_vMinBounds": 16, - "m_vOrigin": 4, - "m_worldNodePrefix": 72 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "PermEntityLumpData_t": { - "fields": { - "m_childLumps": 24, - "m_entityKeyValues": 48, - "m_hammerUniqueId": 16, - "m_name": 8 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "SceneObject_t": { - "fields": { - "m_flFadeEndDistance": 56, - "m_flFadeStartDistance": 52, - "m_nCubeMapPrecomputedHandshake": 108, - "m_nLODOverride": 106, - "m_nLightProbeVolumePrecomputedHandshake": 112, - "m_nObjectID": 0, - "m_nObjectTypeFlags": 88, - "m_nOverlayRenderOrder": 104, - "m_renderable": 128, - "m_renderableModel": 120, - "m_skin": 80, - "m_vLightingOrigin": 92, - "m_vTintColor": 60, - "m_vTransform": 4 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "VoxelVisBlockOffset_t": { - "fields": { - "m_nElementCount": 4, - "m_nOffset": 0 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "WorldBuilderParams_t": { - "fields": { - "m_bBuildBakedLighting": 4, - "m_flMinDrawVolumeSize": 0, - "m_nCompileFingerprint": 24, - "m_nCompileTimestamp": 16, - "m_vLightmapUvScale": 8 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "WorldNodeOnDiskBufferData_t": { - "fields": { - "m_inputLayoutFields": 8, - "m_nElementCount": 0, - "m_nElementSizeInBytes": 4, - "m_pData": 32 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "WorldNode_t": { - "fields": { - "m_aggregateSceneObjects": 72, - "m_clutterSceneObjects": 96, - "m_extraVertexStreamOverrides": 120, - "m_extraVertexStreams": 168, - "m_grassFileName": 264, - "m_infoOverlays": 24, - "m_layerNames": 192, - "m_materialOverrides": 144, - "m_nodeLightingInfo": 272, - "m_overlayLayerIndices": 240, - "m_sceneObjectLayerIndices": 216, - "m_sceneObjects": 0, - "m_visClusterMembership": 48 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - }, - "World_t": { - "fields": { - "m_builderParams": 0, - "m_entityLumps": 104, - "m_worldLightingInfo": 56, - "m_worldNodes": 32 - }, - "metadata": [ - { - "name": "MGetKV3ClassDefaults", - "type": "Unknown" - } - ], - "parent": null - } - }, - "enums": {} - } -} \ No newline at end of file diff --git a/output/linux/libworldrenderer.so.rs b/output/linux/libworldrenderer.so.rs deleted file mode 100644 index 9e7904a..0000000 --- a/output/linux/libworldrenderer.so.rs +++ /dev/null @@ -1,327 +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: libworldrenderer.so - // Classes count: 24 - // Enums count: 0 - pub mod libworldrenderer { - // 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 - } - // Parent: None - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod EntityIOConnectionData_t { - pub const m_outputName: usize = 0x0; // CUtlString - pub const m_targetType: usize = 0x8; // uint32 - pub const m_targetName: usize = 0x10; // CUtlString - pub const m_inputName: usize = 0x18; // CUtlString - pub const m_overrideParam: usize = 0x20; // CUtlString - pub const m_flDelay: usize = 0x28; // float32 - pub const m_nTimesToFire: usize = 0x2C; // int32 - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod EntityKeyValueData_t { - pub const m_connections: usize = 0x8; // CUtlVector - pub const m_keyValuesData: usize = 0x20; // CUtlBinaryBlock - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod PermEntityLumpData_t { - pub const m_name: usize = 0x8; // CUtlString - pub const m_hammerUniqueId: usize = 0x10; // CUtlString - pub const m_childLumps: usize = 0x18; // CUtlVector> - pub const m_entityKeyValues: usize = 0x30; // CUtlLeanVector - } - // Parent: None - // Fields count: 14 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod SceneObject_t { - pub const m_nObjectID: usize = 0x0; // uint32 - pub const m_vTransform: usize = 0x4; // Vector4D[3] - pub const m_flFadeStartDistance: usize = 0x34; // float32 - pub const m_flFadeEndDistance: usize = 0x38; // float32 - pub const m_vTintColor: usize = 0x3C; // Vector4D - pub const m_skin: usize = 0x50; // CUtlString - pub const m_nObjectTypeFlags: usize = 0x58; // ObjectTypeFlags_t - pub const m_vLightingOrigin: usize = 0x5C; // Vector - pub const m_nOverlayRenderOrder: usize = 0x68; // int16 - pub const m_nLODOverride: usize = 0x6A; // int16 - pub const m_nCubeMapPrecomputedHandshake: usize = 0x6C; // int32 - pub const m_nLightProbeVolumePrecomputedHandshake: usize = 0x70; // int32 - pub const m_renderableModel: usize = 0x78; // CStrongHandle - pub const m_renderable: usize = 0x80; // CStrongHandle - } - // Parent: None - // Fields count: 1 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod BaseSceneObjectOverride_t { - pub const m_nSceneObjectIndex: usize = 0x0; // uint32 - } - // Parent: BaseSceneObjectOverride_t - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod ExtraVertexStreamOverride_t { - pub const m_nSubSceneObject: usize = 0x4; // uint32 - pub const m_nDrawCallIndex: usize = 0x8; // uint32 - pub const m_nAdditionalMeshDrawPrimitiveFlags: usize = 0xC; // MeshDrawPrimitiveFlags_t - pub const m_extraBufferBinding: usize = 0x10; // CRenderBufferBinding - } - // Parent: BaseSceneObjectOverride_t - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod MaterialOverride_t { - pub const m_nSubSceneObject: usize = 0x4; // uint32 - pub const m_nDrawCallIndex: usize = 0x8; // uint32 - pub const m_pMaterial: usize = 0x10; // CStrongHandle - } - // Parent: None - // Fields count: 10 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod InfoOverlayData_t { - pub const m_transform: usize = 0x0; // matrix3x4_t - pub const m_flWidth: usize = 0x30; // float32 - pub const m_flHeight: usize = 0x34; // float32 - pub const m_flDepth: usize = 0x38; // float32 - pub const m_vUVStart: usize = 0x3C; // Vector2D - pub const m_vUVEnd: usize = 0x44; // Vector2D - pub const m_pMaterial: usize = 0x50; // CStrongHandle - pub const m_nRenderOrder: usize = 0x58; // int32 - pub const m_vTintColor: usize = 0x5C; // Vector4D - pub const m_nSequenceOverride: usize = 0x6C; // int32 - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod BakedLightingInfo_t { - pub const m_nLightmapVersionNumber: usize = 0x0; // uint32 - pub const m_nLightmapGameVersionNumber: usize = 0x4; // uint32 - pub const m_vLightmapUvScale: usize = 0x8; // Vector2D - pub const m_bHasLightmaps: usize = 0x10; // bool - pub const m_lightMaps: usize = 0x18; // CUtlVector> - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod WorldNodeOnDiskBufferData_t { - pub const m_nElementCount: usize = 0x0; // int32 - pub const m_nElementSizeInBytes: usize = 0x4; // int32 - pub const m_inputLayoutFields: usize = 0x8; // CUtlVector - pub const m_pData: usize = 0x20; // CUtlVector - } - // Parent: None - // Fields count: 9 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod AggregateMeshInfo_t { - pub const m_nVisClusterMemberOffset: usize = 0x0; // uint32 - pub const m_nVisClusterMemberCount: usize = 0x4; // uint8 - pub const m_bHasTransform: usize = 0x5; // bool - pub const m_nDrawCallIndex: usize = 0x6; // int16 - pub const m_nLODSetupIndex: usize = 0x8; // int16 - pub const m_nLODGroupMask: usize = 0xA; // uint8 - pub const m_vTintColor: usize = 0xB; // Color - pub const m_objectFlags: usize = 0x10; // ObjectTypeFlags_t - pub const m_nLightProbeVolumePrecomputedHandshake: usize = 0x14; // int32 - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod AggregateLODSetup_t { - pub const m_vLODOrigin: usize = 0x0; // Vector - pub const m_fMaxObjectScale: usize = 0xC; // float32 - pub const m_fSwitchDistances: usize = 0x10; // CUtlVectorFixedGrowable - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod AggregateSceneObject_t { - pub const m_allFlags: usize = 0x0; // ObjectTypeFlags_t - pub const m_anyFlags: usize = 0x4; // ObjectTypeFlags_t - pub const m_nLayer: usize = 0x8; // int16 - pub const m_aggregateMeshes: usize = 0x10; // CUtlVector - pub const m_lodSetups: usize = 0x28; // CUtlVector - pub const m_visClusterMembership: usize = 0x40; // CUtlVector - pub const m_fragmentTransforms: usize = 0x58; // CUtlVector - pub const m_renderableModel: usize = 0x70; // CStrongHandle - } - // Parent: None - // Fields count: 3 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod ClutterTile_t { - pub const m_nFirstInstance: usize = 0x0; // uint32 - pub const m_nLastInstance: usize = 0x4; // uint32 - pub const m_BoundsWs: usize = 0x8; // AABB_t - } - // Parent: None - // Fields count: 8 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod ClutterSceneObject_t { - pub const m_Bounds: usize = 0x0; // AABB_t - pub const m_flags: usize = 0x18; // ObjectTypeFlags_t - pub const m_nLayer: usize = 0x1C; // int16 - pub const m_instancePositions: usize = 0x20; // CUtlVector - pub const m_instanceScales: usize = 0x50; // CUtlVector - pub const m_instanceTintSrgb: usize = 0x68; // CUtlVector - pub const m_tiles: usize = 0x80; // CUtlVector - pub const m_renderableModel: usize = 0x98; // CStrongHandle - } - // Parent: None - // Fields count: 13 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod WorldNode_t { - pub const m_sceneObjects: usize = 0x0; // CUtlVector - pub const m_infoOverlays: usize = 0x18; // CUtlVector - pub const m_visClusterMembership: usize = 0x30; // CUtlVector - pub const m_aggregateSceneObjects: usize = 0x48; // CUtlVector - pub const m_clutterSceneObjects: usize = 0x60; // CUtlVector - pub const m_extraVertexStreamOverrides: usize = 0x78; // CUtlVector - pub const m_materialOverrides: usize = 0x90; // CUtlVector - pub const m_extraVertexStreams: usize = 0xA8; // CUtlVector - pub const m_layerNames: usize = 0xC0; // CUtlVector - pub const m_sceneObjectLayerIndices: usize = 0xD8; // CUtlVector - pub const m_overlayLayerIndices: usize = 0xF0; // CUtlVector - pub const m_grassFileName: usize = 0x108; // CUtlString - pub const m_nodeLightingInfo: usize = 0x110; // BakedLightingInfo_t - } - // Parent: None - // Fields count: 5 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod WorldBuilderParams_t { - pub const m_flMinDrawVolumeSize: usize = 0x0; // float32 - pub const m_bBuildBakedLighting: usize = 0x4; // bool - pub const m_vLightmapUvScale: usize = 0x8; // Vector2D - pub const m_nCompileTimestamp: usize = 0x10; // uint64 - pub const m_nCompileFingerprint: usize = 0x18; // uint64 - } - // Parent: None - // Fields count: 7 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod NodeData_t { - pub const m_nParent: usize = 0x0; // int32 - pub const m_vOrigin: usize = 0x4; // Vector - pub const m_vMinBounds: usize = 0x10; // Vector - pub const m_vMaxBounds: usize = 0x1C; // Vector - pub const m_flMinimumDistance: usize = 0x28; // float32 - pub const m_ChildNodeIndices: usize = 0x30; // CUtlVector - pub const m_worldNodePrefix: usize = 0x48; // CUtlString - } - // Parent: None - // Fields count: 4 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod World_t { - pub const m_builderParams: usize = 0x0; // WorldBuilderParams_t - pub const m_worldNodes: usize = 0x20; // CUtlVector - pub const m_worldLightingInfo: usize = 0x38; // BakedLightingInfo_t - pub const m_entityLumps: usize = 0x68; // CUtlVector> - } - // Parent: None - // Fields count: 2 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod VoxelVisBlockOffset_t { - pub const m_nOffset: usize = 0x0; // uint32 - pub const m_nElementCount: usize = 0x4; // uint32 - } - // Parent: None - // Fields count: 13 - // - // Metadata: - // MGetKV3ClassDefaults - pub mod CVoxelVisibility { - pub const m_nBaseClusterCount: usize = 0x40; // uint32 - pub const m_nPVSBytesPerCluster: usize = 0x44; // uint32 - pub const m_vMinBounds: usize = 0x48; // Vector - pub const m_vMaxBounds: usize = 0x54; // Vector - pub const m_flGridSize: usize = 0x60; // float32 - pub const m_nSkyVisibilityCluster: usize = 0x64; // uint32 - pub const m_nSunVisibilityCluster: usize = 0x68; // uint32 - pub const m_NodeBlock: usize = 0x6C; // VoxelVisBlockOffset_t - pub const m_RegionBlock: usize = 0x74; // VoxelVisBlockOffset_t - pub const m_EnclosedClusterListBlock: usize = 0x7C; // VoxelVisBlockOffset_t - pub const m_EnclosedClustersBlock: usize = 0x84; // VoxelVisBlockOffset_t - pub const m_MasksBlock: usize = 0x8C; // VoxelVisBlockOffset_t - pub const m_nVisBlocks: usize = 0x94; // VoxelVisBlockOffset_t - } - // Parent: None - // Fields count: 0 - // - // Metadata: - // MResourceTypeForInfoType - pub mod InfoForResourceTypeVMapResourceData_t { - } - } - } -} diff --git a/output/linux/offsets.cs b/output/linux/offsets.cs deleted file mode 100644 index 155a195..0000000 --- a/output/linux/offsets.cs +++ /dev/null @@ -1,44 +0,0 @@ -// Generated using https://github.com/a2x/cs2-dumper -// 2024-03-29 21:16:02.890657436 UTC - -namespace CS2Dumper.Offsets { - // Module: libclient.so - public static class Libclient { - public const nint dwCSGOInput = 0x3744680; - public const nint dwEntityList = 0x35AB8C8; - public const nint dwGameEntitySystem = 0x38619C0; - public const nint dwGameEntitySystem_getHighestEntityIndex = 0x1540; - public const nint dwGameRules = 0x37373E8; - public const nint dwGlobalVars = 0x356C9D0; - public const nint dwGlowManager = 0x373BCF0; - public const nint dwLocalPlayerController = 0x371C918; - public const nint dwLocalPlayerPawn = 0x373CCD8; - public const nint dwPlantedC4 = 0x3751538; - public const nint dwPrediction = 0x373CBA0; - public const nint dwSensitivity = 0x373B208; - public const nint dwSensitivity_sensitivity = 0x40; - public const nint dwViewAngles = 0x3749A20; - public const nint dwViewMatrix = 0x373D800; - public const nint dwViewRender = 0x373D9B0; - } - // Module: libengine2.so - public static class Libengine2 { - public const nint dwBuildNumber = 0x6D35F4; - public const nint dwNetworkGameClient = 0x6D3F88; - public const nint dwNetworkGameClient_deltaTick = 0x278; - public const nint dwNetworkGameClient_getLocalPlayer = 0x13C0; - public const nint dwNetworkGameClient_getMaxClients = 0x250; - public const nint dwNetworkGameClient_signOnState = 0x260; - public const nint dwWindowHeight = 0x6DCDC4; - public const nint dwWindowWidth = 0x6DCDC0; - } - // Module: libinputsystem.so - public static class Libinputsystem { - public const nint dwInputSystem = 0x40160; - } - // Module: libmatchmaking.so - public static class Libmatchmaking { - public const nint dwGameTypes = 0x37C9A0; - public const nint dwGameTypes_mapName = 0x37CAC0; - } -} diff --git a/output/linux/offsets.hpp b/output/linux/offsets.hpp deleted file mode 100644 index 66d28ca..0000000 --- a/output/linux/offsets.hpp +++ /dev/null @@ -1,50 +0,0 @@ -// Generated using https://github.com/a2x/cs2-dumper -// 2024-03-29 21:16:02.890657436 UTC - -#pragma once - -#include - -namespace cs2_dumper { - namespace offsets { - // Module: libclient.so - namespace libclient { - constexpr std::ptrdiff_t dwCSGOInput = 0x3744680; - constexpr std::ptrdiff_t dwEntityList = 0x35AB8C8; - constexpr std::ptrdiff_t dwGameEntitySystem = 0x38619C0; - constexpr std::ptrdiff_t dwGameEntitySystem_getHighestEntityIndex = 0x1540; - constexpr std::ptrdiff_t dwGameRules = 0x37373E8; - constexpr std::ptrdiff_t dwGlobalVars = 0x356C9D0; - constexpr std::ptrdiff_t dwGlowManager = 0x373BCF0; - constexpr std::ptrdiff_t dwLocalPlayerController = 0x371C918; - constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x373CCD8; - constexpr std::ptrdiff_t dwPlantedC4 = 0x3751538; - constexpr std::ptrdiff_t dwPrediction = 0x373CBA0; - constexpr std::ptrdiff_t dwSensitivity = 0x373B208; - constexpr std::ptrdiff_t dwSensitivity_sensitivity = 0x40; - constexpr std::ptrdiff_t dwViewAngles = 0x3749A20; - constexpr std::ptrdiff_t dwViewMatrix = 0x373D800; - constexpr std::ptrdiff_t dwViewRender = 0x373D9B0; - } - // Module: libengine2.so - namespace libengine2 { - constexpr std::ptrdiff_t dwBuildNumber = 0x6D35F4; - constexpr std::ptrdiff_t dwNetworkGameClient = 0x6D3F88; - constexpr std::ptrdiff_t dwNetworkGameClient_deltaTick = 0x278; - constexpr std::ptrdiff_t dwNetworkGameClient_getLocalPlayer = 0x13C0; - constexpr std::ptrdiff_t dwNetworkGameClient_getMaxClients = 0x250; - constexpr std::ptrdiff_t dwNetworkGameClient_signOnState = 0x260; - constexpr std::ptrdiff_t dwWindowHeight = 0x6DCDC4; - constexpr std::ptrdiff_t dwWindowWidth = 0x6DCDC0; - } - // Module: libinputsystem.so - namespace libinputsystem { - constexpr std::ptrdiff_t dwInputSystem = 0x40160; - } - // Module: libmatchmaking.so - namespace libmatchmaking { - constexpr std::ptrdiff_t dwGameTypes = 0x37C9A0; - constexpr std::ptrdiff_t dwGameTypes_mapName = 0x37CAC0; - } - } -} diff --git a/output/linux/offsets.json b/output/linux/offsets.json deleted file mode 100644 index 49b6a56..0000000 --- a/output/linux/offsets.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "libclient.so": { - "dwCSGOInput": 57951872, - "dwEntityList": 56277192, - "dwGameEntitySystem": 59120064, - "dwGameEntitySystem_getHighestEntityIndex": 5440, - "dwGameRules": 57897960, - "dwGlobalVars": 56019408, - "dwGlowManager": 57916656, - "dwLocalPlayerController": 57788696, - "dwLocalPlayerPawn": 57920728, - "dwPlantedC4": 58004792, - "dwPrediction": 57920416, - "dwSensitivity": 57913864, - "dwSensitivity_sensitivity": 64, - "dwViewAngles": 57973280, - "dwViewMatrix": 57923584, - "dwViewRender": 57924016 - }, - "libengine2.so": { - "dwBuildNumber": 7157236, - "dwNetworkGameClient": 7159688, - "dwNetworkGameClient_deltaTick": 632, - "dwNetworkGameClient_getLocalPlayer": 5056, - "dwNetworkGameClient_getMaxClients": 592, - "dwNetworkGameClient_signOnState": 608, - "dwWindowHeight": 7196100, - "dwWindowWidth": 7196096 - }, - "libinputsystem.so": { - "dwInputSystem": 262496 - }, - "libmatchmaking.so": { - "dwGameTypes": 3656096, - "dwGameTypes_mapName": 3656384 - } -} \ No newline at end of file diff --git a/output/linux/offsets.rs b/output/linux/offsets.rs deleted file mode 100644 index 832630d..0000000 --- a/output/linux/offsets.rs +++ /dev/null @@ -1,48 +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 offsets { - // Module: libclient.so - pub mod libclient { - pub const dwCSGOInput: usize = 0x3744680; - pub const dwEntityList: usize = 0x35AB8C8; - pub const dwGameEntitySystem: usize = 0x38619C0; - pub const dwGameEntitySystem_getHighestEntityIndex: usize = 0x1540; - pub const dwGameRules: usize = 0x37373E8; - pub const dwGlobalVars: usize = 0x356C9D0; - pub const dwGlowManager: usize = 0x373BCF0; - pub const dwLocalPlayerController: usize = 0x371C918; - pub const dwLocalPlayerPawn: usize = 0x373CCD8; - pub const dwPlantedC4: usize = 0x3751538; - pub const dwPrediction: usize = 0x373CBA0; - pub const dwSensitivity: usize = 0x373B208; - pub const dwSensitivity_sensitivity: usize = 0x40; - pub const dwViewAngles: usize = 0x3749A20; - pub const dwViewMatrix: usize = 0x373D800; - pub const dwViewRender: usize = 0x373D9B0; - } - // Module: libengine2.so - pub mod libengine2 { - pub const dwBuildNumber: usize = 0x6D35F4; - pub const dwNetworkGameClient: usize = 0x6D3F88; - pub const dwNetworkGameClient_deltaTick: usize = 0x278; - pub const dwNetworkGameClient_getLocalPlayer: usize = 0x13C0; - pub const dwNetworkGameClient_getMaxClients: usize = 0x250; - pub const dwNetworkGameClient_signOnState: usize = 0x260; - pub const dwWindowHeight: usize = 0x6DCDC4; - pub const dwWindowWidth: usize = 0x6DCDC0; - } - // Module: libinputsystem.so - pub mod libinputsystem { - pub const dwInputSystem: usize = 0x40160; - } - // Module: libmatchmaking.so - pub mod libmatchmaking { - pub const dwGameTypes: usize = 0x37C9A0; - pub const dwGameTypes_mapName: usize = 0x37CAC0; - } - } -} diff --git a/output/win/materialsystem2.dll.cs b/output/materialsystem2.dll.cs similarity index 99% rename from output/win/materialsystem2.dll.cs rename to output/materialsystem2.dll.cs index 4bcc3bd..0b327c6 100644 --- a/output/win/materialsystem2.dll.cs +++ b/output/materialsystem2.dll.cs @@ -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: materialsystem2.dll // Classes count: 13 // Enums count: 5 - public static class Materialsystem2 { + public static class Materialsystem2Dll { // Alignment: 4 // Members count: 4 public enum HorizJustification_e : uint { diff --git a/output/win/materialsystem2.dll.hpp b/output/materialsystem2.dll.hpp similarity index 99% rename from output/win/materialsystem2.dll.hpp rename to output/materialsystem2.dll.hpp index bdb5526..6f1a19b 100644 --- a/output/win/materialsystem2.dll.hpp +++ b/output/materialsystem2.dll.hpp @@ -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: materialsystem2.dll // Classes count: 13 // Enums count: 5 - namespace materialsystem2 { + namespace materialsystem2_dll { // Alignment: 4 // Members count: 4 enum class HorizJustification_e : uint32_t { diff --git a/output/win/materialsystem2.dll.json b/output/materialsystem2.dll.json similarity index 100% rename from output/win/materialsystem2.dll.json rename to output/materialsystem2.dll.json diff --git a/output/win/materialsystem2.dll.rs b/output/materialsystem2.dll.rs similarity index 98% rename from output/win/materialsystem2.dll.rs rename to output/materialsystem2.dll.rs index b398ea0..75c09ef 100644 --- a/output/win/materialsystem2.dll.rs +++ b/output/materialsystem2.dll.rs @@ -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: materialsystem2.dll // Classes count: 13 // Enums count: 5 - pub mod materialsystem2 { + pub mod materialsystem2_dll { // Alignment: 4 // Members count: 4 #[repr(u32)] diff --git a/output/meshsystem.dll.cs b/output/meshsystem.dll.cs new file mode 100644 index 0000000..f2749e1 --- /dev/null +++ b/output/meshsystem.dll.cs @@ -0,0 +1,5 @@ +// Generated using https://github.com/a2x/cs2-dumper +// 2024-04-02 16:10:48.961749300 UTC + +namespace CS2Dumper.Schemas { +} diff --git a/output/meshsystem.dll.hpp b/output/meshsystem.dll.hpp new file mode 100644 index 0000000..1f1a5b3 --- /dev/null +++ b/output/meshsystem.dll.hpp @@ -0,0 +1,11 @@ +// Generated using https://github.com/a2x/cs2-dumper +// 2024-04-02 16:10:48.961749300 UTC + +#pragma once + +#include + +namespace cs2_dumper { + namespace schemas { + } +} diff --git a/output/win/meshsystem.dll.json b/output/meshsystem.dll.json similarity index 100% rename from output/win/meshsystem.dll.json rename to output/meshsystem.dll.json diff --git a/output/meshsystem.dll.rs b/output/meshsystem.dll.rs new file mode 100644 index 0000000..c1a5ecc --- /dev/null +++ b/output/meshsystem.dll.rs @@ -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 { + } +} diff --git a/output/networksystem.dll.cs b/output/networksystem.dll.cs new file mode 100644 index 0000000..f2749e1 --- /dev/null +++ b/output/networksystem.dll.cs @@ -0,0 +1,5 @@ +// Generated using https://github.com/a2x/cs2-dumper +// 2024-04-02 16:10:48.961749300 UTC + +namespace CS2Dumper.Schemas { +} diff --git a/output/networksystem.dll.hpp b/output/networksystem.dll.hpp new file mode 100644 index 0000000..1f1a5b3 --- /dev/null +++ b/output/networksystem.dll.hpp @@ -0,0 +1,11 @@ +// Generated using https://github.com/a2x/cs2-dumper +// 2024-04-02 16:10:48.961749300 UTC + +#pragma once + +#include + +namespace cs2_dumper { + namespace schemas { + } +} diff --git a/output/win/networksystem.dll.json b/output/networksystem.dll.json similarity index 100% rename from output/win/networksystem.dll.json rename to output/networksystem.dll.json diff --git a/output/networksystem.dll.rs b/output/networksystem.dll.rs new file mode 100644 index 0000000..c1a5ecc --- /dev/null +++ b/output/networksystem.dll.rs @@ -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 { + } +} diff --git a/output/win/offsets.cs b/output/offsets.cs similarity index 84% rename from output/win/offsets.cs rename to output/offsets.cs index c72a1a0..421c495 100644 --- a/output/win/offsets.cs +++ b/output/offsets.cs @@ -1,9 +1,9 @@ // 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.Offsets { // Module: client.dll - public static class Client { + public static class ClientDll { public const nint dwCSGOInput = 0x192B620; public const nint dwEntityList = 0x18C2D58; public const nint dwGameEntitySystem = 0x19E0790; @@ -22,22 +22,22 @@ namespace CS2Dumper.Offsets { public const nint dwViewRender = 0x1924A20; } // Module: engine2.dll - public static class Engine2 { + public static class Engine2Dll { public const nint dwBuildNumber = 0x514574; public const nint dwNetworkGameClient = 0x513AC8; public const nint dwNetworkGameClient_deltaTick = 0x258; public const nint dwNetworkGameClient_getLocalPlayer = 0xF0; public const nint dwNetworkGameClient_getMaxClients = 0x250; public const nint dwNetworkGameClient_signOnState = 0x240; - public const nint dwWindowHeight = 0x5CCCDD; - public const nint dwWindowWidth = 0x5CCCD9; + public const nint dwWindowHeight = 0x5CCCDC; + public const nint dwWindowWidth = 0x5CCCD8; } // Module: inputsystem.dll - public static class Inputsystem { + public static class InputsystemDll { public const nint dwInputSystem = 0x367A0; } // Module: matchmaking.dll - public static class Matchmaking { + public static class MatchmakingDll { public const nint dwGameTypes = 0x1D21E0; public const nint dwGameTypes_mapName = 0x1D2300; } diff --git a/output/win/offsets.hpp b/output/offsets.hpp similarity index 87% rename from output/win/offsets.hpp rename to output/offsets.hpp index 39ba0e2..023879e 100644 --- a/output/win/offsets.hpp +++ b/output/offsets.hpp @@ -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,7 +8,7 @@ namespace cs2_dumper { namespace offsets { // Module: client.dll - namespace client { + namespace client_dll { constexpr std::ptrdiff_t dwCSGOInput = 0x192B620; constexpr std::ptrdiff_t dwEntityList = 0x18C2D58; constexpr std::ptrdiff_t dwGameEntitySystem = 0x19E0790; @@ -27,22 +27,22 @@ namespace cs2_dumper { constexpr std::ptrdiff_t dwViewRender = 0x1924A20; } // Module: engine2.dll - namespace engine2 { + namespace engine2_dll { constexpr std::ptrdiff_t dwBuildNumber = 0x514574; constexpr std::ptrdiff_t dwNetworkGameClient = 0x513AC8; constexpr std::ptrdiff_t dwNetworkGameClient_deltaTick = 0x258; constexpr std::ptrdiff_t dwNetworkGameClient_getLocalPlayer = 0xF0; constexpr std::ptrdiff_t dwNetworkGameClient_getMaxClients = 0x250; constexpr std::ptrdiff_t dwNetworkGameClient_signOnState = 0x240; - constexpr std::ptrdiff_t dwWindowHeight = 0x5CCCDD; - constexpr std::ptrdiff_t dwWindowWidth = 0x5CCCD9; + constexpr std::ptrdiff_t dwWindowHeight = 0x5CCCDC; + constexpr std::ptrdiff_t dwWindowWidth = 0x5CCCD8; } // Module: inputsystem.dll - namespace inputsystem { + namespace inputsystem_dll { constexpr std::ptrdiff_t dwInputSystem = 0x367A0; } // Module: matchmaking.dll - namespace matchmaking { + namespace matchmaking_dll { constexpr std::ptrdiff_t dwGameTypes = 0x1D21E0; constexpr std::ptrdiff_t dwGameTypes_mapName = 0x1D2300; } diff --git a/output/win/offsets.json b/output/offsets.json similarity index 94% rename from output/win/offsets.json rename to output/offsets.json index 61b2ce6..1cbb5d8 100644 --- a/output/win/offsets.json +++ b/output/offsets.json @@ -24,8 +24,8 @@ "dwNetworkGameClient_getLocalPlayer": 240, "dwNetworkGameClient_getMaxClients": 592, "dwNetworkGameClient_signOnState": 576, - "dwWindowHeight": 6081757, - "dwWindowWidth": 6081753 + "dwWindowHeight": 6081756, + "dwWindowWidth": 6081752 }, "inputsystem.dll": { "dwInputSystem": 223136 diff --git a/output/win/offsets.rs b/output/offsets.rs similarity index 83% rename from output/win/offsets.rs rename to output/offsets.rs index 54e912c..d3c0391 100644 --- a/output/win/offsets.rs +++ b/output/offsets.rs @@ -1,12 +1,12 @@ // 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 offsets { // Module: client.dll - pub mod client { + pub mod client_dll { pub const dwCSGOInput: usize = 0x192B620; pub const dwEntityList: usize = 0x18C2D58; pub const dwGameEntitySystem: usize = 0x19E0790; @@ -25,22 +25,22 @@ pub mod cs2_dumper { pub const dwViewRender: usize = 0x1924A20; } // Module: engine2.dll - pub mod engine2 { + pub mod engine2_dll { pub const dwBuildNumber: usize = 0x514574; pub const dwNetworkGameClient: usize = 0x513AC8; pub const dwNetworkGameClient_deltaTick: usize = 0x258; pub const dwNetworkGameClient_getLocalPlayer: usize = 0xF0; pub const dwNetworkGameClient_getMaxClients: usize = 0x250; pub const dwNetworkGameClient_signOnState: usize = 0x240; - pub const dwWindowHeight: usize = 0x5CCCDD; - pub const dwWindowWidth: usize = 0x5CCCD9; + pub const dwWindowHeight: usize = 0x5CCCDC; + pub const dwWindowWidth: usize = 0x5CCCD8; } // Module: inputsystem.dll - pub mod inputsystem { + pub mod inputsystem_dll { pub const dwInputSystem: usize = 0x367A0; } // Module: matchmaking.dll - pub mod matchmaking { + pub mod matchmaking_dll { pub const dwGameTypes: usize = 0x1D21E0; pub const dwGameTypes_mapName: usize = 0x1D2300; } diff --git a/output/win/panorama.dll.cs b/output/panorama.dll.cs similarity index 94% rename from output/win/panorama.dll.cs rename to output/panorama.dll.cs index 959e269..c23d88b 100644 --- a/output/win/panorama.dll.cs +++ b/output/panorama.dll.cs @@ -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: panorama.dll // Classes count: 0 // Enums count: 2 - public static class Panorama { + public static class PanoramaDll { // Alignment: 4 // Members count: 13 public enum ELayoutNodeType : uint { diff --git a/output/win/panorama.dll.hpp b/output/panorama.dll.hpp similarity index 95% rename from output/win/panorama.dll.hpp rename to output/panorama.dll.hpp index fb24fff..5907a16 100644 --- a/output/win/panorama.dll.hpp +++ b/output/panorama.dll.hpp @@ -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: panorama.dll // Classes count: 0 // Enums count: 2 - namespace panorama { + namespace panorama_dll { // Alignment: 4 // Members count: 13 enum class ELayoutNodeType : uint32_t { diff --git a/output/win/panorama.dll.json b/output/panorama.dll.json similarity index 100% rename from output/win/panorama.dll.json rename to output/panorama.dll.json diff --git a/output/win/panorama.dll.rs b/output/panorama.dll.rs similarity index 91% rename from output/win/panorama.dll.rs rename to output/panorama.dll.rs index f2118d9..4b0fabd 100644 --- a/output/win/panorama.dll.rs +++ b/output/panorama.dll.rs @@ -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: panorama.dll // Classes count: 0 // Enums count: 2 - pub mod panorama { + pub mod panorama_dll { // Alignment: 4 // Members count: 13 #[repr(u32)] diff --git a/output/win/particles.dll.cs b/output/particles.dll.cs similarity index 99% rename from output/win/particles.dll.cs rename to output/particles.dll.cs index c392af1..c736766 100644 --- a/output/win/particles.dll.cs +++ b/output/particles.dll.cs @@ -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: particles.dll // Classes count: 424 // Enums count: 71 - public static class Particles { + public static class ParticlesDll { // Alignment: 4 // Members count: 6 public enum ParticleControlPointAxis_t : uint { diff --git a/output/win/particles.dll.hpp b/output/particles.dll.hpp similarity index 99% rename from output/win/particles.dll.hpp rename to output/particles.dll.hpp index ee8694a..27d555a 100644 --- a/output/win/particles.dll.hpp +++ b/output/particles.dll.hpp @@ -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: particles.dll // Classes count: 424 // Enums count: 71 - namespace particles { + namespace particles_dll { // Alignment: 4 // Members count: 6 enum class ParticleControlPointAxis_t : uint32_t { diff --git a/output/win/particles.dll.json b/output/particles.dll.json similarity index 100% rename from output/win/particles.dll.json rename to output/particles.dll.json diff --git a/output/win/particles.dll.rs b/output/particles.dll.rs similarity index 99% rename from output/win/particles.dll.rs rename to output/particles.dll.rs index 5c5b95b..eabe612 100644 --- a/output/win/particles.dll.rs +++ b/output/particles.dll.rs @@ -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: particles.dll // Classes count: 424 // Enums count: 71 - pub mod particles { + pub mod particles_dll { // Alignment: 4 // Members count: 6 #[repr(u32)] diff --git a/output/win/pulse_system.dll.cs b/output/pulse_system.dll.cs similarity index 99% rename from output/win/pulse_system.dll.cs rename to output/pulse_system.dll.cs index c93bc17..fc15e71 100644 --- a/output/win/pulse_system.dll.cs +++ b/output/pulse_system.dll.cs @@ -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: pulse_system.dll // Classes count: 49 // Enums count: 7 - public static class PulseSystem { + public static class PulseSystemDll { // Alignment: 2 // Members count: 61 public enum PulseInstructionCode_t : ushort { diff --git a/output/win/pulse_system.dll.hpp b/output/pulse_system.dll.hpp similarity index 99% rename from output/win/pulse_system.dll.hpp rename to output/pulse_system.dll.hpp index 1913a7c..fd3478b 100644 --- a/output/win/pulse_system.dll.hpp +++ b/output/pulse_system.dll.hpp @@ -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: pulse_system.dll // Classes count: 49 // Enums count: 7 - namespace pulse_system { + namespace pulse_system_dll { // Alignment: 2 // Members count: 61 enum class PulseInstructionCode_t : uint16_t { diff --git a/output/win/pulse_system.dll.json b/output/pulse_system.dll.json similarity index 100% rename from output/win/pulse_system.dll.json rename to output/pulse_system.dll.json diff --git a/output/win/pulse_system.dll.rs b/output/pulse_system.dll.rs similarity index 99% rename from output/win/pulse_system.dll.rs rename to output/pulse_system.dll.rs index e0aed49..ef05c62 100644 --- a/output/win/pulse_system.dll.rs +++ b/output/pulse_system.dll.rs @@ -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: pulse_system.dll // Classes count: 49 // Enums count: 7 - pub mod pulse_system { + pub mod pulse_system_dll { // Alignment: 2 // Members count: 61 #[repr(u16)] diff --git a/output/win/rendersystemdx11.dll.cs b/output/rendersystemdx11.dll.cs similarity index 97% rename from output/win/rendersystemdx11.dll.cs rename to output/rendersystemdx11.dll.cs index 20e0f76..bf9a7d4 100644 --- a/output/win/rendersystemdx11.dll.cs +++ b/output/rendersystemdx11.dll.cs @@ -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: rendersystemdx11.dll // Classes count: 0 // Enums count: 5 - public static class Rendersystemdx11 { + public static class Rendersystemdx11Dll { // Alignment: 4 // Members count: 3 public enum RenderSlotType_t : uint { diff --git a/output/win/rendersystemdx11.dll.hpp b/output/rendersystemdx11.dll.hpp similarity index 97% rename from output/win/rendersystemdx11.dll.hpp rename to output/rendersystemdx11.dll.hpp index 463ff41..5e70444 100644 --- a/output/win/rendersystemdx11.dll.hpp +++ b/output/rendersystemdx11.dll.hpp @@ -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: rendersystemdx11.dll // Classes count: 0 // Enums count: 5 - namespace rendersystemdx11 { + namespace rendersystemdx11_dll { // Alignment: 4 // Members count: 3 enum class RenderSlotType_t : uint32_t { diff --git a/output/win/rendersystemdx11.dll.json b/output/rendersystemdx11.dll.json similarity index 100% rename from output/win/rendersystemdx11.dll.json rename to output/rendersystemdx11.dll.json diff --git a/output/win/rendersystemdx11.dll.rs b/output/rendersystemdx11.dll.rs similarity index 95% rename from output/win/rendersystemdx11.dll.rs rename to output/rendersystemdx11.dll.rs index aa84966..34969f6 100644 --- a/output/win/rendersystemdx11.dll.rs +++ b/output/rendersystemdx11.dll.rs @@ -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: rendersystemdx11.dll // Classes count: 0 // Enums count: 5 - pub mod rendersystemdx11 { + pub mod rendersystemdx11_dll { // Alignment: 4 // Members count: 3 #[repr(u32)] diff --git a/output/win/resourcesystem.dll.cs b/output/resourcesystem.dll.cs similarity index 99% rename from output/win/resourcesystem.dll.cs rename to output/resourcesystem.dll.cs index 7f63d8c..ded2a74 100644 --- a/output/win/resourcesystem.dll.cs +++ b/output/resourcesystem.dll.cs @@ -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: resourcesystem.dll // Classes count: 54 // Enums count: 2 - public static class Resourcesystem { + public static class ResourcesystemDll { // Alignment: 1 // Members count: 2 public enum FuseVariableAccess_t : byte { diff --git a/output/win/resourcesystem.dll.hpp b/output/resourcesystem.dll.hpp similarity index 99% rename from output/win/resourcesystem.dll.hpp rename to output/resourcesystem.dll.hpp index 02e23d2..05dde35 100644 --- a/output/win/resourcesystem.dll.hpp +++ b/output/resourcesystem.dll.hpp @@ -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: resourcesystem.dll // Classes count: 54 // Enums count: 2 - namespace resourcesystem { + namespace resourcesystem_dll { // Alignment: 1 // Members count: 2 enum class FuseVariableAccess_t : uint8_t { diff --git a/output/win/resourcesystem.dll.json b/output/resourcesystem.dll.json similarity index 100% rename from output/win/resourcesystem.dll.json rename to output/resourcesystem.dll.json diff --git a/output/win/resourcesystem.dll.rs b/output/resourcesystem.dll.rs similarity index 99% rename from output/win/resourcesystem.dll.rs rename to output/resourcesystem.dll.rs index 98a48e3..7694c26 100644 --- a/output/win/resourcesystem.dll.rs +++ b/output/resourcesystem.dll.rs @@ -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: resourcesystem.dll // Classes count: 54 // Enums count: 2 - pub mod resourcesystem { + pub mod resourcesystem_dll { // Alignment: 1 // Members count: 2 #[repr(u8)] diff --git a/output/scenefilecache.dll.cs b/output/scenefilecache.dll.cs new file mode 100644 index 0000000..f2749e1 --- /dev/null +++ b/output/scenefilecache.dll.cs @@ -0,0 +1,5 @@ +// Generated using https://github.com/a2x/cs2-dumper +// 2024-04-02 16:10:48.961749300 UTC + +namespace CS2Dumper.Schemas { +} diff --git a/output/scenefilecache.dll.hpp b/output/scenefilecache.dll.hpp new file mode 100644 index 0000000..1f1a5b3 --- /dev/null +++ b/output/scenefilecache.dll.hpp @@ -0,0 +1,11 @@ +// Generated using https://github.com/a2x/cs2-dumper +// 2024-04-02 16:10:48.961749300 UTC + +#pragma once + +#include + +namespace cs2_dumper { + namespace schemas { + } +} diff --git a/output/win/scenefilecache.dll.json b/output/scenefilecache.dll.json similarity index 100% rename from output/win/scenefilecache.dll.json rename to output/scenefilecache.dll.json diff --git a/output/scenefilecache.dll.rs b/output/scenefilecache.dll.rs new file mode 100644 index 0000000..c1a5ecc --- /dev/null +++ b/output/scenefilecache.dll.rs @@ -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 { + } +} diff --git a/output/win/scenesystem.dll.cs b/output/scenesystem.dll.cs similarity index 97% rename from output/win/scenesystem.dll.cs rename to output/scenesystem.dll.cs index a0e7373..23298ab 100644 --- a/output/win/scenesystem.dll.cs +++ b/output/scenesystem.dll.cs @@ -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: scenesystem.dll // Classes count: 9 // Enums count: 1 - public static class Scenesystem { + public static class ScenesystemDll { // Alignment: 1 // Members count: 4 public enum DisableShadows_t : byte { diff --git a/output/win/scenesystem.dll.hpp b/output/scenesystem.dll.hpp similarity index 98% rename from output/win/scenesystem.dll.hpp rename to output/scenesystem.dll.hpp index 515afa9..7c27e8e 100644 --- a/output/win/scenesystem.dll.hpp +++ b/output/scenesystem.dll.hpp @@ -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: scenesystem.dll // Classes count: 9 // Enums count: 1 - namespace scenesystem { + namespace scenesystem_dll { // Alignment: 1 // Members count: 4 enum class DisableShadows_t : uint8_t { diff --git a/output/win/scenesystem.dll.json b/output/scenesystem.dll.json similarity index 100% rename from output/win/scenesystem.dll.json rename to output/scenesystem.dll.json diff --git a/output/win/scenesystem.dll.rs b/output/scenesystem.dll.rs similarity index 96% rename from output/win/scenesystem.dll.rs rename to output/scenesystem.dll.rs index 6995562..b38cdf1 100644 --- a/output/win/scenesystem.dll.rs +++ b/output/scenesystem.dll.rs @@ -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: scenesystem.dll // Classes count: 9 // Enums count: 1 - pub mod scenesystem { + pub mod scenesystem_dll { // Alignment: 1 // Members count: 4 #[repr(u8)] diff --git a/output/win/schemasystem.dll.cs b/output/schemasystem.dll.cs similarity index 98% rename from output/win/schemasystem.dll.cs rename to output/schemasystem.dll.cs index 2e56885..4a9e67f 100644 --- a/output/win/schemasystem.dll.cs +++ b/output/schemasystem.dll.cs @@ -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: schemasystem.dll // Classes count: 5 // Enums count: 2 - public static class Schemasystem { + public static class SchemasystemDll { // Alignment: 4 // Members count: 3 public enum ThreeState_t : uint { diff --git a/output/win/schemasystem.dll.hpp b/output/schemasystem.dll.hpp similarity index 98% rename from output/win/schemasystem.dll.hpp rename to output/schemasystem.dll.hpp index bad4e02..99c4e02 100644 --- a/output/win/schemasystem.dll.hpp +++ b/output/schemasystem.dll.hpp @@ -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: schemasystem.dll // Classes count: 5 // Enums count: 2 - namespace schemasystem { + namespace schemasystem_dll { // Alignment: 4 // Members count: 3 enum class ThreeState_t : uint32_t { diff --git a/output/win/schemasystem.dll.json b/output/schemasystem.dll.json similarity index 100% rename from output/win/schemasystem.dll.json rename to output/schemasystem.dll.json diff --git a/output/win/schemasystem.dll.rs b/output/schemasystem.dll.rs similarity index 97% rename from output/win/schemasystem.dll.rs rename to output/schemasystem.dll.rs index f61f28a..58941ce 100644 --- a/output/win/schemasystem.dll.rs +++ b/output/schemasystem.dll.rs @@ -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: schemasystem.dll // Classes count: 5 // Enums count: 2 - pub mod schemasystem { + pub mod schemasystem_dll { // Alignment: 4 // Members count: 3 #[repr(u32)] diff --git a/output/win/server.dll.cs b/output/server.dll.cs similarity index 99% rename from output/win/server.dll.cs rename to output/server.dll.cs index 54bca09..e969767 100644 --- a/output/win/server.dll.cs +++ b/output/server.dll.cs @@ -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: server.dll // Classes count: 231 // Enums count: 128 - public static class Server { + public static class ServerDll { // Alignment: 4 // Members count: 19 public enum NavAttributeEnum : uint { @@ -3486,7 +3486,7 @@ namespace CS2Dumper.Schemas { // Metadata: // NetworkVarNames: m_hPlayerPing (CHandle) public static class CCSPlayer_PingServices { - public const nint m_flPlayerPingTokens = 0x40; // + public const nint m_flPlayerPingTokens = 0x40; // GameTime_t[5] public const nint m_hPlayerPing = 0x54; // CHandle } // Parent: CBaseEntity @@ -3666,7 +3666,7 @@ namespace CS2Dumper.Schemas { public const nint m_duckUntilOnGround = 0x270; // bool public const nint m_bHasWalkMovedSinceLastJump = 0x271; // bool public const nint m_bInStuckTest = 0x272; // bool - public const nint m_flStuckCheckTime = 0x280; // float32[64][2] + public const nint m_flStuckCheckTime = 0x280; // public const nint m_nTraceCount = 0x480; // int32 public const nint m_StuckLast = 0x484; // int32 public const nint m_bSpeedCropped = 0x488; // bool diff --git a/output/win/server.dll.hpp b/output/server.dll.hpp similarity index 99% rename from output/win/server.dll.hpp rename to output/server.dll.hpp index 5247148..9d5f950 100644 --- a/output/win/server.dll.hpp +++ b/output/server.dll.hpp @@ -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: server.dll // Classes count: 231 // Enums count: 128 - namespace server { + namespace server_dll { // Alignment: 4 // Members count: 19 enum class NavAttributeEnum : uint32_t { @@ -3491,7 +3491,7 @@ namespace cs2_dumper { // Metadata: // NetworkVarNames: m_hPlayerPing (CHandle) namespace CCSPlayer_PingServices { - constexpr std::ptrdiff_t m_flPlayerPingTokens = 0x40; // + constexpr std::ptrdiff_t m_flPlayerPingTokens = 0x40; // GameTime_t[5] constexpr std::ptrdiff_t m_hPlayerPing = 0x54; // CHandle } // Parent: CBaseEntity @@ -3671,7 +3671,7 @@ namespace cs2_dumper { constexpr std::ptrdiff_t m_duckUntilOnGround = 0x270; // bool constexpr std::ptrdiff_t m_bHasWalkMovedSinceLastJump = 0x271; // bool constexpr std::ptrdiff_t m_bInStuckTest = 0x272; // bool - constexpr std::ptrdiff_t m_flStuckCheckTime = 0x280; // float32[64][2] + constexpr std::ptrdiff_t m_flStuckCheckTime = 0x280; // constexpr std::ptrdiff_t m_nTraceCount = 0x480; // int32 constexpr std::ptrdiff_t m_StuckLast = 0x484; // int32 constexpr std::ptrdiff_t m_bSpeedCropped = 0x488; // bool diff --git a/output/win/server.dll.json b/output/server.dll.json similarity index 100% rename from output/win/server.dll.json rename to output/server.dll.json diff --git a/output/win/server.dll.rs b/output/server.dll.rs similarity index 99% rename from output/win/server.dll.rs rename to output/server.dll.rs index e7ba154..b7312da 100644 --- a/output/win/server.dll.rs +++ b/output/server.dll.rs @@ -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: server.dll // Classes count: 231 // Enums count: 128 - pub mod server { + pub mod server_dll { // Alignment: 4 // Members count: 19 #[repr(u32)] @@ -3617,7 +3617,7 @@ pub mod cs2_dumper { // Metadata: // NetworkVarNames: m_hPlayerPing (CHandle) pub mod CCSPlayer_PingServices { - pub const m_flPlayerPingTokens: usize = 0x40; // + pub const m_flPlayerPingTokens: usize = 0x40; // GameTime_t[5] pub const m_hPlayerPing: usize = 0x54; // CHandle } // Parent: CBaseEntity @@ -3797,7 +3797,7 @@ pub mod cs2_dumper { pub const m_duckUntilOnGround: usize = 0x270; // bool pub const m_bHasWalkMovedSinceLastJump: usize = 0x271; // bool pub const m_bInStuckTest: usize = 0x272; // bool - pub const m_flStuckCheckTime: usize = 0x280; // float32[64][2] + pub const m_flStuckCheckTime: usize = 0x280; // pub const m_nTraceCount: usize = 0x480; // int32 pub const m_StuckLast: usize = 0x484; // int32 pub const m_bSpeedCropped: usize = 0x488; // bool diff --git a/output/win/soundsystem.dll.cs b/output/soundsystem.dll.cs similarity index 99% rename from output/win/soundsystem.dll.cs rename to output/soundsystem.dll.cs index 6717a09..4f7f733 100644 --- a/output/win/soundsystem.dll.cs +++ b/output/soundsystem.dll.cs @@ -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: soundsystem.dll // Classes count: 50 // Enums count: 13 - public static class Soundsystem { + public static class SoundsystemDll { // Alignment: 4 // Members count: 30 public enum soundlevel_t : uint { diff --git a/output/win/soundsystem.dll.hpp b/output/soundsystem.dll.hpp similarity index 99% rename from output/win/soundsystem.dll.hpp rename to output/soundsystem.dll.hpp index d95d058..002b99c 100644 --- a/output/win/soundsystem.dll.hpp +++ b/output/soundsystem.dll.hpp @@ -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: soundsystem.dll // Classes count: 50 // Enums count: 13 - namespace soundsystem { + namespace soundsystem_dll { // Alignment: 4 // Members count: 30 enum class soundlevel_t : uint32_t { diff --git a/output/win/soundsystem.dll.json b/output/soundsystem.dll.json similarity index 100% rename from output/win/soundsystem.dll.json rename to output/soundsystem.dll.json diff --git a/output/win/soundsystem.dll.rs b/output/soundsystem.dll.rs similarity index 99% rename from output/win/soundsystem.dll.rs rename to output/soundsystem.dll.rs index 9ba0233..d4d6f2b 100644 --- a/output/win/soundsystem.dll.rs +++ b/output/soundsystem.dll.rs @@ -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: soundsystem.dll // Classes count: 50 // Enums count: 13 - pub mod soundsystem { + pub mod soundsystem_dll { // Alignment: 4 // Members count: 30 #[repr(u32)] diff --git a/output/win/vphysics2.dll.cs b/output/vphysics2.dll.cs similarity index 99% rename from output/win/vphysics2.dll.cs rename to output/vphysics2.dll.cs index 07b7396..7ac80e8 100644 --- a/output/win/vphysics2.dll.cs +++ b/output/vphysics2.dll.cs @@ -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: vphysics2.dll // Classes count: 82 // Enums count: 2 - public static class Vphysics2 { + public static class Vphysics2Dll { // Alignment: 4 // Members count: 4 public enum JointAxis_t : uint { diff --git a/output/win/vphysics2.dll.hpp b/output/vphysics2.dll.hpp similarity index 99% rename from output/win/vphysics2.dll.hpp rename to output/vphysics2.dll.hpp index 61a781d..5b2b5c8 100644 --- a/output/win/vphysics2.dll.hpp +++ b/output/vphysics2.dll.hpp @@ -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: vphysics2.dll // Classes count: 82 // Enums count: 2 - namespace vphysics2 { + namespace vphysics2_dll { // Alignment: 4 // Members count: 4 enum class JointAxis_t : uint32_t { diff --git a/output/win/vphysics2.dll.json b/output/vphysics2.dll.json similarity index 100% rename from output/win/vphysics2.dll.json rename to output/vphysics2.dll.json diff --git a/output/win/vphysics2.dll.rs b/output/vphysics2.dll.rs similarity index 99% rename from output/win/vphysics2.dll.rs rename to output/vphysics2.dll.rs index 3eadbcc..6195811 100644 --- a/output/win/vphysics2.dll.rs +++ b/output/vphysics2.dll.rs @@ -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: vphysics2.dll // Classes count: 82 // Enums count: 2 - pub mod vphysics2 { + pub mod vphysics2_dll { // Alignment: 4 // Members count: 4 #[repr(u32)] diff --git a/output/win/host.dll.cs b/output/win/host.dll.cs deleted file mode 100644 index 3cf9b02..0000000 --- a/output/win/host.dll.cs +++ /dev/null @@ -1,10 +0,0 @@ -// Generated using https://github.com/a2x/cs2-dumper -// 2024-03-29 21:05:10.402645100 UTC - -namespace CS2Dumper.Schemas { - // Module: host.dll - // Classes count: 0 - // Enums count: 0 - public static class Host { - } -} diff --git a/output/win/host.dll.hpp b/output/win/host.dll.hpp deleted file mode 100644 index 727cd39..0000000 --- a/output/win/host.dll.hpp +++ /dev/null @@ -1,16 +0,0 @@ -// Generated using https://github.com/a2x/cs2-dumper -// 2024-03-29 21:05:10.402645100 UTC - -#pragma once - -#include - -namespace cs2_dumper { - namespace schemas { - // Module: host.dll - // Classes count: 0 - // Enums count: 0 - namespace host { - } - } -} diff --git a/output/win/host.dll.rs b/output/win/host.dll.rs deleted file mode 100644 index 479bf90..0000000 --- a/output/win/host.dll.rs +++ /dev/null @@ -1,14 +0,0 @@ -// Generated using https://github.com/a2x/cs2-dumper -// 2024-03-29 21:05:10.402645100 UTC - -#![allow(non_upper_case_globals, unused)] - -pub mod cs2_dumper { - pub mod schemas { - // Module: host.dll - // Classes count: 0 - // Enums count: 0 - pub mod host { - } - } -} diff --git a/output/win/info.json b/output/win/info.json deleted file mode 100644 index c0b96d3..0000000 --- a/output/win/info.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "build_number": 14000, - "timestamp": "2024-03-29T21:05:10.402645100+00:00" -} \ No newline at end of file diff --git a/output/win/meshsystem.dll.cs b/output/win/meshsystem.dll.cs deleted file mode 100644 index f84d7af..0000000 --- a/output/win/meshsystem.dll.cs +++ /dev/null @@ -1,10 +0,0 @@ -// Generated using https://github.com/a2x/cs2-dumper -// 2024-03-29 21:05:10.402645100 UTC - -namespace CS2Dumper.Schemas { - // Module: meshsystem.dll - // Classes count: 0 - // Enums count: 0 - public static class Meshsystem { - } -} diff --git a/output/win/meshsystem.dll.hpp b/output/win/meshsystem.dll.hpp deleted file mode 100644 index 82228cf..0000000 --- a/output/win/meshsystem.dll.hpp +++ /dev/null @@ -1,16 +0,0 @@ -// Generated using https://github.com/a2x/cs2-dumper -// 2024-03-29 21:05:10.402645100 UTC - -#pragma once - -#include - -namespace cs2_dumper { - namespace schemas { - // Module: meshsystem.dll - // Classes count: 0 - // Enums count: 0 - namespace meshsystem { - } - } -} diff --git a/output/win/meshsystem.dll.rs b/output/win/meshsystem.dll.rs deleted file mode 100644 index a82491b..0000000 --- a/output/win/meshsystem.dll.rs +++ /dev/null @@ -1,14 +0,0 @@ -// Generated using https://github.com/a2x/cs2-dumper -// 2024-03-29 21:05:10.402645100 UTC - -#![allow(non_upper_case_globals, unused)] - -pub mod cs2_dumper { - pub mod schemas { - // Module: meshsystem.dll - // Classes count: 0 - // Enums count: 0 - pub mod meshsystem { - } - } -} diff --git a/output/win/networksystem.dll.cs b/output/win/networksystem.dll.cs deleted file mode 100644 index 5c2c1bc..0000000 --- a/output/win/networksystem.dll.cs +++ /dev/null @@ -1,10 +0,0 @@ -// Generated using https://github.com/a2x/cs2-dumper -// 2024-03-29 21:05:10.402645100 UTC - -namespace CS2Dumper.Schemas { - // Module: networksystem.dll - // Classes count: 0 - // Enums count: 0 - public static class Networksystem { - } -} diff --git a/output/win/networksystem.dll.hpp b/output/win/networksystem.dll.hpp deleted file mode 100644 index ab70aaa..0000000 --- a/output/win/networksystem.dll.hpp +++ /dev/null @@ -1,16 +0,0 @@ -// Generated using https://github.com/a2x/cs2-dumper -// 2024-03-29 21:05:10.402645100 UTC - -#pragma once - -#include - -namespace cs2_dumper { - namespace schemas { - // Module: networksystem.dll - // Classes count: 0 - // Enums count: 0 - namespace networksystem { - } - } -} diff --git a/output/win/networksystem.dll.rs b/output/win/networksystem.dll.rs deleted file mode 100644 index c5a38e1..0000000 --- a/output/win/networksystem.dll.rs +++ /dev/null @@ -1,14 +0,0 @@ -// Generated using https://github.com/a2x/cs2-dumper -// 2024-03-29 21:05:10.402645100 UTC - -#![allow(non_upper_case_globals, unused)] - -pub mod cs2_dumper { - pub mod schemas { - // Module: networksystem.dll - // Classes count: 0 - // Enums count: 0 - pub mod networksystem { - } - } -} diff --git a/output/win/scenefilecache.dll.cs b/output/win/scenefilecache.dll.cs deleted file mode 100644 index 5f5a2b9..0000000 --- a/output/win/scenefilecache.dll.cs +++ /dev/null @@ -1,10 +0,0 @@ -// Generated using https://github.com/a2x/cs2-dumper -// 2024-03-29 21:05:10.402645100 UTC - -namespace CS2Dumper.Schemas { - // Module: scenefilecache.dll - // Classes count: 0 - // Enums count: 0 - public static class Scenefilecache { - } -} diff --git a/output/win/scenefilecache.dll.hpp b/output/win/scenefilecache.dll.hpp deleted file mode 100644 index 15c8029..0000000 --- a/output/win/scenefilecache.dll.hpp +++ /dev/null @@ -1,16 +0,0 @@ -// Generated using https://github.com/a2x/cs2-dumper -// 2024-03-29 21:05:10.402645100 UTC - -#pragma once - -#include - -namespace cs2_dumper { - namespace schemas { - // Module: scenefilecache.dll - // Classes count: 0 - // Enums count: 0 - namespace scenefilecache { - } - } -} diff --git a/output/win/scenefilecache.dll.rs b/output/win/scenefilecache.dll.rs deleted file mode 100644 index 0109eea..0000000 --- a/output/win/scenefilecache.dll.rs +++ /dev/null @@ -1,14 +0,0 @@ -// Generated using https://github.com/a2x/cs2-dumper -// 2024-03-29 21:05:10.402645100 UTC - -#![allow(non_upper_case_globals, unused)] - -pub mod cs2_dumper { - pub mod schemas { - // Module: scenefilecache.dll - // Classes count: 0 - // Enums count: 0 - pub mod scenefilecache { - } - } -} diff --git a/output/win/worldrenderer.dll.cs b/output/worldrenderer.dll.cs similarity index 99% rename from output/win/worldrenderer.dll.cs rename to output/worldrenderer.dll.cs index c3cbbf7..a9ed1fc 100644 --- a/output/win/worldrenderer.dll.cs +++ b/output/worldrenderer.dll.cs @@ -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: worldrenderer.dll // Classes count: 24 // Enums count: 1 - public static class Worldrenderer { + public static class WorldrendererDll { // Alignment: 4 // Members count: 13 public enum ObjectTypeFlags_t : uint { diff --git a/output/win/worldrenderer.dll.hpp b/output/worldrenderer.dll.hpp similarity index 99% rename from output/win/worldrenderer.dll.hpp rename to output/worldrenderer.dll.hpp index b4064ce..9e75d1a 100644 --- a/output/win/worldrenderer.dll.hpp +++ b/output/worldrenderer.dll.hpp @@ -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: worldrenderer.dll // Classes count: 24 // Enums count: 1 - namespace worldrenderer { + namespace worldrenderer_dll { // Alignment: 4 // Members count: 13 enum class ObjectTypeFlags_t : uint32_t { diff --git a/output/win/worldrenderer.dll.json b/output/worldrenderer.dll.json similarity index 100% rename from output/win/worldrenderer.dll.json rename to output/worldrenderer.dll.json diff --git a/output/win/worldrenderer.dll.rs b/output/worldrenderer.dll.rs similarity index 99% rename from output/win/worldrenderer.dll.rs rename to output/worldrenderer.dll.rs index 14ae99f..59c4787 100644 --- a/output/win/worldrenderer.dll.rs +++ b/output/worldrenderer.dll.rs @@ -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: worldrenderer.dll // Classes count: 24 // Enums count: 1 - pub mod worldrenderer { + pub mod worldrenderer_dll { // Alignment: 4 // Members count: 13 #[repr(u32)] diff --git a/rust-toolchain.toml b/rust-toolchain.toml deleted file mode 100644 index 5d56faf..0000000 --- a/rust-toolchain.toml +++ /dev/null @@ -1,2 +0,0 @@ -[toolchain] -channel = "nightly" diff --git a/src/analysis/buttons.rs b/src/analysis/buttons.rs index a12dcf3..18a5a76 100644 --- a/src/analysis/buttons.rs +++ b/src/analysis/buttons.rs @@ -1,16 +1,16 @@ -use std::env; - use log::debug; use memflow::prelude::v1::*; +use pelite::pattern; +use pelite::pe64::{Pe, PeView}; + use serde::{Deserialize, Serialize}; -use skidscan_macros::signature; - use crate::error::{Error, Result}; -use crate::source_engine::KeyboardKey; +use crate::source2::KeyboardKey; +/// Represents a key button. #[derive(Debug, Deserialize, Serialize)] pub struct Button { pub name: String, @@ -18,27 +18,21 @@ pub struct Button { } pub fn buttons(process: &mut IntoProcessInstanceArcBox<'_>) -> Result> { - let (module_name, sig) = match env::consts::OS { - "linux" => ( - "libclient.so", - signature!("48 8B 15 ? ? ? ? 48 89 83 ? ? ? ? 48 85 D2"), - ), - "windows" => ( - "client.dll", - signature!("48 8B 15 ? ? ? ? 48 85 D2 74 ? 0F 1F 40"), - ), - os => panic!("unsupported os: {}", os), - }; - - let module = process.module_by_name(&module_name)?; + let module = process.module_by_name("client.dll")?; let buf = process.read_raw(module.base, module.size as _)?; - let list_addr = sig - .scan(&buf) - .and_then(|ptr| process.read_addr64_rip(module.base + ptr).ok()) - .ok_or_else(|| Error::Other("unable to read button list address"))?; + let view = PeView::from_bytes(&buf)?; - read_buttons(process, &module, list_addr) + let mut save = [0; 2]; + + if !view + .scanner() + .finds_code(pattern!("488b15${'} 4885d2 74? 0f1f40"), &mut save) + { + return Err(Error::Other("unable to find button list signature")); + } + + read_buttons(process, &module, module.base + save[1]) } fn read_buttons( @@ -70,6 +64,7 @@ fn read_buttons( key_ptr = key.next; } + // Sort buttons by name. buttons.sort_unstable_by(|a, b| a.name.cmp(&b.name)); Ok(buttons) diff --git a/src/analysis/interfaces.rs b/src/analysis/interfaces.rs index 44c0e14..e6e0d40 100644 --- a/src/analysis/interfaces.rs +++ b/src/analysis/interfaces.rs @@ -1,19 +1,20 @@ use std::collections::BTreeMap; -use std::env; use log::debug; use memflow::prelude::v1::*; +use pelite::pattern; +use pelite::pe64::{Pe, PeView}; + use serde::{Deserialize, Serialize}; -use skidscan_macros::signature; - use crate::error::Result; -use crate::source_engine::InterfaceReg; +use crate::source2::InterfaceReg; pub type InterfaceMap = BTreeMap>; +/// Represents an exposed interface. #[derive(Debug, Deserialize, Serialize)] pub struct Interface { pub name: String, @@ -21,23 +22,24 @@ pub struct Interface { } pub fn interfaces(process: &mut IntoProcessInstanceArcBox<'_>) -> Result { - let sig = match env::consts::OS { - "linux" => signature!("48 8B 1D ? ? ? ? 48 85 DB 74 ? 49 89 FC"), - "windows" => signature!("4C 8B 0D ? ? ? ? 4C 8B D2 4C 8B D9"), - os => panic!("unsupported os: {}", os), - }; - process .module_list()? .iter() .filter_map(|module| { let buf = process.read_raw(module.base, module.size as _).ok()?; - let list_addr = sig - .scan(&buf) - .and_then(|ptr| process.read_addr64_rip(module.base + ptr).ok())?; + let view = PeView::from_bytes(&buf).ok()?; - read_interfaces(process, module, list_addr) + let mut save = [0; 2]; + + if !view + .scanner() + .finds_code(pattern!("4c8b0d${'} 4c8bd2 4c8bd9"), &mut save) + { + return None; + } + + read_interfaces(process, module, module.base + save[1]) .ok() .filter(|ifaces| !ifaces.is_empty()) .map(|ifaces| Ok((module.name.to_string(), ifaces))) @@ -73,6 +75,7 @@ fn read_interfaces( reg_ptr = reg.next; } + // Sort interfaces by name. ifaces.sort_unstable_by(|a, b| a.name.cmp(&b.name)); Ok(ifaces) diff --git a/src/analysis/offsets.rs b/src/analysis/offsets.rs index 9ed350d..1f72507 100644 --- a/src/analysis/offsets.rs +++ b/src/analysis/offsets.rs @@ -1,95 +1,141 @@ use std::collections::BTreeMap; -use std::mem; -use std::str::FromStr; -use log::{debug, error}; +use log::debug; use memflow::prelude::v1::*; -use serde::{Deserialize, Serialize}; +use pelite::pattern; +use pelite::pattern::{save_len, Atom}; +use pelite::pe64::{Pe, PeView}; -use crate::config::{Operation, Signature, CONFIG}; -use crate::error::{Error, Result}; +use phf::{phf_map, Map}; -pub type OffsetMap = BTreeMap>; +use crate::error::Result; -#[derive(Debug, Deserialize, Serialize)] -pub struct Offset { - pub name: String, - pub value: u32, +pub type OffsetMap = BTreeMap>; + +macro_rules! pattern_map { + ($($module:ident => { + $($name:expr => $pattern:expr $(=> $callback:expr)?),+ $(,)? + }),+ $(,)?) => { + $( + mod $module { + use super::*; + + pub(super) const PATTERNS: Map< + &'static str, + ( + &'static [Atom], + Option, u32)>, + ), + > = phf_map! { + $($name => ($pattern, $($callback)?)),+ + }; + + pub fn offsets(view: PeView<'_>) -> BTreeMap { + let mut map = BTreeMap::new(); + + for (&name, (pat, callback)) in &PATTERNS { + let mut save = vec![0; save_len(pat)]; + + if !view.scanner().finds_code(pat, &mut save) { + continue; + } + + let rva = save[1]; + + map.insert(name.to_string(), rva); + + if let Some(callback) = callback { + callback(&view, &mut map, rva); + } + } + + for (name, value) in &map { + debug!( + "found offset: {} at {:#X} ({}.dll + {:#X})", + name, + *value as u64 + view.optional_header().ImageBase, + stringify!($module), + value + ); + } + + map + } + } + )+ + }; +} + +pattern_map! { + client => { + "dwCSGOInput" => pattern!("4c8b0d${*{'}} 488d045b") => Some(|view, map, rva| { + let mut save = [0; 2]; + + if view.scanner().finds_code(pattern!("498d81u4 4803c7"), &mut save) { + map.insert("dwViewAngles".to_string(), rva + save[1]); + } + }), + "dwEntityList" => pattern!("488935${'} 4885f6") => None, + "dwGameEntitySystem" => pattern!("488b1d${'} 48891d") => None, + "dwGameEntitySystem_getHighestEntityIndex" => pattern!("8b81u2?? 8902 488bc2 c3 cccccccc 48895c24? 48896c24") => None, + "dwGameRules" => pattern!("48890d${'} 8b0d${} ff15") => None, + "dwGlobalVars" => pattern!("48890d${'} 488941") => None, + "dwGlowManager" => pattern!("488b05${'} c3 cccccccccccccccc 8b41") => None, + "dwLocalPlayerController" => pattern!("488b05${'} 4885c0 74? 8b88") => None, + "dwPlantedC4" => pattern!("488b15${'} ffc0 488d4c24") => None, + "dwPrediction" => pattern!("488d05${'} c3 cccccccccccccccc 4883ec? 8b0d") => Some(|_view, map, rva| { + map.insert("dwLocalPlayerPawn".to_string(), rva + 0x138); + }), + "dwSensitivity" => pattern!("488b05${'} 488b40? f3410f59f4") => None, + "dwSensitivity_sensitivity" => pattern!("ff50u1 4c8bc6 488d55? 488bcf e8${} 84c0 0f85${} 4c8d45? 8bd3 488bcf e8${} e9${} f30f1006") => None, + "dwViewMatrix" => pattern!("488d0d${'} 48c1e006") => None, + "dwViewRender" => pattern!("488905${'} 488bc8 4885c0") => None, + }, + engine2 => { + "dwBuildNumber" => pattern!("8905${'} 488d0d${} ff15${} e9") => None, + "dwNetworkGameClient" => pattern!("48893d${'} 488d15") => None, + "dwNetworkGameClient_deltaTick" => pattern!("8983u4 40b7") => None, + "dwNetworkGameClient_getLocalPlayer" => pattern!("4883c0u1 488d0440 458b04c7") => Some(|_view, map, rva| { + // .text 48 83 C0 0A add rax, 0Ah + // .text 48 8D 04 40 lea rax, [rax+rax*2] + // .text 45 8B 04 C7 mov r8d, [r15+rax*8] + map.insert("dwNetworkGameClient_getLocalPlayer".to_string(), (rva + (rva * 2)) * 8); + }), + "dwNetworkGameClient_getMaxClients" => pattern!("8b81u2?? c3cccccccccccccccccc 8b81${} ffc0") => None, + "dwNetworkGameClient_signOnState" => pattern!("448b81u2?? 488d0d") => None, + "dwWindowHeight" => pattern!("8b05${'} 8903") => None, + "dwWindowWidth" => pattern!("8b05${'} 8907") => None, + }, + input_system => { + "dwInputSystem" => pattern!("488905${'} 488d05") => None, + }, + matchmaking => { + "dwGameTypes" => pattern!("488d0d${'} 33d2") => Some(|_view, map, rva| { + map.insert("dwGameTypes_mapName".to_string(), rva + 0x120); + }), + }, } pub fn offsets(process: &mut IntoProcessInstanceArcBox<'_>) -> Result { let mut map = BTreeMap::new(); - for (module_name, sigs) in CONFIG.signatures.iter().flatten() { + let modules: [(&str, fn(PeView) -> BTreeMap); 4] = [ + ("client.dll", client::offsets), + ("engine2.dll", engine2::offsets), + ("inputsystem.dll", input_system::offsets), + ("matchmaking.dll", matchmaking::offsets), + ]; + + for (module_name, callback) in &modules { let module = process.module_by_name(module_name)?; + let buf = process.read_raw(module.base, module.size as _)?; - let mut offsets: Vec<_> = sigs - .iter() - .filter_map(|sig| match read_offset(process, &module, sig) { - Ok(offset) => Some(offset), - Err(err) => { - error!("{}", err); + let view = PeView::from_bytes(&buf)?; - None - } - }) - .collect(); - - if !offsets.is_empty() { - offsets.sort_unstable_by(|a, b| a.name.cmp(&b.name)); - - map.insert(module_name.to_string(), offsets); - } + map.insert(module_name.to_string(), callback(view)); } Ok(map) } - -fn read_offset( - process: &mut IntoProcessInstanceArcBox<'_>, - module: &ModuleInfo, - signature: &Signature, -) -> Result { - let buf = process.read_raw(module.base, module.size as _)?; - - let addr = skidscan::Signature::from_str(&signature.pattern)? - .scan(&buf) - .ok_or_else(|| Error::SignatureNotFound(signature.name.clone()))?; - - let mut result = module.base + addr; - - for op in &signature.operations { - result = match op { - Operation::Add { value } => result + *value, - Operation::Rip { offset, len } => { - let offset: i32 = process.read(result + offset.unwrap_or(3))?; - - (result + offset) + len.unwrap_or(7) - } - Operation::Read => process.read_addr64(result)?, - Operation::Slice { start, end } => { - let buf = process.read_raw(result + *start, end - start)?; - - let mut bytes = [0; mem::size_of::()]; - - bytes[..buf.len()].copy_from_slice(&buf); - - usize::from_le_bytes(bytes).into() - } - Operation::Sub { value } => result - *value, - }; - } - - let value = (result - module.base) - .try_into() - .map_or_else(|_| result.to_umem() as u32, |v| v); - - debug!("found offset: {} at {:#X}", signature.name, value); - - Ok(Offset { - name: signature.name.clone(), - value, - }) -} diff --git a/src/analysis/schemas.rs b/src/analysis/schemas.rs index 12f2c33..f9647d5 100644 --- a/src/analysis/schemas.rs +++ b/src/analysis/schemas.rs @@ -1,18 +1,19 @@ use std::collections::BTreeMap; use std::ffi::CStr; +use std::mem; use std::ops::Add; -use std::{env, mem}; use log::debug; use memflow::prelude::v1::*; +use pelite::pattern; +use pelite::pe64::{Pe, PeView}; + use serde::{Deserialize, Serialize}; -use skidscan_macros::signature; - use crate::error::{Error, Result}; -use crate::source_engine::*; +use crate::source2::*; pub type SchemaMap = BTreeMap, Vec)>; @@ -42,7 +43,6 @@ pub struct ClassField { #[derive(Clone, Debug, Deserialize, Serialize)] pub struct Enum { pub name: String, - pub ty: String, pub alignment: u8, pub size: u16, pub members: Vec, @@ -54,7 +54,7 @@ pub struct EnumMember { pub value: i64, } -#[derive(Debug, Deserialize, Serialize)] +#[derive(Clone, Debug, Deserialize, Serialize)] pub struct TypeScope { pub name: String, pub classes: Vec, @@ -79,15 +79,10 @@ fn read_class_binding( ) -> Result { let binding = binding_ptr.read(process)?; - let module_name = binding.module_name.read_string(process).map(|s| { - let file_ext = match env::consts::OS { - "linux" => ".so", - "windows" => ".dll", - os => panic!("unsupported os: {}", os), - }; - - format!("{}.{}", s, file_ext) - })?; + let module_name = binding + .module_name + .read_string(process) + .map(|s| format!("{}.dll", s))?; let name = binding.name.read_string(process)?.to_string(); @@ -135,15 +130,15 @@ fn read_class_binding_fields( let field = field_ptr.read(process)?; - if field.schema_type.is_null() { + if field.type_.is_null() { return Err(Error::Other("field schema type is null")); } let name = field.name.read_string(process)?.to_string(); - let schema_type = field.schema_type.read(process)?; + let type_ = field.type_.read(process)?; // TODO: Parse this properly. - let ty = schema_type.name.read_string(process)?.replace(" ", ""); + let ty = type_.name.read_string(process)?.replace(" ", ""); Ok(ClassField { name, @@ -178,16 +173,12 @@ fn read_class_binding_metadata( let metadata = match name.as_str() { "MNetworkChangeCallback" => unsafe { - let name = network_value - .union_data - .name_ptr - .read_string(process)? - .to_string(); + let name = network_value.u.name_ptr.read_string(process)?.to_string(); ClassMetadata::NetworkChangeCallback { name } }, "MNetworkVarNames" => unsafe { - let var_value = network_value.union_data.var_value; + let var_value = network_value.u.var_value; let name = var_value.name.read_string(process)?.to_string(); let ty = var_value.ty.read_string(process)?.replace(" ", ""); @@ -208,21 +199,18 @@ fn read_enum_binding( ) -> Result { let binding = binding_ptr.read(process)?; let name = binding.name.read_string(process)?.to_string(); - let members = read_enum_binding_members(process, &binding)?; debug!( - "found enum: {} at {:#X} (type name: {}) (alignment: {}) (members count: {})", + "found enum: {} at {:#X} (alignment: {}) (members count: {})", name, binding_ptr.to_umem(), - binding.type_name(), binding.alignment, binding.size, ); Ok(Enum { name, - ty: binding.type_name().to_string(), alignment: binding.alignment, size: binding.size, members, @@ -235,17 +223,17 @@ fn read_enum_binding_members( ) -> Result> { (0..binding.size) .map(|i| { - let enumerator_info_ptr: Pointer64 = binding + let enum_info_ptr: Pointer64 = binding .enum_info .address() .add(i * mem::size_of::() as u16) .into(); - let enumerator_info = enumerator_info_ptr.read(process)?; - let name = enumerator_info.name.read_string(process)?.to_string(); + let enum_info = enum_info_ptr.read(process)?; + let name = enum_info.name.read_string(process)?.to_string(); let value = { - let value = unsafe { enumerator_info.union_data.ulong } as i64; + let value = unsafe { enum_info.u.ulong } as i64; if value == i64::MAX { -1 @@ -260,27 +248,21 @@ fn read_enum_binding_members( } fn read_schema_system(process: &mut IntoProcessInstanceArcBox<'_>) -> Result { - let (module_name, sig) = match env::consts::OS { - "linux" => ( - "libschemasystem.so", - signature!("48 8D 35 ? ? ? ? 48 8D 3D ? ? ? ? E8 ? ? ? ? 48 8D 15 ? ? ? ? 48 8D 35 ? ? ? ? 48 8D 3D"), - ), - "windows" => ( - "schemasystem.dll", - signature!("48 89 05 ? ? ? ? 4C 8D 45"), - ), - os => panic!("unsupported os: {}", os), - }; - - let module = process.module_by_name(&module_name)?; + let module = process.module_by_name("schemasystem.dll")?; let buf = process.read_raw(module.base, module.size as _)?; - let addr = sig - .scan(&buf) - .and_then(|ptr| process.read_addr64_rip(module.base + ptr).ok()) - .ok_or_else(|| Error::Other("unable to read schema system address"))?; + let view = PeView::from_bytes(&buf)?; - let schema_system: SchemaSystem = process.read(addr)?; + let mut save = [0; 2]; + + if !view + .scanner() + .finds_code(pattern!("488905${'} 4c8d45"), &mut save) + { + return Err(Error::Other("unable to find schema system signature")); + } + + let schema_system: SchemaSystem = process.read(module.base + save[1]).data_part()?; if schema_system.num_registrations == 0 { return Err(Error::Other("no schema system registrations found")); @@ -297,8 +279,7 @@ fn read_type_scopes( (0..type_scopes.size) .map(|i| { - let type_scope_ptr = type_scopes.get(process, i as _)?; - let type_scope = type_scope_ptr.read(process)?; + let type_scope = type_scopes.get(process, i as _)?.read(process)?; let name = unsafe { CStr::from_ptr(type_scope.name.as_ptr()) } .to_string_lossy() @@ -319,9 +300,8 @@ fn read_type_scopes( .collect(); debug!( - "found type scope: {} at {:#X} (classes count: {}) (enums count: {})", + "found type scope: {} (classes: {}) (enums: {})", name, - type_scope_ptr.to_umem(), classes.len(), enums.len() ); diff --git a/src/config.rs b/src/config.rs deleted file mode 100644 index 4ae4ae3..0000000 --- a/src/config.rs +++ /dev/null @@ -1,76 +0,0 @@ -use std::collections::HashMap; -use std::sync::LazyLock; -use std::{env, fs}; - -use serde::{Deserialize, Serialize}; - -pub static CONFIG: LazyLock = LazyLock::new(|| { - let file_name = get_config_file_name(); - - let content = fs::read_to_string(&file_name).unwrap_or_else(|_| { - panic!( - "unable to read config file: {}\nmake sure the file is placed in the same directory as the cs2-dumper executable", - file_name - ) - }); - - serde_json::from_str(&content).expect("unable to parse config file") -}); - -#[derive(Debug, Deserialize, Serialize)] -#[serde(rename_all = "snake_case", tag = "type")] -pub enum Operation { - /// Adds the specified value to the current address. - Add { value: usize }, - - /// Resolves the absolute address of a RIP-relative address. - Rip { - offset: Option, - len: Option, - }, - - /// Reads the value at the current address, treating it as a pointer. - Read, - - /// Extracts a range of bytes from the current address and interprets them as a value. - Slice { start: usize, end: usize }, - - /// Subtracts the specified value from the current address. - Sub { value: usize }, -} - -#[derive(Debug, Deserialize, Serialize)] -pub struct Config { - /// Name of the process. - pub executable: String, - - /// List of signatures to search for. - pub signatures: Vec>>, -} - -#[derive(Debug, Deserialize, Serialize)] -pub struct Signature { - /// Name of the signature. - pub name: String, - - /// An IDA-style pattern containing the bytes to search for. - pub pattern: String, - - /// List of operations to perform on the matched address. - pub operations: Vec, -} - -/// Returns the correct config file name, depending on the target OS. -fn get_config_file_name() -> &'static str { - // Assume that if the user has provided a connector name, they are targetting the Windows - // version of the game. - if env::args().any(|arg| arg.starts_with("--connector") || arg.starts_with("-c")) { - "config_win.json" - } else { - match env::consts::OS { - "linux" => "config_linux.json", - "windows" => "config_win.json", - os => panic!("unsupported os: {}", os), - } - } -} diff --git a/src/error.rs b/src/error.rs index a9b6fd4..42a5c14 100644 --- a/src/error.rs +++ b/src/error.rs @@ -5,23 +5,20 @@ pub enum Error { #[error(transparent)] Fmt(#[from] std::fmt::Error), - #[error("index {idx} is out of bounds for array with length {len}")] - IndexOutOfBounds { idx: usize, len: usize }, - #[error(transparent)] Io(#[from] std::io::Error), #[error(transparent)] Memflow(#[from] memflow::error::Error), + #[error(transparent)] + Pelite(#[from] pelite::Error), + #[error(transparent)] Serde(#[from] serde_json::Error), - #[error("unable to parse signature")] - SignatureInvalid, - - #[error("unable to find signature for: {0}")] - SignatureNotFound(String), + #[error("index {idx} is out of bounds for array with length {len}")] + OutOfBounds { idx: usize, len: usize }, #[error("{0}")] Other(&'static str), @@ -34,11 +31,4 @@ impl From> for Error { } } -impl From for Error { - #[inline] - fn from(_err: skidscan::SignatureParseError) -> Self { - Error::SignatureInvalid - } -} - pub type Result = std::result::Result; diff --git a/src/main.rs b/src/main.rs index e309559..a8ab935 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,8 +1,6 @@ -#![feature(lazy_cell)] - +use std::env; use std::path::PathBuf; use std::time::Instant; -use std::{env, fs}; use clap::*; @@ -12,15 +10,15 @@ use memflow::prelude::v1::*; use simplelog::{ColorChoice, TermLogger}; -use config::CONFIG; use error::Result; use output::Results; mod analysis; -mod config; mod error; mod output; -mod source_engine; +mod source2; + +const PROCESS_NAME: &str = "cs2.exe"; fn main() -> Result<()> { let start_time = Instant::now(); @@ -28,9 +26,6 @@ fn main() -> Result<()> { let matches = parse_args(); let (conn_name, conn_args, indent_size, out_dir) = extract_args(&matches)?; - // Create the output directory if it doesn't exist. - fs::create_dir_all(&out_dir)?; - let os = if let Some(conn_name) = conn_name { let inventory = Inventory::scan(); @@ -45,7 +40,7 @@ fn main() -> Result<()> { memflow_native::create_os(&Default::default(), Default::default())? }; - let mut process = os.into_process_by_name(&CONFIG.executable)?; + let mut process = os.into_process_by_name(PROCESS_NAME)?; let buttons = analysis::buttons(&mut process)?; let interfaces = analysis::interfaces(&mut process)?; diff --git a/src/output/buttons.rs b/src/output/buttons.rs index 4ec3068..c6999f8 100644 --- a/src/output/buttons.rs +++ b/src/output/buttons.rs @@ -1,5 +1,4 @@ use std::collections::BTreeMap; -use std::env; use std::fmt::Write; use super::{Button, CodeGen, Results}; @@ -10,7 +9,7 @@ impl CodeGen for Vec