Значение компонентов и переменных ContentServers: различия между версиями
Материал из Space Station 14 Вики
Нет описания правки |
Нет описания правки |
||
Строка 2366: | Строка 2366: | ||
| style="background-color:#383842; | <center>''' UnderPressureLockoutThreshold '''</center> | | style="background-color:#383842; | <center>''' UnderPressureLockoutThreshold '''</center> | ||
| style="background-color:#383842; color:#9650E4 | <center>''' string '''</center> | | style="background-color:#383842; color:#9650E4 | <center>''' string '''</center> | ||
| style="background-color:#383842; | <center>''' | | style="background-color:#383842; | <center>''' 1 '''</center> | ||
| style="background-color:#383842; | <center>''' Порог блокировки при низком давлении '''</center> | | style="background-color:#383842; | <center>''' Порог блокировки при низком давлении '''</center> | ||
|- | |- | ||
Строка 2431: | Строка 2431: | ||
|} | |} | ||
<!-- | <!-- | ||
15 | |||
--> | |||
{| class="wikitable mw-collapsible mw-collapsed" style="width: 100%; text-align:center; font-size: 14px; background:#303037;" border=1 cellspacing=0 | |||
!<big>GasVentScrubber</big> - Компонент скруббера. </center> | |||
|- | |||
| | |||
{| class="wikitable" | |||
|- | |||
! style="background-color:#4E5058; width: 20%" | Название переменной !! style="background-color:#4E5058; width: 5%" | Тип переменной !! style="background-color:#4E5058; width: 20%" | Базовое значение переменной !! style="background-color:#4E5058; width: 50%" | Значение | |||
|- | |||
| style="background-color:#383842; | <center>''' FilterGases '''</center> | |||
| style="background-color:#383842; color:#9650E4 | <center>''' readonly '''</center> | |||
| style="background-color:#383842; | <center>''' new(GasVentScrubberData.DefaultFilterGases) '''</center> | |||
| style="background-color:#383842; | <center>''' Фильтр газов '''</center> | |||
|- | |||
| style="background-color:#383842; | <center>''' MaxPressure '''</center> | |||
| style="background-color:#383842; color:#9650E4 | <center>''' float '''</center> | |||
| style="background-color:#383842; | <center>''' Atmospherics.MaxOutputPressure '''</center> | |||
| style="background-color:#383842; | <center>''' Когда разница давлений приближается к этому числу, эффективная объемная скорость может быть меньше, чем TransferRate. '''</center> | |||
|- | |||
| style="background-color:#383842; | <center>''' MaxTransferRate '''</center> | |||
| style="background-color:#383842; color:#9650E4 | <center>''' float '''</center> | |||
| style="background-color:#383842; | <center>''' Atmospherics.MaxTransferRate '''</center> | |||
| style="background-color:#383842; | <center>''' Максимальная скорость передачи '''</center> | |||
|- | |||
| style="background-color:#383842; | <center>''' Enabled '''</center> | |||
| style="background-color:#383842; color:#9650E4 | <center>''' bool '''</center> | |||
| style="background-color:#383842; | <center>''' True/False '''</center> | |||
| style="background-color:#383842; | <center>''' Скруббер включен? '''</center> | |||
|- | |||
| style="background-color:#383842; | <center>''' IsDirty '''</center> | |||
| style="background-color:#383842; color:#9650E4 | <center>''' bool '''</center> | |||
| style="background-color:#383842; | <center>''' True/False '''</center> | |||
| style="background-color:#383842; | <center>''' Это Дистра? '''</center> | |||
|- | |||
| style="background-color:#383842; | <center>''' OutletName '''</center> | |||
| style="background-color:#383842; color:#9650E4 | <center>''' string '''</center> | |||
| style="background-color:#383842; | <center>''' pipe '''</center> | |||
| style="background-color:#383842; | <center>''' имя выхода '''</center> | |||
|- | |||
| style="background-color:#383842; | <center>''' PumpDirection '''</center> | |||
| style="background-color:#383842; color:#9650E4 | <center>''' ScrubberPumpDirection '''</center> | |||
| style="background-color:#383842; | <center>''' ScrubberPumpDirection.Scrubbing '''</center> | |||
| style="background-color:#383842; | <center>''' Направление насоса. '''</center> | |||
|- | |||
| style="background-color:#383842; | <center>''' TransferRate '''</center> | |||
| style="background-color:#383842; color:#9650E4 | <center>''' float '''</center> | |||
| style="background-color:#383842; | <center>''' value, 0f, MaxTransferRate '''</center> | |||
| style="background-color:#383842; | <center>''' Скорость передачи. Если WidiNet включен, скорость будет гораздо выше. '''</center> | |||
|- | |||
| style="background-color:#383842; | <center>''' Welded '''</center> | |||
| style="background-color:#383842; color:#9650E4 | <center>''' bool '''</center> | |||
| style="background-color:#383842; | <center>''' True/False '''</center> | |||
| style="background-color:#383842; | <center>''' Заварен?(?????) '''</center> | |||
|- | |||
| style="background-color:#383842; | <center>''' WideNet '''</center> | |||
| style="background-color:#383842; color:#9650E4 | <center>''' bool '''</center> | |||
| style="background-color:#383842; | <center>''' True/False '''</center> | |||
| style="background-color:#383842; | <center>''' Широкая сеть включена? '''</center> | |||
|- | |||
| style="background-color:#383842; | <center>''' FromAirAlarmData(GasVentPumpData data) '''</center> | |||
| style="background-color:#383842; color:#9650E4 | <center>''' void '''</center> | |||
| style="background-color:#383842; | <center>''' '''</center> | |||
| style="background-color:#383842; | <center>''' Получает данные из воздушной тревоги(???) '''</center> | |||
|- | |||
| style="background-color:#383842; | <center>''' ToAirAlarmData() '''</center> | |||
| style="background-color:#383842; color:#9650E4 | <center>''' GasVentPumpData '''</center> | |||
| style="background-color:#383842; | <center>''' '''</center> | |||
| style="background-color:#383842; | <center>''' Передаёт данные воздушной тревоге '''</center> | |||
|} | |||
|} | |||
|} | |||
<!-- | |||
15 УРАААААААААААААААААААААААААААААААААААААААААААААААААААААА | |||
--> | --> |
Версия от 17:17, 23 марта 2023
|
Особенности ролей | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Доступ | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Случайные действия | |
---|---|
|
Реклама торгоматов | ||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Покрасчик шлюзов | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Аварийное освещение | ||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Животные | ||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Аномалии | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Аркадные игры | ||
---|---|---|
|
Броня | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
Атмосфера | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Миазмы | ||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Мониторы слежения за атмосферой | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Трубы, насосы и вентиляция | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|