Push generated zig files

This commit is contained in:
a2x
2026-03-16 17:23:12 +10:00
parent a7c614577f
commit 2de66e0b0b
86 changed files with 43413 additions and 70 deletions

50
output/panorama_dll.zig Normal file
View File

@@ -0,0 +1,50 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2026-03-16 07:21:21.899821400 UTC
pub const cs2_dumper = struct {
pub const schemas = struct {
// Module: panorama.dll
// Class count: 0
// Enum count: 2
pub const panorama_dll = struct {
// Alignment: 4
// Member count: 13
pub const ELayoutNodeType = enum(u32) {
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
// Member count: 17
pub const EStyleNodeType = enum(u32) {
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,
REFERENCE_PANEL = 0xF,
COMPILER_CONDITIONAL = 0x10
};
};
};
};