![]() |
Blamite Game Engine - blam!
00398.09.22.23.2015.blamite
The core library for the Blamite Game Engine.
|
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... | |
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.
std::string Blam::Content::CacheFiles::GetCacheFileLanguageString | ( | BlamCacheFileLanguage | language | ) |
Retrieves the current cache file language as a string.
BlamCacheFileLanguage Blam::Content::CacheFiles::GetCurrentCacheFileLanguage | ( | ) |
Retrieves the current cache file language.