style_meter 
Vars | |
| meter_appearance | Mutable appearance added to the attached glasses |
|---|---|
| multitooled | If this is multitooled, which is passed onto the component on-creation, if one doesn't currently exist |
| stored_permanent_multiplier | Stored permanent multiplier from doing mining-related tasks (e.g. vents, megafauna) |
| style_meter | The style meter component we give. |
Procs | |
| adjust_permanent_multiplier | Adjust the stored permanent multiplier. If we have an active style meter, update that style meter too. |
| check_wearing | Check if the glasses that this meter is linked with are being worn |
| clean_up | Unregister signals and just generally clean up ourselves after being removed from glasses |
| on_click_alt | Signal proc to remove from glasses |
| on_death | When something dies, if it's a megafauna, adjust our permanent multiplier. |
| on_drop | Signal proc for when the meter-holding glasses are dropped/unequipped |
| on_examine | Signal proc for on-examine |
| on_vent_win | On a successful vent tap, adjust permanent multiplier, scaling with vent value. |
| redirect_multitool | Redirect multitooling on our glasses to our style meter |
| start_meter | Create the style meter component, attach it to our wearer, register other things onto the component. |
Var Details
meter_appearance 
Mutable appearance added to the attached glasses
multitooled 
If this is multitooled, which is passed onto the component on-creation, if one doesn't currently exist
stored_permanent_multiplier 
Stored permanent multiplier from doing mining-related tasks (e.g. vents, megafauna)
style_meter 
The style meter component we give.
Proc Details
adjust_permanent_multiplier
Adjust the stored permanent multiplier. If we have an active style meter, update that style meter too.
check_wearing
Check if the glasses that this meter is linked with are being worn
clean_up
Unregister signals and just generally clean up ourselves after being removed from glasses
on_click_alt
Signal proc to remove from glasses
on_death
When something dies, if it's a megafauna, adjust our permanent multiplier.
on_drop
Signal proc for when the meter-holding glasses are dropped/unequipped
on_examine
Signal proc for on-examine
on_vent_win
On a successful vent tap, adjust permanent multiplier, scaling with vent value.
redirect_multitool
Redirect multitooling on our glasses to our style meter
start_meter
Create the style meter component, attach it to our wearer, register other things onto the component.