HogWarp
  • Home
    • Frequently Asked Questions
    • Supported Versions
  • Client
    • Quick start
      • Playstation Controller not working
      • Epic Games Version Saves Fix
  • Server
    • Quick Start
    • Server Requirements
    • Troubleshooting
  • Scripting
    • Getting Started
    • Client side
      • Basics
      • Setting up mods
        • Local Cooking / Building
    • Server side
      • Plugin
        • Creating a Plugin
        • Structure / Lifecycle
        • Plugin ↔ Plugin
      • Debugging
      • Event handling
      • API Documentation
        • Server
          • IPlugin
          • PlayerSystem
          • RpcManager
          • Timer
          • World
        • Game
          • Types
        • Systems
          • Logger
          • ClientRpcAttribute
          • ReplicatedAttribute
          • ServerRpcAttribute
Powered by GitBook
On this page
  • Methods
  • Delegates
  1. Scripting
  2. Server side
  3. API Documentation
  4. Server

Timer

Methods

Name
Parameters
Description

Add

Timer.TickDelegate t, float Interval

Run a method at a set interval.

Remove

Timer.TickDelegate t

Remove a method from Timer's event-handler.

Delegates

Name
Parameters
Description

TickDelegate

float delta

PreviousRpcManagerNextWorld

Last updated 4 months ago