Add Requesting engine exit event. Expose Fatal erro and requesting exit to c#

This commit is contained in:
Chandler Cox
2024-08-07 12:16:07 -05:00
parent 0b03a5da0d
commit 03de914dbc
5 changed files with 22 additions and 1 deletions

View File

@@ -79,6 +79,11 @@ public:
/// </summary>
static Action Unpause;
/// <summary>
/// Event called when the engine is requesting exit.
/// </summary>
API_EVENT() static Action RequestingExit;
public:
/// <summary>