Function BlamScript::Globals::GetGlobal¶
Defined in File haloscript.h
Function Documentation¶
-
ScriptGlobal *
BlamScript::Globals::GetGlobal(std::string name)¶ Retrieves a global with the specified ID.
- Return
A pointer to the specified global, or
nullptrif it could not be found.- Parameters
name: - The ID of the desired global.