Ejemplo n.º 1
0
        /// <summary>
        /// Clears all the text within a specified HudTextBoxType.
        /// </summary>
        public void ClearHudTextBox(TextBoxType boxType)
        {
            HudTextBox theBox = GetHudTextOfType(boxType);

            theBox.RemoveAllText();
        }