![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Data Structures | |
| class | ContainerLockedBase |
| class | Land_ContainerLocked_Red_DE |
| class | Land_ContainerLocked_Yellow_DE |
Functions | |
| void | ContainerLockedBase () |
| ContainerLockedBase BuildingSuper | GetLockCompatibilityType (int doorIdx) |
| void | HandleDoorLoad () |
| override void | OnDoorCloseStart (DoorStartParams params) |
| override void | OnDoorLocked (DoorLockParams params) |
| override void | OnDoorOpenStart (DoorStartParams params) |
| override void | OnDoorUnlocked (DoorLockParams params) |
| override bool | OnStoreLoad (ParamsReadContext ctx, int version) |
| override void | OnStoreSave (ParamsWriteContext ctx) |
Variables | |
| int | m_LockedMask = 0 |
| int | m_OpeningMask = 0 |
|
protected |
Definition at line 114 of file containerlocked.c.
Definition at line 1 of file containerlocked.c.
References ContainerLockedBase::ContainerLockedBase().
Referenced by OnStoreSave().
|
protected |
Definition at line 144 of file containerlocked.c.
|
protected |
Definition at line 201 of file containerlocked.c.
|
protected |
Definition at line 175 of file containerlocked.c.
|
protected |
Definition at line 208 of file containerlocked.c.
|
protected |
Definition at line 186 of file containerlocked.c.
|
protected |
Definition at line 131 of file containerlocked.c.
|
protected |
Definition at line 123 of file containerlocked.c.
References GetLockCompatibilityType().
|
protected |
Definition at line 111 of file containerlocked.c.
|
protected |
Definition at line 112 of file containerlocked.c.
Referenced by TentBase::AnimateCamonetToggle(), and TentBase::HandleCamoNetAttachment().