This command binds the specified command to the selected keycode.
The syntax for the bind command is as follows:
bind [key code] [command] Player
This command has the following arguments:
Key Code | The key code which you want to bind the command to. For example, "Backspace". See https://docs.unity3d.com/ScriptReference/KeyCode.html for all key codes. |
Command | The command that you want to bind to the key. This will be executed when you press the key. |
Search our database of 90 Valheim commands...
By Your CommandFind below working examples of the bind command.
bind Backspace challenge
This command binds the "challenge" emotion to the backspace key.
bind N heal
This command binds the heal command to the N key.