mirror of
https://github.com/a2x/cs2-dumper.git
synced 2026-02-15 07:17:22 +08:00
36 lines
904 B
C++
36 lines
904 B
C++
// Generated using https://github.com/a2x/cs2-dumper
|
|
// 2026-01-24 02:38:39.726673900 UTC
|
|
|
|
#pragma once
|
|
|
|
#include <cstddef>
|
|
|
|
namespace cs2_dumper {
|
|
namespace schemas {
|
|
// Module: resourcesystem.dll
|
|
// Class 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
|
|
};
|
|
}
|
|
}
|
|
}
|