Space Engineers

Space Engineers

Zbyt mało ocen
[Modular] Alarm Lights Doors
   
Przyznaj nagrodę
Ulubione
Ulubione
Usuń z ulubionych
Rozmiar pliku
Zamieszczono
Zaktualizowano
7.015 KB
18 września 2019 o 2:12
20 września 2019 o 1:08
Listy zmian: 2 ( zobacz )

Zasubskrybuj, aby pobrać
[Modular] Alarm Lights Doors

Opis
En
To work you need:
1) Any doors;
2) Light sources for indication;
3) Sound Blocks;

Declare "DoorStatusIndication class_name = new DoorStatusIndication();".

Examples:
1) With the output of debugging information in the programmable block -> Echo($"{class_name.Run(this, "group_name")}");
2) Simple start -> class_name.Run(this, "group_name");

The number of elements in the group is not limited.

****************************************************************************************************
Ru
Для работы нужно:
1) Любые двери;
2) Источники света для индикации;
3) Динамики;

Перевод: Раскомментировать строки с русским переводом и закомментировать с английским.

Объявить "DoorStatusIndication имя_класса = new DoorStatusIndication();".

Примеры:
1) С выводом отладочной информации в программируемом блоке -> Echo($"{имя_класса.Run(this, "имя_группы")}");
2) Простой запуск -> имя_класса.Run(this, "имя_группы");

Количество элементов в группе не ограничено.
Komentarzy: 1
Brocken Record 14 sierpnia 2023 o 17:33 
is there a way to make it stop after a few seconds