| 123456789101112131415161718192021222324 |
- return {
- summary = 'Get the total mass of the Collider.',
- description = [[
- Returns the total mass of the Collider. The mass of a Collider depends on its attached shapes.
- ]],
- arguments = {},
- returns = {
- mass = {
- type = 'number',
- description = 'The mass of the Collider, in kilograms.'
- }
- },
- variants = {
- {
- arguments = {},
- returns = { 'mass' }
- }
- },
- related = {
- 'Collider:getMassData',
- 'Collider:setMassData',
- 'Shape:getMass'
- }
- }
|