mirror of
				https://github.com/a2x/cs2-dumper.git
				synced 2025-11-04 10:00:06 +08:00 
			
		
		
		
	0.1.2
* Updated for memflow 0.2.2 * Replaced periods with underscores in generated file names for easier inclusion * Program execution now continues if analysis fails at any point * Removed custom error type in favor of anyhow * Added logging to cs2-dumper.log * Now compilable on Linux
This commit is contained in:
		
							
								
								
									
										53
									
								
								output/panorama_dll.rs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										53
									
								
								output/panorama_dll.rs
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,53 @@
 | 
			
		||||
// Generated using https://github.com/a2x/cs2-dumper
 | 
			
		||||
// 2024-07-29 16:04:47.388825300 UTC
 | 
			
		||||
 | 
			
		||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
 | 
			
		||||
 | 
			
		||||
pub mod cs2_dumper {
 | 
			
		||||
    pub mod schemas {
 | 
			
		||||
        // Module: panorama.dll
 | 
			
		||||
        // Classes count: 0
 | 
			
		||||
        // Enums count: 2
 | 
			
		||||
        pub mod panorama_dll {
 | 
			
		||||
            // Alignment: 4
 | 
			
		||||
            // Member count: 13
 | 
			
		||||
            #[repr(u32)]
 | 
			
		||||
            pub enum ELayoutNodeType {
 | 
			
		||||
                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: 16
 | 
			
		||||
            #[repr(u32)]
 | 
			
		||||
            pub enum EStyleNodeType {
 | 
			
		||||
                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,
 | 
			
		||||
                COMPILER_CONDITIONAL = 0xF
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user