Skip to main content

OnDemoRecordingStop

Usage​

  • Called right before a demo of a player stops recording
  • Return a non-null value to override default behavior

Examples​

""
object OnDemoRecordingStop(string fileName, BasePlayer player)
{
Puts("OnDemoRecordingStop works!");
return null;
}