StringHashBJ
- Parameters
-
s string
- comment
-
Equivalent to
StringHash
. - patch
-
1.24a
- Source
- Blizzard.j (suggest an edit or discuss on Github)
- return type
-
integer
- Source code
-
function StringHashBJ takes string s returns integer return StringHash(s) endfunction