bool SetStringData(unsigned int tag, std::string t) bool SetStringData(const char *tag, std::string t)
These methods store and associate STL strings passed as the second argument with the data tag provided as the first argument. The methods are provided for convenience and are functionally equivalent to calls to SetData where the template argument is a std::string.