| 1234567891011121314151617 |
- return {
- tag = 'worldBasics',
- summary = 'Destroy the World!! Muahaha!',
- description = 'Destroy the World!',
- arguments = {},
- returns = {},
- variants = {
- {
- arguments = {},
- returns = {}
- }
- },
- notes = [[
- Bad things will happen if you destroy the world and then try to access it or anything that was
- in it.
- ]]
- }
|