minidropship

Vars | |
destination_fly_state | The flying state we will have when reaching our destination |
---|---|
fly_state | The current flying state of the shuttle |
land_action | Action of landing to a custom zone |
launching_delay | How long before you can launch tadpole after a landing |
next_fly_state | The next flying state of the shuttle |
origin_port_id | The id of the stationary docking port on the ship |
tadmap | Minimap for use while in landing cam mode |
to_transit | If the next destination is a transit |
ui_user | The user of the ui |
Procs | |
clean_ui_user | Set ui_user to null to prevent hard del |
return_to_ship | The action of sending the shuttle back to its shuttle port on main ship |
take_off | The action of taking off and sending the shuttle to the atmosphere |
toggle_nvg | Toggle the vision between small nightvision and turf vision |
Var Details
destination_fly_state

The flying state we will have when reaching our destination
fly_state

The current flying state of the shuttle
land_action

Action of landing to a custom zone
launching_delay

How long before you can launch tadpole after a landing
next_fly_state

The next flying state of the shuttle
origin_port_id

The id of the stationary docking port on the ship
tadmap

Minimap for use while in landing cam mode
to_transit

If the next destination is a transit
ui_user

The user of the ui
Proc Details
clean_ui_user
Set ui_user to null to prevent hard del
return_to_ship
The action of sending the shuttle back to its shuttle port on main ship
take_off
The action of taking off and sending the shuttle to the atmosphere
toggle_nvg
Toggle the vision between small nightvision and turf vision