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(<DoAutomatedSave>d__20))]
private IEnumerator DoAutomatedSave(bool AndWait = false)
{
	Interface.CallHook("OnServerSave");
	return new <DoAutomatedSave>d__20(0)
	{
		<>4__this = this,
		AndWait = AndWait
	};
//---

Released under the MIT License.