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

Move() private method

private Move ( ParameterTable table, int index ) : System
table ParameterTable
index int
return System
            internal Move(ParameterTable table, int index)
                : base(table, index)
            {
                StayId = (Int32)(-1);
                WalkF = (Int32)(-1);
                WalkB = (Int32)(-1);
                WalkL = (Int32)(-1);
                WalkR = (Int32)(-1);
                DashF = (Int32)(-1);
                DashB = (Int32)(-1);
                DashL = (Int32)(-1);
                DashR = (Int32)(-1);
                SuperDash = (Int32)(-1);
                EscapeF = (Int32)(-1);
                EscapeB = (Int32)(-1);
                EscapeL = (Int32)(-1);
                EscapeR = (Int32)(-1);
                TurnL = (Int32)(-1);
                TrunR = (Int32)(-1);
                LargeTurnL = (Int32)(-1);
                LargeTurnR = (Int32)(-1);
                StepMove = (Int32)(-1);
                FlyStay = (Int32)(-1);
                FlyWalkF = (Int32)(-1);
                FlyWalkFL = (Int32)(-1);
                FlyWalkFR = (Int32)(-1);
                FlyWalkFL2 = (Int32)(-1);
                FlyWalkFR2 = (Int32)(-1);
                FlyDashF = (Int32)(-1);
                FlyDashFL = (Int32)(-1);
                FlyDashFR = (Int32)(-1);
                FlyDashFL2 = (Int32)(-1);
                FlyDashFR2 = (Int32)(-1);
                DashEscapeF = (Int32)(-1);
                DashEscapeB = (Int32)(-1);
                DashEscapeL = (Int32)(-1);
                DashEscapeR = (Int32)(-1);
                AnalogMoveParamId = (Int32)(-1);
                Pad = new Byte[4];
            }

Same methods

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