| 123456789101112 |
- return {
- summary = 'Set whether the Collider ignores gravity.',
- description = 'Sets whether the Collider should ignore gravity.',
- arguments = {
- {
- name = 'ignored',
- type = 'boolean',
- description = 'Whether gravity should be ignored.'
- }
- },
- returns = {}
- }
|