Difference between revisions of "GetConversationEntryParameter"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m
(currently nonfunctional :()
Line 12: Line 12:
 
Returns the script parameter for a conversation line.  
 
Returns the script parameter for a conversation line.  
  
<!-- == Remarks == -->
+
== Remarks ==
 
<!-- This section contains additional comments, observations and known issues. -->
 
<!-- This section contains additional comments, observations and known issues. -->
 +
 +
'''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.
  
 
<!-- == Examples == -->
 
<!-- == Examples == -->

Revision as of 00:14, 19 November 2009

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.