code/controllers/subsystem/runechat.dm ![code/controllers/subsystem/runechat.dm0](git.png)
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 ![code/controllers/subsystem/runechat.dm 2](git.png)
Controls how many buckets should be kept, each representing a tick. (30 seconds worth)
BUCKET_LIMIT ![code/controllers/subsystem/runechat.dm 6](git.png)
Gets the maximum time at which messages will be handled in buckets, used for deferring to secondary queue
BUCKET_POS ![code/controllers/subsystem/runechat.dm 4](git.png)
Helper for getting the correct bucket for a given chatmessage