time_clock
Vars | |
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? |
Procs | |
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 |
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