MCPcopy Create free account
hub / github.com/EasyRPG/Player / GetExVocabImportSaveTitleText

Method GetExVocabImportSaveTitleText

src/meta.cpp:235–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233}
234
235std::string Meta::GetExVocabImportSaveTitleText() const {
236 return GetExVocab(MTINI_EXVOCAB_IMPORT_SAVE_TITLE_KEY, MTINI_EXVOCAB_IMPORT_SAVE_TITLE_VALUE);
237}
238
239std::string Meta::GetExVocabTranslateTitleText() const {
240 std::string term;

Callers 1

CreateCommandWindowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected