Skip to content

Commit

Permalink
Update usung-fxt.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFantomKiller420 authored and x87 committed May 18, 2022
1 parent 5a398fb commit 94b4621
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/ru/using-fxt.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### Статические файлы FXT

Демонстрация: https://youtu.be/ctsKy7WnY9o
<iframe width="560" height="315" src="https://www.youtube.com/embed/ctsKy7WnY9o" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

CLEO Redux может загружать и обслуживать статический текстовый контент. Создайте новый файл с расширением `.fxt` и поместите его в папку `CLEO\CLEO_TEXT`. Имя файла может быть любым допустимым именем.

Expand All @@ -29,10 +29,9 @@ Text.PrintHelp('KEY1') // будет отображаться <TEXT1>

Вы можете найти команды, доступные в каждой игре, в библиотеке Sanny Builder, например. для Сан-Андреас: DE https://library.sannybuilder.com/#/sa_unreal/classes/Text


### FxtStore

Демонстрация: https://youtu.be/FLyYyrGz1Xg
<iframe width="560" height="315" src="https://www.youtube.com/embed/FLyYyrGz1Xg" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

CLEO Redux предоставляет интерфейс для управления произвольным текстом непосредственно в коде JavaScript. Существует статическая переменная с именем `FxtStore` со следующим интерфейсом:

Expand Down

0 comments on commit 94b4621

Please sign in to comment.