update doc/*/scripting/builtins/libapp.md
This commit is contained in:
parent
222d4d3fc6
commit
1a04e31919
@ -180,3 +180,9 @@ app.set_content_sources(sources: table<string>)
|
|||||||
```
|
```
|
||||||
|
|
||||||
Sets a list of content sources (paths). Specified in descending priority order.
|
Sets a list of content sources (paths). Specified in descending priority order.
|
||||||
|
|
||||||
|
``lua
|
||||||
|
app.reset_content_sources()
|
||||||
|
```
|
||||||
|
|
||||||
|
Resets content sources.
|
||||||
|
|||||||
@ -180,3 +180,9 @@ app.set_content_sources(sources: table<string>)
|
|||||||
```
|
```
|
||||||
|
|
||||||
Устанавливает список источников контента (путей). Указывается в порядке убывания приоритета.
|
Устанавливает список источников контента (путей). Указывается в порядке убывания приоритета.
|
||||||
|
|
||||||
|
```lua
|
||||||
|
app.reset_content_sources()
|
||||||
|
```
|
||||||
|
|
||||||
|
Сбрасывает список источников контента.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user