tripod 
Vars | |
| built_tripod | If the tripod structure was folded into this item, then we have it stored here and in contents |
|---|---|
| camera | Camera attached to the tripod |
Procs | |
| assembly | Proc to assembly the tripod. |
| assembly_checks | Proc to check if we can assembly the tripod by a given user on a given turf. |
| attach_camera | Helper proc to attach a camera to the tripod. User argument is not required |
| detach_camera | Helper proc to detach the camera. User argument is not required |
| on_camera_toggle | Signal proc to listen from the camera to change stuff based on its active state |
| try_attach_camera | Proc to attempt to attach a camera to the tripod. |
| try_detach_camera | Proc used to try to detach the camera from the tripod and put it in the remover's hands. |
Var Details
built_tripod 
If the tripod structure was folded into this item, then we have it stored here and in contents
camera 
Camera attached to the tripod
Proc Details
assembly
Proc to assembly the tripod.
If we have the build tripod stored, then we use that, or create a new one. Afterwards we move src into the tripod for later use.
assembly_checks
Proc to check if we can assembly the tripod by a given user on a given turf.
attach_camera
Helper proc to attach a camera to the tripod. User argument is not required
detach_camera
Helper proc to detach the camera. User argument is not required
on_camera_toggle
Signal proc to listen from the camera to change stuff based on its active state
try_attach_camera
Proc to attempt to attach a camera to the tripod.
try_detach_camera
Proc used to try to detach the camera from the tripod and put it in the remover's hands.