drain.lua 275 B

1234567891011
  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. }