| 123456789101112131415161718 |
- return {
- summary = 'Get the World the Collider is in.',
- description = 'Returns the World the Collider is in.',
- arguments = {},
- returns = {
- {
- name = 'world',
- type = 'World',
- description = 'The World the Collider is in.'
- }
- },
- notes = [[
- Colliders can only be in one World at a time.
- ]],
- related = {
- 'World'
- }
- }
|