mirror of
https://github.com/a2x/cs2-dumper.git
synced 2026-04-17 16:39:58 +08:00
📦 Game Update 13965
This commit is contained in:
@@ -2029,24 +2029,28 @@
|
||||
"comment": "AABB_t"
|
||||
},
|
||||
"m_Edges": {
|
||||
"value": 128,
|
||||
"value": 152,
|
||||
"comment": "CUtlVector<RnHalfEdge_t>"
|
||||
},
|
||||
"m_FacePlanes": {
|
||||
"value": 200,
|
||||
"comment": "CUtlVector<RnPlane_t>"
|
||||
},
|
||||
"m_Faces": {
|
||||
"value": 152,
|
||||
"value": 176,
|
||||
"comment": "CUtlVector<RnFace_t>"
|
||||
},
|
||||
"m_MassProperties": {
|
||||
"value": 52,
|
||||
"comment": "matrix3x4_t"
|
||||
},
|
||||
"m_Planes": {
|
||||
"value": 176,
|
||||
"comment": "CUtlVector<RnPlane_t>"
|
||||
"m_VertexPositions": {
|
||||
"value": 128,
|
||||
"comment": "CUtlVector<Vector>"
|
||||
},
|
||||
"m_Vertices": {
|
||||
"value": 104,
|
||||
"comment": "CUtlVector<Vector>"
|
||||
"comment": "CUtlVector<RnVertex_t>"
|
||||
},
|
||||
"m_flMaxAngularRadius": {
|
||||
"value": 12,
|
||||
@@ -2057,11 +2061,11 @@
|
||||
"comment": "float"
|
||||
},
|
||||
"m_nFlags": {
|
||||
"value": 200,
|
||||
"value": 224,
|
||||
"comment": "uint32_t"
|
||||
},
|
||||
"m_pRegionSVM": {
|
||||
"value": 208,
|
||||
"value": 232,
|
||||
"comment": "CRegionSVM*"
|
||||
},
|
||||
"m_vCentroid": {
|
||||
@@ -2250,6 +2254,15 @@
|
||||
},
|
||||
"comment": null
|
||||
},
|
||||
"RnVertex_t": {
|
||||
"data": {
|
||||
"m_nEdge": {
|
||||
"value": 0,
|
||||
"comment": "uint8_t"
|
||||
}
|
||||
},
|
||||
"comment": null
|
||||
},
|
||||
"RnWing_t": {
|
||||
"data": {
|
||||
"m_nIndex": {
|
||||
|
||||
Reference in New Issue
Block a user