📦 Game Update 13974

This commit is contained in:
a2x
2023-12-01 14:38:32 +10:00
parent b7ee68c67e
commit 170df6cc47
79 changed files with 1700 additions and 1686 deletions

View File

@@ -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 {
}