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
2023-12-05 08:45:45 +08:00
* Tue, 5 Dec 2023 00:38:26 +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
2023-10-07 09:44:15 +08:00
pub const AnimationSystemUtils_001: usize = 0x64670;
pub const AnimationSystem_001: usize = 0x5F1D0;
2023-09-09 21:51:17 +08:00
}
2023-10-26 14:40:24 +08:00
pub mod client_dll { // client.dll
2023-12-05 08:45:45 +08:00
pub const LegacyGameUI001: usize = 0x89FA80;
pub const Source2ClientUI001: usize = 0x88ECC0;
pub const Source2ClientPrediction001: usize = 0x7A6DF0;
pub const ClientToolsInfo_001: usize = 0x732BA0;
pub const Source2Client002: usize = 0x732BC0;
pub const GameClientExports001: usize = 0x732BB0;
2023-12-01 12:38:32 +08:00
pub const EmptyWorldService001_Client: usize = 0x490110;
pub const Source2ClientConfig001: usize = 0x477050;
2023-09-09 21:51:17 +08:00
}
2023-10-26 14:40:24 +08:00
pub mod engine2_dll { // engine2.dll
2023-12-05 08:45:45 +08:00
pub const SimpleEngineLoopService_001: usize = 0x1E4610;
2023-12-01 12:38:32 +08:00
pub const ClientServerEngineLoopService_001: usize = 0x1DA110;
pub const KeyValueCache001: usize = 0x1D6750;
pub const HostStateMgr001: usize = 0x1D3F50;
pub const GameEventSystemServerV001: usize = 0x1CF5F0;
pub const GameEventSystemClientV001: usize = 0x1CF5E0;
pub const EngineServiceMgr001: usize = 0x1CB2B0;
pub const VProfService_001: usize = 0x1B8BB0;
pub const ToolService_001: usize = 0x1B7900;
pub const StatsService_001: usize = 0x1B2B80;
pub const SplitScreenService_001: usize = 0x1AFD20;
pub const SoundService_001: usize = 0x1AA800;
pub const ScreenshotService001: usize = 0x1A66D0;
pub const RenderService_001: usize = 0x1A3A30;
pub const NetworkService_001: usize = 0x1A3540;
pub const NetworkServerService_001: usize = 0x19E3F0;
pub const NetworkP2PService_001: usize = 0x199EA0;
pub const NetworkClientService_001: usize = 0x193B30;
pub const MapListService_001: usize = 0x18CB00;
pub const InputService_001: usize = 0x17ABE0;
pub const GameUIService_001: usize = 0x175310;
pub const GameResourceServiceServerV001: usize = 0x173070;
pub const GameResourceServiceClientV001: usize = 0x173060;
pub const BugService001: usize = 0x16C050;
pub const BenchmarkService001: usize = 0x16A7F0;
pub const VENGINE_GAMEUIFUNCS_VERSION005: usize = 0x118300;
pub const EngineGameUI001: usize = 0x117690;
pub const INETSUPPORT_001: usize = 0xE6CD0;
pub const Source2EngineToServerStringTable001: usize = 0xA2150;
pub const Source2EngineToServer001: usize = 0x8B160;
pub const Source2EngineToClientStringTable001: usize = 0x83C30;
pub const Source2EngineToClient001: usize = 0x5A3D0;
2023-09-09 21:51:17 +08:00
}
2023-10-26 14:40:24 +08:00
pub mod filesystem_stdio_dll { // filesystem_stdio.dll
2023-10-07 09:44:15 +08:00
pub const VAsyncFileSystem2_001: usize = 0x66D30;
pub const VFileSystem017: usize = 0x66D20;
2023-09-09 21:51:17 +08:00
}
2023-10-26 14:40:24 +08:00
pub mod host_dll { // host.dll
2023-10-07 09:44:15 +08:00
pub const Source2Host001: usize = 0x18E10;
pub const SinglePlayerSharedMemory001: usize = 0x18A90;
pub const SaveRestoreDataVersion001: usize = 0x18A80;
pub const PredictionDiffManager001: usize = 0x16E20;
pub const HostUtils001: usize = 0x12550;
pub const GameSystem2HostHook: usize = 0x11DA0;
pub const GameModelInfo001: usize = 0x11CC0;
pub const DebugDrawQueueManager001: usize = 0x11710;
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
2023-09-25 22:46:10 +08:00
pub const InputSystemVersion001: usize = 0x28D0;
pub const InputStackSystemVersion001: usize = 0x16F0;
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
2023-12-01 12:38:32 +08:00
pub const GameTypes001: usize = 0x50300;
pub const MATCHFRAMEWORK_001: usize = 0x1017D0;
2023-09-09 21:51:17 +08:00
}
2023-10-26 14:40:24 +08:00
pub mod materialsystem2_dll { // materialsystem2.dll
2023-12-05 08:45:45 +08:00
pub const MaterialUtils_001: usize = 0x4DCB0;
pub const TextLayout_001: usize = 0x4A400;
pub const PostProcessingSystem_001: usize = 0x42B80;
pub const FontManager_001: usize = 0x37A20;
pub const VMaterialSystem2_001: usize = 0x25FC0;
2023-09-09 21:51:17 +08:00
}
2023-10-26 14:40:24 +08:00
pub mod meshsystem_dll { // meshsystem.dll
2023-10-07 09:44:15 +08:00
pub const MeshSystem001: usize = 0x7270;
2023-09-09 21:51:17 +08:00
}
2023-10-26 14:40:24 +08:00
pub mod navsystem_dll { // navsystem.dll
2023-10-07 09:44:15 +08:00
pub const NavSystem001: usize = 0x76F0;
2023-09-09 21:51:17 +08:00
}
2023-10-26 14:40:24 +08:00
pub mod networksystem_dll { // networksystem.dll
2023-12-01 12:38:32 +08:00
pub const SerializedEntitiesVersion001: usize = 0xD15B0;
pub const NetworkSystemVersion001: usize = 0xBBF40;
pub const NetworkMessagesVersion001: usize = 0x9C690;
pub const FlattenedSerializersVersion001: usize = 0x7C400;
2023-09-09 21:51:17 +08:00
}
2023-10-26 14:40:24 +08:00
pub mod panorama_dll { // panorama.dll
2023-10-07 09:44:15 +08:00
pub const PanoramaUIEngine001: usize = 0x57EE0;
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
2023-10-07 09:44:15 +08:00
pub const PanoramaTextServices001: usize = 0x4CBD0;
2023-09-09 21:51:17 +08:00
}
2023-10-26 14:40:24 +08:00
pub mod panoramauiclient_dll { // panoramauiclient.dll
2023-10-07 09:44:15 +08:00
pub const PanoramaUIClient001: usize = 0x12780;
2023-09-09 21:51:17 +08:00
}
2023-10-26 14:40:24 +08:00
pub mod particles_dll { // particles.dll
2023-10-07 09:44:15 +08:00
pub const ParticleSystemMgr003: usize = 0x52D20;
2023-09-09 21:51:17 +08:00
}
2023-10-26 14:40:24 +08:00
pub mod pulse_system_dll { // pulse_system.dll
2023-11-17 10:26:17 +08:00
pub const IPulseSystem_001: usize = 0x5B30;
2023-09-09 21:51:17 +08:00
}
2023-10-26 14:40:24 +08:00
pub mod rendersystemdx11_dll { // rendersystemdx11.dll
2023-12-05 08:45:45 +08:00
pub const RenderUtils_001: usize = 0x53100;
2023-11-17 10:26:17 +08:00
pub const VRenderDeviceMgrBackdoor001: usize = 0x4A690;
pub const RenderDeviceMgr001: usize = 0x4A680;
2023-09-09 21:51:17 +08:00
}
2023-10-26 14:40:24 +08:00
pub mod resourcesystem_dll { // resourcesystem.dll
2023-10-07 09:44:15 +08:00
pub const ResourceSystem013: usize = 0x10650;
2023-09-09 21:51:17 +08:00
}
2023-10-26 14:40:24 +08:00
pub mod scenefilecache_dll { // scenefilecache.dll
2023-09-25 22:46:10 +08:00
pub const SceneFileCache002: usize = 0x68E0;
2023-09-14 09:13:53 +08:00
pub const ResponseRulesCache001: usize = 0x3190;
2023-09-09 21:51:17 +08:00
}
2023-10-26 14:40:24 +08:00
pub mod scenesystem_dll { // scenesystem.dll
2023-11-17 10:26:17 +08:00
pub const SceneUtils_001: usize = 0x13C9E0;
pub const SceneSystem_002: usize = 0xCAA30;
pub const RenderingPipelines_001: usize = 0x8E8A0;
2023-09-09 21:51:17 +08:00
}
2023-10-26 14:40:24 +08:00
pub mod schemasystem_dll { // schemasystem.dll
2023-10-07 09:44:15 +08:00
pub const SchemaSystem_001: usize = 0xA930;
2023-09-09 21:51:17 +08:00
}
2023-10-26 14:40:24 +08:00
pub mod server_dll { // server.dll
2023-12-05 08:45:45 +08:00
pub const NavGameTest001: usize = 0xA3C380;
pub const ServerToolsInfo_001: usize = 0x83F1C0;
pub const Source2GameClients001: usize = 0x83F1D0;
pub const Source2GameEntities001: usize = 0x83F1E0;
pub const Source2Server001: usize = 0x83F1F0;
pub const EmptyWorldService001_Server: usize = 0x591BE0;
pub const Source2ServerConfig001: usize = 0x571B10;
pub const EntitySubclassUtilsV001: usize = 0x2D07B0;
pub const customnavsystem001: usize = 0x24D7E0;
pub const Source2GameDirector001: usize = 0x145580;
2023-09-09 21:51:17 +08:00
}
2023-10-26 14:40:24 +08:00
pub mod soundsystem_dll { // soundsystem.dll
2023-10-18 09:35:36 +08:00
pub const SoundOpSystem001: usize = 0x1567E0;
pub const SoundOpSystemEdit001: usize = 0x8BBC0;
2023-10-07 09:44:15 +08:00
pub const VMixEditTool001: usize = 0x71740;
pub const SoundSystem001: usize = 0x46540;
2023-09-09 21:51:17 +08:00
}
2023-10-26 14:40:24 +08:00
pub mod steamaudio_dll { // steamaudio.dll
2023-10-07 09:44:15 +08:00
pub const SteamAudio001: usize = 0x12EE0;
2023-09-09 21:51:17 +08:00
}
2023-10-26 14:40:24 +08:00
pub mod steamclient64_dll { // steamclient64.dll
2023-12-01 12:38:32 +08:00
pub const IVALIDATE001: usize = 0x8503A0;
pub const CLIENTENGINE_INTERFACE_VERSION005: usize = 0x84C250;
pub const SteamClient021: usize = 0x6466D0;
pub const SteamClient020: usize = 0x6466C0;
pub const SteamClient019: usize = 0x6466B0;
pub const SteamClient018: usize = 0x6466A0;
pub const SteamClient017: usize = 0x646690;
pub const SteamClient016: usize = 0x646680;
pub const SteamClient015: usize = 0x646670;
pub const SteamClient014: usize = 0x646660;
pub const SteamClient013: usize = 0x646650;
pub const SteamClient012: usize = 0x646640;
pub const SteamClient011: usize = 0x646630;
pub const SteamClient010: usize = 0x646620;
pub const SteamClient009: usize = 0x646610;
pub const SteamClient008: usize = 0x646600;
pub const SteamClient007: usize = 0x6465F0;
pub const SteamClient006: usize = 0x6465E0;
2023-11-18 09:58:12 +08:00
pub const p2pvoice002: usize = 0xD97D0;
pub const p2pvoicesingleton002: usize = 0xD6200;
2023-09-09 21:51:17 +08:00
}
2023-10-26 14:40:24 +08:00
pub mod tier0_dll { // tier0.dll
2023-11-17 10:26:17 +08:00
pub const VStringTokenSystem001: usize = 0x18C2B0;
pub const TestScriptMgr001: usize = 0x13F610;
pub const VProcessUtils002: usize = 0x12F790;
2023-10-18 09:35:36 +08:00
pub const VEngineCvar007: usize = 0x61920;
2023-09-09 21:51:17 +08:00
}
2023-10-26 14:40:24 +08:00
pub mod v8system_dll { // v8system.dll
2023-09-09 21:51:17 +08:00
pub const Source2V8System001: usize = 0x1670;
}
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
pub const VPhysics2_Handle_Interface_001: usize = 0x61120;
pub const VPhysics2_Interface_001: usize = 0x5C740;
2023-09-09 21:51:17 +08:00
}
2023-10-26 14:40:24 +08:00
pub mod vscript_dll { // vscript.dll
2023-10-07 09:44:15 +08:00
pub const VScriptManager010: usize = 0x31DA0;
2023-09-09 21:51:17 +08:00
}
2023-10-26 14:40:24 +08:00
pub mod vstdlib_s64_dll { // vstdlib_s64.dll
2023-11-18 09:58:12 +08:00
pub const IVALIDATE001: usize = 0x25000;
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
2023-11-03 09:50:43 +08:00
pub const WorldRendererMgr001: usize = 0x21650;
2023-09-09 21:51:17 +08:00
}