| 1234567891011121314 |
- return {
- summary = 'Get the current frames per second.',
- description = [[
- Returns the current frames per second, averaged over the last 90 frames.
- ]],
- arguments = {},
- returns = {
- {
- name = 'fps',
- type = 'number',
- description = 'The current FPS.'
- }
- }
- }
|