s&box docs

public class Sandbox.InputSettings : Sandbox.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

Showing 1 constructors

Methods

Showing 1 methods

public void InitDefault()

Properties

Showing 1 properties

public System.Collections.Generic.List`1<Sandbox.InputAction> Sandbox.InputSettings.Actions { get; set; }

A list of actions used by the game.

Metadata

FieldValue
NamespaceSandbox
Typeclass
AssemblySandbox.Engine
Doc IDT:Sandbox.InputSettings

On this page