21 lines
354 B
Markdown
21 lines
354 B
Markdown
# Table: Global Table
|
|
|
|
Custom fields, functions, etc added to The Lua [Global Table](https://www.lua.org/pil/15.4.html).
|
|
|
|
## Functions (1)
|
|
|
|
### `joaat(str)`
|
|
|
|
- **Parameters:**
|
|
- `str` (string): The string that needs to be joaat hashed.
|
|
|
|
- **Returns:**
|
|
- `integer`: The joaat hashed input string.
|
|
|
|
**Exemple Usage:**
|
|
```lua
|
|
integer = joaat(str)
|
|
```
|
|
|
|
|