exosuit ![code/game/machinery/camera/presets.dm 111](git.png)
The internal camera object for exosuits, applied by the camera upgrade
Vars | |
current_name | Currently used name of the mech |
---|---|
is_emp_scrambled | Whether the camera was recently affected by an EMP and is thus unfocused, shortening view_range |
number | Number of the camera and thus the name of the mech |
Procs | |
emp_refocus | Restore the camera's view default view range after an EMP |
update_c_tag | Updates the c_tag of the mech camera while preventing duplicate c_tag usage due to having mechs with the same name |
Var Details
current_name ![code/game/machinery/camera/presets.dm 119](git.png)
Currently used name of the mech
is_emp_scrambled ![code/game/machinery/camera/presets.dm 121](git.png)
Whether the camera was recently affected by an EMP and is thus unfocused, shortening view_range
number ![code/game/machinery/camera/presets.dm 117](git.png)
Number of the camera and thus the name of the mech
Proc Details
emp_refocus
Restore the camera's view default view range after an EMP
update_c_tag
Updates the c_tag of the mech camera while preventing duplicate c_tag usage due to having mechs with the same name