Property | Type | Description | |
---|---|---|---|
EAgentHandler | |||
ECamera | |||
ECommunicator | |||
EDrawingArea | |||
EKeyboard | |||
ELocalHandler | Eryan.InputHandler.LocalHandler | ||
ELogger | Util.Logger | ||
EMenuHandler | Eryan.InputHandler.MenuHandler | ||
EMouse | |||
EOverViewHandler | OverviewHandler | ||
EPreciseMouse | |||
ERandom | |||
ESession | Eryan.Wrappers.Session | ||
EStationHandler | |||
MyShip | Eryan.Wrappers.Ship | ||
enabled | bool |
Property | Type | Description | |
---|---|---|---|
name | string |
Method | Description | |
---|---|---|
initializeInputs ( |
Internal use, the Bot will initialize the script with its input handlers once its loaded into memory
|
|
onFinish ( ) : System.Boolean |
Script's cleanup code
|
|
onStart ( ) : System.Boolean |
To be used by the script to initialize its state variables
|
|
run ( ) : int |
The main loop for scripts
|
public initializeInputs ( |
||
bot | The reference to the bot's windowhandler | |
return | void |
public abstract onFinish ( ) : System.Boolean | ||
return | System.Boolean |
public AgentHandler,Eryan.InputHandler EAgentHandler | ||
return |
public Camera,Eryan.InputHandler ECamera | ||
return |
public Communicator,Eryan.IPC ECommunicator | ||
return |
public DrawableScreen,Eryan.Util EDrawingArea | ||
return |
public LocalHandler,Eryan.InputHandler ELocalHandler | ||
return | Eryan.InputHandler.LocalHandler |
public MenuHandler,Eryan.InputHandler EMenuHandler | ||
return | Eryan.InputHandler.MenuHandler |
public PreciseMouse,Eryan.Input EPreciseMouse | ||
return |
public Station,Eryan.Wrappers EStationHandler | ||
return |