scorpion.config

Undocumented in source.

Members

Enums

Configuration
enum Configuration

Annotation for a configuration class. Does not take any argument. A configuration class should extend one or more of the configuration interfaces.

Functions

parseProperties
string[string] parseProperties(string data)
Undocumented in source. Be warned that the author may not have intended to support it.

Interfaces

LanguageConfiguration
interface LanguageConfiguration

Configuration for the language files. Language files use the format key=value.

ProfilesConfiguration
interface ProfilesConfiguration

Configuration for default profiles. This configuration adds the profiles in the configuration files the ones returned by defaultProfiles;

Structs

Config
struct Config

Stores the configuration key/values and the used profiles from the configuration files.

Meta