mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-08-24 22:52:16 +08:00
Game update (14062)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-01-17 13:01:20.327051300 UTC
|
||||
// 2025-01-22 02:16:57.488530400 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: soundsystem.dll
|
||||
@@ -347,7 +347,7 @@ namespace CS2Dumper.Schemas {
|
||||
public const nint m_flMinValue = 0x1C; // float32
|
||||
public const nint m_flMaxValue = 0x20; // float32
|
||||
public const nint m_opvarName = 0x28; // CUtlString
|
||||
public const nint m_nSortType = 0x30; //
|
||||
public const nint m_nSortType = 0x30; // SosActionSortType_t
|
||||
}
|
||||
// Parent: None
|
||||
// Field count: 3
|
||||
@@ -783,7 +783,7 @@ namespace CS2Dumper.Schemas {
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class SosEditItemInfo_t {
|
||||
public const nint itemType = 0x0; //
|
||||
public const nint itemType = 0x0; // SosEditItemType_t
|
||||
public const nint itemName = 0x8; // CUtlString
|
||||
public const nint itemTypeName = 0x10; // CUtlString
|
||||
public const nint itemKVString = 0x20; // CUtlString
|
||||
@@ -883,7 +883,7 @@ namespace CS2Dumper.Schemas {
|
||||
public static class CSosGroupActionLimitSchema {
|
||||
public const nint m_nMaxCount = 0x18; // int32
|
||||
public const nint m_nStopType = 0x1C; // SosActionStopType_t
|
||||
public const nint m_nSortType = 0x20; //
|
||||
public const nint m_nSortType = 0x20; // SosActionSortType_t
|
||||
}
|
||||
// Parent: CVoiceContainerDecayingSineWave
|
||||
// Field count: 1
|
||||
@@ -1083,7 +1083,7 @@ namespace CS2Dumper.Schemas {
|
||||
// Metadata:
|
||||
// MGetKV3ClassDefaults
|
||||
public static class VMixFilterDesc_t {
|
||||
public const nint m_nFilterType = 0x0; //
|
||||
public const nint m_nFilterType = 0x0; // VMixFilterType_t
|
||||
public const nint m_nFilterSlope = 0x2; // VMixFilterSlope_t
|
||||
public const nint m_bEnabled = 0x3; // bool
|
||||
public const nint m_fldbGain = 0x4; // float32
|
||||
|
Reference in New Issue
Block a user