This repository has been archived on 2024-10-22. You can view files and clone it, but cannot push or open issues or pull requests.
YimMenu/docs/lua/tables/Global Table.md

21 lines
354 B
Markdown
Raw Normal View History

2023-07-02 00:59:02 +02:00
# 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)
```