Skip to main content

OnDemoRecordingStopped

Usage​

  • Called after a demo of a player has stopped recording
  • No return behavior

Examples​

""
void OnDemoRecordingStopped(string fileName, BasePlayer player)
{
Puts("OnDemoRecordingStopped works!");
}