Show / Hide Table of Contents

Class ModKeys

Keybindings managed by the mod loader. They can be rebound by the player via config files and automatically handle the possibility of being a combination of a modifier and a trigger key.

Inheritance
Object
ModKeys
Namespace: Modding
Assembly: Assembly-CSharp.dll
Syntax
public static class ModKeys

Methods

GetKey(String)

Get a reference to the specified ModKey defined in the mod manifest.

Declaration
public static ModKey GetKey(string name)
Parameters
Type Name Description
String name

Name of the key

Returns
Type Description
ModKey

The ModKey instance

Back to top Generated by DocFX