start.lua 365 B

123456789101112131415
  1. return {
  2. summary = 'Starts the headset session.',
  3. description = [[
  4. Starts the headset session. This must be called after the graphics module is initialized, and
  5. can only be called once. Normally it is called automatically by `boot.lua`.
  6. ]],
  7. arguments = {},
  8. returns = {},
  9. variants = {
  10. {
  11. arguments = {},
  12. returns = {}
  13. }
  14. }
  15. }