Template:KV DXLevelChoice: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
'''mindxlevel'''
{{ScrollBox|title=DXLevelChoice|
: <choices> Minimum DX Level
; Minimum DX Level <code><choices></code>
:{|
; Maximum DX Level <code><choices></code>
! Literal Value || Description
: The entity will not exist if the engine is running outside the given range of [[DirectX Versions]]. ''Don't use this with anything that will break saved games should a player switch dxlevel!''
|-
:* Default (no bounding)
| 0 || default (lowest)
:* DX7
|-
:* DX8
| 70 || dx7
:* DX8.1
|}
:* DX9 SM2
 
:* DX9 SM3
* '''maxdxlevel'''
}}
: <choices> Maximum DX Level
:{|
! Literal Value || Description
|-
| 0 || default (lowest)
|-
| 60 || dx6
|}

Revision as of 10:47, 20 July 2009

DXLevelChoice:
Minimum DX Level <choices>
Maximum DX Level <choices>
The entity will not exist if the engine is running outside the given range of DirectX Versions. Don't use this with anything that will break saved games should a player switch dxlevel!
  • Default (no bounding)
  • DX7
  • DX8
  • DX8.1
  • DX9 SM2
  • DX9 SM3