off_duty_timer
Vars | |
hop_locked | Is the owner of card locked out of clocking back in until their ID is unlocked by the HoP? |
---|---|
on_cooldown | Is the ID that the component is attached to is able to clock back in? |
stored_assignment | What was the name of the job the person was working when they clocked out? |
stored_trim | The stored ID trim of the user of the id |
Procs | |
attempt_unlock | Attempts an unlock if attacked by another ID. If the ID has HoP access, it will unlock and return TRUE |
remove_cooldown | Sets the on_cooldown variable to false, making it so that the ID can clock back in. |
Var Details
hop_locked
Is the owner of card locked out of clocking back in until their ID is unlocked by the HoP?
on_cooldown
Is the ID that the component is attached to is able to clock back in?
stored_assignment
What was the name of the job the person was working when they clocked out?
stored_trim
The stored ID trim of the user of the id
Proc Details
attempt_unlock
Attempts an unlock if attacked by another ID. If the ID has HoP access, it will unlock and return TRUE
remove_cooldown
Sets the on_cooldown variable to false, making it so that the ID can clock back in.