Значение компонентов и переменных ContentServers: различия между версиями
Материал из Space Station 14 Вики
Нет описания правки |
Нет описания правки |
||
Строка 1418: | Строка 1418: | ||
<!-- | <!-- | ||
13 | 13 | ||
--> | |||
{| class="wikitable mw-collapsible mw-collapsed" style="width: 100%; text-align:center; font-size: 20px; background:#383842;" border=1 cellspacing=0 | |||
!Мониторы слежения за атмосферой | |||
|- | |||
| | |||
{| class="wikitable mw-collapsible mw-collapsed" style="width: 100%; text-align:center; font-size: 14px; background:#303037;" border=1 cellspacing=0 | |||
!<big>AirAlarm</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>''' ActivePlayers '''</center> | |||
| style="background-color:#383842; color:#9650E4 | <center>''' HashSet<NetUserId> '''</center> | |||
| style="background-color:#383842; | <center>''' { get; } = new() '''</center> | |||
| style="background-color:#383842; | <center>''' ID игрока, пользующегося(???) '''</center> | |||
|- | |||
| style="background-color:#383842; | <center>''' CanSync '''</center> | |||
| style="background-color:#383842; color:#9650E4 | <center>''' bool '''</center> | |||
| style="background-color:#383842; | <center>''' { get; } = True/False '''</center> | |||
| style="background-color:#383842; | <center>''' Есть ли возможность синхронизации? '''</center> | |||
|- | |||
| style="background-color:#383842; | <center>''' KnownDevices '''</center> | |||
| style="background-color:#383842; color:#9650E4 | <center>''' readonly '''</center> | |||
| style="background-color:#383842; | <center>''' { get; } = new() '''</center> | |||
| style="background-color:#383842; | <center>''' Известные устройства(???) '''</center> | |||
|- | |||
| style="background-color:#383842; | <center>''' SensorData '''</center> | |||
| style="background-color:#383842; color:#9650E4 | <center>''' readonly '''</center> | |||
| style="background-color:#383842; | <center>''' { get; } = new() '''</center> | |||
| style="background-color:#383842; | <center>''' Данные датчиков '''</center> | |||
|- | |||
| style="background-color:#383842; | <center>''' VentData '''</center> | |||
| style="background-color:#383842; color:#9650E4 | <center>''' readonly '''</center> | |||
| style="background-color:#383842; | <center>''' { get; } = new() '''</center> | |||
| style="background-color:#383842; | <center>''' Вентиляционные данные '''</center> | |||
|- | |||
| style="background-color:#383842; | <center>''' CurrentMode '''</center> | |||
| style="background-color:#383842; color:#9650E4 | <center>''' AirAlarmMode '''</center> | |||
| style="background-color:#383842; | <center>''' { get; set; } = AirAlarmMode.Filtering '''</center> | |||
| style="background-color:#383842; | <center>''' Указывает текущий режим сигнализации '''</center> | |||
|- | |||
| style="background-color:#383842; | <center>''' CurrentModeUpdater '''</center> | |||
| style="background-color:#383842; color:#9650E4 | <center>''' IAirAlarmModeUpdate? '''</center> | |||
| style="background-color:#383842; | <center>''' { get; set; } '''</center> | |||
| style="background-color:#383842; | <center>''' Обновления текущих режимов '''</center> | |||
|- | |||
| style="background-color:#383842; | <center>''' CurrentTab '''</center> | |||
| style="background-color:#383842; color:#9650E4 | <center>''' AirAlarmTab '''</center> | |||
| style="background-color:#383842; | <center>''' { get; set; } '''</center> | |||
| style="background-color:#383842; | <center>''' Указывает текущую вкладку '''</center> | |||
|} | |||
|} | |||
<!-- | |||
--> | |||
{| class="wikitable mw-collapsible mw-collapsed" style="width: 100%; text-align:center; font-size: 14px; background:#303037;" border=1 cellspacing=0 | |||
!<big>AtmosAlarmable</big> - Компонент, для привязывания к различным устройствам, для сбора информации и передачи её AirAlarm</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>''' LastAlarmState '''</center> | |||
| style="background-color:#383842; color:#9650E4 | <center>''' AtmosAlarmType '''</center> | |||
| style="background-color:#383842; | <center>''' { get; } = AtmosAlarmType.Invalid '''</center> | |||
| style="background-color:#383842; | <center>''' Последнее состояние тревоги. '''</center> | |||
|- | |||
| style="background-color:#383842; | <center>''' NetworkAlarmStates '''</center> | |||
| style="background-color:#383842; color:#9650E4 | <center>''' readonly '''</center> | |||
| style="background-color:#383842; | <center>''' { get; } = new() '''</center> | |||
| style="background-color:#383842; | <center>''' Состояния сетевых тревог '''</center> | |||
|- | |||
| style="background-color:#383842; | <center>''' AlarmSound '''</center> | |||
| style="background-color:#383842; color:#9650E4 | <center>''' SoundSpecifier '''</center> | |||
| style="background-color:#383842; | <center>''' { get; } = /Audio/Machines/alarm.ogg '''</center> | |||
| style="background-color:#383842; | <center>''' Сигнал тревоги '''</center> | |||
|- | |||
| style="background-color:#383842; | <center>''' AlarmVolume '''</center> | |||
| style="background-color:#383842; color:#9650E4 | <center>''' AlarmVolume '''</center> | |||
| style="background-color:#383842; | <center>''' { get; } = { get; set; } = -10 '''</center> | |||
| style="background-color:#383842; | <center>''' Громкость тревоги '''</center> | |||
|- | |||
| style="background-color:#383842; | <center>''' IgnoreAlarms '''</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>''' MonitorAlertTypes '''</center> | |||
| style="background-color:#383842; color:#9650E4 | <center>''' HashSet<AtmosMonitorThresholdType>? '''</center> | |||
| style="background-color:#383842; | <center>''' { get; } '''</center> | |||
| style="background-color:#383842; | <center>''' Отслеживание типов предупреждений '''</center> | |||
|- | |||
| style="background-color:#383842; | <center>''' ReceiveOnly '''</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>''' SyncWithTags '''</center> | |||
| style="background-color:#383842; color:#9650E4 | <center>''' HashSet<string> '''</center> | |||
| style="background-color:#383842; | <center>''' { get; } = new() '''</center> | |||
| style="background-color:#383842; | <center>''' Список тегов для проверки при синхронизации тревог. '''</center> | |||
|} | |||
|} | |||
<!-- | |||
--> | |||
{| class="wikitable mw-collapsible mw-collapsed" style="width: 100%; text-align:center; font-size: 14px; background:#303037;" border=1 cellspacing=0 | |||
!<big>Rotting</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>''' DealDamage '''</center> | |||
| style="background-color:#383842; color:#9650E4 | <center>''' bool '''</center> | |||
| style="background-color:#383842; | <center>''' { get; } = True/False '''</center> | |||
| style="background-color:#383842; | <center>''' Должно ли гниение наносить урон? '''</center> | |||
|} | |||
|} | |||
|} | |||
<!-- | |||
14 | |||
--> | --> |
Версия от 13:17, 22 марта 2023
|
Особенности ролей | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Доступ | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Случайные действия | |
---|---|
|
Реклама торгоматов | ||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Покрасчик шлюзов | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Аварийное освещение | ||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Животные | ||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Аномалии | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Аркадные игры | ||
---|---|---|
|
Броня | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
Атмосфера (ой сука заебусь яяяя) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Миазмы | ||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Мониторы слежения за атмосферой | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|