Table of Contents

Class EventsData

Namespace
Squiggles.Core.Events
Assembly
SquigglesCommon4X.dll
public class EventsData
Inheritance
EventsData
Inherited Members

Methods

TriggerOnModsLoaded()

Triggers OnModsLoaded

public void TriggerOnModsLoaded()

TriggerReload()

Triggers Reload

public void TriggerReload()

TriggerSerializeAll()

Triggers SerializeAll

public void TriggerSerializeAll()

Events

OnModsLoaded

Called once the mods have been loaded for this game (if any mods are loaded)

public event Action OnModsLoaded

Event Type

Action

Reload

Called to request that everything currently present in memory deserializes itself from disk per their individual needs.

public event Action Reload

Event Type

Action

SerializeAll

Called to request that everything currently present in memory serializes itself to disk as per their individual needs.

public event Action SerializeAll

Event Type

Action