GetWindowScale
From MaratisWiki
(Difference between revisions)
Dahnielson (Talk | contribs) |
Dahnielson (Talk | contribs) |
||
| Line 1: | Line 1: | ||
| + | {{lua-function|getWindowScale|}} | ||
| + | |||
Get window's width and height as a table. | Get window's width and height as a table. | ||
Latest revision as of 16:54, 8 February 2014
getWindowScale()
Get window's width and height as a table.
scale = getWindowScale() width = scale[1] height = scale[2]