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