mechpad 
Vars | |
| connected_mechpad | Mechpads that it can send mechs through to other mechpads |
|---|---|
| id | ID of the mechpad, used for linking up |
| maximum_pads | Maximum amount of pads connected at once |
| mechpads | List of mechpads connected |
| selected_id | Selected mechpad in the console |
Procs | |
| find_pad | Tries to locate a pad in the cardinal directions, if it finds one it returns it |
| get_pad | Returns the pad of the value specified |
| random_beeps | A proc that makes random beeping sounds for a set amount of time, the sounds are separated by a random amount of time. |
| try_launch | Tries to call the launch proc on the connected mechpad, returns if unavailable Arguments: |
Var Details
connected_mechpad 
Mechpads that it can send mechs through to other mechpads
id 
ID of the mechpad, used for linking up
maximum_pads 
Maximum amount of pads connected at once
mechpads 
List of mechpads connected
selected_id 
Selected mechpad in the console
Proc Details
find_pad
Tries to locate a pad in the cardinal directions, if it finds one it returns it
get_pad
Returns the pad of the value specified
random_beeps
A proc that makes random beeping sounds for a set amount of time, the sounds are separated by a random amount of time.
try_launch
Tries to call the launch proc on the connected mechpad, returns if unavailable Arguments:
- user - The user of the proc
- where - The mechpad that the connected mechpad will try to send a supply pod to