Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia

Returns the index of the current screen resolution.

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