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

Input.KeyBindingChange

A key binding has been changed through the settings

Non ancora tradotto

Sintassi

Lua
Input.Subscribe("KeyBindingChange", function(binding_name, key, scale)
    -- il tuo codice
end)

Argomenti

Nome Tipo Predefinito Descrizione
binding_name string The keybinding id
key string The new key associated
scale float The scale input (usually 1 or -1)