Difference between revisions of "GetGamePlotAssist"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
(looks okay, removing tag)
Line 1: Line 1:
{{Generated}}
 
 
{{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_ASSSIST_*
+
|returndesc=Returns a plot assist constant [[GAME_PLOT_ASSIST*]]
 
|sourcefile=script.ldf
 
|sourcefile=script.ldf
 
|sourcemodule=
 
|sourcemodule=

Revision as of 18:53, 2 March 2010

Returns the current plot assist option setting of the game.

int GetGamePlotAssist(
);
Parameters:
None
Returns:

Returns a plot assist constant GAME_PLOT_ASSIST*

Source:

script.ldf