![]() |
Blamite Game Engine - blam!
00406.12.10.23.1457.blamite
The core library for the Blamite Game Engine.
|
Namespace containing functions from the Strings library. More...
Functions | |
BLAM BlamResult | SetupModule () |
Sets up the module and loads all necessary functions for calling. More... | |
BLAM void | ShutdownModule () |
Shuts down the module and releases any data used by it. More... | |
BLAM HMODULE | GetStringsModuleHandle () |
Retrieves the module handle for the Strings library. More... | |
Namespace containing functions from the Strings library.
HMODULE Blam::Modules::Strings::GetStringsModuleHandle | ( | ) |
BlamResult Blam::Modules::Strings::SetupModule | ( | ) |
Sets up the module and loads all necessary functions for calling.
BlamResult::Success_OK
if the module initialized successfully, otherwise returns an error code. void Blam::Modules::Strings::ShutdownModule | ( | ) |
Shuts down the module and releases any data used by it.