Daedalus Dock - Modules - TypesVar Details - Proc Details

tram

Vars

horizontal_speeddecisecond delay between horizontal movements. cannot make the tram move faster than 1 movement per world.tick_lag. only used to give to the lift_master
travellingSet by the tram control console in late initialize

Procs

find_dimensionsdebug proc to highlight the locs of the tram platform
unlock_controlsHandles unlocking the tram controls for use after moving

Var Details

horizontal_speed

decisecond delay between horizontal movements. cannot make the tram move faster than 1 movement per world.tick_lag. only used to give to the lift_master

travelling

Set by the tram control console in late initialize

Proc Details

find_dimensions

debug proc to highlight the locs of the tram platform

unlock_controls

Handles unlocking the tram controls for use after moving

More safety checks to make sure the tram has actually docked properly at a location before users are allowed to interact with the tram console again. Tram finds its location at this point before fully unlocking controls to the user.