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,33 +7,8 @@ pub mod cs2_dumper {
pub mod schemas {
// Module: vphysics2.dll
// Class count: 97
// Enum count: 3
// Enum count: 0
pub mod vphysics2_dll {
// Alignment: 4
// Member count: 3
#[repr(u32)]
pub enum JointMotion_t {
JOINT_MOTION_FREE = 0x0,
JOINT_MOTION_LOCKED = 0x1,
JOINT_MOTION_COUNT = 0x2
}
// Alignment: 4
// Member count: 4
#[repr(u32)]
pub enum JointAxis_t {
JOINT_AXIS_X = 0x0,
JOINT_AXIS_Y = 0x1,
JOINT_AXIS_Z = 0x2,
JOINT_AXIS_COUNT = 0x3
}
// Alignment: 1
// Member count: 3
#[repr(u8)]
pub enum DynamicContinuousContactBehavior_t {
DYNAMIC_CONTINUOUS_ALLOW_IF_REQUESTED_BY_OTHER_BODY = 0x0,
DYNAMIC_CONTINUOUS_ALWAYS = 0x1,
DYNAMIC_CONTINUOUS_NEVER = 0x2
}
// Parent: None
// Field count: 1
//