SetEntityDrawOutlineColor
DocsSetEntityDrawOutlineColor(red, green, blue, alpha)Description
Sets color for entity outline. 255, 0, 255, 255 by default.
Parameters
| Name | Type | Description |
|---|---|---|
red | int | Red component of color. |
green | int | Green component of color. |
blue | int | Blue component of color. |
alpha | int | Alpha component of color, ignored for shader `0`. |
Returns
voidThis native does not return a value.