idTech4.UI.idWinInteger.Update C# (CSharp) Method

Update() public method

public Update ( ) : void
return void
		public override void Update()
		{
			string s = this.Name;

			if((_guiDict != null) && (s != string.Empty))
			{
				_data = _guiDict.GetInteger(s);
			}
		}
		#endregion