airlock ![code/game/machinery/doors/airlock_electronics.dm 1](git.png)
Vars | |
accesses | A list of all granted accesses |
---|---|
holder | A holder of the electronics, in case of them working as an integrated part |
one_access | If the airlock should require ALL or only ONE of the listed accesses |
passed_cycle_id | what string are we passing to the finished airlock as the cycle ID |
passed_name | what name are we passing to the finished airlock |
shell | Whether this airlock can have an integrated circuit inside of it or not |
unres_sensor | Checks to see if this airlock has an unrestricted helper (will set to TRUE if present). |
unres_sides | Unrestricted sides, or sides of the airlock that will open regardless of access |
Procs | |
create_copy | Create a copy of the electronics Arguments |
do_action | shared by rcd & airlock electronics |
Var Details
accesses ![code/game/machinery/doors/airlock_electronics.dm 5](git.png)
A list of all granted accesses
holder ![code/game/machinery/doors/airlock_electronics.dm 17](git.png)
A holder of the electronics, in case of them working as an integrated part
one_access ![code/game/machinery/doors/airlock_electronics.dm 7](git.png)
If the airlock should require ALL or only ONE of the listed accesses
passed_cycle_id ![code/game/machinery/doors/airlock_electronics.dm 15](git.png)
what string are we passing to the finished airlock as the cycle ID
passed_name ![code/game/machinery/doors/airlock_electronics.dm 13](git.png)
what name are we passing to the finished airlock
shell ![code/game/machinery/doors/airlock_electronics.dm 19](git.png)
Whether this airlock can have an integrated circuit inside of it or not
unres_sensor ![code/game/machinery/doors/airlock_electronics.dm 9](git.png)
Checks to see if this airlock has an unrestricted helper (will set to TRUE if present).
unres_sides ![code/game/machinery/doors/airlock_electronics.dm 11](git.png)
Unrestricted sides, or sides of the airlock that will open regardless of access
Proc Details
create_copy
Create a copy of the electronics Arguments
- location- the location to create the new copy in
do_action
shared by rcd & airlock electronics