update doc/*/scripting/builtins/libcameras.md
This commit is contained in:
parent
d6e6e32ef2
commit
57e397e692
@ -5,10 +5,12 @@ Cameras manipulation library.
|
||||
## Main functions
|
||||
|
||||
```lua
|
||||
cameras.get(name: str) -> int
|
||||
cameras.get(name: str) -> table
|
||||
-- or
|
||||
cameras.get(index: int) -> table
|
||||
```
|
||||
|
||||
Returns a camera by name.
|
||||
Returns a camera by name or index.
|
||||
|
||||
## Camera methods
|
||||
|
||||
|
||||
@ -5,10 +5,12 @@
|
||||
## Основные функции
|
||||
|
||||
```lua
|
||||
cameras.get(name: str) -> int
|
||||
cameras.get(name: str) -> table
|
||||
-- или
|
||||
cameras.get(index: int) -> table
|
||||
```
|
||||
|
||||
Возвращает камеру по имени.
|
||||
Возвращает камеру по имени или индексу.
|
||||
|
||||
## Методы камеры
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user