byond - Modules - TypesVar Details - Proc Details

minidropship

Vars

destination_fly_stateThe flying state we will have when reaching our destination
fly_stateThe current flying state of the shuttle
land_actionAction of landing to a custom zone
launching_delayHow long before you can launch tadpole after a landing
next_fly_stateThe next flying state of the shuttle
origin_port_idThe id of the stationary docking port on the ship
tadmapMinimap for use while in landing cam mode
to_transitIf the next destination is a transit
ui_userThe user of the ui

Procs

clean_ui_userSet ui_user to null to prevent hard del
return_to_shipThe action of sending the shuttle back to its shuttle port on main ship
take_offThe action of taking off and sending the shuttle to the atmosphere
toggle_nvgToggle 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