Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 208 Bytes

GetAspectRatio.md

File metadata and controls

17 lines (14 loc) · 208 Bytes
ns apiset game
CFX
client
rdr3

GET_ASPECT_RATIO

float GET_ASPECT_RATIO();

Gets the current aspect ratio

local ratio = GetAspectRatio()
print(string.format("%.2f", ratio))