Barotrauma Client Doc
Barotrauma.ACsMod Class Referenceabstract
Inheritance diagram for Barotrauma.ACsMod:
IAssemblyPlugin

Public Member Functions

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

Static Public Member Functions

static string GetStoreFolder< T > ()
 

Properties

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

Detailed Description

Definition at line 8 of file ACsMod.cs.

Constructor & Destructor Documentation

◆ ACsMod()

Barotrauma.ACsMod.ACsMod ( )

Mod initialization.

Definition at line 25 of file ACsMod.cs.

Member Function Documentation

◆ Dispose()

virtual void Barotrauma.ACsMod.Dispose ( )
virtual

Definition at line 47 of file ACsMod.cs.

◆ GetStoreFolder< T >()

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

Definition at line 14 of file ACsMod.cs.

◆ Initialize()

virtual void Barotrauma.ACsMod.Initialize ( )
virtual

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

Implements IAssemblyPlugin.

Definition at line 34 of file ACsMod.cs.

◆ OnLoadCompleted()

virtual void Barotrauma.ACsMod.OnLoadCompleted ( )
virtual

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

Implements IAssemblyPlugin.

Definition at line 39 of file ACsMod.cs.

◆ PreInitPatching()

void Barotrauma.ACsMod.PreInitPatching ( )

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

Implements IAssemblyPlugin.

Definition at line 45 of file ACsMod.cs.

◆ Stop()

abstract void Barotrauma.ACsMod.Stop ( )
pure virtual

Property Documentation

◆ IsDisposed

bool Barotrauma.ACsMod.IsDisposed
get

Definition at line 22 of file ACsMod.cs.

◆ LoadedMods

List<ACsMod> Barotrauma.ACsMod.LoadedMods
staticget

Definition at line 11 of file ACsMod.cs.