Shiptest 13 - Modules - TypesVar Details

runechat

Vars

bucket_countHow many messages are in the buckets
bucket_listList of buckets, each bucket holds every message that has to be killed that byond tick
bucket_resolutionworld.tick_lag the bucket was designed for
head_offsetworld.time of the first entry in the bucket list, effectively the 'start time' of the current buckets
practical_offsetIndex of the first non-empty bucket
second_queueQueue 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