float GET_ASPECT_RATIO(/* parameters not documented */);
| Property |
Value |
| Native Name |
GET_ASPECT_RATIO |
| Hash |
0x2CA8F641 |
| Return Type |
float |
| API Set |
client |
Description: Gets the current aspect ratio
local ratio = GetAspectRatio()
print(string.format("%.2f", ratio))
Back to CFX