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

Function Documentation

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

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.