SetHudTextPos
Moves a HUD text.
Syntax
Section titled “Syntax”SetHudTextPos(id, x, y)| Parameter | Type | |
|---|---|---|
id |
number | the element |
x |
number | 0 .. 1 of the width |
y |
number | 0 .. 1 of the height |
Returns
Section titled “Returns”boolean
Example
Section titled “Example”SetHudTextPos(banner, 0.5, 0.1)See also
Section titled “See also”CreateHudText · the GameText and HUD group of the index
