![]() |
Blamite Game Engine - Blam (Core)
|
#include "haloscript.h"
#include <regex>
#include <fstream>
#include "components/core/utils/converters/converters.h"
#include "components/core/utils/io/io.h"
#include "components/core/config/config.h"
#include "components/core/logger/logger.h"
#include "components/3rdparty/rapidxml/rapidxml.hpp"
Variables | |
std::map< std::string, ScriptGlobal > | globals |
The list of loaded globals. More... | |
std::map<std::string, ScriptGlobal> globals |
The list of loaded globals.
The key is the ID of the global. The value is the global data.