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

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...
 

Detailed Description

Namespace containing functions from the Strings library.

Function Documentation

◆ GetStringsModuleHandle()

HMODULE Blam::Modules::Strings::GetStringsModuleHandle ( )

Retrieves the module handle for the Strings library.

Returns
The module handle for the Strings library, or nullptr if the module is not yet loaded.

◆ SetupModule()

BlamResult Blam::Modules::Strings::SetupModule ( )

Sets up the module and loads all necessary functions for calling.

Returns
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:

◆ ShutdownModule()

void Blam::Modules::Strings::ShutdownModule ( )

Shuts down the module and releases any data used by it.

+ Here is the caller graph for this function: