camera

Vars | |
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. |
Procs | |
GetViewerClient | Getter 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.