EVENT PRECUTSCENE: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Fox (talk | contribs)
Created page with "EVENT_PRECUTSCENE is a Misc Event. Used with startcutscene. RETURN sets the frame of an ANM before it is rendered. Category:Events"
 
mNo edit summary
Line 1: Line 1:
EVENT_PRECUTSCENE is a [[EDuke32 event list|Misc Event]].
EVENT_PRECUTSCENE is a [[EDuke32 event list|Misc Event]].


Used with startcutscene. RETURN sets the frame of an ANM before it is rendered.
This event is fired ''before'' the 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 current frame of the cutscene. However, in the case of IVF files, this is not possible.


[[Category:Events]]
[[Category:Events]]

Revision as of 00:28, 4 August 2021

EVENT_PRECUTSCENE is a Misc Event.

This event is fired before the 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 current frame of the cutscene. However, in the case of IVF files, this is not possible.