![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Protected Attributes | |
| const string | ALARM_DOOR_CLOSE_SOUND = "UndergroundDoor_Alarm_End_SoundSet" |
| const string | ALARM_DOOR_OPEN_LOOP_SOUND = "UndergroundDoor_Alarm_Loop_SoundSet" |
| const string | ALARM_DOOR_OPEN_SOUND = "UndergroundDoor_Alarm_Start_SoundSet" |
| const string | ALARM_POS_MEMPOINT = "underground" |
| const string | COLOR_LAMP_OFF = "DZ\\structures_sakhal\\military\\storage\\data\\Warhead_Storage_Lamp_Glass_int.rvmat" |
| const string | COLOR_LAMP_ON = "DZ\\structures_sakhal\\military\\storage\\data\\Warhead_Storage_Lamp_Glass_e_int.rvmat" |
| const float | DOOR_AUTOCLOSE_TIME = 12 |
| const string | ELECTRICITY_OFF_SOUND = "Bunker_bunker_electricity_off_SoundSet" |
| const string | ELECTRICITY_ON_SOUND = "Bunker_bunker_electricity_on_SoundSet" |
| const string | LAMP_SELECTION = "GlassLamp" |
| const string | LAMPS_SOUND = "Bunker_Lamp_Hum_SoundSet" |
| ref map< int, ref Timer > | m_AutoCloseTimers |
| bool | m_HasPower |
| bool | m_HasPowerPrev |
| bool | m_IsLowEnergy |
| bool | m_LeverStatesBits |
| ref array< EffectSound > | m_PoweredSoundEffects = new array<EffectSound>() |
| EffectSound | m_SoundDoorLoop [4] |
| WarheadStorageLight | m_StorageDoorLights [4] |
| const string | MAIN_DOOR_SELECTION1 = "maindoor1_outer" |
| const string | MAIN_DOOR_SELECTION2 = "maindoor2_outer" |
| const int | SOURCES_COUNT = 4 |
| const string | VENT_MAIN_POS_MEMPOINT = "Ventilation_main" |
| const string | VENT_POS_MEMPOINT = "Ventilation" |
| const string | VENTILATION_SOUND = "Bunker_Ventilation_SoundSet" |
| const string | WARHEAD_BUNKER_TRIGGER = "UndergroundBunkerTrigger" |
Additional Inherited Members | |
| Private Member Functions inherited from House | |
| void | ~Land_Buoy () |
| override void | DeferredInit () |
| Private Attributes inherited from House | |
| BuoyLight | m_Light |
Definition at line 1 of file land_warheadstorage_main.c.
|
inlineprotected |
Definition at line 38 of file land_warheadstorage_main.c.
References Land_WarheadStorage_PowerStation::RegisterBunker().
|
inlineprotected |
Definition at line 47 of file land_warheadstorage_main.c.
References m_StorageDoorLights, and Land_WarheadStorage_PowerStation::UnregisterBunker().
|
inlineprotected |
Definition at line 266 of file land_warheadstorage_main.c.
References Building::CloseDoor(), and RemoveDoorTimer().
Referenced by DeferredInit().
Definition at line 390 of file land_warheadstorage_main.c.
References IsBunkerDoor(), Building::IsDoorOpen(), Building::IsDoorOpening(), and IsStorageDoor().
Definition at line 368 of file land_warheadstorage_main.c.
References IsBunkerDoor(), and IsStorageDoor().
Definition at line 344 of file land_warheadstorage_main.c.
References Building::IsDoorClosed().
|
inlineprotected |
Definition at line 58 of file land_warheadstorage_main.c.
References AutoCloseDoor(), g_Game, IsBunkerDoor(), JsonUndergroundTriggers::SpawnParentedTriggers(), and UpdateDoorStateServer().
Definition at line 375 of file land_warheadstorage_main.c.
Referenced by OnDoorCloseFinish(), OnDoorCloseStart(), OnDoorOpenFinish(), and OnDoorOpenStart().
|
inlineprotected |
Definition at line 401 of file land_warheadstorage_main.c.
References g_Game, and Building::IsDoorOpen().
Definition at line 325 of file land_warheadstorage_main.c.
Referenced by UpdateDoorStateClient(), and UpdateDoorStateServer().
Definition at line 320 of file land_warheadstorage_main.c.
Referenced by UpdateDoorStateClient().
Definition at line 380 of file land_warheadstorage_main.c.
Referenced by CanDoorBeClosed(), CanDoorBeLocked(), DeferredInit(), OnDoorCloseFinish(), OnDoorCloseStart(), OnDoorOpenFinish(), OnDoorOpenStart(), and RemoveDoorTimer().
|
inlineprotected |
Definition at line 96 of file land_warheadstorage_main.c.
References m_IsLowEnergy.
Definition at line 385 of file land_warheadstorage_main.c.
Referenced by CanDoorBeClosed(), and CanDoorBeLocked().
|
inlineprotected |
Definition at line 247 of file land_warheadstorage_main.c.
References ALARM_DOOR_CLOSE_SOUND, ALARM_POS_MEMPOINT, GetBunkerEffectIndexByDoor(), IsBunkerDoor(), IsPlaying(), m_SoundDoorLoop, and EffectSound::SetAutodestroy().
|
inlineprotected |
Definition at line 225 of file land_warheadstorage_main.c.
References ALARM_DOOR_OPEN_LOOP_SOUND, ALARM_POS_MEMPOINT, GetBunkerEffectIndexByDoor(), IsBunkerDoor(), IsPlaying(), m_SoundDoorLoop, and RemoveDoorTimer().
|
inlineprotected |
Definition at line 164 of file land_warheadstorage_main.c.
References GetBunkerEffectIndexByDoor(), IsBunkerDoor(), IsPlaying(), and m_SoundDoorLoop.
|
inlineprotected |
Definition at line 137 of file land_warheadstorage_main.c.
References ALARM_DOOR_OPEN_LOOP_SOUND, ALARM_DOOR_OPEN_SOUND, ALARM_POS_MEMPOINT, DOOR_AUTOCLOSE_TIME, GetBunkerEffectIndexByDoor(), IsBunkerDoor(), m_AutoCloseTimers, m_SoundDoorLoop, and EffectSound::SetAutodestroy().
|
inlineprotected |
Definition at line 122 of file land_warheadstorage_main.c.
References ELECTRICITY_OFF_SOUND, m_PoweredSoundEffects, and VENT_MAIN_POS_MEMPOINT.
Referenced by OnVariablesSynchronized().
|
inlineprotected |
Definition at line 101 of file land_warheadstorage_main.c.
References ELECTRICITY_ON_SOUND, LAMPS_SOUND, m_PoweredSoundEffects, EffectSound::SetAutodestroy(), SOURCES_COUNT, ToString(), VENT_MAIN_POS_MEMPOINT, VENT_POS_MEMPOINT, and VENTILATION_SOUND.
Referenced by OnVariablesSynchronized().
|
inlineprotected |
Definition at line 179 of file land_warheadstorage_main.c.
References ITEM_SpawnerObject::customString, string::Empty, UndergroundAreaLoader::GetData(), JsonUndergroundTriggers::SpawnTriggerCarrier(), string::Split(), and JsonUndergroundTriggers::Triggers.
|
inlineprotected |
Definition at line 420 of file land_warheadstorage_main.c.
References m_HasPower, m_HasPowerPrev, OnPowerOffClient(), OnPowerOnClient(), and UpdateDoorStateClient().
|
inlineprotected |
Definition at line 214 of file land_warheadstorage_main.c.
References IsBunkerDoor(), and m_AutoCloseTimers.
Referenced by AutoCloseDoor(), and OnDoorCloseStart().
|
inlineprotected |
Definition at line 82 of file land_warheadstorage_main.c.
References m_LeverStatesBits, and UpdateDoorStateServer().
Referenced by Land_WarheadStorage_PowerStation::UpdateLeverStatesServer().
|
inlineprotected |
Definition at line 90 of file land_warheadstorage_main.c.
References m_IsLowEnergy.
Referenced by PowerGeneratorStatic::SetLowEnergyState().
|
inlineprotected |
Definition at line 76 of file land_warheadstorage_main.c.
References m_HasPower.
Referenced by Land_WarheadStorage_PowerStation::GetClosestBunker(), Land_WarheadStorage_PowerStation::OnGeneratorStart(), and Land_WarheadStorage_PowerStation::OnGeneratorStop().
|
inlineprotected |
Definition at line 292 of file land_warheadstorage_main.c.
References GetDoorIndexByLeverIndex(), GetStorageLightIndexByDoor(), LAMP_SELECTION, m_HasPower, m_LeverStatesBits, m_StorageDoorLights, and ToString().
Referenced by OnVariablesSynchronized().
|
inlineprotected |
Definition at line 272 of file land_warheadstorage_main.c.
References Building::CloseDoor(), GetDoorIndexByLeverIndex(), Building::IsDoorOpen(), m_HasPower, m_LeverStatesBits, and Building::OpenDoor().
Referenced by DeferredInit(), and SetLeverStatesServer().
|
protected |
Definition at line 21 of file land_warheadstorage_main.c.
Referenced by OnDoorCloseFinish().
|
protected |
Definition at line 20 of file land_warheadstorage_main.c.
Referenced by OnDoorCloseStart(), and OnDoorOpenStart().
|
protected |
Definition at line 19 of file land_warheadstorage_main.c.
Referenced by OnDoorOpenStart().
|
protected |
Definition at line 15 of file land_warheadstorage_main.c.
Referenced by OnDoorCloseFinish(), OnDoorCloseStart(), and OnDoorOpenStart().
|
protected |
Definition at line 31 of file land_warheadstorage_main.c.
|
protected |
Definition at line 32 of file land_warheadstorage_main.c.
|
protected |
Definition at line 10 of file land_warheadstorage_main.c.
Referenced by OnDoorOpenStart().
|
protected |
Definition at line 25 of file land_warheadstorage_main.c.
Referenced by OnPowerOffClient().
|
protected |
Definition at line 24 of file land_warheadstorage_main.c.
Referenced by OnPowerOnClient().
|
protected |
Definition at line 27 of file land_warheadstorage_main.c.
Referenced by UpdateDoorStateClient().
|
protected |
Definition at line 23 of file land_warheadstorage_main.c.
Referenced by OnPowerOnClient().
Definition at line 8 of file land_warheadstorage_main.c.
Referenced by OnDoorOpenStart(), and RemoveDoorTimer().
|
protected |
Definition at line 35 of file land_warheadstorage_main.c.
Referenced by OnVariablesSynchronized(), SetPowerServer(), UpdateDoorStateClient(), and UpdateDoorStateServer().
|
protected |
Definition at line 3 of file land_warheadstorage_main.c.
Referenced by OnVariablesSynchronized().
|
protected |
Definition at line 4 of file land_warheadstorage_main.c.
Referenced by IsLowEnergy(), and SetLowEnergyStateServer().
|
protected |
Definition at line 36 of file land_warheadstorage_main.c.
Referenced by SetLeverStatesServer(), UpdateDoorStateClient(), and UpdateDoorStateServer().
|
protected |
Definition at line 7 of file land_warheadstorage_main.c.
Referenced by OnPowerOffClient(), and OnPowerOnClient().
|
protected |
Definition at line 6 of file land_warheadstorage_main.c.
Referenced by OnDoorCloseFinish(), OnDoorCloseStart(), OnDoorOpenFinish(), and OnDoorOpenStart().
|
protected |
Definition at line 5 of file land_warheadstorage_main.c.
Referenced by ~Land_WarheadStorage_Main(), and UpdateDoorStateClient().
|
protected |
Definition at line 28 of file land_warheadstorage_main.c.
|
protected |
Definition at line 29 of file land_warheadstorage_main.c.
|
protected |
Definition at line 11 of file land_warheadstorage_main.c.
Referenced by OnPowerOnClient().
|
protected |
Definition at line 16 of file land_warheadstorage_main.c.
Referenced by OnPowerOffClient(), and OnPowerOnClient().
|
protected |
Definition at line 17 of file land_warheadstorage_main.c.
Referenced by OnPowerOnClient().
|
protected |
Definition at line 22 of file land_warheadstorage_main.c.
Referenced by OnPowerOnClient().
|
protected |
Definition at line 13 of file land_warheadstorage_main.c.