Elaztek Developer Hub
Blamite Game Engine - blam!  00346.12.11.21.0529.blamite
The core library for the Blamite Game Engine.
Blam::Modules::Keystone Namespace Reference

Functions

BLAM BlamResult SetupModule ()
 
BLAM void ShutdownModule ()
 
BLAM HMODULE GetKeystoneModuleHandle ()
 
BLAM int ShowErrorDialog (bool allow_safemode, bool allow_continue, const char *text)
 
BLAM bool OpenWebURL (std::string url)
 
BLAM bool OpenLocalURL (std::string url)
 

Function Documentation

◆ GetKeystoneModuleHandle()

HMODULE Blam::Modules::Keystone::GetKeystoneModuleHandle ( )

◆ OpenLocalURL()

bool Blam::Modules::Keystone::OpenLocalURL ( std::string  url)

◆ OpenWebURL()

bool Blam::Modules::Keystone::OpenWebURL ( std::string  url)

◆ SetupModule()

BlamResult Blam::Modules::Keystone::SetupModule ( )

◆ ShowErrorDialog()

int Blam::Modules::Keystone::ShowErrorDialog ( bool  allow_safemode,
bool  allow_continue,
const char *  text 
)

◆ ShutdownModule()

void Blam::Modules::Keystone::ShutdownModule ( )