GetHudColour
Docslocal r, g, b, a = GetHudColour(hudColorIndex)Description
Gets hud color RGBA parameter values by passing a hud color index (hudColorIndex).
HUD colors can be found here
Parameters
| Name | Type | Description |
|---|---|---|
hudColorIndex | int | — |
r | int* | — |
g | int* | — |
b | int* | — |
a | int* | — |
Returns
voidThis native does not return a value.