init.lua 243 B

12345678
  1. return {
  2. tag = 'modules',
  3. summary = 'Exposes low level functions for working with data.',
  4. description = [[
  5. The `lovr.data` module provides functions for accessing underlying data representations for
  6. several LÖVR objects.
  7. ]]
  8. }