| 12345678910111213141516171819202122 |
- return {
- tag = 'playArea',
- summary = 'Get the depth of the play area.',
- description = 'Returns the depth of the play area, in meters.',
- arguments = {},
- returns = {
- depth = {
- type = 'number',
- description = 'The depth of the play area, in meters.'
- }
- },
- variants = {
- {
- arguments = {},
- returns = { 'depth' }
- }
- },
- related = {
- 'lovr.headset.getBoundsWidth',
- 'lovr.headset.getBoundsDimensions'
- }
- }
|