Update generated files

This commit is contained in:
mysty
2023-10-18 11:32:33 +01:00
parent 660829b24d
commit 6b92da2dbc
90 changed files with 71639 additions and 18122 deletions

View File

@@ -1,6 +1,6 @@
/*
* https://github.com/a2x/cs2-dumper
* 2023-10-18 01:33:55.847527700 UTC
* 2023-10-18 10:31:50.288308 UTC
*/
#![allow(non_snake_case, non_upper_case_globals)]
@@ -124,17 +124,17 @@ pub mod FeBoxRigid_t {
pub const nFlags: usize = 0x32; // uint16_t
}
pub mod FeBuildBoxRigid_t {
pub mod FeBuildBoxRigid_t { // FeBoxRigid_t
pub const m_nPriority: usize = 0x40; // int32_t
pub const m_nVertexMapHash: usize = 0x44; // uint32_t
}
pub mod FeBuildSphereRigid_t {
pub mod FeBuildSphereRigid_t { // FeSphereRigid_t
pub const m_nPriority: usize = 0x20; // int32_t
pub const m_nVertexMapHash: usize = 0x24; // uint32_t
}
pub mod FeBuildTaperedCapsuleRigid_t {
pub mod FeBuildTaperedCapsuleRigid_t { // FeTaperedCapsuleRigid_t
pub const m_nPriority: usize = 0x30; // int32_t
pub const m_nVertexMapHash: usize = 0x34; // uint32_t
}
@@ -438,6 +438,9 @@ pub mod FourVectors2D {
pub const y: usize = 0x10; // fltx4
}
pub mod IPhysicsPlayerController {
}
pub mod OldFeEdge_t {
pub const m_flK: usize = 0x0; // float[3]
pub const invA: usize = 0xC; // float
@@ -603,7 +606,7 @@ pub mod RnBodyDesc_t {
pub const m_bHasShadowController: usize = 0xCA; // bool
}
pub mod RnCapsuleDesc_t {
pub mod RnCapsuleDesc_t { // RnShapeDesc_t
pub const m_Capsule: usize = 0x10; // RnCapsule_t
}
@@ -623,7 +626,7 @@ pub mod RnHalfEdge_t {
pub const m_nFace: usize = 0x3; // uint8_t
}
pub mod RnHullDesc_t {
pub mod RnHullDesc_t { // RnShapeDesc_t
pub const m_Hull: usize = 0x10; // RnHull_t
}
@@ -642,7 +645,7 @@ pub mod RnHull_t {
pub const m_pRegionSVM: usize = 0xD0; // CRegionSVM*
}
pub mod RnMeshDesc_t {
pub mod RnMeshDesc_t { // RnShapeDesc_t
pub const m_Mesh: usize = 0x10; // RnMesh_t
}
@@ -692,7 +695,7 @@ pub mod RnSoftbodySpring_t {
pub const m_flLength: usize = 0x4; // float
}
pub mod RnSphereDesc_t {
pub mod RnSphereDesc_t { // RnShapeDesc_t
pub const m_Sphere: usize = 0x10; // RnSphere_t
}
@@ -740,6 +743,6 @@ pub mod constraint_hingeparams_t {
pub const constraint: usize = 0x28; // constraint_breakableparams_t
}
pub mod vphysics_save_cphysicsbody_t {
pub mod vphysics_save_cphysicsbody_t { // RnBodyDesc_t
pub const m_nOldPointer: usize = 0xD0; // uint64_t
}