lovr.headset.isActive

Edit

Returns whether a headset session is active. When true, there is an active connection to the VR hardware. When false, most headset methods will not work properly until lovr.headset.start is used to start a session.

active = lovr.headset.isActive()

Arguments

None

Returns

NameTypeDescription
activeboolean Whether the headset session is active.

See also