| 1234567891011 |
- return {
- tag = 'vectors',
- summary = 'Drain the temporary vector pool.',
- description = [[
- Drains the temporary vector pool, invalidating existing temporary vectors.
- This is called automatically at the end of each frame.
- ]],
- arguments = {},
- returns = {}
- }
|