Function BlamScript::Globals::RegisterGvar(std::string, std::string, GvarType, std::string)

Function Documentation

void BlamScript::Globals::RegisterGvar(std::string name, std::string value_raw, GvarType type, std::string info)

Registers a new engine global.

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

  • value_raw: - The raw string value of the global.

  • type: - The type of the global.

  • info: - A description of the global.