byond - Modules - TypesVar Details - Proc Details

mobile

Vars

callTimetime spent in transit (deciseconds). Should not be lower then 10 seconds without editing the animation of the hyperspace ripples.
control_flagsAll shuttle_control computers that share at least one control flag is able to link to this shuttle
ignitionTimetime spent "starting the engines". Also rate limits how often we try to reserve transit space if its ever full of transiting shuttles.
modecurrent shuttle mode
prearrivalTimedelay after call time finishes for sound effects, explosions, etc.
rechargeTimetime spent after arrival before being able to launch again
shuttle_computerReference of the shuttle docker holding the mobile docking port
timerused as a timer (if you want time left to complete move, use timeLeft proc)

Procs

beforeShuttleMoveMisc move procs
calculate_docking_port_informationCalculated and populates the information used for docking and some internal vars. This can also be used to calculate from shuttle_areas so that you can expand/shrink shuttles!
initiate_dockingThis is the main proc. It instantly moves our mobile port to stationary port new_dock.
linkupCalled after the shuttle is loaded from template
preflight_checkBoth lists are associative with a turf:bitflag structure. (new_turfs bitflag space unused currently) The bitflag contains the data for what inhabitants of that coordinate should be moved to the new location The bitflags can be found in __DEFINES/shuttles.dm

Var Details

callTime

time spent in transit (deciseconds). Should not be lower then 10 seconds without editing the animation of the hyperspace ripples.

control_flags

All shuttle_control computers that share at least one control flag is able to link to this shuttle

ignitionTime

time spent "starting the engines". Also rate limits how often we try to reserve transit space if its ever full of transiting shuttles.

mode

current shuttle mode

prearrivalTime

delay after call time finishes for sound effects, explosions, etc.

rechargeTime

time spent after arrival before being able to launch again

shuttle_computer

Reference of the shuttle docker holding the mobile docking port

timer

used as a timer (if you want time left to complete move, use timeLeft proc)

Proc Details

beforeShuttleMove

Misc move procs

calculate_docking_port_information

Calculated and populates the information used for docking and some internal vars. This can also be used to calculate from shuttle_areas so that you can expand/shrink shuttles!

Arguments:

initiate_docking

This is the main proc. It instantly moves our mobile port to stationary port new_dock.

linkup

Called after the shuttle is loaded from template

preflight_check

Both lists are associative with a turf:bitflag structure. (new_turfs bitflag space unused currently) The bitflag contains the data for what inhabitants of that coordinate should be moved to the new location The bitflags can be found in __DEFINES/shuttles.dm

Hiding turfs if necessary

Unhiding turfs if necessary