Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
billboardset.c File Reference

Go to the source code of this file.

Data Structures

class  BillboardSetHandler
 

Functions

void BillboardSet (string path)
 
string GetTextureByType (string type)
 
protected void LoadConfig (string path)
 

Variables

class BillboardSetHandler string
 
class BillboardSetHandler m_TypeTextureMapping = new map<string, string>()
 

Function Documentation

◆ BillboardSet()

void BillboardSet ( string  path)

Definition at line 80 of file billboardset.c.

◆ GetTextureByType()

string GetTextureByType ( string  type)

Definition at line 85 of file billboardset.c.

◆ LoadConfig()

protected void LoadConfig ( string  path)

Definition at line 90 of file billboardset.c.

Variable Documentation

◆ m_TypeTextureMapping

class BillboardSetHandler m_TypeTextureMapping = new map<string, string>()

◆ string