Funzione
Veloce
Actor:SetOutlineEnabled
Sets whether the outline is enabled on this Actor, and which outline index to use. This will apply the outline on every attached entity too
Non ancora tradotto
Sintassi
my_actor:SetOutlineEnabled(is_enabled, index = 0)
Parametri
| Nome | Tipo | Predefinito | Descrizione |
|---|---|---|---|
is_enabled
|
boolean | — | — |
index
facoltativo
|
integer | 0 |
Indice da usare: <code>0</code>, <code>1</code> oppure <code>2</code> |