ModAPI
PythonAPI:
PythonAPI - Battle
PythonAPI - Callbacks
PythonAPI - CustomPorts
PythonAPI - Events
PythonAPI - Flash
PythonAPI - Utils
PythonAPI - Web
PythonAPI - UserMusic
PythonAPI - Dock
PythonAPI - Devmenu
Python, available packages:
time
datetime
xml
xml.dom
Keys
FlashAPI:
FlashAPI - DataBridgeModule
FlashAPI - StageModule
PythonAPI - Devmenu
"Devmenu" methods make it possible to use the developer menu.
The menu has two buttons:
"Constants" - opens / hides a list of some game constants: types of lootboxes, rewards, ribbons and damage
"Reload Mod" - reloads the mod
Available methods:
devmenu
devmenu.enable()
constants
devmenu.enable()
After entering the port allows you to call the developer menu.
To show/hide the menu by a shortcut "Ctrl" + "F1".
The button "Reload Mod" reloads the mod that calls the menu.
When calling a menu of several mods, the "Reload Mod" button will reload the last loaded mod that brings up this menu.
constants
Gives access to the constant value.
The value of a specific constant (for example, credits) is obtained in the following way: constants.LootboxType.CREDITS.
Returns int() value.