SLocalizedInfoGame

C++
struct SLocalizedInfoGame {
  const char* szCharacterName;
  wstring swTranslatedText;
  bool bUseSubtitle;
};
File

ILocalizationManager.h

Description

Localization Info structure

SLocalizedInfoGame::bUseSubtitle Data Member
C++
bool bUseSubtitle;
SLocalizedInfoGame::swTranslatedText Data Member
C++
wstring swTranslatedText;
SLocalizedInfoGame::szCharacterName Data Member
C++
const char* szCharacterName;
SLocalizedInfoGame::SLocalizedInfoGame Constructor
C++
SLocalizedInfoGame();