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
  • Variables
  1. Scripting
  2. Server side
  3. API Documentation
  4. Server

IPlugin

Methods

Name
Parameters
Return
Description

PostLoad

void

Method that is invoked after all plugins have been loaded

Shutdown

void

Method that is invoked when the server gets shutdown (SIGTERM)

Variables

Name
Type
Description

Author

string

Author of the plugin

Name

string

Name of the plugin

Version

System.Version

Version of the plugin, consisting of (int major, int minor, int build, int revision)

PreviousServerNextPlayerSystem

Last updated 3 months ago