lovr.headset.getDisplayFrequencies

Edit

Returns a table with all the refresh rates supported by the headset display, in Hz.

frequencies = lovr.headset.getDisplayFrequencies()

Arguments

None

Returns

NameTypeDescription
frequenciestable A flat table of the refresh rates supported by the headset display, nil if not supported.

See also