Home
last modified time | relevance | path

Searched refs:foundAttachedTag (Results 1 – 1 of 1) sorted by relevance

/dports/games/barony/Barony-3.3.7/src/
H A Dactgeneral.cpp865 size_t foundAttachedTag = (*it).find("@attached."); in handleTextSourceScript() local
866 if ( foundAttachedTag != std::string::npos ) in handleTextSourceScript()
870 (*it).erase(foundAttachedTag + 1, strlen("attached.")); in handleTextSourceScript()
871 size_t foundAttachedTag = input.find("@attached."); in handleTextSourceScript() local
872 if ( foundAttachedTag != std::string::npos ) in handleTextSourceScript()
874 input.erase(foundAttachedTag + 1, strlen("attached.")); in handleTextSourceScript()