ll.Hash (value: string) -> numberCalculates the 32bit hash value for the provided string.
ll.Hash('test')
{
"def": "func",
"desc": "Calculates the 32bit hash value for the provided string.",
"energy": 10,
"sleep": 0,
"must_use": true,
"link": "https://wiki.secondlife.com/wiki/LlHash",
"private": false,
"takesSelf": false,
"name": "Hash",
"signatures": [
{
"def": "signature",
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
{
"def": "simple",
"value": "number"
}
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "value",
"desc": "",
"type": [
{
"def": "simple",
"value": "string"
}
],
"variadic": false,
"optional": false
}
]
}
]
}