runechat
Vars | |
bucket_count | How many messages are in the buckets |
---|---|
bucket_list | List of buckets, each bucket holds every message that has to be killed that byond tick |
bucket_resolution | world.tick_lag the bucket was designed for |
head_offset | world.time of the first entry in the bucket list, effectively the 'start time' of the current buckets |
practical_offset | Index of the first non-empty bucket |
second_queue | Queue used for storing messages that are scheduled for deletion too far in the future for the buckets |
Var Details
bucket_count
How many messages are in the buckets
bucket_list
List of buckets, each bucket holds every message that has to be killed that byond tick
bucket_resolution
world.tick_lag the bucket was designed for
head_offset
world.time of the first entry in the bucket list, effectively the 'start time' of the current buckets
practical_offset
Index of the first non-empty bucket
second_queue
Queue used for storing messages that are scheduled for deletion too far in the future for the buckets