camera ![code/modules/modular_computers/file_system/programs/maintenance/camera.dm 71](git.png)
Vars | |
photo_taken | Pinged when the image has been captured. I'm not using the default trigger output here because the process is asynced, even though I'm mostly sure it only sleeps if there's a set user. |
---|---|
photographed | The photographed target |
picture_target | A target to take a picture of. |
Var Details
photo_taken ![code/modules/modular_computers/file_system/programs/maintenance/camera.dm 86](git.png)
Pinged when the image has been captured. I'm not using the default trigger output here because the process is asynced, even though I'm mostly sure it only sleeps if there's a set user.
photographed ![code/modules/modular_computers/file_system/programs/maintenance/camera.dm 78](git.png)
The photographed target
picture_target ![code/modules/modular_computers/file_system/programs/maintenance/camera.dm 76](git.png)
A target to take a picture of.