getgenv
Returns the global environment table, which is shared across all Ionize made threads. This table is commonly used to share or store information between different Ionize executed scripts.
Syntax
getgenv(): { any }Returns the global environment table, which is shared across all Ionize made threads. This table is commonly used to share or store information between different Ionize executed scripts.
getgenv(): { any }