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,33 +1,11 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2025-10-14 23:58:25.486779500 UTC
// 2025-10-16 04:15:22.003365600 UTC
namespace CS2Dumper.Schemas {
// Module: vphysics2.dll
// Class count: 97
// Enum count: 3
// Enum count: 0
public static class Vphysics2Dll {
// Alignment: 4
// Member count: 3
public enum JointMotion_t : uint {
JOINT_MOTION_FREE = 0x0,
JOINT_MOTION_LOCKED = 0x1,
JOINT_MOTION_COUNT = 0x2
}
// Alignment: 4
// Member count: 4
public enum JointAxis_t : uint {
JOINT_AXIS_X = 0x0,
JOINT_AXIS_Y = 0x1,
JOINT_AXIS_Z = 0x2,
JOINT_AXIS_COUNT = 0x3
}
// Alignment: 1
// Member count: 3
public enum DynamicContinuousContactBehavior_t : byte {
DYNAMIC_CONTINUOUS_ALLOW_IF_REQUESTED_BY_OTHER_BODY = 0x0,
DYNAMIC_CONTINUOUS_ALWAYS = 0x1,
DYNAMIC_CONTINUOUS_NEVER = 0x2
}
// Parent: None
// Field count: 1
//