GetHudText
A HUD text’s current text.
Syntax
Section titled “Syntax”GetHudText(id)| Parameter | Type | |
|---|---|---|
id |
number | the element |
Returns
Section titled “Returns”string; "" when there is no such element
Example
Section titled “Example”Log("the clock reads", GetHudText(clock))See also
Section titled “See also”SetHudText · the GameText and HUD group of the index
