Barotrauma Server
Loading...
Searching...
No Matches
Barotrauma.ACsMod Class Referenceabstract
Inheritance diagram for Barotrauma.ACsMod:
Barotrauma.IAssemblyPlugin

Public Member Functions

 ACsMod ()
 Mod initialization.
 
virtual void Initialize ()
 Called as soon as plugin loading begins, use this for internal setup only.
 
virtual void OnLoadCompleted ()
 Called once all plugins have completed Initialization. Put cross-mod code here.
 
void PreInitPatching ()
 [NotImplemented] Called before vanilla content is loaded. Use to patch Barotrauma classes before they're instantiated.
 
virtual void Dispose ()
 
void Stop ()
 
- Public Member Functions inherited from Barotrauma.IAssemblyPlugin

Static Public Member Functions

static string GetStoreFolder< T > ()
 

Properties

static List< ACsModLoadedMods [get]
 
bool IsDisposed [get]
 

Constructor & Destructor Documentation

◆ ACsMod()

Barotrauma.ACsMod.ACsMod ( )

Mod initialization.

Member Function Documentation

◆ Dispose()

virtual void Barotrauma.ACsMod.Dispose ( )
virtual

◆ GetStoreFolder< T >()

static string Barotrauma.ACsMod.GetStoreFolder< T > ( )
static
Type Constraints
T :ACsMod 

◆ Initialize()

virtual void Barotrauma.ACsMod.Initialize ( )
virtual

Called as soon as plugin loading begins, use this for internal setup only.

Implements Barotrauma.IAssemblyPlugin.

◆ OnLoadCompleted()

virtual void Barotrauma.ACsMod.OnLoadCompleted ( )
virtual

Called once all plugins have completed Initialization. Put cross-mod code here.

Implements Barotrauma.IAssemblyPlugin.

◆ PreInitPatching()

void Barotrauma.ACsMod.PreInitPatching ( )

[NotImplemented] Called before vanilla content is loaded. Use to patch Barotrauma classes before they're instantiated.

Implements Barotrauma.IAssemblyPlugin.

◆ Stop()

void Barotrauma.ACsMod.Stop ( )
abstract

Property Documentation

◆ IsDisposed

bool Barotrauma.ACsMod.IsDisposed
get

◆ LoadedMods

List<ACsMod> Barotrauma.ACsMod.LoadedMods
staticget

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