12 bool replaceTag (
const MyGUI::UString& tag, MyGUI::UString& out,
const std::map<std::string,std::string>& fallbackSettings);
bool replaceTag(const MyGUI::UString &tag, MyGUI::UString &out, const std::map< std::string, std::string > &fallbackSettings)
Try to replace a tag. Returns true on success and writes the result to out.
Definition: tags.cpp:8