mirror of
https://github.com/a2x/cs2-dumper.git
synced 2026-04-17 19:49:58 +08:00
📦 Game Update 13974
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Created using https://github.com/a2x/cs2-dumper
|
||||
* Tue, 21 Nov 2023 00:47:41 +0000
|
||||
* Fri, 1 Dec 2023 04:38:00 +0000
|
||||
*/
|
||||
|
||||
#![allow(non_snake_case, non_upper_case_globals)]
|
||||
@@ -154,6 +154,8 @@ pub mod EventClientProcessGameInput_t {
|
||||
pub mod EventClientProcessInput_t {
|
||||
pub const m_LoopState: usize = 0x0; // EngineLoopState_t
|
||||
pub const m_flRealTime: usize = 0x28; // float
|
||||
pub const m_flTickInterval: usize = 0x2C; // float
|
||||
pub const m_flTickStartTime: usize = 0x30; // double
|
||||
}
|
||||
|
||||
pub mod EventClientProcessNetworking_t {
|
||||
@@ -175,11 +177,6 @@ pub mod EventFrameBoundary_t {
|
||||
pub const m_flFrameTime: usize = 0x0; // float
|
||||
}
|
||||
|
||||
pub mod EventHostTimescaleChanged_t {
|
||||
pub const m_flOldValue: usize = 0x0; // float
|
||||
pub const m_flNewValue: usize = 0x4; // float
|
||||
}
|
||||
|
||||
pub mod EventModInitialized_t {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user