Function BlamScript::Globals::GetGlobalAsShort

Function Documentation

short *BlamScript::Globals::GetGlobalAsShort(std::string name)

Retrieves a global’s value as a short.

Return

A pointer to the global’s short value.

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