cs2-dumper/output/vphysics2_dll.hpp

1118 lines
49 KiB
C++
Raw Normal View History

2024-03-30 05:19:33 +08:00
// Generated using https://github.com/a2x/cs2-dumper
2024-08-09 06:46:25 +08:00
// 2024-08-08 22:44:32.016601800 UTC
2024-03-30 05:19:33 +08:00
#pragma once
#include <cstddef>
namespace cs2_dumper {
namespace schemas {
// Module: vphysics2.dll
// Classes count: 88
2024-04-06 01:20:08 +08:00
// Enums count: 2
namespace vphysics2_dll {
2024-04-06 01:20:08 +08:00
// Alignment: 4
// Member count: 3
2024-04-06 01:20:08 +08:00
enum class JointMotion_t : uint32_t {
JOINT_MOTION_FREE = 0x0,
JOINT_MOTION_LOCKED = 0x1,
JOINT_MOTION_COUNT = 0x2
};
// Alignment: 4
// Member count: 4
2024-04-06 01:20:08 +08:00
enum class JointAxis_t : uint32_t {
JOINT_AXIS_X = 0x0,
JOINT_AXIS_Y = 0x1,
JOINT_AXIS_Z = 0x2,
JOINT_AXIS_COUNT = 0x3
};
2024-03-30 05:19:33 +08:00
// Parent: None
// Field count: 2
2024-03-30 05:19:33 +08:00
//
// Metadata:
// MGetKV3ClassDefaults
2024-04-06 01:20:08 +08:00
namespace RnSoftbodySpring_t {
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t m_nParticle = 0x0; //
constexpr std::ptrdiff_t m_flLength = 0x4; //
2024-03-30 05:19:33 +08:00
}
// Parent: None
// Field count: 1
2024-03-30 05:19:33 +08:00
//
// Metadata:
// MGetKV3ClassDefaults
2024-04-06 01:20:08 +08:00
namespace RnSoftbodyParticle_t {
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t m_flMassInv = 0x0; //
2024-04-06 01:20:08 +08:00
}
// Parent: RnShapeDesc_t
// Field count: 1
2024-04-06 01:20:08 +08:00
//
// Metadata:
// MGetKV3ClassDefaults
namespace RnHullDesc_t {
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t m_Hull = 0x10; //
2024-03-30 05:19:33 +08:00
}
// Parent: None
// Field count: 3
2024-03-30 05:19:33 +08:00
//
// Metadata:
// MGetKV3ClassDefaults
2024-04-06 01:20:08 +08:00
namespace RnSoftbodyCapsule_t {
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t m_vCenter = 0x0; //
constexpr std::ptrdiff_t m_flRadius = 0x18; //
constexpr std::ptrdiff_t m_nParticle = 0x1C; //
2024-03-30 05:19:33 +08:00
}
2024-04-06 01:20:08 +08:00
// Parent: RnShapeDesc_t
// Field count: 1
2024-03-30 05:19:33 +08:00
//
// Metadata:
// MGetKV3ClassDefaults
2024-04-06 01:20:08 +08:00
namespace RnCapsuleDesc_t {
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t m_Capsule = 0x10; //
2024-03-30 05:19:33 +08:00
}
2024-04-06 01:20:08 +08:00
// Parent: RnShapeDesc_t
// Field count: 1
2024-03-30 05:19:33 +08:00
//
// Metadata:
// MGetKV3ClassDefaults
2024-04-06 01:20:08 +08:00
namespace RnSphereDesc_t {
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t m_Sphere = 0x10; //
2024-03-30 05:19:33 +08:00
}
2024-04-06 01:20:08 +08:00
// Parent: RnShapeDesc_t
// Field count: 1
2024-03-30 05:19:33 +08:00
//
// Metadata:
// MGetKV3ClassDefaults
2024-04-06 01:20:08 +08:00
namespace RnMeshDesc_t {
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t m_Mesh = 0x10; //
2024-04-06 01:20:08 +08:00
}
// Parent: None
// Field count: 101
2024-04-06 01:20:08 +08:00
//
// Metadata:
// MGetKV3ClassDefaults
namespace PhysFeModelDesc_t {
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t m_CtrlHash = 0x0; //
constexpr std::ptrdiff_t m_CtrlName = 0x18; //
constexpr std::ptrdiff_t m_nStaticNodeFlags = 0x30; //
constexpr std::ptrdiff_t m_nDynamicNodeFlags = 0x34; //
constexpr std::ptrdiff_t m_flLocalForce = 0x38; //
constexpr std::ptrdiff_t m_flLocalRotation = 0x3C; //
constexpr std::ptrdiff_t m_nNodeCount = 0x40; //
constexpr std::ptrdiff_t m_nStaticNodes = 0x42; //
constexpr std::ptrdiff_t m_nRotLockStaticNodes = 0x44; //
constexpr std::ptrdiff_t m_nFirstPositionDrivenNode = 0x46; //
constexpr std::ptrdiff_t m_nSimdTriCount1 = 0x48; //
constexpr std::ptrdiff_t m_nSimdTriCount2 = 0x4A; //
constexpr std::ptrdiff_t m_nSimdQuadCount1 = 0x4C; //
constexpr std::ptrdiff_t m_nSimdQuadCount2 = 0x4E; //
constexpr std::ptrdiff_t m_nQuadCount1 = 0x50; //
constexpr std::ptrdiff_t m_nQuadCount2 = 0x52; //
constexpr std::ptrdiff_t m_nTreeDepth = 0x54; //
constexpr std::ptrdiff_t m_nNodeBaseJiggleboneDependsCount = 0x56; //
constexpr std::ptrdiff_t m_nRopeCount = 0x58; //
constexpr std::ptrdiff_t m_Ropes = 0x60; //
constexpr std::ptrdiff_t m_NodeBases = 0x78; //
constexpr std::ptrdiff_t m_SimdNodeBases = 0x90; //
constexpr std::ptrdiff_t m_Quads = 0xA8; //
constexpr std::ptrdiff_t m_SimdQuads = 0xC0; //
constexpr std::ptrdiff_t m_SimdTris = 0xD8; //
2024-04-06 01:20:08 +08:00
constexpr std::ptrdiff_t m_SimdRods = 0xF0; // CUtlVector<FeSimdRodConstraint_t>
constexpr std::ptrdiff_t m_SimdRodsAnim = 0x108; // CUtlVector<FeSimdRodConstraintAnim_t>
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t m_InitPose = 0x120; //
constexpr std::ptrdiff_t m_Rods = 0x138; //
2024-04-06 01:20:08 +08:00
constexpr std::ptrdiff_t m_Twists = 0x150; // CUtlVector<FeTwistConstraint_t>
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t m_AxialEdges = 0x168; //
constexpr std::ptrdiff_t m_NodeInvMasses = 0x180; //
constexpr std::ptrdiff_t m_CtrlOffsets = 0x198; //
constexpr std::ptrdiff_t m_CtrlOsOffsets = 0x1B0; //
constexpr std::ptrdiff_t m_FollowNodes = 0x1C8; //
2024-04-06 01:20:08 +08:00
constexpr std::ptrdiff_t m_CollisionPlanes = 0x1E0; // CUtlVector<FeCollisionPlane_t>
constexpr std::ptrdiff_t m_NodeIntegrator = 0x1F8; // CUtlVector<FeNodeIntegrator_t>
constexpr std::ptrdiff_t m_SpringIntegrator = 0x210; // CUtlVector<FeSpringIntegrator_t>
constexpr std::ptrdiff_t m_SimdSpringIntegrator = 0x228; // CUtlVector<FeSimdSpringIntegrator_t>
constexpr std::ptrdiff_t m_WorldCollisionParams = 0x240; // CUtlVector<FeWorldCollisionParams_t>
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t m_LegacyStretchForce = 0x258; //
constexpr std::ptrdiff_t m_NodeCollisionRadii = 0x270; //
constexpr std::ptrdiff_t m_DynNodeFriction = 0x288; //
constexpr std::ptrdiff_t m_LocalRotation = 0x2A0; //
constexpr std::ptrdiff_t m_LocalForce = 0x2B8; //
2024-04-06 01:20:08 +08:00
constexpr std::ptrdiff_t m_TaperedCapsuleStretches = 0x2D0; // CUtlVector<FeTaperedCapsuleStretch_t>
constexpr std::ptrdiff_t m_TaperedCapsuleRigids = 0x2E8; // CUtlVector<FeTaperedCapsuleRigid_t>
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t m_SphereRigids = 0x300; //
constexpr std::ptrdiff_t m_WorldCollisionNodes = 0x318; //
constexpr std::ptrdiff_t m_TreeParents = 0x330; //
constexpr std::ptrdiff_t m_TreeCollisionMasks = 0x348; //
constexpr std::ptrdiff_t m_TreeChildren = 0x360; //
constexpr std::ptrdiff_t m_FreeNodes = 0x378; //
constexpr std::ptrdiff_t m_FitMatrices = 0x390; //
constexpr std::ptrdiff_t m_FitWeights = 0x3A8; //
2024-04-06 01:20:08 +08:00
constexpr std::ptrdiff_t m_ReverseOffsets = 0x3C0; // CUtlVector<FeNodeReverseOffset_t>
constexpr std::ptrdiff_t m_AnimStrayRadii = 0x3D8; // CUtlVector<FeAnimStrayRadius_t>
constexpr std::ptrdiff_t m_SimdAnimStrayRadii = 0x3F0; // CUtlVector<FeSimdAnimStrayRadius_t>
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t m_KelagerBends = 0x408; //
2024-04-06 01:20:08 +08:00
constexpr std::ptrdiff_t m_CtrlSoftOffsets = 0x420; // CUtlVector<FeCtrlSoftOffset_t>
constexpr std::ptrdiff_t m_JiggleBones = 0x438; // CUtlVector<CFeIndexedJiggleBone>
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t m_SourceElems = 0x450; //
constexpr std::ptrdiff_t m_GoalDampedSpringIntegrators = 0x468; //
constexpr std::ptrdiff_t m_Tris = 0x480; //
constexpr std::ptrdiff_t m_nTriCount1 = 0x498; //
constexpr std::ptrdiff_t m_nTriCount2 = 0x49A; //
constexpr std::ptrdiff_t m_nReservedUint8 = 0x49C; //
constexpr std::ptrdiff_t m_nExtraPressureIterations = 0x49D; //
constexpr std::ptrdiff_t m_nExtraGoalIterations = 0x49E; //
constexpr std::ptrdiff_t m_nExtraIterations = 0x49F; //
constexpr std::ptrdiff_t m_BoxRigids = 0x4A0; //
constexpr std::ptrdiff_t m_DynNodeVertexSet = 0x4B8; //
constexpr std::ptrdiff_t m_VertexSetNames = 0x4D0; //
2024-04-06 01:20:08 +08:00
constexpr std::ptrdiff_t m_RigidColliderPriorities = 0x4E8; // CUtlVector<FeRigidColliderIndices_t>
constexpr std::ptrdiff_t m_MorphLayers = 0x500; // CUtlVector<FeMorphLayerDepr_t>
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t m_MorphSetData = 0x518; //
constexpr std::ptrdiff_t m_VertexMaps = 0x530; //
constexpr std::ptrdiff_t m_VertexMapValues = 0x548; //
constexpr std::ptrdiff_t m_Effects = 0x560; //
constexpr std::ptrdiff_t m_LockToParent = 0x578; //
constexpr std::ptrdiff_t m_LockToGoal = 0x590; //
constexpr std::ptrdiff_t m_SkelParents = 0x5A8; //
constexpr std::ptrdiff_t m_DynNodeWindBases = 0x5C0; //
constexpr std::ptrdiff_t m_flInternalPressure = 0x5D8; //
constexpr std::ptrdiff_t m_flDefaultTimeDilation = 0x5DC; //
constexpr std::ptrdiff_t m_flWindage = 0x5E0; //
constexpr std::ptrdiff_t m_flWindDrag = 0x5E4; //
constexpr std::ptrdiff_t m_flDefaultSurfaceStretch = 0x5E8; //
constexpr std::ptrdiff_t m_flDefaultThreadStretch = 0x5EC; //
constexpr std::ptrdiff_t m_flDefaultGravityScale = 0x5F0; //
constexpr std::ptrdiff_t m_flDefaultVelAirDrag = 0x5F4; //
constexpr std::ptrdiff_t m_flDefaultExpAirDrag = 0x5F8; //
constexpr std::ptrdiff_t m_flDefaultVelQuadAirDrag = 0x5FC; //
constexpr std::ptrdiff_t m_flDefaultExpQuadAirDrag = 0x600; //
constexpr std::ptrdiff_t m_flRodVelocitySmoothRate = 0x604; //
constexpr std::ptrdiff_t m_flQuadVelocitySmoothRate = 0x608; //
constexpr std::ptrdiff_t m_flAddWorldCollisionRadius = 0x60C; //
constexpr std::ptrdiff_t m_flDefaultVolumetricSolveAmount = 0x610; //
constexpr std::ptrdiff_t m_flMotionSmoothCDT = 0x614; //
constexpr std::ptrdiff_t m_nRodVelocitySmoothIterations = 0x618; //
constexpr std::ptrdiff_t m_nQuadVelocitySmoothIterations = 0x61A; //
2024-03-30 05:19:33 +08:00
}
2024-04-06 01:20:08 +08:00
// Parent: RnBodyDesc_t
// Field count: 1
2024-03-30 05:19:33 +08:00
//
// Metadata:
// MGetKV3ClassDefaults
2024-04-06 01:20:08 +08:00
namespace vphysics_save_cphysicsbody_t {
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t m_nOldPointer = 0xD0; //
2024-03-30 05:19:33 +08:00
}
2024-04-06 01:20:08 +08:00
// Parent: FeBoxRigid_t
// Field count: 2
2024-03-30 05:19:33 +08:00
//
// Metadata:
// MGetKV3ClassDefaults
2024-04-06 01:20:08 +08:00
namespace FeBuildBoxRigid_t {
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t m_nPriority = 0x40; //
constexpr std::ptrdiff_t m_nVertexMapHash = 0x44; //
2024-04-04 21:42:40 +08:00
}
// Parent: None
// Field count: 3
2024-04-04 21:42:40 +08:00
//
// Metadata:
// MGetKV3ClassDefaults
2024-04-06 01:20:08 +08:00
namespace CFeIndexedJiggleBone {
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t m_nNode = 0x0; //
constexpr std::ptrdiff_t m_nJiggleParent = 0x4; //
constexpr std::ptrdiff_t m_jiggleBone = 0x8; //
2024-03-30 05:19:33 +08:00
}
// Parent: None
// Field count: 3
2024-03-30 05:19:33 +08:00
//
// Metadata:
// MGetKV3ClassDefaults
2024-04-06 01:20:08 +08:00
namespace FeBandBendLimit_t {
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t flDistMin = 0x0; //
constexpr std::ptrdiff_t flDistMax = 0x4; //
constexpr std::ptrdiff_t nNode = 0x8; //
2024-03-30 05:19:33 +08:00
}
// Parent: None
// Field count: 4
2024-03-30 05:19:33 +08:00
//
// Metadata:
// MGetKV3ClassDefaults
2024-04-06 01:20:08 +08:00
namespace FeTaperedCapsuleStretch_t {
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t nNode = 0x0; //
constexpr std::ptrdiff_t nCollisionMask = 0x4; //
constexpr std::ptrdiff_t nDummy = 0x6; //
constexpr std::ptrdiff_t flRadius = 0x8; //
2024-03-30 05:19:33 +08:00
}
// Parent: None
// Field count: 4
namespace constraint_axislimit_t {
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t flMinRotation = 0x0; //
constexpr std::ptrdiff_t flMaxRotation = 0x4; //
constexpr std::ptrdiff_t flMotorTargetAngSpeed = 0x8; //
constexpr std::ptrdiff_t flMotorMaxTorque = 0xC; //
}
// Parent: None
// Field count: 3
2024-03-30 05:19:33 +08:00
//
// Metadata:
// MGetKV3ClassDefaults
2024-04-06 01:20:08 +08:00
namespace FeSimdRodConstraintAnim_t {
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t nNode = 0x0; //
constexpr std::ptrdiff_t f4Weight0 = 0x10; //
constexpr std::ptrdiff_t f4RelaxationFactor = 0x20; //
2024-03-30 05:19:33 +08:00
}
// Parent: None
// Field count: 5
2024-03-30 05:19:33 +08:00
//
// Metadata:
// MGetKV3ClassDefaults
2024-04-06 01:20:08 +08:00
namespace FeSimdRodConstraint_t {
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t nNode = 0x0; //
constexpr std::ptrdiff_t f4MaxDist = 0x10; //
constexpr std::ptrdiff_t f4MinDist = 0x20; //
constexpr std::ptrdiff_t f4Weight0 = 0x30; //
constexpr std::ptrdiff_t f4RelaxationFactor = 0x40; //
2024-03-30 05:19:33 +08:00
}
// Parent: None
// Field count: 4
namespace constraint_hingeparams_t {
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t worldPosition = 0x0; //
constexpr std::ptrdiff_t worldAxisDirection = 0xC; //
constexpr std::ptrdiff_t hingeAxis = 0x18; //
constexpr std::ptrdiff_t constraint = 0x28; //
}
2024-04-06 01:20:08 +08:00
// Parent: FeSphereRigid_t
// Field count: 2
2024-03-30 05:19:33 +08:00
//
// Metadata:
// MGetKV3ClassDefaults
2024-04-06 01:20:08 +08:00
namespace FeBuildSphereRigid_t {
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t m_nPriority = 0x20; //
constexpr std::ptrdiff_t m_nVertexMapHash = 0x24; //
2024-03-30 05:19:33 +08:00
}
// Parent: None
// Field count: 3
2024-03-30 05:19:33 +08:00
//
// Metadata:
// MGetKV3ClassDefaults
2024-04-06 01:20:08 +08:00
namespace FeSimdAnimStrayRadius_t {
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t nNode = 0x0; //
constexpr std::ptrdiff_t flMaxDist = 0x10; //
constexpr std::ptrdiff_t flRelaxationFactor = 0x20; //
2024-03-30 05:19:33 +08:00
}
// Parent: None
// Field count: 1
2024-03-30 05:19:33 +08:00
//
// Metadata:
// MGetKV3ClassDefaults
2024-04-06 01:20:08 +08:00
namespace RnTriangle_t {
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t m_nIndex = 0x0; //
2024-03-30 05:19:33 +08:00
}
// Parent: None
// Field count: 2
2024-03-30 05:19:33 +08:00
//
// Metadata:
// MGetKV3ClassDefaults
2024-04-06 01:20:08 +08:00
namespace FeProxyVertexMap_t {
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t m_Name = 0x0; //
constexpr std::ptrdiff_t m_flWeight = 0x8; //
2024-03-30 05:19:33 +08:00
}
// Parent: None
// Field count: 4
2024-03-30 05:19:33 +08:00
//
// Metadata:
// MGetKV3ClassDefaults
namespace FeNodeIntegrator_t {
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t flPointDamping = 0x0; //
constexpr std::ptrdiff_t flAnimationForceAttraction = 0x4; //
constexpr std::ptrdiff_t flAnimationVertexAttraction = 0x8; //
constexpr std::ptrdiff_t flGravity = 0xC; //
2024-03-30 05:19:33 +08:00
}
// Parent: None
// Field count: 2
2024-03-30 05:19:33 +08:00
//
// Metadata:
// MGetKV3ClassDefaults
2024-04-06 01:20:08 +08:00
namespace RnCapsule_t {
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t m_vCenter = 0x0; //
constexpr std::ptrdiff_t m_flRadius = 0x18; //
2024-03-30 05:19:33 +08:00
}
// Parent: None
// Field count: 4
2024-03-30 05:19:33 +08:00
//
// Metadata:
// MGetKV3ClassDefaults
2024-04-06 01:20:08 +08:00
namespace CFeNamedJiggleBone {
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t m_strParentBone = 0x0; //
constexpr std::ptrdiff_t m_transform = 0x10; //
constexpr std::ptrdiff_t m_nJiggleParent = 0x30; //
constexpr std::ptrdiff_t m_jiggleBone = 0x34; //
2024-03-30 05:19:33 +08:00
}
// Parent: None
// Field count: 35
2024-03-30 05:19:33 +08:00
//
// Metadata:
// MGetKV3ClassDefaults
2024-04-06 01:20:08 +08:00
namespace RnBodyDesc_t {
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t m_sDebugName = 0x0; //
constexpr std::ptrdiff_t m_vPosition = 0x8; //
constexpr std::ptrdiff_t m_qOrientation = 0x14; //
constexpr std::ptrdiff_t m_vLinearVelocity = 0x24; //
constexpr std::ptrdiff_t m_vAngularVelocity = 0x30; //
constexpr std::ptrdiff_t m_vLocalMassCenter = 0x3C; //
constexpr std::ptrdiff_t m_LocalInertiaInv = 0x48; //
constexpr std::ptrdiff_t m_flMassInv = 0x6C; //
constexpr std::ptrdiff_t m_flGameMass = 0x70; //
constexpr std::ptrdiff_t m_flInertiaScaleInv = 0x74; //
constexpr std::ptrdiff_t m_flLinearDamping = 0x78; //
constexpr std::ptrdiff_t m_flAngularDamping = 0x7C; //
constexpr std::ptrdiff_t m_flLinearDrag = 0x80; //
constexpr std::ptrdiff_t m_flAngularDrag = 0x84; //
constexpr std::ptrdiff_t m_flLinearBuoyancyDrag = 0x88; //
constexpr std::ptrdiff_t m_flAngularBuoyancyDrag = 0x8C; //
constexpr std::ptrdiff_t m_vLastAwakeForceAccum = 0x90; //
constexpr std::ptrdiff_t m_vLastAwakeTorqueAccum = 0x9C; //
constexpr std::ptrdiff_t m_flBuoyancyFactor = 0xA8; //
constexpr std::ptrdiff_t m_flGravityScale = 0xAC; //
constexpr std::ptrdiff_t m_flTimeScale = 0xB0; //
constexpr std::ptrdiff_t m_nBodyType = 0xB4; //
constexpr std::ptrdiff_t m_nGameIndex = 0xB8; //
constexpr std::ptrdiff_t m_nGameFlags = 0xBC; //
constexpr std::ptrdiff_t m_nMinVelocityIterations = 0xC0; //
constexpr std::ptrdiff_t m_nMinPositionIterations = 0xC1; //
constexpr std::ptrdiff_t m_nMassPriority = 0xC2; //
constexpr std::ptrdiff_t m_bEnabled = 0xC3; //
constexpr std::ptrdiff_t m_bSleeping = 0xC4; //
constexpr std::ptrdiff_t m_bIsContinuousEnabled = 0xC5; //
constexpr std::ptrdiff_t m_bDragEnabled = 0xC6; //
constexpr std::ptrdiff_t m_bBuoyancyDragEnabled = 0xC7; //
constexpr std::ptrdiff_t m_bGravityDisabled = 0xC8; //
constexpr std::ptrdiff_t m_bSpeculativeEnabled = 0xC9; //
constexpr std::ptrdiff_t m_bHasShadowController = 0xCA; //
2024-03-30 05:19:33 +08:00
}
// Parent: None
// Field count: 12
2024-03-30 05:19:33 +08:00
//
// Metadata:
// MGetKV3ClassDefaults
2024-04-06 01:20:08 +08:00
namespace OldFeEdge_t {
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t m_flK = 0x0; //
constexpr std::ptrdiff_t invA = 0xC; //
constexpr std::ptrdiff_t t = 0x10; //
constexpr std::ptrdiff_t flThetaRelaxed = 0x14; //
constexpr std::ptrdiff_t flThetaFactor = 0x18; //
constexpr std::ptrdiff_t c01 = 0x1C; //
constexpr std::ptrdiff_t c02 = 0x20; //
constexpr std::ptrdiff_t c03 = 0x24; //
constexpr std::ptrdiff_t c04 = 0x28; //
constexpr std::ptrdiff_t flAxialModelDist = 0x2C; //
constexpr std::ptrdiff_t flAxialModelWeights = 0x30; //
constexpr std::ptrdiff_t m_nNode = 0x40; //
2024-03-30 05:19:33 +08:00
}
// Parent: None
// Field count: 3
2024-03-30 05:19:33 +08:00
//
// Metadata:
// MGetKV3ClassDefaults
2024-04-06 01:20:08 +08:00
namespace FeFollowNode_t {
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t nParentNode = 0x0; //
constexpr std::ptrdiff_t nChildNode = 0x2; //
constexpr std::ptrdiff_t flWeight = 0x4; //
2024-03-30 05:19:33 +08:00
}
// Parent: None
// Field count: 10
2024-03-30 05:19:33 +08:00
//
// Metadata:
// MGetKV3ClassDefaults
2024-04-06 01:20:08 +08:00
namespace RnMesh_t {
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t m_vMin = 0x0; //
constexpr std::ptrdiff_t m_vMax = 0xC; //
constexpr std::ptrdiff_t m_Nodes = 0x18; //
constexpr std::ptrdiff_t m_Vertices = 0x30; //
constexpr std::ptrdiff_t m_Triangles = 0x48; //
constexpr std::ptrdiff_t m_Wings = 0x60; //
constexpr std::ptrdiff_t m_Materials = 0x78; //
constexpr std::ptrdiff_t m_vOrthographicAreas = 0x90; //
constexpr std::ptrdiff_t m_nFlags = 0x9C; //
constexpr std::ptrdiff_t m_nDebugFlags = 0xA0; //
2024-04-04 21:42:40 +08:00
}
// Parent: None
// Field count: 2
namespace VertexPositionNormal_t {
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t m_vPosition = 0x0; //
constexpr std::ptrdiff_t m_vNormal = 0xC; //
}
// Parent: None
// Field count: 8
2024-04-04 21:42:40 +08:00
//
// Metadata:
// MGetKV3ClassDefaults
2024-04-06 01:20:08 +08:00
namespace RnBlendVertex_t {
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t m_nWeight0 = 0x0; //
constexpr std::ptrdiff_t m_nIndex0 = 0x2; //
constexpr std::ptrdiff_t m_nWeight1 = 0x4; //
constexpr std::ptrdiff_t m_nIndex1 = 0x6; //
constexpr std::ptrdiff_t m_nWeight2 = 0x8; //
constexpr std::ptrdiff_t m_nIndex2 = 0xA; //
constexpr std::ptrdiff_t m_nFlags = 0xC; //
constexpr std::ptrdiff_t m_nTargetIndex = 0xE; //
2024-03-30 05:19:33 +08:00
}
// Parent: None
// Field count: 7
2024-03-30 05:19:33 +08:00
//
// Metadata:
// MGetKV3ClassDefaults
2024-04-06 01:20:08 +08:00
namespace CFeMorphLayer {
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t m_Name = 0x0; //
constexpr std::ptrdiff_t m_nNameHash = 0x8; //
constexpr std::ptrdiff_t m_Nodes = 0x10; //
constexpr std::ptrdiff_t m_InitPos = 0x28; //
constexpr std::ptrdiff_t m_Gravity = 0x40; //
constexpr std::ptrdiff_t m_GoalStrength = 0x58; //
constexpr std::ptrdiff_t m_GoalDamping = 0x70; //
2024-04-04 21:42:40 +08:00
}
// Parent: None
// Field count: 4
2024-04-04 21:42:40 +08:00
//
// Metadata:
// MGetKV3ClassDefaults
namespace FeCtrlSoftOffset_t {
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t nCtrlParent = 0x0; //
constexpr std::ptrdiff_t nCtrlChild = 0x2; //
constexpr std::ptrdiff_t vOffset = 0x4; //
constexpr std::ptrdiff_t flAlpha = 0x10; //
2024-04-04 21:42:40 +08:00
}
// Parent: None
// Field count: 12
2024-04-04 21:42:40 +08:00
//
// Metadata:
// MGetKV3ClassDefaults
namespace FeVertexMapDesc_t {
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t sName = 0x0; //
constexpr std::ptrdiff_t nNameHash = 0x8; //
constexpr std::ptrdiff_t nColor = 0xC; //
constexpr std::ptrdiff_t nFlags = 0x10; //
constexpr std::ptrdiff_t nVertexBase = 0x14; //
constexpr std::ptrdiff_t nVertexCount = 0x16; //
constexpr std::ptrdiff_t nMapOffset = 0x18; //
constexpr std::ptrdiff_t nNodeListOffset = 0x1C; //
constexpr std::ptrdiff_t vCenterOfMass = 0x20; //
constexpr std::ptrdiff_t flVolumetricSolveStrength = 0x2C; //
constexpr std::ptrdiff_t nScaleSourceNode = 0x30; //
constexpr std::ptrdiff_t nNodeListCount = 0x32; //
2024-03-30 05:19:33 +08:00
}
// Parent: None
// Field count: 5
2024-03-30 05:19:33 +08:00
//
// Metadata:
// MGetKV3ClassDefaults
2024-04-06 01:20:08 +08:00
namespace FeTaperedCapsuleRigid_t {
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t vSphere = 0x0; //
constexpr std::ptrdiff_t nNode = 0x20; //
constexpr std::ptrdiff_t nCollisionMask = 0x22; //
constexpr std::ptrdiff_t nVertexMapIndex = 0x24; //
constexpr std::ptrdiff_t nFlags = 0x26; //
2024-04-04 21:42:40 +08:00
}
// Parent: None
// Field count: 3
2024-04-04 21:42:40 +08:00
//
// Metadata:
// MGetKV3ClassDefaults
2024-04-06 01:20:08 +08:00
namespace FeAnimStrayRadius_t {
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t nNode = 0x0; //
constexpr std::ptrdiff_t flMaxDist = 0x4; //
constexpr std::ptrdiff_t flRelaxationFactor = 0x8; //
2024-03-30 05:19:33 +08:00
}
// Parent: None
// Field count: 3
2024-03-30 05:19:33 +08:00
//
// Metadata:
// MGetKV3ClassDefaults
2024-04-04 21:42:40 +08:00
namespace FeEdgeDesc_t {
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t nEdge = 0x0; //
constexpr std::ptrdiff_t nSide = 0x4; //
constexpr std::ptrdiff_t nVirtElem = 0xC; //
2024-03-30 05:19:33 +08:00
}
// Parent: None
// Field count: 3
2024-03-30 05:19:33 +08:00
//
// Metadata:
// MGetKV3ClassDefaults
2024-04-06 01:20:08 +08:00
namespace FeNodeReverseOffset_t {
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t vOffset = 0x0; //
constexpr std::ptrdiff_t nBoneCtrl = 0xC; //
constexpr std::ptrdiff_t nTargetNode = 0xE; //
2024-04-04 21:42:40 +08:00
}
// Parent: None
// Field count: 2
2024-04-04 21:42:40 +08:00
//
// Metadata:
// MGetKV3ClassDefaults
2024-04-06 01:20:08 +08:00
namespace RnPlane_t {
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t m_vNormal = 0x0; //
constexpr std::ptrdiff_t m_flOffset = 0xC; //
2024-03-30 05:19:33 +08:00
}
// Parent: None
// Field count: 35
2024-03-30 05:19:33 +08:00
//
// Metadata:
// MGetKV3ClassDefaults
2024-04-06 01:20:08 +08:00
namespace CFeJiggleBone {
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t m_nFlags = 0x0; //
constexpr std::ptrdiff_t m_flLength = 0x4; //
constexpr std::ptrdiff_t m_flTipMass = 0x8; //
constexpr std::ptrdiff_t m_flYawStiffness = 0xC; //
constexpr std::ptrdiff_t m_flYawDamping = 0x10; //
constexpr std::ptrdiff_t m_flPitchStiffness = 0x14; //
constexpr std::ptrdiff_t m_flPitchDamping = 0x18; //
constexpr std::ptrdiff_t m_flAlongStiffness = 0x1C; //
constexpr std::ptrdiff_t m_flAlongDamping = 0x20; //
constexpr std::ptrdiff_t m_flAngleLimit = 0x24; //
constexpr std::ptrdiff_t m_flMinYaw = 0x28; //
constexpr std::ptrdiff_t m_flMaxYaw = 0x2C; //
constexpr std::ptrdiff_t m_flYawFriction = 0x30; //
constexpr std::ptrdiff_t m_flYawBounce = 0x34; //
constexpr std::ptrdiff_t m_flMinPitch = 0x38; //
constexpr std::ptrdiff_t m_flMaxPitch = 0x3C; //
constexpr std::ptrdiff_t m_flPitchFriction = 0x40; //
constexpr std::ptrdiff_t m_flPitchBounce = 0x44; //
constexpr std::ptrdiff_t m_flBaseMass = 0x48; //
constexpr std::ptrdiff_t m_flBaseStiffness = 0x4C; //
constexpr std::ptrdiff_t m_flBaseDamping = 0x50; //
constexpr std::ptrdiff_t m_flBaseMinLeft = 0x54; //
constexpr std::ptrdiff_t m_flBaseMaxLeft = 0x58; //
constexpr std::ptrdiff_t m_flBaseLeftFriction = 0x5C; //
constexpr std::ptrdiff_t m_flBaseMinUp = 0x60; //
constexpr std::ptrdiff_t m_flBaseMaxUp = 0x64; //
constexpr std::ptrdiff_t m_flBaseUpFriction = 0x68; //
constexpr std::ptrdiff_t m_flBaseMinForward = 0x6C; //
constexpr std::ptrdiff_t m_flBaseMaxForward = 0x70; //
constexpr std::ptrdiff_t m_flBaseForwardFriction = 0x74; //
constexpr std::ptrdiff_t m_flRadius0 = 0x78; //
constexpr std::ptrdiff_t m_flRadius1 = 0x7C; //
constexpr std::ptrdiff_t m_vPoint0 = 0x80; //
constexpr std::ptrdiff_t m_vPoint1 = 0x8C; //
constexpr std::ptrdiff_t m_nCollisionMask = 0x98; //
2024-04-04 21:42:40 +08:00
}
// Parent: None
// Field count: 2
2024-04-04 21:42:40 +08:00
//
// Metadata:
// MGetKV3ClassDefaults
namespace CRegionSVM {
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t m_Planes = 0x0; //
constexpr std::ptrdiff_t m_Nodes = 0x18; //
2024-04-04 21:42:40 +08:00
}
// Parent: None
// Field count: 4
2024-04-04 21:42:40 +08:00
//
// Metadata:
// MGetKV3ClassDefaults
2024-04-06 01:20:08 +08:00
namespace FeWorldCollisionParams_t {
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t flWorldFriction = 0x0; //
constexpr std::ptrdiff_t flGroundFriction = 0x4; //
constexpr std::ptrdiff_t nListBegin = 0x8; //
constexpr std::ptrdiff_t nListEnd = 0xA; //
2024-04-04 21:42:40 +08:00
}
// Parent: None
// Field count: 4
2024-04-04 21:42:40 +08:00
//
// Metadata:
// MGetKV3ClassDefaults
namespace RnNode_t {
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t m_vMin = 0x0; //
constexpr std::ptrdiff_t m_nChildren = 0xC; //
constexpr std::ptrdiff_t m_vMax = 0x10; //
constexpr std::ptrdiff_t m_nTriangleOffset = 0x1C; //
2024-04-04 21:42:40 +08:00
}
// Parent: None
// Field count: 5
2024-04-04 21:42:40 +08:00
//
// Metadata:
// MGetKV3ClassDefaults
2024-04-06 01:20:08 +08:00
namespace FeFitMatrix_t {
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t bone = 0x0; //
constexpr std::ptrdiff_t vCenter = 0x20; //
constexpr std::ptrdiff_t nEnd = 0x2C; //
constexpr std::ptrdiff_t nNode = 0x2E; //
constexpr std::ptrdiff_t nBeginDynamic = 0x30; //
2024-04-04 21:42:40 +08:00
}
// Parent: None
// Field count: 4
2024-04-04 21:42:40 +08:00
//
// Metadata:
// MGetKV3ClassDefaults
2024-04-06 01:20:08 +08:00
namespace FeSimdQuad_t {
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t nNode = 0x0; //
constexpr std::ptrdiff_t f4Slack = 0x20; //
constexpr std::ptrdiff_t vShape = 0x30; //
constexpr std::ptrdiff_t f4Weights = 0xF0; //
2024-04-04 21:42:40 +08:00
}
// Parent: None
// Field count: 5
2024-04-04 21:42:40 +08:00
//
// Metadata:
// MGetKV3ClassDefaults
2024-04-06 01:20:08 +08:00
namespace FeSimdSpringIntegrator_t {
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t nNode = 0x0; //
constexpr std::ptrdiff_t flSpringRestLength = 0x10; //
constexpr std::ptrdiff_t flSpringConstant = 0x20; //
constexpr std::ptrdiff_t flSpringDamping = 0x30; //
constexpr std::ptrdiff_t flNodeWeight0 = 0x40; //
2024-04-04 21:42:40 +08:00
}
// Parent: None
// Field count: 7
2024-04-04 21:42:40 +08:00
//
// Metadata:
// MGetKV3ClassDefaults
2024-04-06 01:20:08 +08:00
namespace FeSimdNodeBase_t {
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t nNode = 0x0; //
constexpr std::ptrdiff_t nNodeX0 = 0x8; //
constexpr std::ptrdiff_t nNodeX1 = 0x10; //
constexpr std::ptrdiff_t nNodeY0 = 0x18; //
constexpr std::ptrdiff_t nNodeY1 = 0x20; //
constexpr std::ptrdiff_t nDummy = 0x28; //
constexpr std::ptrdiff_t qAdjust = 0x30; //
2024-04-04 21:42:40 +08:00
}
// Parent: None
// Field count: 3
2024-04-04 21:42:40 +08:00
//
// Metadata:
// MGetKV3ClassDefaults
2024-04-06 01:20:08 +08:00
namespace FeQuad_t {
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t nNode = 0x0; //
constexpr std::ptrdiff_t flSlack = 0x8; //
constexpr std::ptrdiff_t vShape = 0xC; //
2024-04-04 21:42:40 +08:00
}
// Parent: None
// Field count: 1
2024-04-04 21:42:40 +08:00
//
// Metadata:
// MGetKV3ClassDefaults
2024-04-06 01:20:08 +08:00
namespace RnWing_t {
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t m_nIndex = 0x0; //
2024-04-04 21:42:40 +08:00
}
// Parent: None
// Field count: 2
2024-04-04 21:42:40 +08:00
//
// Metadata:
// MGetKV3ClassDefaults
2024-04-06 01:20:08 +08:00
namespace FeWeightedNode_t {
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t nNode = 0x0; //
constexpr std::ptrdiff_t nWeight = 0x2; //
2024-04-04 21:42:40 +08:00
}
// Parent: None
// Field count: 4
2024-04-04 21:42:40 +08:00
//
// Metadata:
// MGetKV3ClassDefaults
2024-04-06 01:20:08 +08:00
namespace FeEffectDesc_t {
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t sName = 0x0; //
constexpr std::ptrdiff_t nNameHash = 0x8; //
constexpr std::ptrdiff_t nType = 0xC; //
constexpr std::ptrdiff_t m_Params = 0x10; //
2024-04-04 21:42:40 +08:00
}
// Parent: None
// Field count: 5
2024-04-04 21:42:40 +08:00
//
// Metadata:
// MGetKV3ClassDefaults
2024-04-06 01:20:08 +08:00
namespace FeSpringIntegrator_t {
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t nNode = 0x0; //
constexpr std::ptrdiff_t flSpringRestLength = 0x4; //
constexpr std::ptrdiff_t flSpringConstant = 0x8; //
constexpr std::ptrdiff_t flSpringDamping = 0xC; //
constexpr std::ptrdiff_t flNodeWeight0 = 0x10; //
2024-04-04 21:42:40 +08:00
}
// Parent: None
// Field count: 2
2024-04-04 21:42:40 +08:00
//
// Metadata:
// MGetKV3ClassDefaults
2024-04-06 01:20:08 +08:00
namespace FourVectors2D {
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t x = 0x0; //
constexpr std::ptrdiff_t y = 0x10; //
2024-03-30 05:19:33 +08:00
}
2024-04-04 21:42:40 +08:00
// Parent: None
// Field count: 4
2024-03-30 05:19:33 +08:00
//
// Metadata:
// MGetKV3ClassDefaults
2024-04-06 01:20:08 +08:00
namespace FeKelagerBend2_t {
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t flWeight = 0x0; //
constexpr std::ptrdiff_t flHeight0 = 0xC; //
constexpr std::ptrdiff_t nNode = 0x10; //
constexpr std::ptrdiff_t nReserved = 0x16; //
2024-03-30 05:19:33 +08:00
}
2024-04-04 21:42:40 +08:00
// Parent: None
// Field count: 6
2024-03-30 05:19:33 +08:00
//
// Metadata:
// MGetKV3ClassDefaults
2024-04-06 01:20:08 +08:00
namespace CastSphereSATParams_t {
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t m_vRayStart = 0x0; //
constexpr std::ptrdiff_t m_vRayDelta = 0xC; //
constexpr std::ptrdiff_t m_flRadius = 0x18; //
constexpr std::ptrdiff_t m_flMaxFraction = 0x1C; //
constexpr std::ptrdiff_t m_flScale = 0x20; //
constexpr std::ptrdiff_t m_pHull = 0x28; //
2024-03-30 05:19:33 +08:00
}
// Parent: None
// Field count: 4
2024-03-30 05:19:33 +08:00
//
// Metadata:
// MGetKV3ClassDefaults
2024-04-06 01:20:08 +08:00
namespace FeRigidColliderIndices_t {
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t m_nTaperedCapsuleRigidIndex = 0x0; //
constexpr std::ptrdiff_t m_nSphereRigidIndex = 0x2; //
constexpr std::ptrdiff_t m_nBoxRigidIndex = 0x4; //
constexpr std::ptrdiff_t m_nCollisionPlaneIndex = 0x6; //
2024-03-30 05:19:33 +08:00
}
// Parent: None
// Field count: 4
2024-03-30 05:19:33 +08:00
//
// Metadata:
// MGetKV3ClassDefaults
2024-04-06 01:20:08 +08:00
namespace FeCollisionPlane_t {
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t nCtrlParent = 0x0; //
constexpr std::ptrdiff_t nChildNode = 0x2; //
constexpr std::ptrdiff_t m_Plane = 0x4; //
constexpr std::ptrdiff_t flStrength = 0x14; //
2024-03-30 05:19:33 +08:00
}
// Parent: None
// Field count: 4
2024-03-30 05:19:33 +08:00
//
// Metadata:
// MGetKV3ClassDefaults
2024-04-06 01:20:08 +08:00
namespace FeStiffHingeBuild_t {
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t flMaxAngle = 0x0; //
constexpr std::ptrdiff_t flStrength = 0x4; //
constexpr std::ptrdiff_t flMotionBias = 0x8; //
constexpr std::ptrdiff_t nNode = 0x14; //
2024-03-30 05:19:33 +08:00
}
// Parent: None
// Field count: 6
2024-03-30 05:19:33 +08:00
//
// Metadata:
// MGetKV3ClassDefaults
2024-04-06 01:20:08 +08:00
namespace FeBoxRigid_t {
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t tmFrame2 = 0x0; //
constexpr std::ptrdiff_t nNode = 0x20; //
constexpr std::ptrdiff_t nCollisionMask = 0x22; //
constexpr std::ptrdiff_t vSize = 0x24; //
constexpr std::ptrdiff_t nVertexMapIndex = 0x30; //
constexpr std::ptrdiff_t nFlags = 0x32; //
2024-03-30 05:19:33 +08:00
}
// Parent: None
// Field count: 8
2024-03-30 05:19:33 +08:00
//
// Metadata:
2024-04-06 01:20:08 +08:00
// MGetKV3ClassDefaults
namespace FeMorphLayerDepr_t {
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t m_Name = 0x0; //
constexpr std::ptrdiff_t m_nNameHash = 0x8; //
constexpr std::ptrdiff_t m_Nodes = 0x10; //
constexpr std::ptrdiff_t m_InitPos = 0x28; //
constexpr std::ptrdiff_t m_Gravity = 0x40; //
constexpr std::ptrdiff_t m_GoalStrength = 0x58; //
constexpr std::ptrdiff_t m_GoalDamping = 0x70; //
constexpr std::ptrdiff_t m_nFlags = 0x88; //
2024-03-30 05:19:33 +08:00
}
// Parent: None
// Field count: 3
2024-03-30 05:19:33 +08:00
//
// Metadata:
// MGetKV3ClassDefaults
2024-04-06 01:20:08 +08:00
namespace FeCtrlOffset_t {
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t vOffset = 0x0; //
constexpr std::ptrdiff_t nCtrlParent = 0xC; //
constexpr std::ptrdiff_t nCtrlChild = 0xE; //
2024-03-30 05:19:33 +08:00
}
2024-04-06 01:20:08 +08:00
// Parent: None
// Field count: 0
namespace IPhysicsPlayerController {
}
// Parent: None
// Field count: 7
2024-03-30 05:19:33 +08:00
//
// Metadata:
// MGetKV3ClassDefaults
2024-04-06 01:20:08 +08:00
namespace FeNodeBase_t {
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t nNode = 0x0; //
constexpr std::ptrdiff_t nDummy = 0x2; //
constexpr std::ptrdiff_t nNodeX0 = 0x8; //
constexpr std::ptrdiff_t nNodeX1 = 0xA; //
constexpr std::ptrdiff_t nNodeY0 = 0xC; //
constexpr std::ptrdiff_t nNodeY1 = 0xE; //
constexpr std::ptrdiff_t qAdjust = 0x10; //
2024-03-30 05:19:33 +08:00
}
2024-04-06 01:20:08 +08:00
// Parent: None
// Field count: 6
2024-03-30 05:19:33 +08:00
//
// Metadata:
// MGetKV3ClassDefaults
2024-04-06 01:20:08 +08:00
namespace FeVertexMapBuild_t {
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t m_VertexMapName = 0x0; //
constexpr std::ptrdiff_t m_nNameHash = 0x8; //
constexpr std::ptrdiff_t m_Color = 0xC; //
constexpr std::ptrdiff_t m_flVolumetricSolveStrength = 0x10; //
constexpr std::ptrdiff_t m_nScaleSourceNode = 0x14; //
constexpr std::ptrdiff_t m_Weights = 0x18; //
2024-03-30 05:19:33 +08:00
}
2024-04-06 01:20:08 +08:00
// Parent: None
// Field count: 1
2024-03-30 05:19:33 +08:00
//
// Metadata:
// MGetKV3ClassDefaults
2024-04-06 01:20:08 +08:00
namespace CFeVertexMapBuildArray {
constexpr std::ptrdiff_t m_Array = 0x0; // CUtlVector<FeVertexMapBuild_t*>
2024-03-30 05:19:33 +08:00
}
// Parent: None
// Field count: 5
2024-03-30 05:19:33 +08:00
//
// Metadata:
// MGetKV3ClassDefaults
2024-04-06 01:20:08 +08:00
namespace FeTri_t {
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t nNode = 0x0; //
constexpr std::ptrdiff_t w1 = 0x8; //
constexpr std::ptrdiff_t w2 = 0xC; //
constexpr std::ptrdiff_t v1x = 0x10; //
constexpr std::ptrdiff_t v2 = 0x14; //
2024-03-30 05:19:33 +08:00
}
2024-04-06 01:20:08 +08:00
// Parent: None
// Field count: 14
2024-03-30 05:19:33 +08:00
//
// Metadata:
// MGetKV3ClassDefaults
2024-04-06 01:20:08 +08:00
namespace RnHull_t {
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t m_vCentroid = 0x0; //
constexpr std::ptrdiff_t m_flMaxAngularRadius = 0xC; //
constexpr std::ptrdiff_t m_Bounds = 0x10; //
constexpr std::ptrdiff_t m_vOrthographicAreas = 0x28; //
constexpr std::ptrdiff_t m_MassProperties = 0x34; //
constexpr std::ptrdiff_t m_flVolume = 0x64; //
constexpr std::ptrdiff_t m_flSurfaceArea = 0x68; //
constexpr std::ptrdiff_t m_Vertices = 0x70; //
constexpr std::ptrdiff_t m_VertexPositions = 0x88; //
constexpr std::ptrdiff_t m_Edges = 0xA0; //
constexpr std::ptrdiff_t m_Faces = 0xB8; //
constexpr std::ptrdiff_t m_FacePlanes = 0xD0; //
constexpr std::ptrdiff_t m_nFlags = 0xE8; //
constexpr std::ptrdiff_t m_pRegionSVM = 0xF0; //
2024-03-30 05:19:33 +08:00
}
2024-04-06 01:20:08 +08:00
// Parent: None
// Field count: 4
2024-03-30 05:19:33 +08:00
//
// Metadata:
// MGetKV3ClassDefaults
2024-04-06 01:20:08 +08:00
namespace CovMatrix3 {
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t m_vDiag = 0x0; //
constexpr std::ptrdiff_t m_flXY = 0xC; //
constexpr std::ptrdiff_t m_flXZ = 0x10; //
constexpr std::ptrdiff_t m_flYZ = 0x14; //
2024-04-04 21:42:40 +08:00
}
2024-04-06 01:20:08 +08:00
// Parent: None
// Field count: 1
2024-04-04 21:42:40 +08:00
//
// Metadata:
// MGetKV3ClassDefaults
2024-04-06 01:20:08 +08:00
namespace RnVertex_t {
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t m_nEdge = 0x0; //
2024-03-30 05:19:33 +08:00
}
// Parent: None
// Field count: 1
2024-03-30 05:19:33 +08:00
//
// Metadata:
// MGetKV3ClassDefaults
2024-04-06 01:20:08 +08:00
namespace Dop26_t {
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t m_flSupport = 0x0; //
2024-03-30 05:19:33 +08:00
}
// Parent: None
// Field count: 1
2024-03-30 05:19:33 +08:00
//
// Metadata:
// MGetKV3ClassDefaults
2024-04-06 01:20:08 +08:00
namespace RnFace_t {
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t m_nEdge = 0x0; //
2024-03-30 05:19:33 +08:00
}
2024-04-06 01:20:08 +08:00
// Parent: None
// Field count: 2
2024-03-30 05:19:33 +08:00
//
// Metadata:
// MGetKV3ClassDefaults
2024-04-06 01:20:08 +08:00
namespace FeCtrlOsOffset_t {
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t nCtrlParent = 0x0; //
constexpr std::ptrdiff_t nCtrlChild = 0x2; //
2024-04-04 21:42:40 +08:00
}
2024-04-06 01:20:08 +08:00
// Parent: None
// Field count: 1
2024-04-04 21:42:40 +08:00
//
// Metadata:
// MGetKV3ClassDefaults
2024-04-06 01:20:08 +08:00
namespace FeSourceEdge_t {
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t nNode = 0x0; //
2024-03-30 05:19:33 +08:00
}
// Parent: None
// Field count: 4
2024-03-30 05:19:33 +08:00
//
// Metadata:
// MGetKV3ClassDefaults
2024-04-06 01:20:08 +08:00
namespace FeTwistConstraint_t {
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t nNodeOrient = 0x0; //
constexpr std::ptrdiff_t nNodeEnd = 0x2; //
constexpr std::ptrdiff_t flTwistRelax = 0x4; //
constexpr std::ptrdiff_t flSwingRelax = 0x8; //
2024-03-30 05:19:33 +08:00
}
// Parent: None
// Field count: 4
2024-03-30 05:19:33 +08:00
//
// Metadata:
// MGetKV3ClassDefaults
2024-04-06 01:20:08 +08:00
namespace FeNodeWindBase_t {
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t nNodeX0 = 0x0; //
constexpr std::ptrdiff_t nNodeX1 = 0x2; //
constexpr std::ptrdiff_t nNodeY0 = 0x4; //
constexpr std::ptrdiff_t nNodeY1 = 0x6; //
2024-03-30 05:19:33 +08:00
}
2024-04-06 01:20:08 +08:00
// Parent: None
// Field count: 5
2024-03-30 05:19:33 +08:00
//
// Metadata:
// MGetKV3ClassDefaults
2024-04-06 01:20:08 +08:00
namespace FeAxialEdgeBend_t {
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t te = 0x0; //
constexpr std::ptrdiff_t tv = 0x4; //
constexpr std::ptrdiff_t flDist = 0x8; //
constexpr std::ptrdiff_t flWeight = 0xC; //
constexpr std::ptrdiff_t nNode = 0x1C; //
2024-03-30 05:19:33 +08:00
}
2024-04-06 01:20:08 +08:00
// Parent: None
// Field count: 4
2024-03-30 05:19:33 +08:00
//
// Metadata:
// MGetKV3ClassDefaults
2024-04-06 01:20:08 +08:00
namespace FourCovMatrices3 {
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t m_vDiag = 0x0; //
constexpr std::ptrdiff_t m_flXY = 0x30; //
constexpr std::ptrdiff_t m_flXZ = 0x40; //
constexpr std::ptrdiff_t m_flYZ = 0x50; //
2024-03-30 05:19:33 +08:00
}
2024-04-06 01:20:08 +08:00
// Parent: None
// Field count: 5
namespace constraint_breakableparams_t {
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t strength = 0x0; //
constexpr std::ptrdiff_t forceLimit = 0x4; //
constexpr std::ptrdiff_t torqueLimit = 0x8; //
constexpr std::ptrdiff_t bodyMassScale = 0xC; //
constexpr std::ptrdiff_t isActive = 0x14; //
}
// Parent: None
// Field count: 5
2024-03-30 05:19:33 +08:00
//
// Metadata:
// MGetKV3ClassDefaults
2024-04-06 01:20:08 +08:00
namespace FeSphereRigid_t {
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t vSphere = 0x0; //
constexpr std::ptrdiff_t nNode = 0x10; //
constexpr std::ptrdiff_t nCollisionMask = 0x12; //
constexpr std::ptrdiff_t nVertexMapIndex = 0x14; //
constexpr std::ptrdiff_t nFlags = 0x16; //
2024-03-30 05:19:33 +08:00
}
2024-04-06 01:20:08 +08:00
// Parent: FeTaperedCapsuleRigid_t
// Field count: 2
2024-03-30 05:19:33 +08:00
//
// Metadata:
// MGetKV3ClassDefaults
2024-04-06 01:20:08 +08:00
namespace FeBuildTaperedCapsuleRigid_t {
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t m_nPriority = 0x30; //
constexpr std::ptrdiff_t m_nVertexMapHash = 0x34; //
2024-03-30 05:19:33 +08:00
}
2024-04-06 01:20:08 +08:00
// Parent: None
// Field count: 2
2024-03-30 05:19:33 +08:00
//
// Metadata:
// MGetKV3ClassDefaults
2024-04-06 01:20:08 +08:00
namespace FeSoftParent_t {
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t nParent = 0x0; //
constexpr std::ptrdiff_t flAlpha = 0x4; //
2024-03-30 05:19:33 +08:00
}
2024-04-06 01:20:08 +08:00
// Parent: None
// Field count: 3
2024-03-30 05:19:33 +08:00
//
// Metadata:
// MGetKV3ClassDefaults
2024-04-06 01:20:08 +08:00
namespace RnShapeDesc_t {
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t m_nCollisionAttributeIndex = 0x0; //
constexpr std::ptrdiff_t m_nSurfacePropertyIndex = 0x4; //
constexpr std::ptrdiff_t m_UserFriendlyName = 0x8; //
2024-03-30 05:19:33 +08:00
}
// Parent: None
// Field count: 1
2024-03-30 05:19:33 +08:00
//
// Metadata:
// MGetKV3ClassDefaults
2024-04-06 01:20:08 +08:00
namespace FeTreeChildren_t {
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t nChild = 0x0; //
2024-03-30 05:19:33 +08:00
}
// Parent: None
// Field count: 5
2024-03-30 05:19:33 +08:00
//
// Metadata:
// MGetKV3ClassDefaults
2024-04-06 01:20:08 +08:00
namespace FeRodConstraint_t {
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t nNode = 0x0; //
constexpr std::ptrdiff_t flMaxDist = 0x4; //
constexpr std::ptrdiff_t flMinDist = 0x8; //
constexpr std::ptrdiff_t flWeight0 = 0xC; //
constexpr std::ptrdiff_t flRelaxationFactor = 0x10; //
2024-03-30 05:19:33 +08:00
}
2024-04-06 01:20:08 +08:00
// Parent: None
// Field count: 3
2024-03-30 05:19:33 +08:00
//
// Metadata:
// MGetKV3ClassDefaults
2024-04-06 01:20:08 +08:00
namespace FeFitWeight_t {
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t flWeight = 0x0; //
constexpr std::ptrdiff_t nNode = 0x4; //
constexpr std::ptrdiff_t nDummy = 0x6; //
2024-03-30 05:19:33 +08:00
}
// Parent: None
// Field count: 4
2024-03-30 05:19:33 +08:00
//
// Metadata:
// MGetKV3ClassDefaults
2024-04-06 01:20:08 +08:00
namespace RnHalfEdge_t {
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t m_nNext = 0x0; //
constexpr std::ptrdiff_t m_nTwin = 0x1; //
constexpr std::ptrdiff_t m_nOrigin = 0x2; //
constexpr std::ptrdiff_t m_nFace = 0x3; //
2024-03-30 05:19:33 +08:00
}
2024-04-06 01:20:08 +08:00
// Parent: None
// Field count: 5
2024-04-04 21:42:40 +08:00
//
// Metadata:
// MGetKV3ClassDefaults
2024-04-06 01:20:08 +08:00
namespace FeSimdTri_t {
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t nNode = 0x0; //
constexpr std::ptrdiff_t w1 = 0x30; //
constexpr std::ptrdiff_t w2 = 0x40; //
constexpr std::ptrdiff_t v1x = 0x50; //
constexpr std::ptrdiff_t v2 = 0x60; //
2024-04-04 21:42:40 +08:00
}
2024-04-06 01:20:08 +08:00
// Parent: None
// Field count: 1
namespace VertexPositionColor_t {
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t m_vPosition = 0x0; //
}
// Parent: None
// Field count: 3
2024-03-30 05:19:33 +08:00
//
// Metadata:
// MGetKV3ClassDefaults
2024-04-06 01:20:08 +08:00
namespace FeFitInfluence_t {
2024-08-09 06:46:25 +08:00
constexpr std::ptrdiff_t nVertexNode = 0x0; //
constexpr std::ptrdiff_t flWeight = 0x4; //
constexpr std::ptrdiff_t nMatrixNode = 0x8; //
2024-03-30 05:19:33 +08:00
}
}
}
}