Difference between revisions of "GetConversationEntryParameter"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(currently nonfunctional :()
m (Correcting category)
Line 23: Line 23:
 
<!-- This section contains links to articles, functions or constant groups. -->
 
<!-- This section contains links to articles, functions or constant groups. -->
  
[[Category:Dialog functions]]
+
[[Category:Conversation functions]]

Revision as of 02:54, 18 February 2012

Returns the global conversation line or action script parameter

int GetConversationEntryParameter(
);
Parameters:
None
Returns:

The script parameter

Source:

script.ldf

Description

Returns the script parameter for a conversation line.

Remarks

Note: this function is not currently implemented as of November 18. The function was never used internally during the game's development, so its nonfunctional state was not detected until post-launch. A game patch will likely include a fix for this in the future.