Type alias: ShutdownFunctionType()<PerPlayerStorageType>
ShutdownFunctionType<
PerPlayerStorageType
>: (uiSession
) =>void
Callback type when an extension instance is shutdown for a given player. Used for performing any final work or clean up that can't be handled automatically via Disposables.
Type parameters
Type parameter |
---|
PerPlayerStorageType |
Parameters
Parameter | Type |
---|---|
uiSession | IPlayerUISession <PerPlayerStorageType > |
Returns
void