Function BlamScript::Globals::GetGlobalAsBoolean

Function Documentation

bool *BlamScript::Globals::GetGlobalAsBoolean(std::string name)

Retrieves a global’s value as a boolean.

Return

A pointer to the global’s boolean value.

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