lovr.headset.isMounted

Edit

Returns whether the headset is mounted. Usually this uses a proximity sensor on the headset to detect whether someone is wearing the headset.

mounted = lovr.headset.isMounted()

Arguments

None

Returns

NameTypeDescription
mountedboolean Whether the headset is mounted.

See also