Skip to content

OnServerSave

Usage

  • No return behavior

Example Autogenerated

csharp
private void OnServerSave(  )
{
    Puts( "OnServerSave works!" );
}

Location

  • SaveRestore::DoAutomatedSave(bool AndWait)
csharp
[IteratorStateMachine(typeof(SaveRestore.<DoAutomatedSave>d__12))]
private IEnumerator DoAutomatedSave(bool AndWait = false)
{
	Interface.CallHook("OnServerSave");
	SaveRestore.<DoAutomatedSave>d__12 expr_11 = new SaveRestore.<DoAutomatedSave>d__12(0);
	expr_11.<>4__this = this;
	expr_11.AndWait = AndWait;
	return expr_11;
}

Released under the MIT License.