top of page

Functions

There are a few mostly empty functions included in the Dungeon Settings that allow you to collect data at certain points throughout the build. They are the following:

​​

  • Dungeon Start: Before the Dungeon Starts.

​

  • Build Start: Before the Dungeon starts a Build.

​

  • Cell Block Placed: Every time a Cell Block is placed onto the Grid.

​

  • Build Finished: After the Dungeon finishes a Build.

​

  • Pre Finalize: Before the Dungeon runs its Finalize functions (Placing Doors/Blocks, starting Spawners, etc.)

​

  • Post Finalize: After the previous action has completed.

​

  • Streaming Unload Cell: Whenever a Cell is hidden.

​

  • Streaming Load Cell: Whenever a Cell is made visible after being hidden.

​

There will likely be more additions in the future.

bottom of page