![]() |
Blamite Game Engine - blam!
00453.06.08.26.0624.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.
Here is the call graph for this function:
Here is the caller graph for this function:| void Blam::Modules::Strings::ShutdownModule | ( | ) |
Shuts down the module and releases any data used by it.
Here is the caller graph for this function: