Game update 14114

complete output
This commit is contained in:
ArcherY417
2025-10-16 13:49:38 +08:00
committed by GitHub
parent 809c8faa3d
commit e5f09f5763
82 changed files with 105775 additions and 7433 deletions

View File

@@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2025-10-16 04:15:22.003365600 UTC
// 2025-10-16 05:43:35.292643700 UTC
#pragma once
@@ -9,8 +9,27 @@ namespace cs2_dumper {
namespace schemas {
// Module: resourcesystem.dll
// Class count: 59
// Enum count: 0
// Enum count: 2
namespace resourcesystem_dll {
// Alignment: 1
// Member count: 9
enum class FuseVariableType_t : uint8_t {
INVALID = 0x0,
BOOL = 0x1,
INT8 = 0x2,
INT16 = 0x3,
INT32 = 0x4,
UINT8 = 0x5,
UINT16 = 0x6,
UINT32 = 0x7,
FLOAT32 = 0x8
};
// Alignment: 1
// Member count: 2
enum class FuseVariableAccess_t : uint8_t {
WRITABLE = 0x0,
READ_ONLY = 0x1
};
// Parent: None
// Field count: 0
//