Difference between revisions of "GetGraphicsDetailLevel"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
(add amendment suggested by Sunjammer, remove tag)
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=GetGraphicsDetailLevel
 
|name=GetGraphicsDetailLevel
 
|brief=Returns the graphics detail level of the currently running session.
 
|brief=Returns the graphics detail level of the currently running session.
 
|returntype=int
 
|returntype=int
|returndesc=Returns a game difficulty constant GRAPHICS_DETAIL_LEVEL_*
+
|returndesc=Returns a [[GRAPHICS_DETAIL_LEVEL*]] constant.
 
|sourcefile=script.ldf
 
|sourcefile=script.ldf
 
|sourcemodule=
 
|sourcemodule=

Revision as of 19:50, 19 February 2010

Returns the graphics detail level of the currently running session.

int GetGraphicsDetailLevel(
);
Parameters:
None
Returns:

Returns a GRAPHICS_DETAIL_LEVEL* constant.

Source:

script.ldf

Description

Returns the graphics detail level of the currently running session.