# 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.
**Example Usage:**
```lua
integer = joaat(str)
```