ChaiLove API
0.28.0
|
The configuration object for ChaiLove. More...
Data Fields | |
std::string | identity = "chailove" |
The machine name of the project. More... | |
std::string | version |
The ChaiLove version the game was made on. | |
WindowConfig | window |
The window configuration. More... | |
ModuleConfig | modules |
Enable or disable modules. More... | |
std::map< std::string, bool > | options |
Generic map of boolean configuration options. More... | |
bool | console = false |
Attach the in-game console. More... | |
The configuration object for ChaiLove.
This is set through the conf
callback:
bool love::config::console = false |
Attach the in-game console.
When t.console = true
, will allow use of the in-game console. Use the tilde key to display.
std::string love::config::identity = "chailove" |
The machine name of the project.
This should represent a machine name of your game.
ModuleConfig love::config::modules |
Enable or disable modules.
std::map<std::string, bool> love::config::options |
Generic map of boolean configuration options.
WindowConfig love::config::window |
The window configuration.