Function BlamScript::Globals::GetGlobalAsLong

Function Documentation

long *BlamScript::Globals::GetGlobalAsLong(std::string name)

Retrieves a global’s value as a long.

Return

A pointer to the global’s long value.

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