CRagdollConstraint: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
TBD | |||
'''Source location : [https://github.com/sreechar/TF2-Source-Code/tree/master/tf2_src/game/server/physconstraint.cpp /game/server/physconstraint.cpp]''' | '''Source location : [https://github.com/sreechar/TF2-Source-Code/tree/master/tf2_src/game/server/physconstraint.cpp /game/server/physconstraint.cpp]''' |
Latest revision as of 03:16, 14 July 2022
Overview[edit | edit source]
TBD
Source location : /game/server/physconstraint.cpp
Linked Entity : phys_ragdollconstraint
Class Structure[edit | edit source]
- CBaseEntity
- CServerOnlyEntity
- CLogicalEntity
- CPhysConstraint
- CRagdollConstraint
- CPhysConstraint
- CLogicalEntity
- CServerOnlyEntity
Entity DataMaps[edit | edit source]
Name | Type | Description |
---|---|---|
m_xfriction | ||
m_xmax | ||
m_xmin | ||
m_yfriction | ||
m_ymax | ||
m_ymin | ||
m_zfriction | ||
m_zmax | ||
m_zmin |