API GetCurrentResolution
Talk0
98,473pages on
this wiki
this wiki
Revision as of 15:39, November 30, 2008 by Starlightblunder (Talk | contribs)
Returns the index of the current resolution in effect
index = GetCurrentResolution()
Takes
- Nothing
Returns
- Number index
- This value will be the index of one of the values yielded by GetScreenResolutions()
Example
message('The current screen resolution is ' .. ({GetScreenResolutions()})[GetCurrentResolution()])
Output:
The current screen resolution is 1024x768