![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Data Structures | |
| class | BillboardSetHandler |
Functions | |
| void | BillboardSet (string path) |
| string | GetTextureByType (string type) |
| void | LoadConfig (string path) |
Variables | |
| class BillboardSetHandler | m_TypeTextureMapping = new map<string, string>() |
| class BillboardSetHandler | string |
| void BillboardSet | ( | string | path | ) |
Definition at line 80 of file billboardset.c.
References LoadConfig(), and path.
Referenced by BillboardSetHandler::GetTextureByType(), and BillboardSetHandler::LoadBillboardConfigs().
Definition at line 85 of file billboardset.c.
References m_TypeTextureMapping.
|
protected |
Definition at line 90 of file billboardset.c.
References ErrorEx, g_Game, m_TypeTextureMapping, and path.
Referenced by BillboardSet().
| class BillboardSetHandler m_TypeTextureMapping = new map<string, string>() |
Referenced by GetTextureByType(), and LoadConfig().
| class BillboardSetHandler string |