(Official) LUA Scripting Documentation
get_hash_code
Get the hash code of a string.
Spec:
get_hash_code(
string s)
Parameters
s
:
Returns
long
: The hash code ofs
Incomplete
This documentation is incomplete
Get the hash code of a string.
Spec:
get_hash_code(
string s)
s
:long
: The hash code of s
This documentation is incomplete