lovr.headset.isActive
EditReturns 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
| Name | Type | Description |
| active | boolean | Whether the headset session is active. |