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