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
#![allow(non_upper_case_globals, non_camel_case_types, unused)]
@@ -7,50 +7,8 @@ pub mod cs2_dumper {
pub mod schemas {
// Module: materialsystem2.dll
// Classes count: 13
// Enums count: 5
// Enums count: 0
pub mod materialsystem2_dll {
// Alignment: 4
// Members count: 4
#[repr(u32)]
pub enum HorizJustification_e {
HORIZ_JUSTIFICATION_LEFT = 0x0,
HORIZ_JUSTIFICATION_CENTER = 0x1,
HORIZ_JUSTIFICATION_RIGHT = 0x2,
HORIZ_JUSTIFICATION_NONE = 0x3
}
// Alignment: 4
// Members count: 4
#[repr(u32)]
pub enum VertJustification_e {
VERT_JUSTIFICATION_TOP = 0x0,
VERT_JUSTIFICATION_CENTER = 0x1,
VERT_JUSTIFICATION_BOTTOM = 0x2,
VERT_JUSTIFICATION_NONE = 0x3
}
// Alignment: 4
// Members count: 3
#[repr(u32)]
pub enum LayoutPositionType_e {
LAYOUTPOSITIONTYPE_VIEWPORT_RELATIVE = 0x0,
LAYOUTPOSITIONTYPE_FRACTIONAL = 0x1,
LAYOUTPOSITIONTYPE_NONE = 0x2
}
// Alignment: 4
// Members count: 3
#[repr(u32)]
pub enum BloomBlendMode_t {
BLOOM_BLEND_ADD = 0x0,
BLOOM_BLEND_SCREEN = 0x1,
BLOOM_BLEND_BLUR = 0x2
}
// Alignment: 4
// Members count: 3
#[repr(u32)]
pub enum ViewFadeMode_t {
VIEW_FADE_CONSTANT_COLOR = 0x0,
VIEW_FADE_MODULATE = 0x1,
VIEW_FADE_MOD2X = 0x2
}
// Parent: None
// Fields count: 1
//