This site has been archived and made available for preservation purposes. No edits can be made.

OnServerExit

Gets called before the server shuts down.

[top]Declaration

Code cpp:
VAULTSCRIPT VAULTSPACE Void OnServerExit() VAULTCPP(noexcept);
Code c:
forward OnServerExit();

[top]Parameters

None.

[top]Return value

None.