Skip to main content

renderer.indicator

Draws an indicator on the screen and returns the Y screen coordinate (vertical offset) of the drawn text, or nil on failure.

renderer.indicator(r: number, g: number, b: number, a: number, ...): number

Arguments

NameDescriptionType
rRed color component (0 to 255)number
gGreen color component (0 to 255)number
bBlue color component (0 to 255)number
aAlpha (opacity) component (0 to 255)number
textThe text that will be drawn. Additional arguments will be concatenated.unknown

Returns y: number