mirror of
https://github.com/a2x/cs2-dumper.git
synced 2026-04-17 16:39:58 +08:00
Update generated files
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* https://github.com/a2x/cs2-dumper
|
||||
* 2023-10-18 01:33:55.871386700 UTC
|
||||
* 2023-10-18 10:31:50.304054900 UTC
|
||||
*/
|
||||
|
||||
#![allow(non_snake_case, non_upper_case_globals)]
|
||||
@@ -23,7 +23,7 @@ pub mod CDspPresetModifierList {
|
||||
pub const m_modifiers: usize = 0x8; // CUtlVector<CDSPMixgroupModifier>
|
||||
}
|
||||
|
||||
pub mod CSosGroupActionLimitSchema {
|
||||
pub mod CSosGroupActionLimitSchema { // CSosGroupActionSchema
|
||||
pub const m_nMaxCount: usize = 0x18; // int32_t
|
||||
pub const m_nStopType: usize = 0x1C; // SosActionStopType_t
|
||||
pub const m_nSortType: usize = 0x20; // SosActionSortType_t
|
||||
@@ -35,7 +35,7 @@ pub mod CSosGroupActionSchema {
|
||||
pub const m_actionInstanceType: usize = 0x14; // ActionType_t
|
||||
}
|
||||
|
||||
pub mod CSosGroupActionSetSoundeventParameterSchema {
|
||||
pub mod CSosGroupActionSetSoundeventParameterSchema { // CSosGroupActionSchema
|
||||
pub const m_nMaxCount: usize = 0x18; // int32_t
|
||||
pub const m_flMinValue: usize = 0x1C; // float
|
||||
pub const m_flMaxValue: usize = 0x20; // float
|
||||
@@ -43,7 +43,7 @@ pub mod CSosGroupActionSetSoundeventParameterSchema {
|
||||
pub const m_nSortType: usize = 0x30; // SosActionSortType_t
|
||||
}
|
||||
|
||||
pub mod CSosGroupActionTimeLimitSchema {
|
||||
pub mod CSosGroupActionTimeLimitSchema { // CSosGroupActionSchema
|
||||
pub const m_flMaxDuration: usize = 0x18; // float
|
||||
}
|
||||
|
||||
@@ -54,7 +54,7 @@ pub mod CSosGroupBranchPattern {
|
||||
pub const m_bMatchOpvar: usize = 0xB; // bool
|
||||
}
|
||||
|
||||
pub mod CSosGroupMatchPattern {
|
||||
pub mod CSosGroupMatchPattern { // CSosGroupBranchPattern
|
||||
pub const m_matchSoundEventName: usize = 0x10; // CUtlString
|
||||
pub const m_matchSoundEventSubString: usize = 0x18; // CUtlString
|
||||
pub const m_flEntIndex: usize = 0x20; // float
|
||||
|
||||
Reference in New Issue
Block a user