Function BlamScript::Globals::GetGlobalAsInteger

Function Documentation

int *BlamScript::Globals::GetGlobalAsInteger(std::string name)

Retrieves a global’s value as an int.

Return

A pointer to the global’s int value.

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