Funzione
Veloce
Entity:GetValue
Gets a <a href='/docs/core-concepts/scripting/entity-values'>Value</a> stored on this Entity at the given key. Please refer to <a href="/docs/core-concepts/scripting/entity-values">Entity Values</a> for more information
Non ancora tradotto
Sintassi
my_entity:GetValue(key, fallback)
Parametri
| Nome | Tipo | Predefinito | Descrizione |
|---|---|---|---|
key
|
string | — | — |
fallback
|
any | — | Valore di ripiego se la chiave non esiste |
Valore restituito
-
any
valueIl valore alla chiave, oppure il ripiego se la chiave non esiste