byond - Modules - TypesProc Details

camera_advanced

Procs

CreateEyeCreates this computer's eye object and sets up its references.
clear_eye_refThis proc is used to make sure no references or other leftovers are left behind if the computer's eye is deleted. To achieve this, it reacts to the PARENT_QDELETING signal of the computer's eye object and triggers if it is sent.

Proc Details

CreateEye

Creates this computer's eye object and sets up its references.

clear_eye_ref

This proc is used to make sure no references or other leftovers are left behind if the computer's eye is deleted. To achieve this, it reacts to the PARENT_QDELETING signal of the computer's eye object and triggers if it is sent.