/tg/ Station 13 - Modules - TypesVar Details - Proc Details

stripper_pole

Vars

current_pole_colorThe selected pole color
dancerThe mob currently using the pole to dance
lights_enabledAre the animated lights enabled?
pole_designsPossible designs for the pole, populating a radial selection menu
pole_in_useIs the pole in use currently?
pole_lightsPossible colors for the pole

Procs

dance_animateThe proc used to make the user 'dance' on the pole. Basically just consists of pixel shifting them around a bunch and sleeping. Could probably be improved a lot.
populate_pole_designsThe list of possible designs generated for the radial reskinning menu
update_brightnessTurns off/on the pole's ambient light source

Var Details

current_pole_color

The selected pole color

dancer

The mob currently using the pole to dance

lights_enabled

Are the animated lights enabled?

pole_designs

Possible designs for the pole, populating a radial selection menu

pole_in_use

Is the pole in use currently?

pole_lights

Possible colors for the pole

Proc Details

dance_animate

The proc used to make the user 'dance' on the pole. Basically just consists of pixel shifting them around a bunch and sleeping. Could probably be improved a lot.

populate_pole_designs

The list of possible designs generated for the radial reskinning menu

update_brightness

Turns off/on the pole's ambient light source