Elaztek Developer Hub
Blamite Game Engine - blam!  00398.09.22.23.2015.blamite
The core library for the Blamite Game Engine.
Blam::Content::CacheFiles Namespace Reference

Namespace containing functions for interacting with cache files. More...

Functions

BLAM BlamCacheFileLanguage GetCurrentCacheFileLanguage ()
 Retrieves the current cache file language. More...
 
BLAM std::string GetCacheFileLanguageString (BlamCacheFileLanguage language)
 Retrieves the current cache file language as a string. More...
 

Detailed Description

Namespace containing functions for interacting with cache files.

Cache files are large files which act as a single file containing data for numerous tags. Generally, each scenario will have a cache file - and will usually have 1-2 other cache files that it depends on for resources.

Function Documentation

◆ GetCacheFileLanguageString()

std::string Blam::Content::CacheFiles::GetCacheFileLanguageString ( BlamCacheFileLanguage  language)

Retrieves the current cache file language as a string.

Returns
The current cache file language, as a string.
+ Here is the caller graph for this function:

◆ GetCurrentCacheFileLanguage()

BlamCacheFileLanguage Blam::Content::CacheFiles::GetCurrentCacheFileLanguage ( )

Retrieves the current cache file language.

Returns
The current cache file language.