GetAspectRatio
Docslocal retval = GetAspectRatio()Description
Gets the current aspect ratio
local ratio = GetAspectRatio()
print(string.format("%.2f", ratio))Returns
floatReturns a floating-point number.
local retval = GetAspectRatio()Gets the current aspect ratio
local ratio = GetAspectRatio()
print(string.format("%.2f", ratio))floatReturns a floating-point number.
No snippets yet. Be the first to contribute!