indicator
Description
This event lets you lets you override how indicators are drawn. There can only be one callback for this event. This event callback is invoked from renderer.indicator and indicators like "DT".
Arguments
Index | Name | Type |
---|---|---|
0 | Argument #0 | table |
#0 - Properties
Name | Description |
---|---|
text | Drawn text |
r | Drawn color: Red 0-255 |
g | Drawn color: Green 0-255 |
b | Drawn color: Blue 0-255 |
a | Alpha 0-255 |