// MPropertyFriendlyName = Set Sound Event Parameter
class CSosGroupActionSetSoundeventParameterSchema : public CSosGroupActionSchema
{
public:
int32 m_nMaxCount;
float32 m_flMinValue;
float32 m_flMaxValue;
// MPropertyFriendlyName = Parameter Name
CUtlString m_opvarName;
SosActionSetParamSortType_t m_nSortType;
};
KV3 Class Defaults
{
_class = "CSosGroupActionSetSoundeventParameterSchema"
m_nMaxCount = -1
m_flMinValue = 0.0
m_flMaxValue = 1.0
m_opvarName = "None"
m_nSortType = "SOS_SETPARAM_SORTTYPE_LOWEST"
}