Alexandria.Engines.DarkSouls.TableRows.CalculationCorrection.CalculationCorrection C# (CSharp) Method

CalculationCorrection() private method

private CalculationCorrection ( ParameterTable table, int index ) : System
table ParameterTable
index int
return System
            internal CalculationCorrection(ParameterTable table, int index)
                : base(table, index)
            {
                StageMaxVal0 = (Single)0;
                StageMaxVal1 = (Single)0;
                StageMaxVal2 = (Single)0;
                StageMaxVal3 = (Single)0;
                StageMaxVal4 = (Single)0;
                StageMaxGrowVal0 = (Single)0;
                StageMaxGrowVal1 = (Single)0;
                StageMaxGrowVal2 = (Single)0;
                StageMaxGrowVal3 = (Single)0;
                StageMaxGrowVal4 = (Single)0;
                AdjPt_maxGrowVal0 = (Single)0;
                AdjPt_maxGrowVal1 = (Single)0;
                AdjPt_maxGrowVal2 = (Single)0;
                AdjPt_maxGrowVal3 = (Single)0;
                AdjPt_maxGrowVal4 = (Single)0;
                Init_inclination_soul = (Single)0;
                Adjustment_value = (Single)0;
                Boundry_inclination_soul = (Single)0;
                Boundry_value = (Single)0;
                Pad = new Byte[4];
            }

Same methods

TableRows.CalculationCorrection::CalculationCorrection ( ParameterTable table, int index, AssetLoader loader, int next ) : System
TableRows.CalculationCorrection