Space Station 13 - Modules - TypesVar Details - Proc Details

shuttle

Vars

custom_escape_shuttle_loadingWhether or not a custom shuttle is currently loading at centcomm.
custom_shuttle_orderedWhether or not a custom shuttle has been ordered.
emergency_locked_inHave we locked in the emergency shuttle, to prevent people from breaking things / wasting player money?
hostile_environmentsThings blocking escape shuttle from leaving.
loading_shuttle_at_preview_templateWhether or not a shuttle is currently being loaded at the template landmark, if it exists.
mobile_docking_portsA list of all the mobile docking ports.
refuel_delayDefault refuel delay
stationary_docking_portsA list of all the stationary docking ports.
supply_shuttle_turfsSupply shuttle turfs to make mail be put down faster
transit_docking_portsA list of all the transit docking ports.
transit_request_failuresAn associative list of the mobile docking ports that have failed a transit request, with the amount of times they've actually failed that transit request, up to MAX_TRANSIT_REQUEST_RETRIES
transit_requestersA list of all the mobile docking ports currently requesting a spot in hyperspace.
transit_utilizedHow many turfs our shuttles are currently utilizing in reservation space

Procs

replace_shuttleCreate a new shuttle and replace the emergency shuttle with it. if loaded shuttle is passed in, a new one will not be loaded.
transit_space_clearingGotta manage our space brother

Var Details

custom_escape_shuttle_loading

Whether or not a custom shuttle is currently loading at centcomm.

custom_shuttle_ordered

Whether or not a custom shuttle has been ordered.

emergency_locked_in

Have we locked in the emergency shuttle, to prevent people from breaking things / wasting player money?

hostile_environments

Things blocking escape shuttle from leaving.

loading_shuttle_at_preview_template

Whether or not a shuttle is currently being loaded at the template landmark, if it exists.

mobile_docking_ports

A list of all the mobile docking ports.

refuel_delay

Default refuel delay

stationary_docking_ports

A list of all the stationary docking ports.

supply_shuttle_turfs

Supply shuttle turfs to make mail be put down faster

transit_docking_ports

A list of all the transit docking ports.

transit_request_failures

An associative list of the mobile docking ports that have failed a transit request, with the amount of times they've actually failed that transit request, up to MAX_TRANSIT_REQUEST_RETRIES

transit_requesters

A list of all the mobile docking ports currently requesting a spot in hyperspace.

transit_utilized

How many turfs our shuttles are currently utilizing in reservation space

Proc Details

replace_shuttle

Create a new shuttle and replace the emergency shuttle with it. if loaded shuttle is passed in, a new one will not be loaded.

transit_space_clearing

Gotta manage our space brother