Space Engineers

Space Engineers

Pas assez d'évaluations
[Modular] Alarm Lights Doors
   
Récompenser
Ajouter aux favoris
Favoris
Retirer des favoris
Taille du fichier
Publié le
Mis à jour le
7.015 KB
18 sept. 2019 à 2h12
20 sept. 2019 à 1h08
2 notes de changement ( voir )

S'abonner pour télécharger
[Modular] Alarm Lights Doors

Description
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, "имя_группы");

Количество элементов в группе не ограничено.
1 commentaires
Brocken Record 14 aout 2023 à 17h33 
is there a way to make it stop after a few seconds