setGravityIgnored.lua 289 B

123456789101112
  1. return {
  2. summary = 'Set whether the Collider ignores gravity.',
  3. description = 'Sets whether the Collider should ignore gravity.',
  4. arguments = {
  5. {
  6. name = 'ignored',
  7. type = 'boolean',
  8. description = 'Whether gravity should be ignored.'
  9. }
  10. },
  11. returns = {}
  12. }