Function BlamScript::Globals::GlobalExists

Function Documentation

bool BlamScript::Globals::GlobalExists(std::string id)

Determines whether or not a global exists.

Return

Whether or not the specified global exists.

Parameters
  • id: - The ID of the global to check for.