Experimental fix for latest update

This commit is contained in:
a2x
2024-04-04 23:42:40 +10:00
parent 3a935f5d73
commit 9362b0c113
106 changed files with 21261 additions and 27319 deletions

View File

@@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-04-02 16:10:48.961749300 UTC
// 2024-04-04 13:40:42.514657500 UTC
#pragma once
@@ -7,46 +7,5 @@
namespace cs2_dumper {
namespace schemas {
// Module: panorama.dll
// Classes count: 0
// Enums count: 2
namespace panorama_dll {
// Alignment: 4
// Members count: 13
enum class ELayoutNodeType : uint32_t {
ROOT = 0x0,
STYLES = 0x1,
SCRIPT_BODY = 0x2,
SCRIPTS = 0x3,
SNIPPETS = 0x4,
INCLUDE = 0x5,
SNIPPET = 0x6,
PANEL = 0x7,
PANEL_ATTRIBUTE = 0x8,
PANEL_ATTRIBUTE_VALUE = 0x9,
REFERENCE_CONTENT = 0xA,
REFERENCE_COMPILED = 0xB,
REFERENCE_PASSTHROUGH = 0xC
};
// Alignment: 4
// Members count: 15
enum class EStyleNodeType : uint32_t {
ROOT = 0x0,
EXPRESSION = 0x1,
PROPERTY = 0x2,
DEFINE = 0x3,
IMPORT = 0x4,
KEYFRAMES = 0x5,
KEYFRAME_SELECTOR = 0x6,
STYLE_SELECTOR = 0x7,
WHITESPACE = 0x8,
EXPRESSION_TEXT = 0x9,
EXPRESSION_URL = 0xA,
EXPRESSION_CONCAT = 0xB,
REFERENCE_CONTENT = 0xC,
REFERENCE_COMPILED = 0xD,
REFERENCE_PASSTHROUGH = 0xE
};
}
}
}