Abstract Script
abstract class AbstractScript
Content copied to clipboard
The common base class of all scripts
Constructors
AbstractScript
Link copied to clipboard
fun AbstractScript()
Content copied to clipboard
Functions
clear Paints
Link copied to clipboard
fun clearPaints()
Content copied to clipboard
get Null Value
Link copied to clipboard
init Options
Link copied to clipboard
fun initOptions()
Content copied to clipboard
This is clumsy but since we are not distributing Jackson and already have GSON included, building options now throw NoClassDef
remove Paint
Link copied to clipboard
show Options Dialog
Link copied to clipboard
start Script
Link copied to clipboard
fun startScript()
Content copied to clipboard
Call this method in a Script's psvm main(args: String[]) make instance of script you want to run in emulator call startScript from that instance and script jar will be created, dexified and uploaded to android device
fun startScript(deviceHost: String, accountName: String, useDefaultConfigs: Boolean)
Content copied to clipboard
start Script With Autodiscovery
Link copied to clipboard
fun startScriptWithAutodiscovery(accountName: String = "", useDefaultConfigs: Boolean)
Content copied to clipboard
update Allowed Options
Link copied to clipboard
update Enabled
Link copied to clipboard
update Option
Link copied to clipboard
update Visibility
Link copied to clipboard
Properties
controller
Link copied to clipboard
manifest
Link copied to clipboard
options
Link copied to clipboard
Inheritors
TreeScript
Link copied to clipboard