EVENT CUTSCENE

From EDukeWiki
Revision as of 08:51, 5 August 2021 by Doom64hunter (talk | contribs)
Jump to navigation Jump to search
Event ID player# THISACTOR RETURN
EVENT_CUTSCENE Current Player player->i yes (1 value)

EVENT_CUTSCENE is a Misc Event.

This event is fired after a cutscene frame is rendered. Used with startcutscene and ifcutscene.

RETURN is set to the current cutscene frame. If the cutscene is an ANM file, RETURN can be altered to change the next frame of the cutscene. However, in the case of IVF files, this is not possible.