drain.lua 348 B

1234567891011121314151617
  1. return {
  2. tag = 'vectors',
  3. summary = 'Drain the temporary vector pool.',
  4. description = [[
  5. Drains the temporary vector pool, invalidating existing temporary vectors.
  6. This is called automatically at the end of each frame.
  7. ]],
  8. arguments = {},
  9. returns = {},
  10. variants = {
  11. {
  12. arguments = {},
  13. returns = {}
  14. }
  15. }
  16. }