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