GetHudTexts
Every HUD text the mode has made.
Syntax
Section titled “Syntax”GetHudTexts()Returns
Section titled “Returns”table - a list of element ids
Example
Section titled “Example”for _, id in ipairs(GetHudTexts()) do DestroyHudText(id) endSee also
Section titled “See also”CreateHudText · the GameText and HUD group of the index
