Difference between revisions of "GetGamePlotAssist"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(looks okay, removing tag)
m (Updating link)
 
Line 1: Line 1:
 
{{dafunction
 
{{dafunction
|name=GetGamePlotAssist
+
|name         = GetGamePlotAssist
|brief=Returns the current plot assist option setting of the game.
+
|brief       = Returns the current plot assist option setting of the game.
|returntype=int
+
|returntype   = int
|returndesc=Returns a plot assist constant [[GAME_PLOT_ASSIST*]]
+
|returndesc   = a [[GAME_PLOT_ASSIST_*]] constant
|sourcefile=script.ldf
+
|sourcefile   = script.ldf
|sourcemodule=
+
|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. -->
 
 
<!-- == Remarks == -->
 
<!-- == Remarks == -->
 
<!-- This section contains additional comments, observations and known issues. -->
 
<!-- This section contains additional comments, observations and known issues. -->
 
 
<!-- == 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: Uncategorised function]]
 
[[Category: Uncategorised function]]

Latest revision as of 20:08, 3 August 2011

Returns the current plot assist option setting of the game.

int GetGamePlotAssist(
);
Parameters:
None
Returns:

a GAME_PLOT_ASSIST_* constant

Source:

script.ldf