Barotrauma Server
Loading...
Searching...
No Matches
Barotrauma.IAssemblyPlugin Interface Reference
Inheritance diagram for Barotrauma.IAssemblyPlugin:
Barotrauma.ACsMod

Public Member Functions

void Initialize ()
 Called on plugin normal, use this for basic/core loading that does not rely on any other modded content.
 
void OnLoadCompleted ()
 Called once all plugins have been loaded. if you have integrations with any other mod, put that code here.
 
void PreInitPatching ()
 Called before Barotrauma initializes vanilla content. WARNING: This method may be called before Initialize()!
 

Member Function Documentation

◆ Initialize()

void Barotrauma.IAssemblyPlugin.Initialize ( )

Called on plugin normal, use this for basic/core loading that does not rely on any other modded content.

Implemented in Barotrauma.ACsMod.

◆ OnLoadCompleted()

void Barotrauma.IAssemblyPlugin.OnLoadCompleted ( )

Called once all plugins have been loaded. if you have integrations with any other mod, put that code here.

Implemented in Barotrauma.ACsMod.

◆ PreInitPatching()

void Barotrauma.IAssemblyPlugin.PreInitPatching ( )

Called before Barotrauma initializes vanilla content. WARNING: This method may be called before Initialize()!

Implemented in Barotrauma.ACsMod.


The documentation for this interface was generated from the following file: