Merge branch 'main' into headless-mode
This commit is contained in:
commit
92f11dd373
@ -15,7 +15,8 @@ entities.get(uid: int) -> table
|
||||
-- prefix - component pack id
|
||||
-- name - component name
|
||||
-- component prefix and name are separated with two underscores
|
||||
entities.spawn(name: str, pos: vec3, [optional] args: table)
|
||||
-- Returns an entity object
|
||||
entities.spawn(name: str, pos: vec3, [optional] args: table) -> table
|
||||
|
||||
-- Checks the existence of an entity by a unique identifier.
|
||||
entities.exists(uid: int) -> bool
|
||||
|
||||
@ -15,7 +15,8 @@ entities.get(uid: int) -> table
|
||||
-- префикс - id пака
|
||||
-- имя - название компонента
|
||||
-- префикс и имя компонента разделяются двумя подчеркиваниями
|
||||
entities.spawn(name: str, pos: vec3, [optional] args: table)
|
||||
-- Возвращает обьект сущности
|
||||
entities.spawn(name: str, pos: vec3, [optional] args: table) -> table
|
||||
|
||||
-- Проверяет наличие сущности по уникальному идентификатору.
|
||||
entities.exists(uid: int) -> bool
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user