Server.Mobiles.CharacterStatue.OnLocationChange C# (CSharp) Метод

OnLocationChange() защищенный Метод

protected OnLocationChange ( Server.Point3D oldLocation ) : void
oldLocation Server.Point3D
Результат void
        protected override void OnLocationChange( Point3D oldLocation )
        {
            InvalidatePose();

            if ( m_Plinth != null )
                m_Plinth.Location = new Point3D( X, Y, Z - 5 );
        }