Skip to content

Custom update throttle #18

@ev00l

Description

@ev00l

Currently the updated are throttled using the hardcoded value here:

 function ReturnBuffTracker:OnUpdate()
    local currentTime = GetTime()
    if currentTime < ReturnBuffTracker.nextTime then return end
    ReturnBuffTracker.nextTime = currentTime + 0.1

This could be moved in to options

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions