From 3eff9b63daba51632d55171909e5a183d01f494e Mon Sep 17 00:00:00 2001 From: "ALLEN-PC\\acj30" Date: Sun, 2 Mar 2025 11:43:54 -0600 Subject: [PATCH] Add PauseAtLastInterrupt input on logic_choreographed_scene --- halflife2.fgd | 1 + 1 file changed, 1 insertion(+) diff --git a/halflife2.fgd b/halflife2.fgd index a342472..7eb437f 100644 --- a/halflife2.fgd +++ b/halflife2.fgd @@ -4697,6 +4697,7 @@ // Inputs input Start(void) : "Starts playback of the scene file" input Pause(void) : "Pauses playback of the scene file" + input PauseAtLastInterrupt(void) : "Pauses playback of the scene and rewinds it to the last interrupt event in the scene." input Resume(void) : "Resumes playback of the scene if it has been paused" input Cancel(void) : "Cancels playback of the scene" input CancelAtNextInterrupt(void) : "Cancels playback of the scene at the next interrupt event in the scene."