Configuration
Engine configuration class
Object : _engine.configuration
Functions
name
parameters
return-type
description
Configuration
(void)
void
The class constructor creates a new Configuration instance
setup
(const std::string&)
void
configuring the configuration has the function of being an configuration builder
get
(const std::string)
sol::object
get keys loaded
load
(void)
void
It will basically load the features passed to the logging through the setup
Last updated