Function BlamScript::Globals::GetGlobalAsFloat

Function Documentation

float *BlamScript::Globals::GetGlobalAsFloat(std::string name)

Retrieves a global’s value as a float.

Return

A pointer to the global’s float value.

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