![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Protected Member Functions | |
| override bool | CanDoorBeClosed (int doorIndex) |
| override bool | CanDoorBeOpened (int doorIndex, bool checkIfLocked=false) |
| override void | DeferredInit () |
| override void | OnDoorCloseStart (DoorStartParams params) |
| override void | OnDoorOpenStart (DoorStartParams params) |
| override void | OnSpawnByObjectSpawner (ITEM_SpawnerObject item) |
Protected Attributes | |
| const float | DOOR_AUTOCLOSE_TIME = 12 |
| ref map< int, ref Timer > | m_AutoCloseTimers |
Private Member Functions | |
| void | AutoCloseDoor (int doorIndex) |
| bool | IsPressureDoor (int doorIndex) |
| void | RemoveDoorTimer (int doorIndex) |
| Private Member Functions inherited from House | |
| void | ~Land_Buoy () |
| override void | DeferredInit () |
Additional Inherited Members | |
| Private Attributes inherited from House | |
| BuoyLight | m_Light |
Definition at line 1 of file land_warheadstorage_bunker_facility.c.
|
inlineprivate |
Definition at line 95 of file land_warheadstorage_bunker_facility.c.
References Building::CloseDoor(), and RemoveDoorTimer().
Referenced by DeferredInit().
Definition at line 36 of file land_warheadstorage_bunker_facility.c.
References Building::IsDoorOpen(), Building::IsDoorOpening(), and IsPressureDoor().
Definition at line 20 of file land_warheadstorage_bunker_facility.c.
References Building::IsDoorClosed().
|
inlineprotected |
Definition at line 7 of file land_warheadstorage_bunker_facility.c.
References AutoCloseDoor(), g_Game, Building::GetDoorCount(), and JsonUndergroundTriggers::SpawnParentedTriggers().
Definition at line 107 of file land_warheadstorage_bunker_facility.c.
Referenced by CanDoorBeClosed(), and OnDoorOpenStart().
|
inlineprotected |
Definition at line 57 of file land_warheadstorage_bunker_facility.c.
References RemoveDoorTimer().
|
inlineprotected |
Definition at line 44 of file land_warheadstorage_bunker_facility.c.
References DOOR_AUTOCLOSE_TIME, IsPressureDoor(), and m_AutoCloseTimers.
|
inlineprotected |
Definition at line 62 of file land_warheadstorage_bunker_facility.c.
References ITEM_SpawnerObject::customString, string::Empty, UndergroundAreaLoader::GetData(), JsonUndergroundTriggers::SpawnTriggerCarrier(), string::Split(), and JsonUndergroundTriggers::Triggers.
|
inlineprivate |
Definition at line 101 of file land_warheadstorage_bunker_facility.c.
References m_AutoCloseTimers.
Referenced by AutoCloseDoor(), and OnDoorCloseStart().
|
protected |
Definition at line 3 of file land_warheadstorage_bunker_facility.c.
Referenced by OnDoorOpenStart().
Definition at line 5 of file land_warheadstorage_bunker_facility.c.
Referenced by OnDoorOpenStart(), and RemoveDoorTimer().