Space Station 13 - Modules - TypesVar Details - Proc Details

GPS

A small item that reports its current location. Has a tag to help distinguish between them.

Vars

empedWhether the GPS is EMPed, disabling it temporarily.
gpstagThe tag that is visible to other GPSes.
localWhether the GPS should only show up to GPSes on the same Z-level.
locked_locationTurf reference. If set, it will appear in the UI. Used by /obj/machinery/computer/telescience.
same_zWhether to only list signals that are on the same Z-level.
trackingWhether the GPS is on.

Procs

rebootTurns off the GPS's EMPed state. Called automatically after an EMP.

Var Details

emped

Whether the GPS is EMPed, disabling it temporarily.

gpstag

The tag that is visible to other GPSes.

local

Whether the GPS should only show up to GPSes on the same Z-level.

locked_location

Turf reference. If set, it will appear in the UI. Used by /obj/machinery/computer/telescience.

same_z

Whether to only list signals that are on the same Z-level.

tracking

Whether the GPS is on.

Proc Details

reboot

Turns off the GPS's EMPed state. Called automatically after an EMP.