> For the complete documentation index, see [llms.txt](https://docs.hogwarp.com/hogwarp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hogwarp.com/hogwarp/scripting/server-side/api-documentation/server/timer.md).

# Timer

### Methods

<table data-full-width="true"><thead><tr><th align="right">Name</th><th align="center">Parameters</th><th>Description</th></tr></thead><tbody><tr><td align="right">Add</td><td align="center">Timer.TickDelegate t, float Interval</td><td>Run a method at a set interval.</td></tr><tr><td align="right">Remove</td><td align="center">Timer.TickDelegate t</td><td>Remove a method from Timer's event-handler.</td></tr></tbody></table>

### Delegates

<table data-full-width="true"><thead><tr><th align="right">Name</th><th align="center">Parameters</th><th>Description</th></tr></thead><tbody><tr><td align="right">TickDelegate</td><td align="center">float delta</td><td></td></tr></tbody></table>
