NpcAvatarExceptionHandler

An exception handler for npc avatar processing. This is necessary as we might run into hiccups during computations of a specific npc, in which case we need to propagate the exceptions to the server, which will ideally remove said npcs from the world as a result of it.

Functions

Link copied to clipboard
abstract fun exceptionCaught(index: Int, exception: Exception)

This function is triggered whenever there's an exception caught during npc avatar processing.