16.10.2025 update

This commit is contained in:
Jannes
2025-10-16 07:15:34 +03:00
parent b5f6704465
commit 809c8faa3d
88 changed files with 7550 additions and 105745 deletions

View File

@@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2025-10-14 23:58:25.486779500 UTC
// 2025-10-16 04:15:22.003365600 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
@@ -7,29 +7,8 @@ pub mod cs2_dumper {
pub mod schemas {
// Module: resourcesystem.dll
// Class count: 59
// Enum count: 2
// Enum count: 0
pub mod resourcesystem_dll {
// Alignment: 1
// Member count: 9
#[repr(u8)]
pub enum FuseVariableType_t {
INVALID = 0x0,
BOOL = 0x1,
INT8 = 0x2,
INT16 = 0x3,
INT32 = 0x4,
UINT8 = 0x5,
UINT16 = 0x6,
UINT32 = 0x7,
FLOAT32 = 0x8
}
// Alignment: 1
// Member count: 2
#[repr(u8)]
pub enum FuseVariableAccess_t {
WRITABLE = 0x0,
READ_ONLY = 0x1
}
// Parent: None
// Field count: 0
//