Difference between revisions of "GetGraphicsDetailLevel"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(add amendment suggested by Sunjammer, remove tag)
 
Line 3: Line 3:
 
|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 [[GRAPHICS_DETAIL_LEVEL*]] constant.
+
|returndesc=Returns a constant indicating graphics detail level.
 
|sourcefile=script.ldf
 
|sourcefile=script.ldf
 
|sourcemodule=
 
|sourcemodule=
Line 11: Line 11:
 
<!-- 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 graphics detail level of the currently running session.
 
Returns the graphics detail level of the currently running session.
 +
 +
The return values can be 0 (low), 1 (medium), 2 (high) or 3 (very high).
  
 
<!-- == Remarks == -->
 
<!-- == Remarks == -->

Latest revision as of 19:56, 19 February 2010

Returns the graphics detail level of the currently running session.

int GetGraphicsDetailLevel(
);
Parameters:
None
Returns:

Returns a constant indicating graphics detail level.

Source:

script.ldf

Description

Returns the graphics detail level of the currently running session.

The return values can be 0 (low), 1 (medium), 2 (high) or 3 (very high).