![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Protected Member Functions | |
| override bool | CanReceiveItemIntoCargo (EntityAI item) |
| override void | Close () |
| override void | InitItemVariables () |
| override bool | IsOpen () |
| override bool | OnStoreLoad (ParamsReadContext ctx, int version) |
| override void | OnStoreSave (ParamsWriteContext ctx) |
| override void | Open () |
Protected Attributes | |
| ref OpenableBehaviour | m_Openable |
Additional Inherited Members | |
| Private Member Functions inherited from Container_Base | |
| override bool | CanDisplayCargo () |
| override bool | CanPutInCargo (EntityAI parent) |
| override bool | CanReceiveItemIntoCargo (EntityAI item) |
| override bool | CanSwapEntities (EntityAI otherItem, InventoryLocation otherDestination, InventoryLocation destination) |
| override void | Close () |
| override void | DeferredInit () |
| override bool | DisableVicinityIcon () |
| override void | EEDelete (EntityAI parent) |
| override void | EEHealthLevelChanged (int oldLevel, int newLevel, string zone) |
| void | EmtpyInventory () |
| void | FillInventory () |
| void | GiftBox_Base () |
| override bool | IsOpen () |
| override bool | IsTakeable () |
| override void | OnDebugSpawn () |
| override void | Open () |
| override void | SetActions () |
| Private Attributes inherited from Container_Base | |
| vector | m_HalfExtents |
| AnniversaryBoxLight | m_Light |
| ref OpenableBehaviour | m_Openable |
Definition at line 1 of file scientificbriefcase.c.
Definition at line 37 of file scientificbriefcase.c.
References IsOpen(), and GameConstants::STATE_RUINED.
|
inlineprotected |
Definition at line 59 of file scientificbriefcase.c.
References m_Openable.
Referenced by RecipeBase::Do(), and OnStoreLoad().
|
inlineprotected |
Definition at line 5 of file scientificbriefcase.c.
References m_Openable.
|
inlineprotected |
Definition at line 48 of file scientificbriefcase.c.
References m_Openable.
Referenced by RecipeBase::CanDo(), and CanReceiveItemIntoCargo().
|
inlineprotected |
Definition at line 20 of file scientificbriefcase.c.
References Close(), Open(), and Serializer::Read().
|
inlineprotected |
Definition at line 13 of file scientificbriefcase.c.
References m_Openable, and Serializer::Write().
|
inlineprotected |
Definition at line 53 of file scientificbriefcase.c.
References m_Openable.
Referenced by RecipeBase::Do(), and OnStoreLoad().
|
protected |
Definition at line 3 of file scientificbriefcase.c.
Referenced by Close(), InitItemVariables(), IsOpen(), OnStoreSave(), and Open().