Show / Hide Table of Contents

Events

This section will show how to register custom handlers for in-game events.

Note: Not many events are implemented yet, but more will be added as development continues.

Registering a handler

To register a handler for an event, we use the EventManager singleton class.
All event args for existing events can be found within the JotunnLib.Events namespace.

  • Improve this Doc
In This Article
Back to top Generated by DocFX