Difference between revisions of "CS CutsceneEnd"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(Created page with '{{dafunction |name = CS_CutsceneEnd |brief = Takes care of stuff that should happen after cutscenes |returntype = void |returndesc = |sourcefile = utility_h |sourcemodule = Core...')
(No difference)

Revision as of 21:54, 10 February 2010

Takes care of stuff that should happen after cutscenes

void CS_CutsceneEnd(
);
Parameters:
None
Returns:

Nothing.

Source:

Core Resources.utility_h

Description

The generic cutscene script (gen00cs_cutscene_end) must be set on the properties of the cutscene itself for this function to be called.