class PermModelInfo_t
{
public:
uint32 m_nFlags;
Vector m_vHullMin;
Vector m_vHullMax;
Vector m_vViewMin;
Vector m_vViewMax;
float32 m_flMass;
Vector m_vEyePosition;
float32 m_flMaxEyeDeflection;
CUtlString m_sSurfaceProperty;
CUtlString m_keyValueText;
};
KV3 Class Defaults
{
m_nFlags = 0
m_vHullMin = [ 0.0, 0.0, 0.0 ]
m_vHullMax = [ 0.0, 0.0, 0.0 ]
m_vViewMin = [ 0.0, 0.0, 0.0 ]
m_vViewMax = [ 0.0, 0.0, 0.0 ]
m_flMass = 0.0
m_vEyePosition = [ 0.0, 0.0, 0.0 ]
m_flMaxEyeDeflection = 0.0
m_sSurfaceProperty = ""
m_keyValueText = ""
}