|
Brunot
|
A large unordered map that stores a lot of various, general purpose lambdas for game objects to use. More...
#include <functional>#include <string>Go to the source code of this file.
Functions | |
| auto | getButtonLambda (const std::string &lambdaName) -> std::function< void(Entity *)> |
| Goes into an unordered map of lambdas and gets a lambda based on the name of the stored lambdas. | |
A large unordered map that stores a lot of various, general purpose lambdas for game objects to use.
| auto getButtonLambda | ( | const std::string & | lambdaName | ) | ->std::function< void(Entity *)> |
Goes into an unordered map of lambdas and gets a lambda based on the name of the stored lambdas.
| lambdaName | The name of the lambda that the user wants to get |