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

Private Member Functions

void RecipeCacheData (int mask)
int GetBitCount ()
int GetMask ()
void SetMask (int mask)

Private Attributes

int m_BitCount
int m_Mask

Detailed Description

Definition at line 2 of file cacheobject.c.

Constructor & Destructor Documentation

◆ RecipeCacheData()

void RecipeCacheData ( int mask)
inlineprivate

Definition at line 7 of file cacheobject.c.

References SetMask().

Member Function Documentation

◆ GetBitCount()

int GetBitCount ( )
inlineprivate

Definition at line 17 of file cacheobject.c.

References m_BitCount.

Referenced by GetBitCountByRecipeID().

◆ GetMask()

int GetMask ( )
inlineprivate

Definition at line 12 of file cacheobject.c.

References m_Mask.

Referenced by GetMaskByRecipeID(), and UpdateMask().

◆ SetMask()

void SetMask ( int mask)
inlineprivate

Definition at line 22 of file cacheobject.c.

References Math::GetNumberOfSetBits(), m_BitCount, and m_Mask.

Referenced by RecipeCacheData(), and UpdateMask().

Field Documentation

◆ m_BitCount

int m_BitCount
private

Definition at line 5 of file cacheobject.c.

Referenced by GetBitCount(), and SetMask().

◆ m_Mask

int m_Mask
private

Definition at line 4 of file cacheobject.c.

Referenced by GetMask(), and SetMask().


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