Riferimento API di nanos world Documentazione italiana non ufficiale
Documentazione ufficiale
Evento Server

Server.ValueChange

Triggered when a Value is changed with <code>Server.SetValue()</code>

Non ancora tradotto

Sintassi

Lua
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