Show / Hide Table of Contents

Event OnCreaturesRegistered

Event that gets fired after registering all custom creatures to ZNetScene. Your code will execute every time a new ZNetScene 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 OnCreaturesRegistered
Returns
Type Description
Action Event that gets fired after registering all custom creatures to ZNetScene. Your code will execute every time a new ZNetScene is created (on every game start). If you want to execute just once you will need to unregister from the event after execution.
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾