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...')
 
Line 21: Line 21:
 
<!-- == See also == -->
 
<!-- == See also == -->
 
<!-- This section contains links to articles, functions or constant groups. -->
 
<!-- This section contains links to articles, functions or constant groups. -->
 +
 +
[[Category:Cutscene functions]]

Revision as of 22:09, 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.