Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
ScientificBriefcase Class Reference
Inheritance diagram for ScientificBriefcase:
Container_Base

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

Detailed Description

Definition at line 1 of file scientificbriefcase.c.

Member Function Documentation

◆ CanReceiveItemIntoCargo()

override bool CanReceiveItemIntoCargo ( EntityAI item)
inlineprotected

Definition at line 37 of file scientificbriefcase.c.

References IsOpen(), and GameConstants::STATE_RUINED.

◆ Close()

override void Close ( )
inlineprotected

Definition at line 59 of file scientificbriefcase.c.

References m_Openable.

Referenced by RecipeBase::Do(), and OnStoreLoad().

◆ InitItemVariables()

override void InitItemVariables ( )
inlineprotected

Definition at line 5 of file scientificbriefcase.c.

References m_Openable.

◆ IsOpen()

override bool IsOpen ( )
inlineprotected

Definition at line 48 of file scientificbriefcase.c.

References m_Openable.

Referenced by RecipeBase::CanDo(), and CanReceiveItemIntoCargo().

◆ OnStoreLoad()

override bool OnStoreLoad ( ParamsReadContext ctx,
int version )
inlineprotected

Definition at line 20 of file scientificbriefcase.c.

References Close(), Open(), and Serializer::Read().

◆ OnStoreSave()

override void OnStoreSave ( ParamsWriteContext ctx)
inlineprotected

Definition at line 13 of file scientificbriefcase.c.

References m_Openable, and Serializer::Write().

◆ Open()

override void Open ( )
inlineprotected

Definition at line 53 of file scientificbriefcase.c.

References m_Openable.

Referenced by RecipeBase::Do(), and OnStoreLoad().

Field Documentation

◆ m_Openable

ref OpenableBehaviour m_Openable
protected

Definition at line 3 of file scientificbriefcase.c.

Referenced by Close(), InitItemVariables(), IsOpen(), OnStoreSave(), and Open().


The documentation for this class was generated from the following file: