Class ConVarRegistry

Namespace
Elegy.ConsoleSystem.Commands
Assembly
Elegy.ConsoleSystem.dll

Provides utilities for static ConVars and ConCommands.

public class ConVarRegistry
Inheritance
ConVarRegistry
Inherited Members

Constructors

ConVarRegistry(Assembly?, object?)

public ConVarRegistry(Assembly? assembly = null, object? instance = null)

Parameters

assembly Assembly
instance object

Properties

Commands

public List<ConsoleCommand> Commands { get; }

Property Value

List<ConsoleCommand>

Methods

RegisterAll()

public void RegisterAll()

UnregisterAll()

public void UnregisterAll()