View Single Post
08-18-18, 06:42 PM   #2
Vrul
A Scalebane Royal Guard
 
Vrul's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2007
Posts: 404
It looks like Blizzard is just calling SetCVar. You just need to call (1 <= value <= 10):
Code:
SetCVar("graphicsEnvironmentDetail", value)
  Reply With Quote