|
ChaiLove API
2.0.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... | |
The configuration object for ChaiLove.
This is set through the conf callback:
| std::string love::config::identity = "chailove" |
| ModuleConfig love::config::modules |
| std::map<std::string, bool> love::config::options |
| WindowConfig love::config::window |