MCPcopy Create free account
hub / github.com/comaps/comaps / AddString

Method AddString

libs/map/framework.hpp:678–678  ·  view source on GitHub ↗

Set the localized strings bundle

Source from the content-addressed store, hash-verified

676
677 /// Set the localized strings bundle
678 void AddString(std::string const & name, std::string const & value) { m_stringsBundle.SetString(name, value); }
679
680 StringsBundle const & GetStringsBundle();
681

Callers 12

PreSerializeMethod · 0.45
SetNameMethod · 0.45
operator()Method · 0.45
MakeNameFunction · 0.45
AddWithEditorMethod · 0.45
OnSaveMethod · 0.45
ParseStringsFunction · 0.45
UNIT_CLASS_TESTFunction · 0.45
ToMultilangFunction · 0.45
UNIT_TESTFunction · 0.45
UNIT_TESTFunction · 0.45

Calls 1

SetStringMethod · 0.45

Tested by 6

MakeNameFunction · 0.36
AddWithEditorMethod · 0.36
UNIT_CLASS_TESTFunction · 0.36
ToMultilangFunction · 0.36
UNIT_TESTFunction · 0.36
UNIT_TESTFunction · 0.36