lovr.headset.getName
EditReturns the name of the headset as a string. The exact string that is returned depends on the hardware and VR SDK that is currently in use.
name = lovr.headset.getName()
Arguments
None
Returns
Name | Type | Description |
name | string | The name of the headset as a string. |
Notes
The simulator driver name will always be Simulator
.