byond - Modules - TypesVar Details - Proc Details

visor

Visors Visors are slightly different than the other armor types. They allow emissives. If visor_emissive_on is TRUE then it will be applying an emissve to it. If allow_emissive is TRUE, Right clicking the Parent item will toggle the emissive.

Vars

allow_emissiveWhether or not the helmet is allowed to turn its emissive on or off.
visor_emissive_onwhether this helmet should be using its emissive overlay or not

Procs

toggle_emissiveToggles the visors emmisiveness if allowed.

Var Details

allow_emissive

Whether or not the helmet is allowed to turn its emissive on or off.

visor_emissive_on

whether this helmet should be using its emissive overlay or not

Proc Details

toggle_emissive

Toggles the visors emmisiveness if allowed.