Actions
Basic Actions
Actions let you define input bindings that your players can rebind from the settings menu.
Core Actions
You can also hook into core actions or disable them in your game. Listening to core actions allows you to share a player's preferred keybinds from other games.
Modifier Keys
For multi-key input you can create an action with a modifier key. Players can also rebind any actions to include a modifier.
Update Action Binding
You can change a binding for a player through code. Unlike when a player changes their settings your binding changes will not be saved for the player beyond this session.
Last updated