Function BlamScript::Globals::GetGlobalAsString

Function Documentation

std::string *BlamScript::Globals::GetGlobalAsString(std::string name)

Retrieves a global’s value as a string.

Return

A pointer to the global’s string value.

Parameters
  • name: - The ID of the global to retrieve.