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

Clock Component

Fires every tick of the circuit timer SS

Vars

onWhether the clock is on or not
signalThe signal from this clock component

Procs

start_processAdds the component to the SSclock_component process list
stop_processRemoves the component to the SSclock_component process list

Var Details

on

Whether the clock is on or not

signal

The signal from this clock component

Proc Details

start_process

Adds the component to the SSclock_component process list

Starts ticking to send signals between periods of time

stop_process

Removes the component to the SSclock_component process list

Signals stop getting sent.