Funzione statica
Veloce
Client.SetHighlightColor
Changes the Highlight Color for highlighted actors at a specific Index. Multiply it by 5 (or more) for having a glowing effect.<br/><br/><code>HighlightMode.Always</code> will always be visible, even behind walls<br/><code>HighlightMode.OnlyHidden</code> will only be visible if behind a wall<br/><code>HighlightMode.OnlyVisible</code> will only be visible if not behind a wall<br/><br/>Note: You can only have 3 different indexes (0, 1 or 2).
Non ancora tradotto
Sintassi
Client.SetHighlightColor(highlight_color, index, mode = HighlightMode.Always)
Parametri
| Nome | Tipo | Predefinito | Descrizione |
|---|---|---|---|
highlight_color
|
Color | — | — |
index
|
integer | — | — |
mode
facoltativo
|
HighlightMode | HighlightMode.Always |
— |