DayZ 1.24
Loading...
Searching...
No Matches
InventoryValidation Class Reference
Collaboration diagram for InventoryValidation:
[legend]

Private Member Functions

bool IsAuthoritative ()
 

Private Attributes

bool m_IsJuncture = false
 
bool m_IsRemote = false
 
InventoryValidationResult m_Result = InventoryValidationResult.FAILED
 
InventoryValidationReason m_Reason = InventoryValidationReason.UNKNOWN
 

Detailed Description

Definition at line 43 of file Inventory.c.

Member Function Documentation

◆ IsAuthoritative()

bool InventoryValidation::IsAuthoritative ( )
inlineprivate

Definition at line 51 of file Inventory.c.

52 {
53 return !m_IsJuncture && !m_IsRemote;
54 }

References m_IsJuncture, and m_IsRemote.

Member Data Documentation

◆ m_IsJuncture

bool InventoryValidation::m_IsJuncture = false
private

Definition at line 45 of file Inventory.c.

Referenced by IsAuthoritative().

◆ m_IsRemote

bool InventoryValidation::m_IsRemote = false
private

Definition at line 46 of file Inventory.c.

Referenced by IsAuthoritative().

◆ m_Reason

InventoryValidationReason InventoryValidation::m_Reason = InventoryValidationReason.UNKNOWN
private

Definition at line 49 of file Inventory.c.

◆ m_Result

InventoryValidationResult InventoryValidation::m_Result = InventoryValidationResult.FAILED
private

Definition at line 48 of file Inventory.c.


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