hand_tele
Vars | |
last_portal_location | Represents the last place we teleported to, for making quick portals. Can be in the following states: |
---|---|
Procs | |
try_create_portal_to | Takes either PORTAL_LOCATION_DANGEROUS or an /obj/machinery/computer/teleport/computer. |
Var Details
last_portal_location
Represents the last place we teleported to, for making quick portals. Can be in the following states:
- null, meaning either this hand tele hasn't been used yet, or the last place it was portalled to was removed.
- PORTAL_LOCATION_DANGEROUS, meaning the last place it teleported to was the "None (Dangerous)" location.
- A weakref to a /obj/machinery/computer/teleporter, meaning the last place it teleported to was a pre-setup location.
Proc Details
try_create_portal_to
Takes either PORTAL_LOCATION_DANGEROUS or an /obj/machinery/computer/teleport/computer.