Server.Items.TillerMan.AddNameProperty C# (CSharp) Méthode

AddNameProperty() public méthode

public AddNameProperty ( ObjectPropertyList list ) : void
list Server.ObjectPropertyList
Résultat void
		public override void AddNameProperty( ObjectPropertyList list )
		{
			if ( m_Boat != null && m_Boat.ShipName != null )
				list.Add( 1042884, m_Boat.ShipName ); // the tiller man of the ~1_SHIP_NAME~
			else
				base.AddNameProperty( list );
		}