nanos world API Reference Unofficial documentation
Static function Client Fast Bleeding edge only

Input.IsBindingDown

Returns if a Key Binding is being pressed.<br><br>A Binding can be mapped to more than one Key, any of them being pressed is enough for this to return <code>true</code>.

Syntax

Lua
Input.IsBindingDown(binding_name)

Parameters

Name Type Default Description
binding_name string

Returns

  • boolean if the Key Binding is pressed