Evento
Server.ValueChange
Triggered when a Value is changed with <code>Server.SetValue()</code>
Non ancora tradotto
Sintassi
Server.Subscribe("ValueChange", function(key, value)
-- il tuo codice
end)
Argomenti
| Nome | Tipo | Predefinito | Descrizione |
|---|---|---|---|
key
|
string | — | The key that changed |
value
|
any | — | The new value |