StringHashBJ
- Parameters
-
s string
- comment
Equivalent to
StringHash
.- patch
1.24a
- Source
- Blizzard.j
- return type
integer
- Source code
function StringHashBJ takes string s returns integer return StringHash(s) endfunction
s | string |
Equivalent to StringHash
.
1.24a
integer
function StringHashBJ takes string s returns integer
return StringHash(s)
endfunction