cs2-dumper/generated_linux/offsets.rs

27 lines
955 B
Rust
Raw Normal View History

2024-03-07 18:38:34 +08:00
/*
* Generated using https://github.com/a2x/cs2-dumper
2024-03-08 06:27:22 +08:00
* Thu, 7 Mar 2024 22:17:31 +0000
2024-03-07 18:38:34 +08:00
*/
#![allow(non_snake_case, non_upper_case_globals)]
pub mod game_info { // Some additional information about the game at dump time
pub const buildNumber: usize = 0x36AB; // Game build number
}
pub mod libclient_so { // libclient.so
pub const dwEntityList: usize = 0x35A5808;
pub const dwForceAttack: usize = 0x372FEB0;
pub const dwForceAttack2: usize = 0x372FE10;
pub const dwGameEntitySystem: usize = 0x385B700;
pub const dwGameEntitySystem_getHighestEntityIndex: usize = 0x1540;
pub const dwGameRules: usize = 0x3731248;
pub const dwLocalPlayerController: usize = 0x3716778;
2024-03-08 06:27:22 +08:00
pub const dwLocalPlayerPawn: usize = 0x3736B38;
2024-03-07 18:38:34 +08:00
pub const dwViewMatrix: usize = 0x3737660;
}
pub mod libengine2_so { // libengine2.so
pub const dwBuildNumber: usize = 0x6D35F4;
pub const dwNetworkGameClient_deltaTick: usize = 0x278;
}