Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
CatchYieldBank Class Reference

Protected Member Functions

void ClearAllRegisteredItems ()
 nucular option
YieldItemBase GetYieldItemByIdx (int idx)
YieldsMap GetYieldsMap ()
void Init ()
void RegisterYieldItem (YieldItemBase data)
void UnregisterYieldItem (string yieldType)

Protected Attributes

ref YieldsMap m_AllYieldsMap

Private Member Functions

void CatchYieldBank ()

Private Attributes

ref array< intm_OrderedHashes

Detailed Description

Definition at line 3 of file catchyieldbank.c.

Constructor & Destructor Documentation

◆ CatchYieldBank()

void CatchYieldBank ( )
inlineprivate

Definition at line 8 of file catchyieldbank.c.

References Init().

Member Function Documentation

◆ ClearAllRegisteredItems()

void ClearAllRegisteredItems ( )
inlineprotected

nucular option

Definition at line 38 of file catchyieldbank.c.

References m_AllYieldsMap.

◆ GetYieldItemByIdx()

YieldItemBase GetYieldItemByIdx ( int idx)
inlineprotected

Definition at line 43 of file catchyieldbank.c.

References m_AllYieldsMap, and m_OrderedHashes.

◆ GetYieldsMap()

YieldsMap GetYieldsMap ( )
inlineprotected

Definition at line 19 of file catchyieldbank.c.

References m_AllYieldsMap.

◆ Init()

void Init ( )
inlineprotected

Definition at line 13 of file catchyieldbank.c.

References m_AllYieldsMap, and m_OrderedHashes.

Referenced by CatchYieldBank().

◆ RegisterYieldItem()

void RegisterYieldItem ( YieldItemBase data)
inlineprotected

◆ UnregisterYieldItem()

void UnregisterYieldItem ( string yieldType)
inlineprotected

Definition at line 30 of file catchyieldbank.c.

References string::Hash(), and m_AllYieldsMap.

Field Documentation

◆ m_AllYieldsMap

ref YieldsMap m_AllYieldsMap
protected

◆ m_OrderedHashes

ref array<int> m_OrderedHashes
private

Definition at line 6 of file catchyieldbank.c.

Referenced by GetYieldItemByIdx(), Init(), and RegisterYieldItem().


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