code/controllers/subsystem/runechat.dm
BUCKET_LEN | Controls how many buckets should be kept, each representing a tick. (30 seconds worth) |
---|---|
BUCKET_POS | Helper for getting the correct bucket for a given chatmessage |
BUCKET_LIMIT | Gets the maximum time at which messages will be handled in buckets, used for deferring to secondary queue |
/var/SSrunechat |
Define Details
BUCKET_LEN
Controls how many buckets should be kept, each representing a tick. (30 seconds worth)
BUCKET_LIMIT
Gets the maximum time at which messages will be handled in buckets, used for deferring to secondary queue
BUCKET_POS
Helper for getting the correct bucket for a given chatmessage