byond - Modules - TypesVar Details - Proc Details

secrete_resin

Vars

base_waitMinimum time to build a resin structure
buildable_structuresList of buildable structures. Order corresponds with resin_images_list.
draggingUsed for the dragging functionality of pre-shuttter building
scaling_waitMultiplicator factor to add to the building time, depends on the health of the structure built

Procs

end_resin_dragHandles removing the dragging functionality from the action all-togheter on round-start (shutter open)
give_actionExtra handling for adding the action for draggin functionality (for instant building)
remove_actionExtra handling to remove the stuff needed for dragging
start_resin_dragHelper for handling the start of mouse-down and to begin the drag-building
stop_resin_dragHelper for ending drag-building , activated on mose-up

Var Details

base_wait

Minimum time to build a resin structure

buildable_structures

List of buildable structures. Order corresponds with resin_images_list.

dragging

Used for the dragging functionality of pre-shuttter building

scaling_wait

Multiplicator factor to add to the building time, depends on the health of the structure built

Proc Details

end_resin_drag

Handles removing the dragging functionality from the action all-togheter on round-start (shutter open)

give_action

Extra handling for adding the action for draggin functionality (for instant building)

remove_action

Extra handling to remove the stuff needed for dragging

start_resin_drag

Helper for handling the start of mouse-down and to begin the drag-building

stop_resin_drag

Helper for ending drag-building , activated on mose-up