Static function
Fast
Client.SetOutlineColor
Changes the Outline Color for outlined actors at a specific Index. Multiply it by 5 (or more) for having a glowing effect.<br/><br/>Note: You can only have 3 different indexes (0, 1 or 2), and the default Outline color index used by the game is <code>0</code> (when interacting with stuff).
Syntax
Client.SetOutlineColor(outline_color, index = 0, thickness = 2)
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
outline_color
|
Color | — | — |
index
optional
|
integer | 0 |
— |
thickness
optional
|
float | 2 |
— |