API ReferenceSandbox
InputSettingsclass
A class that holds all configured input settings for a game. This is serialized as a config and shared from the server to the client.
Constructors1
Showing 1 constructors
public InputSettings()
No results match this filter.
Methods1
Showing 1 methods
public void InitDefault()
Returns:
void—No results match this filter.
Properties1
Showing 1 properties
public System.Collections.Generic.List`1<Sandbox.InputAction> Sandbox.InputSettings.Actions { get; set; }
A list of actions used by the game.
No results match this filter.