Elaztek Developer Hub
Blamite Game Engine - Strings  00326.06.27.21.0407.blamite
A library containing general purpose utilities and classes for use in multiple projects.
Deprecated List
Member AiError
Will be removed in the future, this should be handled from any future AI systems directly rather than a log severity.
Member BlamConfigurationFile::BlamConfigurationFile (std::string _filename, std::string _comment_delimeter)
Use the new constructor.
Member BlamConfigurationFile::LoadDefaults (HMODULE dll_handle, int resource_id, const char *resource_type)
Avoid using win32 resource-dependent functions.
Member BlamStrings::GetStringFromID (int string_id, int max_length)
Win32 string tables should be avoided going forward. Use another method of storing strings.
Member BlamStrings::Utils::IO::CreateFileFromHTMLResource (HMODULE module_handle, std::string filename, int res_id)
Win32 resources should be used as little as possible going forward.
Member BlamStrings::Utils::IO::CreateFileFromPNGResource (HMODULE module_handle, std::string filename, int res_id)
Win32 resources should be used as little as possible going forward.
Member BlamStrings::Utils::IO::CreateFileFromResource (HMODULE module_handle, std::string filename, int res_id, const char *res_type)
Win32 resources should be used as little as possible going forward.
Member EDITOR_CONFIG_DEFAULT_NAME
Do not use.
Member Input
Will be removed in the future, this should be handled from console directly rather than a log level. This exists as originally it was added under 'Info', which was redundant due to the presence of a 'None' level.