class C_OP_RemapAverageHitboxSpeedtoCP : public CParticleFunctionPreEmission
{
public:
    // MPropertyFriendlyName = input control point
    int32 m_nInControlPointNumber;
    // MPropertyFriendlyName = output control point
    int32 m_nOutControlPointNumber;
    // MPropertyFriendlyName = Output component
    // MPropertyAttributeChoiceName = vector_component
    int32 m_nField;
    // MPropertyFriendlyName = hitbox data
    ParticleHitboxDataSelection_t m_nHitboxDataType;
    // MPropertyFriendlyName = input minimum
    CParticleCollectionFloatInput m_flInputMin;
    // MPropertyFriendlyName = input maximum
    CParticleCollectionFloatInput m_flInputMax;
    // MPropertyFriendlyName = output minimum
    CParticleCollectionFloatInput m_flOutputMin;
    // MPropertyFriendlyName = output maximum
    CParticleCollectionFloatInput m_flOutputMax;
    // MPropertyFriendlyName = intersection height CP
    // MPropertySuppressExpr = m_nHitboxDataType != PARTICLE_HITBOX_AVERAGE_SPEED
    int32 m_nHeightControlPointNumber;
    // MPropertyFriendlyName = comparison velocity
    // MPropertySuppressExpr = m_nHitboxDataType != PARTICLE_HITBOX_AVERAGE_SPEED
    CParticleCollectionVecInput m_vecComparisonVelocity;
    // MPropertyFriendlyName = hitbox set
    char m_HitboxSetName[128];
};

KV3 Class Defaults

{
    _class = "C_OP_RemapAverageHitboxSpeedtoCP"
    m_flOpStrength = 
    {
        m_nType = "PF_TYPE_LITERAL"
        m_nMapType = "PF_MAP_TYPE_DIRECT"
        m_flLiteralValue = 1.0
        m_NamedValue = ""
        m_nControlPoint = 0
        m_nScalarAttribute = 3
        m_nVectorAttribute = 6
        m_nVectorComponent = 0
        m_bReverseOrder = false
        m_flRandomMin = 0.0
        m_flRandomMax = 1.0
        m_bHasRandomSignFlip = false
        m_nRandomSeed = -1
        m_nRandomMode = "PF_RANDOM_MODE_CONSTANT"
        m_strSnapshotSubset = ""
        m_flLOD0 = 0.0
        m_flLOD1 = 0.0
        m_flLOD2 = 0.0
        m_flLOD3 = 0.0
        m_nNoiseInputVectorAttribute = 0
        m_flNoiseOutputMin = 0.0
        m_flNoiseOutputMax = 1.0
        m_flNoiseScale = 0.1
        m_vecNoiseOffsetRate = [ 0.0, 0.0, 0.0 ]
        m_flNoiseOffset = 0.0
        m_nNoiseOctaves = 1
        m_nNoiseTurbulence = "PF_NOISE_TURB_NONE"
        m_nNoiseType = "PF_NOISE_TYPE_PERLIN"
        m_nNoiseModifier = "PF_NOISE_MODIFIER_NONE"
        m_flNoiseTurbulenceScale = 1.0
        m_flNoiseTurbulenceMix = 0.5
        m_flNoiseImgPreviewScale = 1.0
        m_bNoiseImgPreviewLive = true
        m_flNoCameraFallback = 0.0
        m_bUseBoundsCenter = false
        m_nInputMode = "PF_INPUT_MODE_CLAMPED"
        m_flMultFactor = 1.0
        m_flInput0 = 0.0
        m_flInput1 = 1.0
        m_flOutput0 = 0.0
        m_flOutput1 = 1.0
        m_flNotchedRangeMin = 0.0
        m_flNotchedRangeMax = 1.0
        m_flNotchedOutputOutside = 0.0
        m_flNotchedOutputInside = 1.0
        m_nRoundType = "PF_ROUND_TYPE_NEAREST"
        m_nBiasType = "PF_BIAS_TYPE_STANDARD"
        m_flBiasParameter = 0.0
        m_Curve = 
        {
            m_spline = [  ]
            m_tangents = [  ]
            m_vDomainMins = [ 0.0, 0.0 ]
            m_vDomainMaxs = [ 0.0, 0.0 ]
        }
    }
    m_nOpEndCapState = "PARTICLE_ENDCAP_ALWAYS_ON"
    m_nToolsState = "PARTICLE_TOOLS_STATE_ALWAYS_ON"
    m_flOpStartFadeInTime = 0.0
    m_flOpEndFadeInTime = 0.0
    m_flOpStartFadeOutTime = 0.0
    m_flOpEndFadeOutTime = 0.0
    m_flOpFadeOscillatePeriod = 0.0
    m_bNormalizeToStopTime = false
    m_flOpTimeOffsetMin = 0.0
    m_flOpTimeOffsetMax = 0.0
    m_nOpTimeOffsetSeed = 0
    m_nOpTimeScaleSeed = 0
    m_flOpTimeScaleMin = 1.0
    m_flOpTimeScaleMax = 1.0
    m_bDisableOperator = false
    m_Notes = ""
    m_bRunOnce = false
    m_nInControlPointNumber = 0
    m_nOutControlPointNumber = -1
    m_nField = 0
    m_nHitboxDataType = "PARTICLE_HITBOX_AVERAGE_SPEED"
    m_flInputMin = 
    {
        m_nType = "PF_TYPE_LITERAL"
        m_nMapType = "PF_MAP_TYPE_DIRECT"
        m_flLiteralValue = 0.0
        m_NamedValue = ""
        m_nControlPoint = 0
        m_nScalarAttribute = 3
        m_nVectorAttribute = 6
        m_nVectorComponent = 0
        m_bReverseOrder = false
        m_flRandomMin = 0.0
        m_flRandomMax = 1.0
        m_bHasRandomSignFlip = false
        m_nRandomSeed = -1
        m_nRandomMode = "PF_RANDOM_MODE_CONSTANT"
        m_strSnapshotSubset = ""
        m_flLOD0 = 0.0
        m_flLOD1 = 0.0
        m_flLOD2 = 0.0
        m_flLOD3 = 0.0
        m_nNoiseInputVectorAttribute = 0
        m_flNoiseOutputMin = 0.0
        m_flNoiseOutputMax = 1.0
        m_flNoiseScale = 0.1
        m_vecNoiseOffsetRate = [ 0.0, 0.0, 0.0 ]
        m_flNoiseOffset = 0.0
        m_nNoiseOctaves = 1
        m_nNoiseTurbulence = "PF_NOISE_TURB_NONE"
        m_nNoiseType = "PF_NOISE_TYPE_PERLIN"
        m_nNoiseModifier = "PF_NOISE_MODIFIER_NONE"
        m_flNoiseTurbulenceScale = 1.0
        m_flNoiseTurbulenceMix = 0.5
        m_flNoiseImgPreviewScale = 1.0
        m_bNoiseImgPreviewLive = true
        m_flNoCameraFallback = 0.0
        m_bUseBoundsCenter = false
        m_nInputMode = "PF_INPUT_MODE_CLAMPED"
        m_flMultFactor = 1.0
        m_flInput0 = 0.0
        m_flInput1 = 1.0
        m_flOutput0 = 0.0
        m_flOutput1 = 1.0
        m_flNotchedRangeMin = 0.0
        m_flNotchedRangeMax = 1.0
        m_flNotchedOutputOutside = 0.0
        m_flNotchedOutputInside = 1.0
        m_nRoundType = "PF_ROUND_TYPE_NEAREST"
        m_nBiasType = "PF_BIAS_TYPE_STANDARD"
        m_flBiasParameter = 0.0
        m_Curve = 
        {
            m_spline = [  ]
            m_tangents = [  ]
            m_vDomainMins = [ 0.0, 0.0 ]
            m_vDomainMaxs = [ 0.0, 0.0 ]
        }
    }
    m_flInputMax = 
    {
        m_nType = "PF_TYPE_LITERAL"
        m_nMapType = "PF_MAP_TYPE_DIRECT"
        m_flLiteralValue = 1.0
        m_NamedValue = ""
        m_nControlPoint = 0
        m_nScalarAttribute = 3
        m_nVectorAttribute = 6
        m_nVectorComponent = 0
        m_bReverseOrder = false
        m_flRandomMin = 0.0
        m_flRandomMax = 1.0
        m_bHasRandomSignFlip = false
        m_nRandomSeed = -1
        m_nRandomMode = "PF_RANDOM_MODE_CONSTANT"
        m_strSnapshotSubset = ""
        m_flLOD0 = 0.0
        m_flLOD1 = 0.0
        m_flLOD2 = 0.0
        m_flLOD3 = 0.0
        m_nNoiseInputVectorAttribute = 0
        m_flNoiseOutputMin = 0.0
        m_flNoiseOutputMax = 1.0
        m_flNoiseScale = 0.1
        m_vecNoiseOffsetRate = [ 0.0, 0.0, 0.0 ]
        m_flNoiseOffset = 0.0
        m_nNoiseOctaves = 1
        m_nNoiseTurbulence = "PF_NOISE_TURB_NONE"
        m_nNoiseType = "PF_NOISE_TYPE_PERLIN"
        m_nNoiseModifier = "PF_NOISE_MODIFIER_NONE"
        m_flNoiseTurbulenceScale = 1.0
        m_flNoiseTurbulenceMix = 0.5
        m_flNoiseImgPreviewScale = 1.0
        m_bNoiseImgPreviewLive = true
        m_flNoCameraFallback = 0.0
        m_bUseBoundsCenter = false
        m_nInputMode = "PF_INPUT_MODE_CLAMPED"
        m_flMultFactor = 1.0
        m_flInput0 = 0.0
        m_flInput1 = 1.0
        m_flOutput0 = 0.0
        m_flOutput1 = 1.0
        m_flNotchedRangeMin = 0.0
        m_flNotchedRangeMax = 1.0
        m_flNotchedOutputOutside = 0.0
        m_flNotchedOutputInside = 1.0
        m_nRoundType = "PF_ROUND_TYPE_NEAREST"
        m_nBiasType = "PF_BIAS_TYPE_STANDARD"
        m_flBiasParameter = 0.0
        m_Curve = 
        {
            m_spline = [  ]
            m_tangents = [  ]
            m_vDomainMins = [ 0.0, 0.0 ]
            m_vDomainMaxs = [ 0.0, 0.0 ]
        }
    }
    m_flOutputMin = 
    {
        m_nType = "PF_TYPE_LITERAL"
        m_nMapType = "PF_MAP_TYPE_DIRECT"
        m_flLiteralValue = 0.0
        m_NamedValue = ""
        m_nControlPoint = 0
        m_nScalarAttribute = 3
        m_nVectorAttribute = 6
        m_nVectorComponent = 0
        m_bReverseOrder = false
        m_flRandomMin = 0.0
        m_flRandomMax = 1.0
        m_bHasRandomSignFlip = false
        m_nRandomSeed = -1
        m_nRandomMode = "PF_RANDOM_MODE_CONSTANT"
        m_strSnapshotSubset = ""
        m_flLOD0 = 0.0
        m_flLOD1 = 0.0
        m_flLOD2 = 0.0
        m_flLOD3 = 0.0
        m_nNoiseInputVectorAttribute = 0
        m_flNoiseOutputMin = 0.0
        m_flNoiseOutputMax = 1.0
        m_flNoiseScale = 0.1
        m_vecNoiseOffsetRate = [ 0.0, 0.0, 0.0 ]
        m_flNoiseOffset = 0.0
        m_nNoiseOctaves = 1
        m_nNoiseTurbulence = "PF_NOISE_TURB_NONE"
        m_nNoiseType = "PF_NOISE_TYPE_PERLIN"
        m_nNoiseModifier = "PF_NOISE_MODIFIER_NONE"
        m_flNoiseTurbulenceScale = 1.0
        m_flNoiseTurbulenceMix = 0.5
        m_flNoiseImgPreviewScale = 1.0
        m_bNoiseImgPreviewLive = true
        m_flNoCameraFallback = 0.0
        m_bUseBoundsCenter = false
        m_nInputMode = "PF_INPUT_MODE_CLAMPED"
        m_flMultFactor = 1.0
        m_flInput0 = 0.0
        m_flInput1 = 1.0
        m_flOutput0 = 0.0
        m_flOutput1 = 1.0
        m_flNotchedRangeMin = 0.0
        m_flNotchedRangeMax = 1.0
        m_flNotchedOutputOutside = 0.0
        m_flNotchedOutputInside = 1.0
        m_nRoundType = "PF_ROUND_TYPE_NEAREST"
        m_nBiasType = "PF_BIAS_TYPE_STANDARD"
        m_flBiasParameter = 0.0
        m_Curve = 
        {
            m_spline = [  ]
            m_tangents = [  ]
            m_vDomainMins = [ 0.0, 0.0 ]
            m_vDomainMaxs = [ 0.0, 0.0 ]
        }
    }
    m_flOutputMax = 
    {
        m_nType = "PF_TYPE_LITERAL"
        m_nMapType = "PF_MAP_TYPE_DIRECT"
        m_flLiteralValue = 1.0
        m_NamedValue = ""
        m_nControlPoint = 0
        m_nScalarAttribute = 3
        m_nVectorAttribute = 6
        m_nVectorComponent = 0
        m_bReverseOrder = false
        m_flRandomMin = 0.0
        m_flRandomMax = 1.0
        m_bHasRandomSignFlip = false
        m_nRandomSeed = -1
        m_nRandomMode = "PF_RANDOM_MODE_CONSTANT"
        m_strSnapshotSubset = ""
        m_flLOD0 = 0.0
        m_flLOD1 = 0.0
        m_flLOD2 = 0.0
        m_flLOD3 = 0.0
        m_nNoiseInputVectorAttribute = 0
        m_flNoiseOutputMin = 0.0
        m_flNoiseOutputMax = 1.0
        m_flNoiseScale = 0.1
        m_vecNoiseOffsetRate = [ 0.0, 0.0, 0.0 ]
        m_flNoiseOffset = 0.0
        m_nNoiseOctaves = 1
        m_nNoiseTurbulence = "PF_NOISE_TURB_NONE"
        m_nNoiseType = "PF_NOISE_TYPE_PERLIN"
        m_nNoiseModifier = "PF_NOISE_MODIFIER_NONE"
        m_flNoiseTurbulenceScale = 1.0
        m_flNoiseTurbulenceMix = 0.5
        m_flNoiseImgPreviewScale = 1.0
        m_bNoiseImgPreviewLive = true
        m_flNoCameraFallback = 0.0
        m_bUseBoundsCenter = false
        m_nInputMode = "PF_INPUT_MODE_CLAMPED"
        m_flMultFactor = 1.0
        m_flInput0 = 0.0
        m_flInput1 = 1.0
        m_flOutput0 = 0.0
        m_flOutput1 = 1.0
        m_flNotchedRangeMin = 0.0
        m_flNotchedRangeMax = 1.0
        m_flNotchedOutputOutside = 0.0
        m_flNotchedOutputInside = 1.0
        m_nRoundType = "PF_ROUND_TYPE_NEAREST"
        m_nBiasType = "PF_BIAS_TYPE_STANDARD"
        m_flBiasParameter = 0.0
        m_Curve = 
        {
            m_spline = [  ]
            m_tangents = [  ]
            m_vDomainMins = [ 0.0, 0.0 ]
            m_vDomainMaxs = [ 0.0, 0.0 ]
        }
    }
    m_nHeightControlPointNumber = -1
    m_vecComparisonVelocity = 
    {
        m_nType = "PVEC_TYPE_LITERAL"
        m_vLiteralValue = [ 0.0, 0.0, 0.0 ]
        m_LiteralColor = [ 0, 0, 0 ]
        m_NamedValue = ""
        m_bFollowNamedValue = false
        m_nVectorAttribute = 6
        m_vVectorAttributeScale = [ 1.0, 1.0, 1.0 ]
        m_nControlPoint = 0
        m_nDeltaControlPoint = 0
        m_vCPValueScale = [ 1.0, 1.0, 1.0 ]
        m_vCPRelativePosition = [ 0.0, 0.0, 0.0 ]
        m_vCPRelativeDir = [ 1.0, 0.0, 0.0 ]
        m_FloatComponentX = 
        {
            m_nType = "PF_TYPE_LITERAL"
            m_nMapType = "PF_MAP_TYPE_DIRECT"
            m_flLiteralValue = 0.0
            m_NamedValue = ""
            m_nControlPoint = 0
            m_nScalarAttribute = 3
            m_nVectorAttribute = 6
            m_nVectorComponent = 0
            m_bReverseOrder = false
            m_flRandomMin = 0.0
            m_flRandomMax = 1.0
            m_bHasRandomSignFlip = false
            m_nRandomSeed = -1
            m_nRandomMode = "PF_RANDOM_MODE_CONSTANT"
            m_strSnapshotSubset = ""
            m_flLOD0 = 0.0
            m_flLOD1 = 0.0
            m_flLOD2 = 0.0
            m_flLOD3 = 0.0
            m_nNoiseInputVectorAttribute = 0
            m_flNoiseOutputMin = 0.0
            m_flNoiseOutputMax = 1.0
            m_flNoiseScale = 0.1
            m_vecNoiseOffsetRate = [ 0.0, 0.0, 0.0 ]
            m_flNoiseOffset = 0.0
            m_nNoiseOctaves = 1
            m_nNoiseTurbulence = "PF_NOISE_TURB_NONE"
            m_nNoiseType = "PF_NOISE_TYPE_PERLIN"
            m_nNoiseModifier = "PF_NOISE_MODIFIER_NONE"
            m_flNoiseTurbulenceScale = 1.0
            m_flNoiseTurbulenceMix = 0.5
            m_flNoiseImgPreviewScale = 1.0
            m_bNoiseImgPreviewLive = true
            m_flNoCameraFallback = 0.0
            m_bUseBoundsCenter = false
            m_nInputMode = "PF_INPUT_MODE_CLAMPED"
            m_flMultFactor = 1.0
            m_flInput0 = 0.0
            m_flInput1 = 1.0
            m_flOutput0 = 0.0
            m_flOutput1 = 1.0
            m_flNotchedRangeMin = 0.0
            m_flNotchedRangeMax = 1.0
            m_flNotchedOutputOutside = 0.0
            m_flNotchedOutputInside = 1.0
            m_nRoundType = "PF_ROUND_TYPE_NEAREST"
            m_nBiasType = "PF_BIAS_TYPE_STANDARD"
            m_flBiasParameter = 0.0
            m_Curve = 
            {
                m_spline = [  ]
                m_tangents = [  ]
                m_vDomainMins = [ 0.0, 0.0 ]
                m_vDomainMaxs = [ 0.0, 0.0 ]
            }
        }
        m_FloatComponentY = 
        {
            m_nType = "PF_TYPE_LITERAL"
            m_nMapType = "PF_MAP_TYPE_DIRECT"
            m_flLiteralValue = 0.0
            m_NamedValue = ""
            m_nControlPoint = 0
            m_nScalarAttribute = 3
            m_nVectorAttribute = 6
            m_nVectorComponent = 0
            m_bReverseOrder = false
            m_flRandomMin = 0.0
            m_flRandomMax = 1.0
            m_bHasRandomSignFlip = false
            m_nRandomSeed = -1
            m_nRandomMode = "PF_RANDOM_MODE_CONSTANT"
            m_strSnapshotSubset = ""
            m_flLOD0 = 0.0
            m_flLOD1 = 0.0
            m_flLOD2 = 0.0
            m_flLOD3 = 0.0
            m_nNoiseInputVectorAttribute = 0
            m_flNoiseOutputMin = 0.0
            m_flNoiseOutputMax = 1.0
            m_flNoiseScale = 0.1
            m_vecNoiseOffsetRate = [ 0.0, 0.0, 0.0 ]
            m_flNoiseOffset = 0.0
            m_nNoiseOctaves = 1
            m_nNoiseTurbulence = "PF_NOISE_TURB_NONE"
            m_nNoiseType = "PF_NOISE_TYPE_PERLIN"
            m_nNoiseModifier = "PF_NOISE_MODIFIER_NONE"
            m_flNoiseTurbulenceScale = 1.0
            m_flNoiseTurbulenceMix = 0.5
            m_flNoiseImgPreviewScale = 1.0
            m_bNoiseImgPreviewLive = true
            m_flNoCameraFallback = 0.0
            m_bUseBoundsCenter = false
            m_nInputMode = "PF_INPUT_MODE_CLAMPED"
            m_flMultFactor = 1.0
            m_flInput0 = 0.0
            m_flInput1 = 1.0
            m_flOutput0 = 0.0
            m_flOutput1 = 1.0
            m_flNotchedRangeMin = 0.0
            m_flNotchedRangeMax = 1.0
            m_flNotchedOutputOutside = 0.0
            m_flNotchedOutputInside = 1.0
            m_nRoundType = "PF_ROUND_TYPE_NEAREST"
            m_nBiasType = "PF_BIAS_TYPE_STANDARD"
            m_flBiasParameter = 0.0
            m_Curve = 
            {
                m_spline = [  ]
                m_tangents = [  ]
                m_vDomainMins = [ 0.0, 0.0 ]
                m_vDomainMaxs = [ 0.0, 0.0 ]
            }
        }
        m_FloatComponentZ = 
        {
            m_nType = "PF_TYPE_LITERAL"
            m_nMapType = "PF_MAP_TYPE_DIRECT"
            m_flLiteralValue = 0.0
            m_NamedValue = ""
            m_nControlPoint = 0
            m_nScalarAttribute = 3
            m_nVectorAttribute = 6
            m_nVectorComponent = 0
            m_bReverseOrder = false
            m_flRandomMin = 0.0
            m_flRandomMax = 1.0
            m_bHasRandomSignFlip = false
            m_nRandomSeed = -1
            m_nRandomMode = "PF_RANDOM_MODE_CONSTANT"
            m_strSnapshotSubset = ""
            m_flLOD0 = 0.0
            m_flLOD1 = 0.0
            m_flLOD2 = 0.0
            m_flLOD3 = 0.0
            m_nNoiseInputVectorAttribute = 0
            m_flNoiseOutputMin = 0.0
            m_flNoiseOutputMax = 1.0
            m_flNoiseScale = 0.1
            m_vecNoiseOffsetRate = [ 0.0, 0.0, 0.0 ]
            m_flNoiseOffset = 0.0
            m_nNoiseOctaves = 1
            m_nNoiseTurbulence = "PF_NOISE_TURB_NONE"
            m_nNoiseType = "PF_NOISE_TYPE_PERLIN"
            m_nNoiseModifier = "PF_NOISE_MODIFIER_NONE"
            m_flNoiseTurbulenceScale = 1.0
            m_flNoiseTurbulenceMix = 0.5
            m_flNoiseImgPreviewScale = 1.0
            m_bNoiseImgPreviewLive = true
            m_flNoCameraFallback = 0.0
            m_bUseBoundsCenter = false
            m_nInputMode = "PF_INPUT_MODE_CLAMPED"
            m_flMultFactor = 1.0
            m_flInput0 = 0.0
            m_flInput1 = 1.0
            m_flOutput0 = 0.0
            m_flOutput1 = 1.0
            m_flNotchedRangeMin = 0.0
            m_flNotchedRangeMax = 1.0
            m_flNotchedOutputOutside = 0.0
            m_flNotchedOutputInside = 1.0
            m_nRoundType = "PF_ROUND_TYPE_NEAREST"
            m_nBiasType = "PF_BIAS_TYPE_STANDARD"
            m_flBiasParameter = 0.0
            m_Curve = 
            {
                m_spline = [  ]
                m_tangents = [  ]
                m_vDomainMins = [ 0.0, 0.0 ]
                m_vDomainMaxs = [ 0.0, 0.0 ]
            }
        }
        m_FloatInterp = 
        {
            m_nType = "PF_TYPE_LITERAL"
            m_nMapType = "PF_MAP_TYPE_DIRECT"
            m_flLiteralValue = 0.0
            m_NamedValue = ""
            m_nControlPoint = 0
            m_nScalarAttribute = 3
            m_nVectorAttribute = 6
            m_nVectorComponent = 0
            m_bReverseOrder = false
            m_flRandomMin = 0.0
            m_flRandomMax = 1.0
            m_bHasRandomSignFlip = false
            m_nRandomSeed = -1
            m_nRandomMode = "PF_RANDOM_MODE_CONSTANT"
            m_strSnapshotSubset = ""
            m_flLOD0 = 0.0
            m_flLOD1 = 0.0
            m_flLOD2 = 0.0
            m_flLOD3 = 0.0
            m_nNoiseInputVectorAttribute = 0
            m_flNoiseOutputMin = 0.0
            m_flNoiseOutputMax = 1.0
            m_flNoiseScale = 0.1
            m_vecNoiseOffsetRate = [ 0.0, 0.0, 0.0 ]
            m_flNoiseOffset = 0.0
            m_nNoiseOctaves = 1
            m_nNoiseTurbulence = "PF_NOISE_TURB_NONE"
            m_nNoiseType = "PF_NOISE_TYPE_PERLIN"
            m_nNoiseModifier = "PF_NOISE_MODIFIER_NONE"
            m_flNoiseTurbulenceScale = 1.0
            m_flNoiseTurbulenceMix = 0.5
            m_flNoiseImgPreviewScale = 1.0
            m_bNoiseImgPreviewLive = true
            m_flNoCameraFallback = 0.0
            m_bUseBoundsCenter = false
            m_nInputMode = "PF_INPUT_MODE_CLAMPED"
            m_flMultFactor = 1.0
            m_flInput0 = 0.0
            m_flInput1 = 1.0
            m_flOutput0 = 0.0
            m_flOutput1 = 1.0
            m_flNotchedRangeMin = 0.0
            m_flNotchedRangeMax = 1.0
            m_flNotchedOutputOutside = 0.0
            m_flNotchedOutputInside = 1.0
            m_nRoundType = "PF_ROUND_TYPE_NEAREST"
            m_nBiasType = "PF_BIAS_TYPE_STANDARD"
            m_flBiasParameter = 0.0
            m_Curve = 
            {
                m_spline = [  ]
                m_tangents = [  ]
                m_vDomainMins = [ 0.0, 0.0 ]
                m_vDomainMaxs = [ 0.0, 0.0 ]
            }
        }
        m_flInterpInput0 = 0.0
        m_flInterpInput1 = 1.0
        m_vInterpOutput0 = [ 0.0, 0.0, 0.0 ]
        m_vInterpOutput1 = [ 1.0, 1.0, 1.0 ]
        m_Gradient = 
        {
            m_Stops = [  ]
        }
        m_vRandomMin = [ 0.0, 0.0, 0.0 ]
        m_vRandomMax = [ 0.0, 0.0, 0.0 ]
    }
    m_HitboxSetName = "default"
}