2021-04-20: OnScriptExit
This is like OnGameModeExit and OnFilterScriptExit, but works the same in both (i.e. is called once at the end, regardless of the script type). It can't do anything those callbacks can't do, just makes writing libraries more consistent.
Quote:
public OnScriptExit()
{
}
This is like OnGameModeExit and OnFilterScriptExit, but works the same in both (i.e. is called once at the end, regardless of the script type). It can't do anything those callbacks can't do, just makes writing libraries more consistent.