| 163 | } |
| 164 | |
| 165 | std::string Object::GetString(ObjectStringID index) const |
| 166 | { |
| 167 | return GetStringTable().GetString(index); |
| 168 | } |
| 169 | |
| 170 | std::string Object::GetString(int32_t language, ObjectStringID index) const |
| 171 | { |
no outgoing calls
no test coverage detected