byond - Modules - TypesVar Details - Proc Details

crashable shuttle

Vars

crash_landWhether or not this shuttle is crash landing
fires_on_crashWhether fires occur aboard the shuttle when crashing

Procs

check_crash_pointChecks for anything that may get in the way of a crash, returns FALSE if there is something in the way or is out of bounds
crash_checkReturns whether or not the shuttle will crash after being sent
create_crash_pointSets up a valid crash point, fails after 10 tries
evac_launchCalled when the shuttle is launched and checks for crash and creates a crash point
force_crashForces the shuttle to crash, admin called
handle_firesSets up and handles fires/explosions on crashing shuttles
kablooieActually blows up the fire/explosion on crashing shuttles, used for effect delay
open_doorsHandles opening the doors for the specific shuttle type upon arriving at the crash point

Var Details

crash_land

Whether or not this shuttle is crash landing

fires_on_crash

Whether fires occur aboard the shuttle when crashing

Proc Details

check_crash_point

Checks for anything that may get in the way of a crash, returns FALSE if there is something in the way or is out of bounds

crash_check

Returns whether or not the shuttle will crash after being sent

create_crash_point

Sets up a valid crash point, fails after 10 tries

evac_launch

Called when the shuttle is launched and checks for crash and creates a crash point

force_crash

Forces the shuttle to crash, admin called

handle_fires

Sets up and handles fires/explosions on crashing shuttles

kablooie

Actually blows up the fire/explosion on crashing shuttles, used for effect delay

open_doors

Handles opening the doors for the specific shuttle type upon arriving at the crash point