basic elements
flags that you can use on each game and to better your addon
ascendify.get_flag()
print(ascendify.get_flag("example_toggle")) -- prints the status of the toggle true/falseArgument
Type
Description
ascendify.set_flag()
ascendify.set_flag("example_toggle", true)Argument
Type
Description
ascendify.set_visible()
ascendify.set_visible("example_toggle", false)Argument
Type
Description
ascendify.is_purchasing_item()
is_purchasing_item()print(ascendify.is_purchasing_item())Type
Description
ascendify.get_server_cframe()
local cframe = ascendify.get_server_cframe()
print(cframe)Type
Description
ascendify.get_client_cframe()
Description
ascendify.create_connection()
Argument
Type
Description
ascendify.create_notification({})
Argument
Type
Description
ascendify.on_unload()
Argument
Type
Last updated