Api Sandbox InputSettings
class

InputSettings

public class InputSettings : ConfigData

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.

Constructors

InputSettings()

Properties

Name Type Description
Actions List<InputAction> A list of actions used by the game.

Methods

Void InitDefault()
Assembly: Sandbox.Engine Namespace: Sandbox Full Name: Sandbox.InputSettings