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

time_clock

Vars

announcement_channelThe channel that the radio broadcasts on.
inserted_idWhat ID card is currently inside?
job_check_alert_levelWhat alert level do we need to start preforming job checks at?
radioThe radio that is used to announce when someone clocks in and clocks out.
target_trimWhat trim is applied to inserted IDs?

Procs

clock_inClocks the currently inserted ID Card back in
clock_outClocks out the currently inserted ID Card
eject_inserted_idEjects the ID stored inside of the parent machine, if there is one.
id_cooldown_checkIs the inserted ID on cooldown? returns TRUE if the ID has a cooldown
important_job_checkIs the job of the inserted ID being worked by a job that in an important department? If so, this proc will return TRUE.
off_duty_checkIs the inserted ID off-duty? Returns true if the ID is off-duty

Var Details

announcement_channel

The channel that the radio broadcasts on.

inserted_id

What ID card is currently inside?

job_check_alert_level

What alert level do we need to start preforming job checks at?

radio

The radio that is used to announce when someone clocks in and clocks out.

target_trim

What trim is applied to inserted IDs?

Proc Details

clock_in

Clocks the currently inserted ID Card back in

clock_out

Clocks out the currently inserted ID Card

eject_inserted_id

Ejects the ID stored inside of the parent machine, if there is one.

id_cooldown_check

Is the inserted ID on cooldown? returns TRUE if the ID has a cooldown

important_job_check

Is the job of the inserted ID being worked by a job that in an important department? If so, this proc will return TRUE.

off_duty_check

Is the inserted ID off-duty? Returns true if the ID is off-duty