Server.Items.KeywordTeleporter.GetProperties C# (CSharp) Méthode

GetProperties() public méthode

public GetProperties ( ObjectPropertyList list ) : void
list ObjectPropertyList
Résultat void
		public override void GetProperties(ObjectPropertyList list)
		{
			base.GetProperties(list);

			list.Add(1060661, "Range\t{0}", m_Range);

			if (m_Keyword >= 0)
				list.Add(1060662, "Keyword\t{0}", m_Keyword);

			if (m_Substring != null)
				list.Add(1060663, "Substring\t{0}", m_Substring);
		}