Namespace ReFuel.CVarScript
Classes
- CBind
An input binding.
- CCommand
A console command.
- CValueConverter
Helper class that converts raw CValues to concrete C# types.
- CValueConverterAttribute
Specify a CValue converter for this class.
- CVar
Base class of the configuration system.
- CVarSet
A collection of configration variables.
- CVar<T>
A configuration variable.
Interfaces
- ICTerminal
Terminal interface for CVarScript
- ICValueConverter
CValue converter base interface.
- ICValueConverter<T>
Interface for converting CValues.
- ICValue<T>
Dummy interface so that CVar<T> and CValue<T> can coexist.
Enums
- CVarKind
Types of configuration variables.
Delegates
- CVarValidtor<T>
A delegate for validating CVars.