The search keyword must be a single word (no spaces).
Function StringIdentity
- Line
- 1221
- Location
- blizzard.j
- Constant?
- no
- Type
- function
- Arguments
- string theString
- Returns
- string
| 1221 | function StringIdentity takes string theString returns string |
| 1222 | return GetLocalizedString(theString) |
| 1223 | endfunction
|