[ClientConfig] clientConfig = ConfigManager.get(self, name)


Gets a config from its name

Parameters


self

ConfigManager

The instance of self

name

string

The name

Return Value


clientConfig

ClientConfig

The config you wanted (check if it exists if thats important)