bodycamera_holder ![modular_splurt/code/modules/clothing/misc/body_camera.dm 64](git.png)
Bodycamera component
Allows anything to have a body camera inserted into it
Vars | |
bodycamera_installed | The installed bodycamera |
---|---|
clothingtype_required | The clothing part this needs to be on. This could possibly just be done by checking the clothing's slot |
Procs | |
on_attackby | When items are used on it. Bodycamera/ID card |
on_examine_more | When examining |
on_screwdriver_act | When a screwdriver is used on it |
on_unequip | When the camera holder is unequipped |
Var Details
bodycamera_installed ![modular_splurt/code/modules/clothing/misc/body_camera.dm 66](git.png)
The installed bodycamera
clothingtype_required ![modular_splurt/code/modules/clothing/misc/body_camera.dm 68](git.png)
The clothing part this needs to be on. This could possibly just be done by checking the clothing's slot
Proc Details
on_attackby
When items are used on it. Bodycamera/ID card
on_examine_more
When examining
on_screwdriver_act
When a screwdriver is used on it
on_unequip
When the camera holder is unequipped