<Splitscreen Player Index>
The splitscreen player's index (beginning at 0) to which the key binding applies.
Assigns a specific key to a command for a given splitscreen player, enabling distinct key bindings for multiple splitscreen players.
These are the parameters bindss uses. Required arguments must be provided for the command to work.
The splitscreen player's index (beginning at 0) to which the key binding applies.
The keyboard key or mouse button that will be bound.
Flag indicating whether the command should execute upon key release.
The command that will be assigned to the specified key.
Interactive command builder that generates a valid bindss command for in-game use.
bindss <Splitscreen Player Index> <Key> 0 <Command>Learn more about how to use bindss effectively.
Arguments can be of type String, Number, Bool, or Enum. Provide the correct type for the command to execute correctly.
Arguments marked as Required must be provided for the command to work. Optional arguments can be left blank.
Commands can be Client-sided or Server-sided. Client-sided commands affect only your game client, while server-sided commands affect the entire server.
Some commands require sv_cheats to be enabled. If a command has this requirement, it will not run on servers where cheats are disabled.