Add PauseAtLastInterrupt input on logic_choreographed_scene

This commit is contained in:
ALLEN-PC\acj30 2025-03-02 11:43:54 -06:00
parent af9f291211
commit 3eff9b63da

View File

@ -4697,6 +4697,7 @@
// Inputs // Inputs
input Start(void) : "Starts playback of the scene file" input Start(void) : "Starts playback of the scene file"
input Pause(void) : "Pauses 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 Resume(void) : "Resumes playback of the scene if it has been paused"
input Cancel(void) : "Cancels playback of the scene" input Cancel(void) : "Cancels playback of the scene"
input CancelAtNextInterrupt(void) : "Cancels playback of the scene at the next interrupt event in the scene." input CancelAtNextInterrupt(void) : "Cancels playback of the scene at the next interrupt event in the scene."