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

Protected Member Functions

string GetTextureByType (string type)
bool LoadBillboardConfigs ()
void OnRPCIndex (int index)

Static Protected Member Functions

static bool ActivateBillboardSet (string setClassName, PlayerIdentity identity)

Protected Attributes

bool m_BillboardSetIndex = -1
ref array< ref BillboardSetm_BillboardSets

Static Protected Attributes

static int m_SetIndexCached = -1
static const string ROOT_CLASS = "BillboardPresets"

Detailed Description

Definition at line 1 of file billboardset.c.

Member Function Documentation

◆ ActivateBillboardSet()

bool ActivateBillboardSet ( string setClassName,
PlayerIdentity identity )
inlinestaticprotected

Definition at line 44 of file billboardset.c.

References g_Game, PlayerIdentityBase::GetPlayer(), m_SetIndexCached, and ROOT_CLASS.

◆ GetTextureByType()

string GetTextureByType ( string type)
inlineprotected

Definition at line 8 of file billboardset.c.

References BillboardSet(), m_BillboardSetIndex, and m_BillboardSets.

◆ LoadBillboardConfigs()

bool LoadBillboardConfigs ( )
inlineprotected

Definition at line 27 of file billboardset.c.

References BillboardSet(), g_Game, m_BillboardSets, path, and ROOT_CLASS.

Referenced by OnRPCIndex().

◆ OnRPCIndex()

void OnRPCIndex ( int index)
inlineprotected

Definition at line 16 of file billboardset.c.

References LoadBillboardConfigs(), m_BillboardSetIndex, and m_BillboardSets.

Field Documentation

◆ m_BillboardSetIndex

bool m_BillboardSetIndex = -1
protected

Definition at line 3 of file billboardset.c.

Referenced by GetTextureByType(), and OnRPCIndex().

◆ m_BillboardSets

ref array<ref BillboardSet> m_BillboardSets
protected

Definition at line 4 of file billboardset.c.

Referenced by GetTextureByType(), LoadBillboardConfigs(), and OnRPCIndex().

◆ m_SetIndexCached

int m_SetIndexCached = -1
staticprotected

Definition at line 6 of file billboardset.c.

Referenced by ActivateBillboardSet().

◆ ROOT_CLASS

const string ROOT_CLASS = "BillboardPresets"
staticprotected

Definition at line 5 of file billboardset.c.

Referenced by ActivateBillboardSet(), and LoadBillboardConfigs().


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