mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-12-07 10:38:23 +00:00
Update CEntityInstance & gametrace structs
This commit is contained in:
parent
fd1874f447
commit
32a5ae8a8c
@ -105,8 +105,10 @@ private:
|
||||
void* m_hPrivateScope; // 0x18 - CEntityPrivateScriptScope
|
||||
public:
|
||||
CEntityKeyValues* m_pKeyValues; // 0x20
|
||||
CScriptComponent* m_CScriptComponent; // 0x28
|
||||
bool m_bVisibleinPVS; // 0x30
|
||||
private:
|
||||
uint8 pad[8];
|
||||
public:
|
||||
CScriptComponent* m_CScriptComponent; // 0x30
|
||||
};
|
||||
|
||||
// -------------------------------------------------------------------------------------------------- //
|
||||
|
||||
@ -98,8 +98,6 @@ public:
|
||||
float m_softContactFrequency;
|
||||
float m_softContactDampingRatio;
|
||||
float m_wheelDrag;
|
||||
float m_heatConductivity;
|
||||
float m_flashpoint;
|
||||
};
|
||||
|
||||
class CPhysSurfacePropertiesSoundNames
|
||||
@ -124,6 +122,7 @@ public:
|
||||
CUtlString m_meleeImpact;
|
||||
CUtlString m_pushOff;
|
||||
CUtlString m_skidStop;
|
||||
CUtlString m_resonant;
|
||||
};
|
||||
|
||||
class CPhysSurfacePropertiesAudio
|
||||
|
||||
Loading…
Reference in New Issue
Block a user