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

OnLocationChange() public method

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