Server.Items.AnkhNorth.InternalItem.OnLocationChange C# (CSharp) Méthode

OnLocationChange() public méthode

public OnLocationChange ( Server.Point3D oldLocation ) : void
oldLocation Server.Point3D
Résultat void
			public override void OnLocationChange( Point3D oldLocation )
			{
				if ( m_Item != null )
					m_Item.Location = new Point3D( X - 1, Y, Z );
			}