Definition at line 8 of file ACsMod.cs.
◆ ACsMod()
Barotrauma.ACsMod.ACsMod |
( |
| ) |
|
Mod initialization.
Definition at line 25 of file ACsMod.cs.
◆ Dispose()
virtual void Barotrauma.ACsMod.Dispose |
( |
| ) |
|
|
virtual |
◆ GetStoreFolder< T >()
static string Barotrauma.ACsMod.GetStoreFolder< T > |
( |
| ) |
|
|
static |
◆ 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 |
◆ IsDisposed
bool Barotrauma.ACsMod.IsDisposed |
|
get |
◆ LoadedMods
List<ACsMod> Barotrauma.ACsMod.LoadedMods |
|
staticget |