Function BlamScript::Globals::GetGlobalsList

Function Documentation

std::map<std::string, ScriptGlobal> *BlamScript::Globals::GetGlobalsList()

Retrieves the list of loaded globals.

The key is the ID of the global. The value is the global data.

Return

A pointer to the list of loaded globals.