add world.is_open()
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
# *world* library
|
||||
|
||||
```lua
|
||||
-- Checks if world is open
|
||||
world.is_open() -> bool
|
||||
|
||||
-- Returns worlds information.
|
||||
world.get_list() -> tables array {
|
||||
-- world name
|
||||
|
||||
@@ -1,6 +1,9 @@
|
||||
# Библиотека *world*
|
||||
|
||||
```lua
|
||||
-- Проверяет, открыт ли мир
|
||||
world.is_open() -> bool
|
||||
|
||||
-- Возвращает информацию о мирах.
|
||||
world.get_list() -> массив таблиц {
|
||||
-- название мира
|
||||
|
||||
Reference in New Issue
Block a user