Function BlamScript::Globals::UpdateGlobal(std::string, std::string)

Function Documentation

GvarUpdateResult BlamScript::Globals::UpdateGlobal(std::string name, std::string new_value)

Updates the value of a String global.

Return

The result of the update attempt. See BlamScript::Globals::GvarUpdateResult for details.

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

  • new_value: - The new value to apply to the global.