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