EndMode is an Enum used specifically by the AppEnder component. It's full ID is AppEnder+EndMode It is used internally to tell the AppEnder whether to exit the game or log the user out.
Possible Values
| Value | Description | Numeric Value |
|---|---|---|
| Exit | AppEnder should be exiting the game. | 0 |
| Logout | AppEnder should be logging the user out. | 1 |