cs2-dumper/generated/interfaces.rs

243 lines
8.5 KiB
Rust
Raw Normal View History

2023-10-15 20:17:02 +08:00
/*
2023-10-21 07:43:23 +08:00
* Created using https://github.com/a2x/cs2-dumper
2024-02-17 09:43:15 +08:00
* Sat, 17 Feb 2024 01:42:30 +0000
2023-10-15 20:17:02 +08:00
*/
2023-10-03 00:00:52 +08:00
2023-10-17 10:06:23 +08:00
#![allow(non_snake_case, non_upper_case_globals)]
2023-10-26 14:40:24 +08:00
pub mod animationsystem_dll { // animationsystem.dll
2024-02-07 12:08:21 +08:00
pub const AnimationSystemUtils_001: usize = 0x72E80;
pub const AnimationSystem_001: usize = 0x6DA00;
2023-09-09 21:51:17 +08:00
}
2023-10-26 14:40:24 +08:00
pub mod client_dll { // client.dll
2024-02-17 09:43:15 +08:00
pub const LegacyGameUI001: usize = 0x8ABD00;
pub const Source2ClientUI001: usize = 0x89AF60;
pub const Source2ClientPrediction001: usize = 0x7ADFF0;
pub const ClientToolsInfo_001: usize = 0x732370;
pub const Source2Client002: usize = 0x732390;
pub const GameClientExports001: usize = 0x732380;
2024-02-16 09:32:21 +08:00
pub const EmptyWorldService001_Client: usize = 0x484300;
pub const Source2ClientConfig001: usize = 0x46EF20;
2023-09-09 21:51:17 +08:00
}
2023-10-26 14:40:24 +08:00
pub mod engine2_dll { // engine2.dll
2024-02-17 09:43:15 +08:00
pub const SimpleEngineLoopService_001: usize = 0x1F6D60;
pub const ClientServerEngineLoopService_001: usize = 0x1EAB70;
pub const KeyValueCache001: usize = 0x1E7240;
pub const HostStateMgr001: usize = 0x1E4A20;
pub const GameEventSystemServerV001: usize = 0x1DFFD0;
pub const GameEventSystemClientV001: usize = 0x1DFFC0;
pub const EngineServiceMgr001: usize = 0x1DB920;
pub const VProfService_001: usize = 0x1C8F00;
pub const ToolService_001: usize = 0x1C7B80;
pub const StatsService_001: usize = 0x1C2F30;
pub const SplitScreenService_001: usize = 0x1C0250;
pub const SoundService_001: usize = 0x1B99B0;
pub const ScreenshotService001: usize = 0x1B53B0;
pub const RenderService_001: usize = 0x1B29F0;
pub const NetworkService_001: usize = 0x1B2500;
pub const NetworkServerService_001: usize = 0x1AD2E0;
pub const NetworkP2PService_001: usize = 0x1A8D70;
pub const NetworkClientService_001: usize = 0x1A2030;
pub const MapListService_001: usize = 0x19AE70;
pub const InputService_001: usize = 0x187F30;
pub const GameUIService_001: usize = 0x182410;
pub const GameResourceServiceServerV001: usize = 0x17FA70;
pub const GameResourceServiceClientV001: usize = 0x17FA60;
pub const BugService001: usize = 0x1788A0;
pub const BenchmarkService001: usize = 0x177040;
pub const VENGINE_GAMEUIFUNCS_VERSION005: usize = 0x1228F0;
pub const EngineGameUI001: usize = 0x121C80;
pub const INETSUPPORT_001: usize = 0xF0BF0;
pub const Source2EngineToServerStringTable001: usize = 0xA9780;
pub const Source2EngineToServer001: usize = 0x92100;
pub const Source2EngineToClientStringTable001: usize = 0x8AB30;
pub const Source2EngineToClient001: usize = 0x61A50;
2023-09-09 21:51:17 +08:00
}
2023-10-26 14:40:24 +08:00
pub mod filesystem_stdio_dll { // filesystem_stdio.dll
2024-02-07 12:08:21 +08:00
pub const VAsyncFileSystem2_001: usize = 0x67960;
pub const VFileSystem017: usize = 0x67950;
2023-09-09 21:51:17 +08:00
}
2023-10-26 14:40:24 +08:00
pub mod host_dll { // host.dll
2024-02-07 12:08:21 +08:00
pub const Source2Host001: usize = 0x193F0;
pub const SinglePlayerSharedMemory001: usize = 0x19070;
pub const SaveRestoreDataVersion001: usize = 0x19060;
pub const PredictionDiffManager001: usize = 0x17340;
pub const HostUtils001: usize = 0x12920;
pub const GameSystem2HostHook: usize = 0x12170;
pub const GameModelInfo001: usize = 0x12090;
pub const DebugDrawQueueManager001: usize = 0x11AE0;
2023-09-09 21:51:17 +08:00
}
2023-10-26 14:40:24 +08:00
pub mod imemanager_dll { // imemanager.dll
2023-09-25 22:46:10 +08:00
pub const IMEManager001: usize = 0xC470;
2023-09-09 21:51:17 +08:00
}
2023-10-26 14:40:24 +08:00
pub mod inputsystem_dll { // inputsystem.dll
2024-02-07 12:08:21 +08:00
pub const InputSystemVersion001: usize = 0x2A40;
pub const InputStackSystemVersion001: usize = 0x1850;
2023-09-09 21:51:17 +08:00
}
2023-10-26 14:40:24 +08:00
pub mod localize_dll { // localize.dll
2023-09-09 21:51:17 +08:00
pub const Localize_001: usize = 0x3830;
}
2023-10-26 14:40:24 +08:00
pub mod matchmaking_dll { // matchmaking.dll
2024-02-07 12:08:21 +08:00
pub const GameTypes001: usize = 0x53800;
pub const MATCHFRAMEWORK_001: usize = 0x105690;
2023-09-09 21:51:17 +08:00
}
2023-10-26 14:40:24 +08:00
pub mod materialsystem2_dll { // materialsystem2.dll
2024-02-07 12:08:21 +08:00
pub const MaterialUtils_001: usize = 0x4DB40;
pub const TextLayout_001: usize = 0x4A200;
pub const PostProcessingSystem_001: usize = 0x42A80;
pub const FontManager_001: usize = 0x37A80;
pub const VMaterialSystem2_001: usize = 0x25F80;
2023-09-09 21:51:17 +08:00
}
2023-10-26 14:40:24 +08:00
pub mod meshsystem_dll { // meshsystem.dll
2024-02-07 12:08:21 +08:00
pub const MeshSystem001: usize = 0x7440;
2023-09-09 21:51:17 +08:00
}
2023-10-26 14:40:24 +08:00
pub mod navsystem_dll { // navsystem.dll
2024-02-07 12:08:21 +08:00
pub const NavSystem001: usize = 0x8E30;
2023-09-09 21:51:17 +08:00
}
2023-10-26 14:40:24 +08:00
pub mod networksystem_dll { // networksystem.dll
2024-02-17 09:43:15 +08:00
pub const SerializedEntitiesVersion001: usize = 0xD55E0;
2024-02-07 12:08:21 +08:00
pub const NetworkSystemVersion001: usize = 0xBF930;
pub const NetworkMessagesVersion001: usize = 0x9FBC0;
pub const FlattenedSerializersVersion001: usize = 0x7EF20;
2023-09-09 21:51:17 +08:00
}
2023-10-26 14:40:24 +08:00
pub mod panorama_dll { // panorama.dll
2024-02-07 12:08:21 +08:00
pub const PanoramaUIEngine001: usize = 0x5D960;
2023-09-09 21:51:17 +08:00
}
2023-10-26 14:40:24 +08:00
pub mod panorama_text_pango_dll { // panorama_text_pango.dll
2024-02-07 12:08:21 +08:00
pub const PanoramaTextServices001: usize = 0x4CBE0;
2023-09-09 21:51:17 +08:00
}
2023-10-26 14:40:24 +08:00
pub mod panoramauiclient_dll { // panoramauiclient.dll
2024-02-15 10:05:13 +08:00
pub const PanoramaUIClient001: usize = 0x12010;
2023-09-09 21:51:17 +08:00
}
2023-10-26 14:40:24 +08:00
pub mod particles_dll { // particles.dll
2024-02-07 12:08:21 +08:00
pub const ParticleSystemMgr003: usize = 0x5C380;
2023-09-09 21:51:17 +08:00
}
2023-10-26 14:40:24 +08:00
pub mod pulse_system_dll { // pulse_system.dll
2024-02-07 12:08:21 +08:00
pub const IPulseSystem_001: usize = 0x93C0;
2023-09-09 21:51:17 +08:00
}
2023-10-26 14:40:24 +08:00
pub mod rendersystemdx11_dll { // rendersystemdx11.dll
2024-02-16 09:32:21 +08:00
pub const RenderUtils_001: usize = 0x53C20;
pub const VRenderDeviceMgrBackdoor001: usize = 0x4B2B0;
pub const RenderDeviceMgr001: usize = 0x4B2A0;
2023-09-09 21:51:17 +08:00
}
2023-10-26 14:40:24 +08:00
pub mod resourcesystem_dll { // resourcesystem.dll
2024-02-07 12:08:21 +08:00
pub const ResourceSystem013: usize = 0x10920;
2023-09-09 21:51:17 +08:00
}
2023-10-26 14:40:24 +08:00
pub mod scenefilecache_dll { // scenefilecache.dll
2024-02-07 12:08:21 +08:00
pub const SceneFileCache002: usize = 0x6A60;
pub const ResponseRulesCache001: usize = 0x31A0;
2023-09-09 21:51:17 +08:00
}
2023-10-26 14:40:24 +08:00
pub mod scenesystem_dll { // scenesystem.dll
2024-02-13 11:24:46 +08:00
pub const SceneUtils_001: usize = 0x12FCF0;
pub const SceneSystem_002: usize = 0xBD200;
pub const RenderingPipelines_001: usize = 0x86480;
2023-09-09 21:51:17 +08:00
}
2023-10-26 14:40:24 +08:00
pub mod schemasystem_dll { // schemasystem.dll
2024-02-07 12:08:21 +08:00
pub const SchemaSystem_001: usize = 0xAA50;
2023-09-09 21:51:17 +08:00
}
2023-10-26 14:40:24 +08:00
pub mod server_dll { // server.dll
2024-02-17 09:43:15 +08:00
pub const NavGameTest001: usize = 0xA41D40;
pub const ServerToolsInfo_001: usize = 0x830400;
pub const Source2GameClients001: usize = 0x830410;
pub const Source2GameEntities001: usize = 0x830420;
pub const Source2Server001: usize = 0x830430;
2024-02-15 10:05:13 +08:00
pub const EmptyWorldService001_Server: usize = 0x574950;
pub const Source2ServerConfig001: usize = 0x565A80;
pub const EntitySubclassUtilsV001: usize = 0x2B9040;
pub const customnavsystem001: usize = 0x235F00;
pub const Source2GameDirector001: usize = 0x12A0B0;
2023-09-09 21:51:17 +08:00
}
2023-10-26 14:40:24 +08:00
pub mod soundsystem_dll { // soundsystem.dll
2024-02-07 12:08:21 +08:00
pub const SoundOpSystem001: usize = 0x16A640;
pub const SoundOpSystemEdit001: usize = 0x96A50;
pub const VMixEditTool001: usize = 0x75C30;
pub const SoundSystem001: usize = 0x48320;
2023-09-09 21:51:17 +08:00
}
2023-10-26 14:40:24 +08:00
pub mod steamaudio_dll { // steamaudio.dll
2024-02-07 12:08:21 +08:00
pub const SteamAudio001: usize = 0x5AA70;
2023-09-09 21:51:17 +08:00
}
2023-10-26 14:40:24 +08:00
pub mod steamclient64_dll { // steamclient64.dll
2024-01-20 15:14:53 +08:00
pub const IVALIDATE001: usize = 0x861720;
pub const CLIENTENGINE_INTERFACE_VERSION005: usize = 0x85D5D0;
pub const SteamClient021: usize = 0x65E570;
pub const SteamClient020: usize = 0x65E560;
pub const SteamClient019: usize = 0x65E550;
pub const SteamClient018: usize = 0x65E540;
pub const SteamClient017: usize = 0x65E530;
pub const SteamClient016: usize = 0x65E520;
pub const SteamClient015: usize = 0x65E510;
pub const SteamClient014: usize = 0x65E500;
pub const SteamClient013: usize = 0x65E4F0;
pub const SteamClient012: usize = 0x65E4E0;
pub const SteamClient011: usize = 0x65E4D0;
pub const SteamClient010: usize = 0x65E4C0;
pub const SteamClient009: usize = 0x65E4B0;
pub const SteamClient008: usize = 0x65E4A0;
pub const SteamClient007: usize = 0x65E490;
pub const SteamClient006: usize = 0x65E480;
pub const p2pvoice002: usize = 0xD9EB0;
pub const p2pvoicesingleton002: usize = 0xD6910;
2023-09-09 21:51:17 +08:00
}
2023-10-26 14:40:24 +08:00
pub mod tier0_dll { // tier0.dll
2024-02-17 09:43:15 +08:00
pub const VStringTokenSystem001: usize = 0x190B10;
pub const TestScriptMgr001: usize = 0x140CA0;
pub const VProcessUtils002: usize = 0x132180;
2024-02-07 12:08:21 +08:00
pub const VEngineCvar007: usize = 0x635C0;
2023-09-09 21:51:17 +08:00
}
2023-10-26 14:40:24 +08:00
pub mod v8system_dll { // v8system.dll
2024-02-07 12:08:21 +08:00
pub const Source2V8System001: usize = 0x1690;
2023-09-09 21:51:17 +08:00
}
2023-10-26 14:40:24 +08:00
pub mod valve_avi_dll { // valve_avi.dll
2023-09-25 22:46:10 +08:00
pub const VAvi001: usize = 0x2F90;
2023-09-09 21:51:17 +08:00
}
2023-10-26 14:40:24 +08:00
pub mod valve_wmf_dll { // valve_wmf.dll
2023-09-25 22:46:10 +08:00
pub const VMediaFoundation001: usize = 0x12D0;
2023-09-09 21:51:17 +08:00
}
2023-10-26 14:40:24 +08:00
pub mod vphysics2_dll { // vphysics2.dll
2024-02-07 12:08:21 +08:00
pub const VPhysics2_Handle_Interface_001: usize = 0x5BCB0;
pub const VPhysics2_Interface_001: usize = 0x57130;
2023-09-09 21:51:17 +08:00
}
2023-10-26 14:40:24 +08:00
pub mod vscript_dll { // vscript.dll
2024-02-07 12:08:21 +08:00
pub const VScriptManager010: usize = 0x32000;
2023-09-09 21:51:17 +08:00
}
2023-10-26 14:40:24 +08:00
pub mod vstdlib_s64_dll { // vstdlib_s64.dll
2024-01-20 15:14:53 +08:00
pub const IVALIDATE001: usize = 0x250E0;
2023-11-18 09:58:12 +08:00
pub const VEngineCvar002: usize = 0x5760;
2023-09-09 21:51:17 +08:00
}
2023-10-26 14:40:24 +08:00
pub mod worldrenderer_dll { // worldrenderer.dll
2024-02-07 12:08:21 +08:00
pub const WorldRendererMgr001: usize = 0x205E0;
2023-09-09 21:51:17 +08:00
}