StringIdentity
- Parameters
-
theString string
- comment
- patch
1.07
- Source
- Blizzard.j
- return type
string
- Source code
function StringIdentity takes string theString returns string return GetLocalizedString(theString) endfunction
theString | string |
1.07
string
function StringIdentity takes string theString returns string
return GetLocalizedString(theString)
endfunction