Package gg.xp.xivsupport.gui.groovy
Interface ScriptSettingsControl
public interface ScriptSettingsControl
Helper to allow scripts to request that they be startup scripts
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
To be called from within the script.
-
Field Details
-
noop
No-op version of this. Used for testing.
-
-
Method Details
-
requestRunOnStartup
void requestRunOnStartup()To be called from within the script. Causes the "Allow this script to run on startup?" message to appear.
-