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