Event OnItemsRegistered
Event that gets fired after all items were added to the ObjectDB.
Your code will execute every time a new ObjectDB is created (on every game start).
If you want to execute just once you will need to unregister from the event after execution.
Namespace: Jotunn.Managers
Assembly: Jotunn.dll
Syntax
public static event Action OnItemsRegistered
Returns
| Type | Description |
|---|---|
| Action | Event that gets fired after all items were added to the ObjectDB. Your code will execute every time a new ObjectDB is created (on every game start). If you want to execute just once you will need to unregister from the event after execution. |