Difference between revisions of "GetConversationEntryParameter"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (Correcting category)
m (Adding version, removing out-of-date remakrs)
 
Line 1: Line 1:
 
{{dafunction
 
{{dafunction
|name=GetConversationEntryParameter
+
|version      = 1.03
|brief=Returns the global conversation line or action script parameter
+
|name         = GetConversationEntryParameter
|returntype=int
+
|brief       = Returns the global conversation line or action script parameter
|returndesc=The script parameter
+
|returntype   = int
|sourcefile=script.ldf
+
|returndesc   = The script parameter
|sourcemodule=
+
|sourcefile   = script.ldf
 +
|sourcemodule =
 
}}
 
}}
 
 
== Description ==
 
== Description ==
 
<!-- This section contains the full description from the functions comments. Do not change unless you are confident these are incomplete or incorrect. -->
 
<!-- This section contains the full description from the functions comments. Do not change unless you are confident these are incomplete or incorrect. -->
 
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 == -->
 
<!-- This section contains examples transcluded from the snippet library. -->
 
<!-- This section contains examples transcluded from the snippet library. -->
 
 
<!-- == 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:Conversation functions]]
 
[[Category:Conversation functions]]

Latest revision as of 13:45, 26 March 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.