navbeacon ![code/game/machinery/navbeacon.dm 4](git.png)
Vars | |
codes | associative list of transponder codes |
---|---|
codes_txt | codes as set on map: "tag1;tag2" or "tag1=value;tag2=value" |
controls_locked | true if controls are locked |
cover_locked | true if cover is locked |
location | location response text |
original_location | original location name, to allow resets |
Procs | |
glob_lists_deregister | Removes the nav beacon from the global beacon lists |
glob_lists_register | Registers the navbeacon to the global beacon lists |
set_codes | Set the transponder codes assoc list from codes_txt during initialization, or during reset |
toggle_code | Adds or removes a specific code |
Var Details
codes ![code/game/machinery/navbeacon.dm 24](git.png)
associative list of transponder codes
codes_txt ![code/game/machinery/navbeacon.dm 26](git.png)
codes as set on map: "tag1;tag2" or "tag1=value;tag2=value"
controls_locked ![code/game/machinery/navbeacon.dm 16](git.png)
true if controls are locked
cover_locked ![code/game/machinery/navbeacon.dm 18](git.png)
true if cover is locked
location ![code/game/machinery/navbeacon.dm 20](git.png)
location response text
original_location ![code/game/machinery/navbeacon.dm 22](git.png)
original location name, to allow resets
Proc Details
glob_lists_deregister
Removes the nav beacon from the global beacon lists
glob_lists_register
Registers the navbeacon to the global beacon lists
set_codes
Set the transponder codes assoc list from codes_txt during initialization, or during reset
toggle_code
Adds or removes a specific code