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

354 B

Table: Global Table

Custom fields, functions, etc added to The Lua Global Table.

Functions (1)

joaat(str)

  • Parameters:

    • str (string): The string that needs to be joaat hashed.
  • Returns:

    • integer: The joaat hashed input string.

Exemple Usage:

integer = joaat(str)