Space Engineers

Space Engineers

Not enough ratings
[Modular] Alarm Lights Doors
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
7.015 KB
18 Sep, 2019 @ 2:12am
20 Sep, 2019 @ 1:08am
2 Change Notes ( view )

Subscribe to download
[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 Comments
Brocken Record 14 Aug, 2023 @ 5:33pm 
is there a way to make it stop after a few seconds