Function BlamScript::Globals::GetGlobal

Function Documentation

ScriptGlobal *BlamScript::Globals::GetGlobal(std::string name)

Retrieves a global with the specified ID.

Return

A pointer to the specified global, or nullptr if it could not be found.

Parameters
  • name: - The ID of the desired global.