Server.Items.CharacterStatuePlinth.OnLocationChange C# (CSharp) Method

OnLocationChange() public method

public OnLocationChange ( Server.Point3D oldLocation ) : void
oldLocation Server.Point3D
return void
        public override void OnLocationChange( Point3D oldLocation )
        {
            if ( m_Statue != null )
                m_Statue.Location = new Point3D( X, Y, Z + 5 );
        }