byond - Modules - TypesVar Details - Proc Details

camera

Vars

call_lifeTODO DELETE THIS VAR
use_staticIf TRUE, the eye will cover turfs hidden to the cameranet with static. TODO see tgs use_visibility and replace with that
visibleCameraChunksList of camera chunks visible to this camera. Please don't interface with this directly. Use the cameranet.

Procs

GetViewerClientGetter proc for getting the current user's client.

Var Details

call_life

TODO DELETE THIS VAR

use_static

If TRUE, the eye will cover turfs hidden to the cameranet with static. TODO see tgs use_visibility and replace with that

visibleCameraChunks

List of camera chunks visible to this camera. Please don't interface with this directly. Use the cameranet.

Proc Details

GetViewerClient

Getter proc for getting the current user's client.

The base version of this proc returns null. Subtypes are expected to overload this proc and make it return something meaningful.