Blamite Game Engine - Blam (Core)
script_globals.cpp File Reference
#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, ScriptGlobalglobals
 The list of loaded globals. More...
 

Variable Documentation

◆ globals

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.