Method | Description | |
---|---|---|
Station ( |
Builds station handler with current mouse, pmouse, menu handler and communicator
|
|
Station ( |
||
depositAll ( ) : System.Boolean |
Deposits all items in your cargo to the station hangar
|
|
interactAgent ( string name ) : bool |
Interact with the given agent
|
|
isDocked ( ) : System.Boolean |
Find out if we're docked
|
|
isHangarOpen ( ) : bool |
Check if the hangar is open
|
|
isItemInHangar ( string name ) : bool |
Check if the given item is in the Station hangar
|
|
openHangar ( ) : bool |
Open the address book
|
|
selectAgentTab ( ) : bool |
Select the "Agent Tab" at the station
|
|
selectAllCargo ( ) : bool |
Select all the cargo
|
|
stackHangarItems ( ) : bool |
Stack All the items in the station hangar
|
|
undock ( ) : System.Boolean |
Undock from station
|
|
withdrawItem ( string name ) : bool |
Withdraw the given item stack from the station hangar by name
|
public Station ( |
||
m | Bot's mouse | |
pm | Bot's precise mouse | |
mh | Eryan.InputHandler.MenuHandler | Bot's menu handler |
com | Bot's communicator | |
return | System |
public Station ( |
||
wh | ||
return | System |
public isItemInHangar ( string name ) : bool | ||
name | string | The name of the item we are looking for |
return | bool |
public withdrawItem ( string name ) : bool | ||
name | string | Item name to withdraw |
return | bool |