View Single Post
11-20-13, 12:46 PM   #8
Uitat
A Chromatic Dragonspawn
 
Uitat's Avatar
AddOn Author - Click to view addons
Join Date: May 2011
Posts: 162
besides i already use aspectRatio in another part of the addon to call up the settings that will apply for me the resMathVar

i give very clean Descriptions of what is in each Portion of the addon in green block commenting

such as this

---------------------------------------------------------
-- First Lets Find Your Resolution Ratio and set it to a
-- variable and assign it to the Variable ResMathVar
---------------------------------------------------------

local resMath1 = GetScreenHeight()
local resMath2 = GetScreenWidth()
local resSetting = (resMath2/resMath1)
print ("Your Current Ratio is", resSetting)
  Reply With Quote