📦 Game Update 13965

This commit is contained in:
a2x
2023-10-26 16:40:24 +10:00
parent 239c872b65
commit 9a9af96afd
83 changed files with 600 additions and 545 deletions

View File

@@ -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": {