Blamite Game Engine - blam!  00296.01.12.21.0102.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 ShowMainWindow ()
 
BLAM int ShowErrorDialog (bool classic, 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  classic,
bool  allow_safemode,
bool  allow_continue,
const char *  text 
)

◆ ShowMainWindow()

int Blam::Modules::Keystone::ShowMainWindow ( )

◆ ShutdownModule()

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