The included widget is useful to easily test all the functions that come with this plugin.
Each function has its own button and list of editable variables.
Right click on /AqLib_WorldAndLevel/EWBP_AqLib_WorldAndLevel
Click on Run Editor Utility Widget
The widget is separated in 5 sections
Title and buttons to open external links.
The rightmost button is used to enable and disable the logging.
Use these buttons to select and open the correct assets.
Having them open will allow you to see the result of the functions.
The tabs are used to categorize the functions.
Switching tab will update the displayed Variables and Functions.
If no function is selected, this section is empty.
Once a function is selected, this section contains all the associated variables.
These will be provided to the selected function during execution.
Buttons that let you test all the functions.
Click on a button to select the function.
The variables will then appear, you can edit them.
When ready to execute the function, click on the function button a second time.
Hidden by default.
Once a function has been executed, this section will appear.
It will display the result of the execution plus extra information for the user.
This section will change color based on the status of the operation.
Open the World (1st combobox in the widget)
Choose 1 function you want to test
Click the function's button
It will select it
It will also display the associated variables
Optional : Modify the variables
Default values should work
Click the function's button a second time
It will execute the function
Look at the result
The Result section should appear at the bottom
The code behind this widget is pretty much empty in the sense that it doesn’t do anything special.
This widget is just an interface to call all the functions from the library.
It looks big, messy and potentially intimidating, but don’t worry.
I guarantee that it doesn’t do anything other than calling the functions.